@charset "utf-8";
/* CSS Document */
.join-box{ width:100%;background:#85dcff url(../../images/mobile/join/join_bg_02.jpg) no-repeat center bottom; background-size:100%; /*min-height:888px;*/}
.join-top{ width:90%; margin-left:5%; position:relative; height:130px;}
.join-top .one{ width:470px; height:130px; position:absolute; right:10%; top:10%;  cursor:pointer;
animation: 6s ease-in-out 0s normal infinite running balloon3;
-moz-animation: 6s ease-in-out 0s normal  infinite running balloon3;
-webkit-animation: 6s ease-in-out 0s normal  infinite running balloon3;
-o-animation: 6s ease-in-out 0s normal  infinite running balloon3;
}
@-webkit-keyframes balloon3 {
	0%, 100% {
		-webkit-transform: translate(10px, -10px) rotate(-8eg);
	}
	50% {
		-webkit-transform: translate(-15px, 20px) rotate(5deg);
	}
}
@-moz-keyframes balloon3 {
	0%, 100% {
		-moz-transform: translate(10px, -10px) rotate(-8eg);
	}
	50% {
		-moz-transform: translate(-15px, 10px) rotate(5deg);
	}
}
@-o-keyframes balloon3 {
	0%, 100% {
		-o-transform: translate(10px, -10px) rotate(-8eg);
	}
	50% {
		-o-transform: translate(-15px, 10px) rotate(5deg);
	}
}
@keyframes balloon3 {
	0%, 100% {
		transform: translate(10px, -10px) rotate(-8eg);
	}
	50% {
		transform: translate(-15px, 10px) rotate(5deg);
	}
}

.join-lsit{ width:100%; margin-top:10%;}
.join-lsit li{ width:264px;  height:229px;text-align:center; float:left;}
.join-lsit li a{display:block;}
.join-lsit li.a{ background:url(../../images/mobile/join/a.png) no-repeat; background-size:cover; margin-left:30%;}
.join-lsit li.b{ background:url(../../images/mobile/join/b.png) no-repeat;background-size:cover; margin-left:9.5%; margin-top:8px;}
.join-lsit li.c{ background:url(../../images/mobile/join/c.png) no-repeat; background-size:cover;margin-left:5px; margin-top:8px;margin-left:30%;}
.join-lsit li.d{ background:url(../../images/mobile/join/d.png) no-repeat; background-size:cover;margin-left:5px; margin-top:8px;}
.join-lsit li a em{ color:#fff; display:block; font-size:20px; padding:115px 0;}

/*===================招募合伙人==================*/
.little-banner.join{background:url(../../images/mobile/join/banner_02.jpg) no-repeat center;background-size:cover;  position:relative;}
.little-banner .btn-contant{ position:absolute; bottom:20%; width:100%; }
.little-banner .btn-contant a{ width:30%; height:50px; line-height:50px; text-align:center; font-size:18px;border-radius:3px;display:inline-block;}
.little-banner .btn-contant a.a{ background:#f9694d; color:#fff; margin-left:17.5%;  }
.little-banner .btn-contant a.a:hover{background:#fff; color:#f9694d;}

.little-banner .btn-contant a.b{ border:1px solid #fff; color:#fff;margin-left:5%;}
.little-banner .btn-contant a.b:hover{background:#fff; color:#f9694d;}

/*====合作对象=====*/
.center-title{ width:100%; text-align:center; height:90px;}
.center-title img{ display:inline-block;height:90px;}

.moudle1{ background:#ed6c53; padding:10% 0 10%; }
.cooperation-list{ width:97%; margin:0 0 0 3%;}
.cooperation-list li{ float:left; background:#fff; text-align:center; width:44.5%; padding:20px; margin:5% 2% 0 2%;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.cooperation-list li:hover{box-shadow:0 0 10px #d2e3f9;-webkit-transform: translate3d(0px, -10px, 0px); -moz-transform: translate3d(0px, -10px, 0px); -o-transform: translate3d(0px,-10px, 0px); transform: translate3d(0px, -10px, 0px);}
.cooperation-list li span{ width:90px; height:90px;display:inline-block; margin-bottom:5px;}
.cooperation-list li span img{ width:100%; height:100%;}
.cooperation-list li p.info{ color:#333; line-height:28px; margin-top:10px;min-height:115px; height:auto!important; height:115px; font-size:18px; text-align:left;-moz-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;}
.cooperation-list li:hover p.info a{ color:#fff; }

.cooperation-list li a.contact{ font-size:16px;width:130px; height:40px; line-height:40px; margin-top:5%; color:#fff; background:#43bee8 url(../../images/small_bg.png) no-repeat 10px -1705px; text-indent:2em; display:inline-block; border-radius:3px;}
.moudle1 p.msg{background:url(../../images/mobile/join/msg.png) no-repeat left center; font-size:18px; line-height:38px; color:#fff; text-align:center; width:90%; margin:5% auto 0; padding-left:5px;  }

/*====合作价值=====*/
.moudle2{ background:#f9f9f9; padding:10% 0;}
.cooperation-value{ width:90%; margin:23% 0 0 5%; box-shadow:2px 8px 15px #eee; box-shadow-top:none; background:#fff; position:relative; padding-bottom:25px;}
.cooperation-value dt{ font-weight:bold; background:url(../../images/mobile/join/title_bg.png) no-repeat top center; background-size:cover;  position:absolute; top:-123px; left:0px; height:143px; width:100%;text-align:center;}
.cooperation-value dt i.num{ font-size:24px; color:#fff; width:60px; height:60px; line-height:60px; display:inline-block; background:#ff7659; border-radius:5px; margin-bottom:16px; }
.cooperation-value dt em.tit{ font-size:24px; color:#000 ; display:block;}

.cooperation-value dd{ float:left;  text-align:center;width:90%; margin-left:5%;padding:20px 0; border-bottom:1px dashed #e7e7e7;}
.cooperation-value dd span.ico{ display:inline-block;  width:120px; height:120px; }
.cooperation-value dd span.ico.a{background:url(../../images/mobile/join/little_05.png) no-repeat; background-size:cover;}
.cooperation-value dd span.ico.b{background:url(../../images/mobile/join/little_06.png) no-repeat; background-size:cover;}
.cooperation-value dd span.ico.c{background:url(../../images/mobile/join/little_07.png) no-repeat; background-size:cover; }
.cooperation-value dd span.ico.d{ background:url(../../images/mobile/join/little_08.png) no-repeat; background-size:cover; }
.cooperation-value dd span.ico.e{background:url(../../images/mobile/join/little_09.png) no-repeat; background-size:cover;}
.cooperation-value dd span.ico.f{background:url(../../images/mobile/join/little_10.png) no-repeat; background-size:cover;}
.cooperation-value dd span.ico.g{background:url(../../images/mobile/join/little_11.png) no-repeat; background-size:cover;}
.cooperation-value dd span.ico.k{background:url(../../images/mobile/join/little_12.png) no-repeat; background-size:cover;}
.cooperation-value dd span.ico.i{background:url(../../images/mobile/join/little_14.png) no-repeat; background-size:cover;}
.cooperation-value dd span.ico.h{ background:url(../../images/mobile/join/little_13.png) no-repeat; background-size:cover;}
.cooperation-value dd span.ico.j{ background:url(../../images/mobile/join/little_15.png) no-repeat; background-size:cover;}
.cooperation-value dd span.ico em{ width:120px; height:80px; padding-top:40px;  line-height:80px; font-size:16px; color:#fff; display:none;}

.cooperation-value dd p.info,.cooperation-value dd.one div.info{ color:#333; line-height:28px; font-size:18px; text-align:left; width:70%;}
.cooperation-value dd p.info a{ color:#f9694d; }
.cooperation-value dd:hover p.info a{ text-decoration:underline;}

/*=====合作模式=====*/
.moudle3{ background:#3db0da; width:100%; padding-bottom:10%; }
.moudle3 p.tit-info{ width:90%; color:#fff; line-height:26px; font-size:16px;margin:12% auto 0; }

.moudle3 .change-box{ width:90%;margin:35px auto 0;}
.moudle3 .change-box a{ width:30%; height:65px; line-height:65px; color:#fff; text-align:center; display:inline-block;background:#339dc4;margin-right:5%; font-size:18px; float:left;}
.moudle3 .change-box a:hover,.moudle3 .change-box a.cur{background:#055d85;}

.model-change-box{ background:#fff; padding:20px; width:90%; margin:0 auto; }
.moudle3 .content-info{font-size:18px; color:#333; margin:0 0 3% 0;}
.moudle3 .content-info h3.tit{ padding:0px 25px; margin-bottom:3%; background:#43bee8; border-radius:20px; line-height:40px; height:40px; display:inline-block; font-size:18px; color:#fff;}
.moudle3 .content-info p.te{ margin-bottom:20px; line-height:25px; }
.moudle3 .content-info p.te i.fl{ width:25px; height:25px; background:#43bee8; border-radius:50%;text-align:center; color:#fff; font-size:14px; font-style:normal;}
.moudle3 .content-info p.te em{ padding-left:35px; display:block;}

@media screen and (min-width:300px) {
/*.wrapper{ width:320px;}*/
.join-box{/* min-height:600px;*/min-height:484px;}
.join-top{ height:66px;}
.join-top .one{ width:237px; height:66px;  right:20px;}
.join-lsit{ width:100%; margin-top:5%;}
.join-lsit li{ width:145px;  height:126px;}
.join-lsit li.a{  margin-left:30%;}
.join-lsit li.b{margin-left:7%; }
.join-lsit li a em{ font-size:12px; padding:60px 0;}


.little-banner .btn-contant{ position:absolute; bottom:15%; width:100%; }
.little-banner .btn-contant a{height:30px; line-height:30px; font-size:12px;}

/*====合作对象=====*/
.center-title,.center-title img{ height:60px;}

.cooperation-list li,.model-change-box{padding:15px;}
.cooperation-list li span{ width:50px; height:50px;}
.cooperation-list li p.info{ line-height:22px; margin-top:5px;font-size:12px;min-height:135px; height:135px;}

.cooperation-list li a.contact{ font-size:12px;width:80px; height:30px; line-height:30px; text-indent:2em; background:#43bee8 url(../../images/small_bg.png) no-repeat -5px -1708px;}
.moudle1 p.msg{ background:url(../../images/mobile/join/msg.png) no-repeat left 1px; padding-left:23px; background-size:7%;font-size:12px; line-height:22px;  }

/*====合作价值=====*/
.cooperation-value{  padding-bottom:25px; margin-top:25%;}
.cooperation-value dt{ top:-63px; height:73px; }
.cooperation-value dt i.num{ font-size:16px;  width:35px; height:35px; line-height:35px; margin-bottom:10px; }
.cooperation-value dt em.tit{ font-size:16px; }

.cooperation-value dd{padding:15px 0;}
.cooperation-value dd span.ico{width:50px; height:50px; }

.cooperation-value dd p.info,.cooperation-value dd.one div.info{ line-height:24px; font-size:14px; width:75%; }

/*=====合作模式=====*/
.moudle3 p.tit-info{ line-height:24px; font-size:14px;margin:12% auto 0; }

.moudle3 .change-box{margin:25px auto 0;}
.moudle3 .change-box a{ height:45px; line-height:45px; font-size:12px;}

.moudle3 .content-info{font-size:12px; }
.moudle3 .content-info h3.tit{ padding:0px 15px;  line-height:30px; height:30px;  font-size:14px; }
.moudle3 .content-info p.te{ margin-bottom:20px; line-height:25px; }
.moudle3 .content-info p.te i.fl{ width:25px; height:25px;  font-size:14px; }
.moudle3 .content-info p.te em{ padding-left:35px; }
}
@media screen and (min-width:360px) {
/*.wrapper{ width:360px;}*/
.join-box{ /*min-height:634px;*/min-height:524px;}
.join-top{ height:83px;}
.join-top .one{ width:300px; height:83px;  right:0px; }
.join-lsit{ width:100%; margin-top:5%;}
.join-lsit li{ width:145px;  height:126px;}
.join-lsit li.a{  margin-left:30%;}
.join-lsit li.b{margin-left:8.7%; }
.join-lsit li a em{ font-size:12px; padding:60px 0;}

.little-banner .btn-contant{ position:absolute; bottom:15%; width:100%; }
.little-banner .btn-contant a{height:35px; line-height:35px; font-size:14px;}

/*====合作对象=====*/
.center-title,.center-title img{ height:65px;}

.cooperation-list li,.model-change-box{padding:15px;}
.cooperation-list li span{ width:50px; height:50px;}
.cooperation-list li p.info{ line-height:22px; margin-top:5px;font-size:12px;min-height:135px; height:135px;}

.cooperation-list li a.contact{ font-size:12px;width:80px; height:30px; line-height:30px; text-indent:2em; background:#43bee8 url(../../images/small_bg.png) no-repeat -5px -1708px;}
.moudle1 p.msg{ background:url(../../images/mobile/join/msg.png) no-repeat left 1px; padding-left:23px; background-size:7%;font-size:12px; line-height:22px;  }

/*====合作价值=====*/
.cooperation-value{  padding-bottom:25px; margin-top:23%;}
.cooperation-value dt{ top:-70px; height:73px; }
.cooperation-value dt i.num{ font-size:16px;  width:40px; height:40px; line-height:40px; margin-bottom:10px; }
.cooperation-value dt em.tit{ font-size:16px; }

.cooperation-value dd{padding:15px 0;}
.cooperation-value dd span.ico{width:60px; height:60px; }

.cooperation-value dd p.info,.cooperation-value dd.one div.info{ line-height:24px; font-size:14px; width:75%; }

/*=====合作模式=====*/
.moudle3 p.tit-info{ line-height:24px; font-size:14px;margin:12% auto 0; }

.moudle3 .change-box{margin:25px auto 0;}
.moudle3 .change-box a{ height:45px; line-height:45px; font-size:12px;}

.moudle3 .content-info{font-size:12px; }
.moudle3 .content-info h3.tit{ padding:0px 15px;  line-height:30px; height:30px;  font-size:14px; }
.moudle3 .content-info p.te{ margin-bottom:20px; line-height:25px; }
.moudle3 .content-info p.te i.fl{ width:25px; height:25px;  font-size:12px; }
.moudle3 .content-info p.te em{ padding-left:35px; }
}
@media screen and (min-width:375px) {
/*.wrapper{ width:375px;}*/
.join-box{/* min-height:654px;*/min-height:544px;}
.join-top{ height:83px;}
.join-top .one{ width:300px; height:83px;  right:0px; }
.join-lsit{ width:100%; margin-top:5%;}
.join-lsit li{ width:150px;  height:130px;}
.join-lsit li.a{  margin-left:30%;}
.join-lsit li.b{margin-left:9%; }
.join-lsit li a em{ font-size:12px; padding:65px 0;}

.little-banner .btn-contant{ position:absolute; bottom:18%; width:100%; }
.little-banner .btn-contant a{height:35px; line-height:35px; font-size:14px;}

/*====合作对象=====*/
.center-title,.center-title img{ height:70px;}

.cooperation-list li,.model-change-box{padding:15px;}
.cooperation-list li span{ width:60px; height:60px;}
.cooperation-list li p.info{ line-height:24px; margin-top:5px;font-size:14px;min-height:145px; height:145px;}

.cooperation-list li a.contact{ font-size:12px;width:100px; height:35px; line-height:35px; text-indent:2em; background:#43bee8 url(../../images/small_bg.png) no-repeat 0px -1706px;}
.moudle1 p.msg{ background:url(../../images/mobile/join/msg.png) no-repeat left 1px; padding-left:25px; background-size:6%;font-size:14px; line-height:24px;  }

/*====合作价值=====*/
.cooperation-value{  padding-bottom:25px; margin-top:22%;}
.cooperation-value dt{ top:-70px; height:73px; }
.cooperation-value dt i.num{ font-size:14px;  width:45px; height:45px; line-height:45px; margin-bottom:10px; }
.cooperation-value dt em.tit{ font-size:16px; }

.cooperation-value dd{padding:15px 0;}
.cooperation-value dd span.ico{width:70px; height:70px; }

.cooperation-value dd p.info,.cooperation-value dd.one div.info{ line-height:24px; font-size:14px; width:70%; }

/*=====合作模式=====*/
.moudle3 p.tit-info{ line-height:24px; font-size:14px;margin:12% auto 0; }

.moudle3 .change-box{margin:25px auto 0;}
.moudle3 .change-box a{ height:45px; line-height:45px; font-size:14px;}

.moudle3 .content-info{font-size:14px; }
.moudle3 .content-info h3.tit{ padding:0px 15px;  line-height:35px; height:35px;  font-size:16px; }
.moudle3 .content-info p.te{ margin-bottom:20px; line-height:25px; }
.moudle3 .content-info p.te i.fl{ width:25px; height:25px;  font-size:12px; }
.moudle3 .content-info p.te em{ padding-left:35px; }
}
@media screen and (min-width:400px) {
/*.wrapper{ width:414px;}*/
.join-box{/* min-height:724px;*/ min-height:604px;}
.join-top{ height:89px;}
.join-top .one{ width:320px; height:89px;  right:20px; }
.join-lsit{ width:100%; margin-top:5%;}
.join-lsit li{ width:170px;  height:147px;}
.join-lsit li.a{  margin-left:29.5%;}
.join-lsit li.b{margin-left:8.5%; }
.join-lsit li a em{ font-size:14px; padding:70px 0;}

.little-banner .btn-contant{ position:absolute; bottom:18%;  }
.little-banner .btn-contant a{height:35px; line-height:35px; font-size:14px;}

/*====合作对象=====*/
.center-title,.center-title img{ height:75px;}

.cooperation-list li,.model-change-box{padding:15px;}
.cooperation-list li span{ width:70px; height:70px;}
.cooperation-list li p.info{ line-height:26px; margin-top:5px;font-size:16px;min-height:158px; height:158px;}

.cooperation-list li a.contact{ font-size:14px;width:110px; height:35px; line-height:35px; text-indent:2em; background:#43bee8 url(../../images/small_bg.png) no-repeat 0px -1706px;}
.moudle1 p.msg{ background:url(../../images/mobile/join/msg.png) no-repeat left 1px; padding-left:25px; background-size:6%;font-size:14px; line-height:24px;  }

/*====合作价值=====*/
.cooperation-value{  padding-bottom:25px; margin-top:20%;}
.cooperation-value dt{ top:-70px; height:73px; }
.cooperation-value dt i.num{ font-size:14px;  width:45px; height:45px; line-height:45px; margin-bottom:10px; }
.cooperation-value dt em.tit{ font-size:16px; }

.cooperation-value dd{padding:15px 0;}
.cooperation-value dd span.ico{width:60px; height:60px; }

.cooperation-value dd p.info,.cooperation-value dd.one div.info{ line-height:24px; font-size:14px; width:75%; }

/*=====合作模式=====*/
.moudle3 p.tit-info{ line-height:24px; font-size:14px;margin:12% auto 0; }

.moudle3 .change-box{margin:25px auto 0;}
.moudle3 .change-box a{ height:45px; line-height:45px; font-size:14px;}

.moudle3 .content-info{font-size:14px; }
.moudle3 .content-info h3.tit{ padding:0px 15px;  line-height:35px; height:35px;  font-size:16px; }
.moudle3 .content-info p.te{ margin-bottom:20px; line-height:25px; }
.moudle3 .content-info p.te i.fl{ width:25px; height:25px;  font-size:12px; }
.moudle3 .content-info p.te em{ padding-left:35px; }
}
@media screen and (min-width:480px) {
/*.wrapper{ width:480px;}*/
.join-box{ /*min-height:824px;*/min-height:664px;}
.join-top{ height:66px;}
.join-top .one{ width:360px; height:100px;  right:20px; }
.join-lsit{ width:100%; margin-top:12%;}
.join-lsit li{ width:190px;  height:165px;}
.join-lsit li.a{  margin-left:31%;}
.join-lsit li.b{margin-left:10%; }
.join-lsit li a em{ font-size:14px; padding:85px 0;}

.little-banner .btn-contant{ position:absolute; bottom:18%;  }
.little-banner .btn-contant a{height:40px; line-height:40px; font-size:14px;}

/*====合作对象=====*/
.center-title,.center-title img{ height:80px;}

.cooperation-list li,.model-change-box{padding:20px;}
.cooperation-list li span{ width:80px; height:80px;}
.cooperation-list li p.info{ line-height:26px; margin-top:5px;font-size:16px;min-height:158px; height:158px;}

.cooperation-list li a.contact{ font-size:14px;width:110px; height:35px; line-height:35px; text-indent:2em; background:#43bee8 url(../../images/small_bg.png) no-repeat 0px -1708px;}
.moudle1 p.msg{ background:url(../../images/mobile/join/msg.png) no-repeat left 1px; padding-left:25px; background-size:6%;font-size:14px; line-height:24px;  }

/*====合作价值=====*/
.cooperation-value{  padding-bottom:25px; margin-top:18%;}
.cooperation-value dt{ top:-70px; height:73px; }
.cooperation-value dt i.num{ font-size:16px;  width:45px; height:45px; line-height:45px; margin-bottom:10px; }
.cooperation-value dt em.tit{ font-size:18px; }

.cooperation-value dd{padding:15px 0;}
.cooperation-value dd span.ico{width:85px; height:85px; }

.cooperation-value dd p.info,.cooperation-value dd.one div.info{ line-height:24px; font-size:14px; width:75%; }

/*=====合作模式=====*/
.moudle3 p.tit-info{ line-height:24px; font-size:14px;margin:12% auto 0; }

.moudle3 .change-box{margin:25px auto 0;}
.moudle3 .change-box a{ height:45px; line-height:45px; font-size:14px;}

.moudle3 .content-info{font-size:14px; }
.moudle3 .content-info h3.tit{ padding:0px 15px;  line-height:35px; height:35px;  font-size:16px; }
.moudle3 .content-info p.te{ margin-bottom:20px; line-height:25px; }
.moudle3 .content-info p.te i.fl{ width:25px; height:25px;  font-size:12px; }
.moudle3 .content-info p.te em{ padding-left:35px; }
}

@media screen and (min-width:568px) {
/*.wrapper{ width:568px;}*/
.join-box{ /*min-height:984px;*/min-height:724px;}
.join-top{ height:116px;}
.join-top .one{ width:420px; height:116px;  right:20px; }
.join-lsit{ width:100%; margin-top:12%;}
.join-lsit li{ width:210px;  height:182px;}
.join-lsit li.a{  margin-left:31%;}
.join-lsit li.b{margin-left:12%; }
.join-lsit li a em{ font-size:16px; padding:90px 0;}

.little-banner .btn-contant{ position:absolute; bottom:20%;  }
.little-banner .btn-contant a{height:45px; line-height:45px; font-size:16px;}

/*====合作对象=====*/
.center-title,.center-title img{ height:80px;}

.cooperation-list li,.model-change-box{padding:20px;}
.cooperation-list li span{ width:90px; height:90px;}
.cooperation-list li p.info{ line-height:26px; margin-top:5px;font-size:16px;min-height:158px; height:158px;}

.cooperation-list li a.contact{ font-size:14px;width:120px; height:40px; line-height:40px; text-indent:2em; background:#43bee8 url(../../images/small_bg.png) no-repeat 4px -1703px;}
.moudle1 p.msg{ background:url(../../images/mobile/join/msg.png) no-repeat left 0px; padding-left:25px; background-size:5%;font-size:16px; line-height:26px;  }

/*====合作价值=====*/
.cooperation-value{  padding-bottom:25px; margin-top:18%;}
.cooperation-value dt{ top:-85px; height:88px; }
.cooperation-value dt i.num{ font-size:16px;  width:45px; height:45px; line-height:45px; margin-bottom:10px; }
.cooperation-value dt em.tit{ font-size:20px; }

.cooperation-value dd{padding:20px 0;}
.cooperation-value dd span.ico{width:100px; height:100px; }

.cooperation-value dd p.info,.cooperation-value dd.one div.info{ line-height:26px; font-size:16px; width:72%; }

/*=====合作模式=====*/
.moudle3 p.tit-info{ line-height:26px; font-size:16px;margin:12% auto 0; }

.moudle3 .change-box{margin:25px auto 0;}
.moudle3 .change-box a{ height:55px; line-height:55px; font-size:18px;}

.moudle3 .content-info{font-size:16px; }
.moudle3 .content-info h3.tit{ padding:0px 15px;  line-height:40px; height:40px;  font-size:16px; }
.moudle3 .content-info p.te{ margin-bottom:20px; line-height:30px; }
.moudle3 .content-info p.te i.fl{ width:30px; height:30px;  font-size:14px; }
.moudle3 .content-info p.te em{ padding-left:40px; }
}
@media screen and (min-width:638px) {
/*.wrapper{ width:638px;}*/
.join-box{ /*min-height:1108px;*/min-height:888px;}
.join-top{ height:130px;}
.join-top .one{ width:470px; height:130px;  right:40px;}
.join-lsit{ width:100%; margin-top:5%;}
.join-lsit li{ width:264px;  height:229px;}
.join-lsit li.a{  margin-left:30%;}
.join-lsit li.b{margin-left:9%; }
.join-lsit li a em{ font-size:18px; padding:115px 0;}

.little-banner .btn-contant{ position:absolute; bottom:20%;  }
.little-banner .btn-contant a{height:55px; line-height:55px; font-size:16px;}

/*====合作对象=====*/
.center-title,.center-title img{ height:90px;}

.cooperation-list li,.model-change-box{padding:20px;}
.cooperation-list li span{ width:90px; height:90px;}
.cooperation-list li p.info{ line-height:28px; margin-top:5px;font-size:18px;min-height:115px; height:115px;}

.cooperation-list li a.contact{ font-size:16px;width:140px; height:46px; line-height:46px; text-indent:2em; background:#43bee8 url(../../images/small_bg.png) no-repeat 4px -1700px;}
.moudle1 p.msg{ background:url(../../images/mobile/join/msg.png) no-repeat left 0px; padding-left:25px; background-size:5%;font-size:18px; line-height:28px;  }

/*====合作价值=====*/
.cooperation-value{  padding-bottom:25px; margin-top:18%;}
.cooperation-value dt{ top:-90px; height:103px; }
.cooperation-value dt i.num{ font-size:16px;  width:50px; height:50px; line-height:50px; margin-bottom:15px; }
.cooperation-value dt em.tit{ font-size:20px; }

.cooperation-value dd{padding:20px 0;}
.cooperation-value dd span.ico{width:120px; height:120px; }

.cooperation-value dd p.info,.cooperation-value dd.one div.info{ line-height:28px; font-size:18px; width:70%; }

/*=====合作模式=====*/
.moudle3 p.tit-info{ line-height:28px; font-size:18px;margin:12% auto 0; }

.moudle3 .change-box{margin:35px auto 0;}
.moudle3 .change-box a{ height:65px; line-height:65px; font-size:18px;}

.moudle3 .content-info{font-size:16px; }
.moudle3 .content-info h3.tit{ padding:0px 15px;  line-height:40px; height:40px;  font-size:16px; }
.moudle3 .content-info p.te{ margin-bottom:20px; line-height:30px; }
.moudle3 .content-info p.te i.fl{ width:30px; height:30px;  font-size:14px; }
.moudle3 .content-info p.te em{ padding-left:40px; }
}
