/*招商加盟banner图*/
.join-banner {
    position:relative;
}
.join-banner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.0);
    z-index:1;
    transition:all 0.3s;
}
.join-banner img {
    width:100%;
}
.join-banner-item {
    position:absolute;
    z-index:2;
    top:25%;
    left:10%;
    width:82%;
    color:#fff;
}


.join-banner-item h1 {
    font-size:36px;
    color:#fff;
    margin:2% 0 2% 0;
    text-shadow: 6px 8px 1px rgb(0 0 0 / 10%);
}
.join-banner-item h2 {
    font-size:60px;
    color: #d8bd78;
    font-weight:bold;
    letter-spacing:0px;
    font-family: 'Montserrat-Bold';
    margin-top:2%;
}
.join-banner-item h3 {
    display:inline-block;
    font-size:28px;
    color:#f7f2de;
    border-radius: 50px;
    margin:10% 0 0 0;
    padding:20px 40px;
    border: 1px solid rgba(255,255,255,0.5);
}
.go-more {
    position:absolute;
    bottom:0;
    width:100%;
    height:100px;
    animation: go-more 0.3s linear infinite;
}
@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) {
.join-banner {
    position:relative;
    width:100%;
    overflow:hidden;
}
.join-banner: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;
}
.join-banner-item {
    position:absolute;
    z-index:2;
    top:20%;
    left:0%;
    width:100%;
    color:#fff;
}

.join-banner-item h1 {
    font-size:20px;
    margin:8% 0 2% 0;
}
.join-banner-item h2 {
    font-size:30px;
    letter-spacing:0px;
    margin-top:10%;
}
.join-banner-item h3 {
    font-size:14px;
    margin-top:10%;
    padding:10px 20px;
}
}
/*招商加盟banner图*/


/*招商加盟板块标题*/
.join-title {
    padding:2% 0;
}

.join-title h3 {
    position: relative;
    font-size: 48px;
    color: #2d2926;
    font-family: 'Futura-Medium';
    text-transform: uppercase;

    background-image: -webkit-linear-gradient(top,#fff,#f7f2de);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.join-title h3 span{
    padding:0 10px 0 0;
    font-size: 56px;
}
.join-title h4 {
    font-size: 36px;
    color: #fff;
    line-height: 1.8;
    font-weight: bold;
    margin:0px 0 20px 0;
}
.join-title p {
    max-width: 880px;
    margin:0 auto;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    opacity:0.8;
}
@media screen and (max-width:1024px) {
.join-title {
    padding:8% 0;
}
.join-title h3 {
    font-size: 20px;
}
.join-title h3 span{
    padding:0 5px 0 0;
    font-size: 24px;
}
.join-title h4 {
    font-size: 20px;
    line-height: 1.8;
}
.join-title p {
    font-size: 14px;
}
}
/*招商加盟板块标题*/

/*市场前景*/
.market {
    position:relative;
    padding:100px 0 180px 0;
}
.market::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/join/market-bg.jpg) no-repeat center center/cover;
    z-index: -1;
    transition: all 3s;
}

.market .market-item {
    margin:30px 0 0 0;
}
.market .market-item ul {
    overflow:hidden;
}
.market .market-item ul li {
    float:left;
    width:23%;
    margin:1%;
    padding:2%;
    border-radius:10px;
    text-align: center;
    background-image: linear-gradient(to bottom,rgba(53,76,112,0.1) 0,rgba(53,76,112,.4) 100%);
}
.market .market-item ul li i {}
.market .market-item ul li i img {
    max-width: 50px;
}
.market .market-item ul li h3 {
    font-size: 24px;
    color: #fff;
    margin:8% 0 10% 0;
}
.market .market-item ul li p {
    opacity:0.8;
    font-size: 16px;
    color: #fff;
    line-height: 2.2;
}
@media screen and (max-width:1024px){
.market {
    padding:30px 0 80px 0;
}

.market .market-item {}
.market .market-item ul {}
.market .market-item ul li {
    width:48%;
    margin:1%;
    padding:4% 2%;
}
.market .market-item ul li i {}
.market .market-item ul li i img {
    max-width: 30px;
}
.market .market-item ul li h3 {
    font-size: 18px;
    margin:12% 0 8% 0;
}
.market .market-item ul li p {
    font-size: 12px;
    line-height: 1.8;
}
}
/*市场前景*/


/*门窗行业市场前景*/
.industry {
    position:relative;
    padding:100px 0 180px 0;
}
.industry::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/join/industry-bg.jpg) no-repeat center center/cover;
    z-index: -1;
    transition: all 3s;
}

.industry .industry-photo {
    margin:60px 0 0 0;
}
.industry .industry-photo ul {}
.industry .industry-photo ul li {
    float:left;
    width:48%;
    margin:1%;
    text-align: center;
}
.industry .industry-photo ul li h4 {
    font-size: 16px;
    color: #fff;
}
.industry .industry-photo ul li img {
    max-width: 100%;
    margin:20px 0;
}
.industry .industry-photo ul li h5 {
    font-size: 20px;
    color: #fff;
}
.industry .industry-photo ul li h5 span {
    padding:0 10px;
    font-size: 48px;
    color: #000;
    letter-spacing: 0;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(top,#d8bd78,#eac9a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width:1024px){
.industry {
    position:relative;
    padding:50px 0 100px 0;
}
.industry::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/join/industry-bg.jpg) no-repeat center center/cover;
    z-index: -1;
    transition: all 3s;
}

.industry .industry-photo {
    margin:30px 0 0 0;
}
.industry .industry-photo ul {}
.industry .industry-photo ul li {
    width:100%;
    margin:0% 0 10% 0;
}
.industry .industry-photo ul li h4 {
    font-size: 14px;
}
.industry .industry-photo ul li img {
    margin:10px 0;
}
.industry .industry-photo ul li h5 {
    font-size: 14px;
}
.industry .industry-photo ul li h5 span {
    padding:0 10px;
    font-size: 24px;
}   
}
/*门窗行业市场前景*/

/*品牌优势*/
.strength {
    position:relative;
    padding:100px 0 480px 0;
    overflow: hidden;
}
.strength::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/join/strength-bg.jpg) no-repeat center center/cover;
    z-index: -1;
    transition: all 3s;
}

.strength .strength-item {
    margin:30px 0 0 0;
}
.strength .strength-item ul {
    overflow:hidden;
}
.strength .strength-item ul li {
    float:left;
    width:18%;
    margin:1%;
    padding:2%;
    text-align: center;
}
.strength .strength-item ul li h3 {
}
.strength .strength-item ul li h3 strong {
    padding:0 5px;
    font-size: 48px;
    color: #000;
    letter-spacing: 0;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(top,#d8bd78,#eac9a7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.strength .strength-item ul li h3 span{
    font-size: 28px;
    color: #d8bd78;
    font-family: 'Montserrat-Bold';
}
.strength .strength-item ul li p {
    font-size: 16px;
    color: #fff;
    padding-top: 5px;
}
@media screen and (max-width:1024px){
.strength {
    padding:30px 0 80px 0;
}

.strength .strength-item {}
.strength .strength-item ul {}
.strength .strength-item ul li {
    width:48%;
    margin:1%;
    padding:4% 2%;
}
.strength .strength-item ul li h3 {
}
.strength .strength-item ul li h3 strong {
    padding:0 5px;
    font-size: 24px;
}
.strength .strength-item ul li h3 span{
    font-size: 20px;
}
.strength .strength-item ul li p {
    height:30px;
    font-size: 14px;
    padding-top: 5px;
}
}
/*品牌优势*/


/*千万级品牌广告*/
.advertisement {
    position:relative;
    padding:100px 0 150px 0;
}
.advertisement::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/join/advertisement-bg.jpg) no-repeat center center/cover;
    z-index: -1;
    transition: all 3s;
}

.advertisement .advertisement-item {
    margin:30px 0 0 0;
}
.advertisement .advertisement-item ul {
    max-width: 600px;
    margin:0 auto;
    overflow:hidden;
}
.advertisement .advertisement-item ul li {
    float:left;
    width:33%;
    text-align: center;
}
.advertisement .advertisement-item ul li img {
    max-width: 40px;
}
.advertisement .advertisement-item ul li h4 {
    margin:10px 0 0 0;
    font-size: 16px;
    color:#fff;
}

.advertisement .advertisement-photo {
    margin:120px 0 0 0;
}
.advertisement .advertisement-photo img {
    width:100%;
}
@media screen and (max-width:1024px){}
/*千万级品牌广告*/


/*千万级品牌广告*/
.store {
    position:relative;
    padding:100px 0 150px 0;
}
.store::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg,rgba(23,41,73,1) 0,rgba(63,84,127,1) 100%);
    z-index: -1;
    transition: all 3s;
}
.store .store-photo {
    margin:120px 0 0 0;
}
.store .store-photo img {
    width:100%;
}
@media screen and (max-width:1024px){}
/*品牌终端形象*/

/*营销全程帮扶*/
.support {
    position:relative;
    padding:100px 0 150px 0;
}
.support::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(245deg,rgba(26,33,46,1) 0,rgba(63,84,127,1) 100%);
    z-index: -1;
    transition: all 3s;
}
.support .support-photo {
    margin:50px 0 0 0;
}
.support .support-photo img {
    width:100%;
}
@media screen and (max-width:1024px){}
/*营销全程帮扶*/




/*品牌核心支持力*/
.Supporting {
    position:relative;
    padding:100px 0 180px 0;
}
.Supporting::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/join/Supporting-bg.jpg) no-repeat center center/cover;
    z-index: -1;
    transition: all 3s;
}

.Supporting .Supporting-item {
    margin:30px 0 0 0;
}
.Supporting .Supporting-item ul {
    overflow:hidden;
}
.Supporting .Supporting-item ul li {
    float:left;
    width:23%;
    margin:1%;
    padding:2%;
    border-radius:10px;
    text-align: center;
    background-image: linear-gradient(to bottom,rgba(53,76,112,0.1) 0,rgba(53,76,112,.4) 100%);
}
.Supporting .Supporting-item ul li i {}
.Supporting .Supporting-item ul li i img {
    max-width: 50px;
}
.Supporting .Supporting-item ul li h3 {
    font-size: 24px;
    color: #fff;
    margin:8% 0 10% 0;
}
.Supporting .Supporting-item ul li p {
    height:80px;
    opacity:0.8;
    font-size: 16px;
    color: #fff;
    line-height: 2.2;
}
@media screen and (max-width:1024px){
.Supporting {
    padding:30px 0 80px 0;
}

.Supporting .Supporting-item {}
.Supporting .Supporting-item ul {}
.Supporting .Supporting-item ul li {
    width:48%;
    margin:1%;
    padding:4% 2%;
}
.Supporting .Supporting-item ul li i {}
.Supporting .Supporting-item ul li i img {
    max-width: 30px;
}
.Supporting .Supporting-item ul li h3 {
    font-size: 18px;
    margin:12% 0 8% 0;
}
.Supporting .Supporting-item ul li p {
    font-size: 12px;
    line-height: 1.8;
}
}
/*品牌核心支持力*/


/*招商加盟留言*/
.join-apply {
    position: relative;
	padding: 5% 0 8% 0;
	width: 100%;
	*background-image: -webkit-linear-gradient(top,#de3336,#e4002b);
}

.top-apply::before,.bottom-apply::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/join/apply-bg.jpg) no-repeat center center/cover;
    z-index: -1;
    transition: all 3s;
}
.join-apply  .tit {
	width: 100%;
	margin-bottom: 30px;
}

.join-apply  .tit .p1 {
	font-size: 16px;
	color: #fff;
	margin: 20px 0;
}

.join-apply  .tit .p1 span {
	color: #d8bd78;
	font-weight: bold;
	padding: 0 5px;
}

.join-apply  .tit .p2 {
	font-size: 14px;
	color: #fff;
}

.join-apply  .con {
	float: left;
	width: 60%;
}

.join-apply  .con input,.con select,.con .sr-city{
	
	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,.con .sr-city {
	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 {
	position: relative;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	font-weight: 400;
	font-stretch: normal;
	letter-spacing: 0;
	font-size: 15px;
	color: #fff;
	font-family: "Medel";
	width: 140px;
	height: 44px;
	line-height: 44px;
	margin: 30px 0 0 0;
	background: #d8bd78;
	border: 1px solid rgba(216,189,120,0.6);
	z-index: 0;
	transition: all 0.6s;
	cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.join-apply  .con .bottom:hover {
	background-image: -webkit-linear-gradient(top,#d8c697,#d8bd78);
    box-shadow: 0 10px 6px 0 rgb(216 189 120 / 10%);
	border: 1px solid rgba(188,157,95,0.6);
}

.join-apply  .customer {
	float: right;
	width: 35%;
}

.join-apply  .customer h2 {
	font-size: 18px;
	color: #fff;
}

.join-apply  .customer h2 span {
	color: #d8bd78;
	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 solid rgba(255,255,255,0.1);
}

.join-apply  .customer #marquee ul li span {
    opacity: 0.8;
	font-size: 14px;
	color: #fff;
	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: 30px 0 0 0;
}

.join-apply .con .bottom {
	width: 100%;
}

.join-apply  .customer #marquee ul li {
	display: flex;
	justify-content: center;
	align-items: center;
}

.join-apply  .customer #marquee ul li span {
	flex: 1;
	padding: 0;
}
}

/*顶部留言*/
.join-apply.top-apply {
    position: relative;
    z-index: 9999;
	padding: 2% 0 5% 0;
	background: none;
}

.join-apply.top-apply .con {
	width: 100%;
	padding: 2% 5%;
	border-radius: 10px;
	background: #fff;
}

.join-apply.top-apply .con .name, 
.join-apply.top-apply .con .telephone, 
.join-apply.top-apply .con .xzfw,
.join-apply.top-apply .con .sr-city{
	width: 22%;
}


@media only screen and (max-width:1024px) {
.join-apply.top-apply {
	padding: 2% 0 15% 0;
	background: none;
}

.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,.join-apply.top-apply .con .sr-city {
	width: 100%;
}

.join-apply .con .button {
	width: 100%;
	padding-left: 0px;
	text-align: center;
}
}
