/*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.5);
    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 1% 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: "Oswald-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*/


/*板块标题*/
.home-title {
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    padding:45px 0;
}
.home-title h3 {
    font-size: 40px;
    color: #252525;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
}
.home-title h3 span {
    font-size: 30px;
    color: #d1292e;
    padding-left: 20px;
}
.home-title p {
    font-size: 16px;
    color: #999;
} 
@media screen and (max-width:1024px){
.home-title {
    padding:45px 0;
}
.home-title h3 {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.home-title h3 span {
    font-size: 18px;
    padding-left: 10px;
}
.home-title p {
    font-size: 16px;
}    
} 


/*行业前景*/
.purchase {
    padding:50px 0 60px 0;
    background:#f6f6f6;
}
.purchase-box {
    overflow: hidden;
}
.purchase-box ul {}
.purchase-box ul li {
    float:left;
    width:23%;
    height:414px;
    padding:20px 0;
    margin:1%;
    text-align: center;
    background:#fff;
    box-shadow:0 10px 20px #f1f1f1;
}
.purchase-box ul li:last-child {
    margin-right: 0;
}
.purchase-box ul li img {
    width:176px;
    height:176px;
    border-radius: 50%;
    padding: 10px;
    border: 1px solid #e5e5e5;
    transition: all 0.5s;
}
.purchase-box ul li h4 {
    font-size: 20px;
    color:#333;
    font-weight: bold;
    padding:10px 0;
}
.purchase-box ul li span {
    font-size: 12px;
    color:#ccc;
}
.purchase-box ul li p {
    font-size: 14px;
    color:#666;
    padding:5px 0 0 0;
    min-height: 100px;
}
.purchase-box ul li i {
    display:inline-block;
    width:20px;
    height:20px;
    line-height: 20px;
    border-radius: 50%;
    font-style: normal;
    background:#e5e5e5;
}
.purchase-box ul li:hover img{
    transform:rotate(10deg);
}
.purchase-box ul li:hover i {
    color:#fff;
    background:#d1292e;
}
@media screen and (max-width:1024px){
.purchase {
    padding:50px 0 60px 0;
    background:#f6f6f6;
}
.purchase-box {
    overflow: hidden;
}
.purchase-box ul {}
.purchase-box ul li {
    float:left;
    width:48%;
    height:414px;
    padding:20px 0;
    margin:1%;
    text-align: center;
    background:#fff;
    box-shadow:0 10px 20px #f1f1f1;
}
.purchase-box ul li:last-child {
    margin-right: 0;
}
.purchase-box ul li img {
    width:76px;
    height:76px;
    padding: 6px;
}
.purchase-box ul li h4 {
    font-size: 18px;
    font-weight: bold;
    padding:10px 0;
}
.purchase-box ul li span {
    font-size: 12px;
}
.purchase-box ul li p {
    font-size: 14px;
    padding:5px 0 0 0;
    min-height: 100px;
}
.purchase-box ul li i {
    display:none;
}
   
}

/*简介*/
.about {
    padding:2% 0;
}
.about .photo {
    position: relative;
    float:left;
    width:44%;
}
.about .photo img {
    max-width:100%;
}
.about .photo::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(https://www.fs-xjzy.cn/template/pc/images/logo-h.svg) no-repeat center center/100%;
    transform: translate(-5%,0px);
    display: inline-block;
    display: none;
    vertical-align: middle;
    -webkit-filter: grayscale(0%);
}
.about .word {
    width:56%;
    padding: 5%;
}
.about .word .tit {}
.about .word .tit h4 {
    font-size: 42px;
    color: #d1292e;
    font-weight: bold;
    margin: 2% 0 4% 0;
}
.about .word .tit h4 img {
    width: 500px;
}
.about .word .tit p {
    font-size: 30px;
    color: #231815;
    letter-spacing: 0;
    font-family: 'Montserrat';
}
.about .word .tit hr {
    border-top: 8px solid #d1292e;
}
.about .word .content {
    margin:10% 0 0 0;
}
.about .word .content .p1 {
    font-size: 24px;
    color: #d1292e;
    font-weight: bold;
    line-height: 1.6;
    margin: 0% 0 5% 0;
}
.about .word .content .p2 {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 0% 0 1% 0;
}
.about .word .icon {
    margin:5% 0 0 0;
}
.about .word .icon ul {
    overflow:hidden;
}
.about .word .icon ul li {
    float:left;
    width:23%;
    margin:1%;
    padding:5% 0;
    text-align: center;
    background:#f6f6f6;
    border: 1px solid #eee;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.02);
}
.about .word .icon ul li i {
    width:40px;
    margin:0 auto;
}
.about .word .icon ul li i img {
    max-width: 40px;
}

.about .word .icon ul li h3 {
    font-size: 16px;
    color:#231815;
    margin:20px 0 0 0;
}
@media screen and (max-width:1024px) {
.about {
    padding:5% 0;
}
.about .photo {
    width:100%;
}
.about .word {
    width:100%;
    padding: 5%;
}
.about .word .tit {}
.about .word .tit h4 {
    font-size: 24px;
    margin: 2% 0 4% 0;
}
.about .word .tit p {
    font-size: 18px;
}
.about .word .content {
    margin:10% 0 0 0;
}
.about .word .content .p1 {
    font-size: 18px;
    margin: 0% 0 5% 0;
}
.about .word .content .p2 {
    font-size: 14px;
    margin: 0% 0 1% 0;
}
.about .word .icon {
    margin:5% 0 0 0;
}
.about .word .icon ul {
    overflow:hidden;
}
.about .word .icon ul li {
    float:left;
    width:48%;
    margin:1%;
    padding:10% 0;
    text-align: center;
    background:#f6f6f6;
}
.about .word .icon ul li i {
    width:30px;
    margin:0 auto;
}
.about .word .icon ul li i img {
    max-width: 30px;
}

.about .word .icon ul li h3 {
    font-size: 14px;
    margin:10px 0 0 0;
}
}
/*简介 end*/

/*发展历程*/
.history {
    padding:3% 0;
    background: #f6f6f6 url(https://www.fs-xjzy.cn/template/pc/images/join/history-bg.jpg) no-repeat left top;
}
.history .about-title h3::after {
    display:none;
}
.history-item {
    position: relative;
    width: 100%;
    overflow:hidden;
}
.history .Topyear {
    width:33%;
    margin:0 auto;
    overflow: initial;
}
.Topyear ul li {
    padding: 10% 2%;
}

.Topyear ul li .box {
    opacity:0.5;
    padding: 10% 5%;
    background: rgb(255,255,255,1);
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.02);
    overflow: hidden;
}
.Topyear ul li.swiper-slide-active .box {
    opacity:1;
    background:#fff;
}

.Topyear ul li .photo {
    width: 80%;
    padding: 10px;
    background: #fff;
    border:5px solid  #dedede;
}
.Topyear ul li .photo img {
    width: 100%;
}

.Topyear ul li .word {
    width: 100%;
}
.Topyear ul li .word .content {
    height: 100px;
    overflow: hidden;
    margin:20px 0;
    padding: 10px 0;
}
.Topyear ul li .word .content p {
    font-size: 16px;
    color:#666;
}
.Topyear ul li .word .content p::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #d1292e;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.Topyear ul li  .year {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
}
.Topyear ul li  .year h4 {
    font-size: 34px;
    color: #d1292e;
    font-weight: bold;
    margin-bottom: 20px;
}
.Topyear ul li  .year h3 {
    font-size: 24px;
    color: #3a3a3a;
    font-weight: bold;
    font-family: "Oswald-Regular";
    margin-bottom: 20px;
}

.Bottomyear {
    position:relative;
}
.Bottomyear::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    left: 0;
    top: 50%;
}
.Bottomyear ul {}
.Bottomyear ul li {
    cursor:pointer;
}
.Bottomyear ul li h3 {
    font-size: 20px;
    color: #3a3a3a;
    font-family: "Montserrat-Bold";
    text-align: center;
}
.Bottomyear ul li i {
    display: block;
    margin: 20px auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f8f8f8;
    border: 1px solid #d3d3d3;
}
.Bottomyear ul li p {
    font-size: 16px;
    color: #3a3a3a;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

/*active*/
.Bottomyear ul li.swiper-slide-thumb-active h3 {
    color: #d1292e;
}
.Bottomyear ul li.swiper-slide-thumb-active i {
    background: #d1292e;
    border: 1px solid #d1292e;
}
.Bottomyear ul li.swiper-slide-thumb-active p {
    color: #d1292e;
}


.history div.swiper-year-prev,.history div.swiper-year-next { 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:99999;
    border-radius: 50%;
    background:#eee;
    font-size: 16px;
    color:#666;
    font-family: '宋体';
    text-align: center;
    cursor: pointer;
}
.history div.swiper-year-prev {
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
}
.history div.swiper-year-next {
    right:0%;
    top: 50%;
    transform: translate(0%, -50%);
}
.history div.swiper-year-prev:hover,
.history div.swiper-year-next:hover{ 
    opacity:1;
    color: #fff;
    background:#d1292e;
}

@media screen and (max-width:1024px){
.history {
    padding: 3% 0;
    background: #f6f6f6;
}
.history .about-title h3::after {
    display:none;
}
.history-item {
    position: relative;
    width: 100%;
    overflow:hidden;
}
.history .Topyear {
    width:100%;
    margin:0 auto;
    overflow: initial;
}
.Topyear ul li {
    padding: 10% 2%;
}

.Topyear ul li .box {
    opacity:0.5;
    padding: 10% 5%;
    background: rgb(255,255,255,1);
    overflow: hidden;
}
.Topyear ul li.swiper-slide-active .box {
    opacity:1;
    background:#fff;
}


.Topyear ul li .word {
    width: 100%;
}
.Topyear ul li .word .content {
    height: 100px;
    overflow: hidden;
    margin:10px 0;
    padding: 10px 0;
}
.Topyear ul li .word .content p {
    font-size: 14px;
    color:#666;
}
.Topyear ul li .word .content p::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #e62129;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.Topyear ul li  .year {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
}
.Topyear ul li  .year h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.Topyear ul li  .year h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.Bottomyear {
    position:relative;
}
.Bottomyear::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    left: 0;
    top: 43%;
}
.Bottomyear ul {}
.Bottomyear ul li {
    cursor:pointer;
}
.Bottomyear ul li h3 {
    font-size: 16px;
    color: #3a3a3a;
    font-family: "Montserrat-Bold";
    text-align: center;
}
.Bottomyear ul li i {
    display: block;
    margin: 10px auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f8f8f8;
    border: 1px solid #d3d3d3;
}
.Bottomyear ul li p {
    font-size: 14px;
    color: #3a3a3a;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

/*active*/
.Bottomyear ul li.swiper-slide-thumb-active h3 {
    color: #e62129;
}
.Bottomyear ul li.swiper-slide-thumb-active i {
    background: #e62129;
    border: 1px solid #e62129;
}
.Bottomyear ul li.swiper-slide-thumb-active p {
    color: #e62129;
}
}
/*发展历程end*/

/*资质荣誉*/
.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(https://www.fs-xjzy.cn/template/pc/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;
    border: 1px solid #eee;
    background: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.02);
}
.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:#eee;
    font-size: 16px;
    color:#666;
    font-family: '宋体';
    text-align: center;
}
.honor-box .swiper-page a.prev {
    left:5%;
}
.honor-box .swiper-page a.next {
    right:5%;
}
.honor-box .swiper-page a.prev:hover,
.honor-box .swiper-page a.next:hover {
    color:#fff;
    background: #d1292e;
}
.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 #d1292e;
}
@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 #d1292e;
}
}
/*资质荣誉*/

/*专注学校家具研发制造*/
.about-list {}
.about-list ul {
    text-align: center;
}
.about-list ul li {
    display:inline-block;
    width:12%;
    margin: 0 0%;
    text-align: center;
    cursor:pointer;
}
.about-list ul li h4 {
    font-size: 46px;
    color: #333;
    letter-spacing: 0;
    font-family: "Oswald-Regular";
    transition: all 0.6s ease;
}
.about-list ul li p {
    font-size: 14px;
    color: #666;
    padding-top: 5%;
}
@media screen and (max-width:1024px) {
.about-list {}
.about-list ul {
    text-align: center;
}
.about-list ul li {
    width:48%;
    margin: 5% 0%;
}
.about-list ul li h4 {
    font-size: 24px;
}
.about-list ul li p {
    font-size: 14px;
    padding-top: 5%;
}
}
/*专注学校家具研发制造*/

/*4个大图*/
.peixun {
    margin:50px 0 0 0;
}
.peixun .peixun-item {}
.peixun .peixun-item ul {
    min-width: 1320px;
    overflow:hidden;
}
.peixun .peixun-item ul li {
    float: left;
    width: 25%;
    overflow:hidden;
    position: relative;
}
.peixun .peixun-item ul li {}
.peixun .peixun-item ul li img {
    width:100%;
    transition: all 0.3s;
}
.peixun .peixun-item ul li .item {
    position: absolute;
    left: 0;
    bottom:0;
    width: 100%;
    height: 30%;
    z-index:1;
    padding:20% 40px 0 40px;
    transition: all 0.3s;
    background-image: linear-gradient(to top,rgba(0,0,0,1) 0,rgba(0,0,0,.05) 100%);
}
.peixun .peixun-item ul li .item h4 {
    font-size: 20px;
    color:#fff;
    font-weight: bold;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
.peixun .peixun-item ul li .item h4:after {
    content: "+";
    font-size: 12px;
    position: absolute;
    left: 20%;
    top: 5px;
    width: 15px;
    height: 15px;
    border-radius:50%;
    background: #d1292e;
    z-index: -1;
    transition: all 0.3s;
}
.peixun .peixun-item ul li .item p {
    font-size: 14px;
    color:#fff;
    text-align: center;
    visibility: visible;
    animation-name: fadeInUp;
}
/*鼠标hover特效*/
.peixun .peixun-item ul li:hover img {
    -webkit-transform: scale(1.1);transform: scale(1.1);
}
.peixun .peixun-item ul li:hover .item {
     height: 40%;
}
@media screen and (max-width:1024px) {
.peixun {
    margin:50px 0 0 0;
}
.peixun .peixun-item {}
.peixun .peixun-item ul {
    min-width: 0px;
}
.peixun .peixun-item ul li {
    width: 50%;
}
.peixun .peixun-item ul li {}
.peixun .peixun-item ul li img {
    width:100%;
}
.peixun .peixun-item ul li .item {
    width: 100%;
    height: 30%;
    padding:5%;
}
.peixun .peixun-item ul li .item h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.peixun .peixun-item ul li .item h4:after {
    display:none;
}
.peixun .peixun-item ul li .item p {
    font-size: 14px;
}
}
/*4个大图*/


/*我们的优势*/
.advantage .box {
    padding:80px 0 50px 0;
}
.advantage .box ul {
    text-align:center;
    overflow: hidden;
}
.advantage .box ul li {
    float: left;
    width:14.2%;
    text-align: center;
}
.advantage .box ul li img {
    width: 142px;
}
.advantage .box ul li p {
    font-size: 18px;
    color:#666;
    padding:20px 0 0 0;
}
@media screen and (max-width:1024px) {
.advantage .box {
    padding:20px 0 20px 0;
}
.advantage .box ul {
}
.advantage .box ul li {
    width:50%;
    padding:5%;
}
.advantage .box ul li img {
    width: 100px;
}
.advantage .box ul li p {
    font-size: 14px;
    padding:10px 0 0 0;
}
}
/*我们的优势*/


/*一站式采购服务*/
.marketing-item .marketing-swiper {}

.marketing-item .marketing-swiper ul {
    overflow:hidden;
}
.marketing-item .marketing-swiper ul li {
    float:left;
    width:16.66%;
    padding:6% 0;
    text-align: center;
    background-image: -webkit-linear-gradient(top,#3a3a3a,#252525);
    cursor: pointer;
}
.marketing-item .marketing-swiper ul li:nth-child(even) {
    background-image: -webkit-linear-gradient(top,#252525,#3a3a3a);
}

.marketing-item .marketing-swiper ul li:hover {
   background-image: linear-gradient(to top,#f02032 0,#d1292e 100%);
}
.marketing-item .marketing-swiper ul li i {
    display:inline-block;
    width:140px;
    height:140px;
    border-radius: 50%;
    border:5px solid #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.2);
    overflow:hidden;
}
.marketing-item .marketing-swiper ul li i img {
    width:100%;
    height:100%;
}
.marketing-item .marketing-swiper ul li h4 {
    font-size: 24px;
    color:#fff;
    font-weight: bold;
    margin:30px 0 0 0;
}
.marketing-item .marketing-swiper ul li h5 {
    height: 30px;
    opacity:0.8;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin:28px 0 38px 0;
}

.marketing-item .marketing-swiper ul li .cont {
    height: 125px;
}
.marketing-item .marketing-swiper ul li .cont p {
    opacity:0.8;
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
}
@media screen and (max-width:1024px) {
.marketing-item .marketing-swiper {}

.marketing-item .marketing-swiper ul {
    overflow:hidden;
}
.marketing-item .marketing-swiper ul li {
    float:left;
    width:50%;
    padding:10% 0;
    text-align: center;
    background-image: -webkit-linear-gradient(top,#3a3a3a,#252525);
    cursor: pointer;
}
.marketing-item .marketing-swiper ul li i {
    display:inline-block;
    width:50px;
    height:50px;
    border-radius: 50%;
    overflow:hidden;
    border:3px solid #fff;
}
.marketing-item .marketing-swiper ul li h4 {
    font-size: 16px;
    margin:10px 0 0 0;
}
.marketing-item .marketing-swiper ul li h5 {
    opacity:0.8;
    font-size: 14px;
    margin:10px 0 10px 0;
}

.marketing-item .marketing-swiper ul li .cont {}
.marketing-item .marketing-swiper ul li .cont p {
    opacity:0.8;
    font-size: 14px;
    line-height: 1.4;
}
}
/*一站式采购服务*/



/*共赢落地扶持*/
.support {
    padding:50px 0 100px 0;
    background:#f6f6f6;
}
.support-box {
    margin:0 auto;
    padding:0;
    background:#fff;
}
.support-box ul {
    overflow:hidden;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.02);
}
.support-box ul li {
    float:left;
    width:25%;
    padding:3% 5%;
    border: 1px solid #f6f6f6;
    background: #fff;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.02);
    transition: all 0.3s;
    cursor: pointer;
}
.support-box ul li span {
    display:block;
    font-size: 40px;
    color:#d1292e;
    font-family: "Oswald-Regular";
}
.support-box ul li h3 {
    font-size: 20px;
    color:#000;
    font-weight: bold;
    padding:30px 0 10px 0;
}
.support-box ul li p {
    height: 80px;
    font-size: 14px;
    color:#666;
    line-height: 1.8;
}

.support-box ul li:hover {
    background: #d1292e;
}
.support-box ul li:hover span,
.support-box ul li:hover h3,
.support-box ul li:hover p {
    color:#fff;
}
.support-box ul li:hover p {
    opacity: 0.8;
}
@media screen and (max-width:1024px) {
.support {
    padding:50px 0 100px 0;
    background:#f6f6f6;
}
.support-box {
    margin:0 auto;
    padding:5%;
}
.support-box ul {
}
.support-box ul li {
    width:50%;
    margin:2% 0;
    padding:2%;
}
.support-box ul li span {
    font-size: 24px;
}
.support-box ul li h3 {
    font-size: 18px;
    padding:15px 0 10px 0;
}
.support-box ul li p {
    font-size: 14px;
    color:#666;
    line-height: 1.8;
}
}
/*共赢落地扶持*/

/*战略合作伙伴*/
.partner {
    padding:3% 0 3% 0;
}
.partner-box img{
    max-width: 100%;
    margin:0 auto;
}
/*战略合作伙伴*/

/*服务*/
.service {
    padding: 10px 0;
    overflow: hidden;
    background-image: -webkit-linear-gradient(top,#de3336,#d1292e);
}

.service ul li {
    float: left;
    width: 25%;
    height: 116px;
	border-left: 1px solid #da4141;
	position: relative;
	transform: scale(1);
    overflow: hidden;
}
.service ul li a {
    display: block;
    padding: 40px 30px 20px;
    color: #fff;
    overflow: hidden;
}
.service ul li a::after {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/join/go.svg) no-repeat center center/20px;
    margin: 0 0;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.6s ease;
}
.service ul li a:hover::after {
    transform: translate(10px,0px);
}
.service ul li a span {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
}
/*服务*/

/*招商加盟留言*/
.join-apply  {
	padding:2% 0;
	width:100%;
	background: #f9f9f9;
	overflow: hidden;
}
.join-apply  .con {
    width: 100%;
    max-width: 1400px;
    margin:0 auto;
	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;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    width: 160px;
    padding: 0;
    border: 1px solid #d1292e;
    background-image: linear-gradient(to right,#d1292e 0,#d1292e 100%);
    margin: 20px 0;
    border-radius: 0px;
}


@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.top-apply {
    padding:2% 0 5% 0;
    background: none;
}
.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 .bottom {
    width: 100%;
    padding-left: 0px;
    text-align: center;
}
}