@charset "utf-8";
/* CSS Document */

#owl-demo .item {
    display: block;
}
#owl-demo img {
    display: block;
    width: 100%;
}

#owl-demo .owl-controls {   height:0; padding:0; margin:0;}
#owl-demo .owl-controls .owl-buttons div{ position:absolute; top:50%; margin-top:-30px; color: #F4A21A;display: inline-block;zoom: 1;*display: inline;font-size: 12px;width:60px;height:60px;text-indent:5000px;float:left; z-index:1040; overflow:hidden;}
#owl-demo .owl-wrapper-outer{ z-index:1040;}
#owl-demo .owl-controls .owl-buttons .owl-prev{ background:url(../images/index_left1.png) center center no-repeat; left:10px; background-size:cover;}
#owl-demo .owl-controls .owl-buttons .owl-next{ background:url(../images/index_right1.png) center center no-repeat; right
:10px; background-size:cover;}

#owl-demo .owl-controls .owl-pagination {width: 100%; max-width:100% !important;  margin: 0 auto; text-align:center; position:absolute; bottom:0; z-index:1040;}
#owl-demo .owl-controls .owl-page span {display: block;width: 10px;height: 10px;margin:20px 5px; border:1px solid #fff;-webkit-border-radius: 7px;-moz-border-radius: 7px;border-radius: 7px;background-color: #fff;}
#owl-demo .owl-controls .owl-page.active span, #owl-demo2 .owl-controls.clickable .owl-page:hover span {background-color: #ffd800;border:1px solid #ffd800;}

/**首页产品**/
.i_title{ background:url(../images/zibg.png) no-repeat center 20px; margin-bottom:30px; margin-top:60px;}
.i_title h1{ font-size:30px; font-weight:700; line-height:30px; margin-bottom:20px;}
.i_title p{ font-size:21px; line-height:24px;font-weight:700; padding-bottom:10px;}
.i_title .zi2{ font-size:13px;line-height:24px; margin-top:30px;}
#i_products{ width:100%; overflow:hidden; max-width:1100px; margin:0 auto; margin-bottom:40px; }
#i_products .item{ margin:0 2px;}
#i_products .owl-controls .owl-page span {display: block;width:54px;height:4px;margin: 5px; background-color:#D6D6D6;}
#i_products .owl-controls .owl-page.active span, #owl-demo2 .owl-controls.clickable .owl-page:hover span {background-color: #ffd800;}
.i_products_box{overflow:hidden; background:url(../images/erbg.jpg) center top repeat-x #f4f4f4;}
#i_products .item a{ display:block; width:100%; height:100%; }
.i_products_pic{ width:100%; overflow:hidden; position:relative; z-index:9;}
.i_products_pic img{ width:100%; -webkit-transition: all ease 1s; transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s;}
.i_products_pic_bg{ z-index:99; width:100%; height:100%; position:absolute; top:-100%; left:0; background:url(../images/i_products_bg.png) repeat; -webkit-transition: all ease 1s; transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s;}
.i_products_txt{ width:100%; height:156px; padding:0 10px; text-align:center; position:absolute; top:50%; margin-top:-40px; left:0; z-index:11; padding-bottom:76px; background:url(../images/i_products_bg_con.png) center bottom no-repeat;}
.i_products_txt h1{ color:#fff; font-size:18px; font-weight:normal; line-height:40px;}
.i_products_txt p{ font-size:12px; color:#fff; line-height:20px; text-align:center;}

.i_products_con{ width:100%; position:relative; z-index:9; height:78px;}
.i_products_con h1{ font-size:16px; font-weight:normal; line-height:78px; color:#1b1b1b; text-align:center; overflow:hidden; white-space:nowrap; text-overflow: ellipsis;}
.i_products_con_bg{ z-index:10; width:100%; height:100%; position:absolute; bottom:-100%; left:0; background:url(../images/i_products_bg.png) repeat; -webkit-transition: all ease 1s; transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s;}



#i_products .item:hover .i_products_pic img{transform: scale(1.3); -webkit-transform: scale(1.3);  -o-transform: scale(1.3);  -moz-transform: scale(1.3); -webkit-transition: all ease 1s; transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s;}
#i_products .item:hover  .i_products_pic_bg{ top:0; -webkit-transition: all ease 1s; transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s;}
#i_products .item:hover  .i_products_con_bg{ bottom:0; -webkit-transition: all ease 1s; transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s;}

#i_products .item:hover  .i_products_con h1{ color:#23527C; -webkit-transition: all ease 1s; transition: all ease 1s; -moz-transition: all ease 1s; -o-transition: all ease 1s;}


/**视频**/
.video_box{ width:100%; max-width:300px; margin:0 auto; }
.video-js{ width:100%; height:196px; margin:0 auto; text-align:center; }
