/*banner轮播*/
.homebanner {
    overflow: hidden;
    width: 100%;
    position: relative;
}
.homebanner ul {}
.homebanner ul li {
    width: 100%;
    height:100%;
    overflow: hidden;
    position: relative;
}
.homebanner ul li.slider>a {
	display:block;
}
.homebanner ul li video {
	width:100%;
	
}

.homebanner .fix-word {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    max-width: 1570px;
    width: 96%;
    text-align: center;
}

.homebanner .fix-word .p1 {
    display: none;
    font-size: 48px;
    color: #fff;
	text-transform: uppercase;
    font-family: 'Montserrat';
	margin-bottom:5%;
	transition:all 2s;

}
.homebanner .fix-word .p2 {
    display: none;
    font-size: 58px;
    color: #fff;
    font-family: 'ChaoPai';
    margin-bottom:3%;
    transition:all 2s;
}
.homebanner .fix-word .p3 {
	width: 150px;
	margin-top:5%;
	padding-top:10%;
	margin:0 auto;
	background: url(../images/banner-play.svg) no-repeat center center/80px;
	transition:all 2s;
}
.go-more {
    display: none;
    position: absolute;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    height: 100px;
    background: url(../images/banner/more.svg) no-repeat center center/30px;
    animation: go-more 0.3s linear infinite;
}

/*banner图导航按钮*/
.homebanner .swiper-pagination {
    *opacity: 0;
    left: 8%;
    bottom: 10% !important;
    width: 100px;
    color: #fff;
}
.pagination-banner span.swiper-pagination-current {
    font-size: 28px;
    color: #fff;
    font-family: 'Futura';
}
.pagination-banner span.swiper-pagination-total {
    font-size: 16px;
    color: #fff;
    font-family: 'Futura';
}


.banner .swiper-page{
    width:100%;
}
.banner .swiper-page a{ 
    display:block;
    position:absolute;
    top:40%;
    width:41px;
    height:41px;
    z-index:99999;
}

.homebanner .swiper-page{
    *opacity: 0;

}
.homebanner .swiper-page a{ 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    background:#000;
    z-index:99999;
}
.homebanner .swiper-page a.prev {
    left:5%;
    background:rgba(0, 0, 0, 0.5) url(../images/next.svg) no-repeat center center/20px;
    transform: rotate(-180deg);
}
.homebanner .swiper-page a.next {
    right:5%;
    background:rgba(0, 0, 0, 0.5) url(../images/next.svg) no-repeat center center/20px;
}
.homebanner .swiper-page a:hover {
    background:rgba(0, 0, 0, 0.8) url(../images/next.svg) no-repeat center center/20px;
}
@media screen and (max-width:1024px){
.homebanner .fix-word {
    padding-top: 0%;
}

.homebanner .fix-word .p1 {
    font-size: 24px;
	margin-bottom:3%;

}
.homebanner .fix-word .p2 {
    font-size: 24px;
}
.homebanner .fix-word .p3 {
	width: 120px;
	padding-top:20%;
	margin-top:10%;
	background: url(../images/banner-play.svg) no-repeat center center/40px;
}
.go-more {
    bottom: 1%;
    background: url(../images/banner/more.svg) no-repeat center center/20px;
}
}

/*关于品牌*/
.home-about {
    padding: 5% 0 5% 0;
}
.home-about .title {
    margin:0 auto 3% auto;
    text-align: center;
}
.home-about .title h3 {
    font-size: 36px;
    color:#333;
    font-family: 'ChaoPai';
}
.home-about .title i {
    display:block;
    width:60px;
    height:6px;
    background:#eee;
    margin:1.2% auto;
}
.home-about .title h4 {
    font-size: 18px;
    color: #999;
    font-family: 'Futura';
}

.about-item {}
.about-item .word {
    max-width: 900px;
    margin:0 auto;
    overflow:hidden;
}
.about-item .word p {
    font-size: 14px;
    color:#666;
    line-height: 1.8;
    /*text-align: center;*/
}


.home-about .tag {
    margin:6% 0 0 0;
}
.home-about .tag ul {
    max-width: 1200px;
    margin:0 auto;
    overflow:hidden;
}
.home-about .tag ul li {
    float:left;
    width: 25%;
    text-align: center;
    margin: 0% 0 0% 0;
}
.home-about .tag .top {}
.home-about .tag .top .number {
    font-size: 48px;
    color:#339850;
    letter-spacing:0;
    font-family: 'Montserrat';
}
.home-about .tag .top .item {
    display:inline-block;
}
.home-about .tag .top .item i {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color:#000;
    font-style: normal;
}
.home-about .tag .bottom {
    font-size: 16px;
    color:#666;
    padding-top: 5%;
}
@media screen and (max-width:1024px){
.home-about {
    padding: 10% 0 5% 0;
}
.home-about .title {
    margin:3% auto;
    text-align: center;
}
.home-about .title h3 {
    font-size: 20px;
    line-height: 1.5;
}
.home-about .title i {
    width:30px;
    height:3px;
    margin:5% auto;
}
.home-about .title h4 {
    font-size: 12px;
}

.about-item {}
.about-item .word {
    margin:5% 0;
    max-width: 900px;
}
.about-item .word p {
    font-size: 14px;
    line-height: 1.8;
}


.home-about .tag {
    margin:6% 0 0 0;
}
.home-about .tag ul {
    max-width: 1200px;
    margin:0 auto;
    overflow:hidden;
}
.home-about .tag ul li {
    width: 50%;
    margin: 2% 0 2% 0;
}
.home-about .tag .top {}
.home-about .tag .top .number {
    font-size: 32px;
}
.home-about .tag .top .item i {
    font-size: 12px;
}
.home-about .tag .bottom {
    font-size: 14px;
    padding-top: 5%;
}
}


/*产品系列*/
.home-serie {}
.home-serie .serie-box {
    overflow: hidden;
}
.home-serie .serie-box ul {}
.home-serie .serie-box ul li {
    float:left;
    width: 33.333%;
    position: relative;
}

.home-serie .serie-box ul li:nth-of-type(7),.home-serie .serie-box ul li:nth-of-type(8),.home-serie .serie-box ul li:nth-of-type(9) {
    display: none;
}

.home-serie .serie-box ul li .photo {}
.home-serie .serie-box ul li .photo {
	position: relative;
    max-height: 400px;
}
.home-serie .serie-box ul li .photo:after {
    content: "";
    position: absolute;
    z-index: 1;
    left:0;
    top:0;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.1);
}
.home-serie .serie-box ul li .fix-word {
    position: absolute;
	z-index: 2;
    bottom: 0%;
    left:0%;
    width: 100%;
    padding: 10%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.01) 0,rgba(0,0,0,.5) 100%);
    transition:all 0.5s;
}

.home-serie .serie-box ul li:hover .fix-word {
    padding:10% 10% 15% 10%;
    background-image: none;
    background: #97B738;
}

.home-serie .serie-box ul li .fix-word h3 {
    font-size: 42px;
    color:#fff;
    font-family: 'Futura';
    transition:all 0.5s;
}
.home-serie .serie-box ul li:hover .fix-word h3{
    font-size: 48px;
    transform: translate(0px,0px);
}
.home-serie .serie-box ul li .fix-word h4 {
    font-size: 24px;
    color: #fff;
    *font-family: 'ChaoPai';
	margin-top:5%;
}
.home-serie .serie-box ul li .fix-word i {
    display:block;
    width:60px;
    height:3px;
    background:#f1ad54;
    margin:5% 0;
}
.home-serie .serie-box ul li .fix-word p {
    font-size: 14px;
    color:#fff;
    line-height: 1.8;
}

@media screen and (max-width:1024px){
.home-serie {}
.home-serie .serie-box {}
.home-serie .serie-box ul {}
.home-serie .serie-box ul li {
    width: 100%;
}

.home-serie .serie-box ul li .photo {
    max-height: 235px;
}

.home-serie .serie-box ul li .fix-word {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height:100%;
    padding:20% 10% 10% 10%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.01) 0,rgba(0,0,0,.5) 100%);
}
.home-serie .serie-box ul li:hover .fix-word {
    padding:15% 10% 10% 15%;
    background-image: none;
    background: #339850;
}
.home-serie .serie-box ul li .fix-word h3 {
    font-size: 24px;
}
.home-serie .serie-box ul li:hover .fix-word h3{
    font-size: 34px;
}
.home-serie .serie-box ul li .fix-word h4 {
    font-size: 18px;
}
.home-serie .serie-box ul li .fix-word i {
    width:30px;
    height:3px;
}
.home-serie .serie-box ul li .fix-word p {
    font-size: 14px;
}
.home-serie .serie-box ul li .fix-word a {
    display: block;
    width: 100px;
    height: 34px;
    line-height: 34px;
    margin:10% 0 0 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 25px;
}
}

/*首页-板块栏目*/
.home-menu {
    margin:2% 0;
    overflow:hidden;
}
.home-menu .title {}
.home-menu .title h3 {
    font-size: 30px;
    color: #333;
    font-family: 'ChaoPai';
}
.home-menu .title h3 span {
    font-size: 18px;
    color: #666;
    font-family: 'Futura';
}
.home-tag {
}
.home-tag a {
    display: block;
    float: left;
    border: solid 1px #cfcfcf;
    background: #fff;
    margin: 10px 10px;
    padding: 6px 30px;
    border-radius: 25px;
    text-align: center;
    font-style: normal;
    max-width: 150px;
    font-size: 14px;
    color: #464646;
}
.home-tag a:hover {
    color: #fff;
    background: #339850;
    border: solid 1px #339850;
}
@media screen and (max-width:1024px){
.home-menu {
    margin:12% 0 6% 0;
}
.home-menu .title {
    width:100%;
}
.home-menu .title h3 {
    font-size: 20px;
}
.home-menu .title h3 span {
    font-size: 16px;
}
.home-tag {
}
.home-tag a {
    display:block;
    width: 120px;
    height: 36px;
    line-height: 36px;
    margin: 0 1%;
    padding-left: 0;
}

}

/*工程案例*/
.home-case {
     margin:3% 0 0 0;
}
.case-box {
    /*margin:0 0 3% 0;*/
}
.case-box .photo {
    width:60%;
}
.case-box ul li .photo img {
    width:100%;
}
.case-box ul li .photo img {
    width:100%;
}
.case-box ul li .word {
    width:35%;
    padding: 5% 0 0 0;
}
.case-box ul li .word h3 {
    font-size: 42px;
    color: #333;
    font-family: 'ChaoPai';
}
.case-box ul li .word i {
    display: block;
    width: 60px;
    height: 6px;
    background: #339850;
    margin: 5% 0;
}
.case-box ul li .word p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.case-box .page{
    position:absolute;
    right:31%;
    bottom:10%;
    z-index: 9;
}
.case-box .page span { 
    display:inline-block;
    width:40px;
    height:40px;
    background:#000;
    z-index:99999;
}
.case-box .page span.prev {
    left:5%;
    background:rgba(0, 0, 0, 0.5) url(../images/next.svg) no-repeat center center/20px;
    transform: rotate(-180deg);
}
.case-box .page span.next {
    right:5%;
    background:rgba(0, 0, 0, 0.5) url(../images/next.svg) no-repeat center center/20px;
}
.case-box .page span:hover {
    background:rgba(0, 0, 0, 0.8) url(../images/next.svg) no-repeat center center/20px;
}
@media screen and (max-width:1024px){
.home-case {
	/*background:#f6f6f6;*/
    margin: 0;
}
.case-box {
    margin:0 0 3% 0;
}
.case-box .photo {
    width:100%;
}
.case-box ul li .photo img {
    width:100%;
}
.case-box ul li .photo img {
    width:100%;
}
.case-box ul li .word {
    width:100%;
    padding: 10% 2% 0 2%;
}
.case-box ul li .word h3 {
    font-size: 20px;
    color: #333;
    font-family: 'ChaoPai';
}
.case-box ul li .word i {
    width: 30px;
    height: 3px;
    margin: 5% 0;
}
.case-box ul li .word p {
    font-size: 14px;
}

}

/*招商加盟*/
.home-join {
    position:relative;
    overflow:hidden;
}
.home-join .container {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    padding: 4% 0;
}
.home-join .container .word {
    width:35%;
    padding: 5% 0 0 0;
}
.home-join .container .word h3 {
    font-size: 42px;
    color: #333;
    font-family: 'ChaoPai';
}
.home-join .container .word i {
    display: block;
    width: 60px;
    height: 6px;
    background: #339850;
    margin: 5% 0;
}
.home-join .container .word h4 {
    font-size: 30px;
    color: #333;
}
.home-join .container .word h4 span {
    font-size: 36px;
    color: #339850;
    font-family: 'Futura';
}
.home-join .container .word h5 {
    font-size: 36px;
    color: #333;
    margin:30% 0 5% 0;
}
.home-join .container .word p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.home-join .container .word a {
    margin-top: 10%;
}
.home-join .container .word a {
    color:#fff;
    background:#339850;
    border: 1px solid #339850;
}

.home-join .photo {
    width:60%;
}
.home-join .photo img {
    width:100%;
}
.home-join .photo ul {}
.home-join .photo ul li {
    position:relative;
}
.home-join .photo .fix-word {
    position:absolute;
    top:20%;
    left:10%;
    background: rgba(0, 0, 0, 0.5);
    padding: 5%;
}
.home-join .photo .fix-word h3 {
    font-size: 36px;
    color:#fff;
    text-transform:uppercase;
}
.home-join .photo .fix-word h4 {
    font-size: 36px;
    color:#fff;
    font-family: 'ChaoPai';
    margin-top: 10%;
}
.home-join .photo .fix-word i {
    display: block;
    width: 1px;
    height: 40px;
    background: #fff;
    margin: 5% 2%;
}
.home-join .photo .fix-word p {
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
}

.swiper-join .swiper-pagination {
    left: 8%;
    bottom: 20% !important;
    width: 100px;
    color: #fff;
}
.swiper-join span.swiper-pagination-current {
    font-size: 28px;
    color: #fff;
    font-family: 'Futura';
}
.swiper-join span.swiper-pagination-total {
    font-size: 16px;
    color: #fff;
    font-family: 'Futura';
}
.swiper-join .page{
    position:absolute;
    left: 10%;
    bottom:2%;
    z-index: 9;
}
.swiper-join .page span { 
    display:inline-block;
    width:40px;
    height:40px;
    background:#000;
    z-index:99999;
}
.swiper-join .page span.prev {
    left:5%;
    background:url(../images/next.svg) no-repeat center center/20px;
    transform: rotate(-180deg);
}
.swiper-join .page span.next {
    right:5%;
    background: url(../images/next.svg) no-repeat center center/20px;
}
.swiper-join .page span:hover {
    background:rgba(0, 0, 0, 0.8) url(../images/next.svg) no-repeat center center/20px;
}

@media screen and (max-width:1024px){
.home-join {
}
.home-join .container {
    width:100%;
    height: 100%;
    position:relative;
    padding: 4% 0;
}
.home-join .container .word {
    width:100%;
    padding: 5%;
}
.home-join .container .word h3 {
    font-size: 20px;
}
.home-join .container .word i {
    width: 30px;
    height: 3px;
    margin: 5% 0;
}
.home-join .container .word h4 {
    font-size: 18px;
}
.home-join .container .word h4 span {
    font-size: 24px;
}
.home-join .container .word h5 {
    font-size: 20px;
    margin:10% 0 5% 0;
}
.home-join .container .word p {
    font-size: 14px;
}
.home-join .container .word a {
    margin-top: 10%;
}

.home-join .photo {
    width:100%;
}
.home-join .photo img {
}
.home-join .photo .fix-word {
    position:absolute;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 10%;
}
.home-join .photo .fix-word h3 {
    font-size: 16px;
}
.home-join .photo .fix-word h4 {
    font-size: 20px;
    margin-top: 5%;
}
.home-join .photo .fix-word i {
    width: 1px;
    height: 20px;
    margin: 5% 2%;
}
.home-join .photo .fix-word p {
    font-size: 14px;
}
.swiper-join .swiper-pagination {
    left: 70%;
    top: 85% !important;
}
.swiper-join span.swiper-pagination-current {
    font-size: 18px;
}
.swiper-join span.swiper-pagination-total {
    font-size: 12px;
}
}

/*新闻资讯*/
.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: #666;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.news-box ul li:hover .item {
    background: #fff;
}
.news-box ul li:hover .item h3 {
    color: #000;
}
.news-box ul li:hover .item p {
}
.news-box ul li:hover .item .more span {
    color: #339850;
}
.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%;
}
}
