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-d1 ul li {
    list-style: none;float: left;
}
.secondary-nav-d1 ul li a {
    margin-right: 30px;
}
.secondary-nav-d2 {
    display: inline-block;float: right;
}
.contact_content {
    padding: 0 8% 2% 8%;
    margin-top: 2%;
}
.content_left {
    display: inline-block;width: 39%;float: left;
}
.contact_info {
    text-align: center;line-height: 50px;border: solid 1px rgba(0,0,0,0.1);margin-bottom: 20px;
}
.contact_info_d1 {
    display: inline-block;width: 20%;
}
.contact_info_d1 img {
    width: 25%;
}
.contact_info_d2 {
    display: inline-block;width: 78%;
}
.content_right {
    display: inline-block;width: 59%;float: right;text-align: right;
}
.content_right img {
    width: 85%;
}
@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;
    }

    .content_left {
        display: block;
        width: 100%;
        float: none;
    }
    .content_right {
        display: block;
        width: 100%;
        float: none;
    }
    .content_right img {
        width: 100%;
    }
    .clear {
        clear: none;
    }
    .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;
    }

    .content_left {
        display: block;
        width: 100%;
        float: none;
        margin-top: 50px;
    }
    .content_right {
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 35px;
    }
    .content_right img {
        width: 100%;
    }
    .clear {
        clear: none;
    }
    .secondary-nav-d2 {
        margin-right: 20px;
        margin-top: 5px;
    }
    .secondary-nav-d1>ul>li>a {
        margin-right: 15px;
    }
    .contact_info_d1{
        display: inline-block;
        width: 20%;
        margin-left: -17px;
    }
    .contact_info_d2{
        display: inline-block;
        width: 89%;
        margin-left: -21px;
    }
    .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;
    }

    .content_left {
        display: block;
        width: 100%;
        float: none;
        margin-top: 48px;
    }
    .content_right {
        display: block;
        width: 100%;
        float: none;
        margin-bottom: 32px;
    }
    .content_right img {
        width: 100%;
    }
    .clear {
        clear: none;
    }
    .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;
    }
}