.index_about_head1{ margin-top:45px; font-size:28px; color:#1f1f1f; text-align:left; line-height:45px;}
.index_about_pic1{ margin-top:34px; position:relative;}
#owl-demo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	display:block;
}
#owl-demo .item {
    display: block;
    margin: 5px;
}
#owl-demo img {
    display: block;
    width: 100%;
}

.owl-nav{width:70px; margin:auto;}
.owl-prev{background:url(../ZERO/img/lbtn.jpg) no-repeat;width:28px;height: 28px; top:-70px; right:43px; position:absolute; z-index:99;}
.owl-prev:hover{background:url(../ZERO/img/lbtn2.jpg) no-repeat;}
.owl-next{background:url(../ZERO/img/rbtn.jpg) no-repeat;width:28px;height: 28px; top:-70px; right:0px; position:absolute; z-index:99;}
.owl-next:hover{background:url(../ZERO/img/rbtn2.jpg) no-repeat;}

.index_about2{ margin-top:82px;}
.index_about_pic{width:94%; padding-right:3%; padding-top:3%; margin-left:3%;}
.index_about_title{ margin-top:30px; background:url(../ZERO/img/about_head.jpg) left bottom no-repeat; font-size:28px; color:#1f1f1f; line-height:40px; padding-left:130px;}
.index_about_nr{ font-size:15px; margin-top:15px; line-height:27px; color:#808080; text-align:left;}
.index_about_more{width:154px; margin-top:30px; height:38px; background:#219648; float:right; text-align:center; line-height:38px;}
.index_about_more a{ font-size:16px; color:#ffffff;}


@media (max-width:768px){
.index_about_head1{margin-top:15px;}
.index_about_pic1{margin-top:10px;}
.index_about2{ margin-top:32px;}
.owl-prev{top:-43px;}
.owl-next{top:-43px;}
}
#index_about_animate1,#index_about_animate2,#index_about_animate3{

  -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;
}