/*banner轮播*/
.homebanner {
    overflow: hidden;
    width: 100%;
    max-height: 1024px;
    position: relative;
}
.homebanner ul {}
.homebanner ul li {
    width: 100%;
    height:100%;
    max-height: 1024px;
    overflow: hidden;
    position: relative;
}
/*banner图导航按钮*/
.homebanner .swiper-pagination {
    bottom: 10% !important;
}
.homebanner .swiper-pagination-bullet {
    width: 16px;
    height: 4px;
    border-radius:5px;
    background: #fff;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
}
.homebanner .swiper-pagination-bullet-active {
    background: #9d0208;
}

.banner .page{
    width:100%;
}
.banner .page a{ 
    display:block;
    position:absolute;
    top:40%;
    width:41px;
    height:41px;
    z-index:99999;
}

.homebanner .page{ }
.homebanner .page a{ 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    background:#000;
    z-index:99999;
}
.homebanner .page a.prev {
    left:5%;
    background: url(../images/next.png) no-repeat left center;
    transform: rotate(-180deg);
}
.homebanner .page a.next {
    right:5%;
    background: url(../images/next.png) no-repeat left center;
}
.homebanner .page a:hover {
    background: url(../images/next.png) no-repeat right center;
}
.go-more {
    position:absolute;
    bottom:15%;
	z-index:1;
    width:100%;
    height:100px;
    background:url(../images/xia.svg) no-repeat center center/30px;
    animation: go-more 0.3s linear infinite;
}


/*视频专区*/
.home-video {
	position:relative;
	min-height: 600px;
	background:#000;
}
.home-video a {
	display:block;
}
.home-video .fix-word {
	position: absolute;
    z-index: 1;
    top: 0%;
    left: 0;
    padding-top: 20%;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,0.1);
	opacity:1;
	cursor:pointer;
	transition: all 5s;
}
.home-video .fix-word-play{
	top: 50%;
	left:50%;
	width: 0%;
    height: 0%;
	opacity:0;
}

.home-video .fix-word .p1 {
    margin-top: 5%;
}
.home-video .fix-word .p1 img {
	width:60px;
}
.home-video .fix-word .p2 {
    font-size: 14px;
	padding:0.5% 0 0 0;
}
.home-video .fix-word .p3 {
    font-size: 28px;
	padding:1% 0 0 0;
}
.home-video .fix-word .p4 {
    font-size: 48px;
	padding:2% 0 0 0;
}

@keyframes go-more {
  0% {
      opacity:0.5;
      -webkit-transform: translate(0px,5px);
  }
  50% {
      opacity:1;
      -webkit-transform: translate(0px,10px);
  } 
  100% {
      opacity:1;
      -webkit-transform: translate(0px,5px);
  }
}

@media screen and (max-width:1024px){
.home-video {
	min-height: 200px;
}
.home-video .fix-word {
    padding-top: 10%;
}
.home-video .fix-word .p1 {
    margin-top: 5%;
}
.home-video .fix-word .p1 img {
	width:20px;
}
.home-video .fix-word .p2 {
    font-size: 14px;
	padding:0.5% 0 0 0;
}
.home-video .fix-word .p3 {
    font-size: 24px;
	padding:1% 0 0 0;
}
.home-video .fix-word .p4 {
    font-size: 16px;
	padding:2% 0 0 0;
}
}

@media screen and (max-width:1024px){
.home-video {
	min-height: 200px;
}	
.homebanner .fix-word {
	position: absolute;
    z-index: 1;
    top: 0%;
    left: 0;
    padding-top: 40%;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
	background: rgba(0,0,0,0.1);
}

.homebanner .fix-word .p1 {
    font-size: 26px;

}
.homebanner .fix-word .p2 {
    font-size: 18px;	
	padding:3% 0;
}
.homebanner .fix-word .p3 {
}
.homebanner .fix-word .p3 img {
	width:40px;
}
.homebanner .fix-word .p4 {
    font-size: 14px;
	padding:0.5% 0 0 0;
}

.homebanner .swiper-pagination {
    bottom: 2% !important;
}
.homebanner .swiper-pagination-bullet {
    width: 8px;
    height: 2px;
    margin: 0 2px !important;
}
.go-more {
	bottom:1%;
    background:url(../images/xia.svg) no-repeat center center/15px;
}
}



/*HOME 板块标题*/
.title {
    padding:3% 0;
    text-align: center;
}
.title h3 {
    font-size:30px;
    color: #000;
	font-weight:600;
	font-family: 'RuiZiChaoPaiHaoHengHeiJian';
    margin-bottom: 20px;
}
.title p {
    font-size:16px;
    color:#666;
}
@media screen and (max-width:1024px){
.title h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.title p {
    font-size:12px;
}
}

.home-tag {
	text-align:center;
	margin-bottom:3%;
}
.home-tag a {
	display:inline-block;
	width:120px;
	height: 36px;
    line-height: 36px;
	margin:0 0.1%;
	padding-left: 0;
}
.home-tag a:hover {
    padding-left: 5px;
}


/*HOME-视频列表*/
.video {}
.video-list{
	margin:2% 0;
}
.video-list li{ 
	float:left; 
	width:32%;
	margin:0.5%;
	border-radius:10px;
	overflow:hidden;
	position:relative;
}
.video-list li .thumb{ position:relative; max-height:363px; overflow:hidden;}
.video-list li .thumb img{ display:block; width:100%;transition: all 0.3s;}
.video-list li .item{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 3% 2%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
.video-list li .item h3{
	font-size:14px;
	color:#fff;
	text-align:center;
}
.video-list li:hover .thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.video-list li .thumb:after {
    opacity:1;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 0.3s;
    background:rgba(0, 0, 0, 0.2) url(../images/play.svg) no-repeat center center/40px;
}

.video-more {}
.video-more a {
	margin:0 auto;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){
.video-list li{width:49.5%;margin: 0 0.25% 1% 0.25%;}
}
@media screen and (max-width:800px){
.video-list li{width:99.5%;margin: 0 0.25% 1% 0.25%;}
.video-list li .thumb i img{width:15%;}
}


/*集团核心竞争力*/
.home-adv .hometop {} 
.home-adv .hometop ul {
	padding:0 0 2% 0;
	text-align:center;
} 
.home-adv .hometop ul li {
	display:inline-block;
	width:150px;
	cursor:pointer;
	position:relative;
} 
.home-adv .hometop ul li i{
	display: inline-block;
    width: 20px;
    height: 20px;
    background: #999;
    border-radius: 50%;
	box-sizing: content-box;
    border: 8px solid #eee;
}
.home-adv .hometop ul li:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 18px;
    width: 100%;
    height: 1px;
    background: #eee;
    transition: all 0.3s;
    z-index: -1;
}
.home-adv .hometop ul li h3{
	font-size:16px;
	color:#3a3a3a;
	margin-top:10px;
}

.home-adv .hometop ul li.open i{
    background: #d10000;
    border: 8px solid #efcaca;
}
.home-adv .hometop ul li.open h3{
	color:#d10000;
}
/*集团核心竞争力*/
.home-adv {
	overflow:hidden;
}
.home-adv .container-box {
	background:#f9f9f9;
}

.home-adv .container-box ul {}
.home-adv .container-box ul li {
	position:relative;
	overflow: hidden;
	
}
.home-adv .container-box ul li.tabitem {
	display:none;
}
.home-adv .container-box ul li.open {
	display:block;
}
.home-adv .container-box .item {
	height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.home-adv .container-box .item .txt {
	width: 35%;
    padding: 4% 4%;
	background: rgba(0,0,0,.5);
}
.home-adv .container-box .item .txt .tit {}
.home-adv .container-box .item .txt .tit .p1 {
	font-size: 46px;
    color: #fff;
    letter-spacing: 0;
    font-family: 'Futura';
}
.home-adv .container-box .item .txt .tit .p2 {
	font-size: 32px;
    color: #fff;
	font-weight:600;
	font-family: 'RuiZiChaoPaiHaoHengHeiJian';
	margin: 10% 0;
}
.home-adv .container-box .item .txt .tit .p3 {
	text-transform: uppercase;
}

.home-adv .container-box .item .txt .content {
	margin-top:5%;
}
.home-adv .container-box .item .txt .content p.bold {
	font-size:16px;
    color: #fff;
	font-weight:600;
}
.home-adv .container-box .item .txt .content p {
	font-size: 14px;
    color: #fff;
    line-height: 2.2;
    padding-bottom: 10px;
}
.home-adv .container-box .item .txt .content p span {
	font-size:16px;
    color: #fff;
	font-weight:600;
	padding:0 5px;
}
.home-adv .container-box .pic {
	width: 100%;
    overflow: hidden;
}

/*导航按钮*/
.home-adv .swiper-page {
    position: absolute;
    width: 100%;
    left: 12%;
    bottom: 0%;
    padding: 50px;
    z-index: 1;
}
.home-adv .swiper-page a{ 
    display:block;
	float:left;
    width:40px;
    height:40px;
    line-height: 40px;
	margin:10px;
    border-radius: 50%;
	border:1px solid #fff;
	background:#fff;
    font-size: 16px;
    color:#666;
    font-family: '宋体';
    text-align: center;
	
}
.home-adv .swiper-page a.prev {
    left:5%;
}
.home-adv .swiper-page a.next {
    right:5%;
}

/*banner图导航按钮*/
.home-adv .swiper-pagination {
    bottom: 10% !important;
}
.home-adv .swiper-pagination-bullet {
    width: 8px;
    height: 2px;
    border-radius:5px;
    background: #fff;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
}
.home-adv .swiper-pagination-bullet-active {
    background: #9d0208;
}
@media screen and (max-width:1024px){
.home-adv {
	padding: 5% 0;
}
.home-adv .container-box {
}

.home-adv .container-box .item {
    position: relative;
}
.home-adv .container-box .item .txt {
	width: 100%;
    padding: 10% 5%;
}
.home-adv .container-box .item .txt .tit {}
.home-adv .container-box .item .txt .tit .p1 {
	font-size: 32px;
}
.home-adv .container-box .item .txt .tit .p2 {
	font-size: 24px;
	margin: 6% 0;
}
.home-adv .container-box .item .txt .tit .p3 {
}

.home-adv .container-box .item .txt .content {
	margin-top:5%;
}
.home-adv .container-box .item .txt .content .p4 {
	font-size: 14px;
    line-height: 1.6;
}
.home-adv .container-box .pic {
	width: 100%;
}
}


/*他们选择将军陶瓷集团*/

.home-project {
	padding:5% 0;
	background:#f6f6f6;
}
.project-box {}
.project-box ul {}
.project-box ul li {
	background:#fff;
	overflow:hidden;
}
.project-box ul li .item {
	width:50%;
}
.project-box ul li .item .txt {
	padding:10% 10% 0 10%;
}
.project-box ul li .item .txt .tit {}
.project-box ul li .item .txt .tit h2 {
	font-size:24px;
	color:#252525;
}
.project-box ul li .item .txt .tit p {
	width:50px;
	height:3px;
	background:#d10000;
	margin-top:20px;
}
.project-box ul li .item .txt .content {
	margin-top:5%;
	min-height: 80px;
}
.project-box ul li .item .txt .content p {
	font-size: 14px;
    color: #999;
    line-height: 2;
}
.project-box ul li .item .txt .more {
	margin-top:2%;
}
.project-box ul li .item .txt .more a {
	margin-top:2%;
}
.project-box ul li .pic {
	width:45%;
}

.project-box .swiper-page {
    position: absolute;
    width: 100%;
    left: 0%;
    bottom: 2%;
    z-index: 1;
	padding: 0 5%;
}
.project-box .swiper-page a{ 
    display:block;
	float:left;
    width:40px;
    height:40px;
    line-height: 40px;
	margin:10px;
    border-radius: 50%;
	border:1px solid #999;
    font-size: 16px;
    color:#666;
    font-family: '宋体';
    text-align: center;
	
}
.project-box .swiper-page a.prev {
    left:5%;
}
.project-box .swiper-page a.next {
    right:5%;
}
/*banner图导航按钮*/
.project-box .swiper-pagination {
    bottom: 3% !important;
}
.project-box .swiper-pagination-bullet {
    width: 8px;
    height: 2px;
    border-radius:5px;
    background: #fff;
    opacity: 1;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 2px!important;
}
.project-box .swiper-pagination-bullet-active {
    background: #9d0208;
}
@media screen and (max-width:1024px){
.project-box ul li .item {
    width: 100%;
}
.project-box ul li .item .txt .tit h2 {
    font-size: 18px;
}
.project-box ul li .item .txt .content p {
    line-height: 1.6;
}
.project-box ul li .pic {
    width: 100%;
	margin-top:5%;
}
}

.home-brand {
	padding:1%;
}
@media screen and (max-width:1024px){
.home-brand {
	padding:5%;
}
}

/*新闻资讯*/
.home-news {
    padding:3% 0 3% 0;
}
.news-box {
}
.news-box ul {
}
.news-box ul li {
    float: left;
    width: 31%;
    margin: 1%;
	border:1px solid #eee;
	border-radius: 10px;
    overflow: hidden;
	transition: all 0.6s;
}
.news-box ul li .pic {
    width: 100%;
    height: 0;
    padding-top: 67.15%;
    overflow: hidden;
    position: relative;
}
.news-box ul li .pic .news-pic {
	position: absolute;
    top: 0%;
    left: 0%;
	width:100%;
	height:100%;
}
.news-box ul li .pic img {
    width: 100%;
	*height: 100%;
    display: block;
    transition: all 0.6s ease;
}
.news-box ul li .item {
    padding: 8% 5% 5%;
    background: #fff;
}
.news-box ul li .item h3 {
    width:100%;
	height:60px;
    font-size: 18px;
    color: #000;
	line-height:1.6;
	
}
.news-box ul li .item p {
    width:100%;
    height: 95px;
    line-height:26px;
    color: #999999;
    font-size: 14px;
    margin: 3% 0 10%;
    overflow: hidden;
}
.news-box ul li .item .more {
	border-top: 1px solid #eee;
    border-radius: 0 0 5px 5px;
    padding: 4% 2%;
    line-height: 30px;
    transition: 0.3s;
}
.news-box ul li .item .more time {
	color:#999;
}
.news-box ul li .item .more span {
	float: right;
    display: block;
    color: #9d0208;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.news-box ul li:hover .item {
	background: #fff;
}
.news-box ul li:hover .item h3 {
    color: #d10000;
}
.news-box ul li:hover .item p {
}
.news-box ul li:hover .item .more span {
    color: #9d0208;
}
.news-box ul li .item .more span i {
    padding: 0 0 0 10px;
    font-family:"宋体";
    font-style: normal;
}
/*特效*/
.news-box ul li:hover {
	border-radius: 10px 10px 10px 10px;
}
.news-box ul li:hover .pic img {
    opacity: 1;
    filter: alpha(opacity=80);
    transform: scale(1.1);
}
.news-more {}
.news-more a {
    margin:2% auto 2% auto;
}
@media screen and (max-width:1024px){
.news-box {
}
.news-box ul {
}
.news-box ul li {
    float: left;
    width: 98%;
    margin:5% 1%;
	
}
.news-box ul li .pic {
}
.news-box ul li .pic .news-pic {
}
.news-box ul li .pic .link {
	display:none;
}
.news-box ul li .pic img {
}
.news-box ul li .item {
    padding: 8% 5% 5%;
    background: #fff;
}
.news-box ul li .item h3 {
    font-size: 16px;
	color:#000;
}
.news-box ul li .item p {
    width:100%;
    height: 95px;
    line-height:1.6;
    font-size: 12px;
    margin: 3% 0 10%;
}
}


/*HOME 板块标题*/
.title-left {
    padding:3% 0;
}
.title-left h3 {
    font-size:30px;
    color: #fff;
	font-weight:600;
	font-family: 'RuiZiChaoPaiHaoHengHeiJian';
    margin-bottom: 20px;
}
.title-left h3 span {
    font-size:24px;
    color: #fff;
	font-family: '宋体';
	padding-left:15px;
}
.title-left p {
    font-size:16px;
    color:#666;
}
@media screen and (max-width:1024px){
.title-left h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.title-left p {
    font-size:12px;
}
}

/*产品类型*/
.home-series {
    width:100%;
    height:100%;
	padding:4% 0 0 0;
	position:relative;
	background:#242424;
}
.home-series .swiper-container {
    width:100%;
    height:100%;
}
.home-series ul {
    width:100%;
    height:100%;
}
.home-series ul li {
    width:100%;
    height:100%;
    background-size: cover;
    position: relative;
    height: 100%;
    float: left;
    min-height: 1px;
    position:relative;
}


.home-series ul li .word {
    position:absolute;
    top:30%;
    left:25%;
    width:44%;
}
.home-series ul li .word .item {
	background: rgba(0,0,0,.5);
    padding: 5%;
}
.home-series ul li .word .item h3 {
    font-size: 30px;
    color: #fff;
    margin: 0% 0 0% 0;
}
.home-series ul li .word .item p {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    margin: 5% 0 4% 0;
}
.home-series ul li .word .item h4 {
    font-size: 24px;
    color: #fff;
    padding: 8px 5px;
    background: #8a2524;
    width: 150px;
    text-align: center;
}


.home-series .swiper-pagination-bullet{ width: 9px; height: 9px; background: #bec1c7; opacity: 1; margin: 0 6px; position: relative; margin: 0 7px!important;}
.home-series .swiper-pagination{ bottom: 10% !important;
z-index: 99999999;}
.home-series .swiper-pagination-bullet-active{ background: #8a2524;}

/*äº§å“ç³»åˆ—-å¯¼èˆªæŒ‰é’®*/
.home-series .swiper-pagination {
	bottom: 10% !important;
	left:0%  !important;
}
.home-series .swiper-pagination-bullet {
	width: 40px;
	height: 2px;
	border-radius: 0%;
	background: #d2d1d1;
	opacity: 1;
	margin: 0 0 !important;
	position: relative;
}
.home-series .swiper-pagination-bullet-active {
	width: 50px;
	height: 5px;
	background: #fff;
}
.home-series .page{
	width:100%;
}
.home-series .page a{ 
	display:block;
	position:absolute;
	top:50%;
	width:41px;
	height:41px;
	z-index:99999;
}
.home-series .page a.swiper-series-next {
	right: 5%;
	background: url(../images/next-prev.svg) no-repeat left center/100%;
	transform: rotate(-180deg);
}
.home-series .page a.swiper-series-prev {
	left:5%;
	background: url(../images/next-prev.svg) no-repeat left center/100%;
}
.home-series a.page:hover {
	background: url(../images/next-prev.svg) no-repeat right center/90%;
}


.bottom-item {
	position:absolute;
	bottom:20%;
	width: 100%;
}
.seriesbottom {
}
.seriesbottom ul {}
.seriesbottom ul li {
	width:100px;
	padding:2% 0;
	font-size:14px;
	color:#3a3a3a;
	text-align:center;
	background: rgba(255,255,255,0.9);
	position:relative;
	border-radius:10px;
	border:1px solid #fff;
	overflow:hidden;
	cursor:pointer;
}
.seriesbottom ul li.swiper-slide-active{
	color:#d10000;
	border:1px solid #d10000;
	background: rgba(255,255,255,1);
}
@media screen and (max-width:1024px){
.home-series {
    width:100%;
    height:100%;
}
.home-series .swiper-container {
    width:100%;
    height:100%;
}
.home-series ul {
    width:100%;
    height:100%;
}
.home-series ul li {
    width:100%;
    height:100%;
    background-size: cover;
    position: relative;
    height: 100%;
    float: left;
    min-height: 1px;
    position:relative;
}


.home-series ul li .word {
	position:relative;
    width:100%;
	margin-top:30%;
	padding:20% 10%;
}
.home-series ul li .word .item {}
.home-series ul li .word .item h3 {
    font-size: 24px;
    color: #000;
	font-weight:bold;
    margin: 0% 0 0% 0;
}
.home-series ul li .word .item p {
    font-size: 14px;
    color: #3a3a3a;
    line-height: 1.6;
    margin: 3% 0 8% 0;
}
.home-series ul li .word .item h4 {
    font-size: 20px;
    color: #3a3a3a;
    padding: 8px 5px;
	margin-top:10%;
    width: 150px;
    text-align: center;
}
.home-series ul li .word .more {
	display:none;
}
.home-series ul li .word .more {
    margin:8% 0 0 0;
}
.home-series ul li .word .more p {
    margin:0% 0 4% 0;
    animation: bounce-down 1.5s linear infinite;
}
.home-series ul li .word .more a {
    font-size: 18px;
    color: #fff;
}
.home-series .swiper-pagination {
	top: 95% !important;
	left:0%  !important;
	width:100% !important;
}
.home-series .swiper-pagination-bullet {
	width: 10px;
	height: 2px;
	background: #42110f;
	opacity: 1;
	margin: 0 2px;
	padding:0px;
	position: relative;
	margin: 0 2px!important;
	border-radius: 0%;
}
.home-series .swiper-pagination-bullet-active {
	background: #fff;
}

}
/*è‡ªé€‚åº”æ ·å¼ end*/


/*工程案例*/
.home-case {
	background:#242424;
}
.home-case .case-item {
	padding:1% 0 5% 0;
	overflow:hidden;
}
.home-case .case-item .left {
	width:50%;
}
.home-case .case-item .left ul {}
.home-case .case-item .left ul li {
	float:left;
	position:relative;
}
.home-case .case-item .left ul li.top {
	width:100%;
}
.home-case .case-item .left ul li.bottom {
	float:left;
	width:49%;
	margin-top:10px;
}
.home-case .case-item .left ul li.bottom.fr {
	float:right;
	margin-left:10px;
}



.case-item .right {
	width:49.5%;
}

.case-item .right .top {
	float:left;
	width:48%;
	margin-right:10px;
}
.case-item .right .bottom {
	float:left;
	width:50%;
}

.case-item .right ul {}
.case-item .right ul li {
	width:100%;
}
.case-item .right ul.bottom li:last-child {
	margin-top:10px;
}


.home-case .case-item ul li {
	position:relative;
	overflow:hidden;
}
.home-case .case-item ul li img {
	transition:all 0.5s;
}
.home-case .case-item  ul li .fixword {
	position:absolute;
	top:0;
	left:0;
	width: 100%;
    height: 100%;
	padding:50px;
	background: rgba(0,0,0,.2);
	transition:padding 0.5s;
}
.home-case .case-item  ul li .fixword h3 {
	font-size:18px;
	color:#fff;
	margin-bottom:20px;
}
.home-case .case-item  ul li .fixword p {
	font-size:12px;
	color:#fff;
}
.home-case .case-item  ul li .fixword a {
	display:none;
	width:100px;
	height:36px;
	line-height:36px;
	border:1px solid #fff;
	font-size:14px;
	color:#fff;
	text-align:center;
	margin-top:30px;
}
.home-case .case-item  ul li:hover .fixword a {
	display:block;
}
.home-case .case-item  ul li:hover .fixword {
	padding:80px 50px;
	background: rgba(157,2,8,.6);
}
.home-case .case-item  ul li:hover img {
    opacity: 1;
    transform: scale(1.1);
}
@media screen and (max-width:1024px){
.home-case .case-item .left {
    width: 100%;
}
.home-case .case-item .left ul li.bottom {
    float: left;
    width: 100%;
    margin-top:10px;
}
.home-case .case-item .left ul li.bottom.fr {
    margin-left:0px;
}
.case-item .right {
    width: 100%;
}

.home-case .case-item ul li .fixword {
    padding: 10%;
}
.home-case .case-item  ul li .fixword h3 {
	font-size:18px;
	margin-bottom:10px;
}
.home-case .case-item  ul li .fixword p {
	font-size:12px;
}
.home-case .case-item  ul li .fixword a {
	font-size:12px;
	margin-top:30px;
}
}


/*旗下品牌*/
.footer-brand {
	padding:5% 0;
	background:#a10c12;
}
.footer-brand .title h3{
	font-size:90px;
	color:#fff;
	font-family: 'impact';
	text-align:left;
}
.footer-brand .brand-box {
	overflow:hidden;
}
.footer-brand .brand-box a {
	display:block;
	float:left;
	width:14.2%;
}
.footer-brand .brand-box a img {
	transition:all 0.5s;
}
.footer-brand .brand-box a:hover img {
	transform: scale(1.1);
}

