/** =======================
 * Contenedor Principal
 ===========================*/
.accordion {
    width: 100%;
    max-width: 240px;
    background: #FFF;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 27px 15px 27px 15px;
    color: #4D4D4D;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li{
    cursor: pointer;
}
.accordion li .fa-chevron-down {
    position: absolute;
    top: 18px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li img.fa-chevron-down {
    right: 56px;
    top: 38px;
    left: auto;
    font-size: 18px;
}

.link .icon {
    position: absolute;
    left: 44px;
    bottom: 25px;
}

.accordion li.open img.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
.submenu {
    /*display: none;*/
    font-size: 18px;
}

.submenu li {
    border-bottom: 1px dashed #CCC;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #666;
   /* font-weight: bold;*/
    padding: 27px 15px 27px 15px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover ,.submenu li.current a{
    background: #1C1CC6;
    color: #FFF;
    font-weight: bold;
}

.reg_tab{
    width: 779px;
    border-collapse: collapse;
}

.reg_tab tr{
    height: 50px;
    font-size: 16px;
    color: #444;
    display:block;
    margin-top: 15px;
    border-bottom:1px solid #CCC;
}

.reg_tab .tit{
    background-color: #EEE;
    /*border-bottom:1px solid #CCC;*/
    /*border: 1px solid #EEE;*/
    width: 149px;
    height: 50px;
    text-align: center;
    font-weight: bold;
}

.con{
    padding-left: 40px;
}

.con_1{
    font-size: 18px;
    color: #444;
    font-weight: bold;
}

.con_2{
    color: #666;
}

.con_3{
    font-size: 20px;
    color: #FF6600;
    font-weight: bold;
}

.con_4{
    color: #444;
}

.con_5{
    color: #999;
}

.con_6{
    color: #FF6600;
}

.dong{
    text-align: right;
    margin-top: 20px;
    margin-bottom: 35px;
    cursor:pointer;
}

.dong{
    font-size: 16px;
    color: #666;
}

.bigtitle{
    text-align: left;
    font-size: 22px;
    color: #444;
    font-weight: bold;
    height: 79px;
    border-bottom: 1px solid #CCC;
    margin-bottom: 10px;
}

.bigtitle span{
    display: block;
    padding-top: 30px;
}

.tit span{
    font-size: 14px;
    color: #878787;
    font-weight: normal;
}

.con_4 span{
    font-size: 14px;
    color: #AAA;
}

/*.img_list{
    padding-right: 114px;
}*/

.img_list li{
    margin-top: 30px;
}

.img_list .img1{
    position: relative;
    z-index:100000 !important;
}

.img_list .img2{
    position: relative;
    left: -16px;
    bottom: 1px;
    z-index:99999 !important;
}

.img_list span{
    position: relative;
    right: 171px;
    top: -173px;
    z-index: 100000;
    color: #FFF;
    font-family: Times New Roman;
    font-size: 18px;
}


