.index_products{width:1190px; margin:auto;height: 590px;padding-top: 100px;}
@media only screen and (max-width: 1500px) and (min-width: 1340px){
.index_products{width: 1190px;float: left;margin-left: 150px;}
}
@media only screen and (max-width: 1340px) and (min-width: 1002px){
.index_products{width: 1190px;float: left;margin-left: 160px;}
}
.index_product_title{background: url(../ZERO/img/protitlebg.jpg) left no-repeat;padding-left: 103px;width: 300px;height: 68px;float: left;margin-bottom: 38px;}
.index_product_title p{font-size: 38px;text-transform: uppercase;margin-left: -10px; margin-left: -20px;height: 38px;line-height: 50px;
}
.index_product_more{float: right;background: url(../ZERO/img/promore.jpg) left center no-repeat;padding-left: 60px;width: 60px;text-align: right;}
.index_product_more a {font-size: 18px;line-height: 68px;color: #009a44}

.index_products_right{width: 1190px;height: 475px;clear: both;}

.index_prolist{text-align: center;float: left;width: 146px;height: 39px;border: 1px solid #2975c9;background: #fff}
.index_prolist a h3{color: #2c72b9;line-height: 39px;font-size: 14px;font-weight: normal;}
.index_prolist:hover {background: #2975c9}
.index_prolist:hover a h3{color: #fff}
.index_prolist:hover a{text-decoration: unset;}

.asd{width: 291px;float: left;height: 472px;border:1px solid #e5e5e5;position: relative;
    overflow: hidden;
    }
.asd .img{float: left;}
.asd .img img{width: 291px;}
.asd:hover{-webkit-box-shadow:0px 0px 3px #e5e5e5;
     -moz-box-shadow:0px 0px 3px #e5e5e5;
     box-shadow:0px 0px 3px #e5e5e5;}

.in_proname {
	position: absolute;
    top: 0;
    z-index: 3;
    text-align: center;
    color: #ffffff;
    width: 225px;
    padding-top: 125px;
    left: 32px;
}
.index_prode{font-size: 14px;color: #fff;margin-top: 38px;padding-top: 38px;background: url(../ZERO/img/pro_debg.jpg) center top no-repeat;}

.in_proname a{color:#fff; font-size:16px; line-height:38px; font-weight:normal;}
.in_proname a b{
	display: block;
    width: 23px;
    height: 23px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 20px auto;
    font-weight: normal;
    font-size: 22px;
    line-height: 23px;
}
.index_products_more{width: 147px;height: 46px;background: #2975c9;text-align: center;clear: both;margin:auto;}
.index_products_more a{line-height: 46px;font-size: 16px;color: #fff}


#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;
}