@charset "utf-8";

.head_003 {
    position: relative;
    background-color: #fff;
    width: 100%;
    z-index: 999;
}

.index_messages {
    background-color: #ec1d23;
    padding: 50px 50px;
    position: relative;
    margin-top: -80px;
    z-index: 99;
    margin-bottom: 50px;
}

.index_messages_input input {
    width: 100%;
    border-radius: 35px;
    height: 50px;
    border: none;
    padding-left: 20px;
    font-size: 14px;
    line-height: 50px;
}

.index_messages_button {}

.index_messages_button button {
    width: 90%;
    height: 50px;
    background-color: #fff;
    border: none;
    border-radius: 35px;
    transition: all 0.5s ease;
    font-weight: bold;
}

.index_messages_button button:hover {
    width: 100%;
    transition: all 0.5s ease;
}

/* about */
.about_left {
    margin-left: 0;
    padding-left: 0;
}

.about_right {
    margin-right: 0;
    padding-right: 0;

}

.about_img1 img {
    width: 100%;
}

.about_tit {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    padding-top: 10%;
}

.about_tit .line {
    height: 1px;
    width: 100%;
    background-color: #ec1d23;
}

.about_tit h2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: bold;
}

.about_tit p {
    line-height: 36px;
}

.about_tit1 {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    padding-top: 5%;
}

.about_tit1 h1 {
    padding-left: 0px;
    font-size: 40px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}

/* .about_tit1 h2 {
    padding-left: 100px;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    margin-bottom: 30px;
} */

.about_tit1 p {
    font-size: 16px
}

.about_more {
    background-color: #ec1d23;
    width: 180px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    transition: 0.5s all ease;

}

.about_more:hover {
    background-color: #000;
    transition: 0.5s all ease;
}

/*  */
.indexbg {
    padding: 50px 0;
}

.index_title {
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.catalogs {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 10px 10px;
    transition: all 0.3s ease;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}

.catalogs_tit {
    padding-top: 10%;
}

.catalogs_tit h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.catalogs_tit i {
    font-size: 24px;
}

.catalogs:hover {
    background-color: #ec1d23;
    transition: all 0.3s ease;
}

.catalogs:hover h2 a,
.catalogs:hover i {
    color: #fff
}

/* process */
.bgcolor {
    background-color: #f0f0f0;
    padding: 50px 0;
}

.process {
    text-align: center;
}

/* service */
.index_service {
    padding: 50px 0 0 0
}

.service_left li {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 80px;
    position: relative;
    height: 60px;
}

.service_left li span {
    display: block;
    text-align: center;
    position: absolute;
    right: 0;
}

.service_left li i {
    font-size: 50px;
    color: #ec1d23;
    text-align: center;
    height: 80px;
    width: 80px;
    line-height: 80px;
    display: inline-block;
    border: 1px #fff solid;
    transition: all 0.3s ease;
    cursor: pointer;
}

.service_left li h4 {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    flex: 1;
    padding-right: 90px;
    text-align: right;
}

.service_left li a {
    flex: 1;
}

.service_left li:nth-child(2) {
    margin-right: 80px;
}

.service_left li:nth-child(3) {
    margin-right: 70px;
}

.service_left li:hover a {
    color: #ec1d23
}

.service_left li:hover i {
    border: 1px #ec1d23 solid;
    border-radius: 50%;
    color: #ec1d23;
}

.service_center {
    padding: 50px 0;
}

.service_right li {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 80px;
    position: relative;
    cursor: pointer;
    height: 60px;
}

.service_right li span {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
}

.service_right li i {
    font-size: 50px;
    color: #ec1d23;
    text-align: center;
    height: 80px;
    width: 80px;
    line-height: 80px;
    display: inline-block;
    border: 1px #fff solid;
    transition: all 0.3s ease;
    cursor: pointer;

}

.service_right li h4 {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    flex: 1;
    padding-left: 90px;
    text-align: left;
}

.service_right li a {
    flex: 1;
}

.service_right li:hover a {
    color: #ec1d23
}

.service_right li:hover i {
    border: 1px #ec1d23 solid;
    border-radius: 50%;
    color: #ec1d23;
}

.service_right li:nth-child(2) {
    margin-left: 80px;
}

.service_right li:nth-child(3) {
    margin-left: 70px;
}
.sf40{
    font-size:40px !important
}

/* news */
.index_news {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    transition: all ease 0.3s;
    cursor: pointer;
}

.index_news h2 {
    font-size: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 10px;
}

.index_news span {
    font-size: 14px;
    color: #999
}

.index_news p {
    font-size: 16px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index_news .news_more {
    display: inline-block;
    color: #ec1d23;
    margin-top: 10px;
    float: right;
}

.index_news:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all ease 0.3s;
}

.index_news_more {
    width: 200px;
    background-color: #ec1d23;
    line-height: 50px;
    margin: auto;
    margin-top: 30px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all 0.5s ease;
    margin-bottom: 50px;
}
.index_news_more a{
    color:#fff
}

.index_news_more:hover {
    background-color: #000;
    transition: all 0.5s ease;
}

/* footer */
footer {
    background-color: #f0f0f0;
    padding: 50px 0 0 0;
}

.fot_tit {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}

.fot_contact li {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.fot_contact span {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
}

.fot_contact li i {
    font-size: 24px;
    color: #ec1d23;
    text-align: center;
    display: inline-block;
    transition: all 0.3s ease;
    cursor: pointer;

}

.fot_contact h4 strong {
    font-weight: normal;
    font-size: 14px;
    color: #666;
    display: inline-block;
}

.fot_contact h4 {
    font-size: 16px;
    color: #000;
    padding-left: 50px;
    text-align: left;
    line-height: 30px;

}

.fot_nav ul li {
    line-height: 30px;
}

.fot_nav ul li a {
    font-size: 14px
}

.fot_nav1 {
    margin-top: 50px;
}

.fot_nav ul li a:hover {
    color: #ec1d23
}

.bottom {
    background-color: #111;
    color: #fff;
    padding: 10px 0;
    margin-top: 20px;
}

.bottom ul li:nth-child(1) {
    float: left;
}

.bottom ul li:nth-child(2) {
    float: right;
}



@media (max-width:576px) {
    .navbar-toggler {
    background:#ec1d23;
      }
      .bg-dark {
        background:#fff !important;
        padding:0 0 !important
      }
    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

    .mobile {
        display: block;
    }

    .index_messages {
        margin-top: 30px;
        padding: 30px 10px;
    }

    .scrollsidebar {
        display: none;
    }

    .index_messages_input {
        margin-bottom: 10px;
    }
    .index_messages_button button{
        width: 100%;
    }
    .about_tit {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .about_tit1 h1 {
        padding-left: 0;
    }

    .about_tit1 h2 {
        padding-left: 0;
    }

    .about_tit1 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .service_left li:nth-child(2) {
        margin-right: 0;
    }

    .service_left li:nth-child(3) {
        margin-right: 0;
    }

    .service_right li:nth-child(3) {
        margin-left: 0;
    }

    .service_right li:nth-child(2) {
        margin-left: 0;
    }

    .service_left li {
        margin-bottom: 30px;
    }

    .service_right li {
        margin-bottom: 30px;
    }

    .fot_nav1 {
        margin-top: 0;
    }

    .index_news {
        margin-bottom: 20px;
    }

    .service_left li span {
        display: block;
        text-align: left;
        position: absolute;
        left: 0;
    }

    .service_left li h4 {
        text-align: left !important;
        padding-left: 80px;
    }

    .fot_tit {
        font-size: 20px
    }

    .index_title {
        font-size: 36px
    }

}

@media (min-width:576px) and (max-width:768px) {
    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

    .mobile {
        display: block;
    }

    .index_messages {
        margin-top: 30px;
    }

    .scrollsidebar {
        display: none;
    }

    .index_messages_input {
        margin-bottom: 10px;
    }

    .about_tit {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .about_tit1 h1 {
        padding-left: 0;
    }

    .about_tit1 h2 {
        padding-left: 0;
    }

    .about_tit1 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .service_left li:nth-child(2) {
        margin-right: 0;
    }

    .service_left li:nth-child(3) {
        margin-right: 0;
    }

    .service_right li:nth-child(3) {
        margin-left: 0;
    }

    .service_right li:nth-child(2) {
        margin-left: 0;
    }

    .service_left li {
        margin-bottom: 30px;
    }

    .service_right li {
        margin-bottom: 30px;
    }

    .service_left li span {
        display: block;
        text-align: left;
        position: absolute;
        left: 0;
    }

    .service_left li h4 {
        text-align: left !important;
        padding-left: 80px;
    }

    .fot_nav1 {
        margin-top: 0;
    }

    .index_news {
        margin-bottom: 20px;
    }

    .fot_tit {
        font-size: 20px
    }

    .index_title {
        font-size: 36px
    }

}

@media (min-width:768px) and (max-width:992px) {
    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

    .mobile {
        display: block;
    }

    .index_messages {
        margin-top: 30px;
    }

    .scrollsidebar {
        display: none;
    }

    .service_center {
        display: none;
    }

    .service_left li:nth-child(2) {
        margin-right: 0;
    }

    .service_left li:nth-child(3) {
        margin-right: 0;
    }

    .service_right li:nth-child(3) {
        margin-left: 0;
    }

    .service_right li:nth-child(2) {
        margin-left: 0;
    }

    .service_left li {
        margin-bottom: 30px;
    }

    .service_right li {
        margin-bottom: 30px;
    }

    .about_tit {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .about_tit1 h1 {
        padding-left: 0;
    }

    .about_tit1 h2 {
        padding-left: 0;
    }

    .about_tit1 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .fot_tit {
        font-size: 20px
    }

    .index_title {
        font-size: 36px
    }

}

@media (min-width:992px) and (max-width:1199px) {
    .public_ad_header {
        display: none;
    }

    .web_head {
        display: none;
    }

    .mobile {
        display: block;
    }

    .index_messages {
        margin-top: 30px;
    }

    .scrollsidebar {
        display: none;
    }

    .service_center {
        display: none;
    }

    .service_left li:nth-child(2) {
        margin-right: 0;
    }

    .service_left li:nth-child(3) {
        margin-right: 0;
    }

    .service_right li:nth-child(3) {
        margin-left: 0;
    }

    .service_right li:nth-child(2) {
        margin-left: 0;
    }

    .service_left li {
        margin-bottom: 30px;
    }

    .service_right li {
        margin-bottom: 30px;
    }

    .about_tit {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .about_tit1 h1 {
        padding-left: 0;
    }

    .about_tit1 h2 {
        padding-left: 0;
    }

    .about_tit1 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .fot_tit {
        font-size: 20px
    }

    .index_title {
        font-size: 36px
    }

    .about_tit {
        padding-top: 0;
    }

    .about_tit1 h1 {
        font-size: 36px;
    }

    .about_tit1 h2 {
        font-size: 36px;
        margin-bottom: 10px;
    }

    .about_tit h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .about_tit p {
        line-height: 24px;
    }
}

@media (min-width:1200px) and (max-width:1400px) {
    .head_layer .logo-fixed{
        flex: 0 20%;
    }
    .fixed-nav .logo-fixed{
        flex: 0 20%;
    }
    .nav_wrap .head_nav {
        margin-left: 10px;
    }

    .nav_wrap .head_nav>li>a {
        padding-left: 5px;
        padding-right: 5px;

    }

    .nav_wrap .head_nav>li {
        font-size: 14px
    }

    .about_tit {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
    }

    .about_tit1 {
        padding-top: 0;
    }

    .service_left li {
        margin-bottom: 50px;
    }

    .service_right li {
        margin-bottom: 50px;
    }

    .service_left li:nth-child(2) {
        margin-right: 40px;
    }

    .service_left li:nth-child(3) {
        margin-right: 30px;
    }

    .service_right li:nth-child(3) {
        margin-left: 30px;
    }

    .service_right li:nth-child(2) {
        margin-left: 40px;
    }
}

@media (min-width:1400px) and (max-width:1680px) {
    .about_tit {
        padding-top: 0;
    }

    .about_tit1 {
        padding-top: 0;
    }

    .service_left li {
        margin-bottom: 50px;
    }

    .service_right li {
        margin-bottom: 50px;
    }

    .service_left li:nth-child(2) {
        margin-right: 0;
    }

    .service_left li:nth-child(3) {
        margin-right: 0;
    }

    .service_right li:nth-child(3) {
        margin-left: 0;
    }

    .service_right li:nth-child(2) {
        margin-left: 0;
    }

}