.about-banner {position:relative;width:100%;color:#fff;text-align:center;}
.about-banner .item{ position:absolute; left:0; top:50%; right:0; margin:-80px auto;}
.about-banner .item .p1{ font-size:80px;line-height: 100px;}
.about-banner .item .p2{ font-size:30px;}
.about-banner .bottom{ position:absolute; bottom:5%; left:0; right:0; text-align:center; margin:0 auto;}


.pc {
    display:block !important;
}
.mobile {
    display:none !important;
}
@media screen and (max-width:1024px){
.pc {
    display:none !important;
}
.mobile {
    display:block !important;
}
}


.inner {
    width: 1200px;
    margin: 0 auto;
}
@media screen and (max-width:1024px){
.inner {
    width: 100%;
    margin: 0 auto;
}
    
}
span {display: inline-block !important;}

/*招商加盟banner*/
.join-banner {
    width: 1200px;
    height:688px;
    margin: 0 auto;
    position: relative;
}
.join-banner img {
    display: block;
    width: 1920px;
    position: absolute;
    left: -360px;
    max-width: 1920px;
}

.join-title {
    padding:40px 0;
    text-align: center;
}
.join-title h2 {
    font-size: 40px;
    color: #000;
    padding-top: 50px;
}
.join-title .t1 {
    font-size: 20px;
    color: #3a3a3a;
    padding-top: 20px;
}
.join-title .t2 {
    font-size: 15px;
    color: #3a3a3a;
    padding-top: 20px;
}
.join-title .t2 span {
    color: #d22633;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.join-title {padding:20px 0;}
.join-title h2 {font-size: 24px;padding-top:20px;}
.join-title .t1 {font-size: 18px;padding-top: 10px;}
.join-title .t2 {font-size: 15px;padding-top: 5px;}
}


/*诞生于东鹏，成长于鹰牌*/
.join-about .join-title {
    background: url(../images/join/about-tit.png) no-repeat center 40px;
}

.join-about {
    padding:30px 0;
    background:#eee;
}
.join-about .about-box {
    background:#fff;
}
.about-tab {
    padding:0 0 40px 0;
}
.about-tab ul {
    text-align: center;
}
.about-tab ul li  {
    display:inline-block;
    padding: 20px 60px 20px 50px;
    background: url(../images/join/tab-Bg.png) no-repeat scroll center right;
    cursor:pointer;
}
.about-tab ul li strong  {
    display:block;
    height:50px;
    font-size: 64px;
    color:#3a3a3a;
    font-family: 'Futura';
    transition: all 0.2s;

}
.about-tab ul li p {
    font-size: 16px;
    color:#666;
}
.about-tab ul li:hover strong  {
    color: #d22633;
    transform: translate(0px,-3px);
    -webkit-transform:translate(0px,-3px);
    -moz-transform:translate(0px,-3px);
    -ms-transform:translate(0px,-3px);
    -o-transform:translate(0px,-3px);
}
.about-tab ul li:hover p {
    color: #d22633;
}


/*发展历程*/
.join-history {
    background:#eee;
    padding-bottom: 50px;
}

.yearNav {
    width: 100%;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
}
.yearNav a.Prev {
    position: absolute;
    left: 10px;
    top: 25px;
    width: 50px;
    height: 50px;
    background: url(../images/join/left.png) no-repeat center center;
}
.yearNav a.Next {
    position: absolute;
    right: 10px;
    top: 25px;
    width: 50px;
    height: 50px;
    background: url(../images/join/right.png) no-repeat center center;
}
.yearNav .bd_box {
    width: 1072px;
    padding-left: 88px;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
}
.yearNav .bd_box ul li {
    float: left;
    width: 134px;
    font-size: 23px;
	font-family: 'Futura';
    height: 58px;
    line-height: 58px;
    cursor:pointer;
}
.yearNav .bd_box ul .on{
    font-size: 28px;
    color: #e60012;
}

.history-content {}
.history-content  ul {}
.history-content  ul li {
    display:none;
    background:#fff;
    overflow:hidden;
}
.history-content  ul li.on {
    display:block;
}
.history-content  ul li .fl {
    width:606px;
    padding:30px;
    box-sizing: border-box;
}
.history-content  ul li .fl h2 {
    font-size: 28px;
    color: #e60012;
    font-family: 'Futura';
    padding-bottom: 20px;
}
.history-content  ul li .fl p {
    font-size: 15px;
    color: #3a3a3a;
    padding-left: 20px;
}
.history-content  ul li .fr {
    width:594px;
}
.history-content  ul li .fr img {}

.join-advantage {
    height:1050px;
    background: url(../images/join/support-bg.jpg) no-repeat center center;
}
.join-advantage .join-title {
    background: url(../images/join/advantage-tit.png) no-repeat center 40px;
}

.join-advantage .advantage-box {}
.join-advantage .advantage-box ul {}
.join-advantage .advantage-box ul li {
    float:left;
    width: 286px;
    height: 333px;
    border-radius: 10px;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    margin-right: 16px;
    margin-bottom: 23px;
    padding:50px 10px;
    box-sizing: border-box;
}
.join-advantage .advantage-box ul li:nth-child(4n) {
    margin-right: 0;
}
.join-advantage .advantage-box ul li i {
    display:block;
    width:100%;
    height:100px;
    text-align: center;
    transition: all 0.3s;
}
.join-advantage .advantage-box ul li h5 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    
}
.join-advantage .advantage-box ul li p.en {
    color: #fff;
    font-size: 16px;
    padding-top: 20px;
    text-transform: uppercase;
}
.join-advantage .advantage-box ul li p.cn {
    color: #fff;
    font-size: 14px;
    height:0;
    overflow:hidden;
    transition: all 0.3s;
}
.join-advantage .advantage-box ul li:hover{
    background: rgba(210,38,51, 0.9);
}
.join-advantage .advantage-box ul li:hover i {
    height:0;
    overflow:hidden;
    transform: translate(0px,-50px);
    -webkit-transform:translate(0px,-50px);
    -moz-transform:translate(0px,-50px);
    -ms-transform:translate(0px,-50px);
    -o-transform:translate(0px,-50px);
}
.join-advantage .advantage-box ul li:hover p.cn {
    height:150px;
}

.join-science {
    background:#eee;
    padding: 20px 0 50px 0;
}
.join-science .join-title {
    background: url(../images/join/science-tit.png) no-repeat center 40px;
}
.science-box ul {
    overflow:hidden;
}
.science-box ul li {
    float:left;
    width:300px;
    height:600px;
    background:#fff;
}
.science-box ul li .pic {
    height:300px;
    overflow:hidden;
}
.science-box ul li .txt {
    height:300px;
    overflow:hidden;
}
.science-box ul li .txt h3 {
    font-size: 24px;
    color: #d22633;
    font-weight: bold;
    margin-top: 72px;
    margin-left: 25px;
}
.science-box ul li .txt p {
    color: #3a3a3a;
    font-size: 14px;
    margin-top: 26px;
    margin-left: 25px;
    width: 258px;
}


.join-product {
    height:778px;
    background: url(../images/join/join-pro-Bg.jpg) no-repeat center top;
}
.join-product .tit {
    padding-top: 60px;
    text-align: center;
}
.join-product .tit h3 {
    font-size: 60px;
    color:#fff;
    font-weight: bold;
    height: 100px;
}
.join-product .tit .t1 {
    font-size: 24px;
    color:#fff;
    padding-bottom: 20px;
}
.join-product .tit .t1 span {
    font-size: 48px;
    padding: 0 10px;
}
.join-product .tit .t2 {
    font-size: 14px;
    color:#c7c4c3;
    padding-top: 5px;
}
.join-product {}
.join-product .product-box {
    margin-top: 100px;
}
.join-product .product-box ul {}
.join-product .product-box ul li {
    float:left;
    width:230px;
    margin-right: 12px;
}
.join-product .product-box ul li:nth-of-type(5n) {

    margin-right: 0;
}
.join-product .product-box ul li .pic {
    width:230px;
    height:242px;
    overflow:hidden;
}
.join-product .product-box ul li img {
    transition: all 0.5s;
}
.join-product .product-box ul li:hover img {
     transform:scale(1.08);
}
.join-product .product-box ul li p {
    text-align: center;
    font-size: 14px;
    color:#fff;
    height:30px;
    line-height: 30px;
}

.join-design .join-title {
/*诞生于东鹏，成长于鹰牌*/
    background: url(../images/join/design-tit.png) no-repeat center 40px;
}

.design-box {}
.design-box .tab {
    margin-top: 50px;
}
.design-box .tab ul {
    overflow:hidden;
}
.design-box .tab ul li {
    float:left;
    width:300px;
    height:240px;
    border:1px solid #eee;
    box-sizing: border-box;
    text-align: center;
    padding-top: 50px;
}
.design-box .tab ul li i {
    display:inline-block;
    width:90px;
    height:90px;
    background:#fff;
    border:1px solid #eee;
    border-radius: 50%;
    overflow:hidden;
}
.design-box .tab ul li h3 {
    font-size: 20px;
    color:#000;
    padding:10px 0;
}
.design-box .tab ul li p {
    font-size: 16px;
    color:#3a3a3a;
    text-transform: uppercase;
}
.design-box .tab ul li.cur {
    background:#d22633;
    border:1px solid #d22633;
}
.design-box .tab ul li.cur h3 {
    color:#fff;
}
.design-box .tab ul li.cur p {
    color:#fff;
}

.design-box .tab-box {
    margin-top: 80px;
}
.design-box .tab-box ul {}
.design-box .tab-box ul li {
    display:none;
    overflow:hidden;
}
.design-box .tab-box ul li .pic {
    width:500px;
    padding:5px;
    border:1px solid #eee;
}
.design-box .tab-box ul li .txt {
    width:650px;
}
.design-box .tab-box ul li .txt h4 {
    font-size: 24px;
    color:#000;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.design-box .tab-box ul li .txt p {
    font-size: 16px;
    color:#3a3a3a;
    padding:20px 0;
}


.join-brand {}
.join-brand .join-title {
/*诞生于东鹏，成长于鹰牌*/
    background: url(../images/join/brand-tit.png) no-repeat center 40px;
}

.join-brand .brand-box {
    overflow:hidden;
}
.join-brand .brand-box .pic {}
.join-brand .brand-box img {}
.join-brand .brand-box .txt{    float: right;
    width: 514px;}
.join-brand .brand-box .txt ul{}
.join-brand .brand-box .txt li{height: 85px;
    margin-bottom: 100px;}
.join-brand .brand-box .txt img{    margin-top: 20px;
    margin-right: 44px;float:left;}
.join-brand .brand-box .txt div{    float: left;
    width: 416px;}
.join-brand .brand-box .txt span{color: #d22633;
    font-size: 20px;
    font-weight: bold;     display: block;   margin-top: 10px;}
.join-brand .brand-box .txt p{
    color: #3a3a3a;
    font-size: 16px;
    padding-top: 10px;
}

.opportunity{      padding-top: 72px;  height: 366px;background:url(../images/join/Investment_banner.jpg) no-repeat center;background-image: -webkit-linear-gradient(top,#de3336,#e4002b);}
.opportunity p{color: #fff;
    font-size: 20px;
    margin-top: 8px;}
.opportunity span{font-size: 48px;
    font-weight: bold;
    color: #fff;}
.opportunity i{    font-size: 48px;
    font-style: normal;}
.opportunity p:nth-child(3){    margin-top: 62px;font-size: 36px;font-weight: bold;height:32px;}
.opportunity p:nth-child(4){    margin-top: 39px;font-size: 30px;font-weight: bold;}
@media screen and (max-width:1024px){
.opportunity{
    height: auto;
    padding:15% 5%;
}
.opportunity p{
    font-size: 12px;
}
.opportunity span{
    font-size: 24px;
}
.opportunity i{  
    font-size: 24px;
}
.opportunity p:nth-child(3){
    font-size: 16px;
    margin-top: 5%;
}
.opportunity p:nth-child(4){
    font-size: 16px;
    margin-top: 5%;
}
   
}



.tbfrom_box .join-title {
/*诞生于东鹏，成长于鹰牌*/
    background: url(../images/join/join-msg-tit.png) no-repeat center 40px;
}
.tbfrom_box{     margin-top: 97px;
    padding-top: 69px;
    background: #f8f8f8;padding-bottom: 123px;}
.tbfrom_title{    height: auto;
    width: 1000px;
    margin: 0 auto;
}
.tbfrom_title i{display: block;
    width: 298px;
    height: 78px;
    background: url(../images/join/join/joinus.png) no-repeat;
    margin: 0 auto;}
.tbfrom_title p{text-align: center;
    margin-top: -21px;
    font-size: 36px;
    font-weight: bold;
    color: #000;}
.tbfrom_table{    width: 1200px;
    margin: 0 auto;}
	
	
	
	
.join-mobile {
	display:none;
}
@media screen and (max-width:1024px){
.join-about,.join-history,.join-advantage,.join-science,.join-product,.join-design,.join-brand,.join-banner {
	display:none;
}
.join-mobile {
	display:block;
}
}


/*申请加盟*/
/*招商加盟-申请加盟标题*/
.home-title {
    padding: 30px 0;
    text-align: center;
    max-width: 1200px;
    margin:0 auto;
}
.home-title .t1 {
    font-size: 30px;
    color: #3e3e3e;
    line-height: 50px;
}
.home-title .t1 span {
    font-size: 48px;
    color: #df2228;
    padding:0 8px;
}
.home-title .t2 {
    font-size: 16px;
    margin-top: 10px;
}
/*以下代码是自适应样式*/
@media screen and (max-width:1024px){
.home-title {
    padding: 20px 0;
}
.home-title .t1 {
    font-size: 26px;
}
.home-title .t1 span {
    font-size: 28px;
}
.home-title .t2 {
    font-size: 14px;
}
}

/*招商加盟-申请加盟表单*/
.message form {
	display:block;
	width: 100%;
	margin:0 auto;
	overflow:hidden;
}
form input,form select {
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    height: 40px;
    line-height: 18px;
    padding: 11px 10px 11px 10px;
    float: left;
}

form .name ,form .telephone,form .xzfw {
	width:30.5%;
	margin: 5px 2.5% 5px 0;
	background: #fff;
}
form .address{
	width:30.5%;
	margin: 5px 2.5% 5px 0;
	background: #fff;
}
form .content {
	width: 96.5%;
	height:100px;
	margin: 5px 2.5% 5px 0;
	line-height: 18px;
}
form .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: #c30d23;
    margin: 20px 0;
}
@media screen and (max-width:800px){
.message form {
	width: 100%;
}
form .name ,form .telephone,form .xzfw {
	width:95%;
	margin: 5px 2.5% 5px 2.5;
	background: #fff;
}
}


/*案例见证*/
.witness {
    padding:5% 0;
    background: #1f1f1f;
}

.witness .tit-item {}
.witness .tit-item h4 {
    font-size: 36px;
    color: #e6c3b1;
    padding: 1% 2%;
    margin: 2% auto;
    text-align: center;
}
.witness .tit-item p {
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    text-align: center;
    padding:3% 0 5% 0;
}
.witness-box {
    position:relative;
}

.witness-box .item {
    margin:3%;
    padding:3%;
    overflow:hidden;
    border: 1px solid #e5c2b130;
}
.witness-box .item:hover {
    margin:3%;
    padding:3%;
    overflow:hidden;
    border: 1px solid #e5c2b1;
}
.witness-box .item .photo {
    width: 100%;
    height: 0;
    padding-top: 67.15%;
    overflow: hidden;
    position: relative;
}
.witness-box .item .photo img {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.witness-box .item .word {
    width:100%; 
    padding:8% 5%;
    
    z-index: -1;
}
.witness-box .item .word h3 {
    font-size: 24px;
    color:#f2cdba;
    font-weight: bold;
    padding-bottom: 5%;
}
.witness-box .item .word h4 {
    font-size: 14px;
    color:#f2cdba;
    padding-bottom: 5%;
}
.witness-box .item .word p {
    height: 140px;
    font-size: 16px;
    color:#fff;
    line-height: 1.8;
    padding-bottom: 5%;
    opacity: 0.8;
}

.witness .pagination-banner {
    position: revert;
    width: 100%;
}
.witness .swiper-pagination-bullet {
    border-radius:5px;
    background: #666;
    opacity: 1;
    padding:1px;
    position: relative;
	width: 10px;
    height: 10px;
    background: #000;
    border:3px solid #ccc;
    margin: 0 5px !important;
}
.witness .swiper-pagination-bullet-active {
    border: 3px solid #f2cdba;
}
.witness .more {
    text-align: center;
}
.witness .more a {
    font-size: 28px;
    color: #f2cdba;
    display:block;
    position:relative;
    width:10%;
    z-index: 1;
    margin:0 auto;
    padding:5% 0;
	transition: all 0.5s;
	animation: cir-scale 3s linear infinite;
}
@media screen and (max-width:1024px){
.witness {
    padding:5% 0;
}

.witness .tit-item {}
.witness .tit-item h4 {
    font-size: 20px;
    padding: 1% 2%;
    margin: 2% auto;
}
.witness .tit-item p {
    font-size: 16px;
    line-height: 1.6;
    padding:3% 0 5% 0;
}
.witness-box {
    position:relative;
}

.witness-box .item {
    margin:3%;
    padding:3%;
    border: 1px solid #e5c2b130;
}
.witness-box .item:hover {
    margin:3%;
    padding:3%;
}
.witness-box .item .photo {
    width: 100%;
    height: 0;
    padding-top: 67.15%;
}
.witness-box .item .photo img {
}
.witness-box .item .word {
    width:100%; 
    padding:8% 5%;
}
.witness-box .item .word h3 {
    font-size: 18px;
	line-height: 1.6;
    padding-bottom: 5%;
}
.witness-box .item .word h4 {
    font-size: 14px;
    padding-bottom: 5%;
}
.witness-box .item .word p {
    height: auto;
    font-size: 12px;
    line-height: 1.6;
    padding-bottom: 5%;
}

.witness .pagination-banner {
}
.witness .swiper-pagination-bullet {
    border-radius:5px;
    background: #666;
    opacity: 1;
    padding:1px;
	width: 10px;
    height: 10px;
    background: #1f1f1f;
    border:1px solid #ccc;
}
.witness .swiper-pagination-bullet-active {
    border: 1px solid #f2cdba;
}
.witness .more {
    text-align: center;
}
.witness .more a {
    font-size: 16px;
    width:100%;
    margin:0 auto;
    padding:5% 0;
}
}
/*案例见证 end*/