.index_products_title{width:1190px; margin:auto;position: absolute;}
.index_products_title li{ font-size:36px; color:#fff; line-height:25px;font-weight: bold;position: absolute;left: 522px;top: 180px;}
.index_products{width: 100%;height: 1019px;}
.pro_1{width: 590px;height: 259px;position: absolute;left: 0px;top: 275px;background: #767b71;text-align: center;}
.pro_1:hover{opacity: 0.8}
.pro1_left{width: 295px;height: 259px;float: left;overflow: hidden;}
.pro1_right{width: 294px;height: 259px;float: right;overflow: hidden;}
.pro1_right img{
  cursor: pointer;
  transition: all 0.6s;
}
 .pro1_right img:hover{
  transform: scale(1.2);
}

.jy1{position: absolute;left: 0px;top: 290px;background: url(../ZERO/img/jy1.jpg) center center no-repeat;width: 500px;height: 564px;}
.jy1_1{position: absolute;font-size:14px;color: #fff;left: 55px;top: 205px;}
.jy1_2{position: absolute;font-size:14px;color: #fff;left: 55px;top: 260px;}

.jy2{position: absolute;left: 522px;top: 290px;}
.jy3{position: absolute;left: 873px;top: 290px;}
.jy_name{width: 300px;height: 50px;padding-left: 20px;font-size:14px;color: #333;line-height: 50px;background: #fff;margin-top: -7px;}

.jy4{position: absolute;left: 522px;top: 580px;}
.jy5{position: absolute;left: 873px;top: 580px;}

#index_products_animate,#index_products_animate_1{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-animation-duration: 1s;
-webkit-animation-delay: .2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 1s;
-moz-animation-delay: .2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: 1s;
-ms-animation-delay: .2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: 1s;
animation-delay: .2s;
animation-timing-function: ease;
animation-fill-mode: both;
}