@charset "utf-8";
/* CSS Document */

.ind-banner .pc{ display: block;width: 100%;}
.ind-banner .wap{ display: none;width: 100%;}

.ind-banner .txt{ color: #fff; padding:3%; width:80%; margin: auto; left: 0; right: 0; line-height: 1.2; transition: 0.5s; transform: translateX(-50%);}
.ind-banner .txt h2,
.ind-banner .txt h3{ max-width: 800px; font-style: italic}
.ind-banner .txt h2{ font-size:2vw;}
.ind-banner .txt h3{ font-size: 3vw;}
.ind-banner .txt h4{ font-size: 1.2vw;font-weight: normal;}
.ind-banner .txt a{ color: #fff; display: inline-block; padding:1% 4%; border: solid 1px rgba(255,255,255,0.4)}
.ind-banner .slick-current .txt{ transform: translateX(0);}
.ind-banner .slick-dots{position: absolute; width: 100%; left: 0; bottom: 5%; z-index: 10;}
.padd{padding-bottom: 5.21%;}

.ind-title{text-align: center;   margin: 0; padding-top: 6.43%; padding-bottom: 4.64%; }
.ind-title h2{font-size: 40px; margin: 0;color: rgb(0, 0, 0);line-height: 1.333;font-weight: bold;}
.ind-title h3{ font-size: 16px; margin: 0;color: rgb(102, 102, 102); line-height: 3;}
.ind-title.white h2{color: #fff;}
.ind-title.white h3{color: #fff;}



@media(max-width:1024px){
    .ind-title h2{font-size: 30px;}

    .ind-banner .pc{ display: none;}
    .ind-banner .wap{ display: block;}
}
@media(max-width:768px){
    .ind-title { padding-top:8%; padding-bottom:8%; }
    .ind-title h2{font-size: 19px;}
    .ind-title h3{font-size: 13px;line-height: 2;}
    
    .ind-banner .txt h2{ font-size:2.8vw;}
    .ind-banner .txt h3{ font-size: 5vw;}
    .ind-banner .txt h4{ font-size: 2vw;}
    .ind-banner .txt a{ font-size: 12px;padding: 1% 3%;}
    .ind-banner .circle_dots .slick-dots li{ width: 10px; height: 10px;}
}
  
.ind-solution{background-color: #ebf5f6; padding-bottom: 2.6%; position: relative;}
.ind-solution .ind-title{margin: 0 auto;}
.ind-solution .info1{margin-bottom: 14.2857%; margin-top: 9.57%; position: relative; text-align: center;}
.ind-solution .info1 img{display: block;}
.ind-solution .photo{display: inline-block; position: relative;}
.ind-solution .icon {width: 0;height: 0; position: absolute; z-index: 5;}
.ind-solution .icon::before{content: '';width: 1px; height: 4.16667vw;background-color: #008dc5;position: absolute; left: 50%; transform: translateX(-50%) ; }
.ind-solution .icon i{width: 20px; height: 20px; border-radius: 50%;  background-color: rgba(170, 231, 255,0.8); display: block; position: absolute; left: 50%; top: 50%;transform: translate(-50%,-50%);}
.ind-solution .icon i::before{content: ''; width: 40%; height: 40%; border-radius: 50%; position: absolute; left: 0; top: 0; bottom: 0; right: 0 ; margin: auto;  background-color: #008dc5;}

.ind-solution .img{width: 140px; height: 140px; position: absolute;left: 50%; transform: translateX(-50%); cursor: pointer;}
.ind-solution .img::before{content: ''; width: 100%; height: 100%;position: absolute; left: 0; top: 0; background-image: url('../images/ind_icon_solution1.png') ; background-position: center center; background-size: contain;animation: xuanz 3.5s infinite linear;}
.ind-solution .img img{position: absolute; left: 0; top: 0; right: 0; bottom: 0; margin: auto; max-width: 66%; max-height: 66%;z-index: 2;}

.ind-solution .img::after{content: ''; width: 100%; height: 100%;position: absolute; left: 0; top: 0; background-image: url('../images/ind_icon_solution2.png') ; background-position: center center; background-size: contain;}

.ind-solution .img:hover::after{animation: xuanz 3.5s infinite linear;}

.ind-solution .icon.top::before{bottom: 10px;}
.ind-solution .icon.bot::before{top: 10px;}
.ind-solution .icon.top .img{bottom: calc(10px + 4.16667vw);}
.ind-solution .icon.bot .img{top: calc(10px + 4.16667vw);}
.ind-solution .icon.top .img::before{transform: rotateZ(180deg);}

.ind-solution .icon.left::before,
.ind-solution .icon.right::before{ width:4.16667vw; height: 1px; }
.ind-solution .icon.left .img{right: calc(10px + 4.16667vw);left:auto;  transform: translateY(-50%);}
.ind-solution .icon.right .img{left: calc(10px + 4.16667vw); right:auto;  transform: translateY(-50%);}
.ind-solution .icon.left .img::before{transform: rotateZ(180deg);}
.ind-solution .icon.left::before{right:10px; bottom: 0; transform: translateY(0);left: auto;}
.ind-solution .icon.right::before{left:10px;top: 10px; transform: translateY(0);left: auto; top:0;}

.ind-solution .quiinfo{position: absolute;width: 280px;background: rgba(255, 255, 255,3);padding: 16px;text-align: justify;border-radius: 5px;left: 50%;margin-left: -140px;min-height: 155px;color: #333;display: none; z-index: 10}
.ind-solution .icon.bot .quiinfo{bottom: 100%;margin-bottom: 10px;}
.ind-solution .icon.top .quiinfo{top: 100%;margin-top: 10px;}
.ind-solution .img:hover .quiinfo{display: block;}
.ind-solution .quiinfo .h3{font-size: 20px;font-weight: normal;margin: 0 0;padding: 0;}
.ind-solution .quiinfo .quitxt{margin: 5px 0;line-height: 26px;}
.ind-solution .quiinfo .quia{display: inline-block;vertical-align: top;color: #666;text-decoration: none;}

@keyframes xuanz{
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
}

/* .ind-solution .icon.top:hover .img::before{transform: rotateZ(360deg);}
.ind-solution .icon.bot:hover .img::before{transform: rotateZ(360deg);} */
.ind-solution .info2 ul li:hover{transform: translateY(0);}
.ind-solution .info2 .item{ padding: 10px 20px;line-height: 1.875;color: rgb(102, 102, 102);}
.ind-solution .info2 b{display: block; padding-left: 40px; line-height: 30px; position: relative; color: rgb(0, 0, 0); margin-bottom: 4.47%;}
.ind-solution .info2 b img{position: absolute; left: 0; top: 0;  bottom: 0; margin: auto; transition: .3s;}
.ind-solution .info2 .item:hover{transform: translateY(-10px); transition: all .3s ease-in-out;}
.ind-solution .info2 .item:hover b img{transform: rotateY(360deg);}
.ind-solution .icon:hover{z-index: 10;}
.ind-solution .drop{position: absolute; left: 50%; bottom: 0; transform: translate(-50%,50%);}

.ind-solution  .slick-dots { text-align: center; padding-top: 20px;}
.ind-solution  .slick-dots li{width: 12px; height: 12px; border-radius: 50%; background-color: #fff; margin: 0 7px; display: inline-block; transition: all .3s;}
.ind-solution  .slick-dots li button{display: none;}
.ind-solution  .slick-dots li.slick-active{background-color: #008dc5;}
@media (min-width:1921px){
    .ind-solution .icon::before{height: 80px;}
    .ind-solution .icon.top .img{bottom: calc(10px + 80);}
    .ind-solution .icon.bot .img{top: calc(10px + 80);}
}
@media (max-width:1024px){
    .ind-solution .icon .img{width: 60px; height: 60px;}
}
@media (max-width:768px){
    .ind-solution .info2{ padding-top: 2%; padding-bottom: 7%}
    .ind-solution .info2 .item{ padding: 10px 0;min-height: 190px;}
    .ind-solution .icon .quiinfo{left: 0;margin: 0;}
    .ind-solution .icon:nth-child(3) .quiinfo{left: auto;right: 0;}
    .ind-solution .icon:nth-child(5) .quiinfo{left: auto;right: -50px;}
    .ind-solution .icon:nth-child(6) .quiinfo{left: auto;right: 0;}
.ind-solution .slick-dots li{width: 10px;height: 10px}
.ind-solution .icon .img{width:50px; height: 50px;}
.auto .info2 .ul li:hover{transform: translateY(0px);}

}


.ind-product{padding-bottom: 5.21%;}
.ind-product .slick_tab{width: 32.857%; padding-right: 4px;position: relative;z-index: 98;}
.ind-product .slick_info{width: 67.125%; padding-bottom: 4px;}
.ind-product .slick_info .slick-box{background-color: #f7f6f7; height: 100%; background-size: 100% auto; background-image: url('../images/product.png'); background-position: center center; background-repeat: no-repeat;}

.ind-product .slick_tab .item{padding-bottom: 4px;}
.ind-product .slick_tab .item a{color: #fff; display: block; background-color: #008dc5; padding: 3.96% 40px 3.96% 24.18%; position: relative; transition: all .3s;}
.ind-product .slick_tab .item a span{display: block;}
.ind-product .slick_tab .item a .cn{ line-height: 1.167; white-space: nowrap}
.ind-product .slick_tab .item a .en{ line-height: 1.5; font-family: "Roboto";}
.ind-product .slick_tab .item .icon{width: 24.18%; position: absolute; left: 0; top: 0; bottom: 0; margin: auto;}
.ind-product .slick_tab .item .icon img{position: absolute; left: 0; right: 0; top: 0; bottom: 0; margin: auto; max-width: 90%; max-height: 90%;}
.ind-product .slick_tab .item i{width: 40px; height: 40px; border-radius: 50%; background: #fff url(../images/jiantou.png) center center no-repeat; position: absolute; right: 0; top: 0; bottom: 0 ;margin: auto; opacity: 0;}
.ind-product .slick_tab .item a::before{content: ''; width: 0; height: 100%; position: absolute; left: 100%; top: 0;background-image: url(../images/grey_bg_b.png);  background-size: 100% 100%; transition: all .3s; background-repeat: no-repeat;z-index: 99;}
.ind-product .slick_tab .slick-list{overflow: visible;}
.ind-product .slick_tab .active a{background-color: #868686;}
.ind-product .slick_tab .active a::before{width: 14.73%;background-image: url(../images/grey_bg.png);}
.ind-product .slick_tab .active i{opacity: 1;}

.ind-product .slick_info .slick-box .item{height: 100%; }
.ind-product .slick_info .slick-box .item>div{padding: 6.38%;}
.ind-product .slick_info .slick-box .item .ytable{height: 100%;}
.ind-product .slick_info .item .pic{width: 46.54%;}
.ind-product .slick_info .item .txt{width: 53.46%; padding-left: 3.66%;}

.ind-product .slick_info .item h3{ font-family: "Roboto";  color: rgb(0, 141, 197);font-weight: bold;line-height: 1; margin-bottom: 5px;}
.ind-product .slick_info .item h2{color: rgb(51, 51, 51);line-height: 1.167; margin-bottom: 7.35%;}
.ind-product .slick_info .item p{  color: rgb(128, 128, 128);  font-size: 14px;line-height: 1.714; margin-bottom: 13.48%; letter-spacing: 0.5px;}
.ind-product .slick_info .item .btn{display: inline-block; width: 50%; max-width: 190px; text-align: center; line-height: 54px; border: 1px solid;}
.ind-product .slick_info .item .btn.firstoftype{background-color: #008dc5; color: #fff; border-color: #008dc5;}
.ind-product .slick_info .item .btn{ color: #666; border-color: #dbdbdb; }

.ind-product .slick_info .slick-list,.ind-product .slick_info .slick-track,.ind-product .slick_info .item{height: 100%;}

@media (max-width:768px){
    .ind-product .itembox ,.ind-product .slick_info,.ind-product .slick_tab {width: 100%;display: block;}
    .ind-product .slick_tab{margin-bottom: 2%;}
    .ind-product .slick_tab .item a::before{display: none;}
    .ind-product .slick_tab .item i{right: 10px;}
    .ind-product .slick_tab .item a .en{display: none   ;}
    .ind-product .slick_tab .item{padding: 0 2px;}
    .ind-product .slick_tab .item .icon{width: 25px; height: 30px; left: 5px;}
    .ind-product .slick_tab .item a{padding: 10% 0; padding-left: 35px; padding-right: 10px;}
    .ind-product .slick_tab .item i{display: none;}
    .ind-product .slick_tab .item a .cn{font-size: 14px;}
    .ind-product .slick_info .item .btn{line-height: 30px;}
    .ind-product .slick_tab .slick-list{overflow: hidden;}
    .ind-product .slick_info .slick-box .item>div{ padding: 3% 0}
    .ind-product .slick_info .item .txt{ padding: 0 3%;}
}
@media(max-width: 480px){
    .ind-product .slick_info .item h3{font-size: 17px;}
}



.ind-case .box_left{width: 65.71%; padding: 5.71%; background-color: #fff;}
.ind-case .box_right{width: 34.29%; position: relative;}
.ind-case .box_left .sub{position: relative; margin-bottom: 6.58%;}
.ind-case .box_left .sub::before{content: ''; width: 100%; height: 1px; background-color:#008dc5 ;opacity: 0.2;position: absolute; left: 0; bottom: 20px; z-index: 5;}
.ind-case .box_left .title{float: left; background-color: #fff; padding-right: 30px; position: relative;z-index: 4;}
.ind-case .box_left .title span{display: block;color: rgb(0, 141, 197);}
.ind-case .box_left .title span:first-of-type{line-height: 1; margin-bottom: 3px;}
.ind-case .box_left .title span:last-of-type{line-height: 1.75;}
.ind-case .box_left .btn-box{float: right; background-color: #fff; padding-top: 30px; font-size: 0;position: relative;z-index: 5;}
.ind-case .box_left .btn-box button{width: 40px; height: 40px; border-radius: 50%; background-color: #008dc5; border: 0; margin-left: 10px;background-image: url('../images/jiantou_w.png'); background-position: center center; background-repeat: no-repeat; cursor: pointer;}
.ind-case .box_left .btn-box button.slick-prev{transform: rotateY(180deg);}
/* .ind-case .box_left .btn-box button[aria-disabled=true]{display: none;} */

.ind-case .box_left .slick_box{margin-left: -10px; margin-right: -10px; margin-top: -10px; margin-bottom: -10px;}
.ind-case .box_left .slick_box .item{padding: 10px; width: 33.33%; float: left;}
.ind-case .box_left .slick_box .item a{display: block; position: relative;}
.ind-case .box_left .slick_box .item .ispic{padding-top: 75%; background-color: #eee;}
.ind-case .box_left .slick_box .item h4{position: absolute; text-align: center ;width: 100%; bottom: 4%; color: #fff;}


/*.ind-case .box_left{width: 34.29%;}
.ind-case .box_right{width: 65.71%;}
.ind-case .quiaddbox{position: absolute;right: 0;top: 100%;width: 0;padding: 20px;height: 100%;z-index: 99;opacity: 0;-webkit-transition:all .8s ease-out;transition:all .8s ease-out;}
.ind-case .quiaddbox{z-index: 100;opacity: 1;top: 0;width: 65.71%;}
.ind-case .quiaddbox .slick_box{margin: -5px;}
.ind-case .quiaddbox .sub{display: none;}
.ind-case .box_left .quiaddbox .slick_box .item{padding: 5px;}*/

.ind-case .quiaddbox{position: absolute;right: -100%;top: 0;width: 65.71%;height: 100%;z-index: 99;opacity: 0;-webkit-transition:all .5s ease-out;transition:all .5s ease-out;}

.ind-case .quiaddbox.on{z-index: 100;opacity: 1;top: 0;width: 65.71%;right: 0;}

.ind-case .quiitem2{position: absolute;left: -100%;top: 0;z-index: -1;height: 100%;opacity: 0;-webkit-transition:all .5s ease-out;transition:all .5s ease-out;}
.ind-case .quiitem2.on{z-index: 10;opacity: 1;left: 0;}

.quiitembox{/*position: relative;*/overflow: hidden;}
.ind-case .box_right{z-index: 99;}

/*.ind-case .box_right{width: 0;}*/


/*.quiaddbox .slick-disabled{display: none!important;}*/

.ind-case .box_right .absolute{top: 0;  text-align: center;}
.ind-case .box_right a{color: #fff;}
.ind-case .box_right .sub{margin-bottom: 8.333%;}
.ind-case .box_right .sub span{display: block;}
.ind-case .box_right .icon{margin-bottom: 30px;}
.ind-case .box_right .sub span:first-of-type{ line-height: 1; margin-bottom: 8px;}
.ind-case .box_right .sub span:last-of-type{ line-height: 1.556;}
.ind-case .box_right .jia{width: 40px; height: 40px; border-radius: 50%; display: block; margin: 0 auto; position: relative ; background-color: #008dc5;}
.ind-case .box_right .jia::before,.ind-case .box_right .jia::after{content: ''; width: 35%; height: 3px; position: absolute; left: 0 ; top: 0; right: 0; bottom: 0; margin: auto; background-color: #fff; border-radius: 2px;}
.ind-case .box_right .jia::before{transform: rotateZ(90deg);}
.ind-case .wap_title{ display: none}
@media (max-width:768px){
    .ind-case .itembox ,
    .ind-case .box_left ,
    .ind-case .box_right{width: 100%;}
    .ind-case .box_right{padding-top: 73.73%;}
    .ind-case .box_right .icon img{ width: 50px;}
    .ind-case .box_left .slick_box .item{ padding: 5px;}
    .ind-case .wap_title{ display: block}
    .ind-case .wap_title a{ display:block; font-size: 14px; float: left; width: 50%; text-align: center; line-height:40px; background: #eee; cursor: pointer;}
    .ind-case .wap_title a.on{ color: #fff; background:#046f9a;}
    .ind-case .boxwap{ padding: 5%}
    .ind-case .box_left{ padding: 0; display: block; height: auto}
    .ind-case .hide{ height: 0; overflow: hidden;}
    .ind-case .box_right{ display: none}
    .ind-case .quiaddbox{ position: relative;opacity:1; right: auto}
    .ind-case .box_left .btn-box button{ width: 32px; height:32px;}
    .ind-product .slick_info .item .pic{width: 45%;}
    .ind-product .slick_info .item .txt{width: 55%; padding-left: 3.66%;}
    .ind-product .slick_info .item p{font-size: 13px;}
}



/* .ind-company .item{position: relative; padding:20px; text-align: center; border: 4px solid transparent; transition: all .3s;}
.ind-company .item .xian1 {position: absolute;top: 0;left: 0;width: 0%;height: 4px;background-color: #0099ff;box-shadow: 0 0 6px #0099ff;}
.ind-company .item .xian3 {position: absolute;bottom: 0;right: 0;width: 0%;height: 4px;background-color: #0099ff;box-shadow: 0 0 6px #0099ff;}
.ind-company .item .xian2 {position: absolute;top: 0;right: 0;width: 4px;height: 0%;background-color: #0099ff;box-shadow: 0 0 6px #0099ff;}
.ind-company .item .xian4 {position: absolute;bottom: 0;left: 0;width: 4px;height: 0%;background-color: #0099ff;box-shadow: 0 0 6px #0099ff;}
.ind-company .item .num{ color: rgb(0, 0, 0); font-weight: bold; line-height: 1.3; margin-top: 8.43%;}
.ind-company .item .num b{font-size: 120px; font-family: "Roboto";}
.ind-company .item h4{color: rgb(0, 0, 0); line-height: 1.083; margin-bottom: 2.4%; font-weight: bold;}
.ind-company .item p{ color: rgb(102, 102, 102); line-height:26px; max-width: 220px; margin: 0 auto; min-height:78px; margin-bottom: 60px;}
.ind-company .item .icon{ position: absolute; width: 100%; bottom:20px}
.ind-company .item .icon img{ margin: auto;}
.ind-company .item .icon .show{display: block; }
.ind-company .item .icon .hover{display: none; }
  
.ind-company .item:hover .xian1 {transition: 0.3s;width: 100%;}
.ind-company .item:hover .xian2 {transition: 0.3s;transition-delay: 0.3s;height: 100%;}
.ind-company .item:hover .xian3 {transition: 0.3s;transition-delay: 0.6s;width: 100%;}
.ind-company .item:hover .xian4 {transition: 0.3s;transition-delay: 0.9s;height: 100%;}
.ind-company .item:hover .num{color: #008dc5;}
.ind-company .item:hover h4{color: #008dc5;}
.ind-company .item:hover p{color: #008dc5;}
.ind-company .item:hover .icon .show{display: none; }
.ind-company .item:hover .icon .hover{display: block; }
.ind-company  .slick-dots { text-align: center; padding-top: 20px;}
.ind-company  .slick-dots li{width: 12px; height: 12px; border-radius: 50%; background-color: #eee; margin: 0 7px; display: inline-block; transition: all .3s;}
.ind-company  .slick-dots li button{display: none;}
.ind-company  .slick-dots li.slick-active{background-color: #008dc5;}
@media (max-width:1200px){
    .ind-company .item .num b{font-size: 80px;}
}
@media (max-width:1024px){
    .ind-company .item .num b{font-size: 60px;}
}
@media (max-width:768px){
    .ind-company .item .num b{font-size: 20px;}
    .ind-company .item{width: 100%; margin-right: 0;}
    .ind-company .item .icon{ display: block;margin-bottom: 15px;margin-left: auto;margin-right: auto;position: unset;width: 30px;height: 30px;padding-top: 10px; bottom: auto;}
    .ind-company .item .num,
    .ind-company .item h4{ display: inline-block}
    .ind-company .item:nth-of-type(3n){margin-right: 0;}
    .ind-company .item p{display: none;max-width:none; min-height: inherit; margin-bottom:0}
    .ind-company .item .num{ margin-top: 0;padding-bottom: 0;}
    .ind-company .title{ height:70px;}
    .ind-company .slick-dots{ padding-top: 0}
}
@media (max-width:640px){
    .ind-company .title{ height: auto;}
    .ind-company .item{padding: 10px 20px;}
} */
.ind-news .box_left{width: 64.286%; padding-right: 1.43%;}
.ind-news .box_right{width: 35.714%; position: relative;}
.ind-news .box_left a{display: block;}
.ind-news .box_left .ispic{padding-top: 37.5%; background-color: #eee; display: block; transition: all .3s;}
.ind-news .box_left .pic{overflow: hidden;}
.ind-news .box_left .txt{position: relative ; padding-left: 18.18%; background-color: #f5f5f5;}
.ind-news .box_left .txt .time{width: 18.18%; position: absolute; left: 0; height: 100%; top: 0; background-color: #008dc5; color: #fff;  padding: 3.4% 1%; text-align: center;}
.ind-news .box_left .txt time{display: inline-block;vertical-align: middle; text-align: left;font-family: "Roboto";}
.ind-news .box_left .txt time span{display: block;line-height: 1.3;}
.ind-news .box_left .txt time b{ line-height: 1.279;}
.ind-news .box_left .txt h4{ color: rgb(51, 51, 51);line-height: 1.364; margin-bottom: 4px;}
.ind-news .box_left .txt p{color: rgb(153, 153, 153); line-height: 1.714; height: 3.428em;}
.ind-news .box_left .txt .con{padding: 3.47% 8.333% 2.78%;}
.ind-news .box_left .item:hover .ispic{transform: scale(1.1);}
.ind-news .box_left .item:hover .txt h4{color: #008dc5;}


.ind-news .box_right .item{position: absolute; width: 100%; left: 0; height: 47.8%; background-color: #008ec5; }
.ind-news .box_right .item .ytable-cell{padding:5% 12% 0; }
.ind-news .box_right .item a{display: block; color: #fff;}
.ind-news .box_right .item:first-of-type{top: 0;}
.ind-news .box_right .item:last-of-type{bottom: 0;}
.ind-news .box_right .item:nth-child(3),
.ind-news .box_right .item:nth-child(4),
.ind-news .box_right .item:nth-child(5),
.ind-news .box_right .item:nth-child(6){ display: none;}
.ind-news .box_right .item .time{font-family: "Roboto";}
.ind-news .box_right .item .pic{width: 100%; height: 100%; position: absolute; left: 0; top: 0; opacity: 0.3; overflow: hidden;}
.ind-news .box_right .item .pic span{width: 100%; height: 100%; position: absolute; left: 0; top: 0; transition: all .3s;}
.ind-news .box_right .item .txt p{ display: none}
.ind-news .box_right .item:hover .pic span{transform: scale(1.1);}
@media (max-width:768px){
    .ind-news .itembox ,.ind-news .box_left ,.ind-news .box_right{width: 100%; display: block;}
    .ind-news .box_right{}
    .ind-news .box_left{padding-right: 0; margin-bottom: 2%;}
    .ind-news .box_right .item{ background: none; height: auto; position: relative; padding: 1% 0; border-bottom: 0}
    .ind-news .box_right .item:last-child{ border-bottom: none}
    .ind-news .box_right .item .ytable-cell{padding:0;}
    .ind-news .box_right .item .absolute{position: relative;}
	.ind-news .box_right .item:nth-child(4),
	.ind-news .box_right .item:nth-child(3){ display: block;}
    .ind-news .box_right .item .pic{ display: none}
    .ind-news .box_right .item .txt time{ display: none}
    .ind-news .box_right .item .txt h4{ -webkit-line-clamp: 1; color: #333}
    .ind-news .box_right .item .txt p{ display: none; color: #999}
    .ind-news .box_right .item .txt{padding: 0 30px 0 20px;position: relative;}
    .ind-news .box_right .item .txt:before{position: absolute;content: '';left: 0;top: 10px;width: 10px;height: 10px;background-color: #ddd;border-radius: 10px;z-index: 3}
    .ind-news .box_right .item .txt:after{position: absolute;content: '';right: 0;top: 8px;width: 19px;height: 12px;background-image: url('../images/jiantou-1.png');z-index: 3}
    .ind-news .box_left .item{ position: relative}
    .ind-news .box_left .ispic { padding-top: 50%}
    .ind-news .box_left .txt .con{ padding: 0}
    .ind-news .box_left .txt{ position: absolute; width: 100%; bottom: 0; padding:10px 4%; background: rgba(0,0,0,0.8)}
    .ind-news .box_left .txt h4{ color: #fff; font-size: 16px;}
    .ind-news .box_left .txt .time,
    .ind-news .box_left .txt p{ display: none}
}
