/*banner图*/
.home-banner {
    position:relative;
    width:100%;
}
.home-banner ul li {
    position:relative;
}
.home-banner ul li img.banner {
    position:relative;
    width:100%;
}

.home-banner ul li a {
    position:relative;
    display:block;
}
.home-banner ul li a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top,#3a3332,#080404);
    opacity: 0;
    z-index: 1;
    transition: all 0.3s;
}

.home-banner .pagination-banner {
    width: 20% !important;
    left: 80% !important;
    bottom: 8% !important;
    z-index: 1;
}
.home-banner .pagination-banner span {
    width: 10px;
    height: 10px;
    border-radius:50px;
    
    opacity: 1;
    background:none;
    border:2px solid #fff;
    margin: 0 6px;
    padding:1px;
    position: relative;
    margin: 0 7px!important;
}
.home-banner .pagination-banner span.swiper-pagination-bullet-active {
    background: #fff;
    border:2px solid #fff;
}


.home-banner .swiper-bottom {
    opacity: 0;
    position:absolute;
    bottom:50%;
    right:0px;
    width:100%;
    padding:0;
    z-index:2;
}
.swiper-relative {
    position:relative;
    height:50px;
    overflow:hidden;
}
.swiper-relative div {
    position:absolute;
    width:43px;
    height:43px;
    border:1px solid rgba(255,255,255,.5);
    border-radius:100%;
    cursor:pointer;
}
.home-banner .swiper-banner-prev {
    background:url(../fonts/left.svg) center no-repeat;
    left: 2%;
}
.home-banner .swiper-banner-next {
    background:url(../fonts/right.svg) center no-repeat;
    right:2%;
}
.home-banner .swiper-button-disabled {
    opacity:0.35;
}

/*banner 文案*/
.home-banner .word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    width: 86%;
}
.home-banner .word-fix h3 {
    font-size: 60px;
    line-height: 1.4;
    font-weight: bold;
    text-shadow: 6px 6px 2px rgb(224 205 184 / 20%);
    position: relative;
}
.home-banner .word-fix h4 {
    font-size: 40px;
    line-height: 26px;
    color: #fff;
    font-family: 'Futura-Medium';
    width: 70%;
    max-width: 600px;
    margin:1% 0 4% 0;
}
.home-banner .word-fix h4::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #fff;
    margin: 0 20px;
    display: inline-block;
    vertical-align: middle;
}
.home-banner .word-fix h5 {
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
    width: 70%;
    max-width: 600px;
}
.home-banner .word-fix .go {
    position: relative;
    width: 90px;
    margin: 80px 0;
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-family: 'Futura-Light';
    cursor: pointer;
    font-weight: normal;
    transition:all 0.5s;
}
.home-banner .word-fix .go::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.home-banner .word-fix .go:hover {
    width: 100px;
    letter-spacing:2px;
}

@media screen and (max-width:1024px){
.home-banner .word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    width: 86%;
}
.home-banner .word-fix h3 {
    font-size: 28px;
    line-height: 1.8;
}
.home-banner .word-fix h4 {
    font-size: 24px;
    width: 100%;
    max-width: 1000px;
}
.home-banner .word-fix h5 {
    font-size: 16px;
    line-height: 1.8;
    width: 100%;
    max-width: 1000px;
}
.home-banner .word-fix .go {
    position: relative;
    width: 90px;
    margin: 20px 0;
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-family: 'Futura-Light';
    cursor: pointer;
    font-weight: normal;
    transition:all 0.5s;
}
.home-banner .word-fix .go::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.home-banner .word-fix .go:hover {
    width: 100px;
    letter-spacing:2px;
}

.home-banner .pagination-banner {
    left: 70% !important;
    bottom: 4% !important;
}
.home-banner .pagination-banner span {
    width: 7px;
    height: 7px;
    border:1px solid #fff;
}
}
/*banner end*/

.home-banner ul li img.banner {
    opacity: 0;
}
.home-banner .word-fix h3 {
    transform:translateY(200px);
    opacity:0;
    transition:all 0.6s;
}
.home-banner .word-fix h4 {
    transform:translateY(200px);
    opacity:0;
    transition:all 1s;
}
.home-banner .word-fix h5 {
    transform:translateY(200px);
    opacity:0;
    transition:all 1.5s;
}
.home-banner .word-fix .go {
    transform:translateY(200px);
    opacity:0;
    transition:all 1.2s;
}
.home-banner .swiper-slide-active img.banner,
.home-banner .swiper-slide-active .word-fix h3,
.home-banner .swiper-slide-active .word-fix h4,
.home-banner .swiper-slide-active .word-fix h5,
.home-banner .swiper-slide-active .word-fix .go {
    transform:translateY(0px);
    opacity:1;
}
/*banner图end*/


/*板块标题*/
.home-title {}
.home-title h6 {
    font-size: 48px;
    color:#b41f23;
    font-family: "Oswald-Regular";
    letter-spacing: 0;
    text-transform: uppercase;
}
.home-title h3 {
    font-size: 30px;
    color:#000;
    margin:20px 0 0 0;
}
.go a {
    display: block;
    width: 125px;
    height: 40px;
    margin: 5% 0 0;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    font-size: 12px;
    color: #666;
    border: 1px solid #dedede;
    box-shadow: 0 10px 6px 0 rgb(196 148 105 / 5%);
}
.go a:hover,
.go a.active{
    color: #fff;
    background-image: -webkit-linear-gradient(bottom,#d5a275,#b41f23);
    border: 1px solid #b41f23;
    box-shadow: 0 10px 6px 0 rgb(196 148 105 / 20%);
}
    
@media screen and (max-width:1024px){
.home-title {}
.home-title h6 {
    font-size: 24px;
}
.home-title h3 {
    font-size: 18px;
    margin:10px 0 0 0;
}
.go a {
    display: block;
    width: 100px;
    height: 36px;
    margin: 5% 0 0;
    line-height: 36px;
    text-align: center;
    font-size: 12px;
}   
}
/*板块标题 end*/

/*关于品牌*/
.home-about {
    position:relative;
    padding:5% 0;
    background: url(../images/about-bg.png) no-repeat top center/cover;
}
.home-about .about-item .word {
    float:left;
    width:50%;
    z-index: 1;
}
.home-about .about-item .content {
    margin:5% 0;
}
.home-about .about-item .content .tit {
    margin:10% 0 5% 0;
}
.home-about .about-item .content .tit h2 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin:0 0 40px 0;
}
.home-about .about-item .content .tit p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
.home-about .about-item .content .tit p span {
    display:block;
}


.home-about .about-item .content .number {}
.home-about .about-item .content .number ul {
    overflow:hidden;
    max-width:600px;
}
.home-about .about-item .content .number ul li {
    float:left;
    width:33%;
    padding:0 0 8% 0;
}
.home-about .about-item .content .number ul li h3 {
}
.home-about .about-item .content .number ul li h3 strong {
    padding:0 5px;
    font-size: 36px;
    color: #000;
    letter-spacing: 0;
    font-family: 'Geometr';
}
.home-about .about-item .content .number ul li h3 span{
    font-size: 18px;
    color: #666;
    font-family: "Futura-Light";
}
.home-about .about-item .content .number ul li p {
    font-size: 14px;
    color: #666;
    padding-top: 5px;
}

.home-about .photo {
    position: absolute;
    top: 10%;
    right:0;
    width:60%;
    z-index: 0;
}
.home-about .photo img {
    width:100%;
}
@media screen and (max-width:1024px){
.home-about {
    padding:15% 0;
}
.home-about .about-item .word {
    width:100%;
}
.home-about .about-item .content {
    margin:5% 0;
}
.home-about .about-item .content .tit {
    margin:10% 0 5% 0;
}
.home-about .about-item .content .tit h2 {
    font-size: 20px;
    margin:0 0 20px 0;
}
.home-about .about-item .content .tit p {
    font-size: 14px;
}
.home-about .about-item .content .tit p span {
    display:inline;
}


.home-about .about-item .content .number {}
.home-about .about-item .content .number ul {
    max-width:600px;
}
.home-about .about-item .content .number ul li {
    width:50%;
    padding:8%;
}
.home-about .about-item .content .number ul li h3 {
}
.home-about .about-item .content .number ul li h3 strong {
    padding:0 5px;
    font-size: 24px;
}
.home-about .about-item .content .number ul li h3 span{
    font-size: 16px;
}
.home-about .about-item .content .number ul li p {
    font-size: 14px;
    color: #666;
    padding-top: 5px;
}

.home-about .photo {
    position: revert;
    width:100%;
}
.home-about .photo img {
    width:100%;
}
}
/*关于品牌 end*/


/*产品中心*/
.home-product {
    padding:5% 0;
}
.home-product .product-item {
    position:relative;
    margin:3% 0;
}
.home-product .product-item .product-big {
    position:relative;
    width:100%;

}
.home-product .product-item .product-big img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    opacity: 0;
    transition:all 0.1s;
}
.home-product .product-item .product-big img.act {
    position:relative;
    opacity:1;
}
.home-product .product-item .product-small {
    position:absolute;
    top: 0;
    width:100%;
    height:100%;

}
.home-product .product-item .product-small ul {

}
.home-product .product-item .product-small ul li {
    float:left;
    width:25%;
    position: relative;
}
.home-product .product-item .product-small:hover ul li {
    position:relative;
}
.home-product .product-item .product-small:hover ul li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 1px;
    height: 100%;
    background: rgb(255,255,255,0.2);
}
.home-product .product-item .product-small:hover ul li.act {
    opacity:1;
}
.home-product .product-item .product-small ul li .photo {
}
.home-product .product-item .product-small ul li .photo img {
    width:100%;
    opacity:1;
    transition:all 0.5s;
}
.home-product .product-item .product-small:hover ul li .photo img {
    opacity:0;
}
.home-product .product-item .product-small ul li .photo img.act {
    opacity:1;
}
.home-product .product-item .product-small ul li .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;
}
.home-product .product-item .product-small:hover ul li .word {
    opacity:0.2;
}
.home-product .product-item .product-small ul li:hover .word {
    opacity:1;
}
.home-product .product-item .product-small ul li .word h3{
    font-size: 38px;
    color: #fff;
    font-family: "Oswald-Regular";
    letter-spacing: 0;
    text-transform: uppercase;
}
.home-product .product-item .product-small ul li .word p {
    font-size: 16px;
    color: #fff;
    margin:20px 0;
    transform: translate(0px,10px);
    opacity:0;
    transition:all 0.5s;
}
.home-product .product-item .product-small ul li .word p::after {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../fonts/right-go.svg) no-repeat center center/36px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}
.home-product .product-item .product-small ul li:hover .word p {
    transform: translate(0px,0px);
    opacity:1;
}
.home-product .product-item .product-small ul li .word i {
    display:block;
    width:0%;
    height:1px;
    max-width: 200px;
    margin:0 auto;
    background:#fff;
    transition:all 0.8s;
}
.home-product .product-item .product-small ul li:hover .word i {
    width:100%;
}
@media screen and (max-width:1024px){
.home-product {
    padding:15% 0;
}
.home-product .product-item {
    position:relative;
    margin:3% 0;
}
.home-product .product-item .product-big {
     display:none;
}
.home-product .product-item .product-big img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    opacity: 0;
    transition:all 0.1s;
}
.home-product .product-item .product-big img.act {
    position:relative;
    opacity:1;
}
.home-product .product-item .product-small {
    position: revert;

}
.home-product .product-item .product-small ul {
    overflow: hidden;
}
.home-product .product-item .product-small ul li {
    width:50%;
}
.home-product .product-item .product-small:hover ul li {
    position:relative;
}
.home-product .product-item .product-small:hover ul li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 1px;
    height: 100%;
    background: rgb(255,255,255,0.2);
}
.home-product .product-item .product-small:hover ul li.act {
    opacity:1;
}
.home-product .product-item .product-small ul li .photo {
}
.home-product .product-item .product-small ul li .photo img {
    width:100%;
    opacity:1;
    transition:all 0.5s;
}
.home-product .product-item .product-small:hover ul li .photo img {
    opacity:0;
}
.home-product .product-item .product-small ul li .photo img.act {
    opacity:1;
}
.home-product .product-item .product-small ul li .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;
}
.home-product .product-item .product-small:hover ul li .word {
    opacity:0.2;
}
.home-product .product-item .product-small ul li:hover .word {
    opacity:1;
}
.home-product .product-item .product-small ul li .word h3{
    font-size: 18px;
    color: #fff;
    font-family: "Oswald-Regular";
    letter-spacing: 0;
    text-transform: uppercase;
}
.home-product .product-item .product-small ul li .word p {
    font-size: 12px;
    margin:10px 0;
    transform: translate(0px,0px);
    opacity:1;
    transition:all 0.5s;
}
.home-product .product-item .product-small ul li .word p::after {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/right-go.svg) no-repeat center center/36px;
    margin:10px auto;
    display: block;
}
.home-product .product-item .product-small ul li:hover .word p {
    transform: translate(0px,0px);
}
.home-product .product-item .product-small ul li .word i {
    display:none;
}
.home-product .product-item .product-small ul li:hover .word i {
}    
}
/*产品中心 end*/

/*品牌视频*/
.home-video {
    padding:0 0 5% 0;
}
.home-video .home-title {
    text-align: center;
}

.home-video .video-item {
    margin:5% 0 0 0;
}
.home-video .video-item .photo {
    position:relative;
}
.home-video .video-item .photo img {
    width:100%;
}
.home-video .video-item .photo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.2);
    z-index: 1;
    transition: all 0.3s;
}
.home-video .video-item .photo .fiw-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;
}
.home-video .video-item .photo .fiw-word h4 {
    font-size: 30px;
    color:#fff;
    font-weight: bold;
}
.home-video .video-item .photo .fiw-word p {
    font-size: 16px;
    color:#fff;
    margin:20px 0 10% 0;
}
.home-video .video-item .photo .fiw-word a {
    position:relative;
}
.home-video .video-item .photo .fiw-word a img {
    max-width: 50px;
}
.home-video .video-item .photo .fiw-word a::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); 
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: -1;
    background: rgb(0,0,0,0.5);
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}
.home-video .video-item .photo .fiw-word a:hover::before {
    background-image: -webkit-linear-gradient(bottom,#d5a275,#b41f23);
}
.home-video .video-item .photo .fiw-word a::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); 
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: -1;
    background: rgb(0,0,0,0.5);
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}
.home-video .video-item .photo .fiw-word a::after {-webkit-animation: place100 4000ms infinite;animation: place100 4000ms infinite;}
@keyframes place100{0%{width: 0px;height: 0px;margin: 0px;} 100%{width: 100px;height: 100px;opacity: 0;}}
@media screen and (max-width:1024px){
.home-video {
    padding:10% 0;
}
.home-video .home-title {
    text-align: center;
}

.home-video .video-item {
    margin:5% 0 0 0;
}
.home-video .video-item .photo {
    position:relative;
}
.home-video .video-item .photo img {
    width:100%;
}
.home-video .video-item .photo:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.2);
    z-index: 1;
    transition: all 0.3s;
}
.home-video .video-item .photo .fiw-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;
}
.home-video .video-item .photo .fiw-word h4 {
    font-size: 24px;
}
.home-video .video-item .photo .fiw-word p {
    font-size: 14px;
    margin:20px 0 10% 0;
}
.home-video .video-item .photo .fiw-word a {
    position:relative;
}
.home-video .video-item .photo .fiw-word a img {
    max-width: 30px;
}
.home-video .video-item .photo .fiw-word a::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); 
    content: "";
    width: 60px;
    height: 60px;
    border-radius: 50%;
    z-index: -1;
    background: rgb(0,0,0,0.5);
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}
.home-video .video-item .photo .fiw-word a:hover::before {
    background-image: -webkit-linear-gradient(bottom,#d5a275,#b41f23);
}
.home-video .video-item .photo .fiw-word a::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); 
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: -1;
    background: rgb(0,0,0,0.5);
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}
.home-video .video-item .photo .fiw-word a::after {-webkit-animation: place100 4000ms infinite;animation: place100 4000ms infinite;}
@keyframes place100{0%{width: 0px;height: 0px;margin: 0px;} 100%{width: 50px;height: 50px;opacity: 0;}}   
}
/*品牌视频 end*/

/*工程地标项目*/
.case-list {
    padding: 3% 0 1% 0;
    overflow:hidden;
}
.case-list .photo {
    position:relative;
    float: left;
    width: 55%;
}
.case-list .photo::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #f6f6f6;
    margin: 0 0 0 5%;
    display: inline-block;
    vertical-align: middle;
}
.case-list .photo ul {}
.case-list .photo ul li {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 70%;
    overflow: hidden;
}
.case-list .photo ul li img {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.case-list .photo ul li h3 {
    position: absolute;
    left: 0%;
    bottom: 0%;
    width: 100%;
    padding: 20px 0;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.01) 0,rgba(0,0,0,.5) 100%);
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.case-list .photo ul li.swiper-slide-active img {
    opacity: 1;
    transform: scale(1.1);
}
.case-list .photo ul li::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dian-bg.png) repeat;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    opacity: 0.5;
}

.case-list .word {
    width: 40%;
    padding: 1% 0 0 8%;
    float: left;
    overflow: hidden;
}
.content {}
.content .tit {
    margin:10% 0 10% 0;
}
.content .tit h3 {
    font-size: 36px;
    color: #000;
    font-family: 'Geometr';
    margin:0 0 20px 0;
}
.content .tit h4 {
    font-size: 30px;
    color: #000;
    font-weight: bold;
    margin: 0 0 40px 0;
}
.content .tit p {
    font-size: 14px;
    color: #666;
}
.content .tit .go {}

@media screen and (max-width:1024px){
.case-list {
    padding: 10% 0 8% 0;
    overflow:hidden;
}
.case-list .photo {
    width: 100%;
}
.case-list .photo::after {
    content: "";
    width: 80px;
    height: 3px;
    background: #f6f6f6;
    margin: 0 0 0 5%;
    display: inline-block;
    vertical-align: middle;
}
.case-list .photo ul {}
.case-list .photo ul li {}
.case-list .photo ul li img {
    width:100%;
}
.case-list .photo ul li h3 {
    padding: 15px 0;
    font-size: 16px;
}
.case-list .photo ul li::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/dian-bg.png) repeat -10% -10%/60%;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    z-index: -1;
    opacity: 0.05;
    -webkit-filter: grayscale(100%);
}

.case-list .word {
    width: 100%;
    padding: 5%;
}
.content {}
.content .tit {
    margin:10% 0 10% 0;
}
.content .tit h3 {
    font-size: 24px;
    margin:0 0 10px 0;
}
.content .tit h4 {
    font-size: 20px;
    margin: 0 0 20px 0;
}
.content .tit p {
    font-size: 14px;
}
.content .tit .go {}
}
/*工程地标项目 end*/


/*招商加盟*/
.home-join {
    position: relative;
    padding: 5% 0 15% 0;
    background:#f6f6f6 url(../images/join.png) no-repeat bottom center/cover;
}
.home-join .home-title {
    text-align: center;
}

.home-join .join-item {
    padding:5% 0;
}
.home-join .join-item .word {
    text-align: center;
}
.home-join .join-item .word h3 {
    font-size: 36px;
    color: #000;
    font-weight: bold;
}
.home-join .join-item .word p {
    margin:25px 0;

}
.home-join .join-item .word p span {
    position:relative;
    display:inline-block;
    padding:0 10px;
    font-size: 14px;
    color: #666;
}
.home-join .join-item .word p span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 1px;
    height: 100%;
    background: #dcdcdc;
}
.home-join .join-item .go {}
.home-join .join-item .go a {
   margin:0 auto;
}
@media screen and (max-width:1024px){
.home-join {
    padding: 10% 0 80% 0;
    background:#f6f6f6 url(../images/join.png) no-repeat bottom center/cover;
}
.home-join .home-title {
}

.home-join .join-item {
    padding:5% 0;
}
.home-join .join-item .word {
    padding:10% 0;
}
.home-join .join-item .word h3 {
    font-size: 20px;
}
.home-join .join-item .word p {
    margin:25px 0;

}
.home-join .join-item .word p span {
    position:relative;
    display:inline-block;
    padding:5px 5px;
    font-size: 14px;
    color: #666;
}
.home-join .join-item .word p span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 1px;
    height: 100%;
    background: none;
}
.home-join .join-item .go {}
.home-join .join-item .go a {
   margin:0 auto;
}    
}
/*招商加盟*/

/*新闻资讯*/
.home-news {
    padding:5% 0 3% 0;
}
.home-menu {
    overflow:hidden;
}
.home-menu .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;
}
.news-box {
    padding:2% 0;
}
.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: 60%;
    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: 80px;
    line-height: 26px;
    color: #999999;
    font-size: 14px;
    margin: 3% 0 3%;
    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: #b41f23;
}
.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){
.home-news {
    padding:10% 0;
}
.home-tag {
    width:100%;
    padding:5% 0;
}
.home-menu .home-tag a {
    display: block;
    float: left;
    border: solid 1px #cfcfcf;
    background: #fff;
    margin: 5px 10px;
    padding: 6px 15px;
    border-radius: 25px;
    text-align: center;
    font-style: normal;
    max-width: 150px;
    font-size: 12px;
    color: #464646;
}
.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;
    height: auto;
}
.news-box ul li .item p {
    width:100%;
    height: auto;
    line-height:1.6;
    font-size: 14px;
    margin: 3% 0 3%;
}
}