﻿/*首页开始*/
.migusy{ position:relative;display:block; overflow: hidden;background:#444041; border-radius:10px 10px 0 0;border:3px #999 solid;border-bottom:none; }

.syjianjietitle{ border-bottom: 1px #666 solid; }
.syjianjietitle span{ font-size:1.2rem;color:#009DFF;font-weight:bold; }
.syjianjietitle a.more{ background:url(../img/more.png) no-repeat center; width:30px; height:15px;display:block;margin-top:10px; }

.sychanpin{ position:relative;display:block; overflow: hidden; }
.sychanpinbt{ border-bottom: 1px #666 solid; }
.sychanpinbt span{ font-size:1.2rem;color:#009DFF;font-weight:bold; }
.sychanpinbt a.more{ background:url(../img/more.png) no-repeat center; width:30px; height:15px;display:block;margin-top:10px; }

.syzuolist{ position:relative;display:block; overflow: hidden; }
.syzuolist dt{ background:#009DFF;color:#fff;line-height:3; }
.syzuolist dt a{ color:#fff; }
.sycpbt{ font-size:1.2rem;color:#009DFF;font-weight:bold;border-bottom: 1px #666 solid; }
.sycpzuobox{ color:#fff; }
.sycpyou{ position:relative;display:block; overflow: hidden; }
.sycpyou .sycpzs{ position:relative;display:block; overflow: hidden; }
.sycpyou .sycpzs .sycptp{position:relative;display:block; overflow: hidden;border:1px solid #ccc; }
.sycpyou .sycpzs .sycptp span{ width:100%;padding-top:75%;display:block;background-repeat:no-repeat;background-position:center;background-size:contain;transition: ease all 0.6s;-webkit-transition: ease all 0.6s;-moz-transition: ease all 0.6s;-o-transition: ease all 0.6s; }
.sycpyou .sycpzs .sycptp span:hover{ transform: scale(1.2); }
.sycpyou .sycpzs p{ color:#fff; margin-bottom:0;font-size:0.8rem; }

.syxinwei{ position:relative;display:block; overflow: hidden;background:#222;border-left:3px #999 solid;border-right:3px #999 solid; }
.syxwhz{ position:relative;display:block; overflow: hidden; }
.syxwbt{ border-bottom: 1px #666 solid; }
.syxwbt span{ font-size:1.2rem;color:#009DFF;font-weight:bold; }
.syxwbt a.more{ background:url(../img/more.png) no-repeat center; width:30px; height:15px;display:block;margin-top:10px; }
.syxwlb{ position:relative;display:block; overflow: hidden;  }
.syxwlb li a{ color:#fff;background:url(../img/ar_b.jpg) no-repeat left center; padding-left:20px; }
.syxwlb span{ color:#ccc; }
.category-box{ position: relative;overflow: hidden; margin:15px;
transition: ease all 0.4s;
-webkit-transition: ease all 0.4s;
-moz-transition: ease all 0.4s;
-o-transition: ease all 0.4s;}
.category-box:hover{box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);}
.category-box::before,
.category-box::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    z-index: 1;
}
.category-box:hover::after {
    background-color: rgba(255, 255, 255, 0.3);
    bottom: 50%;
    top: 50%;
}
.category-box:hover::before {
    background-color: rgba(255, 255, 255, 0.3);
    left: 50%;
    right: 50%;
}
.category-box a img{
    overflow: hidden;
	width: 100%;
	display: block;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.category-box-detail{
	color: #282828;
	position: absolute;
	text-align: left;
	width: 60%;
	padding: 0 5%;
	top: 50%;
	left: 0;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.category-box-type{
	margin-bottom: 17px;
}
.category-box-type h2{
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
.category-box-detail a.btn {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
	transition: ease all 0.4s;
	-webkit-transition: ease all 0.4s;
	-moz-transition: ease all 0.4s;
	-o-transition: ease all 0.4s;
}
.category-box-detail a.btn:hover{
	margin-left: 10px;
}


/*首页结束*/
