#index{background: #f4f4f4;}
.banner{width: 100%;height: 100vh;}
.banner .swiper-button-next,.banner .swiper-button-prev{
    height: 60px;
    width: 60px;
    background: url(../images/vbg01.png) 0 0 rgba(0,0,0,.1)!important;
    border-radius: 6px;
    margin-left: 1%;
}
.banner .swiper-button-next {
    background: url(../images/vbg01.png) -45px 0 rgba(0,0,0,.1)!important;

}
.ell{text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.banner .swiper-slide{width: 100%;height: 100vh;}
.banner .video{width: 100%;height: 100%;position: relative;}
.banner .video video{width: 100%;height: 100%;object-fit: cover;}
.banner .video::after{content: "";display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 2;background-color: rgba(0, 0, 0, 0.48);}
.banner .video .play-btn{display: block;width: 54px;height: 54px;position: absolute;bottom: 200px;right: 160px;z-index: 4;background-image: url(../images/06.png);background-size: 100%;background-repeat: no-repeat;}
.banner .video .play-btn.pause{background-image: url(../images/06-1.png);}
.banner .image{width: 100%;height: 100%;position: relative;}
.banner .image img{width: 100%;height: 100%;object-fit: cover;}
.banner .swiper-slide .cont{position: absolute;width: 100%;top:45%;left: 0;z-index: 3;padding-left: 160px;}
.banner .cont .text{width: 59%;color: #fff; margin-bottom: 20px;font-size: 64px;line-height: 79px;font-weight: bold; letter-spacing: 2px;}
.banner .cont .note{width: 59%; margin-bottom:40px;font-size: 27px;line-height: 50px;font-weight: 500;color:#fff;}
.banner .prev-next{width: 324px;height: 50px;display: flex;justify-content: space-between;align-items: center;position: absolute;bottom: 86px;left: 160px;z-index: 5;}
.banner .swiper-pagination{ display: flex; width:50% !important;height: 50px;align-items: center;position: absolute;bottom: 40px !important;z-index: 5; left: 50% !important;}
.banner .swiper-pagination-bullet{opacity:1;background:rgb(255 255 255 / 50%);margin: 0 14px;}
.banner .swiper-pagination-bullet-active{background:#2d3a67}
.banner .prev-next a{display: flex;width: 150px;height: 50px;border: 1px solid #fff;align-items: center;justify-content: center;color: #fff;transition: all 300ms;}
.banner .prev-next a i{font-size: 44px;}
.banner .prev-next a:hover{background-color: #2d3a67;border-color: #2d3a67;}
.banner .more-btn{    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 56px;
    color: #fff;
    background-color: #72c82b;}
.banner .more-btn a{ color: #fff; }
.page-banner{position:relative;min-height: 508px;}

.header_top {
    height: 100px;
}
.idx-mod{width: 100%;display: flex;justify-content: space-between;align-items: flex-end;}
.idx-mod .en{font-size: 30px;line-height: 32px;font-family: "din-b";white-space: nowrap;text-transform: uppercase;}
.idx-mod .cn{font-size:24px;
    line-height:24px;

    text-align: left;white-space: nowrap;}
.idx-mod .cate{width: auto;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;align-items: center;flex-wrap: wrap;justify-content: flex-end;}
.idx-mod .cate a{text-transform:uppercase; font-size: 18px;color: #999;line-height: 18px;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;align-items: center;margin-left: 60px;margin-bottom: 8px;transition: all 300ms;}
.idx-mod .cate a::before{content: "";display: block;width: 12px;height: 2px;background-color: #999;margin-right: 15px;transition: all 300ms;}
.idx-mod .cate a:hover, .idx-mod .cate a.active{color: #2d3a67;}
.idx-mod .cate a:hover::before, .idx-mod .cate a.active::before{background-color: #2d3a67;}
.idx-mod .c-name{font-family: 'din-b';font-size: 120px;line-height: 100px;-webkit-text-fill-color: transparent;-webkit-text-stroke-width: 2px;-webkit-text-stroke-color: #eaeaea;}


.index-prod{padding: 50px 0 0;}
.index-prod .items{ margin-top: 50px; display: block;}
.index-prod .items .item{position: relative; width: 23%; display: inline-block; margin-left:2%; padding-bottom: 20px;}
.index-prod .items .item:nth-of-type(4n+1){margin-left: 0;}
.index-prod .items .item .img{position: relative; width:100%; height: 350px; background: #fff; overflow: hidden; }

.index-prod .swiper-slide .img{position: relative;}
.index-prod .swiper-slide .img img {  width: 100%;  transition: all 300ms;}

.index-prod .swiper-container{
    margin: auto;
    overflow: hidden;}

.index-prod .swiper-slide{
    position: relative;
    width: 400px;
    background: 0 0;
    margin-right: 2%;
    box-sizing: border-box;
    text-align: center; }


.index-prod .swiper-slide .img .cove{  bottom:-9000px;}
.index-prod .swiper-slide .img .cove:before{

    content: '';
    width: 100%;
    height: 0;
    background: rgba(11, 9, 14, .7);
    position: absolute;
    z-index: 1;
    bottom:0px;
    left: 0;
    transition-duration: 1s;
}
.index-prod .swiper-slide a:hover .cove:before{
    height: 100%;
}

.index-prod .swiper-slide .img .cove span{
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    top: 120%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition-duration: 2s;

}
.index-prod .swiper-slide a:hover .cove span{
    top: 50%;
}

.index-prod .swiper-slide a:hover .text .title{ color:#72c82b;  }
.index-prod .swiper-slide a:hover .cove span {opacity: 1}
.index-prod .swiper-button-prev{ left: -40px; }
.index-prod .swiper-button-next{right: -50px;}

.index-prod .swiper-slide .text{margin-top: 20px;margin-bottom: 0;}
.index-prod .swiper-slide .text .model{font-size: 26px;line-height: 26px;}
.index-prod .swiper-slide .text .title{font-size: 24px;  text-align: left;}
.index-prod .items .item:before{content:"";position: absolute;bottom:0; width: 0;height: 5px;background: #72c82b;transition: all 300ms;}
.index-prod .items .item:hover:before{content:"";position: absolute;bottom: 0; width:100%;height: 5px;background: #72c82b;}

.index-prod .swiper-slide .img2 img{
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
}
.index-prod .swiper-slide .img2 img:hover{
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}
.index-prod .more-btn{ display: none; }

.prod{width: 100%;padding: 80px 0 0; padding-top: 30px;}
.prod .main{ display: flex; }
.prod .list-menu{ float: left; width:19%; }
.prod .list-menu .top-title{background:#80cd40; height: 50px; line-height: 50px; }
.prod .list-menu .top-title h3{ color: #fff;     margin-left: 20px;  font-size:24px;
    font-weight: inherit;}
.prod .list-menu .menu_box{width: 100%; border:2px #80cd40 solid;}
.prod .list-menu ul{ margin:15px; }
.prod .list-menu li{ margin-bottom:15px;}
.prod .list-menu li .title{padding-left: 10px; background: #333;}
.prod .list-menu li .title a{color: #fff; display: block; width: 100%; height:36px; line-height:36px; font-size: 15px; font-weight: bold;}
.prod .list-menu li:hover .title{  }
.prod .list-tab-pro{float: right;  min-height: 600px;
}
.prod .list-menu li #suckertree1{margin: auto; background: #e7e8e2;}
.prod .list-menu li ul li{ margin-bottom: 0; }
.prod .list-menu li ul li a{font-size: 14px; padding-left: 10px; display: block; width: 100%; height: 35px; line-height: 35px; }
.prod .list-menu li ul li:hover a{  background: #dedede;}

.prod .items{width:80%;justify-content: space-between;font-size: 0; }

.prod .items .item{float: left;}

.prod .items .item.zindex{z-index: 20;}
.prod .items .item .img{overflow: hidden; width:100%; height: 320px; position: relative;transition: all 300ms; background: #fff; display: table-cell; vertical-align: middle; }
.prod .items .item .img img{width: 300px; position: relative;z-index: 2;filter: gray;transition: all 300ms;}
.prod .items .item .img img{
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
}
.prod .items .item .img img:hover{
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.prod .items .item-2{float: left; width: 29%;  margin-bottom:25px; font-size: 0;position: relative;}

/*.prod .items .item-2:before{content:"";position: absolute; left: 10%; bottom:0; width: 0;height: 5px;background: #72c82b;transition: all 300ms;}
.prod .items .item-2:hover:before{content:"";position: absolute;bottom: 0; width:90%;height: 5px;background: #72c82b;}*/
.prod .items .item-2 .img{ margin-left: 10%; border:1px #F1F1F1F1 solid;}
.prod .items .item-2 .img img{width:100%; }
.prod .items .item-2 .text{  margin-left: 10%; background: #f1f1f1; }
.prod .items .item-2 .text .title{font-size: 20px;
    color: #383636; height: 50px; line-height: 50px;
    margin: 0 20px;
    display: block;
    text-align: left;
    /* border-bottom: 1px #757575 solid;*/

    padding-left: 0;
}
.prod .items .item-2 .text .model{
    height: 90px; display: none;
    padding: 20px;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    letter-spacing:1px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;

    -webkit-box-orient: vertical;
}
.prod .items .item-2 .text .view {display: none; position: relative;  height: 45px; line-height: 45px; color: #333; font-size: 14px; margin: 0 20px; }
.prod .items .item-2 .text .view span{ float: right;  }
.prod .items .item-2 .text .view i{    font-size: 12px;
    padding: 4px; border-radius: 15px; border:1px #757575 solid;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;  position: absolute;
    right: 0px;
    bottom: 11px; }
.prod a:hover i{ color: #80cd40; border:1px #80cd40 solid;}

.mobile-product{ display: none; }

.cla{width: 100%;padding:30px 0;}
@-webkit-keyframes round{0%{-webkit-transform: rotate(0deg);}
    25%{-webkit-transform: rotate(90deg);}
    50%{-webkit-transform: rotate(180deg);}
    75%{-webkit-transform: rotate(270deg);}
    100%{-webkit-transform: rotate(360deg);}}
@keyframes round{0%{-webkit-transform: rotate(0deg);}
    25%{-webkit-transform: rotate(90deg);}
    50%{-webkit-transform: rotate(180deg);}
    75%{-webkit-transform: rotate(270deg);}
    100%{-webkit-transform: rotate(360deg);}}
.prod .items .item .img i.play{display: block;width: 54px;height: 54px;position: absolute;top: 50%;left: 50%;z-index: 3;transform: translate3d(-50%, -50%, 0);transition: all 300ms;background-size: 100%;background-repeat: no-repeat;cursor: pointer;}
.prod .items .item .img i.play:after{content: "";display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);transition: all 1000ms;background-color: #fff;width: 0;height: 0;border-radius: 50%;}
.prod .items .item .img i.play.open:after{width: 200vw;height: 200vw;z-index: 20;}
.prod .items .item .text{text-align: center;margin-top: 20px;margin-bottom: 0;}
.prod .items .item .text .model{font-size: 40px;line-height: 40px;font-family: "din-b";}
.prod .items .item .text .title{font-size:20px;}
.prod .items .item .text .more{display: -webkit-inline-flex;display: -ms-inline-flexbox;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;align-items: center;color: #999;margin-top: 10px;transition: all 300ms;}
.prod .items .item .text .more span{font-size: 14px;}
.prod .items .item .text .more i{font-size: 17px;margin-left: 15px;}
.prod .items .item .text .more:hover{color: #2d3a67;}
.prod .items .item:hover .img{width: 100%;margin: 0 auto;}
.prod .items .item:hover .img img{-webkit-filter: grayscale(0);filter: grayscale(0);filter: unset;}
.prod .items .item:hover .img::before{background-image: url(../images/04.png);}
.prod .items .item:hover .img i.play{background-image: url(../images/08.png);}
.prod .items .item:hover .text{opacity: 1;}
.prod .more-btn{margin: 50px auto 0;}

.solu{width: 100%;padding: 70px 0 0;margin-top:0px;background: #f7f7f7;}
.solu .title{ font-size: 30px; text-align: center; border-bottom: 5px solid #8fca40; margin-bottom: 40px;}
.solu .title h3{ font-size:26px; font-weight: inherit; margin-bottom: 20px; }
.solu .title span{ width: 100px;  display: block; margin: auto;padding-top: 50px;}
.solu  .main{ background: #fff; }
.solu .title i{font-size: 50px; margin-top: -100px;
    line-height: 90px;
    color: #72c82b;
    background: #fff;
    display: block;
    height: 90px;
    width: 90px;
    border-radius: 110px; }
.solu li{ padding-bottom: 30px;}
.solu li .lb{ float: left; width: 48%; }
.solu li .rb{float: right;  width: 48%;}
.solu li span{ display: block; }
.solu li .txt{color: #8fca40; font-size: 24px; text-align: center; margin-top:20px;    margin-left: 30px; }
.solu li .img{  }
.solu li .img img{ width: 100%;}
.solu li .lb .img{ text-align: left; margin-left: 20px; }
.solu li .rb .img{ text-align: right; margin-right: 20px; }



.solu .swiper .m-img1{display: none;}
.fixed-video{display: none;position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 12;background-color: #fff;}
.fixed-video video{width: 100%;height: 100%;object-fit: contain;background-color: #000;}
.fixed-video i.close{display: block;cursor: pointer;position: fixed;top: 30px;right: 30px;z-index: 13;font-size: 20px;line-height: 20px;color: #fff;transition: all 300ms;border: 1px solid #fff;border-radius: 50%;padding: 10px;}
.fixed-video i.close:hover{color: #fff;transform: rotate(-90deg);}
.indu{  padding:0; margin-bottom: 100px;}
.indu .main{margin-right: 0;}
.indu .items{width: 100%;padding-right: 160px; display: flex;justify-content: space-between;position: relative;z-index: 2}
.indu .items .item{ width:31%; height: 560px; background: #fff;}
.indu .items .item .img{width: 100px;height: 100px;border-radius: 50%;padding: 10px;position: relative;margin: 0 auto;position: relative;top: -50px;transition: all 300ms; text-align: center;}

.indu .items .item .img i{ font-size:50px; line-height: 90px;  color: #72c82b; background:#fff; display: block; height: 90px; width: 90px;  border-radius: 110px; }

.indu .items .item .img .icon{display: block;width: 100%;height: 100%;border-radius: 50%;transition: all 300ms;position: relative;z-index: 2;font-size: 50px;line-height: 120px;text-align: center;}
.indu .items .item .img::after{content: "";display: block;width: 100%;height: 100%;background-size: 100%;background-repeat: no-repeat;transition: all 300ms;position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 1;animation: round 3s linear infinite;}
@-webkit-keyframes round{0%{-webkit-transform: rotate(0deg);}
    25%{-webkit-transform: rotate(90deg);}
    50%{-webkit-transform: rotate(180deg);}
    75%{-webkit-transform: rotate(270deg);}
    100%{-webkit-transform: rotate(360deg);}}
@keyframes round{0%{-webkit-transform: rotate(0deg);}
    25%{-webkit-transform: rotate(90deg);}
    50%{-webkit-transform: rotate(180deg);}
    75%{-webkit-transform: rotate(270deg);}
    100%{-webkit-transform: rotate(360deg);}}
.indu .items .item .text{text-align: center;position: relative;top: -30px;transition: all 300ms;}
.indu .items .item .text .cn{font-size: 24px;}
.indu .items .item .text .en{margin: 0 40px; margin-top: 20px; margin-bottom: 20px; font-size: 18px;line-height: 21px;color: #999;text-transform: uppercase; border-bottom: 2px #72c82b solid;}
.indu .items .item .text .tc{margin: 0 40px; height: 90px;  color: #595858;    line-height: 32px;
    font-size: 16px; overflow: hidden;
text-overflow: ellipsis; 
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
margin-top: 20px;}

.indu .items .item .btn{ margin-top:10px; }
.indu .items .item .btn a{ display: block; margin: auto;    width: 120px;
    height:40px; line-height: 40px; text-align: center;
    color: #fff;
    background-color: #72c82b;}
.indu .items .item .bot-img{margin-top:50px; overflow: hidden;}
.indu .items .item .bot-img img{
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
}
.indu .items .item .bot-img img:hover{
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

.indu .items .item:hover .img{bottom: 0;}
.indu .items .item:hover .img .icon{background-color: #2d3a67;color: #fff;}
.indu .items .item:hover .img::after{background-image: url(../images/12.png);}
.indu .items .item:hover .text{}

.indu .items .item .text1{ color: #fff;    height: 50px;
    line-height: 50px;
    text-align: center;
}
.indu .items .item .bot-img1{ overflow: hidden;}
.indu .items .item .bot-img1 img{
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
}
.indu .items .item .bot-img1 img:hover{
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}

/*==========================================*/
.pinpai{padding:20px 0; }
.pinpai .main{}
.pinpai .main .title .cn{display: none; font-size: 36px; line-height: 36px; margin-bottom: 20px; text-align: center; color: #215390;}
.pinpai .main .title .en{margin-top: 10px;font-size: 14px;line-height: 21px;}
.pinpai .pp_desc{ width: 1320px; margin: auto; margin-bottom: 40px; line-height: 32px; text-align: center; }
.pinpai .pp_desc span{ display: block; }
.pinpai .pp_desc .leftimg{ float: left; height: 100px;  width: 22%;  text-align: left; }
.pinpai .pp_desc .leftimg img{ vertical-align: middle; margin-top: 15px; }
.pinpai .pp_desc .rtxt{ float: right;  width: 78%; font-size: 16px; text-align: left; line-height: 24px; color: #797978; letter-spacing: 1px; text-indent:.4rem;}
.pinpai .img{ background: #fff; text-align: center; }
.pinpai .black{  margin-top:0px; }

/*==========================================================*/

#service{background: url(../images/service_bg.jpg) no-repeat; background-size: 100% 100%;}
#service h3{  padding-top: 60px; padding-bottom: 40px;
    display: block; font-size:24px; font-weight: inherit; text-align: left;  }
#service .zlqd_box{  height: 350px; margin: auto; }
#service .pp_desc{ float: left; width: 48%; height: 120px; margin-bottom:40px; margin-left: 1%; margin-right: 1%; }
#service .pp_desc .p1{ margin-bottom:12px; }
#service .pp_desc .p2{font-size: 15px;}
#service .pp_desc p{ line-height:25px; }
#service .pp_desc img{width: 85px;}
#service .pp_desc .leftimg{float: left;}
#service .pp_desc .rtxt{ float: right; width: 75%; margin-right: 40px; }

#service .pp_desc .ltxt{float: left; width: 75%; }
#service .pp_desc .ltxt .p1{text-align: right;}
#service .pp_desc .ltxt .p2{text-align: left;}
#service .pp_desc .rimg{ float: right; margin-right: 40px;}

/*=======================================================*/

@media screen and (max-width: 1366px){
    #service .pp_desc .rtxt{ width: 70%; }
    #service .pp_desc .ltxt{ width: 70%; }
}
@media screen and (min-width: 1400px) {
    #service .pp_desc .rtxt{ width: 80%; }
    #service .pp_desc .ltxt{ width: 80%; }
}


.history{padding: 90px 0 90px;background: #f5f5f5;}

.history{padding: 50px 0;}
.history .main{}
.history .main .title .cn{font-size: 24px !important; line-height: 36px; margin-bottom: 20px; text-align: left;}
.history .main .title .en{margin-top: 10px;font-size: 14px;line-height: 21px;}

.history .main{}
.history .idx-mod{width: 100%;text-align:center;display: block;}
.history .items{width: 100%;padding-right: 160px;margin-top: 60px;display: flex;justify-content: space-between;}
.history .items .item{max-width: 260px;}
.history .items .item .text{text-align: center;position: relative;top: -10px;transition: all 300ms;}
.history .main .item .title .cn{font-size:36px;}
.history .main .item .title .en{margin-top: 10px;font-size: 18px;line-height: 21px;color: #999;text-transform: uppercase;}
.history .items .item:hover .img{bottom: 0;}
.history .items .item:hover .img .icon{background-color: #2d3a67;color: #fff;}
.history .items .item:hover .img::after{background-image: url(/Templates/public/images/12.png);}
.history .items .item:hover .text{top: 10px;}
.history .items .dots{display: -webkit-inline-flex;display: -ms-inline-flexbox;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;width: 64px;height: 6px;justify-content: space-between;margin-top: 100px;}
.history .items .dots i{display: block;width: 6px;height: 6px;border-radius: 50%;background-color: #ccc;}

.history .idx-mod .hm{ width: 100%; height:100px; margin-bottom: 6px; background: #fff; }
.history .idx-mod .hm .left_year{ float: left; font-size:32px; line-height: 100px; height: 100px; margin-left: 30px; font-family: 'din-b'; }
.history .idx-mod .hm  .right_desc{float: left; width:80%; margin-left:30px;  margin-top: 35px; font-size: 20px; text-align: left;}
.history .idx-mod .hm img{ width: 80px; }

.culture_block .right_desc{ height: 150px;width: 80%;  text-align: left;
}
.culture_block .idx-mod .hm{ background:#f5f5f5 !important;min-height: 180px}
.culture_block p{ line-height: 30px; }
.culture_block .p1{float: left;line-height: 80px; font-size: 24px; font-weight: bold;  }
.culture_block .p2{float: left; margin-left: 10px;     line-height: 80px; font-size: 20px;}
.culture_block .p3{ font-weight: bold; }
.about{}
.about_img{ width: 100%; }
.about .bg_img{    background-image: url(../images/index_about1.jpg);
    background-position: center;  background-size: cover; color: #fff;  height: 470px;}
.about .bg_data{background: #72c82b;}
.about .main{justify-content: space-between;align-items: flex-start;}
.about .main .left_img{ float: left; width: 40%; }
.about .main .texts{ float: right; width:55%; margin: auto;text-align: left; line-height: 32px;}
#index .about .main .texts{ padding-top: 100px; float: none; width:80%; margin: auto;text-align: left; line-height: 32px;}

.about .main .texts .desc p{line-height: 36px; letter-spacing: 0.5px; text-indent:2em; }
.about .main .texts .en{font-size: 42px;line-height: 42px;font-family: "din-b";white-space: nowrap;text-transform: uppercase;}
.about .main .texts .cn{font-size: 36px;line-height: 36px;font-weight: 400;margin-top: 10px;white-space: nowrap; letter-spacing: 2px;}
.about .main .texts .slogen{font-size: 24px;line-height: 40px;margin-top: 30px;}
.about .main .texts .desc{    width: 100%;
    margin: auto; font-size: 16px;
    line-height: 30px;
    margin-top: 16px;
    letter-spacing: .5px;}
.about .main .nums{width:100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.about .main .nums .item{width:20%;margin-bottom: 60px; margin-top: 60px;}
.about .main .nums .item .num{color: #fff; text-align: center; font-size: 18px;margin-left: 6px;}
.about .main .nums .item .num span{font-size: 50px;line-height:50px;font-family: 'din-b';}
.about .main .nums .item .desc{ color: #fff; text-align: center; font-size:20px;padding-left: 4px; margin-top: 8px;}
.about .main .more-btn{ margin:auto; margin-top: 50px;}
.about .main .more-btn a {
    display: block;
    margin: auto;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #72c82b;
}

#about .about .main .nums .item .num{color: #5470b1;}
#about .about .main .nums .item .desc{ color: #333;}
#about .indu{padding-top:40px;background: #f0f0f0;}
#about .indu .items .item{ height: auto !important; }
#about .tt_desc{padding-top: 40px;}
#about .tt_desc .pt{margin-bottom: 70px;  }
#about .tt_desc .pt ul{  }
#about .tt_desc .pt li{ float: left; overflow: hidden;}
#about .tt_desc .pt li img{ width: 100%; height: 100%; }
#about .tt_desc .pt .sul{ display: block; height: 400px;}
#about .tt_desc .pt .bm{ width: 24.2%; }
#about .tt_desc .pt .be{ width: 12px; border:1px #f0f0f0 solid; }

#about .indu .tt_desc .pt li img{
    -webkit-transition: .4s ease all;
    -moz-transition: .4s ease all;
    -o-transition: .4s ease all;
    transition: .4s ease all;
}
#about .indu .tt_desc .pt li img:hover{
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}


#about .tt_desc .pt .sp1{ display: block; font-size:27px; text-align: center; color: #215390; margin-bottom: 20px;  }
#about .tt_desc .pt .sp2{ display: block; font-size:20px; text-align: left; }


.single-page-about .main .jcbetween{width: 100%; text-align: center; }
.single-page-about .main .jcbetween h3{ display: block; font-size:24px; font-weight: inherit; text-align: left;  margin-bottom:20px; }
.single-page-about .main .jcbetween .pp_desc{ text-align: left; margin-bottom:30px; }
.single-page-about .main .texts{width: 60%;max-width: 570px;}
.single-page-about .main .texts .en{font-size: 50px;line-height: 50px;font-family: "din-b";white-space: nowrap;text-transform: uppercase;}
.single-page-about .main .texts .cn{font-size: 36px;line-height: 36px;font-weight: 600;margin-top: 10px;white-space: nowrap;}
.single-page-about .main .texts .slogen{font-size: 24px;line-height: 40px;margin-top: 30px;}
.single-page-about .main .texts .desc{font-size: 14px;line-height: 26px;margin-top: 16px;}
.single-page-about .main .nums{width: 37%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.single-page-about .main .nums .item{width: 50%;margin-bottom: 60px;}
.single-page-about .main .nums .item .num{font-size: 18px;margin-left: 6px;}
.single-page-about .main .nums .item .num span{font-size: 96px;line-height: 96px;font-family: 'din-b';}
.single-page-about .main .nums .item .desc{font-size: 18px;padding-left: 4px;}
.single-page-about .main .more-btn{margin-top: 120px;}

.single-page-about .main .jcbetween .pp_img{ display: flex; }
.single-page-about .main .jcbetween .pp_img img{ display: flex; flex-wrap: wrap; margin: 0 10px; width:24%; }

.contact_us {
    padding: 100px 0 !important;
}

.news{width: 100%;padding: 90px 0 110px;}
.news .items{width: 100%;margin-top: 0px;display: flex;display: none;}
.news .items:first-child{display: block;}
.news .item{display: inline-block;width: 30%;margin-bottom: 30px;margin-left: 4.1%;}
.news .item:nth-of-type(3n+1){margin-left: 0;}
.news .item .img{width: 100%;overflow: hidden;}
.news .item .img img{width: 100%; height:300px; transition: all 300ms;}
.news .item .text{width: 100%;}
.news .item .text .date{width: 100%;height: 76px;line-height: 76px;font-size: 24px;font-family: 'din-b';}
.news .item .text .title{font-size: 20px;line-height: 20px;font-weight: 600;}
.news .item .text .desc{font-size: 14px;line-height: 24px;color: #666;margin-top: 10px;}
.news .item .text .more-btn{margin-top: 30px;background-color: transparent;color: #999;width: 116px;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;transition: all 300ms;}
.news .item:hover .img img{transform: scale(1.1);}
.news .item:hover .text .more-btn{width: 160px;background-color: #2d3a67;color: #fff;}

.news .title{ margin-bottom:20px; text-align: left; }
.news .title .cn{ font-size:24px; font-weight: bold; line-height: 30px; }
.news .swiper-slide{
    position: relative;
    background: 0 0;
    box-sizing: border-box;
    text-align: center; }

.news .swiper-slide a{
    width: 100%;
    display: block;
    float: left;
    position: relative;
}


.news .swiper-slide .text{text-align: left; margin-top: 20px;}
.news .swiper-slide .text .date{ margin-bottom: 5px; }

.news .swiper-slide .img img{ width: 100%; height: 260px; }
.news .more-btn{ margin: auto; margin-top: 20px; background:#72c82b;  }
.news .more-btn a{ color: #fff; }

.imgs{width: 100%;padding: 90px 0 110px;background: #ededed;}
.imgs .items{width: 100%;margin-top: 50px;/* display: flex; */}
.imgs .item{display: inline-block;width: 23.9%;margin-left: 1%;}
.imgs .item:nth-of-type(4n+1){margin-left: 0;}
.imgs .item .img{width: 100%;overflow: hidden;}
.imgs .item .img img{width: 100%;transition: all 300ms;}
.imgs .item .text{width: 100%;text-align: center;margin: 20px auto;}
.imgs .item .text .date{width: 100%;height: 76px;line-height: 76px;font-size: 24px;font-family: 'din-b';}
.imgs .item .text .title{font-size: 16px;line-height: 20px;}
.imgs .item .text .desc{font-size: 14px;line-height: 24px;color: #666;margin-top: 10px;}
.imgs .item .text .more-btn{margin-top: 30px;background-color: transparent;color: #999;width: 116px;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;transition: all 300ms;}
.imgs .item:hover .img img{transform: scale(1.1);}
.imgs .item:hover .text .more-btn{width: 160px;background-color: #2d3a67;color: #fff;}

.column_3{width: 100%;padding: 90px 0 110px;}
.column_3 .items{width: 100%;margin-top: 50px;display: flex;}
.column_3 .item{display: block;width: 30.6%;margin-left: 4.1%;}
.column_3 .item:nth-of-type(3n+1){margin-left: 0;}
.column_3 .item .img{width: 100%;overflow: hidden;}
.column_3 .item .img img{width: 100%;transition: all 300ms;}
.column_3 .item .text{width: 100%;}
.column_3 .item .text .date{width: 100%;height: 76px;line-height: 76px;font-size: 24px;font-family: 'din-b';}
.column_3 .item .text .title{font-size: 20px;line-height: 20px;font-weight: 600;margin-top: 30px;}
.column_3 .item .text .desc{font-size: 14px;line-height: 24px;color: #666;margin-top: 10px;}
.column_3 .item .text .more-btn{margin-top: 10px;background-color: transparent;color: #999;width: 116px;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;transition: all 300ms;}
.column_3 .item:hover .img img{transform: scale(1.1);}
.column_3 .item:hover .text .more-btn{width: 160px;background-color: #2d3a67;color: #fff;}

.more-btn{display: flex;align-items: center;justify-content: center;width: 160px;height: 56px;color: #fff;background-color: #72c82b;}
.more-btn span{font-size: 14px;}
.more-btn i{font-size: 17px;margin-left: 15px;transition: margin 300ms;}
.more-btn:hover i{margin-left: 20px;}
.breadcrumb{background: rgb(0 0 0 / 60%);position: absolute;bottom: 0;width: 100%;line-height: 80px;color: #fff;}
.breadcrumb:before{display:block;line-height: 80px;content:"\f015";float:left;background-color:#2d3a67;width: 160px;text-align:center;font-family: FontAwesome;font-size: 20px;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.breadcrumb .main {justify-content: left;}
.breadcrumb ul li,.breadcrumb ul li a{color:#9a9a9a;display: inline-block;margin-left: 15px;}
.breadcrumb ul li:after{content:">";margin-left:20px;color: #525252;}
.breadcrumb ul li:last-child:after{display:none;}
@media screen and (max-width: 1600px){

    .header_top{ height: 100px; }
    .banner .video .play-btn{width: 40px;height: 40px;bottom: 120px;right: 90px;}
    .banner .swiper-slide .cont{width: 100%;left: 0;padding-left: 90px;}
    .banner .cont .text{width: 59%;font-size: 40px;line-height: 50px;font-weight: 500;}
    .banner .cont .note{width: 59%;font-size: 24px;line-height: 50px;font-weight: 500;}
    .banner .prev-next{width: 324px;height: 50px;bottom: 60px;left: 90px;}
    .banner .swiper-pagination{width: 324px;height: 50px;bottom: 60px;left: 90px;}
    .banner .prev-next a{width: 150px;height: 50px;}
    .banner .prev-next a i{font-size: 44px;}
    .breadcrumb:before{width:90px}
    .idx-mod .en{line-height: 40px;}
    .idx-mod .cn{line-height: 30px;margin-top: 10px;}
    .idx-mod .cate a{font-size: 16px;line-height: 16px;margin-left: 40px;margin-bottom: 8px;}
    .idx-mod .cate a::before{width: 12px;height: 2px;margin-right: 15px;}
    .idx-mod .c-name{font-size: 80px;line-height: 70px;}


    .index-prod{padding: 50px 0 0;}
    .index-prod .items{margin-top: 50px; display: block;}
    .index-prod .items .item{width: 23%; display: inline-block; margin-left:2%;}
    .index-prod .items .item:nth-of-type(4n+1){margin-left: 0;}
    .index-prod .items .item .img{width:100%; height: 350px;}
    .index-prod .items .item .img img {  width: 100%; height: 320px;  transition: all 300ms;}
    .index-prod .items .item .text{margin-top: 20px;margin-bottom: 0;}
    .index-prod .items .item .text .model{font-size: 26px;line-height: 26px;}
    .index-prod .items .item .text .title{font-size: 22px;}


    .prod{padding: 70px 0 0;}
    .prod .items{width: 1160px;}
    .prod .list-menu{width:20%;}
    .prod .list-menu .menu_box{width:100%;}
    .prod .items .item-2{ margin-left: 32px; }
    .prod .items .item-2 .img { }
    .prod .items .item-2 .img{  height:auto;}

    .prod .items .item .text{margin-top: 20px;margin-bottom: 0;}
    .prod .items .item .text .model{font-size: 34px;line-height: 34px;}
    .prod .items .item .text .title{font-size: 20px;}
    .prod .items .item .text .more{margin-top: 10px;}
    .prod .items .item .text .more span{font-size: 14px;}
    .prod .items .item .text .more i{font-size: 17px;margin-left: 15px;}
    .prod .more-btn{margin: 60px auto 0;}
    .cla{padding: 30px 0;}
    .solu{padding: 60px 0 0;margin-top: 40px;}
    .solu .swiper{margin-top: 60px;padding-right: 90px;}
    .solu .swiper .thumb{width: calc(100% - 420px);}
    .solu .swiper .thumb .swiper-slide{height: 750px;}
    .solu .swiper .thumb .pagi{bottom: 40px;right: 60px;font-size: 30px;}
    .solu .swiper .thumb .pagi span{font-size: 70px;line-height: 70px;}
    .solu .swiper .text{width: 420px;}
    .solu .swiper .text::before{width: 280px;height: 100%;}
    .solu .swiper .text .swiper-container{width: 100%;height: 100%;}
    .solu .swiper .text .swiper-container .swiper-slide{padding-left: 40px;}
    .solu .swiper .text .en{font-size: 24px;line-height: 32px;}
    .solu .swiper .text .cn{font-size: 26px;margin-top: 10px;}
    .solu .swiper .text .desc{font-size: 15px;line-height: 26px;margin-top: 20px;}
    .solu .swiper .text .more-btn{margin-top: 60px;}
    .fixed-video i.close{top: 30px;right: 30px;font-size: 20px;line-height: 20px;padding: 10px;}

    .contact_us{padding:100px 0 !important;}

    .indu{padding:0;}
    .indu .main{margin-right: 0;}
    .indu .items{padding-right: 90px;}
    .indu .items .item{}
    .indu .items .item .img{width: 100px;height: 100px;padding: 10px;margin: 0 auto;bottom: -10px;}
    .indu .items .item .img .icon{font-size: 40px;line-height: 100px;}
    .indu .items .item .text{top: -40px;}
    .indu .items .item .text .cn{font-size: 22px;}
    .indu .items .item .text .en{font-size: 14px;line-height: 21px;}
    .indu .items .item:hover .img{bottom: 0;}
    .indu .items .item:hover .text{}
    .indu .items .dots{width: 64px;height: 6px;margin-top: 100px;}
    .indu .items .dots i{width: 6px;height: 6px;}






    .pinpai{padding: 50px 0;}
    .pinpai .main{}
    .pinpai .title{ display: none; }
    .pinpai .main .title .cn{font-size: 24px; font-weight: bold; margin-bottom: 20px; text-align: left; color: #215390;}
    .pinpai .main .title .en{margin-top: 10px;font-size: 14px;line-height: 21px;}
    .pinpai .pp_desc{ text-align: center; margin-top:0px; margin-bottom: 40px; line-height: 32px; }
    .pinpai .img{ background: #fff; text-align: center; }
    .pinpai .img img{ width: 80%; }

    .history{padding: 60px 0;}
    .history .idx-mod{padding-right: 0;}
    .history .main{}
    .history .main .title .cn{font-size: 24px;}
    .history .main .title .en{margin-top: 10px;font-size: 14px;line-height: 21px;}
    .history .items{padding-right: 90px;margin-top: 60px;}
    .history .items .item{max-width: 260px;}
    .history .items .item .img{width: 120px;height: 120px;padding: 10px;margin: 0 auto;bottom: -10px;}
    .history .items .item .img .icon{font-size: 40px;line-height: 100px;}
    .history .items .item .text{top: -10px;}

    .history .items .item:hover .img{bottom: 0;}
    .history .items .item:hover .text{top: 10px;}
    .history .items .dots{width: 64px;height: 6px;margin-top: 100px;}
    .history .items .dots i{width: 6px;height: 6px;}
    .about{}
    .about .main .texts{  margin: auto; margin-top: 40px;}
    .about .main .texts .en{font-size: 40px;line-height: 40px;}
    .about .main .texts .cn{font-size: 36px;line-height: 30px;margin-top: 10px;}
    .about .main .texts .slogen{font-size: 20px;line-height: 34px;margin-top: 30px;}
    .about .main .texts .desc{font-size: 16px;
        line-height: 30px;
        margin-top: 16px;
        letter-spacing: .5px;}
    .about .main .nums{width:100%;}
    .about .main .nums .item{width: 20%;margin-bottom: 60px;}
    .about .main .nums .item .num{font-size: 16px;margin-left: 6px;}
    .about .main .nums .item .num span{font-size:50px;line-height: 50px;}
    .about .main .nums .item .desc{padding-left: 4px;}
    .about .main .more-btn{margin-top: 70px;}
    .about .main .more-btn{background: none;  margin: auto;  margin-top: 40px;  width: 200px;}
    .about .main .more-btn a {
        display: block;
        margin: auto;
        width: 150px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        background-color: #72c82b;
    }





    .single-page-about .main .texts{width:30%;max-width: 370px;}
    .single-page-about .main .texts .en{font-size: 40px;line-height: 40px;}
    .single-page-about .main .texts .cn{font-size: 30px;line-height: 30px;margin-top: 10px;}
    .single-page-about .main .texts .slogen{font-size: 20px;line-height: 34px;margin-top: 30px;}
    .single-page-about .main .texts .desc{font-size: 14px;line-height: 26px;margin-top: 16px;}
    .single-page-about .main .nums{width: 37%;}
    .single-page-about .main .nums .item{width: 50%;margin-bottom: 60px;}
    .single-page-about .main .nums .item .num{font-size: 16px;margin-left: 6px;}
    .single-page-about .main .nums .item .num span{font-size: 70px;line-height: 70px;}
    .single-page-about .main .nums .item .desc{font-size: 14px;padding-left: 4px;}
    .single-page-about .main .more-btn{margin-top: 70px;}

    .news .swiper-container{ width: 1300px; margin: auto; }
    .news{width: 100%;padding: 80px 0;}
    .news .items{margin-top: 50px;}
    .news .item{width: 30%;margin-left: 4.1%;}
    .news .item:nth-of-type(3n+1){margin-left: 0;}
    .news .item .text .date{height: 76px;line-height: 76px;font-size: 24px;}
    .news .item .text .title{font-size: 20px;line-height: 20px;}
    .news .item .text .desc{font-size: 14px;line-height: 24px;margin-top: 10px;}
    .news .item .text .more-btn{margin-top: 30px;width: 116px;}
    .news .item:hover .text .more-btn{width: 160px;}
    .imgs{width: 100%;padding: 30px 0;}
    .imgs .items{margin-top: 10px;}
    .imgs .item{width: 23.8%;margin-left: 1%;}
    .imgs .item:nth-of-type(4n+1){margin-left: 0;}
    .imgs .item .text .date{height: 76px;line-height: 76px;font-size: 24px;}
    .imgs .item .text .title{font-size: 20px;line-height: 20px;}
    .imgs .item .text .desc{font-size: 14px;line-height: 24px;margin-top: 10px;}
    .imgs .item .text .more-btn{margin-top: 30px;width: 116px;}
    .imgs .item:hover .text .more-btn{width: 160px;}

    .column_3{width: 100%;padding: 60px 0;}
    .column_3 .items{margin-top: 50px;}
    .column_3 .item{width: 30.6%;margin-left: 4.1%;}
    .column_3 .item:nth-of-type(3n+1){margin-left: 0;}
    .column_3 .item .text .date{height: 76px;line-height: 76px;font-size: 24px;}
    .column_3 .item .text .title{font-size: 20px;line-height: 20px;}
    .column_3 .item .text .desc{font-size: 14px;line-height: 24px;margin-top: 10px;}
    .column_3 .item .text .more-btn{margin-top: 30px;width: 116px;}
    .column_3 .item:hover .text .more-btn{width: 160px;}
    .after{padding: 60px 0;}
    .after .mod .en{font-size: 40px;line-height: 40px;}
    .after .mod .cn{font-size: 30px;line-height: 30px;margin-top: 10px;}
    .after .item{margin-left: 100px;}
    .after .item .img{font-size: 40px;line-height: 40px;}
    .after .item p{font-size: 16px;line-height: 16px;margin-top: 15px;}
    .after .item .arrow{font-size: 16px;line-height: 16px;margin-top: 15px;}
    .after .item:hover .arrow{margin-left: 5px;}
    .more-btn{display: flex;align-items: center;justify-content: center;width: 160px;height: 56px;color: #fff;background-color: #2d3a67;}
    .more-btn span{font-size: 14px;}
    .more-btn i{font-size: 17px;margin-left: 15px;transition: margin 300ms;}
    .more-btn:hover i{margin-left: 20px;}}

@media screen and (max-width: 1366px){

    .banner .video .play-btn{width: 40px;height: 40px;bottom: 80px;right: 60px;}
    .header_top{ height: 100px; }
    .banner .cont{bottom: 90px;left: 0;padding-left:80px;}
    .banner .cont .text{width: 59%;font-size: 32px;line-height: 42px;}
    .banner .prev-next{width: 260px;height: 40px;bottom: 30px;left: 60px;}
    .banner .swiper-pagination{display: flex; width: 260px;height: 40px;bottom: 30px;left: 60px;}
    .banner .prev-next a{width: 120px;height: 40px;}
    .banner .prev-next a i{font-size: 30px;}
    .idx-mod .en{line-height: 32px;}
    .idx-mod .cn{line-height: 24px;margin-top: 10px;}
    .idx-mod .cate a{font-size:18px;line-height: 16px;margin-left: 30px;margin-bottom: 8px;}
    .idx-mod .cate a::before{width: 12px;height: 2px;margin-right: 15px;}
    .idx-mod .c-name{font-size: 80px;line-height: 70px;}


    .prod{padding: 50px 0 0;}
    .prod .list-menu { width: 20%;}
    .prod .items{width: 80%;}
    .prod .items .item{}
    .prod .items .item-2{ margin-left: 0; }
    .prod .items .item-2 .img { height: auto;}
    .prod .items .item-2 .img img{width: 100%;    height: 100%;}
    .prod .items .item-2 .text{ margin-bottom: 0;}
    .prod .items .item-2 .text .model{    padding: 20px;
        padding-top: 10px;
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 0;}
    .prod .items .item-2 .text .title{font-size: 18px;}
    .prod .items .item .text .more{margin-top: 10px;}
    .prod .items .item .text .more span{font-size: 14px;}
    .prod .items .item .text .more i{font-size: 17px;margin-left: 15px;}
    .prod .more-btn{margin: 60px auto 0;}
    .cla{padding: 30px 0;}

    .solu{padding: 50px 0 0;margin-top: 0px; padding-top: 80px;}
    .solu .swiper{margin-top: 50px;padding-right: 60px;}
    .solu .swiper .thumb{width: calc(100% - 420px);}
    .solu .swiper .thumb .swiper-slide{height: 500px;}
    .solu .swiper .thumb .pagi{bottom: 40px;right: 60px;font-size: 30px;}
    .solu .swiper .thumb .pagi span{font-size: 70px;line-height: 70px;}
    .solu .swiper .text{width: 420px;}
    .solu .swiper .text::before{width: 280px;height: 100%;}
    .solu .swiper .text .swiper-container{width: 100%;height: 100%;}
    .solu .swiper .text .swiper-container .swiper-slide{padding-left: 40px;}
    .solu .swiper .text .en{font-size: 24px;line-height: 32px;}
    .solu .swiper .text .cn{font-size: 26px;margin-top: 10px;}
    .solu .swiper .text .desc{font-size: 15px;line-height: 26px;margin-top: 20px;}
    .solu .swiper .text .more-btn{margin-top: 60px;}
    .fixed-video i.close{top: 30px;right: 30px;font-size: 20px;line-height: 20px;padding: 10px;}




    .contact_us{padding:100px 0 !important;}
    #about .indu .main{ margin: auto; margin-left: 60px;
        margin-right: 60px;
    }
    #about .tt_desc .pt .sul{ display: block; height: 330px;}

    .indu{padding:0;}
    .indu .main{margin-right: 0;}
    .indu .items{padding-right: 60px;}
    .indu .items .item{}
    .indu .items .item .img{width: 110px;height: 110px;padding: 10px;margin: 0 auto;bottom: -10px;}
    .indu .items .item .img .icon{font-size: 40px;line-height: 100px;}
    .indu .items .item .text{top: -40px;}
    .indu .items .item .text .cn{}
    .indu .items .item .text .en{margin-top: 10px;font-size: 14px;line-height: 21px;}
    .indu .items .item:hover .img{bottom: 0;}
    .indu .items .item:hover .text{}
    .indu .items .dots{width: 64px;height: 6px;margin-top: 100px;}
    .indu .items .dots i{width: 6px;height: 6px;}



    .pinpai{padding: 10px 0;}
    .pinpai .title{ display: none; }
    .pinpai .main{}
    .pinpai .main .title .cn{font-size: 24px; font-weight: bold; line-height: 36px; margin-bottom: 20px; text-align: left;}
    .pinpai .main .title .en{margin-top: 10px;font-size: 14px;line-height: 21px;}
    .pinpai .pp_desc{ margin-top: 0px; margin-bottom: 40px; line-height: 32px; text-align: center; }
    .pinpai .img{ background: #fff; text-align: center; }
    .pinpai .img img{ width: 80%; }

    .history{padding: 50px 0;}
    .history .main{}
    .history .main .title .cn{ line-height: 24px; margin-bottom: 20px; text-align: left;}
    .history .main .title .en{margin-top: 10px;font-size: 14px;line-height: 21px;}
    .history .items{padding-right: 60px;margin-top: 50px;}
    .history .items .item{max-width: 260px;}
    .history .items .item .img{width: 120px;height: 120px;padding: 10px;margin: 0 auto;bottom: -10px;}
    .history .items .item .img .icon{font-size: 40px;line-height: 100px;}
    .history .items .item .text{top: -10px;}

    .history .items .item:hover .img{bottom: 0;}
    .history .items .item:hover .text{top: 10px;}
    .history .items .dots{width: 64px;height: 6px;margin-top: 100px;}
    .history .items .dots i{width: 6px;height: 6px;}
    .about{}
    .about .main .texts{ margin: auto; margin-top: 40px;}
    .about .main .texts .en{font-size: 32px;line-height: 32px;}
    .about .main .texts .cn{font-size: 36px;line-height: 24px;margin-top: 10px;}
    .about .main .texts .slogen{font-size: 20px;line-height: 34px;margin-top: 30px;}
    .about .main .texts .desc{font-size: 16px;
        line-height: 30px;
        margin-top: 16px;
        letter-spacing: .5px;}
    .about .main .nums{width: 100%;}
    .about .main .nums .item{width: 20%;margin-bottom: 60px;}
    .about .main .nums .item .num{font-size: 16px;margin-left: 6px;}
    .about .main .nums .item .num span{font-size:50px;line-height: 50px;}
    .about .main .nums .item .desc{padding-left: 4px;}
    .about .main .more-btn{margin-top: 50px;}

    .single-page-about .main .texts{width: 30%;max-width:370px;}
    .single-page-about .main .texts .en{font-size: 32px;line-height: 32px;}
    .single-page-about .main .texts .cn{font-size: 24px;line-height: 24px;margin-top: 10px;}
    .single-page-about .main .texts .slogen{font-size: 20px;line-height: 34px;margin-top: 30px;}
    .single-page-about .main .texts .desc{font-size: 14px;line-height: 26px;margin-top: 16px;}
    .single-page-about .main .nums{width: 100%;}
    .single-page-about .main .nums .item{width: 50%;margin-bottom: 60px;}
    .single-page-about .main .nums .item .num{font-size: 16px;margin-left: 6px;}
    .single-page-about .main .nums .item .num span{font-size: 70px;line-height: 70px;}
    .single-page-about .main .nums .item .desc{font-size: 14px;padding-left: 4px;}
    .single-page-about .main .more-btn{margin-top: 70px;}

    .news .swiper-container{ width: 1100px; margin: auto; overflow: hidden; }
    .news{padding:80px 0;}
    .news .items{margin-top: 50px;}
    .news .item{width: 30%;margin-left: 4.1%;}
    .news .item:nth-of-type(3n+1){margin-left: 0;}
    .news .item .text .date{height: 50px;line-height: 50px;font-size: 20px;}
    .news .item .text .title{font-size: 16px;line-height: 16px;}
    .news .item .text .desc{font-size: 14px;line-height: 24px;margin-top: 10px;}
    .news .item .text .more-btn{margin-top: 15px;width: 116px;}
    .news .item:hover .text .more-btn{width: 160px;}
    .imgs{padding: 10px 0;}
    .imgs .items{margin-top: 50px;}
    .imgs .item{width: 24%;margin-left: 0.5%;}
    .imgs .item:nth-of-type(4n+1){margin-left: 0;}
    .imgs .item .text .date{height: 50px;line-height: 50px;font-size: 20px;}
    .imgs .item .text .title{font-size: 16px;line-height: 16px;}
    .imgs .item .text .desc{font-size: 14px;line-height: 24px;margin-top: 10px;}
    .imgs .item .text .more-btn{margin-top: 15px;width: 116px;}
    .imgs .item:hover .text .more-btn{width: 160px;}

    .column_3{padding: 50px 0;}
    .column_3 .items{margin-top: 50px;}
    .column_3 .item{width: 30.6%;margin-left: 4.1%;}
    .column_3 .item:nth-of-type(3n+1){margin-left: 0;}
    .column_3 .item .text .date{height: 50px;line-height: 50px;font-size: 20px;}
    .column_3 .item .text .title{font-size: 16px;line-height: 16px;}
    .column_3 .item .text .desc{font-size: 14px;line-height: 24px;margin-top: 10px;}
    .column_3 .item .text .more-btn{margin-top: 15px;width: 116px;}
    .column_3 .item:hover .text .more-btn{width: 160px;}

    .more-btn{display: flex;align-items: center;justify-content: center;width: 160px;height: 50px;color: #fff;background-color: #72c82b;}
    .more-btn span{font-size: 14px;}
    .more-btn i{font-size: 17px;margin-left: 15px;transition: margin 300ms;}
    .more-btn:hover i{margin-left: 20px;}

}

@media screen and (max-width: 1024px){.banner{height: calc(100vh - 1rem);}

    .banner .swiper-slide{height: calc(100vh - 1rem);}
    .banner .video{height: calc(100vh - 1rem);}
    .banner .video .play-btn{width: 40px;height: 40px;bottom: 50px;right: 30px;}
    .banner .cont{bottom: 90px;left: 0;padding-left: 30px;}
    .banner .cont .text{width: 59%;font-size: 26px;line-height: 36px;}
    .banner .prev-next{width: 260px;height: 40px;bottom: 30px;left: 30px;}
    .banner .swiper-pagination{width: 260px;height: 40px;bottom: 30px;left: 30px;}
    .banner .prev-next a{width: 120px;height: 40px;}
    .banner .prev-next a i{font-size: 30px;}
    .idx-mod .en{font-size: 26px;line-height: 26px;}
    .idx-mod .cn{font-size: 20px;line-height: 20px;margin-top: 10px;}
    .idx-mod .cate a{font-size: 16px;line-height: 16px;margin-left: 30px;margin-bottom: 8px;}
    .idx-mod .cate a::before{width: 12px;height: 2px;margin-right: 10px;}
    .idx-mod .c-name{font-size: 80px;line-height: 70px;}
    .prod{padding: 30px 0 0;}
    .prod .items{margin-top: 30px;}
    .prod .items .item{width: 24%;}
    .prod .items .item:nth-of-type(2n) .text{margin-bottom: 0;margin-top: 0;}
    .prod .items .item .img{width: calc(100% - 30px);padding: 10px;margin: 15px auto;}
    .prod .items .item .img i.play{width: 54px;height: 54px;}
    .prod .items .item .img i.play.open:after{width: 200vw;height: 200vw;}
    .prod .items .item .text{opacity: 1;margin-top: 0;margin-bottom: 0;}
    .prod .items .item .text .model{font-size: 22px;line-height: 22px;}
    .prod .items .item .text .title{font-size: 18px;}
    .prod .items .item .text .more{margin-top: 5px;}
    .prod .items .item .text .more span{font-size: 14px;}
    .prod .items .item .text .more i{font-size: 14px;margin-left: 10px;}
    .prod .more-btn{margin: 50px auto 0;}
    .cla{padding: 30px  0;}

    .fixed-video i.close{top: 30px;right: 30px;font-size: 20px;line-height: 20px;padding: 10px;}
    .indu{padding: 50px 0;}
    .indu .main{margin-right: 0;}
    .indu .items{padding-right: 60px;margin-top: 50px;}
    .indu .items .item{}
    .indu .items .item .img{width: 120px;height: 120px;padding: 10px;margin: 0 auto;bottom: -10px;}
    .indu .items .item .img .icon{font-size: 40px;line-height: 100px;}
    .indu .items .item .text{top: -10px;}
    .indu .items .item .text .cn{font-size: 17px;}
    .indu .items .item .text .en{margin-top: 10px;font-size: 14px;line-height: 21px;}
    .indu .items .item:hover .img{bottom: 0;}
    .indu .items .item:hover .text{}
    .indu .items .dots{width: 64px;height: 6px;margin-top: 100px;margin-left: 20px;margin-right: 20px;}
    .indu .items .dots i{width: 6px;height: 6px;}

    .history{padding: 50px 0;}
    .history .main{margin-right: 0;}
    .history .items{padding-right: 60px;margin-top: 50px;}
    .history .items .item{max-width: 260px;}
    .history .items .item .img{width: 120px;height: 120px;padding: 10px;margin: 0 auto;bottom: -10px;}
    .history .items .item .img .icon{font-size: 40px;line-height: 100px;}
    .history .items .item .text{top: -10px;}
    .history .items .item .text .cn{font-size: 17px;}
    .history .items .item .text .en{margin-top: 10px;font-size: 14px;line-height: 21px;}
    .history .items .item:hover .img{bottom: 0;}
    .history .items .item:hover .text{top: 10px;}
    .history .items .dots{width: 64px;height: 6px;margin-top: 100px;margin-left: 20px;margin-right: 20px;}
    .history .items .dots i{width: 6px;height: 6px;}
    .about{padding: 80px 0 50px;}
    .about .main .texts{width: 60%;max-width: 570px;}
    .about .main .texts .en{font-size: 26px;line-height: 26px;}
    .about .main .texts .cn{font-size: 20px;line-height: 20px;margin-top: 10px;}
    .about .main .texts .slogen{font-size: 18px;line-height: 28px;margin-top: 30px;}
    .about .main .texts .desc{font-size: 14px;line-height: 24px;margin-top: 16px;}
    .about .main .nums{width: 100%;}
    .about .main .nums .item{width: 50%;margin-bottom: 60px;}
    .about .main .nums .item .num{font-size: 14px;margin-left: 6px;}
    .about .main .nums .item .num span{font-size: 40px;line-height: 40px;}
    .about .main .nums .item .desc{font-size: 14px;padding-left: 4px;margin-top: 4px;}
    .about .main .more-btn{margin-top: 50px;}
    .about .main .more-btn a {
        display: block;
        margin: auto;
        width: 150px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        background-color: #72c82b;
    }

    .single-page-about .main .texts{width: 60%;max-width: 570px;}
    .single-page-about .main .texts .en{font-size: 26px;line-height: 26px;}
    .single-page-about .main .texts .cn{font-size: 20px;line-height: 20px;margin-top: 10px;}
    .single-page-about .main .texts .slogen{font-size: 18px;line-height: 28px;margin-top: 30px;}
    .single-page-about .main .texts .desc{font-size: 14px;line-height: 24px;margin-top: 16px;}
    .single-page-about .main .nums{width: 37%;}
    .single-page-about .main .nums .item{width: 50%;margin-bottom: 60px;}
    .single-page-about .main .nums .item .num{font-size: 14px;margin-left: 6px;}
    .single-page-about .main .nums .item .num span{font-size: 40px;line-height: 40px;}
    .single-page-about .main .nums .item .desc{font-size: 14px;padding-left: 4px;margin-top: 4px;}
    .single-page-about .main .more-btn{margin-top: 50px;}


    .news{padding: 30px 0;}
    .news .items{margin-top: 30px;}
    .news .item{width: 31%;margin-left: 2%;}
    .news .item:nth-of-type(3n+1){margin-left: 0;}
    .news .item .text .date{height: 40px;line-height: 40px;font-size: 18px;}
    .news .item .text .title{font-size: 16px;line-height: 16px;}
    .news .item .text .desc{font-size: 14px;line-height: 24px;margin-top: 10px;}
    .news .item .text .more-btn{margin-top: 15px;width: 130px;background-color: #2d3a67;color: #fff;}
    .imgs{padding: 30px 0;}
    .imgs .items{margin-top: 30px;}
    .imgs .item{width: 48%;margin-left: 3%;}
    .imgs .item:nth-of-type(2n+1){margin-left: 0;}
    .imgs .item .text .date{height: 40px;line-height: 40px;font-size: 18px;}
    .imgs .item .text .title{font-size: 16px;line-height: 16px;}
    .imgs .item .text .desc{font-size: 14px;line-height: 24px;margin-top: 10px;}
    .imgs .item .text .more-btn{margin-top: 15px;width: 130px;background-color: #2d3a67;color: #fff;}

    .column_3{padding: 30px 0;}
    .column_3 .items{margin-top: 30px;}
    .column_3 .item{width: 32%;margin-left: 2%;}
    .column_3 .item:nth-of-type(3n+1){margin-left: 0;}
    .column_3 .item .text .date{height: 40px;line-height: 40px;font-size: 18px;}
    .column_3 .item .text .title{font-size: 16px;line-height: 16px;}
    .column_3 .item .text .desc{font-size: 14px;line-height: 24px;margin-top: 10px;}
    .column_3 .item .text .more-btn{margin-top: 15px;width: 130px;background-color: #2d3a67;color: #fff;}

    .more-btn{width: 130px;height: 40px;}
    .more-btn span{font-size: 14px;}
    .more-btn i{font-size: 14px;margin-left: 10px;}
    .more-btn:hover i{margin-left: 10px;}
}
@media screen and (max-width: 768px){
    .banner {height: auto!important;}
    .banner .image img {object-fit: inherit;}
    .banner .swiper-slide {height: auto!important;}
    .banner{height: calc(100vh - 1rem);}
    .banner .swiper-slide{height: calc(100vh - 1rem);}
    .banner .video{height: calc(100vh - 1rem);}
    .banner .video .play-btn{width: 40px;height: 40px;bottom: 50px;right: 30px;}
    .banner .cont{bottom: 90px;left: 0;padding-left: 30px;}
    .banner .cont .text{    display: none; width: 59%;font-size: 26px;line-height: 36px;}
    .banner .cont .note{    display: none; font-size: 14px;line-height: 20px;margin-top: 10px;     margin-bottom: 20px;}
    .banner .prev-next{width: 260px;height: 40px;bottom: 30px;left: 30px;}
    .banner .swiper-pagination{width: 260px;height: 40px;bottom: 30px;left: 30px;}
    .banner .prev-next a{width: 120px;height: 40px;}
    .banner .prev-next a i{font-size: 30px;}
    .idx-mod .en{font-size: 26px;line-height: 26px;}
    .idx-mod .cn{font-size: 20px;line-height: 20px;margin-top: 10px;}
    .idx-mod .scroll{overflow-x: auto;margin-left: 50px;}
    .idx-mod .cate{display: flex;flex-wrap: nowrap;float: left;}
    .idx-mod .cate a{font-size: 16px;line-height: 16px;margin-left: 30px;margin-bottom: 8px;white-space: nowrap;}
    .idx-mod .cate a::before{width: 12px;height: 2px;margin-right: 10px;}
    .idx-mod .cate a:nth-of-type(1){margin-left: 0;}
    .idx-mod .c-name{display: none;}
    .prod{padding: 30px 0 0;}
    .prod .p-scroll{overflow-x: auto;overflow-y: hidden;padding-bottom: 20px;}
    .prod .p-scroll::-webkit-scrollbar{display: none;}
    .prod .items{width: auto;margin-top: 30px;float: left;}
    .prod .items .item-2{background-color:#ededed;width: 100%;margin-right: 0;display: inline-block;margin-top: 10px;font-size: 0;}
    .prod .items .item-2:nth-of-type(2n){/* display:none; */}
    .prod .items .item{width: 30%;flex-shrink: 0;}
    .prod .items .item:nth-of-type(2n) .text{margin-bottom: 0;margin-top: 0;}
    .prod .items .item .img{width: calc(100% - 30px);padding: 10px;margin: 15px auto;}
    .prod .items .item .img i.play{width: 54px;height: 54px;}
    .prod .items .item .img i.play.open:after{width: 200vw;height: 200vw;}
    .prod .items .item .text{opacity: 1;margin-top: 0;margin-bottom: 0;}
    .prod .items .item .text .model{font-size: 22px;line-height: 22px;}
    .prod .items .item .text .title{font-size: 18px;}
    .prod .items .item .text .more{margin-top: 5px;}
    .prod .items .item .text .more span{font-size: 14px;}
    .prod .items .item .text .more i{font-size: 14px;margin-left: 10px;}
    .prod .more-btn{margin: 50px auto 0;}
    .cla{padding: 30px 0 ;}

    .single-page-about .main .jcbetween .pp_img{display: inline-block; text-align: center; height: 190px; }
    .single-page-about .main .jcbetween .pp_img img{ width:45%; float: left; margin: 0 2px; }


    .mobile-product{ display: block; }


    .fixed-video i.close{top: 30px;right: 30px;font-size: 20px;line-height: 20px;padding: 10px;}
    .indu{padding: 50px 0;}
    .indu .main{margin-right: 30px;}
    .indu .scroll{overflow-x: auto;overflow-y: hidden;}
    .indu .scroll::-webkit-scrollbar{display: none;}
    .indu .items{padding-right: 0;margin-top: 50px;float: left;}
    .indu .items .item{max-width: auto !important;width: 30%;flex-shrink: 0;}
    .indu .items .item .img{width: 120px;height: 120px;padding: 10px;margin: 0 auto;bottom: -10px;}
    .indu .items .item .img .icon{font-size: 40px;line-height: 100px;}
    .indu .items .item .text{top: -50px;}
    .indu .items .item .text .cn{font-size: .4rem;}
    .indu .items .item .text .en{margin-top: 10px;font-size: 14px;line-height: 21px;}
    .indu .items .item:hover .img{bottom: 0;}
    .indu .items .item:hover .text{}
    .indu .items .dots{flex-shrink: 0;width: 50px;height: 6px;margin-top: 100px;margin-left: 20px;margin-right: 20px;}
    .indu .items .dots i{width: 6px;height: 6px;}

    .history{padding: 50px 0;}
    .history .main{margin-left: 20px;margin-right: 20px;}
    .history .scroll{overflow-x: auto;overflow-y: hidden;}
    .history .scroll::-webkit-scrollbar{display: none;}
    .history .items{padding-right: 0;margin-top: 50px;float: left;}
    .history .items .item{max-width: 260px;width: 30%;flex-shrink: 0;}
    .history .items .item .img{width: 120px;height: 120px;padding: 10px;margin: 0 auto;bottom: -10px;}
    .history .items .item .img .icon{font-size: 40px;line-height: 100px;}
    .history .items .item .text{top: -10px;}
    .history .items .item .text .cn{font-size: 17px;}
    .history .items .item .text .en{margin-top: 10px;font-size: 14px;line-height: 21px;}
    .history .items .item:hover .img{bottom: 0;}
    .history .items .item:hover .text{top: 10px;}
    .history .items .dots{flex-shrink: 0;width: 50px;height: 6px;margin-top: 100px;margin-left: 20px;margin-right: 20px;}
    .history .items .dots i{width: 6px;height: 6px;}
    .about{padding: 80px 0 50px;}
    .about .main{display: block;}
    .about .main .texts{width: 100%;max-width: unset;}
    .about .main .texts .en{font-size: 26px;line-height: 26px;}
    .about .main .texts .cn{font-size: 20px;line-height: 20px;margin-top: 10px;}
    .about .main .texts .slogen{font-size: 18px;line-height: 28px;margin-top: 30px;}
    .about .main .texts .desc{font-size: 14px;line-height: 24px;margin-top: 16px;}
    .about .main .nums{width: 100%;}
    .about .main .nums .item{width: 50%;margin-bottom: 0;margin-top: 30px;}
    .about .main .nums .item .num{font-size: 14px;margin-left: 6px;}
    .about .main .nums .item .num span{font-size: 40px;line-height: 40px;}
    .about .main .nums .item .desc{font-size: 14px;padding-left: 4px;margin-top: 4px;}
    .about .main .more-btn{margin-top: 50px;}
    .single-page-about .main ,.single-page-about .main .jcbetween{display: block;}
    .single-page-about .main .texts{width: 100%;max-width: unset;}
    .single-page-about .main .texts .en{font-size: 26px;line-height: 26px;}
    .single-page-about .main .texts .cn{font-size: 20px;line-height: 20px;margin-top: 10px;}
    .single-page-about .main .texts .slogen{font-size: 18px;line-height: 28px;margin-top: 30px;}
    .single-page-about .main .texts .desc{font-size: 14px;line-height: 24px;margin-top: 16px;}
    .single-page-about .main .nums{width: 100%;}
    .single-page-about .main .nums .item{width: 50%;margin-bottom: 0;margin-top: 30px;}
    .single-page-about .main .nums .item .num{font-size: 14px;margin-left: 6px;}
    .single-page-about .main .nums .item .num span{font-size: 40px;line-height: 40px;}
    .single-page-about .main .nums .item .desc{font-size: 14px;padding-left: 4px;margin-top: 4px;}
    .single-page-about .main .more-btn{margin-top: 50px;}


    /**/
    .main{margin-left: 20px !important; margin-right: 20px !important;}
    #pinpai{}
    #pinpai .pp_desc{ width: 100% !important; margin: auto; line-height: 32px; text-align: center; }
    #pinpai .pp_desc span{ display: block; }

    #pinpai .pp_desc .leftimg{  height: 100px;  width: 100%;  }
    #pinpai .pp_desc .leftimg img{ width: 80vw; }
    #pinpai .pp_desc .rtxt{float: none;  height: auto; width: 100%; font-size: .25rem; text-align: left; line-height: .5rem; color: #797978; letter-spacing: 1px;}
    #pinpai .img{ background: #fff; text-align: center; padding: 20px; }
    #pinpai .img img{ width: 100vw; }
    #pinpai .black{  margin-top:0px; }

    #service{padding-bottom: 40px;}
    #service .zlqd_box{height: auto;}
    #service .pp_desc{position: relative; float: none; width: 100%; height: auto; margin: auto;     margin-bottom: .4rem;}
    .product .main .product-texts .describe {
        font-size: 15px!important;
    }
    #service .pp_desc .p2{ font-size: .25rem; }
    #service .pp_desc .p1{padding-left: 50px;}
    #service .pp_desc .leftimg{ position: absolute; left: 0; top:-6px; width: 20%; }
    #service .pp_desc img{ width: 10vw; }
    #service .pp_desc .rimg{ position: absolute; left: 0; top:-6px; margin-right:0;}
    #service .pp_desc .ltxt{ float: none; width: 100%; }
    #service .pp_desc .ltxt .p1{ text-align: left; }
    #service .pp_desc .rtxt{ float: none; width: 100%;  margin-right: 0; }
    #service .pp_desc .leftimg{}

    #product .main{ width: auto !important;  margin-right: 10px !important; margin-left: 10px !important; }
    #product_cont .main{ width: auto !important;  margin-right: 10px !important; margin-left: 10px !important; }
    #product .product-block{ height: auto; }



    .news{padding: 30px 0;}
    .news .items{margin-top: 30px;}
    .news .item{width: 31%;margin-left: 2%;}
    .news .item:nth-of-type(3n+1){margin-left: 0;}
    .news .item .text .date{height: 40px;line-height: 40px;font-size: 18px;}
    .news .item .text .title{font-size: 16px;line-height: 16px;}
    .news .item .text .desc{font-size: 14px;line-height: 24px;margin-top: 10px;}
    .news .item .text .more-btn{display: none;}
    .imgs{padding: 30px 0;}
    .imgs .items{margin-top: 30px;}
    .imgs .item{width: 48%;margin-left: 2%;}
    .imgs .item:nth-of-type(2n+1){margin-left: 0;}
    .imgs .item .text .date{height: 40px;line-height: 40px;font-size: 18px;}
    .imgs .item .text .title{font-size: 16px;line-height: 16px;}
    .imgs .item .text .desc{font-size: 14px;line-height: 24px;margin-top: 10px;}
    .imgs .item .text .more-btn{display: none;}

    .column_3{padding: 30px 0;}
    .column_3 .items{margin-top: 30px;}
    .column_3 .item{width: 32%;margin-left: 2%;}
    .column_3 .item:nth-of-type(3n+1){margin-left: 0;}
    .column_3 .item .text .date{height: 40px;line-height: 40px;font-size: 18px;}
    .column_3 .item .text .title{font-size: 16px;line-height: 16px;}
    .column_3 .item .text .desc{font-size: 14px;line-height: 24px;margin-top: 10px;}
    .column_3 .item .text .more-btn{display: none;}

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{display: none;}

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{ display: none;}
    .more-btn{     display: none;   width: 100px !important;
        height: 40px !important;}
    .more-btn span{font-size: 14px;}
    .more-btn i{font-size: 14px;margin-left: 10px;}
    .more-btn:hover i{margin-left: 10px;}
    .breadcrumb{background: rgb(0 0 0 / 60%);position: absolute;bottom: 0;width: 100%;line-height: 30px;}
    .breadcrumb:before{display:none;}
    .breadcrumb ul li{font-size:14px;margin-left: 0;}
    .breadcrumb ul li a{color:#9a9a9a;display: inline-block;margin-left: 0px;}
    .breadcrumb ul li:after{content:">";margin-left:5px;}
}
@media screen and (max-width: 480px){
    .banner{height: calc(100vh - 6rem);}
    .banner .swiper-slide{height: calc(100vh - 6rem);}
    .banner .video{height: calc(100vh - 1rem);display: none;}
    .banner .video .play-btn{display: none;}
    .banner .video::after{display: none;}
    .banner .cont{TOP: 90px;left: 0;right: 0;padding-left: 14px;padding-right: 14px;}
    .banner .cont .text{width: 100%;     display: none;
        font-size: .6rem;
        /* line-height: 32px; */
        font-weight: bold;}
    .banner .prev-next{width: auto;height: 40px;bottom: 30px;left: 14px;right: 14px;}
    .banner .swiper-pagination{display: none; width: auto;height: 40px;bottom: 30px;left: 14px;right: 14px;}
    .banner .prev-next a{width: 120px;height: 40px;}
    .banner .prev-next a i{font-size: 30px;}
    .page-banner{min-height: 190px;background-size: 100% 100%!important}
    .idx-mod{display: block;}
    .idx-mod .en{font-size: 22px;line-height: 22px;text-align: center;}
    .idx-mod .cn{font-size:24px !important;line-height: 18px;margin-top: 10px;text-align: center;}
    .idx-mod .scroll{overflow-x: auto;overflow-y: hidden;margin-left: 0;margin-top: 20px;text-align: center;}
    .idx-mod .cate{display: -webkit-inline-flex;display: -ms-inline-flexbox;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;flex-wrap: nowrap;float: none;}
    .idx-mod .cate a{ font-size: 14px;line-height: 14px;margin-left: 20px;margin-bottom: 0;white-space: nowrap; margin: 0px 20px;}
    .idx-mod .cate a::before{display: none;}
    .idx-mod .cate a:nth-of-type(1){margin-left: 0;}
    .idx-mod .c-name{display: none;}

    .news .swiper-container{ width: 100% !important; }

    .prod{padding:10px 0 0 !important;}
    .prod .p-scroll{overflow-x: auto;overflow-y: hidden;padding-bottom: 20px;}
    .prod .p-scroll::-webkit-scrollbar{display: none;}
    .prod .items{width: auto;margin-top: 40px;float: none;}
    .prod .items .item-2 .text .title{font-size:20px;}
    .prod .items .item-2 .text .model{display: none;}
    .prod .items .item{width: 60%;flex-shrink: 0;}
    .prod .items .item:nth-of-type(2n) .text{margin-bottom: 0;margin-top: 0;}
    .prod .items .item .img{width: calc(100% - 30px);padding: 8px;margin: 15px auto;}
    .prod .items .item .img i.play{width: 54px;height: 54px;}
    .prod .items .item .img i.play.open:after{width: 200vw;height: 200vw;}
    .prod .items .item .text{opacity: 1;margin-top: 0;margin-bottom: 0;}
    .prod .items .item .text .model{font-size: 18px;line-height: 18px;}
    .prod .items .item .text .title{font-size: 16px;}
    .prod .items .item .text .more{margin-top: 5px;}
    .prod .items .item .text .more span{font-size: 14px;}
    .prod .items .item .text .more i{font-size: 14px;margin-left: 10px;}
    .prod .more-btn{margin: 30px auto 0;}

    .prod .items .item-2 .img {
        width: 100%; margin-left: 0;

    }
    .prod .items .item-2 .img img{ width: 100%;}
    .prod .items .item-2 .text{width: 100%;  margin-left: 0;
        padding-top:0px; padding-bottom: 0px;}
    .prod .items .item-2 .text .view{ display: none;  }
    .prod .items .item-2 .text .title{ border-bottom: 0; }

    .cla{padding: 30px 0 ;}
    #about .cla{ padding-bottom: 10px; }
    .solu{padding-top: 20px;}
    .solu .swiper{ display: block; margin-top: 0;}
    .solu .swiper .thumb{ display: none; }
    .solu .swiper .text{ width: 100%; }
    .solu .swiper .m-img1{ display: block; margin-bottom: 70px; }

    .solu li .lb{ float: none; width: 100%;  margin-bottom:20px;}
    .solu li .rb{float: none;  width:  100%;  margin-bottom: 20px;}
    .solu li .lb .img{margin:auto; }
    .solu li .txt {
        color: #8fca40;
        font-size:18px;
        text-align: center;
        margin-top: 20px;
        margin-left: 0px;
    }


    .index-prod{margin-top: 0; padding-top: 0; padding-bottom: 80px;}
    .index-prod .main{ margin-right: 0 !important; }
    .index-prod .items{margin-top: 0;}
    .index-prod .items .item{ margin: auto; width: 50%; }
    .index-prod .items .item .img {
        width: 90%;
        height: 210px;
    }
    .index-prod .items .item .img img {
        width: 100%;
        height: 210px;
        transition: all 300ms;
    }
    .index-prod .items .item .text .title{font-size: 15px;}
    .index-prod .items .item .text {
        margin-top:10px;
        margin-bottom: 0;
    }
    .index-prod .more-btn{ display: block;
        margin: auto; margin-top: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff; }
    .index-prod .more-btn a{color: #fff;}

    .fixed-video i.close{top: 30px;right: 30px;font-size: 20px;line-height: 20px;padding: 10px;}
    .indu{padding:0; margin-bottom: 0;}
    .indu .main{margin-right:20px;}
    .indu .scroll{overflow-x: auto;overflow-y: hidden;}
    .indu .scroll::-webkit-scrollbar{display: none;}
    .indu .items{    padding-right: 0;

        float: none;
        display: block;}
    .indu .items .item{max-width:auto; width: 100%;flex-shrink: 0; height: auto;}
    .indu .items .item .img{width: 120px;height: 120px;padding: 10px;margin: 0 auto;bottom: -10px;}
    .indu .items .item .img .icon{font-size: 40px;line-height: 100px;}
    .indu .items .item .text{top: -60px;}
    .indu .items .item .text p{ line-height: 32px; }
    .indu .items .item .text .cn{font-size: .4rem;}
    .indu .items .item .text .en{margin-top: 10px;font-size: 14px;line-height: 21px;}

    .indu .items .item .text .en {
        margin: 0 20px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 21px;
        color: #999;
        text-transform: uppercase;
        border-bottom: 2px #72c82b solid;
    }
    .indu .items .item .text .tc {
        margin: 0 20px;
        height: 120px;
        color: #595858;
        line-height: 32px;
        font-size: 14px;
    }
    .indu .items .item .btn{margin-top: -10px;  margin-bottom: 40px;}
    .indu .items .item .bot-img {
        overflow: hidden;
    }

    .indu .items .item:hover .img{bottom: 0;}
    .indu .items .item:hover .text{}
    .indu .items .dots{display: none; flex-shrink: 0;width: 40px;height: 6px;margin-top: 100px;margin-left: 10px;margin-right: 10px;}
    .indu .items .dots i{width: 6px;height: 6px;}

    #page .product-imgs{ display: none; float: none !important; height: auto !important; margin-left: 0;}
    #page .product-imgs .jqueryzoom{ width: 100%; height: auto !important; }
    #page .product .main .product-texts{ float: none; width: 98% !important; margin-left: 0; height: auto !important;  }
    #page .product .main .product-texts .title{ font-size:24px !important; margin-top: 10px; }

    .product .main .product-texts .describe{min-height: auto !important;}
    .product .main .product-texts .prooneshare a{margin: auto !important;}
    .tab_pro.active{ font-size: 18px !important; }
    #page #message #center{ width: 100%; }
    #page #message #feedback{ height: auto; padding-top: 50px;}
    #page #message #feedback dl{ float: none; width: 100%; }
    #page #message #feedback dl .ftype_textarea textarea{ height: 70px; }
    .jqueryzoom img{ width: 100%; }

    .history{padding: 50px 0;}
    .history .main{margin-right: 15px;}
    .history .scroll{overflow-x: auto;overflow-y: hidden;}
    .history .scroll::-webkit-scrollbar{display: none;}
    .history .items{padding-right: 0;margin-top: 30px;float: left;margin-bottom: 20px;}
    .history .items .item{max-width: 260px;width: 60%;flex-shrink: 0;}
    .history .items .item .img{width: 120px;height: 120px;padding: 10px;margin: 0 auto;bottom: -10px;}
    .history .items .item .img .icon{font-size: 40px;line-height: 100px;}
    .history .items .item .text{top: -10px;}
    .history .items .item .text .cn{font-size: 17px;}
    .history .items .item .text .en{margin-top: 10px;font-size: 14px;line-height: 21px;}
    .history .items .item:hover .img{bottom: 0;}
    .history .items .item:hover .text{top: 10px;}
    .history .items .dots{flex-shrink: 0;width: 40px;height: 6px;margin-top: 100px;margin-left: 10px;margin-right: 10px;}
    .history .items .dots i{width: 6px;height: 6px;}
    .history .left_year{ width: 20%;     float: left;
        font-size:24px !important;
        line-height: 150px;
        height: 150px;
        margin-left: 30px;
        font-family: 'din-b';}

    .history .idx-mod .hm_2003{height: 180px !important;}
    .history .idx-mod .hm_2012{height: 180px !important;}
    .history .idx-mod .hm_2017{height: 180px !important;}
    .history .idx-mod .hm_2021{height: 180px !important;}
    .history .idx-mod .hm{ height: 140px;min-height: 140px; }
    .history .idx-mod .hm .left_year {    height: 120px;
        line-height: 120px;
        margin-left: 2px;
        margin-right: 0px;
    }
    .history .right_desc{     float: right  !important;
        width: 75% !important;
        line-height: 30px !important;
        margin-left: 0px !important;
        margin-right:9px !important;
        margin-top:15px !important; height: 80px;
        text-align: left; font-size: .25rem !important}
    .history .rrd{margin-top:35px !important;}
    .history .idx-mod .hm img{margin-top:15px !important;}
    .culture_block .p1 {
        float: none;
        line-height: 40px;
        font-size: 20px;
    }

    .culture_block .p2 {
        float: none;
        margin-left: 0px;
        line-height:30px;
        font-size: 15px;
    }

    .about{padding:50px 0 50px;background-image: url(../images/51.jpg);background-attachment: unset;}
    .about .main{display: block;}
    .about .main .texts{padding-top: 80px !important; width: 100% !important;max-width: unset; margin-top: 0;}
    .about .main .texts .en{font-size: 26px;line-height: 26px;}
    .about .main .texts .cn{font-size:.6rem;line-height: 20px;margin-top: 10px;}
    .about .main .texts .slogen{font-size: 18px;line-height: 28px;margin-top: 30px;}
    .about .main .texts .desc{font-size: 14px;line-height: 20px;margin-top: 0px;}
    .about .main .nums{width: 100%;}
    .about .main .texts .desc p{ line-height:28px; }

    .about .main .left_img{ float: none; width: 100%; }

    #about .about{padding:10px 0 50px; padding-top: 0;background-size: 100%!important;}
    #about .about .main .texts{padding-top:0px !important; width: 100%;max-width: unset; margin-top: 0;}


    #about .indu{padding-top:20px;}
    #about .indu .main{margin: auto;
        margin-left: 10px;
        margin-right: 10px;}
    #about .indu .items .item{ height: auto !important; }
    #about .tt_desc{padding-top:20px;}
    #about .tt_desc .pt{margin-bottom:30px;  }
    #about .tt_desc .pt .sp1 {
        display: block;
        font-size: 20px;
        text-align: center;
        color: #215390;
        margin-bottom:10px;
    }
    #about .tt_desc .pt .sp2 {
        display: block;
        font-size: 16px; line-height: 23px;
        text-align: center;
    }
    #about .tt_desc .pt ul{  }
    #about .tt_desc .pt li{ float: left; overflow: hidden;}
    #about .tt_desc .pt li img{ width: 100%; height: 100%; }
    #about .tt_desc .pt .sul{ display: block; height: 330px;}
    #about .tt_desc .pt .bm{ width: 50%;  margin-bottom: 10px; }
    #about .tt_desc .pt .bm img{ margin:5px; }
    #about .tt_desc .pt .be{ display: none; }



    #contact .indu{padding-top: 40px !important;}
    #contact .indu .items{margin-top:40px !important;}
    #contact .indu .items .item{height:240px!important; margin-bottom:70px;}
    #contact .indu .items .item .text{top:-70px;}

    .about .main .more-btn a {
        display: block;
        margin: auto;
        width: 100px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        background-color: #72c82b;
    }

    .about .main .nums .item{width: 50%;margin-bottom: 0;margin-top: 30px;}
    .about .main .nums .item:nth-of-type(5n+1){ display: none; }
    .about .main .nums .item .num{font-size: 14px;margin-left: 6px;}
    .about .main .nums .item .num span{font-size: 40px;line-height: 40px;}

    .about .main .nums .item .desc{font-size: 14px;padding-left: 4px;margin-top: 4px;}
    .about .main .more-btn{margin-top: 50px;}
    .about .bg_data{ padding-bottom: 30px; }

    .single-page-about .main{display: block;}
    .single-page-about .main .texts{width: 100%;max-width: unset;}
    .single-page-about .main .texts .en{font-size: 26px;line-height: 26px;}
    .single-page-about .main .texts .cn{font-size: 20px;line-height: 20px;margin-top: 10px;}
    .single-page-about .main .texts .slogen{font-size: 18px;line-height: 28px;margin-top: 30px;}
    .single-page-about .main .texts .desc{font-size: 14px;line-height: 24px;margin-top: 16px;}
    .single-page-about .main .nums{width: 100%;}
    .single-page-about .main .nums .item{width: 50%;margin-bottom: 0;margin-top: 30px;}
    .single-page-about .main .nums .item .num{font-size: 14px;margin-left: 6px;}
    .single-page-about .main .nums .item .num span{font-size: 40px;line-height: 40px;}
    .single-page-about .main .nums .item .desc{font-size: 14px;padding-left: 4px;margin-top: 4px;}
    .single-page-about .main .more-btn{margin-top: 50px;}


    .news{padding: 30px 0; }
    .news .items{margin-top: 30px;display: none;}
    .news .items:first-child{display: block;}
    .news .item{width: 100%;margin-left: 0;margin-bottom: 30px;}
    .news .item:nth-of-type(3n+1){margin-left: 0;}
    .news .item .text .date{height: 40px;line-height: 40px;font-size: 18px;}
    .news .item .text .title{font-size: 16px;line-height: 16px;}
    .news .item .text .desc{font-size: 14px;line-height: 24px;margin-top: 10px;}
    .news .item .text .more-btn{display: none;}
    .news .swiper-button-prev{ display: none; }
    .news .swiper-button-next{display: none;}

    .imgs{padding: 30px 0;}
    .imgs .items{margin-top: 30px;display: block;}
    .imgs .item{width: 100%;margin-left: 0;margin-bottom: 30px;}
    .imgs .item:nth-of-type(3n+1){margin-left: 0;}
    .imgs .item .text .date{height: 40px;line-height: 40px;font-size: 18px;}
    .imgs .item .text .title{font-size: 16px;line-height: 16px;}
    .imgs .item .text .desc{font-size: 14px;line-height: 24px;margin-top: 10px;}
    .imgs .item .text .more-btn{display: none;}

    .column_3{padding: 30px 0;}
    .column_3 .items{margin-top: 30px;display: block;}
    .column_3 .item{width: 100%;margin-left: 0;margin-bottom: 30px;}
    .column_3 .item:nth-of-type(3n+1){margin-left: 0;}
    .column_3 .item .text .date{height: 40px;line-height: 40px;font-size: 18px;}
    .column_3 .item .text .title{font-size: 16px;line-height: 16px;}
    .column_3 .item .text .desc{font-size: 14px;line-height: 24px;margin-top: 10px;}
    .column_3 .item .text .more-btn{display: none;}

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{display: none;}
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{ display: none;}
    .more-btn{    display: none !important;    width: 100px !important;
        height: 40px !important;}
    .more-btn span{font-size: 14px;}
    .more-btn i{font-size: 14px;margin-left: 10px;}
    .more-btn:hover i{margin-left: 10px;}}
.about-page{}
.indu-page{background-image: url(../images/153.jpg);}
.text-center{text-align:center;}
.text-center a{margin: 20px auto;}
.single-page{background:#ededed;min-height: 370px;}
.pro-page{padding-top: 30px;}
.pro-page .items{margin-top:0;margin-bottom:120px;}


#product .main{ width: 1400px; margin: auto; }
.product{}
#product_cont .main{ width: 1200px; margin: auto; }
.product .main{ width: 1200px ; margin: auto !important; }
.product .times{color:#666;font-weight:bold;display: none;}
.product .back{color:#666;font-weight:bold;display: block;}
.product .times i,.product .back i{margin-right:5px}
.product .idx-mod{padding-bottom: 20px;}
.product-block{ height:600px;  }
.product-imgs{ height: 500px !important; float: left; margin-left:10px; }
.product-texts{height: 500px; width: 50%; float: left; margin-left:3%;}
.product-imgs .imglist{ height: 550px;width: 100px;float: right; margin-left: 10px; }
.product-imgs .imglist li{ float: left; height: 100px;  width: 100px; margin-bottom: 10px;  }
.product-imgs .imglist li img{height: 100px;  width: 100px;     border: 1px #e3e3e3 solid;}

.product .main .product-texts{width: 40%;max-width: 550px;}
.product .main .product-texts .title{font-size: 24px;color: #333;font-weight: bold;}
.product .main .product-texts .describe{font-size:16px;color: #333;padding: 30px 0;text-align: justify;line-height: 1.8em;min-height: 230px;}
.product .main .product-texts .list{font-size: 14px;color: #666;}
.product .main .product-texts .list span{display:inline-block;margin-right:15px;margin-left:15px}
.product .main .product-texts .list span:first-child{margin-left:0;}


.product .main .product-texts .prooneshare{  padding: 20px 0;  border-bottom: 1px solid #eaeaea; margin-bottom: 40px;  }
.product .main .product-texts .prooneshare a{  display: inline-block;  color: #7e7e7e;  font-size: 15px;  background: #e9e9e9;  width: 44px;  line-height: 44px;  text-align: center;  border-radius: 5px;  overflow: hidden;  margin: 0 5px 5px 0;  }
.product .main .product-texts .prooneshare a i{ line-height: 45px; }
.product .main .product-texts .prooneshare a.procon{  width: 150px;  color: #fff;  background: #fc5000;  }
.product .main .product-texts .prooneshare a.procon i{  padding-right: 10px;  }
.product .main .product-texts .prooneshare .pro2wm:before{  border-left: 8px solid #fff;  border-right: 0;  top: 15px;  left: -5px;  right: auto;  }
.product .main .product-texts .prooneshare .pro2wm:after{  box-shadow: 3px 0 10px rgba(0, 0, 0, .2);  top: 18px;  left: -5px;  right: auto;  }
.product .main .product-texts .prooneshare .pro2wm .wxewm{  left: auto;  right: 54px;  bottom: -30px;  }
.product .main .product-texts .prooneshare .pro2wm .wxewm img{  width: 100%;  height: 100%;  }



/*娴滃瞼娣惍浣规▔缁€锟�*/
.product .main .product-texts .pro2wm{display:inline-block;position:relative;cursor:pointer;}
.product .main .product-texts .pro2wm:before{opacity:0;content:'';border-top:8px solid transparent;border-right:8px solid #fff;border-bottom:8px solid transparent;position:absolute;top:7px;right:-14px;z-index:1001;transition-duration:1s;}
.product .main .product-texts .pro2wm:after{opacity:0;content:'';width:5px;height:10px;box-shadow:-3px 0 10px rgba(0, 0, 0, .2);position:absolute;top:10px;right:-14px;z-index:1000;transition-duration:1s;}
.product .main .product-texts .pro2wm:hover:before,.pro2wm:hover:after{opacity:1;}
.product .main .product-texts .pro2wm .wxewm{opacity:0;width:0;max-width:none;height:120px;padding:5px 0;background:#fff;box-shadow:0 0 10px rgba(0, 0, 0, .2);border-radius:5px;position:absolute;left:60px;bottom:-45px;z-index:999;transition-duration:1s;}
.product .main .product-texts .pro2wm:hover .wxewm{opacity:1;width:120px;padding:5px;}
/*end 娴滃瞼娣惍浣规▔缁€锟�*/
.product_cont{ padding-top: 0;line-height:2em;color:#333;}
.tab_pro{width:100%;color: #999999;text-align:center;font-size:18px;line-height:2.5em;font-weight:bold;margin-bottom: 2em;border-bottom: 5px solid #ededed;}
.tab_pro.active{text-align: left; font-size: 24px; color:#2d3a67;border-bottom: 5px solid #2d3a67; font-weight: inherit;}
.product_cont .tab_pro_cont{display:none;min-height: 470px;}
.product_cont .tab_pro_cont table{border:1px #cccaca solid}
.page-item {padding-top: 0;}
.page-item .idx-mod{border-top: 5px solid #ededed;padding-top: 80px;}
.page-item a{background-color:#2d3a67;display:block;color:#fff;padding: 15px 40px;}
.page-item .prev  a i{margin-right:5px;}
.page-item .next a i{margin-left:5px;}
.cla .jc_share{display: -webkit-inline-flex;display: -ms-inline-flexbox;display: -webkit-inline-flex;display: -ms-inline-flexbox;display: inline-flex;}
.cla .jc_share a {color: #a2a2a2;border: 1px solid #a2a2a2;border-radius: 40px;padding: 5px;margin: 0;height: auto;width: auto;font-size: inherit;float: none;background: none;line-height: inherit;margin-right: 6px;}


.product .main .imgs{width: 45%;display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;padding: 0;margin-top: 10px;overflow: hidden;}
.product .imgs {position: relative; height: 100%;height: 320px;margin: 0;padding: 0;}
.product .imgs .swiper {width: 100%;height: 100%;}
.product .imgs .swiper-slide {text-align: center;font-size: 18px;background: #fff0;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.product .imgs .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.product .imgs .swiper {width: 100%;margin-left: auto;margin-right: 0;}
.product .imgs .swiper-slide {background-size: cover;background-position: center;}
.product .imgs .mySwiper2 {height: 100%;}
.product .imgs .mySwiper {height: 100%;box-sizing: border-box;position: absolute;top: 0;}
.product .imgs .mySwiper .swiper-slide {width: 25%;border: 1px solid #c5c5c5;opacity: 1;}
.product .imgs .mySwiper .swiper-slide-active {opacity: 1;}
.product .imgs .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}

@media screen and (max-width: 768px){
    .product{ margin-top: 0;}
    .product .main .texts {width: 100%; max-width: unset;}
    .product .times{display: inline-block;font-size: 14px;margin-right: 20px;font-weight: normal; display: none;}
    .product .back{display: inline-block;font-size: 14px;font-weight: normal;}
    .product .main .texts .title{font-size: 20px;}
    .product .main .texts .describe{font-size: 14px;padding: 10px 0;min-height: auto;}
    .product .main .texts .list{display:none;}
    .product_cont .tab_pro_cont{min-height: 270px;font-size:14px;}
    .product_cont table{ width: 100% !important; }
    .product_cont table span{ font-size: 14px !important; }
    .product_cont table p{ font-size: 18px !important; }
    .product_cont table td{ text-align: center; }
    .product_cont span{ font-size:20px !important; }
    .product_cont p{ font-size: 16px !important; }
    .tab_pro{display:inline-block;line-height:2em; margin-bottom: 0; margin-top:20px;font-size: 16px;}
    .page-item a{text-align:center;margin-bottom:10px}
    .page-item .idx-mod{padding-top: 20px;}
    .product .main .imgs{width:100%;}
    .product .imgs .mySwiper{display:none;}
    .product .imgs .mySwiper2{width:100%;}
    .product .imgs{height: 220px;}
}
.news-page{ background: #ededed;}
.news_show{background-color:#ededed;margin-top: 80px;}
.news_show .times{color:#666;font-weight:bold;display: block;}
.news_show .back{color:#666;font-weight:bold;display: block;}
.news_show .times i,.news_show .back i{margin-right:5px}
.news_show .title{font-size: 36px;color: #333;font-weight: bold;padding-top: 20px;}
.news_show .main .texts .describe{font-size: 20px;color: #333;padding: 30px 0;text-align: justify;line-height: 1.8em;}
.news_show .main .texts .list{font-size: 14px;color: #666;}
.news_show .main .texts .list span{display:inline-block;margin-right:15px;margin-left:15px}
.news_show .main .texts .list span:first-child{margin-left:0;}
.news_show .main .imgs{width: 37%;display: flex;flex-wrap: wrap;justify-content: space-between;position: relative;padding: 0;}
.product_cont{ padding-top: 0;line-height:2em;color:#333;}
.news_cont{min-height:570px;}
.news_cont p{line-height: 2em;color: #333;}
.news_cont .main  .list{font-size: 14px;color: #666;margin-bottom: 60px;}
.news_cont .main  .list span{display:inline-block;margin-right:15px;margin-left:15px}
.news_cont .main  .list span:first-child{margin-left:0;}
@media screen and (max-width: 768px){
    .news_show{margin-top: 0;}
    .news_show .times{display: inline-block;font-size: 14px;margin-right: 20px;font-weight: normal;}
    .news_show .back{display: inline-block;font-size: 14px;font-weight: normal;}
    .news_show .title{font-size: 20px;}
    .news_cont .main  .list{display:none}
    .news_cont {min-height: 270px;}
    .news_cont p{font-size:14px;}
}
.applicattions{padding-top: 160px;position: relative;}
.applicattions-page .items:before{content:"";display:block;width:50%;height: 0px;background: #e9e9e9;position: absolute;top: -80px;right: 0;}
.applicattions-page .items{margin-bottom: 0px;padding-top: 80px;position: relative;min-height: 500px;background-size: 110%;transition: all 500ms;background-position:center;}
.applicattions-page .items:hover{-moz-background-size: 103%;background-size: 113%;}
.applicattions-page .items .title{font-size: 36px;color: #fff;padding-bottom: 20px;}
.applicattions-page .items .title_sub{font-size: 16px;line-height: 1.7em;width: 50%;color: #fff;}
.applicattions-page .items .app_items{font-size: 0;bottom: 0;}
.applicattions-page .items .app_item{width: 23.5%;margin-top: 20px;margin-right: 1.5%;display:inline-block;background-color:rgb(34 34 34 / 60%);}
.applicattions-page .items .app_item img{width:100%}
.applicattions-page .items .item_title{    font-size: 24px;    color: #fefefe;    padding: 0 35px 20px 35px;}
.applicattions-page .items .item_beif{font-size: 14px;color: #fefefe;padding: 0 35px 35px 35px;}
.applicattions-page .items:nth-child(even):before{background: #2d3a67;left: 0;}
.applicattions-page .items:nth-child(even) .title{text-align:right;}
.applicattions-page .items:nth-child(even) .title_sub{text-align:right;margin-right: 0;margin-left: auto;}
.applicattions-page .items:nth-child(even) .app_items{text-align:right;}
.applicattions-page .items:nth-child(even) .app_item{margin-left: 1.5%;margin-right:0%;text-align: left;}
@media screen and (max-width: 1440px){
    .applicattions-page .items{padding-top: 50px;margin-bottom: 0px;}
}
@media screen and (max-width: 1024px){
    .applicattions{padding-top: 80px;}
    .applicattions-page .items .app_item{width: 31.5%;}
}
@media screen and (max-width:768px){
    .applicattions{padding-top: 40px;}
    .applicattions-page .items{padding-top: 30px;margin-bottom: 50px;background-size: cover;}
    .applicattions-page .items .app_item{width: 100%;}
    .applicattions-page .items .title{    font-size: 18px;    line-height: 18px;}
    .applicattions-page .items:before{height:30px;top:-30px}
    .applicattions-page .items .title_sub{width:100%;font-size: 14px;}
    .applicattions-page .items .item_title{font-size:20px;padding: 0 20px 20px 20px;}
    .applicattions-page .items .item_beif{    padding: 0 25px 25px 25px;}
}
.contact-page{background: #e9e9e9;}
.contact-page  .main{display: flex; justify-content: space-between;align-items: flex-start;}
.contact-page .single-page-about .main .nums{       width: 57%;}
@media screen and (max-width: 1024px){
    .contact-page .single-page-about .main .nums{    margin-top: 0px;    width: 50%;}
}
@media screen and (max-width:768px){
    .contact-page .single-page-about .main .nums{    margin-top: 20px;    width: 100%;}
    .contact-page .main{display: block;}
}
.search-form{position: relative;}
.search-form fieldset {position: relative;border: 7px solid rgba(255, 255, 255, 0.50);border-radius: 12px;}
.search-form fieldset input[type="search"] {position: relative;height: 50px;background: #ffffff;line-height: 50px;font-size: 16px;color: #233145;border: 1px solid #0069a6;padding: 0 100px 0 20px;width: 100%;}
.search-form fieldset input[type="submit"] {position: absolute;display: block;right: 0px;top: 0px;text-align: center;width: 120px;height: 50px;color: #ffffff !important;line-height: 30px;font-size: 16px;cursor: pointer;background-color: #0069a6;border: 0px;}


.search_input_block{ margin-top: 100px; margin-bottom: 30px; }
.search_input_block .about_title_box{ text-align: center; margin-bottom: 10px; }
.search_input_block  .SearchBar{
    width: 700px; height: 47px;
    margin: auto; border:2px #ccc7c7 solid;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative; text-align: right;
}
.search_input_block .SearchBar .gray{ text-align: left; margin-top: 10px; font-size: 12px; color:#a9a9a9; }
.search_input_block .SearchBar input{
    position: absolute; top: 0; left: 0;
    width: 640px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border:0; height:43px; outline: none; padding-left: 10px;
    margin: auto; padding-right: 0;
}
.search_input_block  #submit_btn{ text-align: center; width: 50px; background: #333; height: 43px;   border: 0; }
.search_input_block  #submit_btn i{ color: #fff; font-size: 25px; }

.search_result_block{ min-height: 450px; }
.search_result_block .result_list{
    width: 700px;margin: auto;
    margin-bottom: 50px;
}
.search_result_block .result_page{
    width: 800px;margin: auto;
    margin-bottom: 50px;
}
.search_result_block .searchtip{
    width: 700px; height: 35px;
    line-height: 35px; margin: auto;
    margin-top: 10px; margin-bottom: 10px;
}

.search_result_block .result_list ul{margin: auto; padding: 0;}

.search_result_block .result_list li{ margin-bottom: 15px; }
.search_result_block .result_list li dt a{
    font-size: 18px; text-decoration: underline; text-decoration-color: #672e2e;
}
.search_result_block .result_list li dd{ margin-left: 10px; }
.search_result_block .result_list li .FontRed{ color: red; }
.search_result_block .result_list li .font_green{ color: #00627d; margin-top: 1px; }
.search_welcome{width: 700px;
    height: 35px;
    line-height: 35px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;}




