@charset "UTF-8";
/**
 *
 * @authors Your Name (you@example.org)
 * @date    2020-09-09 16:55:46
 * @version $Id$
 */
@font-face {
  font-family: "akzi";
  src: url("akzidenzgroteskbe/akzidenzgroteskbe.woff2") format("woff2"),
       url("akzidenzgroteskbe/akzidenzgroteskbe.woff") format("woff"),
       url("akzidenzgroteskbe/akzidenzgroteskbe.ttf") format("truetype"),
       url("akzidenzgroteskbe/akzidenzgroteskbe.eot") format("embedded-opentype"),
       url("akzidenzgroteskbe/akzidenzgroteskbe.svg") format("svg");
}
header.header{

}
header.header .top{
	background-color:#2f318b;
	color: #fefefe;
	height: 60px;
	line-height: 60px;
	font-size:20px;
}
header.header div.head a.logo{
	width: 16%;
	display: block;
	margin: 23px 0;
}
header.header .top .right span{margin-right:38px;}
header.header div.head a.logo img{
	width: 100%;
}
header.header div.head .menu .nav > .nLi{
	float: left;
	position: relative;
}
header.header div.head .menu .nav > .nLi > h3{
	margin: 0 35px 0 38px;
}
header.header div.head .menu .nav > .nLi > h3 > a{
	font-size:16px;
	line-height: 24px;
	color: #333333;
	display: block;
	padding: 43px 0 42px 0;
}
header.header div.head .menu .nav .nLi h3 a:hover{
	color: #2f318b;
}
header.header div.head .menu .nav > .nLi > .sub{
	position: absolute;
	top:109px;
	left: 0;
	width: 100%;
	background-color:#fff;
	z-index: 99;
}
header.header div.head .menu .nav .nLi .sub li a{
	display: block;
	text-align: center;
	padding: 10px 0;
}
header.header div.head .menu .nav .nLi .sub li:first-child a{
	padding-top: 20px;
}
header.header div.head .menu .nav .nLi .sub li:last-child a{
	padding-bottom: 20px;
}
header.header div.head .menu .nav .nLi .sub li .subs{
	position: absolute;
	top: 0;
	right: -137px;
	width: 100%;
	background-color:#fff;
	z-index: 99;
}

/*footer*/
footer.footer{
	background-color:#222222;
	overflow: hidden;
}
footer.footer div.menus{
	margin-top: 70px;
	margin-bottom: 80px;
}
footer.footer div.menus a{
	margin-right: 71px;
	color: #dddddd;
	font-size:16px;
}
footer.footer div.menus a:hover{
	color: #fff;
}
footer.footer div.bottom{
	margin-bottom: 76px;
}
footer.footer div.bottom .left p{
	margin-bottom: 38px;
	color: #fff;
	font-size:20px;
	/* font-family: "akzi"; */
	padding-left: 56px;
	position: relative;
}
footer.footer div.bottom .left p:after{
	content:'';
	width: 32px;
	height: 32px;
	background:url(../images/tels.png) no-repeat center;
	position: absolute;
	top:50%;
	left: 0;
	transform: translateY(-50%);

	z-index: 1;
}
footer.footer div.bottom .left p img{
	max-width:100%;
}
footer.footer div.bottom .left span{
	display: block;
	font-size:14px;
	color: #dddddd;
	line-height: 24px;
}
footer.footer div.bottom .right{
	width: 99px;
	height: 99px;
	overflow: hidden;
}
footer.footer div.bottom .right img{
	width: 100%;
}

@media screen and (max-width: 1024px) {
header.header div.head a.logo {
    width: 25%;
}
header.header a.menus{
	display: block;
	margin-right: 23px;
	margin: 23px 0;
	position: relative;
	width: 6.55%;
}
header.header a.menus > span{
	display: block;
	width: 100%;
	height: 4px;
	background-color:#0e69b5;
	position: absolute;
	top:0;
	left: 0;
	z-index: 1;
	transition:all 1s;
}
header.header a.menus > span:nth-child(2){
	top:12px;
}
header.header a.menus > span:nth-child(3){
	top:24px;
}
header.header a.menus.on span:first-child{
	transform:rotate(45deg);
	top:10px;
}
header.header a.menus.on span:nth-child(2){
	width: 0;
}
header.header a.menus.on span:nth-child(3){
	transform:rotate(-45deg);
	top:10px;
}
header.header .menu{
	float: none;
	width: 100%;
	position: absolute;
	top:125px;
	left: 0;
	height: 0;
	background-color:#fff;
	z-index: 999;
	overflow: hidden;
	transition:all 1s;
}
header.header div.head .menu .nav .nLi{
	float: none;
	width: 100%;
}
header.header div.head .menu .nav .nLi h3 {
    margin: 0 15px 0 18px;
    border-bottom: 1px solid #eee;
}
header.header div.head .menu .nav .nLi h3 a {
    padding: 23px 0 22px 0;
}
footer.footer div.menus a {
    margin-right: 45px;
}
header.header div.head .menu .nav > .nLi > .sub {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}
header.header div.head .menu .nav .nLi .sub li a {
    text-align: left;
    padding-left: 20px;
}
header.header div.head .menu .nav .nLi .sub li .subs {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    background-color: #fff;
    z-index: 99;
}
header.header div.head .menu .nav .nLi .sub li .subs a{
	padding-left: 30px;
}
}
@media screen and (max-width: 750px) {
header.header .top{
	display: none;
}
footer.footer div.menus {
    margin-top: 50px;
    margin-bottom: 60px;
}
footer.footer div.menus a {
    margin-right: 15px;
    font-size: 14px;
}footer.footer div.bottom .left {
    float: none;
}
footer.footer div.bottom .left p {
    margin-bottom: 25px;
}
footer.footer div.bottom .right {
    float: none;
    margin: 20px auto;
}
footer.footer div.bottom {
    margin-bottom: 30px;
}
}
@media screen and (max-width: 414px) {
header.header div.head a.logo {
    width: 35%;
    margin: 10px 0;
}
header.header a.menus {
    margin: 10px 0;
    width: 7.55%;
}
header.header a.menus > span:nth-child(2) {
    top: 8px;
}
header.header a.menus > span:nth-child(3) {
    top: 16px;
}
header.header .menu {
    top: 40px;
}
header.header div.head .menu .nav .nLi h3 a {
    padding: 12px 0 11px 0;
    width: 50%;
}
footer.footer div.menus {
    margin-top: 25px;
    margin-bottom: 30px;
}
footer.footer div.menus a {
    width: 45%;
    font-size: 16px;
    display: inline-block;
    margin-top: 10px;
    text-align: center;
}
}