/*
 * Powered by ueeshop.com		http://www.ueeshop.com
 * 广州联雅网络科技有限公司		020-83226791
 */

body{background:#f4f4f4;}
img{vertical-align:middle;}
a[class]:hover{text-decoration:none;}
/* header */
/* .headerFixed{background-color:transparent; position:fixed; left:0; top:auto; z-index:2;width: 100%;}
@media (min-width:1000px) {
	.headerFixed.tran{transition:transform 1s cubic-bezier(.165,.84,.944,1); transform:translateY(-100px); -webkit-transform:translateY(-100px);}
	.headerFixed.show{transform:translateY(0); -webkit-transform:translateY(0);}
} */
/* banner */
.banner{position:relative;}
.banner img{width:100%;}
.banner .pagination{position:absolute; width:100%; text-align:center; bottom:1.8vw; left:0;}

/* pro3 */
.pro3{padding:20px 30px;}
.pro_li{padding-top:80px; padding-bottom:65px;}
.pro_li a{text-decoration:none;}
.pro_li img{-ms-transition:all 0.5s ease 0s; -webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;}
.pro_li:hover img{-ms-transform: scale(1.05); -webkit-transform: scale(1.05); transform: scale(1.05); -ms-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s;}
@media (max-width:1000px) {
	.pro3{padding:10px;}
	.pro_li{padding-top:35px; padding-bottom:35px;}
	.bx_nav_one  .headerFixed{border-width: 0;}
}
.button_next, .button_prev{position:absolute; top:50%; left:0;}
.button_next{left:auto; right:0;}
.button_next{background-repeat:no-repeat; background-position:center center; background-size:10px 15px;}
.button_prev{background-repeat:no-repeat; background-position:center center; background-size:10px 15px;}
.pagination{text-align:center;}
.pagination.bttom{position:static; line-height:51px;}
.pagination.circle .bullet{display:inline-block; width:20px; height:20px; border-radius:50%; box-sizing:border-box; opacity:1; background-clip:content-box; margin:0 4px;}
.button_prev.btn_cirlce, .button_next.btn_cirlce{width:51px; height:51px; background-size:15px 15px; background-position:center center; background-repeat:no-repeat;}
.button_prev.btn_cirlce:hover{background-repeat:no-repeat; background-position:center center; background-size:10px 15px;}
.button_next.btn_cirlce:hover{background-repeat:no-repeat; background-position:center center; background-size:10px 15px;}
