@media screen and (min-width:1200px) {
    .header { background-color: rgba(255, 255, 255, .9); }
    .container { margin: 0 auto; width: 1200px; }
    .banner { margin-top: 80px; width: 100%; height: 300px; text-align: center; background: url(../images/banner-pro.jpg) center no-repeat; overflow: hidden; }
    .about-wrapper { margin: 30px 0; overflow: hidden; }
    .title { margin-top: 110px; font-size: 28px; text-align: center; color: #fff; z-index: 2; }
    .subtitle { margin-top: 15px; font-size: 12px; text-align: center; color: #fff; z-index: 2; }
    .banner .line { margin: 15px auto; width: 60px; height: 4px; background-color: #fff; }
    .product-wrapper { padding: 30px 0; background-color: #f2f2f2; }
    .tit { margin-left: 1%; padding-left: 15px; height: 40px; border-left: 4px solid #ff891b; }
    .tit .heading { height: 24px; font-size: 24px; font-weight: bold; color: #634c33; }
    .tit .subheading { margin-top: 4px; font-size: 12px; color: #999; line-height: 12px; }
    .product-list { margin: 40px 0; text-align: center; overflow: hidden; }
    .product-list ul li { float: left; margin: 1%; width: 22%; }
    .product-list ul li a { display: block; border: 1px solid #eee; transition: all .5s; }
    .product-list ul li a:hover { display: block; border: 1px solid transparent; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15); transform: translateY(-10px); }
    .product-list ul li .img-wrapper { width: 100%; overflow: hidden; height:225px; background-position: center; background-size:contain; background-repeat: no-repeat; }
    .product-list ul li .img-wrapper img { width: 100%; transition: .5s; }
    .product-list ul li .name { position: relative; padding: 15px 20px; font-size: 16px; text-align: center;        /* line-height: 1.8; */ color: #6b5740; background-color: #fff; box-sizing: border-box; }
    .product-list ul li .line { position: absolute; left: 0; top: -1px; width: 0; height: 1px; background-color: #ff891b; transition: .5s; }
    .product-list ul li:hover .line { width: 100%; }
    .view-more { display: block; margin: 20px auto; width: 148px; height: 38px; font-size: 14px; border-radius: 38px; cursor: pointer; }
    .product-list .view-more a { display: block; color: #ff891b; line-height: 38px; text-align: center; border: 1px solid #ff891b; border-radius: 38px; }
    .product-list .view-more a:hover { color: #fff; border: 1px solid #ff881a; background-color: #ff881a; transition: none; }
	
	
	.product-lista { margin: 40px 0; text-align: center; overflow: hidden; }
	.product-lista ul li { float: left; margin: 1%; width: 48%; }
	.product-lista ul li a { display: block; border: 1px solid #eee; transition: all .5s; }
	.product-lista ul li a:hover { display: block; border: 1px solid transparent; box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15); transform: translateY(-10px); }
	.product-lista ul li .img-wrapper { width: 100%; overflow: hidden; height:415px; background-position: center; background-size: cover;background-repeat: no-repeat; }
	.product-lista ul li .img-wrapper img { width: 100%; transition: .5s; }
	.product-lista ul li .name { position: relative; padding: 15px 20px; font-size: 17px; text-align: center;        /* line-height: 1.8; */ color: #333; background-color: #fff; box-sizing: border-box; }
	.product-lista ul li .line { position: absolute; left: 0; top: -1px; width: 0; height: 1px; background-color: #ff891b; transition: .5s; }
	.product-lista ul li:hover .line { width: 100%; }
	
	.product-lista .view-more a { display: block; color: #ff891b; line-height: 38px; text-align: center; border: 1px solid #ff891b; border-radius: 38px; }
	.product-lista .view-more a:hover { color: #fff; border: 1px solid #ff881a; background-color: #ff881a; transition: none; }

     .page { margin: 40px auto; width: auto; height: auto; font-size: 0; text-align: center; }
    .page a { display: inline-block; margin: 0 4px; padding: 0; width: 38px; height: 38px; font-size: 14px; text-align: center; line-height: 38px; color: #666666; border: 1px #d8d8d8 solid; border-radius: 3px; }
    .page a:hover, .page .active { color: #fff; background-color: #ff891b; }
	.page img{vertical-align: middle;}
}
@media (max-width:1200px) and (min-width:769px) {
    .header { background-color: rgba(255, 255, 255, .9); }
    .container { margin: 0 auto; width: 9.4rem; }
    .banner { margin-top: 1.2rem; width: 100%; height: 3rem; text-align: center; background: url(../images/banner-pro.jpg) center no-repeat; overflow: hidden; }
    .title { margin-top: 1.2rem; font-size: 0.36rem; text-align: center; color: #fff; z-index: 2; }
    .subtitle { margin-top: 0.15rem; font-size: 0.18rem; text-align: center; color: #fff; z-index: 2; }
    .banner .line { margin: 0.15rem auto; width: 1rem; height: 0.04rem; background-color: #fff; }
    .tit { padding-left: 0.15rem; height: 0.4rem; border-left: 0.04rem solid #ff891b; }
    .tit .heading { height: 0.24rem; font-size: 0.24rem; font-weight: bold; color: #634c33; }
    .tit .subheading { margin-top: 0.04rem; font-size: 0.12rem; color: #999; line-height: 0.12rem; }
    .product-wrapper { padding: 0.6rem 0; background-color: #f2f2f2; }
    .product-list { margin: 0.3rem 0; text-align: center; overflow: hidden; }
    .product-list ul li { position: relative; float: left; margin-right: 0.2rem; margin-bottom: 0.2rem; width: 3rem; background-color: #fff;        /* box-shadow: 0 0 10px #eee; */ }
    .product-list ul li:nth-of-type(3n) { margin-right: 0; }
    .product-list ul li a { display: block; box-shadow: 0 0 0.1rem #eee; }
    .product-list ul li .img-wrapper { width: 3rem; height: 1.8rem; border-bottom: 0.01rem solid #eee; overflow: hidden; }
    .product-list ul li .img-wrapper img { width: 100%; transition: .5s; }
    .product-list ul li .name { padding: 0.1rem 0.2rem; font-size: 0.18rem; text-align: center; line-height: 1.8; color: #000; box-sizing: border-box; }
    .view-more { display: block; margin: 0.2rem auto; width: 3.48rem; height: 0.58rem; font-size: 0.24rem; border-radius: 0.58rem; }
    .view-more a { display: block; color: #ff891b; line-height: 0.58rem; text-align: center; border: 0.01rem solid #ff891b; border-radius: 0.58rem; }
     .page { margin: 0.4rem auto; width: auto; height: auto; font-size: 0; text-align: center; }
    .page a { display: inline-block; margin: 0 0.04rem; width: 0.38rem; height: 0.38rem; font-size: 0.14rem; text-align: center; line-height: 0.38rem; color: #666666; border: 0.01rem #d8d8d8 solid; border-radius: 0.03rem; }
    .page a:hover, .page .active { color: #fff; background-color: #ff891b; }
}
@media screen and (max-width:768px) {
    .header { background-color: rgba(255, 255, 255, .9); }
    .container { margin: 0 auto; width: 7.1rem; }
    .banner { margin-top: 1.2rem; width: 100%; height: 3rem; text-align: center; background: url(../images/banner-pro.jpg) center no-repeat; overflow: hidden; }
    .title { margin-top: 1rem; font-size: 0.48rem; text-align: center; color: #fff; z-index: 2; }
    .subtitle { margin-top: 0.15rem; font-size: 0.18rem; text-align: center; color: #fff; z-index: 2; }
    .banner .line { margin: 0.15rem auto; width: 1rem; height: 0.04rem; background-color: #fff; }
    .tit { padding-left: 0.15rem; height: 0.6rem; border-left: 0.04rem solid #ff891b; }
    .tit .heading { height: 0.36rem; font-size: 0.36rem; font-weight: bold; color: #634c33; }
    .tit .subheading { margin-top: 0.06rem; font-size: 0.18rem; color: #999; line-height: 0.18rem; }
    .product-wrapper { padding: 0.6rem 0; background-color: #f2f2f2; }
    .product-list { margin-top: 0.3rem; text-align: center; }
    .product-list ul li { position: relative; float: left; margin-right: 0.1rem; margin-bottom: 0.1rem; width: 3.5rem; background-color: #fff;        /* box-shadow: 0 0 10px #eee; */ }
    .product-list ul li:nth-of-type(2n) { margin-right: 0; }
    .product-list ul li a { display: block; box-shadow: 0 0 0.1rem #eee; }
    .product-list ul li .img-wrapper { width: 3.5rem; height: 1.8rem; border-bottom: 1px solid #eee; overflow: hidden; }
    .product-list ul li .img-wrapper img { width: 100%; transition: .5s; }
    .product-list ul li .img-wrapper:hover img { transform: scale(1.2); }
    .product-list ul li .name { padding: 0.1rem 0.2rem; font-size: 0.28rem; text-align: center; line-height: 1.8; color: #000; box-sizing: border-box; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
    .page { display: none; }
    .view-more { display: block; margin: 0.2rem auto; width: 3.48rem; height: 0.58rem; font-size: 0.28rem; border-radius: 0.58rem; }
    .view-more a { display: block; color: #ff891b; line-height: 0.58rem; text-align: center; border: 1px solid #ff891b; border-radius: 0.58rem; }
}