body, html {
    background: #f5f5f5;
}

.banner {
    width: 100%;
    height: 3.4rem;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

/*------------------------------worry第一条---------------------*/

.worry, .major, .advantage,.chose,.process,.partner{
    width: 100%;
}

.text {
    display: flex;
    height: 0.56rem;
    flex-direction: row;
    justify-content: center;
    font-size: 0.32rem;
    text-align: center;
    margin: 0.2rem 0 0.28rem 0;
}

.text img {
    width: 0.78rem;
    height: 0.5rem;
}

.text p {
    align-self: flex-end;
    font-weight: 600;
}

.worry-con, .major-con, .advantage-con,.chose-con,.process-con,.partner-con{
    width: 100%;
    padding: 0 0.2rem;
}

.worry-con ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding-bottom: 0.22rem;
    background: #ffffff;
}

.worry-con ul li {
    text-align: center;
    padding-top: 0.22rem;
    width: 50%;
}

.worry-con ul li img {
    width: 1.86rem;
    height: 1.86rem;
}

.worry-con ul li p {
    font-size: 0.28rem;
    color: #e72d44;
}

/*--------------------------worry第一条--------------------------------*/

/*---------------------------major第二条--------------------------------*/

.major-con ul li a{
    background: #ffffff;
    margin-bottom: 0.2rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.major-con ul li img {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.24rem;
}

.major-con-txt {
    flex: 1;
    overflow: hidden;
}

.major-con-txt h3 {
    font-size: 0.28rem;
    color: #e72d44;
    margin-bottom: 0.16rem;
}

.major-con-txt p {
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #666666;
    margin-right: 0.11rem;
}

/*-----------------------------major第二条--------------------------------*/

/*----------------------------advantage第三条-----------------------------*/

.advantage ul {
    display: flex;
    flex-direction: row;

}

.advantage ul li {
    flex: 1;
    text-align: center;
    height: 3rem;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.advantage ul li:first-child {
    margin-right: 0.2rem;
}

.advantage ul li img {
    width: 0.82rem;
    height: 0.52rem;
    margin-bottom: 0.3rem;
}

.advantage ul li:last-child img {
    width: 0.67rem;
    height: 0.77rem;
    margin-bottom: 0.1rem;
}

.advantage ul li p {
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #666666;
}

.advantage-con-ul {
    background: #ffffff;
    margin-top: 0.2rem;
    display: flex;
    flex-direction: row;
    align-items: center;

}

.advantage-con-ul img {
    width:0.7rem;
    height: 0.57rem;
    margin: 0.56rem 0.5rem 0.56rem 0.7rem;
}

.advantage-con-ul-txt P {
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #666666;
}

/*----------------------------advantage第三条-----------------------------*/


/*------------------------------cases第四条---------------------------*/

.cases-con{
    width: 100%;
    height: 9.44rem;
    background-image: url(../yidong_files/casesback.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
}
.cases-con>h3{
    font-size: 0.37rem;
    color: #7e7e7e;
    padding: 0.2rem 0 0.1rem 0;
}
.cases-con>p{
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #886c6c;
}
.cases-con>img{
    width: 4.67rem;
    height: 5.4rem;
    margin-top: 0.36rem;
}
.cases-con-ul{
    position: absolute;
    width: 100%;
    bottom: 0.37rem;
}
.cases-con-ul ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;

}
.cases-con-ul ul li{
    margin-bottom: 0.2rem;
}
.cases-con-ul ul li img{
    width: 2.24rem;
    height: 1rem;
}
.img-txt{
    position: absolute;
    padding: 0.08rem;
}
.img-txt h3{
    font-size: 0.24rem;
    color: #ffffff;
}
/*------------------------------cases第四条---------------------------*/


/*-----------------------------chosen第五条----------------------------*/

.chose{

}
.chose-con{
    height: 17rem;
    background-image: url(../yidong_files/choseback.png);
    background-position: center;
    background-size: cover;
    text-align: center;
    position: relative;
}
.chose-con p{
    font-size: 0.28rem;
    line-height: 0.44rem;
    position: absolute;
    bottom: 1.4rem;
}
.chose-con p span{
    color: #e72d44;
}
.chose-con a{
    position: absolute;
    display: block;
    width: 2.8rem;
    height: 0.72rem;
    line-height: 0.67rem;
    background: #f25366;
    text-align: center;
    font-size: 0.3rem;
    color: #ffffff;
    border-bottom: 0.05rem solid #c1041b;
    border-radius: 0.08rem;
    bottom: 0.42rem;
    left: 50%;
    transform: translateX(-50%);
}

/*-----------------------------chosen第五条----------------------------*/

/*----------------------process合作服务流程第六条----------------------*/

.process-con{
    background: #ffffff;
}
.process-con ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.process-con ul li{
  padding: 0.22rem 0.26rem 0.4rem ;
    position: relative;
}
.process-con ul li:nth-child(1):after,.process-con ul li:nth-child(2):after{
    position: absolute;
    content: '>';
    font-size: 0.48rem;
    color: #999999;
    top: 40%;
    transform: translateY(-40%);
    right: -20%;
}
.process-con ul li:nth-child(3):after{
    position: absolute;
    content: '>';
    text-align: center;
    font-size: 0.48rem;
    color: #999999;
    top: 0;
    bottom: -93%;
    right:145% ;
    transform:rotate(90deg);
}
.process-con ul li:nth-child(4):after,.process-con ul li:nth-child(5):after{
    position: absolute;
    content: '<';
    text-align: center;
    font-size: 0.48rem;
    color: #999999;
    top: 40%;
    transform: translateY(-40%);
    right: -20%;
}
.process-con ul li img{
    width: 1.5rem;
    height: 1.88rem;
}
/*----------------------process合作服务流程第六条----------------------*/

/*-------------------------营销咨询 news第七条--------------------------*/

.news-con{
    width: 100%;
    background: #ffffff;
}
.news-nav>ul{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.news-nav>ul>li{
    font-size: 0.3rem;
    padding: 0.25rem 0;
    margin: 0 0.2rem;
    border-bottom: 0.04rem solid #e72d44;
    color: #e72d44;
}
.news-txt{
    padding: 0 0.2rem 0.4rem 0.4rem;

}
.news-txt>ul>li{
    border-bottom: 0.01rem dotted #c0c0c0;
    padding-bottom: 0.2rem;
}

.news-txt>ul>li>a{
    display: block;
    font-size: 0.3rem;
    padding: 0.20rem 0;
    position: relative;

}
.news-txt>ul>li>a:after{
    position: absolute;
    content: '>';
    font-size: 0.3rem;
    left: -0.2rem;
    top: 40%;
    transform: translateY(-30%);
}
.news-txt>ul>li>p{
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #999999;

}
/*-------------------------营销咨询 news第七条--------------------------*/

.partner-con ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.partner-con ul li{
    padding-bottom: 0.18rem;
}
.partner-con ul li img{
    width: 2.24rem;
    height: 1rem;
}
