a {
    color: #616161;
}
a:hover {
    text-decoration: none!important;
    color: #616161 !important;
}
ul > li > a:hover {
    color: #E14253 !important;
}
.common_background {
    position: relative;
}
.common_background img {
    width: 100%;
}
.common_background_text {
    position: absolute;
    top: 30%;
    color: #FFFFFF;
}
.secondary-nav-d1 {
    display: inline-block;float: left;
}
.secondary-nav-d2 {
    display: inline-block;float: right;
}
.secondary-nav-d1>ul>li {
    list-style: none;float: left;
}
.secondary-nav-d1>ul>li>a{
    margin-right: 30px;
}
.common_info_list ul {
    padding: 0;
}
.common_info_list ul li {
    list-style: none;padding: 35px 8%;
}
.interlacing {
    background-color: #EEEEEE;
}
.common_info_bgi {
    display: inline-block;width: 39%;text-align: center;
}
.common_info_content {
    display: inline-block;width: 59%;padding: 0 40px;
    vertical-align: middle;
}
.common_info_bgi img {
    width: 90%;
}
.common_info_content>p {
    line-height: 24px;
}
@media screen and (max-width: 321px) {
    .common_background {
        position: relative;
        height: 6rem;
    }
    .common_background img {
        width: 100%;
        height: 100%;
    }
    .common_background_text {
        margin-left: 8%;
        position: absolute;top: 0;
        color: #FFFFFF;
    }
    .common_background_text h3 {
        font-size: 18px;
        margin: 10px 0;
    }

    .common_info_bgi {
        display: block;
        width: 100%;
    }
    .common_info_content {
        display: block;
        width: 100%;
    }
    .common_info_content h2 {
        text-align: center;
    }
    .secondary-nav-d2 {
        margin-right: 20px;
        margin-top: 5px;
    }
    .secondary-nav-d1>ul>li>a {
        margin-right: 15px;
    }
    .section-top{
        margin-top: 8px;
    }
}
@media screen and (min-width: 321px) and (max-width: 400px) {
    .common_background {
        position: relative;
        height: 6rem;
    }
    .common_background img {
        width: 100%;
        height: 100%;
    }
    .common_background_text {
        margin-left: 8%;
        position: absolute;top: 0;
        color: #FFFFFF;
    }
    .common_background_text h3 {
        font-size: 18px;
        margin: 10px 0;
    }

    .common_info_bgi {
        display: block;
        width: 100%;
    }
    .common_info_content {
        display: block;
        width: 100%;
    }
    .common_info_content h2 {
        text-align: center;
    }
    .secondary-nav-d2 {
        margin-right: 20px;
        margin-top: 5px;
    }
    .secondary-nav-d1>ul>li>a {
        margin-right: 12px;
    }
    .section-top{
        margin-top: -20px;
    }
}
@media screen and (min-width: 400px) and (max-width: 768px) {
    .common_background {
        position: relative;
        height: 6rem;
    }
    .common_background img {
        width: 100%;
        height: 100%;
    }
    .common_background_text {
        margin-left: 8%;
        position: absolute;top: 0;
        color: #FFFFFF;
    }
    .common_background_text h3 {
        font-size: 18px;
        margin: 10px 0;
    }

    .common_info_bgi {
        display: block;
        width: 100%;
    }
    .common_info_content {
        display: block;
        width: 100%;
    }
    .common_info_content h2 {
        text-align: center;
    }
    .secondary-nav-d2 {
        margin-right: 20px;
        margin-top: 5px;
    }
    .secondary-nav-d1>ul>li>a {
        margin-right: 15px;
    }
    .section-top{
        margin-top: -20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
    .common_background_text {
        margin-left: 8%;
        position: absolute;
        top: 30%;
        color: #FFFFFF;
        left: 0;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1920px) {
    .common_background_text {
        margin-left: 8%;
        position: absolute;
        top: 30%;
        color: #FFFFFF;
        left: 0;
    }
}
@media (min-width: 1920px) {
    .common_background_text {
        margin-left: 8%;
        position: absolute;
        top: 30%;
        color: #FFFFFF;
        left: 0;
    }
}