@charset "utf-8";blockquote,body,button,caption,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,menu,ol,p,pre,table,td,textarea,th,ul{margin:0;padding:0}
address,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
table{border-collapse:collapse;border-spacing:0}
caption,th{text-align:left;font-weight:400}
abbr,body,fieldset,html,iframe,img{border:0}
address,cite,dfn,em,i,var{font-style:normal}
[hidefocus],summary{outline:0}
li{list-style:none}
h1,h2,h3,h4,h5,h6,small{font-size:100%;font-weight:lighter}
sub,sup{font-size:83%}
code,kbd,pre,samp{font-family:inherit}
q:after,q:before{content:none}
textarea{overflow:auto;resize:none}
label,summary{cursor:default}
a,button{cursor:pointer}
b,em,h1,h2,h3,h4,h5,h6,strong{font-weight:700}
a,a:hover,del,ins,s,u{text-decoration:none}
body,button,input,keygen,legend,select,textarea{font:12px/1.14 'Microsoft YaHei',\5b8b\4f53;color:#333;outline:0}
body{font-family:-apple-system,BlinkMacSystemFont,'Microsoft YaHei',sans-serif;line-height:1.75;font-size:1.6rem;color:#333;line-height:1.75}
a,a:active,a:focus,a:hover,a:visited{color:#333;text-decoration:none}
body,html{width:100%;height:100%;position:relative;}
/*公共样式*/
.container{width:100%;max-width:1600px;margin:auto;}
.img-cover{ position: relative; padding-bottom: 75%;}
.img-cover img{ position: absolute; display: block; width: 100%; height: 100%; object-fit: cover;}
.img-contain{ position: relative; padding-bottom: 75%;}
.img-contain img{ position: absolute; display: block; width: 100%; height: 100%; object-fit: contain;}
.flex{display: flex; display: -webkit-flex;  -webkit-justify-content: space-between; justify-content: space-between;  -webkit-align-items: center;align-items: center;}
.flwrap{  -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.fixed{ position: fixed;}
.fl{ float: left;}
.fr{ float: right;}
/*头部样式*/
.header{ width: 100%; box-sizing:border-box; z-index: 999; background: #fff;}
.header .logo{ position: relative; z-index: 1001; padding: 1rem;}
.header .logo img{ height: 6rem;}
.header.hbg{ box-shadow: 0 0 1rem rgba(0,0,0,0.1);}
.header .language{ position: relative; z-index: 1001; width: 10rem; text-align: center; background: #007bff;}
.header .language a{ display: block; height: 8rem; line-height: 8rem; color: #fff; font-size: 1.6rem;}
.header .search{ position: relative; z-index: 1001; width: 10rem; height: 8rem;}
.header .search a{ display: block; height: 8rem; background: url(../images/s.png) no-repeat center #3a91f5; background-size: 2rem;}
.navbox{position: relative; z-index: 1001; width: 100%; -webkit-justify-content:flex-end; justify-content:flex-end}
.nav{width: 100%; max-width:66rem; height: 8rem; line-height: 8rem; padding:0 3rem}
.nav ul li{ position: relative; width:auto;}
.nav ul li>a{ position: relative; z-index: 1; display: block; width: 100%; padding: 0 0.5rem; color:#333; text-align: center; font-size: 1.6rem; transition: all 0.5s;}
.nav ul li:hover > a,.nav ul li.active > a{ color:#007bff}
.nav ul li .subnav{ position: fixed; left: 0; top: 8rem; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; width: 100%; height:auto; max-height: 0; overflow: hidden; transition: all 0.5s; background:rgba(0,0,0,.3);}
.nav ul li:hover .subnav{max-height: 100rem;}
.nav .subnav a{ display: block; line-height: 6rem; padding: 1rem 3rem; color:#fff; font-size: 1.4rem; text-align: center; overflow: hidden; text-overflow: ellipsis;display: -webkit-box;  -webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.nav .subnav a:hover{ background:#007bff;}
.nav > ul > li > a::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  height: 2px;
  background-color: #007bff;
  content: '';
  transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.nav > ul > li > a:hover::before {width: 100%;}
/*移动端导航样式*/
.menu-handler{position: relative;z-index:1012;left:0;top:0;width:auto; width: 5rem; height:5rem; margin: 0 2rem; padding: 0.5rem; overflow:hidden;cursor:pointer;}
.menu-handler .icon-menu{ position: relative; width: 4rem; height: 4rem; }
.menu-handler .burger{position:absolute;z-index:5;top:1rem;left:0.5rem;display:block;width:3rem;height:2px;margin:0;background:#222;transform-origin:center;-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;-ms-transform-origin:center}
.menu-handler .burger-1{ width: 1.5rem;}
.menu-handler .burger-2{ width: 3rem; top:2rem}
.menu-handler .burger-3{ width: 1.5rem; left: auto; right: 0.5rem; top:3rem}
.menu-handler.active .burger-1{ width: 3rem; top:2rem;-webkit-transform:rotate(225deg);transform:rotate(225deg);}
.menu-handler.active .burger-2{opacity:0;-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;left:-100%}
.menu-handler.active .burger-3{width: 3rem; top:2rem;-webkit-transform:rotate(-225deg);transform:rotate(-225deg);}
.menuBlack{position:fixed;z-index:999;top:0;bottom:0;right:0;left:0;background:#fff;display:none}
.menuBox{position:fixed;width:100%;top:0;left:-100%;height:100%; z-index:1000;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;display:none;background:url(../images/hbg.jpg) no-repeat center #fff; background-size: cover;}
.navMobile{margin-top:15rem;padding:3rem 0; display: flex; justify-content: center; flex-wrap: wrap;}
.navMobile dd{ width: 16%;}
.navMobile dd a{display:block;line-height:1;color:#333;font-weight:400;font-size:2.4rem;text-align:center;}
.navMobile dd p{ border-right: 1px solid rgba(0,0,0,0.1);}
.navMobile dd:last-child p{ border-right:0;}
.navMobile dd p a.act{color:#007bff}
.navMobile dd a:hover{color: #007bff;}
.navMobile .mtnav{ margin-top: 3rem; max-height: 50rem; overflow-y: hidden;}
.navMobile .mtnav a{ line-height: 5rem; font-size:1.6rem}
.navMobile .mtnav a:hover{ color: #007bff;}
.menuBox .hfoot{ justify-content: flex-end; margin-top: 3rem;}
.menuBox .hfoot a{ display: block; padding: 0 3rem; font-size: 1.4rem; font-weight: bold; border-right: 1px solid rgba(0,0,0,.1);}
.menuBox .hfoot a:hover{ color: #007bff;}
@media (max-width:1199px){
	.navMobile{ margin-top: 8rem; display: block; border-top: 1px solid rgba(0,0,0,.1);}
    .navMobile dd{ width: 100%;}
    .navMobile dd a{ line-height: 8rem;}
    .navMobile .mtnav{display:none; margin-top: 0;}
    .menuBox .hfoot{ flex-wrap: wrap; margin-top: 5rem;}
    .menuBox .hfoot a{ width: 100%; font-size: 1.8rem; text-align: center;}
}
@media (max-width:767px){
    .header .search,.header .language{ min-width: 6rem;}
}
/*幻灯大图*/
.home{width:100%;height:auto; padding-top: 8rem; overflow:hidden;position:relative}
.home .swiper-container{width:100%;height:100%}
.home .swiper-slide{position:relative;background:#fff;overflow:hidden}
.home .swiper-slide-txt{ position: absolute; z-index: 1; left: 5%; width: 35%; height: 100%;}
.home .swiper-slide-txt h1{ text-transform: uppercase; font-size: 3rem; line-height: 1; color: #fff; opacity: 0; transform: translateY(80px); transition: all 1s;}
.home .swiper-slide-txt p{ margin: 2rem 0; font-size: 1.8rem; line-height: 1.5; color: #fff; font-weight: normal; opacity: 0; transform: translateY(30px); transition: all 0.5s;}
.home .swiper-slide-txt a{ display: inline-block; position: relative; overflow: hidden; font-size: 1.2rem; padding: 1rem 3rem; border: 1px solid #fff; border-radius: 6rem; color: #fff;}
.home .swiper-slide-txt a::after{ content:""; position: absolute; left: 0; top:0; z-index: -1; width: 0; height: 100%; background: #007bff; border-radius: 6rem; transition: all 0.5s;}
.home .swiper-slide-txt a:hover::after{ width: 100%;}
.home .swiper-slide-active .swiper-slide-txt h1 {opacity: 1; transform: translateY(0px);}
.home .swiper-slide-active .swiper-slide-txt p {opacity: 1; transform: translateY(0px);}
.home .swiper-slide .vbox{position:absolute;left:0;top:0;width:100%;height:100%}
.home .swiper-slide .vbg{ position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0, 0, 0, .5);}
.home .swiper-slide .vidbg{position:relative;z-index:9}
.home .swiper-slide-img{ width: 100%; height: auto;}
.home .swiper-slide img{width:100%;height:auto;transition:1s ease 2s;transform:scale(1.1,1.1)}
.home .swiper-slide-active img,.home .swiper-slide-duplicate-active img{transition:5s ease;transform:scale(1,1)}
.home .swiper-pagination{ right:0; left: auto; bottom: 0; width: 10rem; height: 100%; border-left: 1px solid rgba(255,255,255,0.2); -webkit-flex-flow: column; flex-flow: column; justify-content: center;}
.home .swiper-pagination-bullet{width:1.2rem;height:1.2rem; border-radius: 1.2rem; opacity:1;background:rgba(255,255,255,.5);transition:all .5s}
.home .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{ margin: 0.5rem;}
.home .swiper-pagination-bullet-active{ background:#fff; height: 3rem;}
.home .swiper-button-next,.home .swiper-button-prev{ right: 2.5rem; left: auto; top: auto; bottom: 4rem; width:5rem ;height:5rem; border-radius: 5rem; border: 2px solid #fff; }
.home .swiper-button-next{ background: url(../images/l.png) no-repeat center;background-size: 2rem;}
.home .swiper-button-prev{ bottom: 10rem; background: url(../images/r.png) no-repeat center;background-size: 2rem;}
.home .swiper-button-next:hover,.home .swiper-button-prev:hover{ background-color: #007bff; border-color: #007bff;}
.mouse_icon{ position: absolute; left: 0; bottom: 10%; cursor:pointer; width: 5rem; padding: 1rem; height: auto;color: rgba(255, 255, 255, .75); text-align: center; z-index: 1005;}
.mouse_icon p{ text-transform: uppercase; font-size: 1.4rem; display: block; margin-bottom: 1rem;  writing-mode: vertical-rl; transform: rotate(180deg); padding: 0 1rem;}
.mouse_icon .mouse{ width: 2.5rem; height: auto; margin: 0px 1rem; position: relative;}
.mouse_icon .mouse img{ -webkit-animation: upAnimate 2s ease infinite; width: 100%;}
@-webkit-keyframes upAnimate{
    0%,100%{
        -webkit-transform: translateY(-4px);
    }
    50%{
        -webkit-transform: translateY(4px);
    }
}
.mouse_icon .icon{ width: 12px; margin: 0px auto;}
.mouse_icon .icon img{ -webkit-animation: upAnimate2 2s ease infinite;} 
@-webkit-keyframes upAnimate2{
    0%,100%{
        -webkit-transform: translateY(-1px);
    }
    50%{
        -webkit-transform: translateY(3px);
    }
}
@media (max-width:1199px){
	.home .swiper-slide-txt { width: 70%; left: 10%;}
    .home .swiper-slide-txt h1{ font-size: 2rem;}
    .home .swiper-slide-txt p{ font-size: 1.4rem;}
}
@media (max-width:767px){
	.home .swiper-slide{ min-height: 40rem;}
    .home .swiper-slide-img{ position: relative; padding-bottom: 40rem;}
    .home .swiper-slide-img img{ position: absolute; display: block; width: 100%; height: 100%; object-fit: cover;}
}

/*底部*/
.footer{position: relative; width: 100%; height: auto; overflow: hidden; background: #1b65a2;}
.foot-top{ padding: 5rem 0;}
.foot-top .flex{ align-items: flex-start;}
.foot-top li.foot-contact{ width: 40%;}
.foot-top li h1{ font-size: 2rem;}
.foot-top li h1,.foot-top li h3{ line-height: 3; text-transform: uppercase;}
.foot-top li,.foot-top li a{ color: #fff;}
.foot-top li.foot-contact p{ font-size: 1.4rem; color: rgba(255,255,255,.9);}
.foot-top li.foot-contact p b{ color: #fff;}
.foot-top li p a{text-transform:capitalize; font-size: 1.4rem; color: rgba(255,255,255,.5);}
.foot-top li p a:hover{ color: rgba(255,255,255,.8);}
.foot-top .WeChat img{ max-width:15rem}
.foot-bot{ padding: 2rem 0; border-top: 1px solid rgba(255,255,255,0.2);}
.foot-bot p,.foot-bot p a{ color: #fff; font-size: 1.4rem;}

@media (max-width:767px){
	.foot-top li.foot-contact{ width: 100%;}
    .foot-top li.foot-contact h1{ font-size: 3rem;}
    .foot-top li.foot-contact p{ font-size: 1.8rem;}
    .foot-bot{ -webkit-flex-wrap: wrap; flex-wrap: wrap;}
    .foot-bot p{ width: 100%; text-align: center;}
}

/*首页*/
.wrapper{position: relative; width: 100%; height: auto; overflow: hidden; background: #fff;}
/*产品*/
.index-product{ width: 100%; height: auto; padding: 5rem 0;}
.index-product h1{ position: relative; width: 100%; line-height: 3; font-size: 4rem; border-bottom: 2px solid #222;}
.index-product h1::after{ content: ""; position: absolute; left: 0; bottom: 2rem; width: 5rem; height: 2px; background: #222;}
.index-product .index-product-nav{ width: 100%; height: auto; overflow: hidden; margin: 2rem 0;}
.index-product .index-product-nav ul li{ position: relative; width: 50%; height: auto; }
.index-product .index-product-nav ul li .imgbox{ position: relative; z-index: 1;}
.index-product .index-product-nav ul li .img-cover{ padding-bottom: 50%;}
.index-product .index-product-nav ul li .txtbox{ position: absolute; z-index:2; left: 0; top:0; width: 100%; height: 100%; flex-direction: column; -webkit-flex-direction: column; -webkit-justify-content: center; justify-content: center; padding:0 20%; text-align: center; color: #fff;}
.index-product .index-product-nav ul li .txtbox h3{ position: relative; font-size: 3rem;}
.index-product .index-product-nav ul li .txtbox h3::after{ content: ""; position: absolute; left: 50%; bottom: -1.5rem; width:4rem; height: 3px; background: #fff; margin-left: -2rem;}
.index-product .index-product-nav ul li .txtbox p{ margin: 2rem 0; font-size: 1.4rem; line-height: 1.5;}
.index-product .index-product-nav ul li .txtbox a{ display: inline-block; padding: 1rem 6rem; background: #3a91f5; color: #fff; transform: translateY(1rem); transition: all 0.5s;}
.index-product .index-product-nav ul li:hover .txtbox a{transform: translateY(0); background: #007bff;}
.index-product .index-product-list ul li{ width: 24%; overflow: hidden;}
.index-product .index-product-list ul li a{ position: relative; display: block;}
.index-product .index-product-list ul li .imgbox{position: relative;}
.index-product .index-product-list ul li .imgbox .img-cover{ padding-bottom: 60%;}
.index-product .index-product-list ul li .txtbox{ position: absolute; left: 0; top: -100%; width: 100%; height: 100%; background: rgba(0,102,210,0.8); -webkit-justify-content: center;justify-content: center; transition: all 0.5s;}
.index-product .index-product-list ul li .txtbox p{ position: relative; width: 80%; font-size: 1.2rem; line-height: 1.5; color: #fff;}
.index-product .index-product-list ul li .txtbox p::after{ content: ""; position: absolute; top: -2rem; left: 0; width: 4rem; height: 3px; background: #fff;}
.index-product .index-product-list ul li h3{ position: relative; width: 100%; height: 6rem; line-height: 6rem; overflow: hidden; background: #eee; text-align: center; font-size: 1.4rem; transition: all 0.5s; -webkit-line-clamp: 1;display: -webkit-box;-webkit-box-orient: vertical;}
.index-product .index-product-list ul li h3 span{ position: relative; z-index: 1;}
.index-product .index-product-list ul li h3::after{ content: ""; position: absolute; z-index: 0; bottom: -100%; left: 0; width: 100%; height: 100%; background: #007bff; transition: all 0.5s;}
.index-product .index-product-list ul li:hover .txtbox{ top: 0;}
.index-product .index-product-list ul li:hover h3{ color: #fff; background:rgba(0, 0, 0, .1);}
.index-product .index-product-list ul li:hover h3::after{ bottom: 0;}
@media (max-width:1199px){
    .index-product .index-product-nav ul li .txtbox{ padding: 0;}
    .index-product .index-product-nav ul li .txtbox h3{ margin-bottom: 3rem;}
    .index-product .index-product-nav ul li{ width: 100%; margin-bottom: 2rem;}
	.index-product .index-product-list ul li{ width: 49%; margin-bottom: 2rem;}
}
@media (max-width:767px){}
/*简介*/
.index-about{ width: 100%; height: auto; padding: 5rem 0; background: url(../images/aboutbg.jpg) no-repeat center; background-size: cover; background-attachment: fixed;}
.index-about h1{ position: relative; width: 100%; line-height: 3; font-size: 4rem; border-bottom: 2px solid #222;}
.index-about h1::after{ content: ""; position: absolute; left: 0; bottom: 2rem; width: 5rem; height: 2px; background: #222;}
.index-about .index-about-box{ align-items: stretch;}
.index-about .lbox{ width: 60%; padding-right: 10rem;}
.index-about .lbox h3{ padding-top: 1rem; line-height: 3; font-size: 2rem;}
.index-about .lbox > p{ font-size: 1.4rem; line-height: 2; color: #444; text-align: justify; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.index-about .lbox .index-about-nav{ width: 100%; margin: 3rem 0;}
.index-about .lbox .index-about-nav ul li{ width: 30%; text-align: center;}
.index-about .lbox .index-about-nav ul li a{ display: block; background: #fff; padding: 3rem 0;  border: #fff solid 2px; transition: all 1s;}
.index-about .lbox .index-about-nav ul li p{font-size: 1.4rem; line-height: 1.5; color: #333;}
.index-about .lbox .index-about-nav ul li:hover a{ border-radius: 10rem; border: #007bff solid 2px;}
.index-about .lbox .index-about-nav ul li span{ display: inline-block; width: 4rem; height: 4rem;}
.index-about .lbox .index-about-nav ul li span.icon01{ background: url(../images/icon1.png) no-repeat center; background-size: contain;}
.index-about .lbox .index-about-nav ul li span.icon02{ background: url(../images/icon3.png) no-repeat center; background-size: contain;}
.index-about .lbox .index-about-nav ul li span.icon03{ background: url(../images/icon2.png) no-repeat center; background-size: contain;}
.index-about .lbox a.more{ display: inline-block; padding: 1rem 5rem; border-radius: 5rem; background: #007bff; color: #fff; font-size: 1.4rem; transition: all 0.5s; transform: translateY(1rem);}
.index-about .lbox a.more:hover{transform: translateY(0);}
.index-about .rbox{ width: 40%; height: auto; padding: 3rem 0;}
.index-about .rbox .swiper-container{width:100%;height:auto; position: relative;}
.index-about .rbox .swiper-slide .img-contain{ padding-bottom: 60%; background: #fff;}
.index-about .rbox .swiper-slide p{ padding:0 1rem; line-height: 6rem; background: #007bff; color: #fff;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical; overflow: hidden;}
.index-about .rbox .swiper-pagination{ padding-right: 1rem; height: 3rem; line-height: 3rem; text-align: right; bottom: 1.5rem;}
.index-about .rbox .swiper-pagination-bullet-active{ background: #fff;}
.index-about .rbox .swiper-button-next,.index-about .rbox .swiper-button-prev{ width: 5rem; height: 5rem; border-radius: 50%; color: #fff; text-align: center; line-height: 1;}
.index-about .rbox .swiper-button-next{ right: -2.5rem; background:url(../images/r.png) no-repeat 0.5rem #007bff; background-size: 2rem;}
.index-about .rbox .swiper-button-prev{ left: -2.5rem; background:url(../images/l.png) no-repeat #007bff; background-position: 2.5rem; background-size: 2rem;}

@media (max-width:1199px){
    .index-about .lbox,.index-about .rbox{width: 100%; padding: 0;}
    .index-about .rbox{margin-top: 5rem;}
}

/*工厂展示*/
.index-work{ width: 100%; height: auto; padding: 5rem 0; background: #fff;}
.index-work h1{ position: relative; width: 100%; line-height: 3; font-size: 4rem; border-bottom: 2px solid #222;}
.index-work h1::after{ content: ""; position: absolute; left: 0; bottom: 2rem; width: 5rem; height: 2px; background: #222;}
.index-work-box{ width: 100%; height: auto; padding: 3rem 0; overflow: hidden;}
.index-work-box ul li{ width: calc(25% - 1.5rem); margin-bottom: 2rem;}
.index-work-box ul li a .img-cover{ padding-bottom: 50%;}
.index-work-box ul li .rcaption{ line-height: 2; text-align: center; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
@media (max-width:1199px){
    .index-work-box ul li{ width: calc(50% - 1rem);}
}
@media (max-width:767px){}
/*news*/
.index-new{ width: 100%; height: auto; padding: 5rem 0; background: url(../images/newbg.jpg) no-repeat center; background-size: cover; background-attachment: fixed;}
.index-new h1{ position: relative; width: 100%; line-height: 3; font-size: 4rem; border-bottom: 2px solid #222;}
.index-new h1::after{ content: ""; position: absolute; left: 0; bottom: 2rem; width: 5rem; height: 2px; background: #222;}
.index-new h1 a{ position: absolute; right: 0; bottom: 2rem; line-height: 2; padding: 1rem 3rem; background: #007bff; color: #fff; display:block; font-size: 1.4rem;}
.index-new-box{ width: 100%; height: auto;}
.index-new-nav{ margin: 3rem 0;}
.index-new-nav ul{ align-items: stretch;}
.index-new-nav ul li:first-child{ width:calc(60% - 2rem);}
.index-new-nav ul li:last-child{ width:calc(40% - 1.35rem);}
.index-new-nav ul li a{ display: block; position: relative; background: #aaa; height: 100%;}
.index-new-nav ul li .imgbox{ background-size: cover; background-position: center; background-repeat: no-repeat;}
.index-new-nav ul li:first-child .imgbox{ padding-bottom: 50%;}
.index-new-nav ul li:last-child .imgbox{ padding-bottom: 75%;}
.index-new-nav ul li .txtbox{ position: absolute; left: 0; bottom: 0; width: 100%; height:auto; padding: 3rem;}
.index-new-nav ul li .txtbox h3{ color: #fff; font-size: 2rem; line-height: 2;}
.index-new-nav ul li .txtbox p{ color: #fff; font-size: 1.4rem;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.index-new-list ul li{ position: relative; width: calc(33.33% - 2rem); background: #fff; box-shadow:0 0 1.5rem rgba(0, 0, 0, .1); padding: 3rem;}
.index-new-list ul li a{ display: block; position: relative; z-index: 1;}
.index-new-list ul li .date{ justify-content: flex-start; align-items: flex-end; color: #007bff;}
.index-new-list ul li .date span.m{ display: block; font-size: 5rem; line-height: 1; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; color: #007bff;}
.index-new-list ul li .date span.d{ display: block; font-size: 2rem; line-height: 1; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; color: #007bff;}
.index-new-list ul li .date span.c{ display: block; margin-left: 1rem; line-height: 2; color: #aaa; font-size: 1.2rem}
.index-new-list ul li h3{ margin: 2rem 0; line-height: 2; font-size: 1.6rem; font-weight: normal;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.index-new-list ul li p{ font-size: 1.2rem; color: #666; text-align: justify; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.index-new-list ul li::after{ content: ""; position: absolute; z-index: 0; left: 0; bottom: 0; width: 100%; height: 0; background: #007bff; transition: all 0.5s;}
.index-new-list ul li:hover::after{ height: 100%;}
.index-new-list ul li:hover h3,.index-new-list ul li:hover p,.index-new-list ul li:hover .date,.index-new-list ul li:hover .date span{ color: #fff;}
@media (max-width:1199px){
    .index-new .index-new-nav ul li{ width: 100%; margin-bottom: 1px;}
    .index-new .index-new-nav ul li .imgbox{ padding-bottom: 50%;}
    .index-new-list ul li{ width: 100%; margin-bottom: 3rem;}
}
@media (max-width:767px){

}

/*kefu*/
.m-kefu-btn{ position: fixed; z-index: 1001; bottom: 2rem; right: 2rem; width: 6rem; height: 6rem; border-radius: 50%; background:url(../images/kefubtn.png) no-repeat center #f0f0f0; background-size: 3rem; cursor: pointer;}
.m-kefu-bg{ position: fixed; display: none; z-index: 1000; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); transition: all 0.5s;}
.m-kefu-box{ position: fixed; z-index: 1001; right: -100%; bottom: 9rem; width: 70%; height: auto; padding: 2rem; border-radius: 1rem; background: #fff; box-shadow: 0 0 1rem rgba(0,0,0,.2); transition: all 0.5s;}
.m-kefu-box ul{ flex-direction: column; align-items: flex-start;}
.m-kefu-box ul li{ padding: 1rem 0;}
.m-kefu-box ul li p{ line-height: 1.2;}
.m-kefu-box ul li a{ display: flex; justify-content: flex-start; align-items: flex-start;}
.m-kefu-box ul li span{ display: block; width: 3rem; height: 3rem;margin-right: 1rem;}
.m-kefu-box ul li span.kefu1{ background: url(../images/kefu1.png) no-repeat center; background-size: 3rem;}
.m-kefu-box ul li span.kefu2{ background: url(../images/kefu2.png) no-repeat center; background-size: 3rem;}
.m-kefu-box ul li span.kefu3{ background: url(../images/kefu3.png) no-repeat center; background-size: 3rem;}
.m-kefu-box ul li span.kefu4{ background: url(../images/kefu4.png) no-repeat center; background-size: 3rem;}