/*banner开始*/
/* body {
    overflow-x: hidden;
} */

.one_b {
    width: 100%;
    overflow: hidden;
    background: no-repeat center/cover;
}

.one_b_img_p {
    height: 100%;
    width: 100%;
}

.one_b {
    position: relative;
}

.banner_text {
    /* position: absolute;
    left: 0;
    top: 55%;
    transform: translate(0, -50%);
    width: 100%; */
    position: absolute;
    left: 0;
    top: 82px;
    /* transform: translate(0, -50%); */
    width: 97%;
    padding: 60px 160px;
}

.banner_text_all {
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transform: translateY(120px);
    transition-delay: 1000ms;
    transition: transform 2000ms ease, opacity 2000ms ease;
}

.logo_t {
    max-height: 498px;
    margin: 117px 0;
}

.banner-background {
    width: 100%;
    transition: 1s 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}

.banner .swiper-slide.swiper-slide-active .banner_text_all {
    visibility: visible;
    opacity: 1;
    transform: translateY(0) translateX(0);
}

.one_b_img_m {
    display: none;
}

.one_b_img_m,
.one_b_img_p {
    background: no-repeat center/cover;
}

.m_show_h {
    display: none;
}
/*end*/
/*我们的产品*/

.chanp {
    margin: 67px 0;
}

.line_title {
    width: 5px;
    height: 30px;
    background: #000000;
    opacity: 1;
}

.o_title_a {
    display: flex;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6A6A6A;
    align-items: flex-end;
}

.o_title_a h5 {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #000000;
    line-height: 30px;
    margin: 0 7px 0 8px;
}

.o_title_a span {
    line-height: 20px;
}

.is_s {
    display: none !important;
}

.o_title {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.line_title_a {
    display: flex;
    align-items: center;
}

.title_p {
    font-size: 33px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    /* margin-top: 11px; */
    color: #000000;
    opacity: 0.18;
    margin-bottom: 35px;
}

.classify_one,
.Information_info,
.new_list {
    display: none;
}

.classify_show {
    display: block;
    /* transition: all .3s ease-out 0s; */
}

.show_d {
    animation: fadeInUps 1s;
    -moz-animation: fadeInUps 1s;
    -webkit-animation: fadeInUps 1s;
    -o-animation: fadeInUps 1s;
}

.classify_show_a {
    display: flex;
    transition: all .3s ease-out 0s;
}

.cp_classify,
.news_classify {
    display: flex;
    flex-wrap: wrap;
}

.o_title_all {
    margin-right: 20px;
}

.cp_classify li,
.news_classify li {
    background: #F2F2F2;
    opacity: 1;
    border-radius: 3px;
    text-align: center;
    /* margin-right: 9px; */
    cursor: pointer;
    /* width: 123px; */
    width: 12%;
    margin-right: 0.5%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.cp_classify li:last-child,
.news_classify li:last-child {
    margin-right: 0;
}

.cp_classify li:hover,
.news_classify li:hover {
    background: #0A65D2 !important;
    color: white !important;
}

.cp_classify_active,
.news_classify_active {
    background: #0A65D2 !important;
    color: white !important;
}

.chanp_info {
    padding-bottom: 70px;
}

.chanp_info ul {
    display: flex;
    justify-content: flex-start;
}

.chanp_info_li {
    width: 33.33%;
    background-image: url('../image/back_cp.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 25px;
    cursor: pointer;
}

.chanp_one {
    display: block;
    width: 100%;
    position: relative;
}

.cp_one_text {
    position: absolute;
    left: 0;
    top: 0;
    margin: 43px 0 34px 25px;
    width: 100%;
    overflow: hidden;
    z-index:9;
}

.chanp_one_title {
    width: 324px;
    height: 72px;
    font-size: 27px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 36px;
    color: #000000;
    transition: transform 500ms ease;
}

.cp_img {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.cp_one_p {
    max-width: 231px;
    margin: 30px 0 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 25px;
    color: #575757;
}

.cp_get_more {
    display: flex;
    position: absolute;
    bottom: 34px;
    margin-left: 25px;
    align-items: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 25px;
    color: #ACACAC;
    transition: all 0.5s ease;
    /* margin-bottom: 30px; */
}

.cp_get_more_img {
    width: 24px;
    height: 24px;
    background: #BFBFBF;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    display: flex;
    justify-content: center;
    /* flex-direction: column; */
    align-items: center;
    margin-right: 10px;
}

.cp_get_more_img img {
    width: 8.2px;
}

.chanp_info ul .chanp_info_li:last-child {
    margin-right: 0;
}

.chanp_info .chanp_info_ul {
    margin-bottom: 25px;
}

.chanp_info .chanp_info_ul:last-child {
    margin-bottom: 0;
}

.cp_logo_img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

.cp_logo_img img {
    vertical-align: middle;
}

.chanp_info_li:hover .chanp_one_title,
.chanp_info_li:hover .cp_get_more {
    color: #B50000;
    transition: transform 500ms ease;
}

.chanp_info_li:hover .cp_get_more_img {
    background-color: #B50000;
    transition: all 0.5s ease;
}

.m_get_more_cp {
    display: none;
}
/*关于我们*/

.about {
    background-image: url('../image/about_back.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 106px 0 75px;
}

.a_title .o_title_a h5 {
    color: white;
}

.a_title .o_title_a {
    color: #E5E5E5;
}

.a_title .line_title {
    background-color: white;
}

.a_title .title_p {
    color: #FFFFFF;
}

.about_all {
    display: flex;
}

.about_info {
    margin: 0px 0 53px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
    opacity: 1;
    max-width: 620px;
}

.about_left {
    width: 39%;
    margin-right: 64px;
}

.leam_more {
    display: block;
    width: 192px;
    height: 55px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid #FFFFFF;
    opacity: 1;
    border-radius: 10px;
    color: #FFFFFF;
    text-align: center;
    line-height: 55px;
    overflow: hidden;
    transition: all 0.4s ease-out;
}

.leam_more_a {
    /* position: absolute; */
    width: 192px;
    height: 55px;
    background: rgba(255, 255, 255, 0.18);
    border: 1px solid #FFFFFF;
    opacity: 1;
    border-radius: 10px;
    color: #FFFFFF;
    text-align: center;
    line-height: 55px;
    overflow: hidden;
    /* transition: all .3s ease-out 0s; */
    position: relative;
    display: block;
}

.leam_more_a:hover {
    background-color: transparent;
    color: white;
}

.leam_more_a::after {
    width: 0%;
    height: 80px;
    position: absolute;
    content: "";
    top: 0%;
    left: 0;
    /* transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s; */
    background-color: #0A65D2;
    z-index: -1;
}

.leam_more_a:hover::after {
    width: 100%;
}

.about_right {
    width: 60%;
    color: white;
}

.about_right .about_right_li {
    width: 32%;
    position: relative;
    margin-right: 20px;
    display: inline-block;
    display: flex;
}

.about_right_ul {
    margin-bottom: 14px;
    display: flex;
}

.about_right .about_right_ul:last-child {
    margin-bottom: 0;
}

.a1_l {
    border: 1px solid #FFFFFF;
}

.a1_l_div {
    width: 100%;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    text-align: center;
    cursor: pointer;
    transition: 0.5s;
}

.a1_l_div:hover {
    transition: 0.5s;
    transform: scale(1.09);
}

.a1_l_div_h3 {
    margin: 9px 0;
    font-size: 23px;
}

.white_is {
    background: #FFFFFF;
}

.a2_l_h2 {
    font-size: 64px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #094BA1;
}

.a2_l_p {
    font-size: 23px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
}

.a1_l_div_p {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 25px;
    color: #FFFFFF;
    max-width: 238px;
    margin: 0 auto;
}

.a3_l .a1_l_div_p,
.a3_l .a1_l_div_h3 {
    color: #000000;
}

.a4_l {
    background-color: #0A65D2;
}

.is_text_white {
    color: white;
}

.a4_l .a2_l_p {
    margin-top: 15px;
}

.a4_l_j {
    font-size: 44px;
    margin-left: 5px;
}

.a4_l .a2_l_h2 {
    display: flex;
    justify-content: center;
}

.about_right_ul .about_right_li:last-child {
    margin: 0;
}

.leam_more span {
    display: block;
    position: relative;
    top: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.fanye-hui:hover span {
    top: -100%;
    color: #fff;
}

.a1_l_div_p_m {
    display: none;
}
/*关于我们结束*/
/*关于我们下面的logo*/

.lic {
    background-color: white;
    padding: 75px 0;
}

.lic_all {
    display: flex;
}

.lic_all_li {
    width: 33.33%;
    /* margin-right: 10px; */
    padding: 35px 0;
    position: relative;
    cursor: pointer;
    transition: all 500ms ease;
    /* border: 1px solid; */
}

.lic_all_li:last-child {
    margin-right: 0;
}

.lic_all_li_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 22px;
    color: #686868;
}

.lic_h3 {
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 37px;
    color: #000000;
    margin: 15px 0;
}

.lic_p {
    max-width: 252px;
    text-align: center;
    margin-bottom: 21px;
}

.lic_a {
    position: absolute;
    bottom: 26px;
    font-size: 14px;
    color: #AEAEAE;
    /* margin-top: 15px;
    display: block; */
}

.lic_all_li:hover .lic_h3 {
    color: #B50000;
    transition: all 500ms ease;
}

.lic_all_li:hover {
    background: #F7F7F7;
    transition: all 500ms ease;
}

.lic_all_li:hover .hov_img {
    display: block;
    transition: all 500ms ease;
}

.lic_all_li:hover .nom_img {
    display: none;
    transition: all 500ms ease;
}

.hov_img {
    display: none;
}

.cp_logo_m {
    display: none;
}

.a1_l_div_p_s {
    display: block;
}
/*关于我们下面的logo结束*/
/*新闻中心开始*/

.news_c {
    background: #F2F6F9;
}

.news_c_all {
    padding: 84px 0 93px;
}

.is_no {
    background: transparent;
}
.chanp_one_title{width:93%;height:72px;font-size:27px;font-family:Microsoft YaHei;font-weight:400;line-height:36px;color:#000000;transition:transform 500ms ease;overflow:hidden;box-sizing:border-box}
.cp_one_p{max-width:231px;margin:30px 0 0;font-size:14px;font-family:Microsoft YaHei;font-weight:400;line-height:25px;color:#575757;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;overflow:hidden}
.cpimg1{opacity: 0;height:350px}
.cpimg2{position: absolute;right: 1%;z-index:0;width:45%;bottom:0px}
@media(min-width:1024px) {
    /* .cp_logo_pc .swiper-slide {
        width: 16% !important;
        margin-right: 2% !important;
    } */
    .cp_classify,
    .news_classify {
        width: 57%;
        display: flex;
        justify-content: flex-end;
        /* max-width: 48%; */
    }
    /* .news_classify {
        width: 70%;
    } */
    .cp_classify li {
        margin-bottom: 15px;
    }
    .a1_l_div {
        padding: 59px 10px 49px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
    }
    .about_right .about_right_li {
        /* min-height: 256px; */
        width: 32%;
    }
    .leam_more:hover span {
        top: -100%;
        color: #fff;
    }
    .cp_logo_img:hover,
    .cp_logo .swiper-slide-active .cp_logo_img {
        filter: grayscale(0%) !important;
        -webkit-filter: grayscale(0%) !important;
        transition: all 0.5s ease 0s;
        cursor: pointer;
    }
    /*banner背景图动画*/
    .banner .swiper-slide.swiper-slide-active .banner-background {
        transition: 5s 0s;
        transform: perspective(1000px) translate3d(0, 0, 0px);
    }
}

@media(min-width:1024px) and (max-width:1460px) {
    .a1_l_div {
        padding: 19px 10px 19px;
    }
    .a1_l_div_p {
        font-size: 13px;
    }
    .a2_l_p {
        font-size: 21px;
    }
    .about_info {
        max-height: 231px;
        overflow-y: scroll;
    }
    .cp_one_text {
        width: 46%;
    }
    .cp_one_p {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        margin: 10px 0 0;
    }
    .chanp_one_title {
        max-width: 100%;
        overflow: hidden;
    }
}

@media(max-width:1117px) and (min-width:1025px) {
    .footer2 {
        margin-left: 55px;
    }
    .o_title {
        flex-wrap: wrap;
    }
    .cp_classify,
    .news_classify {
        width: 100%;
        justify-content: start;
    }
    .news_classify {
        margin-bottom: 20px;
    }
    .title_p {
        margin-bottom: 10px;
    }
    .cp_one_text {
        margin: 20px 10px;
    }
    .cp_get_more {
        margin-left: 10px;
    }
}

@media(max-width:1024px) {
	.cpimg1{opacity: 0;height:260px}
	.cpimg2{position: absolute;right: 1%;z-index:0;width:50%;bottom:0px}
    .cp_classify {
        max-width: 100%;
    }
    .is_te,
    .is_no {
        display: none !important;
    }
    .is_s {
        display: block !important;
    }
    .chanp_info ul {
        display: block;
    }
    .chanp_info_li {
        width: 100%;
        margin: 0 0 10px;
    }
    /* .lic_all {
        display: block;
    } */
    .line_title {
        height: 20px;
    }
    /*产品*/
    .more_show {
        display: none;
    }
    .chanp {
        margin: 30px 0;
    }
    .o_title_a h5 {
        font-size: 20px;
    }
    .o_title_a span {
        font-size: 13px;
        width: 62%;
    }
    .title_p {
        font-size: 23px;
        margin-bottom: 25px;
    }
    .cp_one_text {
        margin: 25px 0 17px 15px;
    }
    .chanp_one_title {
        font-size: 18px;
        line-height: normal;
        height: auto;
        font-weight: bold;
    }
    .cp_one_p {
        margin: 12px 0 0;
        max-width: 150px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        line-height: normal;
    }
    .cp_get_more {
        margin-left: 15px;
        bottom: 15px;
        font-size: 14px;
    }
    .cp_get_more_img {
        width: 20px;
        height: 20px;
    }
    .chanp_info {
        padding-bottom: 0px;
    }
    .m_get_more_cp {
        display: block;
        background: #0A65D2;
        border: 1px solid #FFFFFF;
        opacity: 1;
        border-radius: 6px;
        width: 100%;
        height: 50px;
        text-align: center;
        color: white;
        line-height: 50px;
        margin-top: -10px;
        font-size: 16px;
    }
    .cp_logo_m {
        display: block;
        padding-top: 1.45rem;
        padding-bottom: 30px;
    }
    .cp_logo_pc {
        display: none;
    }
    .cp_logo_img {
        width: 49%;
        margin: 0 2% 10px 0;
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
    }
    .cp_logo_img:nth-child(2n) {
        margin-right: 0;
    }
    .cp_logo_img img {
        width: 100%;
        overflow: hidden;
    }
    .cp_logo_one_all {
        display: flex;
        flex-wrap: wrap;
    }
    .cp_logo_m_img:hover {
        filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
    }
    .g_d {
        bottom: 0px !important;
    }
    .cp_logo_m .swiper-pagination-bullet-active {
        background: #B50000 !important;
    }
    .cp_logo_m .swiper-pagination-bullet {
        background: #8D8D8D;
    }
    /*产品结束*/
    /*关于我们*/
    .about {
        padding: 45px 0 55px;
        background-image: url('../image/guanyu_bj.png');
    }
    .about_all {
        display: block;
    }
    .about_left,
    .about_right {
        width: 100%;
    }
    .about_info {
        font-size: 14px;
        margin: 0px 0 30px;
        line-height: 25px;
        max-width: 100%;
    }
    .a_title .title_p {
        margin-bottom: 10px;
    }
    .leam_more_a {
        margin: 0 auto 40px;
        width: 150px;
        height: 42px;
        line-height: 42px;
        border-radius: 5px;
    }
    .about_right .about_right_li {
        width: 50%;
        margin-right: 12px;
        padding: 15px 10px 15px;
    }
    .a1_l_div img {
        width: 32px;
    }
    .a1_l_div_h3 {
        font-size: 15px;
    }
    .a1_l_div_p {
        font-size: 12px;
        line-height: normal;
    }
    /* .about_right_ul2 {
        flex-wrap: wrap;
    } */
    .a4_l,
    .a2_l {
        margin-right: 0 !important;
    }
    .about_right_ul2 #a5_l {
        width: 100% !important;
        margin-top: 10px !important;
    }
    .about_right_ul {
        margin-bottom: 10px;
    }
    .a2_l_h2 {
        font-size: 37px;
    }
    .a2_l_p {
        font-size: 15px;
        margin-top: 0 !important;
    }
    .a1_l_div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        transition: 0.5s;
    }
    .a4_l_j {
        font-size: 25px;
    }
    /* .about_right_ul2 .about_right_li {
        width: 48% !important;
    } */
    .a1_l_div_p_pc {
        display: none;
    }
    .a1_l_div_p_m {
        display: block;
    }
    .lic {
        padding: 30px 0 20px;
    }
    .lic_all {
        flex-wrap: wrap;
    }
    .lic_all_li {
        width: 49%;
        background: #F7F7F7;
        margin-right: 2%;
        margin-bottom: 10px;
        padding: 25px 10px;
    }
    .lic_all_li:nth-child(2n) {
        margin-right: 0;
    }
    .nom_img,
    .hov_img {
        width: 42px;
    }
    .lic_h3 {
        font-size: 17px;
        margin: 12px 0;
        line-height: normal;
    }
    .lic_p {
        font-size: 12px;
        margin-bottom: 15px;
        line-height: normal;
    }
    .lic_a {
        font-size: 15px;
        bottom: 13px;
    }
    /*关于我们end*/
    /*banner*/
    .one_b_img_m {
        display: block;
    }
    .one_b_img_p {
        display: none;
    }
    .banner_text {
        top: 13%;
        transform: translate(0);
        padding: 0 18px;
    }
    .logo_t {
        margin: 0;
    }
    /*手机端向下滑动样式*/
    .m_none {
        display: none;
    }
    .m_show_h {
        display: block;
    }
    .hmNext {
        position: absolute;
        left: 50%;
        bottom: 3.16vw;
        transform: translateX(-50%);
        z-index: 3;
        color: #fff;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hmNext_icon {
        width: 60px;
        height: 60px;
        display: inline-block;
        position: relative;
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius: 50%;
        transform: scale(0.7);
    }
    .hmNext_icon:before {
        content: "";
        position: absolute;
        left: -1px;
        top: -1px;
        right: -1px;
        bottom: -1px;
        border-radius: 50%;
        border-left: 1px solid #fff;
        animation: rotate .6s linear infinite;
    }
    .hmNext_icon i {
        width: 1px;
        height: 76px;
        background: #fff;
        position: absolute;
        left: 50%;
        bottom: 32px;
        animation: nextAni 1s linear infinite;
    }
    .hmNext_icon i:after {
        content: "";
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
        position: absolute;
        left: 50%;
        bottom: -3px;
        margin-left: -5px;
    }
    .hmNext p {
        margin-top: 10px;
    }
    .logo_t {
        margin-bottom: 35px;
    }
    .banner-background {
        transform: perspective(0px) translate3d(0, 0, 0px);
    }
    .banner_text img {
        /* max-height: 207px; */
        max-height: 375px;
    }
    .news-one__date-box p {
        line-height: 25px;
    }
    .news-one__date-box {
        padding: 14px 20px 14px;
    }
    .banner_text_all {
        display: block;
    }
    /* .one_b_img_m,
    .one_b_img_p {
        background-size: auto;
    } */
    /*banner向下滑动*/
    .about1-wzk {
        width: 15rem;
        display: flex;
        position: absolute;
        align-items: flex-end;
        justify-content: space-between;
        z-index: 111;
        bottom: 0.77rem;
    }
    .banner_mouse {
        display: block;
        /* position: absolute;
        right: 180px;
        bottom: 0; */
        z-index: 2;
        margin-top: 50px;
        width: 23px;
        height: 40px;
        cursor: pointer;
        background: url('../image/banner_mouse_ico.png') no-repeat -23px 0px;
        -webkit-animation: nudgeMouse 1.6s linear infinite;
        animation: nudgeMouse 1.6s linear infinite;
    }
    .banner_mouse:after,
    .banner_mouse:before {
        content: "";
        position: absolute;
    }
    .banner_mouse:before {
        width: 23px;
        height: 40px;
        background: url('../image/banner_mouse_ico.png') no-repeat 0px 0px;
        -webkit-animation: colorSlide 1.6s linear infinite;
        animation: colorSlide 1.6s linear infinite;
        top: 0;
        left: 0;
    }
    .banner_mouse:after {
        background-color: #ffffff;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        -webkit-animation: trackBallSlide 1.6s linear infinite;
        animation: trackBallSlide 1.6s linear infinite;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }
    /*产品分类*/
    .news_classify {
        display: none;
    }
    .o_title {
        display: block;
    }
    .cp_classify {
        flex-wrap: wrap;
    }
    .cp_classify li {
        /* width: 111px; */
        width: 31%;
        height: 45px;
        line-height: 45px;
        margin-bottom: 10px;
        margin-right: 3.5%;
    }
    .cp_classify li:nth-child(3n) {
        margin-right: 0;
    }
    .chanp_info_ul li:first-child {
        margin-top: 15px;
    }
    .chanp_info .chanp_info_ul {
        margin-bottom: 0;
    }
    .get_m {
        display: block;
    }
    .o_title_all {
        margin-right: 0;
    }
}

@media(max-width:320px) {
    .about_right_ul2 .about_right_li {
        width: 47.5% !important;
    }
    .cp_one_p {
        -webkit-line-clamp: 3;
        max-width: 135px;
    }
}

@keyframes nextAni {
    0% {
        opacity: 0;
        transform: translateY(-50px);
    }
    60% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
        transform: translateY(0px);
    }
}

@-webkit-keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(0.8rem);
        transform: translateY(0.8rem);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes nudgeMouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(0.8rem);
        transform: translateY(0.8rem);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-webkit-keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-0.8rem);
        transform: scale(1) translateY(-0.8rem);
    }
    34% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(0.4rem);
        transform: scale(0.9) translateY(0.4rem);
    }
    68% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(1.6rem);
        transform: scale(0.4) translateY(1.6rem);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-0.8rem);
        transform: scale(0.4) translateY(-0.8rem);
    }
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: scale(1) translateY(-0.8rem);
        transform: scale(1) translateY(-0.8rem);
    }
    34% {
        opacity: 1;
        -webkit-transform: scale(0.9) translateY(0.4rem);
        transform: scale(0.9) translateY(0.4rem);
    }
    68% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(1.6rem);
        transform: scale(0.4) translateY(1.6rem);
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(0.4) translateY(-0.8rem);
        transform: scale(0.4) translateY(-0.8rem);
    }
}

@-webkit-keyframes colorSlide {
    0% {
        height: 0;
    }
    90% {
        height: 4rem;
    }
}

@keyframes colorSlide {
    0% {
        height: 0;
    }
    90% {
        height: 4rem;
    }
}
.cp_logo_img{filter:grayscale(0%);-webkit-filter:grayscale(0%)}
.cp_logo_img:hover{filter:grayscale(0%);-webkit-filter:grayscale(0%)}
