@import url("font.min.css");
@import url("../iconfont/iconfont.css");
@import url("bootstrap.min.css");
@import url("video.css");
@import url("jquery.fancybox.min.css");
@import url("swiper.min.css");

body {
    line-height: 1.6;
    font: 14px/1.5 Arial, 'PingFang SC','Microsoft YaHei', sans-serif;
    color: #000;
    background-color: #f8f8fa;
    font-weight: 400;
}
a,
ol,ul,li{
    list-style: none;
    margin: 0;
    padding: 0;
    color: #000;
}
a:hover{
    transition: .3s;
    color: #bf0e28;
    text-decoration: none;
}
img{
    display: block;
    max-width: 100%;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #000;
}
.rounded-full{
    border-radius: 100%;
}
h1,
.h1 {
    font-size: 2.5rem;
}

h2,
.h2 {
    font-size: 44px;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.3rem;
    line-height: 30px;
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 1rem;
}

p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
}

.z-1{
    z-index: 1;
}
.z-2{
    z-index: 2;
}
.z-3{
    z-index: 3;
}
.z-4{
    z-index: 4;
}
.font-12{
    font-size: 12px;
    line-height: 20px;
}
.font-14{
    font-size: 14px;
}
.font-16{
    font-size: 16px;
}
.font-18{
    font-size: 18px;
}
.font-20{
    font-size: 18px;
}
.line-height-normal{
    line-height:normal;
}
.navbar-toggle .icon-bar {
    background: #223a66;
}
.flex-column{
    flex-direction: column;
}
.showlineone{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.showlinetwo{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
input[type=email],
input[type=password],
input[type=text],
input[type=tel] {
    box-shadow: none;
    height: 45px;
    outline: none;
    font-size: 14px;
}

input[type=email]:focus,
input[type=password]:focus,
input[type=text]:focus,
input[type=tel]:focus {
    box-shadow: none;
    border: 1px solid #223a66;
}
.color-white{
    color: white
}
.color-bf0e28{
    color: #bf0e28;
}
.color-666{
    color: #666666;
}
.color-ccc{
    color: #ccc;
}
.color-888{
    color: #888;
}
.color-999{
    color: #999;
}
.color-black{
    color: black;
}
.bg-efefef{
    background-color: #efefef;
}
.bg-bf0e28{
    background-color: #bf0e28;
}
.bg-666{
    background-color: #666666;
}
.bg-ccc{
    background-color: #ccc;
}
.bg-888{
    background-color: #888;
}
.bg-999{
    background-color: #999;
}
.flex-wrap{
    flex-wrap: wrap;
}
.navigation p,
.navigation h6{
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
}
.navigation h3{
    font-size: 22px;
    color: #bf0e28;
    font-weight: 600;
    margin-bottom: 25px;
}

.header{
    background-color: #fff;
    box-shadow: 0 0 5px #ccc;
    position: relative;
    z-index: 2;
}
@media(max-width:768px){
    .header{
        height: 59px;
        z-index: 950;
    }
    .header_position{
        position: fixed;
        z-index: 950;
        top: 0;
        left: 0;
        background: #fff;
        right: 0;
        box-shadow: 0 0 5px #e3e3e3;
    }
}
.header .header_logo{
    max-width: 240px;
}
.header .header_start{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .header_start .header_nav .header_navfirst{
    margin: 0 10px;
    position: relative;
}

.header .header_start .header_nav .header_navfirst:last-child{
    margin-right: 0;
}
.header .header_start .header_nav .header_navfirst>a{
    font-size: 13px;
    position: relative;
    width: 70px;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    overflow: hidden;
}
.header .header_start .header_nav .header_navfirst>a::before{
    content: '';
    position: absolute;
    top: 87%;
    left: -50%;
    z-index: 1;
    pointer-events: none;
    width: 120%;
    height: 120%;
    background-color: #fff;
    transform: rotate(23deg);
    -webkit-font-smoothing: antialiased
}
.header .header_start .header_nav .header_navfirst>a::after{
    content: '';
    position: absolute;
    top: 87%;
    right: -50%;
    z-index: 1;
    width: 120%;
    pointer-events: none;
    height: 120%;
    background-color: #fff;
    transform: rotate(-23deg);
}
.header .header_start .header_nav .header_navfirst:hover>a,
.header .header_start .header_nav .header_navfirst.active>a{
    transition: .3s;
    color: #fff;
    background-color: #bf0e28;
}
.header .header_start .header_nav .header_navfirst .header_navfirst_child{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 150px;
    white-space: nowrap;
    display: none;
    padding-top: 10px;
}
.header .header_start .header_nav .header_navfirst .header_navfirst_child .header_navfirst_childinner{
    filter: drop-shadow(0 0 .16rem rgba(0, 0, 0, .2));
    border-radius: 4px;
    width: 100%;
    position: relative;
    background-color: #fff;
}
.header .header_start .header_nav .header_navfirst .header_navfirst_child .header_navfirst_childinner::before{
    content:"\f0de";
    font-size: 28px;
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
    position: absolute;
    top:4px;
    color: #fff;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    line-height: 0;
}
.header .header_start .header_nav .header_navfirst:hover .header_navfirst_child{
    display: block;
    transition: .3s;
}
.header .header_start .header_nav .header_navfirst .header_navfirst_child a{
    display: block;
    padding: 8px 10px;
    border-radius: 5px;
    text-align: center;
}
.header .header_start .header_nav .header_navfirst .header_navfirst_child a:hover{
    background-color: #f5f5f5;
}
.header .header_start .header_button i{
    font-size: 26px;
    color: #000;
    cursor: pointer;
}
.header_mobilenav{
    position: fixed;
    top: 0;
    width: 100%;
    left: -100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    bottom: 0;
    z-index: 999;
    transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.header_mobilenav.active{
    left: 0;
    pointer-events: auto;
    visibility: initial;
    opacity: 1;
}
.header_mobilenav::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0;
}
.header_mobilenav .header_mobilenav_inner{
    max-width: 320px;
    min-width: 320px;
    position: relative;
    z-index: 1;
    padding: 25px;
    height: 100%;
    background-color: #fff;
}
.header_mobilenav .header_mobilenav_inner .logo{
    max-width: 210px;
    margin-bottom: 25px;
}
.header_mobilenav .header_mobilenav_inner ul>li{
    border-bottom: 1px solid #a9a9a9;
}
.header_mobilenav .header_mobilenav_inner ul>li a{
    display: block;
    color: #000;
    padding: 12px 15px;
    border-bottom: 1px solid #f5f5f5;
}
.header_mobilenav .header_mobilenav_inner ul>li a.active{
    color: #ff0000;
}
.header_mobilenav .header_mobilenav_inner ul>li i{
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    bottom: 0;
    font-size: 14px;
    padding: 0 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_mobilenav .header_mobilenav_inner ol{
    display: none;
}
.header_mobilenav .header_mobilenav_inner ol li a{
    padding: 10px 20px;
}
.header_mobilenav .header_mobilenav_close{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #b6b6b6;
}

.banner{
    position: relative;
    z-index: 1;
}

.homenews{
    position: relative;
    z-index: 2;
}
.homenews .nav-tabs{
    border-color: #f5f5f5;
}
.homenews .homenews_left{
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0px 5px #a3a3a3;
}
.homenews .nav-tabs .nav-link:hover,
.homenews .nav-tabs .nav-link.active{
    background-color: initial;
    border: none;
    margin: 0;
    color: #bf0e28;
    transition: .3s;
}
.homenews .nav-tabs .nav-link{
    border:none;
    padding: 12px 15px;
    font-weight: bold;
    position: relative;
    cursor: pointer;
}
.homenews .nav-tabs .nav-link::after{
    content: '';
    position: absolute;
    top: 0;
    width: 50%;
    transition: .3s;
    display: none;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #bf0e28;
}
.homenews .nav-tabs .nav-link:hover::after,
.homenews .nav-tabs .nav-link.active::after{
    display: block;
}
.homenews .nav-tabs .nav-link.active{
    color: #bf0e28;
}
.homenews .homenews_left .homenews_leftcld_left{
    padding: 19px 15px;
    flex: 1 1 auto;
}
@media (min-width:992px) and (max-width:1200px) {
    .homenews .homenews_left .homenews_leftcld_left{
        padding: 8px 15px;
    }
    .homenews .homenews_left_txt{
        -webkit-line-clamp: 1;
    }
}

.homenews .homenews_left .homenews_leftcld_leftitem{
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.homenews .homenews_left .homenews_left_href .homenews_left_hrefchild{
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    box-shadow: 0 0 5px #ccc;
}
.homenews .homenews_left .homenews_left_href .homenews_leftcld_rightbutton{
    border:none;
    box-shadow: initial;
    font-size: 12px;
    color: #999;
    line-height: 23px;
    background-color: #fff;
}
.homenews .homenews_left .homenews_left_href .homenews_leftcld_rightbutton:hover{
    color: #bf0e28;
}
.news .news_dateday,
.homenews .homenews_left_date .homenews_left_dateday{
    font-size: 22px;
    line-height: normal;
    letter-spacing: 1px;
    padding-left: 1px;
    font-family: 'Font Awesome 6 Free';
}
.news .news_dateyear,
.homenews .homenews_left_date .homenews_left_dateyear{
    font-size: 12px;
    line-height: normal;
    letter-spacing: 1px;
    font-family: 'Font Awesome 6 Free';
}
.homenews .homenews_left_title {
    font-size: 14px;
    margin: 7px 0;
    font-weight: bold;
}
.homenews .homenews_left_txt {
    font-size: 12px;
    line-height: 16px;
    color: #888;
}
.homenews .homenews_left .homenews_leftcld_right{
    height: 100%;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #f5f5f5;
}
.homenews .homenews_left .homenews_leftcld_right .homenews_leftcld_rightnav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
}
.homenews .homenews_left .homenews_leftcld_right .homenews_leftcld_rightnav span{
    padding: 12px 20px;
    font-weight: bold;
}
.homenews .homenews_left .homenews_leftcld_right .homenews_leftcld_rightnav_href{
    margin-right: 20px;
    font-size: 12px;
}
.homenews .homenews_leftcld_left .homenews_leftswiper_onenav{
    visibility: hidden;
    opacity: 0;
    transition: .3s;
}
.homenews .homenews_leftcld_left:hover .homenews_leftswiper_onenav{
    opacity: 1;
    visibility: initial;
}
@media(max-width:768px){
    .homenews .homenews_leftcld_left .homenews_leftswiper_onenav{
         opacity: 1;
        visibility: initial;
    }
}
.homenews .homenews_leftswiper_onenav .homenews_leftswiper_onenav-icon{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background-color: rgba(0, 0, 0, .5);
    width: 16px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
}
.homenews .homenews_leftswiper_onenav .homenews_leftswiper_onenav-icon.swiper-button-disabled{
    background-color: rgba(0, 0, 0, .2);
}
.homenews .homenews_leftswiper_onenav .homenews_leftswiper_nav-prev{
    left: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.homenews .homenews_leftswiper_onenav .homenews_leftswiper_nav-next{
    right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.homenews .homenews_video::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1;
}
.homenews .homenews_video .homenews_video_icon a{
    position: absolute;
    z-index: 2;
    top: 50%;
    border:2px solid #ffffff;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.homenews .homenews_video .homenews_video_icon i{
    line-height: 24px;
}

.homebusiness .homebusiness_item{
    width: 33.333%;
    transition: .3s;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.homebusiness .homebusiness_item:hover{
    width: 35%;
}
@media(max-width:780px) {
    .homebusiness .homebusiness_inner{
        flex-wrap: wrap;
    }
    .homebusiness .homebusiness_item{
        width: 100%;
    }
    .homebusiness .homebusiness_item:hover{
        width: 100%;
    }
}
.homebusiness .homebusiness_item::before{
    position: absolute;
    z-index: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.8;
}
.homebusiness .homebusiness_item:nth-child(1)::before{
    background-color: #17277f;
}
.homebusiness .homebusiness_item:nth-child(2)::before{
    background-color: #bf0e28;
}
.homebusiness .homebusiness_item:nth-child(3)::before{
    background-color: #d5700a;
}
.homebusiness .homebusiness_item:nth-child(4)::before{
    background-color: #349850;
}
.homebusiness .homebusiness_item .homebusiness_item_icon{
    position: relative;
    transition: .3s;
}
.homebusiness .homebusiness_item .homebusiness_item_icon i{
    width: 40px;
    height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 100%;
}
.homebusiness .homebusiness_item .homebusiness_item_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.homebusiness .homebusiness_item .homebusiness_item_title h3{
    font-size: 17px;
    margin-bottom: 0;
    color: #fff;
}
.homebusiness .homebusiness_item .homebusiness_item_title p{
    font-size: 12px;
    color: #fff;
    line-height: 16px;
    margin-top: 5px;
}
.fancybox-slide--video .fancybox-content{
    max-width: 800px;
    height: auto!important;
}
.fancybox-slide--video{
    padding:0 !important;
}
.homebusiness .homebusiness_item .homebusiness_item_title .homebusiness_item_titleicon i{
    font-size: 14px;
    color: #fff;
} 
.homebusiness .homebusiness_item .homebusiness_item_title .homebusiness_item_titleicon,
.homebusiness .homebusiness_item_txt{
    display: none;
    transition: .3s;
}
.homebusiness .homebusiness_item_txt p{
    font-size: 12px;
    line-height: 18px;
    margin-top: 30px;
    color: rgba(255, 255, 255, .5);
}
.homebusiness .homebusiness_item:hover .homebusiness_item_icon{
    display: none;
    visibility: hidden;
}
.homebusiness .homebusiness_item:hover .homebusiness_item_title .homebusiness_item_titleicon,
.homebusiness .homebusiness_item:hover .homebusiness_item_txt{
    display: block;
}

.homeabout .numU{
    display: flex;
    align-items: center;
    justify-content: center;
}
.homeabout .numCX{
    font-size: 40px;
    font-weight: bold;
    font-family: 'Font Awesome 6 Free';
    margin-right: 2px;
    color: #bf0e28;
    letter-spacing: 1px;
}
@media(max-width:768px){
    .homeabout .numCX{
        font-size: 35px;
    }
}
.homeabout .numtxt{
    font-family: 'Font Awesome 6 Free';
    font-weight: bold;
   font-size: 18px;
}
.homeabout .indc{
    font-size: 12px;
}
.homeabout .homeabout_item{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}
.homeabout .homeabout_item::before{
    content: '';
    width: 70%;
    height: 3px;
    z-index: 0;
    background-color: #bf0e28;
    position: absolute;
    top: 0;
    border-radius: 4px;
    left: 50%;
    transform: translateX(-50%);
}
.homeabout .homeabout_item .homeabout_item_title{
    text-align: center;
    border-bottom: 1px solid #880002;
    margin-bottom: 30px;
}
.homeabout .homeabout_item .homeabout_item_title h3{
    margin-bottom: 0;
    color: #880002;
    font-family: cursive;
    font-weight: bold;
    font-size: 26px;
}
.homeabout .homeabout_item .homeabout_item_title p{
    font-size: 16px;
    color: #880002;
    font-family: cursive;
    text-transform: uppercase;
}
.homeabout .homeabout_item .homeabout_item_txt p{
    font-size: 18px;
    font-family: cursive;
    color: #880002;
    line-height: 24px;
    text-align: center;
}
.homeabout .homeabout_item .homeabout_item_icon i{
    font-size: 80px;
    color: #bf0e28;
}
.homeProduct .homeProduct_item .homeProduct_item_title h3{
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
}
.homeProduct .homeProduct_item .homeProduct_item_img::before{
    content: "";
    opacity: 0;
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    background:  rgba(0,0,0,0.5);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5));
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
}
.homeProduct .homeProduct_item .homeProduct_item_img:hover::before{
    opacity: 1;
}.homeProduct .homeProduct_item .homeProduct_item_img img{
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
}
.homeProduct .homeProduct_item .homeProduct_item_img:hover img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.homeProduct .homeProduct_item .homeProduct_item_img .homeProduct_item_icon{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    display: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #bf0e28;
    border-radius: 100%;
    transition: .3s;
    z-index: 2;
    transform: translate(-50%,-50%);
}
.homeProduct .homeProduct_item:hover .homeProduct_item_img .homeProduct_item_icon{
    display: flex;
}

.advantage{
    background-color: #ecebf3;
    box-shadow: 0 0 3px #ccc;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.advantage .advantage_one{
    position: absolute;
    z-index: 0;
    opacity: 0.5;
    pointer-events: none;
    top: 50%;
    max-width: 320px;
    left: 0;
    transform: translateY(-50%);

}
.advantage .advantage_two{
    position: absolute;
    z-index: 0;
    opacity: 0.5;
    pointer-events: none;
    top: 0;
    max-width: 650px;
    right: 0;
}
.advantage .advantage_title h3{
    font-size: 45px;
    font-style: oblique;
    color: #bf0e28;
}
.advantage .advantage_title span{
    padding-bottom:15px;
    margin-bottom: 25px;
    display: block;
    font-style: oblique;
    font-size: 16px;
    position: relative;
    color: #1a1a1a;
}
.advantage .advantage_title span::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 2px;
    background-color: #bf0e28;
}
.advantage .advantage_title p{
    color: #1a1a1a;
}

.footer{
    background-color: #fff;
    padding-top: 40px;
}
.footer .footer_logo p{
    font-size: 14px;
    line-height: 24px;
}
.footer .footer_img{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer .footer_img li{
    margin-bottom: 25px;
}
@media (max-width:768px)  {
    .footer .footer_img{
        justify-content: center;
    }
    .footer .footer_img li{
        width: 50%;
    }
}
.footer .footer_img li img{
    width: 90px;
    margin: 0 auto;
    border-radius: 4px;
}
.footer .footer_img li p{
    text-align: center;
    font-size: 14px;
    line-height: 26px;
}
.footer .footer_contact i{
    line-height: 26px;
    font-size: 24px;
}
.footer .footer_contact span{
    font-size: 16px;
    line-height: 26px;
}
.footer .footer_taglink .dropdown{
    width: 100%;
}
.footer .footer_taglink .btn{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    border:1px solid #000;
    border-radius: 4px;
    background-color: #fff;
    color: #000;
}
.footer .footer_taglink .btn:hover,
.footer .footer_taglink .btn:focus{
    outline: none;
    color: #bf0e28;
    box-shadow:none;
    border-color: #bf0e28;
}
.footer .footer_taglink .dropdown-menu{
   padding: 0;
   max-height: 260px;
   overflow: hidden;
   width: 100%;
   font-size: 14px;
   overflow-y: auto;
}
.footer .footer_taglink .dropdown-menu a{
    padding: 7px 15px;
}
.footer .footer_taglink .dropdown-menu::-webkit-scrollbar {
    width: 5px;
    background-color: #fff;
    border-radius: 4px;
}

.footer .footer_taglink .dropdown-menu::-webkit-scrollbar-thumb {
    background-color: #f5f5f5;
}
.footer .footer_statement{
    border-top: 2px solid #bf0e28;
    background-color: #fff;
    padding: 10px 0;
    text-align: center;
}
.footer .footer_statement p{
    padding: 0 15px;
    line-height: 22px;
    font-size: 14px;
}
.footer_telspan {
    flex: 0 0 98px;
}
.homeserve-bg{
    background-image: url(../images/homeserve.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: top;
}
.homeserve .homeserve_item{
    display: inline-block;
    max-width: 420px;
}
@media(max-width:768px){
    .footer .footer_statement{
        height: 50px;
    }
    .footer .footer_statement p{
        display: none;
    }
    .homeserve .homeserve_item{
        display: block;
        max-width: 100%;
        width: 100%;
    }
}
.homeserve .homeserve_item .homeserve_one{
    border:2px solid #bf0e28;
}
.homeserve .homeserve_item .homeserve_num{
    display: block;
    font-size: 70px;
    font-weight: 800;
    font-family: fantasy;
}
.homeserve .homeserve_item .homeserve_txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.homeserve .homeserve_item .homeserve_txt h3{
    font-size: 20px;
    font-weight: bold;
}
.homeserve .homeserve_item .homeserve_txt p{
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
}
.columnnav{
    color: #fff;
    max-height: 320px;
    overflow: hidden;
    padding: 220px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
/*.columnnav::before {*/
/*    content: "";*/
/*    z-index: 1;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: inline-block;*/
/*    transition: all .5s ease-in-out;*/
/*    transition: all .5s ease-in-out;*/
/*    -moz-transition: all .5s ease-in-out;*/
/*    -ms-transition: all .5s ease-in-out;*/
/*    -o-transition: all .5s ease-in-out;*/
/*    -webkit-transition: all .5s ease-in-out;*/
/*    background: rgba(0, 0, 0, 0.5);*/
/*    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));*/
/*    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));*/
/*    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));*/
/*}*/
.columnnav .columnnav_title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}
.columnnav ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.columnnav ul a{
    display: block;
    padding: 0 15px;
    color: #fff;
    position: relative;
}
.columnnav ul li:not(:last-child) a:after{
    content: '/';
    position: absolute;
    font-family: fantasy;
    z-index: 0;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
    right: -3px;
}
@media(max-width:768px){
    .columnnav{
        padding: 120px 0;
    }
}
.about .about_name{
    font-size: 24px;
    position: relative;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.about .about_name:after{
    content: '';
    width: 120px;
    height: 2px;
    background-color: #bf0e28;
    bottom: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}
.about .about_txt p{
    margin-bottom: 10px;
    font-size: 16px;
    text-indent: 2rem;
    line-height: 24px;
}
.aboutFiliale .aboutFiliale_row:not(:last-child){
    margin-bottom: 16px;
    border-bottom: 1px solid #f5f5f5;
}
.aboutFiliale .aboutFiliale_item .aboutFiliale_name{
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 22px;
    border-left: 3px solid #bf0e28;
    padding-left: 10px;
    margin-bottom: 10px;
}
.aboutFiliale .aboutFiliale_item .aboutFiliale_title{
    font-weight: bold;
    font-size: 18px;
    color: #bf0e28;
}
.aboutFiliale .aboutFiliale_item .aboutFiliale_txt p{
   line-height: 25px;
   margin-top: 10px;
   text-indent: 2rem;
}
.aboutCulture .aboutCulture_name{
    font-size: 22px;
    position: relative;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.aboutCulture .aboutCulture_name:after {
    content: '';
    width: 95px;
    height: 2px;
    background-color: #bf0e28;
    bottom: 0;
    left: 0;
    position: absolute;
    pointer-events: none;
}
.aboutCulture ul li{
    margin-top: 25px;
}
.aboutCulture ul h3{
    font-size: 18px;
    margin-bottom: 5px;
    color: #a40018;
    font-weight: bold;
}
.aboutCulture ul p{
    font-size: 16px;
    color: #999;
    line-height: 22px;
}
.aboutActivity .aboutActivity_item{
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #efefef;
}
.aboutActivity h6 a{
    margin: 0 15px;
    line-height: 40px;
    display: block;
}
.aboutPhoto_pagination{
    position: absolute;
    top: 50%;
    z-index: 3;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    transform: translateY(-50%);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: #cccccc;
    font-size: 18px;
    transition: .3;
    color:#cccccc;
}
.aboutPhoto_pagination:hover{
    color: #bf0e28;
    border-color: #bf0e28;
}
.aboutPhoto_next{
    right: 0;
}
.aboutPhoto_prev{
    left: 0;
}
/*.aboutPhoto .aboutPhoto_inner{*/
/*    position: relative;*/
/*}*/
/*.aboutPhoto .aboutPhoto_inner:before{*/
/*    content: '';*/
/*    display: block;*/
/*    width: 1px;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    z-index: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    background: #eeeaea;*/
/*}*/
.aboutCulture .aboutCulture_left{
    border-right: 1px solid #efefef;
}
@media(max-width:768px){
    .aboutCulture .aboutCulture_left{
        border-right: 0;
    }
}
/*.aboutPhoto .aboutPhoto_inner .aboutPhoto_item:nth-child(odd) .aboutPhoto_itemblock{*/
/*    margin-left: auto;*/
/*    padding-left: 50px!important;*/
/*    position: relative;*/
/*}*/
/*.aboutPhoto .aboutPhoto_inner .aboutPhoto_item:nth-child(odd) .aboutPhoto_itemblock:before{*/
/*    content: '';*/
/*    display: block;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    background: #bf0e28;*/
/*    z-index: 1;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    left: -8px;*/
/*    border-radius: 100%;*/
/*}*/
/*.aboutPhoto .aboutPhoto_inner .aboutPhoto_item:nth-child(odd) .aboutPhoto_itemblock:after{*/
/*    content: '';*/
/*    display: block;*/
/*    width: 50px;*/
/*    height: 1px;*/
/*    background: #eeeaea;*/
/*    z-index: 0;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    left: 0px;*/
/*}*/
/*.aboutPhoto .aboutPhoto_inner .aboutPhoto_item:nth-child(even) .aboutPhoto_itemblock{*/
/*    text-align: right;*/
/*    padding-right: 50px!important;*/
/*    position: relative;*/
/*}*/
/*.aboutPhoto .aboutPhoto_inner .aboutPhoto_item:nth-child(even) .aboutPhoto_itemblock:before{*/
/*    content: '';*/
/*    display: block;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    z-index: 1;*/
/*    background: #bf0e28;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    right: -8px;*/
/*    border-radius: 100%;*/
/*}*/
/*.aboutPhoto .aboutPhoto_inner .aboutPhoto_item:nth-child(even) .aboutPhoto_itemblock:after{*/
/*    content: '';*/
/*    display: block;*/
/*    width: 50px;*/
/*    height: 1px;*/
/*    z-index: 0;*/
/*    background: #eeeaea;*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    right: 0px;*/
/*}*/
/*.aboutPhoto .aboutPhoto_inner .aboutPhoto_item:nth-child(even) .aboutPhoto_itemblockimg{*/
/*    margin-left: auto;*/
/*}*/
/*.aboutPhoto .aboutPhoto_itemblockimg{*/
/*    max-width: 300px;*/
/*    z-index: 2;*/
/*    position: relative;*/
/*}*/
/*@media(max-width:768px){*/
/*    .aboutPhoto .aboutPhoto_item{*/
/*        margin-bottom: 35px;*/
/*    }*/
/*    .aboutPhoto .aboutPhoto_inner .aboutPhoto_item:nth-child(odd) .aboutPhoto_itemblock,*/
/*    .aboutPhoto .aboutPhoto_inner .aboutPhoto_item:nth-child(even) .aboutPhoto_itemblock{*/
/*        padding-right: 0!important;*/
/*        padding-left: 30px!important;*/
/*        text-align: left;*/
/*    }*/
/*    .aboutPhoto .aboutPhoto_inner .aboutPhoto_item:nth-child(even) .aboutPhoto_itemblockimg{*/
/*        margin-left: 0;*/
/*    }*/
/*    .aboutPhoto .aboutPhoto_inner .aboutPhoto_item:nth-child(odd) .aboutPhoto_itemblock:before,*/
/*    .aboutPhoto .aboutPhoto_inner .aboutPhoto_item:nth-child(even) .aboutPhoto_itemblock:before{*/
/*        right: auto;*/
/*        left: -8px;*/
/*    }*/
/*    .aboutPhoto .aboutPhoto_inner .aboutPhoto_item:nth-child(even) .aboutPhoto_itemblock:after{*/
/*        left: 0;*/
/*        right: auto;*/
/*    }*/
/*    .aboutPhoto .aboutPhoto_inner:before{*/
/*        left: 0;*/
/*    }*/
/*}*/
.aboutPhoto .aboutPhoto_item{
    box-shadow: 0 8px 30px #ddd;
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
}
.aboutPhoto .aboutPhoto_item .aboutPhoto_item_title a{
    display: block;
    background: #fff;
    text-align: center;
    padding: 10px 0;
}
.btn_href{
    border: 2px solid #bf0e28;
    transition: .3s;
    box-shadow: none;
}
.btn_href:focus{
    box-shadow: none;
}
.btn_href:hover{
    color: #bf0e28;
    background: #fff;
}
.news .news_nav a{
    display: block;
    background: #fff;
    color: #bf0e28;
    transition: .3s;
    margin-left: 10px;
    border-radius: 4px;
}
.news .news_nav li:first-child a{
    margin-left:0 ;
}
.news .news_nav a:hover,
.news .news_nav .active a{
    background: #bf0e28;
    color: #fff;
}
.news .news_item{
    display: flex;
    border-radius: 4px;
    overflow: hidden;
}
.news .news_item .news_item_img{
    flex: 0 0 30%;
    border-radius: 4px;
    overflow: hidden;
}
.news .news_item .news_txt{
    flex: 1 1 auto;
    background: #fff;
    display: flex;
    align-items: center;
}
.news .news_item .news_txt h3{
    font-size: 18px;
    font-weight: bold;
}
.news .news_item .news_txt p{
    font-size: 14px;
    line-height: 20px;
}
@media(max-width:768px){
    .news .news_txt_date,
    .news .news_txt_date h6,
    .news .news_txt_date span{
        font-size: 12px;
        line-height: 14px;
    }
    .news .news_item .news_txt h3{
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
        -webkit-line-clamp:2;
    }
    .news .news_item .news_txt p{
        display: none;
    }
}
.case .case_title{
    font-size: 20px;
    color: #bf0e28;
    font-weight: bold;
    margin-bottom: 5px;
}
.case .case_txt p{
    text-indent: 2rem;
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}
.case .case_advantage{
    position: relative;
    padding: 10px 15px;
    text-align: center;
    overflow: hidden;
    background: #f5f5f5;
    transition: .3s;
    border-radius: 4px;
}
.case .case_advantage::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 4px;
    opacity: 0;
    transform: scale(0.4,1);
    background-color: #bf0e28;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.case .case_advantage::after {
    position: absolute;
    content: '';
    left: -80px;
    top: -50px;
    width: 25px;
    bottom: -50px;
    z-index: 1;
    opacity: .20;
    transform: rotate(30deg);
    background-color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.case .case_advantage:hover:before {
    opacity: 1;
    transform: scale(1,1);
}
.case .case_advantage i{
    font-size: 45px;
    position: relative;
    z-index: 2;
    color: #bf0e28;
}
.case .case_advantage h3{
    font-size: 16px;
    position: relative;
    z-index: 2;
}
.case .case_advantage:hover i,
.case .case_advantage:hover h3,
.case .case_advantage:hover{
    color: #fff;
}
.case .case_advantage:hover::after {
    left: 0;
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.caseProduct .caseProduct_item .caseProduct_item_img{
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    background: #bf0e28;
}
.caseProduct .caseProduct_item .caseProduct_item_img:before {
    position: absolute;
    top: 0;
    left: -85%;
    z-index: 5;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .7) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .7)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .7) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.caseProduct .caseProduct_item img{
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.caseProduct .caseProduct_item:hover img{
    opacity: .80;
    transform: scale(1.05,1.05);
}
.caseProduct .caseProduct_item:hover .caseProduct_item_img:before{
    -webkit-animation: shine 1s;
    animation: shine 1s
}
.caseProduct .caseProduct_item h3{
    font-size: 16px;
    margin-top: 10px;
}
@-webkit-keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes shine {
    100% {
        left: 125%
    }
}
.join .join_item{
    padding: 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 5px #eee;
}
.join .join_item_title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.join .join_item_titleimg{
    height: 72px;
    overflow: hidden;
}

.join .join_item h3{
    font-size: 16px;
    margin-bottom: 0;
    font-weight: bold;
    color: #bf0e28;
}
.join .join_item p{
    color: #888;
    font-size: 14px;
    line-height: 18px;
}
.join .join_item .join_item_href{
    display: flex;
    justify-content: end;
}
.join .join_item .join_item_href .join_item_href_a{
    cursor: pointer;
    width: 40px;
    background: #fff;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bf0e28;
    box-shadow: 0 0 5px #e3e3e3;
}
@media(max-width:768px){
    .join .join_item{
        display: block;
    }
    .join .join_item .join_item_title,
    .join .join_item .join_txt,
    .join .join_item .join_item_href{
        width: 100%;
        max-width: 100%;
    }
    .join .join_item .join_item_title{
        text-align: center;
        margin-bottom: 15px;
    }
    .join .join_item .join_txt{
        margin-bottom: 15px;
    }
    .join .join_item .join_item_href{
        justify-content: center;
    }
}
.joinStandard{
    position: relative;
    background: #fff;
    overflow: hidden;
    border-bottom: 2px solid #bf0e28;
}

@media(max-width:769px){
    
}
.joinStandard ul li{
    padding-bottom: 15px;
}
.joinStandard ul h3{
    font-size: 18px;
    font-weight: bold;
}
.joinStandard ul p{
    font-size: 16px;
    color: #888;
    line-height: 20px;
    margin-bottom: 5px;
}
.joinStandard .joinStandard_img{
    position: relative;
    border:4px solid #bf0e28;
    border-radius: 4px;
    background: #bf0e28;
}
.joinStandard .joinStandard_img:before{
    content: '';
    pointer-events: none;
    position: absolute;
    border-radius: 4px;
    bottom: -32px;
    left: 30px;
    width: 90px;
    z-index: 1;
    height: 90px;
    background: #bf0e28;
    opacity: 0.9;
    box-shadow: 0 0 5px #efefef;
}
.joinStandard .joinStandard_img:after{
    content: '';
    pointer-events: none;
    position: absolute;
    border-radius: 4px;
    top: 32px;
    right: -30px;
    width: 60px;
    height: 60px;
    background: #bf0e28;
    opacity: 0.9;
    box-shadow: 0 0 5px #efefef;
    z-index: 1;
}
.joinStandard .joinStandard_imgimg:after{
    content: '';
    pointer-events: none;
    position: absolute;
    border-radius: 4px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    width: 50px;
    height: 50px;
    background: #fff;
    opacity: 0.9;
    box-shadow: 0 0 5px #ccc;
    z-index: 1;
}
.contact .contact_tel{
    display: flex;
    color: #fff;
    border-radius: 4px;
    padding: 0 30px;
    background: #bf0e28;
    align-items: center;
    justify-content: center;
}
.contact .contact_tel i{
    font-size: 60px;
}
.contact .contact_tel h3{
    font-size: 26px;
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
}
.contact ul li i{
    font-size: 24px;
}
.contact ul li a{
    font-size: 16px;
}
.contact textarea,
.contact input{
    background: none;
    width: 100%;
    font-size: 14px;
    display: block;
    border-radius: 4px;
    outline: none;
    box-shadow: none;
    border: 1px solid #000;
}
.contact input{
    height: 43px;
    padding: 0 15px;
}
.contact textarea{
    padding: 10px 15px;
    resize:none;
    height: 70px;
}
.contact textarea:hover,
.contact textarea:focus,
.contact input:hover,
.contact input:focus{
    border-color: #bf0e28;
}
.contact .contact_button{
    border:1px solid #bf0e28;
    box-shadow: none;
    border-radius: 4px;
    overflow: hidden;
    flex: 0 0 90px;
    color: #bf0e28;
    transition: .3s;
    margin-left: 30px;
    background: none;
}
.contact .contact_button span{
    display: block;
    margin: 2px 0;
    letter-spacing: 2px;
    font-weight: bold;
    text-align: center;
}
.contact .contact_button:hover{
    border-color: #bf0e28;
    background: #bf0e28;
    color: #fff;
}
.merit {
    overflow: hidden;
}
.merit_item{
    display: flex;
    align-items: center;
}
.merit_item .merit_serial{
    flex: 0 0 66px;
    width: 66px;
    height: 66px;
    margin-bottom: 0;
    font-size: 32px;
    font-family: Impact;
    color: #fff;
    display: flex; 
    letter-spacing: 2px;
    flex-direction: column;
    justify-content: center;
    border-radius: 5px;
    background-color: #bf0e28;
    text-align: center;
}
.merit_item_img{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.merit_tel{
    max-width: 100%;
    width: 500px;
    background: #fff;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding-left: 15px;
    box-shadow: 0 0 10px #f5d3d8;
}
.merit_tel h3{
    display: flex;
    align-items: center;
    font-weight: 400;
    padding: 10px;
    font-size: 16px;
    margin: 0;
}
.merit_tel a{
    padding: 15px 30px;
    border-radius: 30px;
    background:  #bf0e28;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    transition: all .3s;
}
.merit_tel h3 b{
    font-size: 20px;
}
.merit_item_img img{
    display: block;
    max-width: 75%;
    border-radius: 100%;
    margin:0 auto;
}
.merit_item .merit_serial::after{
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    display: block;
}
.merit .merit_item .merit_txt{
    max-width: 210px;
}
.merit .merit_item .merit_txt h3{
    font-size: 16px;
    color: #bf0e28;
    margin-bottom: 5px;
    font-weight: bold;
}
.merit .merit_item .merit_txt p{
    font-size: 14px;
    line-height: 22px;
    color: #666;
}
@media(max-width:768px){
    .merit .merit_item .merit_txt{
        max-width: 100%;
    }
    .merit .merit_item{
        margin-bottom: 15px;
    }
    .merit .merit_item .merit_txt{
        flex: 1 1 auto;
    }
}
.article .article_content{
    border-top: 1px solid #efefef;
    padding-top: 15px;
}
.article .article_content p{
    margin-bottom: 0;
    font-size: 14px;
    background-color: initial!important;
    line-height: 22px;
}
.article .article_content img{
    max-width: 100%;
    width: auto;
    display: block;
    border-radius: 4px;
    margin: 5px auto;
}
.article .article_content #video{
    max-width: 800px;
    margin: 0 auto;
}
.pages ul {
    justify-content: center;
}
.pages ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    margin: 0 5px;
    height: 40px;
    border-radius: 4px;
    color: #888;
    border: 1px solid #888;
    transition: .3s;
}
.pages ul li.active a,
.pages ul li a:hover{
    border-color: #bf0e28;
    color: #fff;
    background: #bf0e28;
}
.tel{
    position: fixed;
    z-index: 998;
    left: 0;
    background: #fff;
    right: 0;
    box-shadow: 0 0 5px #d9d9d9;
    bottom: 0;
    width: 100%;
}
.tel i{
    font-size: 18px;
}
.tel a{
    width: 50%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
}
.tel a:nth-child(2){
    color: #fff;
    background: #bf0e28;
}
.tdt-control-copyright.tdt-control{
    display: none;
}
.floatmessage {
    position: fixed;
    right: 100px;
    bottom: 100px;
    display: none;
    z-index: 9999;
    transform: translateY(-50%);
    background: #fff;
    -webkit-box-shadow: -5px 5px 40px 0px rgba(144, 144, 144, 0.2);
    box-shadow: -5px 5px 40px 0px rgba(144, 144, 144, 0.2);
    -webkit-border-radius: 2px;
}
.floatmessage #toTop{
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    background: #fff;
    cursor: pointer;
    transform: .3s;
    border-radius: 4px;
}
.floatmessage #toTop:hover {
    color: #fff;
    background-image: -webkit-linear-gradient(162deg, #edabab 0%, #da9191 29%, #cb7780 49%, #c74a59 75%, #c30d23 100%);
    background-image: -o-linear-gradient(162deg, #edabab 0%, #da9191 29%, #cb7780 49%, #c74a59 75%, #c30d23 100%);
    background-image: linear-gradient(-72deg, #edabab 0%, #da9191 29%, #cb7780 49%, #c74a59 75%, #c30d23 100%);
}
@media(min-width:768px){
    .aboutPhoto_swiper .swiper-slide{
        max-width: 540px;
    }
}
@media(max-width:768px){
    .floatmessage{
        display: none!important;
    }
}