.index_products_title{width:100%;text-transform:uppercase; margin:auto;height:48px; font-size:37px;font-family: 'arial'; color:#444444;text-align:center;font-weight: bold;line-height: 48px;}
.index_products_title span{color: #419019}

.in_procon{font-size: 18px;color: #999;text-align: center;font-family: 'arial';margin-bottom: 25px;margin-top: 15px;}

.index_products{width: 100%;height: 880px;padding-top: 10px;background:#fff;}
.index_product2{width: 1200px;margin: 0 auto;height: 880px;position: relative;}

.Page_Search{width: 100%}

.page_indexpro{}

.page_promore{margin-top:40px;width: 165px;height: 40px;background: #419019;text-align: center;clear: both;margin:auto;border-radius: 5px}
.page_promore:hover{background:#256d00 }
.page_promore a{color: #fff;line-height: 40px;color: #fff;font-weight: bold;font-size:16px;}


.page_pro{ width:278px; float:left;position: relative;overflow: hidden;border: 1px solid #333333}
.pro_name{width: 278px;height: 50px;background:#333;text-align: center;}
.pro_name a{font-size: 18px;color: #ffffff;line-height: 50px;}

.page_pro img{width:278px;cursor: pointer;transition: all 0.8s;}
.page_pro:hover img{transform: scale(1.2);}



.page_pro:hover {border: 1px solid #419019}
.page_pro:hover .pro_name{background:#419019;}

.page_name{width: 365px;position: relative;text-align: center;margin-top: -7px;padding-bottom: 30px;background: #fff}
.page_name a{font-size: 19px;line-height:30px;padding-left: 15px;}
.page_name2 a{text-align: center;font-size: 30px;color: #333333}
.page_descr{width: 350px;margin: auto;margin-top: 25px;font-size: 18px;color: #535353;line-height: 26px;}
.page_more{width: 210px;height: 34px;background: #0b72a9;margin: auto;margin-top: 30px;border-radius: 5px;text-align: center;}

.page_more a{line-height: 34px;color: #fff;font-size: 22px;text-transform: uppercase;}



#index_products_animate,#index_products_animate_1,#index_products_animate_2{
-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;
}