@charset "utf-8";
a:hover {
    color: #c52620;
}

/*content*/
.content {
    width: 100%;
}

/*banner*/
.banner {
    height: 450px;
    width: 100%;
    position: relative;
}

.banner .ido .content ul li {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/*banner*/

/*worry*/
.worry, .major, .advantage, .cases, .chosen, .process, .news, .partner {
    width: 100%;
    background: #f5f5f5;
}

.worry-text, .major-text, .advantage-text, .cases-text, .chosen-text, .process-text, .news-text, .partner-text {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.text {
    width: 100%;
    height: 50px;
    background-image: url("../rongyida_files/one1.png");
    background-repeat: no-repeat;
    background-position: 180px 0;
    background-size: 78px 50px;
    margin: 60px 0;
}

.text h2 {
    font-size: 36px;
    font-weight: bold;
    color: #818181;
    text-align: center;
    height: 44px;
    padding-top: 14px;
}

.worry-ul {
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}

.worry-ul li {
    text-align: center;
}

.worry-ul li img {
    width: 186px;
    height: 186px;
}

.worry-ul li p {
    font-size: 24px;
    color: #e72d44;
    text-align: center;
    padding-top: 24px;
}

/*worry*/
/*major*/
.major-text .text {
    background-image: url("../rongyida_files/one2.png");
    background-position: 310px 0;
}

.major-ban {
    position: relative;
    height: 636px;
}

.major-ban-ul > ul {
    left: 50%;
    margin-left: -600px;
    padding: 6px 0;
    position: absolute;
    z-index: 22;
}

.major-ban-ul > ul li {
    display: block;
    width: 260px;
    height: 120px;
    background: #ffffff;
    margin: 4px 0;
    cursor: pointer;
    transition: all .6s;
}

.major-ban-ul ul li.major-active {
    background: #e72d44;
}

.major-ban-ul ul li.major-active p {
    color: #fffefe;
}

.major-ban-ul > ul li p {
    width: 100%;
    height: 100%;
    line-height: 120px;
    font-size: 16px;
    padding-left: 110px;
    background-repeat: no-repeat;
    background-position: 20px center;
}

.major-ban-ul > ul li:nth-child(1) p {
    background-image: url("../rongyida_files/two1.png");
}

.major-ban-ul > ul li:nth-child(2) p {
    background-image: url("../rongyida_files/two2.png");
}

.major-ban-ul > ul li:nth-child(3) p {
    background-image: url("../rongyida_files/two3.png");
}

.major-ban-ul > ul li:nth-child(4) p {
    background-image: url("../rongyida_files/two4.png");
}

.major-ban-ul > ul li:nth-child(5) p {
    background-image: url("../rongyida_files/two5.png");
    background-position: 30px center;
}

.major-ban-ul > ul li p.two11 {
    background-image: url("../rongyida_files/two11.png");
}

.major-ban-ul > ul li p.two22 {
    background-image: url("../rongyida_files/two22.png");
}

.major-ban-ul > ul li p.two33 {
    background-image: url("../rongyida_files/two33.png");
}

.major-ban-ul > ul li p.two44 {
    background-image: url("../rongyida_files/two44.png");
}

.major-ban-ul > ul li p.two55 {
    background-image: url("../rongyida_files/two55.png");
}

.major-ban-img {
    position: absolute;
    width: 100%;
    height: 636px;
    left: 0;
    top: 0;
    z-index: 20;
}

.major-ban-img ul li {
    position: absolute;
    width: 100%;
    height: 636px;
    display: none;
    background-image: url("../rongyida_files/onep3.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
.major-ban-img ul li:nth-child(1) {
    background-image: url("../rongyida_files/onep3.png");
}

.major-ban-img ul li:nth-child(2) {
    background-image: url("../rongyida_files/yingxiao.png");
}

.major-ban-img ul li:nth-child(4) {
    background-image: url("../rongyida_files/jianshe.png");
}

.major-ban-img ul li:nth-child(3) {
    background-image: url("../rongyida_files/youhua.png");
}

.major-ban-img ul li:nth-child(5) {
    background-image: url("../rongyida_files/xiao.png");
}

.solve {
    width: 1200px;
    margin: 0 auto;
    padding: 210px 40px 0 0;
}

.solve > h3 {
    font-size: 34px;
    text-align: right;
    color: #ffffff;
    padding-bottom: 26px;
    -webkit-animation: topone 1.2s forwards;
    -o-animation: topone 1.2s forwards;
    animation: topone 1.2s forwards;
}

@-webkit-keyframes topone {
    from {
        padding-top: 130px;
    }
    to {
        padding-top: 0px;
    }
}

@keyframes topone {
    from {
        padding-top: 130px;
    }
    to {
        padding-top: 0px;
    }
}

.solve > p {
    text-align: right;
    font-size: 20px;
    color: #ffffff;
    line-height: 30px;
    -webkit-animation: toptwo 1.2s forwards;
    -o-animation: toptwo 1.2 forwards;
    animation: toptwo 1.2s forwards;
    transition: all 2s;
}

@-webkit-keyframes toptwo {
    from {
        padding-top: 20px;
    }
    to {
        padding-top: 0px;
    }
}

@keyframes toptwo {
    from {
        padding-top: 20px;
    }
    to {
        padding-top: 0px;
    }
}

.solve > a {
    font-size: 16px;
    color: #ffffff;
    display: block;
    width: 164px;
    height: 44px;
    background: #f25366;
    text-align: center;
    line-height: 41px;
    border-bottom: 3px solid #c1041b;
    float: right;
    margin-top: 20px;
    border-radius: 6px;
}

.major-ban-img ul li:first-child {
    display: block;
}

.major-ban-img ul li:nth-child(2) h3,
.major-ban-img ul li:nth-child(2) p,
.major-ban-img ul li:nth-child(3) h3,
.major-ban-img ul li:nth-child(3) p,
.major-ban-img ul li:nth-child(5) h3,
.major-ban-img ul li:nth-child(5) p {
    color: #333333;
}

/*major*/
/*advantage*/
.advantage-text .text {
    background-image: url("../rongyida_files/one4.png");
    background-position: 458px 0;
}

.advantage-ul {
    width: 1200px;
    margin: 0 auto;
}

.advantage-ul ul {
    display: flex;
    justify-content: space-around;
}

.advantage-ul ul li {
    text-align: center;
}

.advantage-ul ul li img {
    margin-bottom: 30px;
}

.advantage-ul ul li p {
    text-align: center;
    font-size: 22px;
    line-height: 32px;
}

/*advantage*/

/*cases*/
.cases-text .text {
    background-image: url("../rongyida_files/one5.png");
    background-position: 458px 0;
}

.cases-img {
    width: 100%;
    height: 620px;
    background: url("../rongyida_files/four.png") no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.cases-con {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.cases-banner{
    position: absolute;
    width: 433px;
    height: 243px;
    background: url("../rongyida_files/casesbanback.png") no-repeat;
    right: 84px;
    top: 57px;
    padding: 0 0 0 16px;
}
.cases-banner>h3{
    font-size: 24px;
    color: #ffffff;
    padding: 32px 0;
}
.cases-banner>p{
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
    padding-right: 162px;
}
.cases-con-left {
    float: left;
    padding-left: 64px;
    padding-top: 40px;
}

.cases-con-left h3 {
    font-size: 64px;
    color: #7e7e7e;
    font-weight: 600;

}

.cases-con-left h3:nth-child(2) {
    padding-bottom: 20px;
}

.cases-con-left h4 {
    font-size: 36px;
    color: #ffeeee;
    font-weight: 500;
}

.cases-con-right {
    float: right;
    margin-top: 38px;
    margin-right: 68px;
}

.cases-ban {
    position: absolute;
    bottom: 50px;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    overflow: hidden;
}

/*cases*/

/*chosen*/
.chosen-text .text {
    background-image: url("../rongyida_files/one6.png");
    background-position: 388px 0;
}

.chosen-img {
    width: 100%;
    height: 940px;
    background-image: url("../rongyida_files/five1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.chosen-con {
    width: 1200px;
    margin: 0 auto;
}

.chosen-con-but h2, .chosen-con-but h2 span {
    font-size: 30px;
    color: #333333;
    text-align: center;
    line-height: 50px;
}

.chosen-con-but h2 span {
    color: #e72d44;
}

.chosen-con-but a {
    display: block;
    width: 300px;
    height: 66px;
    margin: 0 auto;
    margin-top: 20px;
    background: #e72d44;
    font-size: 30px;
    color: #fefefe;
    text-align: center;
    border-bottom: 6px solid #b5162a;
    border-radius: 4px;
    line-height: 60px;
}

/*chosen*/
/*合作服务流程process*/
.process-text .text {
    background-image: url("../rongyida_files/one7.png");
    background-position: 426px 0;
}

.process-ul, .news-con {
    width: 1200px;
    margin: 0 auto;
}

.process-ul ul {
    display: flex;
    justify-content: space-between;
}

.process-ul ul li {
    position: relative;
}

.process-ul ul li:after {
    content: ">";
    position: absolute;
    font-size: 48px;
    color: #999999;
    top: 40px;
    right: -50px;
}

.process-ul ul li:last-child:after {
    content: "";
}

.process-ul ul li p {
    font-size: 24px;
    text-align: center;
    margin-top: 10px;
}

/*合作服务流程process*/

/*营销咨询 news*/
.news-text .text {
    background-image: url("../rongyida_files/one8.png");
    background-position: 460px 0;
}

.news-list {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.news-list > ul > li {
    display: inline-block;
    width: 144px;
    height: 44px;
    line-height: 44px;
    border-radius: 4px;
    text-align: center;
    font-size: 22px;
    cursor: pointer;
}

.news-list > ul > li.news-active {
    background: #e72d44;
    color: #fefefe;
}

.news-con {
    height: 432px;
    margin-top: 30px;
}

.news-con > ul > li {
    position: absolute;
    width: 1200px;
    height: 432px;
}

.news-con > ul > li {
    padding-top: 200px;
    -webkit-animation: move 1s forwards;
    -o-animation: move 1s forwards;
    animation: move 1s forwards;
}

@-webkit-keyframes move {
    from {
        padding-top: 200px;
    }
    to {
        padding-top: 0px;
    }
}

@keyframes move {
    from {
        padding-top: 200px;
    }
    to {
        padding-top: 0px;
    }
}

.news-con > ul > li:last-child {
    display: none;
}

.news-con-left {
    width: 394px;
    height: 432px;
    float: left;
    position: relative;
    overflow: hidden;
}

.news-con-left-txt {
    position: absolute;
    width: 376px;
    height: 92px;
    bottom: 9px;
    background: #ffffff;
    left: 50%;
    margin-left: -188px;
}

.news-con-left-txt:after {
    content: ">";
    position: absolute;
    font-size: 24px;
    top: 36%;
    right: 25px;
}

.news-con-left-txt > div {
    position: relative;
    width: 100%;
    height: 100%;
}

.news-con-left-txt p {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 24px;
    padding-right: 110px;
    padding-left: 20px;
}

.news-con-left > a:hover .news-con-left-txt:after {
    right: 5px;
    transition: right 0.6s;
}

.news-con-left > a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    transition: all 1s;
}

.news-con-zo {
    float: left;
    width: 394px;
    height: 432px;
    margin-left: 9px;
}

.news-txt {
    width: 100%;
    height: 212px;
    background: #ffffff;
    margin-bottom: 8px;
    position: relative;
}

.jianjie {
    padding: 0 24px;
    border-bottom: 2px solid #f2f2f2;
    height: 124px;
}

.jianjie h2 {
    font-size: 15px;
    padding: 24px 0;
    text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;
}

.jianjie p, .time p {
    font-size: 14px;
    color: #666666;
}

.time {
    padding: 0 24px;
}

.time h3 {
    font-size: 24px;
    padding-top: 20px;
}

.news-txt:after {
    content: ">";
    position: absolute;
    font-size: 24px;
    top: 74%;
    right: 25px;
}

.news-txt:hover, .right-txt:hover {
    box-shadow: 0 15px 15px rgba(0, 0, 0, .1);
}

.news-txt:hover:after {
    right: 5px;
    transition: all 0.6s;
}

.news-con-right {
    float: right;
    width: 396px;
    height: 100%;
}

.right-txt {
    width: 100%;
    height: 138px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    margin-bottom: 8px;
}

.txt-left {
    float: left;
    padding: 40px 0 0 38px;
}

.txt-left h3 {
    font-size: 24px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    position: relative;
}

.txt-left h3:after {
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #b5b5b5;
    width: 25px;
    bottom: 0;
}

.txt-left p {
    color: #999999;
    font-size: 14px;
}

.txt-right {
    float: right;
    width: 268px;
    height: 100px;
    margin: 18px 0;
    border-left: 1px solid #f2f2f2;
    padding: 16px 60px 0 16px;
}

.txt-right h2 {
    font-size: 15px;
}

.right-txt:after {
    content: ">";
    position: absolute;
    font-size: 24px;
    color: #999999;
    top: 56%;
    right: 236px;
}

.right-txt:hover:after {
    right: 216px;
    transition: all 0.6s;
}

/*营销咨询 news*/
/*合作伙伴partner*/
.partner-text .text {
    background-image: url("../rongyida_files/one9.png");
    background-position: 460px 0;
}

.partner-img {
    width: 1200px;
    margin: 0 auto;
}

.partner-img ul {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
}

.partner-img ul li {
    display: block;
    margin-bottom: 20px;
}

/*合作伙伴partner*/



/*青青优农*/
.qyn{
    width: 100%;
    background: #f5f5f5;
    padding-bottom: 20px;
}
.qqyn{
    width: 1200px;
    margin: 0 auto;
    height: 225px;

}
.qqyn img{
    display: block;
    width: 100%;
    height: auto;
}


.qqyn .slide .tag li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-left: 8px;
    font-size: 0px;
    line-height: 18px;
    letter-spacing: normal;
    text-align: center;
    color: #ff5050;
    background-color: #ff5050;
    cursor: pointer;
}

.qqyn .slide .tag li.current {
    border-color: #1188C0;
    color: #fff;
    background-color: #ff5050;
    width: 30px;
    border-radius: 0%;
    position: relative;
}

.qqyn .slide .tag li.current:after {
    content: "";
    display: block;
    position: absolute;
    background: #ff5050;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    bottom: 0;
    left: -5px;
}

.qqyn .slide .tag li.current:before {
    content: "";
    display: block;
    position: absolute;
    background: #ff5050;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    bottom: 0;
    right: -5px;
}
/*青青优农*/
/*content*/


