/*banner图*/
.twobanner {
    position:relative;
    overflow: hidden;
}
.twobanner>img {
    width: 100%;
    animation: myfirst 25s linear infinite normal;
}
.twobanner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: url(../images/dian-bg.png) repeat rgb(0,0,0,0.3);
    z-index:1;
    transition:all 0.3s;
}
.twobanner-item {
    position:absolute;
    z-index:2;
    top:25%;
    left:10%;
    width:82%;
    color:#fff;
}


.twobanner-item h1 {
    font-size:70px;
    color: #fff;
    font-weight:bold;
    margin:2% 0 2% 0;
    text-shadow: 6px 8px 5px rgb(0 0 0 / 10%);
}
.twobanner-item h2 {
    font-size:48px;
    color:#fff;
    font-weight: lighter;
    letter-spacing:0px;
    font-family: 'Current-Regular';
    text-transform: uppercase;
    margin:2% 0;
}

.twobanner-item h3 {
    font-size:30px;
    color:#fff;
    font-weight: lighter;
}


/*自适应样式*/
@media screen and (max-width:1024px) {
.twobanner {
    position:relative;
    width:100%;
    overflow:hidden;
}
.twobanner:after {
}
.twobanner-item {
    position:absolute;
    z-index:2;
    top:20%;
    left:0%;
    width:100%;
    color:#fff;
    text-align:center;
}

.twobanner-item h1 {
    font-size:26px;
    color: #fff;
    font-weight:bold;
    margin:8% 0 2% 0;
}
.twobanner-item h2 {
    font-size:18px;
    color:#fff;
    font-weight: lighter;
    letter-spacing:0px;
    margin-top:10%;
}
.twobanner-item h3 {
    font-size:16px;
    color:#fff;
    font-weight: lighter;
    margin-top:5%;
}
}
/*自适应样式 end*/


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

.join-title h3 {
    position: relative;
    font-size: 38px;
    color: #074425 ;
    font-weight: bold;
    margin:0 0 20px 0;
}
.join-title h3 span{
    padding:0 10px;
    color: #074425;
    font-family: "Oswald-Regular";
}
.join-title h4 {
    font-size: 24px;
    color: #3a3a3a;
    line-height: 1.8;
}
.join-title p {
    max-width: 980px;
    margin: 30px auto 0 auto;
    font-size: 16px;
    color: #888;
    line-height: 1.8;
}

.join-title.white h3 {
    color: #fff ;
}
.join-title.white h3 span{
    color: #fff;
}
.join-title.white h4 {
    color: #fff;
}
.join-title.white p {
    opacity:0.6;
    color: #fff;
}
@media screen and (max-width:1024px) {
.join-title {
    padding:8% 0;
}
.join-title h3 {
    font-size: 20px;
}
.join-title h3 span{
    padding:0 5px;
}
.join-title h4 {
    font-size: 14px;
    color:#999;
    line-height: 1.8;
}
.join-title p {
    font-size: 14px;
}

}
/*板块标题 end*/

.Bigtitle {
    margin-bottom: 0.8rem;
}
.Bigtitle h6 {
    font-size:48px;
    color: #074425;
    font-family: "MiSans-Medium";
}
.Bigtitle p {
    font-size: 24px;
    color: #333;
    line-height: 1.8;
    padding: 0.4rem 0 0 0;
}

.Bigtitle.white h6 {
    color: #fff;
}
.Bigtitle.white p {
    opacity:0.8;
    color: #fff;
}

/*资质荣誉*/
.honor {
    padding:3% 0;
    background:#fff;
    position:relative;
}
.honor::after {
    content: '';
    display: block;
    opacity: 1;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
}
.honor-box {}
.honor-box .honor-list {
    padding:0% 0;
}
.honor-box .honor-list ul {
}
.honor-box .honor-list ul li {
    padding:2% 2% 5% 2%;
    text-align: center;
    background: url(../images/about/honor-list-bg.png) no-repeat bottom center/100%;
}
.honor-box .honor-list ul li .photo {
    position:relative;
    width:100%;
    padding-top: 140%;
}
.honor-box .honor-list ul li .photo .photo-box {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    display: flex;
    align-items: flex-end;
}
.honor-box .honor-list ul li .photo .photo-box img{
    width:100%;
    vertical-align: bottom;
}
.honor-box .honor-list ul li p {
    font-size: 14px;
    color:#666;
    margin-top: 5%;
}



/*荣誉证书导航按钮*/
.honor-box .swiper-page {
    position:absolute;
    width:100%;
    bottom:0%;
    padding:50px;
}
.honor-box .swiper-page a{ 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:99999;
    border-radius: 50%;
    background:#074425;
    font-size: 16px;
    color:#fff;
    font-family: '宋体';
    text-align: center;
}
.honor-box .swiper-page a.prev {
    left:5%;
}
.honor-box .swiper-page a.next {
    right:5%;
}
.honor-box .swiper-pagination-bullet {
    border-radius:5px;
    background: #666;
    opacity: 1;
    padding:1px;
    position: relative;
    width: 8px;
    height: 8px;
    background: #fff;
    border:2px solid #ccc;
    margin: 0 10px !important;
}
.honor-box .swiper-pagination-bullet-active {
    border: 2px solid #074425;
}
@media screen and (max-width:1024px) {
.honor-box .honor-list {
    padding:5% 0;
}
.honor-box .honor-list ul li {
    padding:5% 0 10% 2%;
}
.honor-box .honor-list ul li p {
    font-size: 12px;
    margin-top: 5%;
}
.honor-box .swiper-page a{ 
    display:none;
}
.honor-box .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    border:1px solid #ccc;
    margin: 0 4px !important;
}
.honor-box .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin: 0 2px !important;
}
.honor-box .swiper-pagination-bullet-active {
    border: 1px solid #074425;
}
}
/*资质荣誉*/

/*产品系列*/
.series {
    position: relative;
    padding:1.2rem 0;
    overflow:hidden;
    background: url(../images/home/power.jpg) no-repeat top center / cover;
}
.series::before {
    opacity: 0.6;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    /* margin: 0 0.1rem 0 0; */
    display: inline-block;
    vertical-align: middle;
    *
    filter: blur(3.083vw);
}


/*数字*/
.series .number {
    margin-top: 0.5rem;
}
.series .number ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: self-start;
    gap: 0.4rem 4%;
    overflow:hidden;
}
.series .number ul li {
    padding:0 0 8% 0;
    text-align: center;
}
.series .number ul li h3 {
}
.series .number ul li h3 strong {
    position: relative;
    padding: 0 20px 0 0;
    font-size: 48px;
    color: #fff;
    letter-spacing: 0;
    font-family: "Oswald-Regular";
}
.series .number ul li h3 strong i {
    position:absolute;
    top:0;
    right:0;
    font-size: 28px;
    color: #fff;
    font-style: normal;
    font-weight: normal;
}
.series .number ul li h3 span{
    font-size: 24px;
    color: #fff;
    padding: 0 0 0 10px;
}
.series .number ul li p {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    padding-top: 5px;
}
@media screen and (max-width:1024px){
.series {
    position: relative;
    padding:1.2rem 0;
    overflow:hidden;
    background: url(../images/home/power.jpg) no-repeat top center / cover;
}
.series::before {
    opacity: 0.6;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    /* margin: 0 0.1rem 0 0; */
    display: inline-block;
    vertical-align: middle;
    *
    filter: blur(3.083vw);
}


/*数字*/
.series .number {
    margin-top: 0.5rem;
}
.series .number ul {
    gap: 0.4rem 4%;
}
.series .number ul li {
    padding:0 0 8% 0;
}
.series .number ul li h3 {
}
.series .number ul li h3 strong {
    padding: 0 20px 0 0;
    font-size: 28px;
}
.series .number ul li h3 strong i {
    font-size: 24px;
}
.series .number ul li h3 span{
    font-size: 24px;
    padding: 0 0 0 10px;
}
.series .number ul li p {
    font-size: 16px;
    line-height: 1.8;
    padding-top: 5px;
}
}
/*产品系列*/

/*多渠道品牌推广*/
.advertisement {
    position: relative;
    padding:1.2rem 0;
}
.advertisement::after {
    opacity: 0.5;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/home/about-bg.jpg) no-repeat left center/cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(50%);
    transition: all 3s;
}
.advertisement .advertisement-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.advertisement .advertisement-item .word {
    width:48%;
}
.advertisement .advertisement-item .word .title {}
.advertisement .advertisement-item .word .title h4 {
    font-size: 38px;
    color: #074425;
    font-weight: bold;
    line-height: 1.6;
}
.advertisement .advertisement-item .word .title p {
    font-size: 0.24rem;
    color: #333;
    line-height: 1.6;
    margin:0.7rem 0 0 0;
}

.advertisement .advertisement-item .drainage {
    margin:0.8rem 0 0 0;
}
.advertisement .advertisement-item .drainage h5 {
    font-size: 24px;
    color: #074425;
    line-height: 1.6;
}
.advertisement .advertisement-item .drainage p {
    font-size: 0.18rem;
    color: #666;
    line-height: 1.8;
    padding: 0.2rem 0 0 0;
}

.advertisement .advertisement-item .icon {
    margin:1rem 0 0 0;

}
.advertisement .advertisement-item .icon img {
    max-width: 0.57rem;
}


.advertisement .advertisement-item .tags {
    width:48%;
}
.advertisement .advertisement-item .tags ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.advertisement .advertisement-item .tags ul li {
    width:49%;
    margin:0 0 2% 0;
    padding:0.6rem 0.3rem;
    text-align: center;
    background: #fff;
    border-radius: 0.2rem;
    border: 1px solid #f6f6f6;
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.05);
}
.advertisement .advertisement-item .tags ul li figure {}
.advertisement .advertisement-item .tags ul li figure img {
    max-width: 0.44rem;
    *filter: grayscale(100%);
}

.advertisement .advertisement-item .tags ul li h5 {
    font-size: 0.24rem;
    color:#000;
    line-height: 1.6;
    padding:0.3rem 0 0 0;
}
.advertisement .advertisement-item .tags ul li h6 {
    font-size: 0.18rem;
    color:#000;
    padding:0.3rem 0 0.25rem 0;
}
.advertisement .advertisement-item .tags ul li p {
    font-size: 0.16rem;
    color:#666;
}
@media screen and (max-width:1024px){
.advertisement {
    position: relative;
    padding:1.2rem 0;
}
.advertisement::after {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: url(../images/join/advertisement.jpg) no-repeat bottom right /cover;
    transition: all 3s;
}
.advertisement .advertisement-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.advertisement .advertisement-item .word {
    width:100%;
}
.advertisement .advertisement-item .word .title {}
.advertisement .advertisement-item .word .title h4 {
    font-size: 0.24rem;
    line-height: 1.6;
}
.advertisement .advertisement-item .word .title p {
    font-size: 0.18rem;
    line-height: 1.6;
    margin:0.3rem 0 0 0;
}

.advertisement .advertisement-item .drainage {
    margin:0.4rem 0 0 0;
}
.advertisement .advertisement-item .drainage h5 {
    font-size: 0.24rem;
    color: #074425;
    line-height: 1.6;
}
.advertisement .advertisement-item .drainage p {
    font-size: 0.16rem;
    line-height: 1.8;
    padding: 0.2rem 0 0 0;
}

.advertisement .advertisement-item .icon {
    margin:0.5rem 0 0 0;

}
.advertisement .advertisement-item .icon img {
    max-width: 0.4rem;
}


.advertisement .advertisement-item .tags {
    width:100%;
    margin:0.5rem 0 0 0;
}
.advertisement .advertisement-item .tags ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

}
.advertisement .advertisement-item .tags ul li {
    width:49%;
    margin:0 0 2% 0;
    padding:0.3rem 0.1rem;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: rgba(255, 255, 255, 0.5);
}
.advertisement .advertisement-item .tags ul li figure {}
.advertisement .advertisement-item .tags ul li figure img {
    max-width: 0.4rem;
}

.advertisement .advertisement-item .tags ul li h5 {
    font-size: 0.18rem;
    padding:0.3rem 0 0 0;
}
.advertisement .advertisement-item .tags ul li h6 {
    font-size: 0.16rem;
    padding:0.1rem 0 0.1rem 0;
}
.advertisement .advertisement-item .tags ul li p {
    font-size: 0.14rem;
}
}
/*多渠道品牌推广*/

/*将军中心仓*/
.warehouse {
    padding:1.2rem 0;
    background: #f6f6f6;
}
.warehouse .warehouse-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: self-start;
    gap: 0.3rem 2%;
}
.warehouse .warehouse-item .word-item {
    position: sticky;
    top:1.2rem;
    width:55%;
}


.warehouse .warehouse-item .word-item  .map {}
.warehouse .warehouse-item .word-item  .map img {
    width: 100%;
    max-width: 8rem;
}


.warehouse .warehouse-item .list-item {
    width:38%;
}
.warehouse .warehouse-item .list-item ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: self-start;
    gap: 0.4rem 2%;
    
}
.warehouse .warehouse-item .list-item ul li {
    width:100%;
    position:relative;
    padding: 0.5rem 0.5rem;
    background: #fff;
    border-radius: 0.2rem;
    border:1px solid #f6f6f6;
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.05);
    
}
.warehouse .warehouse-item .list-item ul li:hover {
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.1);
}
.warehouse .warehouse-item .list-item ul li .word {
    width:60%;
}
.warehouse .warehouse-item .list-item ul li span {
    font-size: 36px;
    color: #000;
    line-height: 1.8;
    font-family: "MiSans-Medium";
    *font-weight: bold;
    
}
.warehouse .warehouse-item .list-item ul li h6 {
    font-size: 28px;
    color: #074425;
    line-height: 1.8;
    font-family: "MiSans-Medium";
    margin: 0.2rem 0;
    
}
.warehouse .warehouse-item .list-item ul li p {
    margin: 0.2rem 0 0 0;
    font-size: 16px;
    color: #2f3241;
    line-height: 1.8;
}

.warehouse .warehouse-item .list-item ul li .fix-icon {
    position:absolute;
    top:0.5rem;
    right:0.5rem;
    width:0.5rem;
    height:0.5rem;
}
.warehouse .warehouse-item .list-item ul li .fix-icon img {
    width:100%;
}
.warehouse .warehouse-item .list-item ul li .fix-shuzi {
    position:absolute;
    bottom:0.5rem;
    right:0.5rem;
    font-size: 48px;
    color:#000;
}
@media (max-width: 1024px){
.warehouse {
    padding:0.6rem 0;
    
}
.warehouse .warehouse-item {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: self-start;
    gap: 0.3rem 2%;
}
.warehouse .warehouse-item .word-item {
    position: relative;
    top:0;
    width:100%;
}
.warehouse .warehouse-item .word-item .maintitle {}
.warehouse .warehouse-item .word-item .maintitle h6 {
    font-size: 24px;
}
.warehouse .warehouse-item .word-item .maintitle p {
    font-size: 14px;
    padding: 0.2rem 0 0 0;
}

.warehouse .warehouse-item .word-item .maintitle .map {}
.warehouse .warehouse-item .word-item .maintitle .map img {
    max-width: 100%;
}


.warehouse .warehouse-item .list-item {
    width:100%;
}
.warehouse .warehouse-item .list-item ul {
    gap: 0.4rem 2%;
    
}
.warehouse .warehouse-item .list-item ul li {
    padding: 0.25rem 0.25rem;
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.05);
    
}
.warehouse .warehouse-item .list-item ul li:hover {
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.1);
}
.warehouse .warehouse-item .list-item ul li .word {
    width:60%;
}
.warehouse .warehouse-item .list-item ul li span {
    font-size: 24px;
}
.warehouse .warehouse-item .list-item ul li h6 {
    font-size: 18px;
    margin: 0.1rem 0;
}
.warehouse .warehouse-item .list-item ul li p {
    margin: 0.2rem 0 0 0;
    line-height: 1.8;
}

.warehouse .warehouse-item .list-item ul li .fix-icon {
    position:absolute;
    top: 0.5rem;
    right: 0.5rem;
    width: 0.3rem;
    height: 0.3rem;
}
.warehouse .warehouse-item .list-item ul li .fix-icon img {
    width:100%;
}
.warehouse .warehouse-item .list-item ul li .fix-shuzi {
    /* position:absolute; */
    bottom:0.5rem;
    right:0.5rem;
    font-size: 24px;
    /* color:#e4002d; */
}
}
/*将军中心仓*/

/*八大秘籍*/
.support {
    position: relative;
    padding:1.2rem 0;
    overflow:hidden;
    background: #2f3241;
}
.support::before {
    opacity:0.2;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/join/support-01.jpg) no-repeat center center / cover;
    margin: 0 0.1rem 0 0;
    display: inline-block;
    vertical-align: middle;
    *filter: blur(3.083vw);
}

.support .list-item {

}
.support .list-item ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.3rem 1%;
    
}
.support .list-item ul li {
    width: 11.5%;
    padding: 0.4rem 0.3rem;
    background: rgb(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.2rem;
    box-shadow: 30px 30px 40px -10px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.support .list-item ul li figure {
    
width: 50px;
    
height: 50px;
    
margin: 0 auto;
    
text-align: center;
}
.support .list-item ul li figure img {
    
width: 100%;
}
.support .list-item ul li h5 {
    font-size: 28px;
    color: #fff;
    line-height: 1.8;
    font-family: "MiSans-Regular";
    margin: 0.2rem 0;
}
.support .list-item ul li p {
    margin: 0.2rem 0 0 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    
}
@media (max-width: 1024px){
.support {
    padding:0.6rem 0;
}
.support::before {
    opacity:0.2;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: url(../images/join/support-01.jpg) no-repeat center center / cover;
    margin: 0 0.1rem 0 0;
    display: inline-block;
    vertical-align: middle;
}

.support .list-item {

}
.support .list-item ul {
    gap: 0.3rem 2%;
    
}
.support .list-item ul li {
    width: 48%;
    padding: 0.4rem 0.3rem;
}
.support .list-item ul li figure {
    
}
.support .list-item ul li figure img {
    width: 40px;
    height: 40px;
    
}
.support .list-item ul li h5 {
    font-size: 18px;
    margin: 0.2rem 0;
}
.support .list-item ul li p {
    margin: 0.2rem 0 0 0;
    font-size: 14px;
}
}
/*八大秘籍*/


/*营销培训*/
.peixun {
    padding: 1.2rem 0;
    background:#f6f6f6;
}
.home-case .case-box {
    padding:5% 0;
}
.home-case .case-box .case-item {
    padding:2% 0;
}
.peixun .peixun-item ul {
    position: relative;
    overflow: hidden;
}
.peixun .peixun-item  ul li {
    overflow: hidden;
    position: relative;
}


.peixun .peixun-item  ul li.item-01 {
    width: 40.4%;
}
.peixun .peixun-item  ul li.item-02 {
    position: absolute;
    top: 0;
    right: 0;
    width: 58.2%;
}
.peixun .peixun-item  ul li.item-03 {
    position: absolute;
    bottom: 0;
    right: 29.8%;
    width: 28.4%;
}
.peixun .peixun-item  ul li.item-04 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28.4%;
}
.peixun .peixun-item  ul li .photo {
    position:relative;
}
.peixun .peixun-item  ul li .photo img {
    width:100%;
    transition: all 0.5s;
}
.peixun .peixun-item  ul li:hover .photo img{
    transform:scale(1.1);
}

.peixun .peixun-item  ul li .word-fix {
    position: absolute;
    width: 100%;
    left: 0%;
    bottom: 0px;
    padding: 10px 50px;
    z-index: 10;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.01) 0,rgba(0,0,0,.8) 100%);
}
.peixun .peixun-item  ul li .word-fix h4 {
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    /* font-weight: bold; */
}
@media (max-width: 1024px){
.peixun {
    padding: 1.2rem 0;
    background:#f6f6f6;
}
.home-case .case-box {
    padding:5% 0;
}
.home-case .case-box .case-item {
    padding:2% 0;
}
.peixun .peixun-item ul {
    position: relative;
    overflow: hidden;
}
.peixun .peixun-item  ul li {
    overflow: hidden;
    position: relative;
}


.peixun .peixun-item  ul li.item-01 {
    width: 40.4%;
}
.peixun .peixun-item  ul li.item-02 {
    position: absolute;
    top: 0;
    right: 0;
    width: 58.2%;
}
.peixun .peixun-item  ul li.item-03 {
    position: absolute;
    bottom: 0;
    right: 29.8%;
    width: 28.4%;
}
.peixun .peixun-item  ul li.item-04 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28.4%;
}
.peixun .peixun-item  ul li .photo {
    position:relative;
}
.peixun .peixun-item  ul li .photo img {
    width:100%;
    transition: all 0.5s;
}
.peixun .peixun-item  ul li:hover .photo img{
    transform:scale(1.1);
}

.peixun .peixun-item  ul li .word-fix {
    position: absolute;
    width: 100%;
    left: 0%;
    bottom: 0px;
    padding: 10px 10px;
    z-index: 10;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.01) 0,rgba(0,0,0,.8) 100%);
}
.peixun .peixun-item  ul li .word-fix h4 {
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 14px;
    /* color: #fff; */
    /* font-weight: bold; */
}
}

/*全球战略合作*/
.Cooperation {
    margin: 0.5rem 0 0 0;
}

.Cooperation .Cooperation-item {}
.Cooperation .Cooperation-item .photo {}
.Cooperation .Cooperation-item .photo img {
    width: 100%;
}
/*全球战略合作*/

/*招商加盟留言*/
.join-apply  {
    padding:5% 0;
    width:100%;
    overflow: hidden;
    *background: #f9f9f9;
}
.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: #074425;
    font-weight:bold;
    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;
    
    width: 160px;
    line-height: 44px;
    border-radius: 42px;
    font-size: 16px;
    text-align: center;
    padding: 0;
    background: #074425 ;
    border: 2px solid #074425 ;
    margin: 20px 0;
    border-radius: 50px;
}
.join-apply  .con .bottom:hover{
    color: #fff;
    border: 2px solid #074425;
    background: #074425;
}
.join-apply  .customer {
    float: right;
    width: 35%;

}

.join-apply  .customer h2 {

     font-size:18px;

     color:#666;

     

}

.join-apply  .customer h2 span {
    color:#074425;
    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;
}
.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 {
    padding:2% 0 5% 0;
}
.join-apply.top-apply .con {
    width: 100%;
    padding:2% 5%;
    border-radius: 10px;
    box-shadow: 0px 10px 16px rgb(0 0 0 / 5%);
    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 {
    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 {
    width: 100%;
}
.join-apply .con .button {
    width: 100%;
    padding-left: 0px;
    text-align: center;
}
}