﻿@charset "utf-8";
H1{
   text-align: center;
    margin-top: 80px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}
H1 A{
   color: #c12c42;
    font-size: 16px;
}
.accordion{
   margin: 30px auto 20px;
    width: 100%;
    max-width: 324px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.accordion .link{
   border-bottom: #ccc 1px solid;
    position: relative;
    text-align: left;
    padding-bottom: 15px;
    padding-left: 52px;
    padding-right: 15px;
    display: block;
    background: url(../images/dx.jpg) no-repeat 20px 16px;
    color: #4d4d4d;
    font-size: 16px;
    cursor: pointer;
    font-weight: normal;
    padding-top: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion LI I{
   position: absolute;
    color: #595959;
    font-size: 18px;
    top: 16px;
    left: 12px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion LI I.fa-chevron-down{
   font-size: 16px;
    right: 12px;
    left: auto;
}
.accordion LI.open .link{
   border-bottom: medium none;
    background: url(../images/hg.jpg) no-repeat 20px 16px;
    color: #08a7df;
    font-weight: bold;
}
.accordion LI.open I{
   color: #b63b4d;
}
.accordion LI.open I.fa-chevron-down{
   -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.submenu{
   border-bottom: #e3e3e3 1px solid;
    display: none;
    font-size: 14px;
}
.submenu LI{
   n: n;
}
.submenu A{
   text-align: left;
    padding-bottom: 12px;
    padding-left: 50px;
    width: 324px;
    padding-right: 12px;
    display: block;
    color: #181818;
    font-weight: normal;
    text-decoration: none;
    padding-top: 12px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.submenu A:hover{
   width: 324px;
    background: #08a7df;
    color: #fff;
}
