@charset "utf-8";
/* CSS Document */
/*@font-face {
	font-family: 'HarmonyOS_Sans_SC_Black';
	src: url(../fonts/HarmonyOS_Sans_SC_Black.ttf);
	src: url(../fonts/HarmonyOS_Sans_SC_Black.ttf) format('truetype');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'HarmonyOS_Sans_SC_Bold';
	src: url(../fonts/HarmonyOS_Sans_SC_Bold.ttf);
	src: url(../fonts/HarmonyOS_Sans_SC_Bold.ttf) format('truetype');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'HarmonyOS_Sans_SC_Light';
	src: url(../fonts/HarmonyOS_Sans_SC_Light.ttf);
	src: url(../fonts/HarmonyOS_Sans_SC_Light.ttf) format('truetype');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'HarmonyOS_Sans_SC_Medium';
	src: url(../fonts/HarmonyOS_Sans_SC_Medium.ttf);
	src: url(../fonts/HarmonyOS_Sans_SC_Medium.ttf) format('truetype');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'HarmonyOS_Sans_SC_Regular';
	src: url(../fonts/HarmonyOS_Sans_SC_Regular.ttf);
	src: url(../fonts/HarmonyOS_Sans_SC_Regular.ttf) format('truetype');
	font-weight: normal;
	font-style: normal
}
@font-face {
	font-family: 'HarmonyOS_Sans_SC_Thin';
	src: url(../fonts/HarmonyOS_Sans_SC_Thin.ttf);
	src: url(../fonts/HarmonyOS_Sans_SC_Thin.ttf) format('truetype');
	font-weight: normal;
	font-style: normal
}*/
body {
	font-family:Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #000;
}
a {
	text-decoration: none;
}
ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
nav {
	position: fixed;
	left: 0;
	top: 0;
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
	width: 100%;
	z-index: 11;
	box-sizing: border-box;
	-webkit-animation: opacity 800ms backwards cubic-bezier(0.645, 0.045, 0.355, 1);
	animation: opacity 800ms backwards cubic-bezier(0.645, 0.045, 0.355, 1);
	animation-play-state: running;
	-webkit-animation-play-state: running;
	animation-play-state: running;
	background-color: #25609f;
	-webkit-box-shadow: 0px 0px 4px 0px rgba(0,15,22,0.1);
	box-shadow: 0px 0px 4px 0px rgba(0,15,22,0.1);
	padding: 0 50px;
}
nav .nav_logo {
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	top: 10px;
	left: 0;
	float: left;
}
nav .nav_logo a {
	display: table-cell;
	height: 50px;
	vertical-align: middle;
}
nav .nav_logo a img {
}
nav .navigation {
	display: inline-block;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 37px;
	float: left;
}
nav .navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
nav .navigation ul li.menu__item {
	list-style: none;
	text-align: center;
	position: relative;
	height: 50px;
	float: left;
	padding: 10px 15px;
}
nav .navigation ul li.menu__item a {
	border-bottom: none;
	letter-spacing: 2px;
	word-spacing: 0;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	line-height: 50px;
	margin-bottom: 0;
	text-transform: none;
	font-weight: 400;
	text-decoration: none;
	position: relative;
}
nav .navigation ul li.menu__item a:after {
	content: "";
	width: 100%;
	height: 1px;
	display: none;
	position: absolute;
	left: 0;
	bottom: 10px;
	border-bottom: #fff solid 1px;
}

nav .navigation ul li.menu__item ul.sub_nav {
	position: absolute;
	border-radius: 0 0 2px 2px;
	height: auto;
	top: 70px;
	padding: 0;
	left: 50%;
	background: #25609f;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,0.06);
	box-shadow: 0 4px 10px 0 rgba(0,0,0,0.06);
	display: none;
	white-space: nowrap;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: #fff solid 1px;
}
@media (min-width:769px) {
nav .navigation ul li.menu__item a:hover:after {
	display: inline-block;
}
nav .navigation ul li.menu__item:hover ul.sub_nav {
	display: inline-flex;
}
}
nav .navigation ul li.menu__item.nav_1 ul.sub_nav{
	left:100%;
	height:auto;
}
nav .navigation ul li.menu__item ul.sub_nav li.menu__item{
	height:auto;
}
nav .navigation ul li.menu__item.nav_0 ul.sub_nav li.menu__item{
	padding:0 20px;
}
nav .navigation ul li.menu__item.nav_1 ul.sub_nav li.menu__item{
	padding:0 10px;
}
nav .navigation ul li.menu__item ul.sub_nav li.menu__item a{
	font-size:18px;
	line-height:2.5;
	letter-spacing: 0;
}
nav .stock {
	line-height: 50px;
	float: left;
	padding: 0 50px;
}
nav .nav_contact {
	float: right;
	display: block;
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	right: 0;
	top:16px;
}
nav .nav_contact a {
	font-size: 18px;
	font-weight: 400;
	padding: 10px 18px 10px 10px;
	text-align: center;
	margin: 0;
	vertical-align: middle;
	line-height: 16px;
	display: inline-block;
	border: 1px solid #fff;
	color: #fff;
	letter-spacing: 2px;
	text-decoration: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	position:relative;
}
nav .nav_contact a:after{
	content:"";
	background-image: url(../images/arrow-d.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	width:12px;
	height:12px;
	color:#fff;
	position:absolute;
	right:5px;
	top:50%;
	margin-top: -4px;
}
nav .nav_contact a:hover {
	color: #fff;
	background-color: #000;
}
nav .login-registration {
	float: right;
	display: block;
	position: relative;
	z-index: 1;
	line-height: 50px;
	margin-right: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
nav .login-registration a {
	color: #000;
}
nav .login-registration a i {
	background-image: url("../images/login.svg");
	width: 9px;
	height: 9px;
	display: inline-block;
	margin-right: 5px;
}
.nav_contact .sub_language{
	position: absolute;
left: 0;
top: 38px;
width: 100%;
text-align: center;
background-color:#fff;
display:none;
}
.nav_contact .sub_language a{
	display:block;
	border:none;
	color:#333;
}
.nav_contact .sub_language a:after,.nav_phone{
	display:none;
}
.banner img {
	min-width: 100%;
height: 100%;
}
div.toPic{
	position:fixed;
	top: 0px;
	left:0;
	width:100%;
	height:100vh;
	z-index: 1;
}
div.toPic .banner{
	z-index: 2;
	top: 0px;
	left:0;
	width:100%;
	height:100vh;
	position: absolute;
	transform: matrix(1, 0, 0, 1, 0, 0);
	overflow: hidden;
}
.lunbo {
	padding-top: 80px;
	background-image: url(../images/sw-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.lunbo .swiper-slide {
	padding-bottom: 170px;
}
.lunbo .swiper-button-prev::after{
	content:url(../images/left-arrow.png);
}
.lunbo .swiper-button-next::after{
	content:url(../images/right-arrow.png);
}
.lunbo .swiper-button-next,.lunbo .swiper-button-prev{
	width: calc(var(--swiper-navigation-size)/ 47 * 47);
}
.lunbo .swiper-button-prev{
	left:20px;
}
.lunbo .swiper-button-next{
	right:20px;
}
.lunbo .swiper-slide-next:after,.lunbo .swiper-slide-prev:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:calc(100% - 170px);
	background-color:rgba(0,0,0,0.45);
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-con {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 45px;
	text-align: center;
	display: none;
}
.swiper-con h2 {
	line-height: 40px;
	font-family: HarmonyOS_Sans_SC_Medium, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 24px;
	margin: 0;
	font-weight:300;
}
.swiper-con p {
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	margin: 0;
}
.swiper-slide.swiper-slide-active .swiper-con {
	display: block;
}
.lunbo .swiper-button-next, .lunbo .swiper-button-prev {
	margin-top: -120px;
}
.container {
	width: 1340px;
	margin: 0 auto;
	max-width:90%;
	position:relative;
}
.products {
	padding-bottom: 30px;
	display: inline-block;
	width: 100%;
}
.products h2 {
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	color: #231815;
	margin: 110px 0 50px 0;
}
.products h2 span {
	font-size: 26px;
	color: #3e3a39;
	margin-right: 10px;
}
.products .sicherheit li {
	list-style: none;
	float: left;
	width: calc(100% / 3);
padding: 15px;
box-sizing: border-box;
}
.products .sicherheit li a{
	overflow:hidden;
	display:inline-block;
	float:left;
}
.products .sicherheit li img {
	width: 100%;
	float: left;
	transition:all 0.5s;
}
.products .sicherheit li:hover img{
	transform:scale(1.1);
}
.business {
	width: 100%;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
	background-image:url(../images/home-swhz.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.business .business-con {
	max-width: 660px;
	width:100%;
	margin:0 auto;
	color: #fff;
	text-align: center;
	padding:100px 0;
}
.business .business-con img{
	max-width:100%;
	width:auto;
}
.business .business-con h4 {
	font-size: 32px;
	line-height: 52px;
	margin: 110px 0 0;
}
.business .business-con h5 {
	font-size: 18px;
	line-height: 2;
	margin: 0;
	font-weight: normal;
}
.business .business-con h2 {
	font-size: 48px;
	line-height: 68px;
	margin: 0;
	letter-spacing: 5px;
	font-weight: normal;
}
.business .business-con a {
	font-size: 16px;
	line-height: 32px;
	width: 140px;
	border: #fff solid 1px;
	display: inline-block;
	color: #fff;
	margin-top: 90px;
}
.business .business-con a:hover {
	background-color: #fff;
	color: #000;
}
.experience {
	width: 100%;
	display: inline-block;
	text-align: center;
	background-color: #332c2b;
	padding: 90px 0 60px;
	color: #fff;
}
.experience h2, .experience h3 {
	font-size: 42px;
	margin: 0;
	font-family: HarmonyOS_Sans_SC_Thin, Arial, Helvetica, sans-serif;
	font-weight: lighter;
}
.experience h2 {
	letter-spacing: 2px;
}
.experience .city {
	width: 100%;
	display: inline-block;
	margin-top: 20px;
}
.experience .city li {
	width: calc((100% / 3) - 8px);
	float: left;
	margin-right: 12px;
	display: inline-block;
}
.experience .city li img {
	width: 100%;
}
.experience .city li:last-child {
	margin-right: 0;
}
.experience .city-cx {
	width: 180px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #c4a687;
	display: inline-block;
	text-align: center;
	margin-top: 45px;
	font-size: 14px;
}
.experience .city-cx:hover {
	color: #c4a687;
	background-color: #fff;
}
.home-case {
	padding: 70px 0 130px;
	width: 100%;
	display: inline-block;
	text-align: center;
	color: #000;
}
.home-case h2 {
	font-size: 32px;
	line-height: 1.2;
	margin: 0;
	margin-bottom:30px;
}
.home-case .hcase-img p {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	text-align:left;
	color:#000;
}
.home-case .hcase-img h4 {
	font-size: 24px;
	line-height: 34px;
	margin: 15px 0 5px;
	color: #231815;
	font-weight:normal;
	text-align:left;
}
.home-case .hcase-img a{
	border: 1px solid #000f16;
color: #000f16;
cursor: pointer;
font-size: 12px;
height: 32px;
line-height: 32px;
margin-top: 40px;
text-align: center;
width: 120px;
float:left;
}
.home-case .hcase-img a:hover{
	background-color:#000;
	color:#fff;
}
.home-case span {
	margin-bottom: 45px;
	display: inline-block;
}
.hcase-img{
	position:relative;
	padding:0 35px;
}
.hcase-img .swiper-slide{
	display:inline-block;
}
.hcase-img .swiper-button-next{
	right:-60px;
}
.hcase-img .swiper-button-prev{
	left:-60px;
}
.hcase-img .swiper-button-next,.hcase-img .swiper-button-prev{
	color:#000;
}
.hcase-img .swiper-button-prev::after,.hcase-img .swiper-button-next::after{
	font-size:12px;
}
.home-stock {
	width: 100%;
	display: inline-block;
	position: relative;
	background-image:url(../images/home-stock.jpg);
	background-position:center right;
	background-repeat:no-repeat;
	background-size:cover;
	text-align:right;
}
.home-stock .stock-con {
	margin:140px 90px 140px;
	width: 555px;
	max-width:90%;
	padding: 50px;
	background-color: #000;
	box-sizing: border-box;
	color: #fff;
	text-align:left;
	float:right;
}
.home-stock .stock-con h2 {
	font-family: 微软雅黑, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 42px;
	display: inline-flex;
	font-weight: normal;
	margin: 0;
}
.home-stock .stock-con h2 span {
 font-family:, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: 600;
}
.home-stock .stock-con hr {
	margin: 30px 0;
}
.home-stock .stock-con h4 {
	font-size: 22px;
	margin: 50px 0;
	line-height: 50px;
	border-bottom: #777 solid 1px;
}
.home-stock .stock-con a {
	width: 117px;
	height: 26px;
	line-height: 26px;
	box-sizing: border-box;
	display: inline-block;
	text-align: center;
	border: #fff solid 1px;
	margin-top: 15px;
	font-size: 14px;
	padding-right: 20px;
	background-image: url(../images/more.png);
	background-position: 85% center;
	background-repeat: no-repeat;
	color: #fff;
}
.home-stock .stock-con a:hover {
	background-color: #fff;
	color: #000;
	background-image: url(../images/more_h.png);
}
.home-stock .stock-con p {
	margin-top: 35px;
	line-height: 20px;
}
footer .footer{
	padding:40px 0;
	width:100%;
	display:inline-block;
}
footer .footer .foot-logo{
	width:160px;
	float:left;
}
footer .footer .foot-icon{
	width:60px;
	float:right;
}
footer .footer .foot-icon .wechat{
	margin-right:10px;
}
footer .footer .foot-icon a{
	float:left;
	padding-top:7px;
	position:relative;
}
footer .footer .foot-icon .wechat .qrcode{
	position:absolute;
	bottom:40px;
	left:-70px;
	padding:5px;
	border-radius:4px;
	box-shadow:0 2px 5px rgba(0,0,0,0.45);
	background-color:#fff;
	display:none;
}
footer .footer .foot-icon .phone .p-number{
	position:absolute;
	bottom:40px;
	left:-50px;
	padding:15px;
	border-radius:4px;
	box-shadow:0 2px 5px rgba(0,0,0,0.45);
	background-color:#fff;
	display:none;
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
footer .footer .foot-icon .wechat .qrcode:after,footer .footer .foot-icon .phone .p-number:after{
	content:"";
	width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
   border-top: 20px solid #FFF;
position: absolute;
left: 50%;
margin-left: -10px;
bottom: -20px;
}
footer .footer .foot-icon .wechat:hover .qrcode,footer .footer .foot-icon .phone:hover .p-number{
	display:block;
}
footer .footer .foot-nav{
	width:calc(100% - 320px);
	float:left;
	text-align:center;
}
footer .footer .foot-nav a{
	color:#000;
	font-size:18px;
	margin-right:40px;
	line-height:46px;
}
footer .footer .foot-nav a:last-child{
	margin-right:0;
}
footer .foot {
	text-align: center;
	border-top: #cacaca solid 1px;
	padding: 20px 0;
}
footer .foot a {
	color: #333;
}

.in-banner{
	margin-top:50px;
}
.in-banner img{
	width:100%;
}
.about-us .profile,.about-equipment .equipment,.about-technology .technology,.about-news .news,.about-product .product,.about-car .car,.service,.about-contact .contact{
	padding:110px 0;
	display:inline-block;
	width:100%;
}
.about-us .profile li,.about-product .product li,.about-contact .contact li{
	width:50%;
	float:left;
	padding:0 15px;
	box-sizing:border-box;
}
.about-us .profile li h2,.about-equipment .equipment h2,.about-technology .technology h2,.about-news .news h2,.about-product .product h2,.about-car .car h2,.service h2,.about-contact .contact h2{
	font-size: 32px;
line-height: 1.5;
position:relative;
}
.about-us .profile li h2:before,.about-product .product h2:before,.about-contact .contact h2:before{
	content:"";
	position:absolute;
	left:-15px;
	top:15%;
	height:70%;
	border-left:#31a0d3 solid 4px;
}
.about-us .profile li h4,.about-equipment .equipment h4,.about-product .product h4{
	font-size: 18px;
line-height: 1.5;
}
.about-us .profile li p,.about-product .product p{
	font-size: 14px;
line-height: 32px;
margin:0;

}
.about-us .profile li img,.about-product .product li img{
	width:100%;
}
.about-equipment .equipment,.about-technology .technology h2,.about-news .news h2,.about-car .car h2,.service h2{
	text-align:center;
}
.about-equipment .equipment h4{
	font-weight:normal;
	padding:0 12%;
	box-sizing:border-box;
}
.about-equipment .equipment li{
	width:calc(100% / 3);
	float:left;
	padding:0 15px;
	box-sizing:border-box;
	margin-bottom:30px;
}
.about-equipment .equipment li p{
	font-size:16px;
}
.about-equipment .equipment li img,.about-technology .technology li img,.about-car .car li img,.service li img{
	width:100%;
}
.about-technology .technology ul,.about-news .news ul{
	display: flex;
	flex-wrap: wrap;
}
.about-technology .technology li{
	width:50%;
	float:left;
	padding:0 70px;
	margin-bottom:70px;
	box-sizing:border-box;
	font-size: 14px;
color: #54585a;
line-height: 24px;
}
.about-technology .technology li h3{
	font-size:24px;
	line-height:44px;
	margin:30px 0 6px;
}
.about-technology .technology li p{
	font-size:14px;
	color: #54585a;
	line-height:24px;
	margin:0;
}
.about-news .news li{
	width:calc(100% / 3);
	padding:0 15px;
	margin-bottom:30px;
	box-sizing: border-box;
	float:left;
}
.about-news .news li img{
	width:100%;
}
.about-news .news li h3 a,.about-car .car h3,.service li h3{
	font-size: 28px;
line-height: 40px;
color:#000;
}
.about-news .news li p,.about-car .car p,.service li p{
	font-size: 14px;
line-height: 16px;
color: #666;
}
.about-product .product ul{
	display:inline-block;
	margin-bottom:50px;
	width:100%;
}
.about-product .product h4{
	margin:20px 0 0;
}
.about-car .car ul{
	display: flex;
flex-wrap: wrap;
}
.about-car .car li{
	width:25%;
	padding:0 10px;
	float:left;
	box-sizing:border-box;
	margin-bottom:30px;
}
.service li{
	width:calc(100% / 3);
	padding:0 80px;
	box-sizing:border-box;
	float:left;
}
.about-contact .contact li.w-100,.about-contact .contact li.vdcode{
	width:100%;
}
.about-contact .contact li input,.about-contact .contact li textarea{
	width:100%;
	height:42px;
	margin-bottom:20px;
	box-sizing: border-box;
	padding:0 5px;
}
.about-contact .contact li input:focus,.about-contact .contact li textarea:focus{
	outline:0;
}
.about-contact .contact li textarea{
	height:200px;
	padding:5px;
}
.about-contact .contact li.vdcode{
	position:relative;
	width:50%;
}
.about-contact .contact li.vdcode input{
	
}
.about-contact .contact li.vdcode img{
	position:absolute;
	right:16px;
	top:1px;
}
.about-contact .contact li.w-100 button{
	width: 120px;
line-height: 42px;
background-color: #007aff;
border: none;
color: #fff;
border-radius: 5px;
}
.about-news .news .news-detail{
	width:80%;
	margin:0 auto;
}
.about-news .news .news-detail h5{
	color: #9b9b9b;
font-size: 14px;
letter-spacing: 2px;
line-height: 23px;
text-transform: uppercase;
margin:0;
}
.about-news .news .news-detail h4{
	font-size: 32px;
line-height: 51px;
margin: 0 0 30px;
}
.about-news .news .news-detail p.fc-show-prev-next{
	font-size:16px;
}
.pagesize{
	text-align: center;
margin-bottom: 80px;
line-height: 32px;
}
.pagesize .pagination li{
	display:inline-block;
	margin:0 5px;
}
.pagesize .pagination li a{
	min-width:32px;
	display:inline-block;
	border:#333 solid 1px;
	border-radius:5px;
	color:#333;
	padding:0 5px;
	box-sizing:border-box;
}
.pagesize .pagination li a:hover,.pagesize .pagination li.active a{
	background-color:#000;
	color:#fff;
}
@media (max-width:1640px) {
.home-stock .stock-con{
	top:70px;
}
}
@media (max-width:1540px) {
.hcase-img .swiper-button-next{
	right:-50px;
}
.hcase-img .swiper-button-prev{
	left:-50px;
}
.service li{
	padding:0 40px;
}
}
@media (max-width:1440px) {
.hcase-img .swiper-button-next{
	right:0px;
	background-color:#fff;
}
.hcase-img .swiper-button-prev{
	left:0px;
	background-color:#fff;
}
.home-stock .stock-con{
	top:30px;
}
.business .business-con{
	top:100px;
}
.home-stock .stock-con{
	padding:20px;
}
.service li{
	padding:0 30px;
}
}
@media (max-width:1240px) {
.container{
	width:1200px;
}
.home-stock .stock-con{
	padding:15px;
}

.service li{
	padding:0 20px;
}
}
@media (max-width:1140px) {
.container{
	width:1100px;
}
.home-stock .stock-con{
	padding:10px;
}
.service li{
	padding:0 10px;
}
}
@media (max-width:768px) {
.container,footer .footer .foot-icon,footer .footer .foot-nav,footer .footer .foot-logo,.about-us .profile li, .about-product .product li, .about-contact .contact li,.about-technology .technology li,.service li,.about-news .news li,.about-contact .contact li.vdcode{
	width:100%;
}
footer .footer .foot-logo{
	text-align:center;
}
nav .nav_logo{
	top:0;
}
nav .nav_phone{
	width: 36px;
	height: 30px;
	margin-top:10px;
	position:relative;
	display:block;
	float:right;
}
nav .nav_contact{
	position: relative;
width: 100%;
padding: 10px 20px;
background-color: #25609f;
top:0;
}
nav .nav_contact a{
	display: block;
padding-left: 20px;
}
.nav_contact .sub_language{
	top:58px;
	background-color: #25609f;
}
.nav_contact .sub_language a{
	text-align:center;
	color:#fff;
}
nav .nav_phone:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	height:26px;
	display:inline-block;
	border-top:#fff solid 2px;
	border-bottom:#fff solid 2px;
	width: 100%;
}
nav .nav_phone:before{
	content:"";
	position:absolute;
	left:0;
	top:14px;
	display:inline-block;
	border-top:#fff solid 2px;
	width: 100%;
}
nav .nav_phone.activeNav:after{
	top:14px;
	height:auto;
	border-top:#fff solid 2px;
	border-bottom:none;
	transform: rotate(315deg);
}
nav .nav_phone.activeNav:before{
	transform: rotate(45deg);
}
nav .navigation{
	position: fixed;
width: 100%;
left: 0;
top: 50px;
padding:0 0 20px;
display:none;
overflow-x:hidden;
    overflow-y:scroll;
height: calc(100% - 50px);
}
nav .navigation ul{
	display:inline-block;
	background-color: #fff;
}
nav .navigation ul li.menu__item{
	width: 100%;
text-align: left;
box-sizing: border-box;
height:auto;
}
nav .navigation ul li.menu__item a{
	display: block;
padding-left: 20px;
border-bottom: #bbb solid 1px;
color: #333;
}
nav .navigation ul li.menu__item a:hover:after{
	border:none;
}
nav .navigation ul li.menu__item ul.sub_nav{
	position: static;
	-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
height: auto;
width: 100%;
background-color:#fff;
}
nav .navigation ul li.menu__item.nav_0:after,nav .navigation ul li.menu__item.nav_1:after{
	position:absolute;
	content:"";
	width:25px;
	height:auto;
	right:20px;
	top:23px;
	height:23px;
	border-top:#666 solid 2px;
	z-index:9;
}
nav .navigation ul li.menu__item.nav_0:before,nav .navigation ul li.menu__item.nav_1:before{
	position:absolute;
	content:"";
	width:auto;
	height:26px;
	right:0;
	width:31px;
	top:11px;
	border-left:#666 solid 2px;
	display: inline-block;
	z-index:9;
}
nav .navigation ul li.menu__item.nav_0.active:before,nav .navigation ul li.menu__item.nav_1.active:before{
	display:none;
}
nav .navigation ul li.menu__item ul.sub_nav li.menu__item:after,nav .navigation ul li.menu__item ul.sub_nav li.menu__item:before{
	display:none;}
nav .navigation ul li.menu__item.nav_0 ul.sub_nav li.menu__item a{
	font-size:17px;
	line-height:2;
}
.home-stock img{
	display:none;
}
.home-stock .stock-con{
	position: static;
width: 100%;
padding: 60px 0;margin: 0 auto;
float: none;
background-color: transparent;
}
.products .sicherheit li{
	width:100%;
}
footer .footer .foot-icon{
	margin:0;
	text-align:center;
}
footer .footer .foot-icon a{
	float:none;
}
footer .footer .foot-nav{
	margin:10px 0;
}
footer .footer .foot-nav a{
	margin:0 10px;
	float:left;
}
.about-equipment .equipment li,.about-car .car li{
	width:50%;
}
.about-news .news li h3 a, .about-car .car h3, .service li h3{
	font-size:22px;
	line-height:1.8;
}
.business .business-con{
	position: relative;
	left:0;
	top:15px;
	margin-left:0;
	width:100%;
	padding-bottom:15px;
}
.business img{
	position: absolute;
	height:100%;
}
.business .business-con img{
	position:static;
	max-width:20%;
	height:auto;
}
.business .business-con h4,.business .business-con a{
	margin-top:20px;
}
.business .business-con a{
	margin-bottom:15px;
}
.hcase-img {
  padding: 0 30px;
  box-sizing: border-box;
}
nav,.about-equipment .equipment h4,.about-technology .technology li{
	padding:0;
}
.banner img{
	width:100%;
}
.about-us .profile, .about-equipment .equipment, .about-technology .technology, .about-news .news, .about-product .product, .about-car .car, .service, .about-contact .contact{
	padding:60px 0;
}
}