/*

overflow:hidden;text-overflow:ellipsis;white-space:nowrap;

-webkit-transition:all .7s;transition:all .7s;

transition: all 1s;

outline: 1px dashed #fff;outline-offset: -5px;

transform:rotate(360deg);

text-transform: Uppercase;font-family:Arial;

*/


/* 公用标题 */
@keyframes msClock {
	0%,70%,100% {transform: rotate(0) scale(1);}
	
	10%,30% {transform: rotate(-15deg) scale(1);}
	
	20%,40% {transform: rotate(15deg) scale(1);}
}




/* 产品中心 */
.box_01{width:100%;height:auto;padding-bottom:0.7rem;overflow:hidden;}

.box_01 .h_title{width:100%;height:auto;margin:0 auto;text-align:center;}

.box_01 .h_title p{font-size:0.48rem;color:#333;line-height:0.4rem;font-weight:bold;text-transform: Uppercase;font-family:Arial;}

.box_01 .h_title p i{font-weight:bold;color:#1a5dbd;}

.box_01 .h_title h3{font-size:0.32rem;line-height:0.32rem;color:#333;margin-top:0.2rem;}

.box_01 .h_title span{display:block;font-size:0.16rem;line-height:0.16rem;color:#666;margin-top:0.2rem; letter-spacing:5px;}

.box_01 .top{width:89%;height:5rem;border-bottom:solid 1px #ddd;margin:0.5rem auto 0 auto;overflow:hidden;}

.box_01 .top li{width:25%;float:left;height:5rem;overflow:hidden;position:relative;}

.box_01 .top li a{display:block;}

.box_01 .top li .img{width:100%;height:3.1rem;overflow:hidden;}

.box_01 .top li .img img{display:block;width:100%;height:3.1rem;object-fit:contain;vertical-align:top;transition: all 1s;}

.box_01 .top li:hover .img img{transform: scale(1.05);}

.box_01 .top li::after{content:'';width:0%;height:3rem;background:#1a5dbd;position:absolute;bottom:0;left:50%;margin-left:-0;z-index:1;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top li:hover::after{content:'';width:100%;height:3rem;background:#1a5dbd;position:absolute;bottom:0;left:50%;margin-left:-50%;z-index:1;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top li .icon{width:1.06rem;height:1.06rem;border:solid 0.02rem #fff;border-radius:50%; background:#1a5dbd;position:absolute;left:50%;margin-left:-0.55rem;top:2.52rem;z-index:2;box-shadow:5px 5px 15px #cfdff6;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top li:hover .icon{box-shadow:5px 5px 15px #164eaa;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top li .icon i{display:block;width:0.7rem;height:0.7rem; background:url(../images/pro_icon.png) center center no-repeat #fff;border-radius:50%;margin:0.18rem auto;box-shadow:2px 2px 10px #164eaa;}

.box_01 .top li .txt{width:80%;height:auto;position:absolute;left:10%;bottom:0.5rem;text-align:center;z-index:2;overflow:hidden;text-align:center;}

.box_01 .top li .txt .name{font-size:0.2rem;color:#333;font-weight:bold;line-height:0.22rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top li .txt p{font-size:0.12rem;color:#999;line-height:0.1rem;text-transform: Uppercase;margin-top:0.1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top li:hover .txt .name{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top li:hover .txt p{color:#9aafdb;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .bottom{width:89%;height:auto;margin:0.1rem auto 0 auto;overflow:hidden;}

.box_01 .bottom li{width:23.5%;height:3.35rem;overflow:hidden;float:left;margin:0.4rem 2% 0 0;}

.box_01 .bottom li:nth-of-type(4n){margin-right:0;}

.box_01 .bottom li a{display:block;}

.box_01 .bottom li .img{width:calc(100% - 0.2rem);height:2.8rem;padding:0.09rem;border:solid 0.01rem #ddd;box-sizing:content-box;overflow:hidden;background:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .bottom li:hover .img{border:solid 0.01rem #1a5dbd;background:#1a5dbd;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .bottom li .img .pic{width:100%;height:2.8rem;overflow:hidden;}

.box_01 .bottom li .img .pic img{display:block;width:100%;height:2.8rem;object-fit:contain;vertical-align:top;transition: all 1s;}

.box_01 .bottom li:hover .img .pic img{transform: scale(1.05);}

.box_01 .bottom li .txt{width:calc(100% - 0.2rem);height:0.2rem;line-height:0.2rem;margin:0.15rem auto 0 auto;overflow:hidden;}

.box_01 .bottom li .txt .name{width:calc(100% - 1.1rem);font-size:0.18rem;color:#333;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_01 .bottom li .txt .more{width:0.9rem;font-size:0.14rem;color:#666;float:right;text-transform: Uppercase;font-family:Arial;text-align:right;position:relative;}

.box_01 .bottom li .txt .more::before{content:'';width:0.3rem;height:1px;background:#999;position:absolute;top:0.1rem;left:0;}





/* 生产设备 */
.box_02{width:100%;height:7.5rem;padding-top:0.63rem;background:url(../images/sb_back.jpg) center top no-repeat;overflow:hidden;}

.box_02 .h_title{width:100%;height:auto;margin:0 auto;text-align:center;}

.box_02 .h_title p{font-size:0.48rem;color:#fff;line-height:0.4rem;font-weight:bold;text-transform: Uppercase;font-family:Arial;}

.box_02 .h_title h3{font-size:0.32rem;line-height:0.32rem;color:#fff;margin-top:0.2rem;}

.box_02 .h_title span{display:block;font-size:0.16rem;line-height:0.16rem;color:#fff;margin-top:0.2rem; letter-spacing:5px;}

.box_02 .bk{width:89%;height:5rem;position: relative; background:#fff;margin:0.5rem auto 0 auto;overflow:hidden;}

.box_02 .list{width:calc(100% - 0.8rem);padding:0.4rem 0.4rem 0 0.4rem;height:4.6rem;position: relative;}

.box_02 .list .swiper-container {width:100%;height:3.3rem;}

.box_02 .list .swiper-slide{width:100%;height:3.3rem;overflow: hidden;position: relative;}

.box_02 .list .swiper-slide a{display:block;}

.box_02 .list .swiper-slide .img{width:calc(100% - 0.2rem);height:2.7rem;padding:0.09rem;border:solid 0.01rem #ddd;box-sizing:content-box;overflow:hidden;background:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list .swiper-slide:hover .img{border:solid 0.01rem #1a5dbd;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list .swiper-slide .img .pic{width:100%;height:2.7rem;overflow:hidden;}

.box_02 .list .swiper-slide .img .pic img{display:block;width:100%;height:2.7rem;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_02 .list .swiper-slide:hover .img .pic img{transform: scale(1.05);}

.box_02 .list .swiper-slide .name{width:calc(100% - 0.2rem);padding:0 0.1rem;font-size:0.18rem;color:#333;line-height:0.2rem;text-align:center;margin-top:0.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list .swiper-slide:hover .name{color:#1a5dbd;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list .arrow{width:100%;height:0.3rem;margin:0.5rem auto 0 auto;overflow:hidden;position:relative;}

.box_02 .list .swiper-button-prev{width:48%;height:0.3rem;margin-top:0;position:absolute;left:0;top:0;outline:none;background:none;display:flex;justify-content: space-between;}

.box_02 .list .swiper-button-prev::before{content:'';width:calc(100% - 0.8rem);height:1px;background:#ddd;position:absolute;top:15px;left:0.3rem;}

.box_02 .list .swiper-button-prev i{display:block;width:0.3rem;height:0.3rem;background:url(../images/sb_jt_01.png) center center no-repeat #1655a1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list .swiper-button-prev:hover i{background:url(../images/sb_jt_01.png) center center no-repeat #1f79fb;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list .swiper-button-prev span{display:block;font-size:0.14rem;color:#999;line-height:0.3rem;text-transform: Uppercase;font-family:Arial;}

.box_02 .list .swiper-button-next{width:48%;height:0.3rem;margin-top:0;position:absolute;right:0;top:0;outline:none;background:none;display:flex;justify-content: space-between;}

.box_02 .list .swiper-button-next::before{content:'';width:calc(100% - 0.8rem);height:1px;background:#ddd;position:absolute;top:15px;right:0.3rem;}

.box_02 .list .swiper-button-next i{display:block;width:0.3rem;height:0.3rem;background:url(../images/sb_jt_02.png) center center no-repeat #1655a1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list .swiper-button-next:hover i{background:url(../images/sb_jt_02.png) center center no-repeat #1f79fb;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list .swiper-button-next span{display:block;font-size:0.14rem;color:#999;line-height:0.3rem;text-transform: Uppercase;font-family:Arial;}



/* 合作流程 */
.box_03{width:100%;height:1.5rem;padding-top:0.6rem;background:url(../images/lc_back.jpg) center top no-repeat;overflow:hidden;}

.box_03 .center{width:89%;height:1.3rem;margin:0 auto;}

.box_03 .center .h_title{width:1.95rem;height:1.3rem;padding-right:0.15rem;background:url(../images/lc_bk.png);float:left;text-align:center;color:#fff;}

.box_03 .center .h_title h3{font-size:0.34rem;font-weight:bold;line-height:0.36rem;margin-top:0.34rem;}

.box_03 .center .h_title p{font-size:0.14rem;line-height:0.16rem;margin-top:0.12rem;}

.box_03 .center .lc_list{width:calc(100% - 2.4rem);height:1.3rem;float:right;display:flex;justify-content: space-between;}

.box_03 .center .lc_list li{width:auto;height:1.3rem;float:left;position:relative;cursor:pointer;}

.box_03 .center .lc_list li::after{content:'';width:0.24rem;height:0.76rem;background:url(../images/lc_jt.png) center center no-repeat;position:absolute;top:0;right:-90%;}

.box_03 .center .lc_list li:last-child::after{display:none;}

.box_03 .center .lc_list li .icon{width:0.76rem;height:0.76rem;margin:0 auto; background:#eee;border-radius:50%;position:relative;z-index:2;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:hover .icon{background:#1a5dbd;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li .icon::before{content:'';width:0.88rem;height:0.88rem;background:rgba(26,93,189,0);border-radius:50%;position:absolute;top:-0.06rem;left:-0.06rem;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:hover .icon::before{content:'';width:0.88rem;height:0.88rem;background:rgba(26,93,189,0.2);border-radius:50%;position:absolute;top:-0.06rem;left:-0.06rem;;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li .icon i{display:block;width:0.76rem;height:0.76rem;}

.box_03 .center .lc_list li:hover .icon i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_03 .center .lc_list li:nth-of-type(1) .icon i{background:url(../images/lc_icon_01.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(2) .icon i{background:url(../images/lc_icon_03.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(3) .icon i{background:url(../images/lc_icon_05.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(4) .icon i{background:url(../images/lc_icon_07.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(5) .icon i{background:url(../images/lc_icon_09.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(6) .icon i{background:url(../images/lc_icon_11.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(7) .icon i{background:url(../images/lc_icon_13.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(8) .icon i{background:url(../images/lc_icon_15.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(1):hover .icon i{background:url(../images/lc_icon_02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(2):hover .icon i{background:url(../images/lc_icon_04.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(3):hover .icon i{background:url(../images/lc_icon_06.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(4):hover .icon i{background:url(../images/lc_icon_08.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(5):hover .icon i{background:url(../images/lc_icon_10.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(6):hover .icon i{background:url(../images/lc_icon_12.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(7):hover .icon i{background:url(../images/lc_icon_14.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(8):hover .icon i{background:url(../images/lc_icon_16.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li h4{font-size:0.18rem;color:#333;line-height:0.2rem;margin-top:0.17rem;text-align:center;}

@media (max-width: 1625px) {
	.box_03 .center .lc_list li h4{font-size:0.14rem;color:#333;line-height:0.2rem;margin-top:0.17rem;text-align:center;}

	.box_03 .center .lc_list li::after{content:'';width:0.24rem;height:0.76rem;background:url(../images/lc_jt.png) center center no-repeat;position:absolute;top:0;right:-65%;}
}




/* 厂区环境 */
.box_04{width:100%;height:6.5rem;padding-top:0.53rem;background:url(../images/hj_back.jpg) center top no-repeat;overflow:hidden;}

.box_04 .h_title{width:100%;height:auto;margin:0 auto;text-align:center;}

.box_04 .h_title p{font-size:0.48rem;color:#333;line-height:0.4rem;font-weight:bold;text-transform: Uppercase;font-family:Arial;}

.box_04 .h_title p i{font-weight:bold;color:#1a5dbd;}

.box_04 .h_title h3{font-size:0.32rem;line-height:0.32rem;color:#333;margin-top:0.2rem;}

.box_04 .h_title span{display:block;font-size:0.16rem;line-height:0.16rem;color:#666;margin-top:0.2rem; letter-spacing:5px;}

.box_04 .bk{width:89%;height:4.1rem;position: relative; background:#fff;margin:0.5rem auto 0 auto;overflow:hidden;box-shadow:5px 5px 15px #eee;}

.box_04 .hj_list{width:calc(100% - 0.8rem);padding:0.4rem 0.4rem 0 0.4rem;height:3.7rem;position: relative;}

.box_04 .hj_list .swiper-container {width:100%;height:3.3rem;}

.box_04 .hj_list .swiper-slide{width:100%;height:3.3rem;overflow: hidden;position: relative;}

.box_04 .hj_list .swiper-slide a{display:block;}

.box_04 .hj_list .swiper-slide .img{width:calc(100% - 0.2rem);height:2.7rem;padding:0.09rem;border:solid 0.01rem #ddd;box-sizing:content-box;overflow:hidden;background:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .hj_list .swiper-slide:hover .img{border:solid 0.01rem #1a5dbd;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .hj_list .swiper-slide .img .pic{width:100%;height:2.7rem;overflow:hidden;}

.box_04 .hj_list .swiper-slide .img .pic img{display:block;width:100%;height:2.7rem;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_04 .hj_list .swiper-slide:hover .img .pic img{transform: scale(1.05);}

.box_04 .hj_list .swiper-slide .name{width:calc(100% - 0.2rem);padding:0 0.1rem;font-size:0.18rem;color:#333;line-height:0.2rem;text-align:center;margin-top:0.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .hj_list .swiper-slide:hover .name{color:#1a5dbd;-webkit-transition:all .7s;transition:all .7s;}




/* 小banne */
.box_05{width:100%;height:1.74rem;background:url(../images/gg_back.jpg) center top no-repeat;overflow:hidden;}

.box_05 .center{width:12.8rem;height:1.74rem;margin:0 auto;position:relative;}

.box_05 .center .left{width:50%;height:1.74rem;float:left;}

.box_05 .center .left h4{font-size:0.3rem;color:#fff;font-weight:bold;line-height:0.32rem;margin-top:0.4rem;}

.box_05 .center .left span{display:block;position:absolute;left:1.3rem;top:0.56rem;font-size:0.18rem;color:#fff;line-height:0.15rem;text-transform: Uppercase;font-family:Arial;}

.box_05 .center .left p{width:3.95rem;height:0.38rem;border-top:solid 1px #7395c5;border-bottom:solid 1px #7395c5;margin-top:0.15rem;text-align:center;line-height:0.38rem;font-size:0.14rem;color:#fff; letter-spacing:1.5px;}

.box_05 .center .right{width:auto;height:0.84rem;margin:0.45rem 0;overflow:hidden;float:right;}

.box_05 .center .right .ewm{width:0.84rem;height:0.84rem;overflow:hidden;float:left;margin-right:0.4rem;}

.box_05 .center .right .ewm img{display:block;width:0.84rem;height:0.84rem; vertical-align:top;}

.box_05 .center .right .txt{width:auto;height:0.84rem;overflow:hidden;float:left;}

.box_05 .center .right .txt p:nth-of-type(1){height:0.23rem;line-height:0.23rem;background:url(../images/weixin.png) 0.03rem center no-repeat;padding-left:0.55rem;font-size:0.14rem;color:#fff;margin-top:0.1rem;}

.box_05 .center .right .txt p:nth-of-type(2){height:0.32rem;line-height:0.32rem;background:url(../images/tel03.png) left center no-repeat;padding-left:0.55rem;font-size:0.24rem;color:#fff;font-weight:bold;margin-top:0.12rem;}

.box_05 .center .right .txt .tel{display:none;}

.box_05 .center .pos{width:0.9rem;height:0.9rem; background:#639fdb;border-radius:50%;position:absolute;top:50%;left:50%;margin:-0.45rem 0 0 -0.45rem;z-index:5;}

.box_05 .center .pos::before{content:'';width:1.04rem;height:1.04rem;background:rgba(255,255,255,0.1);border-radius:50%;position:absolute;top:-0.07rem;left:-0.07rem;z-index:-1;}

.box_05 .center .pos .click{display:block;width:0.9rem;height:0.9rem;overflow:hidden;font-size:0.14rem;color:#fff;text-align:center;line-height:1.37rem;position:relative;}

.box_05 .center .pos .click::before{content:'';width:0.9rem;height:0.38rem;background:url(../images/click.png) center center no-repeat;position:absolute;top:0.15rem;left:0;}




/* 新闻资讯 */
.box_06{width:100%;height:auto;padding:0.7rem 0;overflow:hidden;}

.box_060{display:none;}

.box_06 .h_title{width:100%;height:auto;margin:0 auto;text-align:center;}

.box_06 .h_title p{font-size:0.48rem;color:#333;line-height:0.4rem;font-weight:bold;text-transform: Uppercase;font-family:Arial;}

.box_06 .h_title p i{font-weight:bold;color:#1a5dbd;}

.box_06 .h_title h3{font-size:0.32rem;line-height:0.32rem;color:#333;margin-top:0.2rem;}

.box_06 .h_title span{display:block;font-size:0.16rem;line-height:0.16rem;color:#666;margin-top:0.2rem; letter-spacing:5px;}

.box_06 .news_center{width:89%;height:auto;margin:0.5rem auto 0 auto;overflow:hidden;position:relative;}

.box_06 .news_center .hd{width:5.7rem;height:0.42rem;margin:0 auto;}

.box_06 .news_center .hd ul{width:5.6rem;height:0.42rem;display:flex;justify-content: space-between;}

.box_06 .news_center .hd ul li{width:1.6rem;height:0.42rem;float:left;background:url(../images/nbk01.png);text-align:center;overflow:hidden;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li.on{background:url(../images/nbk02.png);-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li a{display:block;width:1.6rem;font-size:0.18rem;color:#666;line-height:0.42rem;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .hd ul li.on a{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd{width:100%;height:5.9rem;margin:0.45rem auto 0 auto;}

.box_06 .news_center .bd .main{width:100%;height:5.9rem;overflow:hidden;position:relative;}

.box_06 .news_center .bd .main .top{width:100%;height:3.8rem;overflow:hidden;}

.box_06 .news_center .bd .main .top li{width:23.5%;height:3.8rem;overflow:hidden;float:left;margin-right:2%;}

.box_06 .news_center .bd .main .top li:nth-of-type(4){margin-right:0;}

.box_06 .news_center .bd .main .top li .bx{width:calc(100% - 0.4rem);height:3.5rem;padding:0.28rem 0.19rem 0 0.19rem;border:solid 0.01rem #ddd;box-sizing:content-box;overflow:hidden;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .top li:hover .bx{border:solid 0.01rem #1a5dbd;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .top li .bx a{display:block;}

.box_06 .news_center .bd .main .top li .name{width:100%;font-size:0.16rem;color:#333;line-height:0.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .top li:hover .name{color:#1a5dbd;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .top li .bx span{display:block;padding-left:0.6rem;font-size:0.14rem;color:#999;line-height:0.12rem; font-family:Arial;margin-top:0.2rem;position:relative;}

.box_06 .news_center .bd .main .top li .bx span::before{content:'';width:0.5rem;height:1px;background:#ddd;position:absolute;top:0.06rem;left:0;}

.box_06 .news_center .bd .main .top li .bx .img{width:100%;height:2.5rem;margin-top:0.25rem;overflow:hidden;}

.box_06 .news_center .bd .main .top li .bx .img img{display:block;width:100%;height:2.5rem;object-fit:contain;vertical-align:top;transition: all 1s;}

.box_06 .news_center .bd .main .top li:hover .bx .img img{transform: scale(1.1);}

.box_06 .news_center .bd .main .bottom{width:100%;height:1.8rem;overflow:hidden;margin-top:0.3rem;}

.box_06 .news_center .bd .main .bottom li{width:23.5%;height:1.8rem;overflow:hidden;float:left;margin-right:2%;}

.box_06 .news_center .bd .main .bottom li:nth-of-type(4){margin-right:0;}

.box_06 .news_center .bd .main .bottom li .bx{width:calc(100% - 0.4rem);height:1.45rem;padding:0.33rem 0.19rem 0 0.19rem;float:left;border:solid 0.01rem #ddd;box-sizing:content-box;overflow:hidden;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .bottom li:hover .bx{border:solid 0.01rem #1a5dbd;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .bottom li .bx a{display:block;}

.box_06 .news_center .bd .main .bottom li .name{width:100%;font-size:0.16rem;color:#333;line-height:0.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .bottom li:hover .name{color:#1a5dbd;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .news_center .bd .main .bottom li p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;line-height:0.25rem;height:0.5rem;font-size:14px;color:#999;margin-top:0.2rem;}

.box_06 .news_center .bd .main .bottom li .bx span{display:block;padding-left:0.6rem;font-size:0.14rem;color:#999;line-height:0.12rem; font-family:Arial;margin-top:0.2rem;position:relative;}

.box_06 .news_center .bd .main .bottom li .bx span::before{content:'';width:0.5rem;height:1px;background:#ddd;position:absolute;top:0.06rem;left:0;}




/* 友情链接 */
.box_07{width:100%;height:0.42rem;padding-bottom:0.7rem;overflow:hidden;}

.box_07 .links{width:89%;height:0.42rem;margin:0 auto;overflow:hidden;position:relative;z-index:2;}

.box_07 .links .lk{width:0.98rem;height:0.42rem;float:left;background:url(../images/links.png) center top no-repeat;position:relative;}

.box_07 .links .lk p{line-height:0.16rem;font-size:0.16rem;color:#666;position:absolute;left:0;bottom:0;}

.box_07 .links .link{width:calc(100% - 1.3rem);overflow:hidden;position:relative;float:right;height:0.42rem;}

.box_07 .links .link a{display:block;float:left;width:auto;margin-right:0.4rem;font-size:14px;line-height:0.42rem;color:#666;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .links .link a:hover{color:#1a5dbd;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .links .link a:last-child{margin-right:0;}



@media (max-width: 1080px) {





.box_07{display:none;}



/* 新闻资讯 */
.box_06{display:none;}

.box_060{display:block;width:100%;height:auto;padding:0.4rem 0;overflow:hidden;}

.box_060 .h_title{width:100%;height:auto;overflow:hidden;text-align:center;}

.box_060 .h_title p{font-size:0.3rem;color:#333;line-height:0.25rem;font-weight:bold;text-transform: Uppercase;font-family:Arial;}

.box_060 .h_title p i{font-weight:bold;color:#1a5dbd;}

.box_060 .h_title h3{font-size:0.22rem;line-height:0.22rem;color:#333;margin-top:0.1rem;}

.box_060 .yinying{width:96%;height:auto;margin:0.3rem auto 0 auto;position:relative;overflow:hidden;}

.box_060 .tabs{width:100%;max-width:4rem;height:0.4rem;margin:0 auto;display:flex;justify-content: space-between;}

.box_060 .tabs a{display:block;width:31%;height:0.4rem;background:#ddd;text-align:center;font-size:0.14rem;color:#666;line-height:0.4rem;-webkit-transition:all .7s;transition:all .7s;}

.box_060 .tabs a.active{background:#1a5dbd;color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_060 #tabs-news{width:100%;height:auto;margin:0 auto;}

.box_060 .swiper-container{ overflow:visible !important;}

.box_060 #tabs-news .swiper-slide{width:100%;height:auto;}

.box_060 #tabs-news .swiper-slide a{display:block;}

.box_060 #tabs-news .swiper-slide .top{width:100%;height:auto;overflow:hidden;margin-top:0.3rem;}

.box_060 #tabs-news .swiper-slide .top a{display:block;width:100%;height:1.3rem;overflow:hidden;margin-bottom:0.1rem;padding-bottom:0.1rem;border-bottom:solid 1px #f5f5f5;display:flex;justify-content: space-between;}

.box_060 #tabs-news .swiper-slide .top a .img{width:42%;height:1.3rem;overflow:hidden;}

.box_060 #tabs-news .swiper-slide .top a .img img{display:block;width:100%;height:1.3rem;vertical-align:top;object-fit:cover;}

.box_060 #tabs-news .swiper-slide .top a .txt{width:53%;height:1.3rem;}

.box_060 #tabs-news .swiper-slide .top a .txt h4{font-size:0.18rem;color:#444;line-height:0.4rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_060 #tabs-news .swiper-slide .top a .txt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;line-height:0.25rem;height:0.5rem;font-size:0.14rem;color:#808080;}

.box_060 #tabs-news .swiper-slide .top a .txt span{display:block;margin-top:0.15rem;font-size:0.12rem;color:#777;line-height:0.15rem;}

.box_060 #tabs-news .swiper-slide .bottom{width:100%;height:auto;margin-top:0.1rem;}

.box_060 #tabs-news .swiper-slide .bottom a{display:block;width:100%;height:0.5rem;line-height:0.5rem;overflow:hidden;}

.box_060 #tabs-news .swiper-slide .bottom a:nth-of-type(2n){background:#f5f5f5;}

.box_060 #tabs-news .swiper-slide .bottom a:last-child{margin-bottom:0;}

.box_060 #tabs-news .swiper-slide .bottom a h4{padding-left:0.15rem;width:calc(100% - 1rem);font-size:0.15rem;color:#444;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_060 #tabs-news .swiper-slide .bottom a span{display:block;font-size:0.12rem;color:#777;float:right;padding-right:0.15rem;}




/* 小banne */
.box_05{width:100%;height:auto;padding:0.4rem 0;background:#1a5dbd;overflow:hidden;}

.box_05 .center{width:100%;height:auto;margin:0 auto;position:relative;}

.box_05 .center .left{width:100%;height:auto;float:none;}

.box_05 .center .left h4{width:100%;text-align:center;font-size:0.3rem;color:#fff;font-weight:bold;line-height:0.32rem;margin-top:0;}

.box_05 .center .left span{display:none;}

.box_05 .center .left p{width:90%;height:0.38rem;border-top:solid 1px #7395c5;border-bottom:solid 1px #7395c5;margin:0.15rem auto 0 auto;text-align:center;letter-spacing:0;}

.box_05 .center .right{width:100%;height:auto;margin:0.15rem 0 0 0;overflow:hidden;float:none;}

.box_05 .center .right .ewm{display:none;}

.box_05 .center .right .txt{width:100%;height:auto;overflow:hidden;float:left;}

.box_05 .center .right .txt p:nth-of-type(1){display:none;}

.box_05 .center .right .txt p:nth-of-type(2){display:none;}

.box_05 .center .right .txt .tel{display:block;}

.box_05 .center .right .txt .tel{width:100%;text-align:center;height:0.3rem;line-height:0.3rem;}

.box_05 .center .right .txt .tel span{display:inline-block;line-height:0.3rem;height:0.3rem;font-size:0.14rem;color:#fff;}

.box_05 .center .right .txt .tel a{display:inline-block;line-height:0.3rem;height:0.3rem;font-size:0.2rem;color:#fff;font-weight:bold;}

.box_05 .center .pos{display:none;}





/* 厂区环境 */
.box_04{width:100%;height:auto;padding:0 0 0.4rem 0;background:url(../images/hj_back.jpg) center top no-repeat; background-size:100% 100%;overflow:hidden;}

.box_04 .h_title{width:100%;height:auto;overflow:hidden;text-align:center;}

.box_04 .h_title p{font-size:0.3rem;color:#333;line-height:0.25rem;font-weight:bold;text-transform: Uppercase;font-family:Arial;}

.box_04 .h_title p i{font-weight:bold;color:#1a5dbd;}

.box_04 .h_title h3{font-size:0.22rem;line-height:0.22rem;color:#333;margin-top:0.1rem;}

.box_04 .h_title span{display:none;}

.box_04 .bk{width:96%;height:auto;position: relative;background:#fff;margin:0.3rem auto 0 auto;overflow:hidden;}

.box_04 .hj_list{width:calc(100% - 0.2rem);padding:0.1rem 0.1rem 0 0.1rem;height:2rem;position: relative;}

.box_04 .hj_list .swiper-container {width:100%;height:1.8rem;}

.box_04 .hj_list .swiper-slide{width:100%;height:1.8rem;overflow: hidden;position: relative;}

.box_04 .hj_list .swiper-slide a{display:block;}

.box_04 .hj_list .swiper-slide .img{width:calc(100% - 0.1rem);height:1.4rem;padding:0.04rem;border:solid 0.01rem #ddd;box-sizing:content-box;overflow:hidden;background:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .hj_list .swiper-slide:hover .img{border:solid 0.01rem #1a5dbd;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .hj_list .swiper-slide .img .pic{width:100%;height:1.4rem;overflow:hidden;}

.box_04 .hj_list .swiper-slide .img .pic img{display:block;width:100%;height:1.4rem;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_04 .hj_list .swiper-slide:hover .img .pic img{transform: scale(1.05);}

.box_04 .hj_list .swiper-slide .name{width:calc(100% - 0.1rem);padding:0 0.05rem;font-size:0.15rem;color:#333;line-height:0.15rem;text-align:center;margin-top:0.15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .hj_list .swiper-slide:hover .name{color:#1a5dbd;-webkit-transition:all .7s;transition:all .7s;}




/* 合作流程 */
.box_03{width:100%;height:auto;padding:0.2rem 0 0.4rem 0;background:url(../images/lc_back.jpg) center top no-repeat; background-size:100% 100%;overflow:hidden;}

.box_03 .center{width:96%;height:auto;margin:0 auto;}

.box_03 .center .h_title{display:none;}

.box_03 .center .lc_list{width:100%;height:auto;float:none;display:flex;justify-content: space-between;flex-wrap: wrap;}

.box_03 .center .lc_list li{width:25%;height:auto;margin-top:0.2rem;float:left;position:relative;cursor:pointer;}

.box_03 .center .lc_list li::after{display:none;}

.box_03 .center .lc_list li .icon{width:0.66rem;height:0.66rem;margin:0 auto;background:#eee;border-radius:50%;position:relative;z-index:2;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:hover .icon{background:#1a5dbd;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li .icon::before{content:'';width:0.78rem;height:0.78rem;background:rgba(26,93,189,0);border-radius:50%;position:absolute;top:-0.06rem;left:-0.06rem;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:hover .icon::before{content:'';width:0.78rem;height:0.78rem;background:rgba(26,93,189,0.2);border-radius:50%;position:absolute;top:-0.06rem;left:-0.06rem;;z-index:-1;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li .icon i{display:block;width:0.66rem;height:0.66rem;}

.box_03 .center .lc_list li:hover .icon i{-webkit-animation: jello 1s;-moz-animation: jello 1s;animation: jello 1s;}

.box_03 .center .lc_list li:nth-of-type(1) .icon i{background:url(../images/lc_icon_01.png) center center no-repeat;transform: scale(0.8);-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(2) .icon i{background:url(../images/lc_icon_03.png) center center no-repeat;transform: scale(0.8);-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(3) .icon i{background:url(../images/lc_icon_05.png) center center no-repeat;transform: scale(0.8);-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(4) .icon i{background:url(../images/lc_icon_07.png) center center no-repeat;transform: scale(0.8);-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(5) .icon i{background:url(../images/lc_icon_09.png) center center no-repeat;transform: scale(0.8);-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(6) .icon i{background:url(../images/lc_icon_11.png) center center no-repeat;transform: scale(0.8);-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(7) .icon i{background:url(../images/lc_icon_13.png) center center no-repeat;transform: scale(0.8);-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(8) .icon i{background:url(../images/lc_icon_15.png) center center no-repeat;transform: scale(0.8);-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(1):hover .icon i{background:url(../images/lc_icon_02.png) center center no-repeat;transform: scale(0.8);-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(2):hover .icon i{background:url(../images/lc_icon_04.png) center center no-repeat;transform: scale(0.8);-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(3):hover .icon i{background:url(../images/lc_icon_06.png) center center no-repeat;transform: scale(0.8);-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(4):hover .icon i{background:url(../images/lc_icon_08.png) center center no-repeat;transform: scale(0.8);-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(5):hover .icon i{background:url(../images/lc_icon_10.png) center center no-repeat;transform: scale(0.8);-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(6):hover .icon i{background:url(../images/lc_icon_12.png) center center no-repeat;transform: scale(0.8);-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(7):hover .icon i{background:url(../images/lc_icon_14.png) center center no-repeat;transform: scale(0.8);-webkit-transition:all .7s;transition:all .7s;}

.box_03 .center .lc_list li:nth-of-type(8):hover .icon i{background:url(../images/lc_icon_16.png) center center no-repeat;transform: scale(0.8);-webkit-transition:all .7s;transition:all .7s;}


@media (max-width: 1625px) {
	.box_03 .center .lc_list li h4{font-size:0.14rem;color:#333;line-height:0.2rem;margin-top:0.1rem;text-align:center;}
}



/* 生产设备 */
.box_02{width:100%;height:auto;padding:0.4rem 0;background:url(../images/sb_back.jpg) center top no-repeat; background-size:100% 100%;overflow:hidden;}

.box_02 .h_title{width:100%;height:auto;overflow:hidden;text-align:center;}

.box_02 .h_title p{font-size:0.3rem;color:#fff;line-height:0.25rem;font-weight:bold;text-transform: Uppercase;font-family:Arial;}

.box_02 .h_title h3{font-size:0.22rem;line-height:0.22rem;color:#fff;margin-top:0.1rem;}

.box_02 .h_title span{display:none;}

.box_02 .bk{width:96%;height:auto;position: relative;background:#fff;margin:0.3rem auto 0 auto;overflow:hidden;}

.box_02 .list{width:calc(100% - 0.2rem);padding:0.1rem 0.1rem 0 0.1rem;height:2.5rem;position: relative;}

.box_02 .list .swiper-container {width:100%;height:1.8rem;}

.box_02 .list .swiper-slide{width:100%;height:1.8rem;overflow: hidden;position: relative;}

.box_02 .list .swiper-slide a{display:block;}

.box_02 .list .swiper-slide .img{width:calc(100% - 0.1rem);height:1.4rem;padding:0.04rem;border:solid 0.01rem #ddd;box-sizing:content-box;overflow:hidden;background:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list .swiper-slide:hover .img{border:solid 0.01rem #1a5dbd;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list .swiper-slide .img .pic{width:100%;height:1.4rem;overflow:hidden;}

.box_02 .list .swiper-slide .img .pic img{display:block;width:100%;height:1.4rem;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_02 .list .swiper-slide:hover .img .pic img{transform: scale(1.05);}

.box_02 .list .swiper-slide .name{width:calc(100% - 0.1rem);padding:0 0.05rem;font-size:0.15rem;color:#333;line-height:0.15rem;text-align:center;margin-top:0.15rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list .swiper-slide:hover .name{color:#1a5dbd;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list .arrow{width:100%;height:0.3rem;margin:0.2rem auto 0 auto;overflow:hidden;position:relative;}

.box_02 .list .swiper-button-prev{width:48%;height:0.3rem;margin-top:0;position:absolute;left:0;top:0;outline:none;background:none;display:flex;justify-content: space-between;}

.box_02 .list .swiper-button-prev::before{content:'';width:calc(100% - 0.8rem);height:1px;background:#ddd;position:absolute;top:15px;left:0.3rem;}

.box_02 .list .swiper-button-prev i{display:block;width:0.3rem;height:0.3rem;background:url(../images/sb_jt_01.png) center center no-repeat #1655a1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list .swiper-button-prev:hover i{background:url(../images/sb_jt_01.png) center center no-repeat #1655a1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list .swiper-button-prev span{display:block;font-size:0.14rem;color:#999;line-height:0.3rem;text-transform: Uppercase;font-family:Arial;}

.box_02 .list .swiper-button-next{width:48%;height:0.3rem;margin-top:0;position:absolute;right:0;top:0;outline:none;background:none;display:flex;justify-content: space-between;}

.box_02 .list .swiper-button-next::before{content:'';width:calc(100% - 0.8rem);height:1px;background:#ddd;position:absolute;top:15px;right:0.3rem;}

.box_02 .list .swiper-button-next i{display:block;width:0.3rem;height:0.3rem;background:url(../images/sb_jt_02.png) center center no-repeat #1655a1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list .swiper-button-next:hover i{background:url(../images/sb_jt_02.png) center center no-repeat #1655a1;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list .swiper-button-next span{display:block;font-size:0.14rem;color:#999;line-height:0.3rem;text-transform: Uppercase;font-family:Arial;}

.box_02 .list .swiper-button-prev:hover{background:url(../images/pro_jt_02.png);-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list .swiper-button-next:hover{background:url(../images/pro_jt_04.png);-webkit-transition:all .7s;transition:all .7s;}





/* 产品中心 */
.box_01{width:100%;height:auto;padding:0.4rem 0;overflow:hidden;}

.box_01 .h_title{width:100%;height:auto;overflow:hidden;text-align:center;}

.box_01 .h_title p{font-size:0.3rem;color:#333;line-height:0.25rem;font-weight:bold;text-transform: Uppercase;font-family:Arial;}

.box_01 .h_title p i{font-weight:bold;color:#1a5dbd;}

.box_01 .h_title h3{font-size:0.22rem;line-height:0.22rem;color:#333;margin-top:0.1rem;}

.box_01 .h_title span{display:none;}

.box_01 .top{width:96%;height:auto;margin:0 auto;border:none;overflow:hidden;}

.box_01 .top li{width:48%;float:left;height:2rem;overflow:hidden;margin:0.3rem auto 0 auto;position:relative;}

.box_01 .top li:nth-of-type(2n){float:right;}

.box_01 .top li .img{width:100%;height:1.5rem;overflow:hidden;}

.box_01 .top li .img img{display:block;width:100%;height:1.5rem;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_01 .top li:hover .img img{transform: scale(1.05);}

.box_01 .top li::after{content:'';width:94%;height:0.8rem;background:#1a5dbd;position:absolute;bottom:0;left:50%;margin-left:-47%;z-index:1;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top li:hover::after{content:'';width:94%;height:0.8rem;background:#1a5dbd;position:absolute;bottom:0;left:50%;margin-left:-47%;z-index:1;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top li .icon{display:none;}

.box_01 .top li .txt{width:90%;height:auto;position:absolute;left:5%;bottom:0.2rem;text-align:center;z-index:2;overflow:hidden;text-align:center;}

.box_01 .top li .txt .name{font-size:0.16rem;color:#fff;font-weight:normal;line-height:0.2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .top li .txt p{font-size:0.12rem;color:#9aafdb;line-height:0.1rem;text-transform: Uppercase;margin-top:0.1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .bottom{width:96%;height:auto;margin:0.1rem auto 0 auto;overflow:hidden;}

.box_01 .bottom li{width:48%;height:1.8rem;overflow:hidden;float:left;margin:0.2rem 0% 0 0;}

.box_01 .bottom li:nth-of-type(9),
.box_01 .bottom li:nth-of-type(10),
.box_01 .bottom li:nth-of-type(11),
.box_01 .bottom li:nth-of-type(12){display:none;}

.box_01 .bottom li a{display:block;}

.box_01 .bottom li:nth-of-type(2n){margin-right:0;float:right;}

.box_01 .bottom li .img{width:calc(100% - 0.1rem);height:1.4rem;padding:0.04rem;border:solid 0.01rem #ddd;box-sizing:content-box;overflow:hidden;background:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .bottom li:hover .img{border:solid 0.01rem #1a5dbd;background:#1a5dbd;-webkit-transition:all .7s;transition:all .7s;}

.box_01 .bottom li .img .pic{width:100%;height:1.4rem;overflow:hidden;}

.box_01 .bottom li .img .pic img{display:block;width:100%;height:1.4rem;object-fit:cover;vertical-align:top;transition: all 1s;}

.box_01 .bottom li:hover .img .pic img{transform: scale(1.05);}

.box_01 .bottom li .txt{width:calc(100% - 0.1rem);height:0.15rem;line-height:0.15rem;margin:0.15rem auto 0 auto;overflow:hidden;}

.box_01 .bottom li .txt .name{width:100%;font-size:0.15rem;color:#333;float:none;text-align:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_01 .bottom li .txt .more{display:none;}








}



















/* animated home */
.animated { -webkit-animation-duration: 1s;  animation-duration: 1s;  -webkit-animation-fill-mode: both;  animation-fill-mode: both }
.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite}
.animated.hinge {  -webkit-animation-duration: 2s; animation-duration: 2s }

@-webkit-keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.animated_1 { animation-delay:0.3s; }
.animated_2 { animation-delay:0.6s; }
.animated_3 { animation-delay:0.9s; }
.animated_4 { animation-delay:1.2s; }
.animated_5 { animation-delay:1.7s; }
.animated_6 { animation-delay:1.8s; }
.animated_7 { animation-delay:2.1s; }
.animated_8 { animation-delay:2.4s; }
.animated_9 { animation-delay:2.7s; }
.animated_10 { animation-delay:3s; }
.animated_11 { animation-delay:3.3s; }
.animated_12 { animation-delay:3.6s; }

/* animated end */




@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
