


/**pc端的鼠标特效 大于1200px有效，把网站PC端的鼠标特效全部写在这里**/

@media screen and (min-width: 1200px){

/*首页新闻*/
.mc_a1s1_a:hover {
    box-shadow: 15px 9px 14px 2px rgba(110, 117, 129, .18);
}

.mc_a1s1_a:hover .mc_a1s1_morebtn {
    color: #085bc8;
}

.mc_a1s1_a:hover .mc_a1s1_morebtn::before {
    transform: scale(.5);
    opacity: 0;
}

.mc_a1s1_morebtn:hover::before {
    transform: scale(.5);
    opacity: 0;
}

.mc_a1s1_a:hover .mc_a1s1_morebtn::after {
    transform: scale(1);
    opacity: 1;
}

.mc_a1s1_morebtn:hover::after {
    transform: scale(1);
    opacity: 1;
}

.mc_a1s1_a:hover .mc_a1s1_imgbox::after {
    width: 100%;
}


.mc_h1_morebtn:hover {
    color: #085bc8;
}

.mc_h1_morebtn:hover i::before {
        transform: translateX(10px);
    }

/*首页新闻*/


/*PC底部*/

.mc_ft1_nav a:hover {
    color: #085bc8;
    transform: translateX(3px);
}


.show1200{display: block;}

.hide1200{display: none;}


.c_nav ul li:hover a{color: #085bc8;}

.c_nav ul li:hover a:after{width: 100%;}


.about-warp6 .wenhua-list li:hover .title:before {
    width: 80%;
    background-color: #f4c224;
}

.mc_nd1_imgbox:hover img {
    transform: scale(1.05);
}

.mc_nd1_imgbox img {
    transition: all .36s !important;
}







/*新闻列表页*/

.mc_e1_lisbox:hover {
    box-shadow: 0 5px 47px 4px rgba(214, 211, 211, .75);
}

.mc_e1_lisbox:hover::after {
    width: 100%;
}

.mc_e3s1b_backbtn:hover{color: #085bc8;border: 1px solid #085bc8;background-color: #fff;}


.rm-table-con .item:hover {
    background: #085bc8;
    color: #fff !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}





/*生产设备页面*/

.mc_a1t_li:hover .mc_a1t_xl::before {
    width: 100%;
    transition: all .4s cubic-bezier(.34, .44, .41, 1.12);
}

.mc_a1t_li:hover .mc_a1t_xl {
     pointer-events: all; 
}

.mc_a1t_li:hover .mc_a1t_xl span {
    opacity: 1;
    transition: all .36s .4s;
}



.jiagong_top li a:hover .jg_txt{background-color: rgba(255,255,255,.95);}

.jiagong_top li a:hover{box-shadow: 15px 9px 14px 2px rgba(110, 117, 129, .18);transform: translateY(-3px);}

.jiagong_top li a:hover .jg_txt h5{color: #085bc8;}




/***

 产品列表页

***/

.product-item a:hover:after {
    width: 100%;
    opacity: 1;
}


.product-item a:hover {
    box-shadow: 15px 9px 14px 2px rgba(110, 117, 129, .18);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}

.product-item .imgbox:hover img {
    transform: scale(1.07);
}

















































}




@media screen and (max-width: 1680px){


.w1360 {
    width: 85.652%;
   /* max-width: 1360px;*/
}



}

@media screen and (max-width: 1200px){
    .w1360{width: 90%;}
}






