/* 首页 */
.index-banner {
    width: 100%;
    height:4.6rem;
}
.index-banner .swiper-slide a{
	width:100%;
	height:100%;
	display:block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



.home-about{
	width:100%;
	overflow:hidden;
	padding:0.9rem 0;
}
.b-titles {
    border-bottom: 2px #111 solid;
	padding-bottom: 0.3rem;
	font-size:0.48rem;
	line-height:1.6;
	color:#000;
	font-weight:bold;
}

.b-intro {
    width: 100%;
	margin:0.3rem 0;
    color:#333;
    line-height:2;
	font-size:0.28rem;
}
.b-img {
	margin-top:0.5rem;
}
.b-img img{
	max-width:100%;
}
.b-more{
	transition: background-color ease .5s;
	display: inline-block;
	cursor: pointer;
	font-size: 0.22rem; 
	padding: 0 0.4rem; 
	height:0.66rem; 
	line-height: 0.66rem;
	background-color: transparent; 
	color: #333;
	border: solid 1px #DCDCDC;
}
.b-more:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 0.15rem; 
	width: .437em;
	height: 1.5em;
	background-image: url('../img/a10.png'); 
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
.b-more:hover{
	background-color: #000;
	color: #FFF;
}
.b-more:hover:after{
	background-image: url('../img/a9-b.png');
}



.home-product{
	width:100%;
	background-image: url(../img/b9.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	overflow:hidden;
	padding:0.9rem 0 0.6rem;
}
.home-titles {
    width: 100%;
    margin-bottom: 0.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home-titles h2{
    color: #111111;
	font-size:0.48rem;
	font-weight:bold;
}
.home-titles .g-more {
    transition: background-color ease .5s;
    display: inline-block;
    cursor: pointer;
    font-size: 0.22rem;
    padding: 0 0.4rem;
	height:0.66rem;
	line-height:0.66rem;
    background-color: transparent;
    color: #333;
    border: solid 1px #dcdcdc;
}

.home-titles .g-more:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.15rem;
    width: 0.437em;
    height: 1.0em;
    background-image: url(../img/a10.png);
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.c-cont {
    width: 100%;
}

.c-item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    width:100%;
	margin-bottom:0.3rem;
}
.c-img {
    display: block;
    width: 100%;
    position: relative;
    padding-top: calc(385/513*100%);
    overflow: hidden;
}
.c-img img {
    transform: scale(1.00);
    transition: all ease .5s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-text {
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    padding: 0.35rem 0.4rem;
}

.c-name {
    color: #ffffff;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: 0.1em;
	font-size:0.42rem;
}

.c-name-en {
    color: #ffffff;
    line-height: 1.7;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    z-index: 9;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
	font-size:0.26rem;
}

.c-name-en:after {
    content: "";
    background: #d6ad5d;
    height: 4px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -9;
}

.c-intro {
    margin-top: 0.1rem;
    color: #ffffff;
    line-height: 1.6;
	font-size:0.26rem;
}



/*招商加盟*/
.g-a{overflow: hidden; width: 100%; position: relative; }
.g-bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%; overflow: hidden;}
.g-bg img{transform: scale(1.00);transition: all ease .5s;position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.g-main{width:85%;margin: 0 auto;position: relative;z-index: 1;}
.g-cont{width: 100%;position: relative; padding-top: calc(920/1263*100%);}
.g-box{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.g-scale{position: relative; width: 100%;transform-origin: 0 0;}
.g-img{width: 100%;}
.g-img img{width: 100%;}
.g-top{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%); text-align: center;}
.g-tip{width: 100%; margin-bottom: 0.1rem; color: #ffffff;font-size: 0.22rem;}
.g-titles{width: 100%;margin-bottom: 0.1rem; color: #ffffff;font-weight: bold;font-size: 0.32rem;}
.g-a .g-more{transition: background-color ease .5s;display: inline-block;cursor: pointer;font-size: 0.22rem; transform:scale(0.7);  padding: 0 0.3rem; height:0.58rem; line-height: 0.58rem;background-color: transparent; color: #ffffff;border: solid 1px #ffffff;}
.g-a .g-more:after{content: '';display: inline-block;vertical-align: middle;margin-left: 0.15rem; width: .437em;height: 1.5em;background-image: url('../img/a9.png'); background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.g-a .g-more:hover{background-color: #fff;color: #000;}
.g-a .g-more:hover:after{background-image: url('../img/a9-b.png');}

.g-item{position: absolute;cursor: pointer;  display: flex;align-items: center; width: 0.7rem;height: 0.68rem;}
.g-item:after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-image: url('../img/a24.png');background-size: 100% 100%;background-position: center center;background-repeat: no-repeat;}
.g-name{width: 100%;position: relative;text-align: center; color: #ffffff; padding-bottom: 0.1rem; font-size:0.22rem;transform:scale(0.6); }
.g-name:after{content: '';position: absolute;bottom: 0;left: 48%;margin-left: -5px; width: 0.1rem;height: 0.03rem;background-color: #fdfdfe;}

.g-item:nth-child(1){top:1.2rem; left:-0.3rem;}
.g-item:nth-child(2){top: 0.5rem; left: 1.6rem;}
.g-item:nth-child(3){top: 0.5rem; left: 5.6rem;}
.g-item:nth-child(4){top: 2.4rem;left:1.0rem;}
.g-item:nth-child(5){top: 1.8rem; left:4.6rem;}
.g-item:nth-child(6){top: 2.2rem; left: 6.0rem;}
.g-item:nth-child(7){top: 3.4rem; left: -0.1rem;}
.g-item:nth-child(8){top: 3.4rem; left: 3.9rem;}

.g-item:nth-child(1):after{animation: scale1 5s  infinite;}
.g-item:nth-child(2):after{animation: scale1 5s  2s infinite;}
.g-item:nth-child(3):after{animation: scale1 5s  1s infinite;}
.g-item:nth-child(4):after{animation: scale1 5s 3s infinite;}
.g-item:nth-child(5):after{animation: scale1 5s  2s infinite;}
.g-item:nth-child(6):after{animation: scale1 5s 3s infinite;}
.g-item:nth-child(7):after{animation: scale1 5s 1s infinite;}
.g-item:nth-child(8):after{animation: scale1 5s  infinite;}


@keyframes scale1 {
    0%{
        opacity: .5; 
        transform: scale(.79) ;
        }
    95%{
        opacity: 1; 
        transform: scale(1.2) ;
    }
    100%{
        opacity: 0;
        transform: scale(1.2) ; 
    }

}



/*新闻资讯*/
.index-news{
	position:relative;
	overflow:hidden;
	padding:0.9rem 0 0.7rem;
}
.index-news .center-box{
	overflow:hidden;
}
.index-news ul li{
	width:100%;
	margin-bottom:4%;
	overflow:hidden;
	border-bottom: 1px solid #eeeeee;
	padding-bottom:1.6%;
}
.index-news ul li a {
    display: block;
    overflow: hidden;
}
.index-news ul li .imgs{
	width:40%;
	height:1.8rem;
	overflow:hidden;
    transition: all .3s;
	position:relative;
	float:left;
}
.index-news ul li .imgs .img{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: 600ms;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.index-news ul li:hover .imgs .img {
    -webkit-transform: scale(1.08) rotate(0.01deg);
    -ms-transform: scale(1.08) rotate(0.01deg);
    transform: scale(1.08) rotate(0.01deg);
}
.index-news ul li .text{
	width:60%;
	height:2.0rem;
	padding-left:0.3rem;
	float:left;
}
.index-news ul li .text h2{
	font-size:0.28rem;
	color:#242424;
}
.index-news ul li .text p{
	font-size:0.22rem;
	color:#666;
	margin:0.2rem 0;
}
.index-news ul li .text span{
	display:block;
	font-size:0.24rem;
	color:#999999;
	margin-top:0.2rem;
}
