
/*招商加盟*/

/* pageAnalysis */
.pageAnalysis{width: 100%;padding:80px 0;position: relative;overflow: hidden;z-index: 1;}
.pageAnalysis::after{content: '';width: 100%;height: 38%;background-color: #f1f1f1;position: absolute;bottom: 0;left: 0;z-index: -1;}
.pageAnalysis .title{font-size: 40px;color: #000000;text-align: center;}
.pageAnalysis .tit{font-size: 18px;color: #999999;text-align: center;margin-top: 10px;}
.pageAnalysis ul{width: 100%; overflow:hidden; margin-top: 60px;}
.pageAnalysis ul li{width: 100%; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
.pageAnalysis ul li .cont{ width:43%;}
.pageAnalysis ul li .cont .tit1{font-size:28px;color: #000000;margin-bottom:10px;margin-top:20px;}
.pageAnalysis ul li .cont .txt{font-size: 16px;line-height: 28px;color: #666666;position: relative;padding-left: 20px;margin-top: 0;box-sizing: border-box;}
.pageAnalysis ul li .cont .txt::after{content: '';	width: 7px;height: 7px;background-color: #111;border-radius: 50%;position: absolute;top: 11px;left: 0;}
.pageAnalysis ul li .img{width: 46%;overflow: hidden;}
.pageAnalysis ul li .img img{width: 100%;display: block;}



.jiamengyoushi{
	width:100%;
	background: url(../img/join-bg03.jpg) no-repeat top center fixed;
	background-size: cover;
	background-color: #1051a1;
	position: relative;
	padding:80px 0 60px;
}
.jiamengyoushi .title {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
}

.jiamengyoushi .tit {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

.intro-header{
	color: #fff;
	text-align: center;
}
.intro-header h2 {
    font: 900 34px/1 "AvenirLTStd";
}
.intro-header p {
    margin-top:20px;
    font-size: 30px;
    letter-spacing: .06em;
}

.join2_b{
	overflow:hidden;
	margin-top:50px;
}
.join2_b li {
    display: inline-block;
    float: left;
    width: 24%;
    height: 253px;
    padding: 2.1% 1.2% 2.1% 2%;
    background: #fff;
    margin-bottom: 2%;
    position: relative;
    cursor: pointer;
}
.join2_b li+li {
    margin-left: 1.3%;
}
.join2_b li:nth-child(5) {
    margin-left: 0;
}
.join2_b li p {
    font-size:24px;
    color: #222;
    line-height: 60px;
}
.join2_b li p:before, .join2_b li p:after {
    content: "";
    display: block;
}
.join2_b li p:before {
    width: 60px;
    height: 60px;
    background-image: url(../img/jmys0.png);
    background-repeat: no-repeat;
}
.join2_b li:nth-child(1) p:before {
    background-position: 0 0;
}
.join2_b li:nth-child(2) p:before {
    background-position: -60px 0;
}
.join2_b li:nth-child(3) p:before {
    background-position: -120px 0;
}
.join2_b li:nth-child(4) p:before {
    background-position: -180px 0;
}
.join2_b li:nth-child(5) p:before {
    background-position: -240px 0;
}
.join2_b li:nth-child(6) p:before {
    background-position: -300px 0;
}
.join2_b li:nth-child(7) p:before {
    background-position: -360px 0;
}
.join2_b li p:after {
    width: 40px;
    height: 3px;
    background: #1f304c;
    margin-bottom: 20px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}
.join2_b li span {
    line-height: 1.6;
	font-size:14px;
	color:#666666;
}

.join2_b li:after {
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    right: 6%;
    top: 12%;
    overflow: hidden;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    background-image: url(../img/jmys1.png);
    background-repeat: no-repeat;
}
.join2_b li:nth-child(1):after {
    background-position: 0 -100px;
}

.join2_b li:nth-child(2):after {
    background-position: -100px -100px;
}
.join2_b li:nth-child(3):after {
    background-position: -200px -100px;
}
.join2_b li:nth-child(4):after {
    background-position: -300px -100px;
}
.join2_b li:nth-child(5):after {
    background-position: -400px -100px;
}
.join2_b li:nth-child(6):after {
    background-position: -500px -100px;
}
.join2_b li:nth-child(7):after {
    background-position: -600px -100px;
}
.join2_b li:nth-child(8):after {
    background-position: -700px -100px;
}
.join2_b li:hover {
    background:#f89754;
}
.join2_b li:nth-child(1):hover p:before {
    background-position: 0 -60px;
}
.join2_b li:hover p:after {
    background: #fff;
    width: 120px;
}.join2_b li:hover p, .join2_b li:hover span {
    color: #fff;
}
.join2_b li:nth-child(2):hover p:before {
    background-position: -60px -60px;
}
.join2_b li:nth-child(3):hover p:before {
    background-position: -120px -60px;
}
.join2_b li:nth-child(4):hover p:before {
    background-position: -180px -60px;
}
.join2_b li:nth-child(5):hover p:before {
    background-position: -240px -60px;
}
.join2_b li:nth-child(6):hover p:before {
    background-position: -300px -60px;
}
.join2_b li:nth-child(7):hover p:before {
    background-position: -360px -60px;
}
.join2_b li:nth-child(8):hover p:before {
    background-position: -420px -60px;
}

.jiamengguanggao{
	margin:90px 0;
	overflow:hidden;
}

.jiamengguanggao .wrap-tit {
    text-align: center;
    overflow: hidden;
}
.jiamengguanggao .wrap-tit h2 {
    font-size: 48px;
    color: #333;
    margin-bottom: 18px;
    font-weight: 500;
}
.jiamengguanggao .wrap-tit p {
    margin:10px auto 0;
    font-size: 18px;
    color: #666;
    line-height: 1.5;
}
.jiamengguanggao .img{
	width:100%;
	margin-top:60px;
}
.jiamengguanggao .img img{
	width:100%;
}


/* pageSupport */
.pageSupport{width: 100%;background: url(../img/support_bg.jpg) center center no-repeat fixed;background-size: cover;overflow: hidden;padding: 80px 0;}
.pageSupport .title{font-size: 40px;line-height: 40px;color: #000000;display: flex;justify-content: center;}
.pageSupport .title img{float: left;width: 66px;display: block;}
.pageSupport .title p{float: left;/* margin-top: 36px; *//* margin-left: 10px; */}
.pageSupport .tit{font-size: 18px;color: #999999;margin-top: 20px;text-align: center;}
.pageSupport .box{width: 100%;margin-top: 60px;position: relative;}
.pageSupport .box .supportTabs{width: 540px;display: flex;flex-wrap: wrap;}
.pageSupport .box .supportTabs>a:nth-child(2n){border-right: none;}
.pageSupport .box .supportTabs>a{display: block;width: 50%;background-color: rgba(255,255,255,0.8);padding: 15px 0;border-bottom: 1px solid #eee;border-right: 1px solid #eee;box-sizing: border-box;}
.pageSupport .box .supportTabs>a:last-child{border-bottom: none;}
.pageSupport .box .supportTabs>a .iconfont{float: left;width: 56px;height: 56px;border-radius: 50%;background-color: rgba(0, 0, 0, 0.1);color: #333;font-size: 30px;line-height: 56px;text-align: center;margin-left: 22px;}
.pageSupport .box .supportTabs>a .txt{float: left;width: 140px;margin-left: 15px;}
.pageSupport .box .supportTabs>a .txt .p1{font-size: 20px;color: #333;line-height: 30px;}
.pageSupport .box .supportTabs>a .txt .p2{font-size: 14px;color: #999;line-height: 24px;margin-top: 4px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.pageSupport .box .supportTabs>a.active{background-color: #f89754;}
.pageSupport .box .supportTabs>a.active .iconfont{background-color: rgba(255, 255, 255, 0.1);color: #fff;}
.pageSupport .box .supportTabs>a.active .txt .p1,.pageSupport .box .supportTabs>a.active .txt .p2{color: #fff;}
.pageSupport .box .supportList{width: 55%;height: 100%;position: absolute;top: 0;right: 0;background-color: rgba(255, 255, 255, 0.8);}
.pageSupport .box .supportList .swiper-wrapper{ position:inherit; display:inline-block;}
.pageSupport .box .supportList .swiper-slide .cont{width: 100%;height: 100%;}
.pageSupport .box .supportList .swiper-slide .cont .img{width: 37%;height: 100%; overflow: hidden;float: left;}
.pageSupport .box .supportList .swiper-slide .cont .text{width: 60%;padding: 0px 4%;box-sizing: border-box;float: left;display: flex;flex-direction: column;justify-content: center;/* align-items: center; */height: 100%;}
.pageSupport .box .supportList .swiper-slide .cont .text .tit1{font-size: 36px;color: #000000;}
.pageSupport .box .supportList .swiper-slide .cont .text .txt1{	font-size: 16px;line-height: 36px;height: auto;overflow-y: auto;color: #666666;margin-top: 22px;}
.pageSupport .box .supportList .swiper-slide .cont .text .txt1 p{ margin-bottom: 15px;}
.pageSupport .box .supportList .swiper-slide .cont .text .txt1 img{ display: none;}





.jiamengyaoqiu{
    background: url(../img/Marketing.e39838d1.png) no-repeat top center fixed;
	background-size: cover;
	overflow:hidden;
	padding:80px 0;
}
.jiamengyaoqiu .title {
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    display: flex;
    justify-content: center;
}
.jiamengyaoqiu .tit {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

.jiamengyaoqiu .con{
	width:100%;
	margin-top:50px;
}

.jiamengyaoqiu .con ul{
	display: flex;
    flex-wrap: wrap;
}
.jiamengyaoqiu .con ul li{
	width:24%;
    margin-right:1.2%;
}
.jiamengyaoqiu .con ul li:nth-child(4n) {
    margin-right: 0;
}

.jiamengyaoqiu .con ul li .item {
    height: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
	background-color:#fff;
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.jiamengyaoqiu .con ul li .item .img {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.jiamengyaoqiu .con ul li .item .img img {
    height: 80px;
	width:80px;
}
.merchants-page .content4 ol li .item .img img {
    max-height: 100%;
}
.jiamengyaoqiu .con ul li h3 {
	font-size:24px;
	color:#11216c;
	margin-top:20px;
}
.jiamengyaoqiu .con ul li .desc{
	font-size:16px;
	color:#666;
	line-height:26px;
	text-align:center;
	margin-top:10px;
}


.sqls {
	background-color: #f5f5f5;
	padding:80px 0;
}

.sqls .title {
    font-size: 40px;
    line-height: 40px;
    color: #000000;
    display: flex;
    justify-content: center;
}
.sqls .tit {
    font-size: 18px;
    color: #999999;
    margin-top: 20px;
    text-align: center;
}
.sqls .sll-box {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 566px;
	margin-top:50px;
}

.sqls .sll-box>div {
	width: 50%;
	height: 100%;
}

.sqls .sll-box .righ-box {
	width: 50%;
	height: 100%;
	background-color: #ffffff;
	padding: 50px;
}

.sqls .sll-box .l-img {
	background-image: url(../img/rp_1.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.sqls .sll-box .righ-box span {
	font-size: 16px;
}

.sqls .sll-box .righ-box h1 {
	font-size: 36px;
	margin-bottom: 30px;
	font-weight:500;
	color:#0b3775;
}

.sqls .sll-box .righ-box form {
	width: 100%;
	height: 368px;
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.sqls .sll-box .righ-box form input {
	width: 290px;
	text-indent: 14px;
	border: solid 1px #bebebe;
	height: 47px;
	margin-bottom: 24px;
}

.sqls .sll-box .righ-box form select {
	width: 290px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 14px;
	color: #777777;
	border: solid 1px #bebebe;
	height: 47px;
	background-image: url(../images/duobianxing1.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	margin-bottom: 24px;
}

.sqls .sll-box .righ-box form textarea {
	width: 100%;
	height: 82px;
	padding: 14px 0;
	text-indent: 14px;
	border: solid 1px #bebebe;
	margin-bottom: 25px;
	resize: none;
}

.sqls .sll-box .righ-box form button {
	width: 150px;
	height: 47px;
	background-color: #0b3775;
	color: #ffffff;
	font-size: 16px;
	border: none;
}