/*banner图*/
.twobanner {
    position:relative;
}
.twobanner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.1);
    z-index:1;
    transition:all 0.3s;
}
.twobanner-item {
    position:absolute;
    z-index:2;
    top:30%;
    left:10%;
    width:82%;
    color:#fff;
    text-align:center;
}
.twobanner-item h1 {
    font-size:50px;
    font-weight:bold;
    padding:2% 0;
    font-family:'Futura';
}
.twobanner-item h2 {
    font-size:50px;
    letter-spacing:0px;
}
.twobanner-item p {
    line-height:30px;
    font-size:24px;
    margin-top:20px;
}
@media screen and (max-width:1024px) {
.twobanner {
    position:relative;
    width:100%;
    overflow:hidden;
}
.twobanner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.1);
    z-index:1;
    transition:all 0.3s;
}
.twobanner-item {
    position:absolute;
    z-index:2;
    top:40%;
    left:0%;
    width:100%;
    color:#fff;
    text-align:center;
}
.twobanner-item h1 {
    font-size:24px;
    font-weight:bold;
    padding:2% 0;
    font-family:'Futura';
}
.twobanner-item h2 {
    font-size:24px;
    letter-spacing:0px;
}
.twobanner-item p {
    line-height:16px;
    font-size:16px;
    margin-top:20px;
}
}
/*banner图 end*/
/*板块标题*/
.join-title {
    padding:2% 0;
    text-align: center;
}
.join-title h3 {
    font-size: 44px;
    color: #737373;
    font-weight: bold;
}
.join-title i {
    display: block;
    width: 70px;
    height: 3px;
    background: #eee;
    margin: 1.5% auto 1% auto;
}
.join-title p {
    font-size: 26px;
    color: #8d8d8d;
    line-height: 2.0;
}

@media screen and (max-width:1024px) {
.join-title {
    padding:2% 0;
}
.join-title h3 {
    font-size: 24px;

}
.join-title i {
    margin: 3% auto 2% auto;
}
.join-title p {
    font-size: 16px;
}
}

/*品牌优势*/
.brand {
    padding:2% 0 5% 0;
}
.brand .brand-item {}
.brand .brand-item .word {
    padding:3% 10%;
    background:#f6f6f6;
}
.brand .brand-item .word ul {
    overflow:hidden;
}
.brand .brand-item .word ul li {
    float: left;
    width:20%;
    padding:3% 0;
    text-align: center;
}
.brand .brand-item .word ul li i {}
.brand .brand-item .word ul li i img {
    max-width:100%;
}
.brand .brand-item .word ul li h4 {
    font-size: 18px;
    color:#666;
    font-family: 'a_AvanteTck';
    line-height: 1.6;
    margin:15px 0 0 0;
}
@media screen and (max-width:1024px) {
.brand {
    padding:5% 0;
}
.brand .brand-item {}
.brand .brand-item .word {
    padding:3% 10%;
    background:#f6f6f6;
}
.brand .brand-item .word ul {
    overflow:hidden;
}
.brand .brand-item .word ul li {
    float: left;
    width:46%;
    margin:2% 0;
    padding:3%;
    text-align: center;
}
.brand .brand-item .word ul li i {}
.brand .brand-item .word ul li i img {
    max-width: 80px;
}
.brand .brand-item .word ul li h4 {
    height:50px;
    font-size: 16px;
    margin:15px 0 0 0;
}
}
/*品牌优势end*/

/*生产基地*/
.base {
    padding:5% 0;
    background:#f6f6f6;
}

.base .base-item {
    overflow:hidden;
    background:#fff;
}
.base .base-item .word {
    float:left;
    width:37%;
    padding:5%;
}
.base .base-item .word ul {}
.base .base-item .word ul li {
    font-size: 20px;
    color: #666;
    font-family: 'a_AvanteTck';
    margin:0 0 30px 0;
}
.base .base-item .word ul li span {}

.base .base-item .photo {
    float:right;
    width:63%;
}
.base .base-item .photo ul {}
.base .base-item .photo ul li {}
.base .base-item .photo ul li img {
    width:100%;
}
.base .base-item .photo .swiper-pagination-bullet-active {
    background: #fff;
}
@media screen and (max-width:1024px) {
.base {
    padding:5% 0;
    background:#f6f6f6;
}

.base .base-item {
    overflow:hidden;
    background:#fff;
}
.base .base-item .word {
    width:100%;
    padding:10% 5%;
}
.base .base-item .word ul {}
.base .base-item .word ul li {
    font-size: 16px;
    color: #666;
    font-family: 'a_AvanteTck';
    margin:0 0 30px 0;
}
.base .base-item .word ul li span {}

.base .base-item .photo {
    width:100%;
}
.base .base-item .photo ul {}
.base .base-item .photo ul li {}
.base .base-item .photo ul li img {
    
}    
}
/*生产基地 end*/

/*产品体系*/
.product {
    padding:3% 0;
    background:#f6f6f6 url(../images/join/product-bg.jpg) no-repeat top center/100%;
}
.product .join-title h3 {
    color: #fff;
    opacity: 0.8;
}
.product .join-title i {
    background: #fff;
    opacity: 0.8;
}
.product .join-title p {
    color: #fff;
    opacity: 0.8;
}
.product .product-item .word {
    width:100%;
    padding:2% 0 5% 0;
}
.product .product-item .word p {
    font-size: 18px;
    color: #fff;
    opacity: 0.6;
    line-height: 1.8;
    text-align: center;
}
.product .product-item .photo {
    width:100%;
}
.product .product-item .photo ul {}
.product .product-item .photo ul li {}
.product .product-item .photo ul li img {
    width:100%;
}


.product .product-item .photo .page{
	width:100%;
}
.product .product-item .photo .page a{ 
	display:block;
	position:absolute;
	top:50%;
	width:41px;
	height:41px;
	z-index:99999;
}
.product .product-item .photo .page a.swiper-product-next {
	right: 5%;
	background: url(../images/next-prev.svg) no-repeat left center/100%;
	transform: rotate(-180deg);
}
.product .product-item .photo .page a.swiper-product-prev {
	left:5%;
	background: url(../images/next-prev.svg) no-repeat left center/100%;
}
.product .product-item .photo a.page:hover {
	background: url(../images/next-prev.svg) no-repeat right center/90%;
}


.product-adv {
    margin:0% 0 0 0;
}
.product-adv ul {}
.product-adv ul li {
    float:left;
    width:24.25%;
    margin:0 1% 0 0;
}
.product-adv ul li:last-child {
    margin:0 0% 0 0;
}
.product-adv ul li .top-photo {}
.product-adv ul li .top-photo img {
    width:100%;
}

.product-adv ul li .bot-word {
    position:relative;
    padding:110px 0 50px 0;
    background:#fff;
    box-shadow: 0 10px 40px rgb(0 0 0 / 5%);
}
.product-adv ul li .bot-word .fix-word {
    position: absolute;
    left: 50%;
    top: -6%;
    transform: translate(-50%, -50%); 
}
.product-adv ul li .bot-word .fix-word .radius {
    position:relative;
    text-align: center;
}
.product-adv ul li .bot-word .fix-word .radius {
    position:relative;
    text-align: center;
}
.product-adv ul li .bot-word .fix-word .radius::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); 
    content: "";
    width: 130px;
    height: 130px;
    border-radius: 50%;
    z-index: -1;
    background:#fff;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}
.product-adv ul li .bot-word .fix-word .radius::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); 
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 50%;
    z-index: -1;
    background:#fff;
    opacity:0.5;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}
.product-adv ul li .bot-word .fix-word .radius h3 {
    font-size: 54px;
    color:#000;
    font-family: 'a_AvanteTck';
    opacity:0.7;
    padding:0 0 0px 0;
}
.product-adv ul li .bot-word .fix-word .radius h5 {
    font-size: 18px;
    color:#000;
    opacity:0.7;

}
.product-adv ul li .bot-word p {
    font-size: 18px;
    color:#000;
    opacity:0.7;
    line-height: 2;
    text-align: center;
}
@media screen and (max-width:1024px) {
.product {
    padding:3% 0;
    background:#f6f6f6 url(../images/join/product-bg.jpg) no-repeat top center/cover;
}
.product .join-title h3 {
    color: #fff;
    opacity: 0.8;
}
.product .join-title i {
    background: #fff;
    opacity: 0.8;
}
.product .join-title p {
    color: #fff;
    opacity: 0.8;
}
.product .product-item .word {
    width:100%;
    padding:2% 0 5% 0;
}
.product .product-item .word p {
    font-size: 14px;
    line-height: 1.8;
}
.product .product-item .photo {
    width:100%;
}
.product .product-item .photo ul {}
.product .product-item .photo ul li {}
.product .product-item .photo ul li img {
    width:100%;
}

.product-adv {
    margin:5% 0 0 0;
}
.product-adv ul {}
.product-adv ul li {
    width:100%;
    margin:1% 0;
}
.product-adv ul li:last-child {
    margin:0 0% 0 0;
}
.product-adv ul li .top-photo {}
.product-adv ul li .top-photo img {
    width:100%;
}

.product-adv ul li .bot-word {
    padding:80px 0 50px 0;
}
.product-adv ul li .bot-word .fix-word {
    left: 50%;
    top: -6%;
    transform: translate(-50%, -50%); 
}
.product-adv ul li .bot-word .fix-word .radius {
}
.product-adv ul li .bot-word .fix-word .radius {
}
.product-adv ul li .bot-word .fix-word .radius::after {
    width: 100px;
    height: 100px;
}
.product-adv ul li .bot-word .fix-word .radius::before {
    width: 120px;
    height: 120px;
}
.product-adv ul li .bot-word .fix-word .radius h3 {
    font-size: 34px;
    padding:0 0 0px 0;
}
.product-adv ul li .bot-word .fix-word .radius h5 {
    font-size: 18px;

}
.product-adv ul li .bot-word p {
    font-size: 14px;
    line-height: 2;
}   
}
/*产品体系 end*/

/*品牌荣誉*/
.honor {
    padding:3% 0;
}
.honor .honor-item {}
.honor .honor-item .word {
    width:100%;
    padding:2% 0 2% 0;
}
.honor .honor-item .word p {
    font-size: 18px;
    color: #000;
    opacity: 0.6;
    line-height: 1.8;
    text-align: center;
}

.honor .honor-item .photo {}
.honor .honor-item .photo img {
    width:100%;
}

.honor .honor-item .photo .honor-list {
    padding:0% 0;
}
.honor .honor-item .photo .honor-list ul {
}
.honor .honor-item .photo .honor-list ul li {
    padding:5% 2%;
    text-align: center;
}
.honor .honor-item .photo .honor-list ul li .photo {
    position:relative;
    width:100%;
    padding-top: 70%;
}
.honor .honor-item .photo .honor-list ul li .photo .photo-box {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
	display: flex;
    align-items: flex-end;
}
.honor .honor-item .photo .honor-list ul li .photo .photo-box img{
    vertical-align: bottom;
}
.honor .honor-item .photo .honor-list ul li p {
    font-size: 14px;
    color:#666;
    margin-top: 5%;
}


/*swiper*/
.honor .honor-item .photo .swiper-page {
    position:absolute;
    width:100%;
    bottom:0%;
    padding:50px;
}
.honor .honor-item .photo .swiper-page a{ 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:99999;
    border-radius: 50%;
	border:1px solid #f6f6f6;
	background:#ccc;
    font-size: 16px;
    color:#fff;
    font-family: '宋体';
    text-align: center;
}
.honor .honor-item .photo .swiper-page a.prev {
    left:5%;
}
.honor .honor-item .photo .swiper-page a.next {
    right:5%;
}
.honor .honor-item .photo .swiper-page a:hover{ 
    background:#666;
    color:#fff;
}
.honor .honor-item .photo .swiper-pagination-bullet {
    border-radius:5px;
    background: #666;
    opacity: 1;
    padding:1px;
    position: relative;
	width: 8px;
    height: 8px;
    background: #fff;
    border:1px solid #ccc;
    margin: 0 5px !important;
}
.honor .honor-item .photo .swiper-pagination-bullet-active {
    background: #ccc;
}
@media screen and (max-width:1024px) {
.honor {
    padding:8% 0;
}
.honor .honor-item {}
.honor .honor-item .word {
    width:100%;
    padding:2% 0 5% 0;
}
.honor .honor-item .word p {
    font-size: 16px;
    line-height: 1.8;
}

.honor .honor-item .photo {
    padding:5% 0;
}
.honor .honor-item .photo img {
    width:100%;
}
}
/*品牌荣誉 end*/


/*加盟优势*/
.advantage {
    padding:5% 0;
    background:#f6f6f6;
}

.advantage-item {}
.advantage-item ul {}
.advantage-item ul li {
    float:left;
    width:31.333%;
    margin:1%;
    background:#fff;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}

.advantage-item ul li .word {
    padding:10% 0;
    text-align: center;
}
.advantage-item ul li .word h4 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    opacity: 0.7;
    margin:0 0 5% 0;
}
.advantage-item ul li .word p {
    font-size: 18px;
    color: #000;
    opacity: 0.6;
    line-height: 1.8;
}

.advantage-item ul li .photo {}
.advantage-item ul li .photo img {
    width:100%;
}
@media screen and (max-width:1024px) {
.advantage {
    padding:5% 0;
    background:#f6f6f6;
}

.advantage-item {}
.advantage-item ul {}
.advantage-item ul li {
    float:left;
    width:100%;
    margin:1% 0;
    background:#fff;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}

.advantage-item ul li .word {
    padding:10% 0;
}
.advantage-item ul li .word h4 {
    font-size: 20px;
    margin:0 0 5% 0;
}
.advantage-item ul li .word p {
    font-size: 16px;
    line-height: 1.8;
}

.advantage-item ul li .photo {}
.advantage-item ul li .photo img {
    width:100%;
}
}
/*加盟优势 end*/


/*品牌实力*/
.prospect {
    position:relative;
    padding:3% 0;
    background: #f6f6f6 url(../images/join/prospect.jpg) no-repeat center center/cover;
}
.prospect .join-title h3 {
    color: #fff;
    opacity: 0.8;
}
.prospect .join-title i {
    background: #fff;
    opacity: 0.8;
}
.prospect .join-title p {
    color: #fff;
    opacity: 0.8;
}

.prospect .tit {
    font-size: 18px;
    color:#fff;
    opacity:0.8;
    text-align: center;
    
}
.prospect-list {
    margin:5% 0 0 0;
}
.prospect-list ul {
    overflow: hidden;
}
.prospect-list ul li {
    float:left;
    width:21%;
    margin: 1% 2%;
    padding:4% 2%;
    border-radius: 10px;
    text-align: center;
    background: rgb(221,213,203,0.1);
    border: 1px solid rgba(247,224,239,0.2);
    transition: all 0.5s;
}
.prospect-list ul li i {
    position: relative;
    font-size: 36px;
    color:#fff;
    opacity:0.7;
    font-family: 'a_AvanteTck';
    font-style: normal;
}
.prospect-list ul li h5 {
    font-size: 24px;
    color: #fff;
    opacity:0.9;
    font-weight: bold;
    line-height: 1.6;
    padding:5% 0 5% 0;
}
.prospect-list ul li p {
    opacity: 0.7;
    font-size: 18px;
    color:#fff;
    line-height: 1.8;
}
@media screen and (max-width:1024px) {
.prospect {
    position:relative;
    padding:3% 0;
    background: #f6f6f6 url(../images/join/prospect.jpg) no-repeat center center/cover;
}
.prospect .join-title h3 {
    color: #fff;
    opacity: 0.8;
}
.prospect .join-title i {
    background: #fff;
    opacity: 0.8;
}
.prospect .join-title p {
    color: #fff;
    opacity: 0.8;
}

.prospect .tit {
    font-size: 18px;
    color:#fff;
    opacity:0.8;
    text-align: center;
    
}
.prospect-list {
    margin:5% 0 0 0;
}
.prospect-list ul {
    padding:10% 2%;
    overflow: hidden;
}
.prospect-list ul li {
    width:98%;
    margin: 2% 1%;
    padding:10% 2%;
}
.prospect-list ul li i {
    font-size: 34px;
}
.prospect-list ul li h5 {
    font-size: 20px;
    line-height: 1.6;
    padding:5% 0 5% 0;
}
.prospect-list ul li p {
    font-size: 16px;
    line-height: 1.8;
}
}
/*品牌实力 end*/

/*加盟流程*/
.stop {
    padding:5% 0;
}
.stop-item {}
.stop-item .photo img {
    max-width: 100%;
}


/*加盟资质*/
.requirement {
    background: #f6f6f6 url(../images/join/requirement.jpg) no-repeat center center/cover;
}

.requirement .requirement-item {}
.requirement .requirement-item ul {
    padding:5% 0;
    text-align: center;
}
.requirement .requirement-item ul li {
    display:inline-block;
    width:220px;
    height:220px;
    margin:2%;
    border-radius: 50%;
    overflow:hidden;
    position:relative; 
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}
.requirement .requirement-item ul li .photo {
    float:left;
    width:100%;
    height:50%;
    line-height: 110px;
    background:#737373;
}
.requirement .requirement-item ul li .photo img {
    max-width:60px;
}
.requirement .requirement-item ul li .word {
    float:left;
    width:100%;
    height:50%;
    background:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.requirement .requirement-item ul li .word h5 {
    font-size: 18px;
    color: #000;
    opacity: 0.6;
    line-height: 1.6;
}
@media screen and (max-width:1024px) {
 .requirement {
    background: #f6f6f6 url(../images/join/requirement.jpg) no-repeat center center/cover;
}

.requirement .requirement-item {}
.requirement .requirement-item ul {
    padding:5% 0;
    text-align: center;
}
.requirement .requirement-item ul li {
    display:inline-block;
    width:150px;
    height:150px;
    margin:2%;  
}
.requirement .requirement-item ul li .photo {
    width:100%;
    height:50%;
    line-height: 100px;
    background:#737373;
}
.requirement .requirement-item ul li .photo img {
    max-width:40px;
}
.requirement .requirement-item ul li .word {
    width:100%;
    height:50%;

}
.requirement .requirement-item ul li .word h5 {
    font-size: 16px;
    line-height: 1.4;
}   
}

/*招商加盟留言*/
.join-apply {
	padding:5% 0;
	width:100%;
	overflow:hidden;
}
.join-apply  .tit {
	width:100%;
	margin-bottom:30px;
}
.join-apply  .tit .p1 {
	font-size:16px;
	color:#666;
	margin:20px 0;
}
.join-apply  .tit .p1 span {
	color:#666;
	font-weight:bold;
	font-family: 'a_AvanteTck';
	padding:0 5px;
}
.join-apply  .tit .p2 {
	font-size:14px;
	color:#666;
}
.join-apply  .con {
	float:left;
	width:60%;
	overflow:hidden;
}
.join-apply  .con input,.con select {
	border:1px solid #ddd;
	color:#666;
	font-size:14px;
	height:40px;
	line-height:18px;
	padding:11px 10px 11px 10px;
	float:left;
}
.join-apply  .con .name,.join-apply  .con .telephone,.join-apply  .con .xzfw {
	width:30.5%;
	margin:5px 2.5% 5px 0;
	background:#fff;
}
.join-apply  .con .address {
	width:30.5%;
	margin:5px 2.5% 5px 0;
	background:#fff;
}
.join-apply  .con .content {
	width:96.5%;
	height:100px;
	margin:5px 2.5% 5px 0;
	line-height:18px;
}
.join-apply  .con .bottom {
	color:#fff;
	cursor:pointer;
	display:block;
	float:left;
	font-size:16px;
	height:38px;
	line-height:38px;
	text-align:center;
	width:160px;
	padding:0;
	background:#666;
	margin:20px 0;
}
.join-apply  .con .bottom:hover {
	background:#666;

}

.join-apply  .customer {
	float:right;
	width:35%;
}
.join-apply  .customer h2 {
	font-size:18px;
	color:#000;
}
.join-apply  .customer h2 span {
	color:#666;
	font-family: 'a_AvanteTck';
	padding:0 5px;
}
.join-apply  .customer #marquee {
	width:100%;
	height:160px;
	margin:20px 0 0 0;
	overflow:hidden;
}
.join-apply  .customer #marquee ul {
	width:100% !important;
}
.join-apply  .customer #marquee ul li {
	float:left;
	width:100%;
	padding:15px 0;
	line-height:10px;
	border-bottom:1px dotted #ccc;
}
.join-apply  .customer #marquee ul li span {
	font-size:14px;
	color:#666;
	padding:0 20px;
}
@media only screen and (max-width:1024px) and (min-width:0) {
	.join-apply  .con {
	width:100%;
}
.join-apply  .con .name,.join-apply  .con .telephone,.join-apply  .con .xzfw {
	width:95%;
	margin:5px 2.5% 5px 2.5;
	background:#fff;
}
.join-apply  .customer {
	width:100%;
	margin:5% 0 0 0;
}
}


/*招商加盟留言 顶部TOP*/
.join-apply.top-apply {
    padding: 2% 0;
    background: none;
}
.join-apply.top-apply .con {
    width: 100%;
    padding:2% 5%;
    border-radius: 10px;
    *border: 1px solid #fbe9df;
    background: #fff;
}
.join-apply.top-apply .con .name, .join-apply.top-apply .con .telephone, .join-apply.top-apply .con .xzfw {
    width: 22%;
}
@media only screen and (max-width:1024px) {
.join-apply.top-apply .con {
    padding:5% 5%;
}
.join-apply.top-apply .con .name, .join-apply.top-apply .con .telephone, .join-apply.top-apply .con .xzfw {
    width: 100%;
}
}