@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* 头部 */

#banner {
    position: relative;
}

#banner .banner_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#banner .banner_video {
    width: 100%;
    height: auto;
    z-index: 9;
}

#header {
    width: 100%;
    height: 90px;
    /*background-color: rgba(255,255,255 ,.3);*/
    box-shadow: 0 15px 40px -10px rgb(22 35 49 / 15%);
    position: absolute;
    top: 0;
    z-index: 99999;
}

#header .w {
    padding: 0 20px 0 40px;
}

.logo {
    display: inline-block;
    max-width: 50%;
}

.logo a {
    line-height: 90px;
    display: block;
}

.logo a img {
    vertical-align: middle;
    width: auto;
    display: inline-block;
    max-height: 60px;
    border-radius: 10px;
}

.nav>ul {
    line-height: 90px;
    height: 90px;
}

.nav>ul>li {
    float: left;
    position: relative;
}

.nav>ul>li>a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0.8);
    filter: progid: DXimagesTransform.Microsoft.gradient(startColorstr=#c8ffffff, endColorstr=#c8ffffff);
    margin-right: 15px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.nav .sub-menu {
    display: none;
}

.nav>ul>li:hover .sub-menu {
    display: block;
}

.nav .sub-menu {
    background: #fff;
    position: absolute;
    top: 90px;
    left: 25px;
    right: -50px;
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    top: 100%;
}

.nav .sub-menu li {
    height: 42px;
    line-height: 42px;
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
    z-index: 9999;
    padding: 0 20px;
    overflow: hidden;
}

.nav .sub-menu li:hover {
    background: #c4091f;
    color: #fff;
}

.nav .sub-menu li:hover a {
    color: #fff;
}

.nav .active {
    font-weight: 700;
}

.nav .contact_us a {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #ff001e;
    color: #fff !important;
    padding: 0 20px;
}

#nav_button {
    display: none;
}

@media screen and (max-width: 767px) {
    #banner {
        position: static;
    }
    #banner .banner_bg {
        position: static;
        z-index: -1;
    }
    #banner .banner_video {
        display: none;
    }
    #header {
        position: static;
    }
    body {
        margin-top: 0px;
    }
    #header .w {
        padding: 0 10px;
    }
    #nav_button {
        display: inline-block;
        float: right;
        height: 20px;
        margin: 35px 15px;
    }
    #nav_button .nav_icon {
        float: right;
        width: 1.825em;
        height: .875em;
        margin: .188em 8px 0 0;
    }
    #nav_button .nav_icon_line {
        display: block;
        width: 1.825em;
        height: .325em;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background-color: #333;
        margin: 0.118em 0;
    }
    .nav {
        float: none;
        width: 100%;
        background: #fff;
        border-top: 3px solid;
        margin: 0;
        padding: 0;
        font-size: .875em;
        list-style: none;
        overflow: hidden;
        position: relative;
        z-index: 999;
    }
    .nav {
        display: none;
    }
    .nav ul {
        line-height: inherit;
        height: inherit;
    }
    .nav>ul>li {
        float: none;
        z-index: 9;
        padding: 0;
        width: 100%;
    }
    .nav li {
        line-height: auto!important;
        height: auto!important;
    }
    .nav ul li a {
        display: block;
        line-height: 42px;
        height: 42px;
        margin: 0;
        padding: 0 20px;
        text-decoration: none;
        color: #333;
        border-bottom: 1px solid #f0f0f0;
        font-size: 14px;
        text-align: left;
        text-transform: uppercase;
        -webkit-backface-visibility: hidden;
    }
    .nav .contact_us a {
        background: #fff;
        color: #333!important;
        padding: 0 20px;
    }
    .nav .down {
        position: relative;
    }
    .nav .down_icon {
        position: absolute;
        right: 20px;
        top: 0px;
        width: 0;
        height: 0;
        margin-top: 18px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #333;
        font-size: 0;
        line-height: 0;
        transform: rotate(90deg);
    }
    .nav .down_icon2 {
        transform: rotate(180deg);
    }
    .nav .sub-menu {
        position: static;
        box-shadow: none;
    }
    .nav .sub-menu li {
        border-bottom: none;
    }
    .sub-menu a {
        padding: 0 40px !important;
    }
    .nav .sub-menu li:hover {
        background: #fff;
        color: #333;
    }
    .nav .sub-menu li:hover a {
        color: #333;
    }
}


/* 首页优势特点 */

.section-box {
    box-shadow: 0 15px 40px 0 rgb(22 35 49 / 15%);
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    transition: all .2s linear;
    text-align: center;
    height: 100%;
}

.section-box:hover {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 20px 40px -10px rgb(22 35 49 / 20%);
    -moz-box-shadow: 0 20px 40px -10px rgba(22, 35, 49, .2);
    box-shadow: 0 20px 40px -10px rgb(22 35 49 / 20%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.section-box h3 {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    padding-top: 10px;
    border-top: 1px solid #f5f5f5;
}

.section-box p {
    color: #666;
}

.section-box:hover h3 {
    color: #070771;
}

@media screen and (max-width: 767px) {
    .index_advbox {
        display: none;
    }
    .section-box h3 {
        font-size: 14px;
    }
    .section-box p {
        display: none;
    }
}


/* 首页优势特点4 */

.intro_dl {
    margin: 0 auto;
    overflow: hidden;
}

.intro_dl dl {
    height: 190px;
    width: 25%;
    float: left;
    text-align: center;
    border-right: 1px solid #eee;
}

.intro_dl dl:nth-child(4) {
    border-right: none;
}

.intro_dl dl:hover dt {
    transform: rotateY(360deg);
}

.intro_dl dl:hover {
    cursor: pointer;
}

.intro_dl dl dt {
    margin-top: 20px;
    transition: transform 0.8s;
}

.intro_dl dl dd {
    font-size: 20px;
    margin-top: 15px;
    font-weight: bold;
}

.intro_dl dl dd p {
    width: 35px;
    height: 5px;
    background: #c4091f;
    margin: 5px auto;
}

.intro_dl dl dd span {
    font-weight: normal;
    font-size: 16px;
    margin-top: 10px;
    display: block;
}


/*首页产品中心*/

.section_title_h2 {
    font-size: 32px;
    color: #666;
    font-weight: 400;
    letter-spacing: .35em;
    display: inline-block;
    border-bottom: 5px solid #ccc;
    padding: 0 0 0 .35em;
}

.index_title_desc {
    color: #666;
}

.index_probox>.w>.fl {
    width: 18%;
    background-color: #fff;
    padding: 20px;
}

.title01 {
    border-bottom: #eee 2px solid;
    margin-bottom: 15px;
}

.title01 h1 {
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 18px;
    display: inline-block;
    border-bottom: #c4091f 2px solid;
    z-index: 99;
    margin-bottom: -2px;
}

.title01 h2 {
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 18px;
    display: inline-block;
    border-bottom: #c4091f 2px solid;
    z-index: 99;
    margin-bottom: -2px;
}

.title01 h3 {
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 18px;
    display: inline-block;
    border-bottom: #c4091f 2px solid;
    z-index: 99;
    margin-bottom: -2px;
}

.profl-title {
    display: block;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    background: #eee;
    padding-left: 20px;
}

.profl_list2 {
    padding-top: 10px;
    padding-left: 10px;
    overflow: hidden;
}

.profl_list2>li {
    /*margin-bottom: 10px;*/
    line-height: 34px;
    height: 34px;
}

.profl_list2>li>a {
    background: url(../images/arrow.png) left center no-repeat;
    padding-left: 10px;
    display: inline-block;
}

.profl_box .profl_list1 a:hover {
    color: #c4091f;
}

.profl_list1 {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.index_probox>.w>.fr {
    width: 80%;
}


/* .index_probox h3 {
    font-size: 18px;
} */

@media screen and (max-width: 767px) {
    .index_probox>.w>.fl {
        display: none;
    }
    .index_probox>.w>.fr {
        width: 100%;
    }
    .section_title_h2 {
        font-size: 20px;
    }
    .index_probox h3 {
        font-size: 14px;
    }
}

.index_case_list li a {
    display: block;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.index_case_list h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    color: #333;
}

.index_case_list span.time {
    color: #999;
}

.index_more {
    text-align: center;
    margin-top: 20px;
}

.index_more a {
    color: #999;
}

.index_more a:hover {
    color: red;
}

@media screen and (max-width: 767px) {
    .index_case_list h3 {
        font-size: 14px;
    }
}

.index_newsbox {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
}

.index_newsbox_nav ul {
    overflow: auto;
    width: 100%;
    background: #cfcfcf;
    height: 40px;
    line-height: 40px;
    display: flex;
}

.index_newsbox_nav ul li {
    white-space: nowrap;
    font-size: 18px;
    display: inline-block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    float: left;
    color: #5a5a5a;
    border-right: 1px solid #fff;
}

.index_newsbox_nav ul li.on {
    background-color: #11469e;
    color: #fff;
    border-color: #fff;
}

.index_newsbox_wrap .aboutimg {
    width: 400px;
    height: auto;
}

.index_newsbox_wrap .aboutimg img {
    width: 100%;
    height: auto;
}

.index_newsbox_wrap .items h2 {
    margin-top: 20px;
    font-size: 26px;
    font-weight: 700;
    color: #333;
}

.index_newsbox_wrap .items h5 {
    font-size: 16px;
    font-weight: 400;
    color: #ccc;
}

.index_newsbox_wrap .items p {
    line-height: 1.75;
    margin-bottom: 20px;
    font-size: 16px;
    text-indent: 2em;
    color: #666;
}

.index_news_list li {
    border-bottom: 1px dashed #a7a7a7;
    margin: 0 2%;
    float: left;
    width: 45%;
}

.index_news_imglist li {
    border-bottom: none;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.index_news_imglist .news_info {
    padding-left: 15px;
}

.index_news_list li span {
    width: 120px;
    display: inline-block;
    float: right;
    line-height: 40px;
    height: 40px;
    color: #999;
    text-align: right;
    font-size: 14px;
}

.index_news_list li a {
    display: inline-block;
    width: calc(100% - 120px);
    float: left;
    padding-left: 15px;
    background: url(../images/dian.png) no-repeat 0 50%;
    color: #5a5a5a;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
}

.index_news_list li .images {
    float: left;
    width: 200px;
    overflow: hidden;
    padding-top: 21%;
}

.index_news_list li .news_info {
    float: right;
    width: calc(100% - 200px);
}

.index_news_imglist li a {
    width: 100%;
}

.index_newsbox_wrap .index_news_imglist li p {
    width: 100%;
    text-indent: 0;
    font-size: 14px;
    color: #999;
    line-height: 1.7;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .index_newsbox_nav ul li {
        font-size: 14px;
        padding: 0 15px;
    }
    .index_newsbox_wrap .aboutimg {
        width: 100%;
        float: none;
    }
    .index_news_list li {
        float: none;
        width: 96%;
    }
    .index_news_imglist li {
        float: left;
        width: 46%;
    }
    .index_news_list li .images {
        width: 100%;
        float: none;
        padding-top: 68%;
    }
    .index_news_list li .news_info {
        float: none;
        width: 100%;
        padding-left: 0px;
    }
    .index_newsbox_wrap .index_news_imglist li p {
        font-size: 12px;
    }
    .index_news_imglist li span {
        display: none;
    }
}

.index_contact_box {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.index_contact_box h3 {
    font-size: 24px;
}

.index_contact_box p {
    font-size: 16px;
}

.btn-contact a {
    color: #fff;
    font-size: 18px;
    display: block;
    cursor: pointer;
    border-radius: 10px;
    padding: 10px 20px;
    background-color: #ff001e;
}


/*底部*/

#footer {
    background: #2d2d2d;
    color: #fff;
}

#footer a {
    color: #a2a5a8;
}

#footer a:hover {
    color: #fff;
}

.footnav_menu {
    float: left;
    width: 25%;
}

.footer-top h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-top li {
    color: #a2a5a8;
}

.footnav_menu ul li {
    margin-bottom: 10px;
    float: left;
    width: 32%;
}

.footnav_menu ul li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.footdesc {
    color: #a2a5a8;
    line-height: 40px;
    height: 40px;
}

.link li {
    color: #a2a5a8;
    float: left;
    margin-right: 10px;
    line-height: 30px;
    height: 30px;
}

.wxerweima {
    width: 100px;
    overflow: hidden;
}

.wxerweima img {
    width: 100%;
    height: auto;
}

.footer-btm {
    color: #a2a5a8;
    padding-bottom: 20px;
    border-top: 1px solid #1b1b1b;
    padding-top: 20px;
}

@media screen and (max-width: 767px) {
    .footer-top {
        display: none;
    }
    .footer-btm .fl,
    .footer-btm .fr {
        float: none;
        text-align: center;
    }
}


/* 首页完 */


/* 内页结构 */

.pos {
    padding: 20px 0;
    color: #333;
}

.pos a {
    color: #333;
}

.main .main_left {
    width: 80%;
    padding: 20px;
    margin-top: 20px;
    background-color: #fff;
}

.main .main_right {
    width: 20%;
}

@media screen and (max-width: 767px) {
    .main .main_left {
        float: none;
        width: 100%;
    }
    .main .main_right {
        float: none;
        width: 100%;
    }
    .sidebar_prolist,
    .sidebar_hotpro {
        display: none;
    }
}


/* 侧边栏样式 */

.sidebar_box {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
}

.sidebar-title {
    border-bottom: #f5f5f5 2px solid;
    margin-bottom: 10px;
}

.sidebar-title h3 {
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 16px;
    display: inline-block;
    border-bottom: #c4091f 2px solid;
    z-index: 99;
    margin-bottom: -2px;
}

.sidebar_list1>li {
    background-color: #f5f5f5;
}

.sidebar_list1>li>a {
    display: block;
    padding: 10px 0 10px 20px;
}

.sidebar_hotpro li a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f5f5;
}

.sidebar_hotpro li p {
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.sidebar_news ul li {
    margin-bottom: 10px;
    position: relative;
}

.sidebar_news ul li :last-child {
    margin-bottom: 0;
}

.sidebar_news ul li a {
    height: 20px;
    line-height: 20px;
    display: block;
    overflow: hidden;
}

.sidebar_news ul li a:before {
    display: inline-block;
    vertical-align: 2px;
    width: 5px;
    height: 5px;
    background: #c4091f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
    content: "";
}

.list-child li {
    float: left;
    margin: 0 10px 20px 0;
}

.list-child li a {
    padding: 8px 15px;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    display: inline-block;
}

.list-child li a:hover {
    background: #c4091f;
    color: #fff!important;
    border: 1px solid #c4091f;
}

.list-child li .border {
    background: #c4091f;
    color: #fff!important;
    border: 1px solid #c4091f;
}


/* 分页 */

.pagelist_box {
    text-align: center;
}

.pagelist_box .navigation {
    display: inline-block;
    margin-top: 30px;
}

.navigation .nav-links a {
    display: inline-block;
    border: 1px solid #e1e1e1;
    padding: 10px 15px;
    margin-right: 5px;
}

.navigation .nav-links .current {
    display: inline-block;
    border: 1px solid #e1e1e1;
    padding: 10px 15px;
    margin-right: 5px;
    background: #c4091f;
    color: #fff;
}

.pagelist {
    display: inline-block;
    margin-top: 30px;
}

.pagelist .thisclass {
    background: #c4091f;
    color: #fff;
}

.pagelist .thisclass a {
    color: #fff;
}

.pagelist li {
    float: left;
    border: 1px solid #e1e1e1;
    padding: 10px 15px;
    margin-right: 5px;
}


/*产品分类描述*/

.pro_list_content {
    font-size: 16px;
    line-height: 1.8;
    line-height: 30px;
}

.pro_list_content h2 {
    margin-bottom: 20px;
}

.pro_list_content h3 {
    margin-bottom: 20px;
}

.pro_list_content p {
    font-size: 16px;
    line-height: 1.8;
    line-height: 30px;
    margin-bottom: 20px;
}

.pro_list_content a {
    color: blue;
}

.pro_list_content img {
    display: inherit;
    margin: 0 auto;
    max-width: 100% !important;
    height: auto !important;
    margin-top: 20px;
}


/* 产品详情页 */

.article_pro_top {
    border-bottom: solid 1px #dedede;
    padding-bottom: 20px;
}

.article_pro_top_left {
    width: 50%;
}

.article_pro_top_right {
    width: 50%;
}

.article_pro_top_right h1 {
    font-size: 20px;
    font-weight: 700;
    color: #2c3033;
    line-height: 1.42;
}

.article_pro_top_right h3 {
    font-size: 16px;
    font-weight: 400;
}

.article_pro_top_right .button {
    /* text-align: center; */
    margin-top: 40px;
}

.article_pro_top_right .button a {
    padding: 15px 30px;
    background: red;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
}

.miaoshu {
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
    padding: 10px 15px;
    font-size: 16px;
}

sapn.jiacu {
    font-weight: 700;
    color: blue;
}

.article_pro_con h2 {
    margin-bottom: 20px;
}

.article_pro_con p {
    font-size: 16px;
    line-height: 1.8;
    line-height: 30px;
    margin-bottom: 20px;
}

.article_pro_con img {
    display: inherit;
    margin: 0 auto;
}

.main_bot_tjpro ul li {
    float: left;
    width: 25%;
}

@media screen and (max-width: 767px) {
    .article_pro_top_left {
        float: none;
        width: 100%;
    }
    .article_pro_top_right {
        float: none;
        width: 100%;
    }
}


/* 新闻列表 */

.art_list_box .art-list li {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #ccc;
}

.art-list li .art-img {
    width: 28%;
}

.art-list li .art-box {
    width: 72%;
}

.art-list li h2 {
    margin-top: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    line-height: 1.42;
}

.art-list li h2 a {
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
}

.art-list li h3 {
    margin-top: 5px;
    margin-bottom: 15px;
    overflow: hidden;
    line-height: 1.42;
}

.art-list li h3 a {
    font-weight: 700;
    display: inline-block;
    font-size: 18px;
}

.art-list li p {
    font-size: 16px;
    overflow: hidden;
    line-height: 1.42;
    color: #999;
}

.art-list li .time {
    float: left;
    color: #b4b4b4;
}

@media screen and (max-width: 767px) {
    .art-list li .art-img {
        float: none;
        width: 100%;
    }
    .art-list li .art-box {
        float: none;
        width: 100%;
    }
}


/* 文章详情页 */

.art-header {
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}

.art-header h1 {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.art-header .art-meta {
    overflow: hidden;
    color: #999;
    display: inline-block;
}

.art-header span {
    display: inline-block;
    margin-right: 10px;
}

.art-content {
    overflow: hidden;
}

.art-content {
    font-size: 16px;
    line-height: 1.8;
    line-height: 30px;
    margin-bottom: 20px;
}

.art-content h2 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #072782;
}

.art-content p {
    font-size: 16px;
    line-height: 1.8;
    line-height: 30px;
    margin-bottom: 20px;
    text-indent: 2em;
}

.art-daodu p{
    text-indent: 0;
}

.art-content a {
    color: blue;
}

.art-content img {
    display: inherit;
    margin: 0 auto;
    max-width: 100% !important;
    height: auto !important;
    margin-top: 40px;
    margin-bottom: 40px;
}

.art-daodu {
    border: 1px solid #ccc;
    padding: 15px 25px;
    margin-bottom: 20px;
}

.art-daodu p {
    font-size: 14px;
    color: #9c9696;
    margin-bottom: 0px;
}

.art-daodu p.blue {
    color: #c71717;
}

.art-banquan p {
    font-size: 16px;
    line-height: 32px;
    line-height: 32px;
    text-indent: 1em;
}

.art-banquan p:nth-child(1) {
    font-weight: 700;
}

.art-banquan p strong {
    color: #2e2e8c;
}

.art-banquan p i {
    margin-right: 10px;
}

#nav-single {
    border-top: 1px solid #f5f5f5;
    margin-top: 20px;
    padding-top: 20px;
}

#nav-single div {
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.tj_art {
    padding: 3%;
}

.tj_art .tj_art_list li {
    float: left;
    width: 50%;
    line-height: 32px;
    height: 32px;
}

@media screen and (max-width: 767px) {
    .tj_art .tj_art_list li {
        float: none;
        width: 100%;
    }
}


/* 单页 */

.page-title {
    overflow: hidden;
    border-bottom: #eee 1px solid;
    margin-bottom: 20px;
}

.page-title h1 {
    font-weight: 800;
    font-size: 20px;
    padding: 10px 0;
    display: inline-block;
    border-bottom: #c4091f 2px solid;
}

.page-content p {
    font-size: 16px;
    line-height: 1.8;
    line-height: 30px;
    margin-bottom: 20px;
}

.page-content img {
    display: inherit;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .kefubox .tel a {
        display: block;
        width: 100%;
    }
}