/* PC */

@media (min-width: 769px) {
  .con_1200 {
    width: 1200px;
    margin: 0 auto;
  }
  /* 广告条 */
  .carousel-indicators .active {
    background: #d9344c;
  }
  .carousel-indicators {
    bottom: 90px;
  }
  .carousel-indicators .active,.carousel-indicators li{
    width: 15px;
    height: 15px;
  }
  .carousel-indicators .active{
    background: #d9344c;
    border-color: #d8344c;
    border: 1px solid #d8344c;
  }
  /* 内容区 */
  /* section1 */
  .section1 {
    position: relative;
    transform: translateY(-40%);
    width: 100%;
  }
  .Highlights {
    width: 100%;
    background: #FFF;
    height: 180px;
    border: 1px solid #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .Highlights div {
    height: 60px;
    padding-right: 45px;
    padding-left: 45px;
    border-right: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
  }
  .Highlights div:nth-last-of-type(1) {
    border: none;
  }
  .Highlights div>span:nth-of-type(1) {
    display: flex;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
  }
  .Highlights div>span:nth-of-type(1) em {
    font-size: 40px;
    margin-right: 10px;
  }
  .Highlights div>span:nth-of-type(2) {
    width: 100%;
    display: block;
    font-size: 14px;
  }
  /* section2 */
  .section2 {
    padding-bottom: 0;
  }
  .news_con {
    margin-bottom: 60px;
    width: 100%;
    height: 395px;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /* 左侧新闻 */
  .news_l {
    width: 485px;
  }
  .news_l ul li {
    position: relative;
  }
  .new_img {
    width: 100%;
    height: 395px;
  }
  .new_img img {
    width: 100%;
    height: 100%;
  }
  .news_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #0000009c;
    text-align: center;
  }
  .news_title a {
    font-size: 14px;
    color: #FFF;
  }
  .news_title a:hover {
    transition: all 0.3s ease;
    color: #d9344c;
  }
  /* 右侧新闻 */
  .news_r {
    width: 675px;
    padding: 35px 35px 35px 0;
  }
  .news_r>h4 {
    margin-bottom: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .news_r>h4 span {
    position: relative;
    font-size: 20px;
    color: #333333;
    font-weight: 600;
  }
  .news_r>h4 span:before {
    display: inline-block;
    content: "";
    position: relative;
    top: 4px;
    width: 5px;
    height: 20px;
    background: #d9344c;
    border-radius: 7px;
    margin-right: 15px;
  }
  .news_r>h4 a {
    font-size: 14px;
    color: #999999;
    float: right;
  }
  .news_box ul li {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .news_box ul li:nth-of-type(1) .index_news1_img, .news_box ul li:nth-of-type(1) .index_news1_introduce {
    display: block;
  }
  .index_news1_img, .index_news1_introduce {
    display: none;
  }
  .index_news1_img {
    float: left;
    width: 220px;
    height: 130px;
    overflow: hidden;
  }
  .index_news1_img img {
    width: 100%;
    height: 130px;
  }
  .index_news1_img img:hover{
    transition: all 0.6s ease;
    transform: scale(1.1);
  }
  .news_box ul li:nth-of-type(1) {
    margin-bottom: 35px;
  }
  .news_box ul li:nth-of-type(1) .index_news1_title {
    width: 385px;
    float: right;
    line-height: 25px;
    font-weight: 600;
  }
  .news_box ul li:nth-of-type(1) .index_news1_introduce {
    width: 385px;
    height: 75px;
    overflow: hidden;
    float: right;
    font-size: 14px;
    color: #777777;
  }
  .news_box ul li:nth-of-type(1) .index_news1_time {
    margin-top: 10px;
    width: 385px;
    float: right;
    position: relative;
  }
  .index_news1_title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .index_news1_title a {
    font-size: 16px;
    color: #333;
  }
  .index_news1_title a:hover {
    transition: all 0.3s ease;
    color: #d9344c;
  }
  .index_news1_time {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: 14px;
  }
  /* 滚动新闻 */
  .news_b {
    position: relative;
    padding: 30px 40px 30px 60px;
    width: 100%;
    margin: 40px 0;
    background: #d9344c;
    overflow: hidden;
  }
  .news_b>span {
    position: absolute;
    left: 20px;
    top: 37px;
  }
  .news2_con ul li {
    height: 70px;
  }
  .news2_con a {
    display: inline-block;
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 20px;
    font-size: 14px;
    color: #FFF;
  }
  .news2_con span {
    font-size: 14px;
    color: #FFF;
    float: right;
    width: 20%;
  }
  .news2_con {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .swiper-container1 {
    overflow: hidden;
  }
  .swiper-slide {
    padding-right: 88px;
  }
  .index_news2_box {
    position: relative;
  }
  .swiper-button-prev {
    position: absolute;
    left: 1012px;
    top: 15px;
    width: 40px;
    height: 40px;
    background: #FFF;
    z-index: 99;
  }
  .swiper-button-next {
    position: absolute;
    right: 0;
    top: 15px;
    width: 40px;
    height: 40px;
    background: #000;
    z-index: 99;
  }
  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    font-size: 16px;
    color: #333;
    font-weight: 600;
  }
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
  }
  /* section3 */
  .section3 {
    padding: 50px 0 0 0;
  }
  .project_title {
    display: flex;
    align-items: center;
  }
  .project_title>span {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
  }
  .project_title>span:before {
    display: inline-block;
    content: "";
    position: relative;
    top: 2px;
    width: 5px;
    height: 20px;
    background: #d9344c;
    border-radius: 7px;
    margin-right: 15px;
  }
  .project_title>p {
    padding-left: 20px;
    font-size: 16px;
    flex-grow: 1;
  }
  .project_title>a {
    font-size: 14px;
    color: #333;
  }
  /* 列表 */
  .project_div {
    padding-top: 40px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
  }
  .item_list {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 30px;
    font-size: 14px;
    background: #FFF;
    border: 1px solid #e5e5e5;
  }
  .item_text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 25px;
    color: #666;
    margin-bottom: 10px;
  }
  .item_list .title div {
    width: 72%;
    height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .item_text em{
      color:red;
  }
  .item_text>div {
    display: flex;
    flex-wrap: wrap;
  }
  .Rank span {
    display: inline-block;
    padding: 7px 25px;
    background: #ebebeb;
    border-radius: 4px;
  }
  .item_text>span {
    color: #333;
  }
  .item_text:nth-of-type(1) {
    font-weight: 600;
    font-size: 16px;
  }
  .item_text:nth-of-type(1) div {
    color: #333333;
  }
  .item_text:nth-of-type(2), .item_text:nth-of-type(3) {
    width: 100%;
  }
  .explain>div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100px;
    overflow: auto;
    padding: 15px 15px;
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
  }
  .terminal>div span {
    color: #d9374b;
    border: 1px solid #d9374b;
    padding: 5px 10px;
    border-radius: 7px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .terminal>div span:nth-of-type(1n) {
    color: #d9374b;
    border: 1px solid #d9374b;
  }
  .terminal>div span:nth-of-type(2n) {
    color: #ff5c00;
    border: 1px solid #ff5c00;
  }
  .terminal>div span:nth-of-type(3n) {
    color: #0096ff;
    border: 1px solid #0096ff;
  }
  .more a {
    display: inline-block;
    padding: 15px 25px;
    color: #666;
    font-size: 14px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-right: 20px;
  }
  .more a:hover {
    transition: all 0.3s ease;
    background: #d9354d;
    color: #FFF;
    border: 1px solid #d9354d;
  }
  /* 轮播按钮 */
  .swiper-pagination2 {
    text-align: center;
    position: relative;
    top: 50px;
  }
  .swiper-pagination2 span {
    width: 15px;
    height: 15px;
    border: 1px solid #d8344c;
    background: none;
    opacity: 1;
  }
  .swiper-pagination2 .swiper-pagination-bullet-active {
    background: #d8344c;
  }
  /* section4 */
  /* 轮播按钮 */
  .swiper-pagination3 {
    text-align: center;
    position: relative;
    top: 50px;
  }
  .swiper-pagination3 span {
    width: 15px;
    height: 15px;
    border: 1px solid #d8344c;
    background: none;
    opacity: 1;
  }
  .swiper-pagination3 .swiper-pagination-bullet-active {
    background: #d8344c;
  }
  /* section5 */
  .section5 {
    padding: 50px 0;
    position: relative;
    min-height: 350px;
    background: #FFF;
  }
  .evaluate_tit h4 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
  }
  .evaluate_tit h4:before {
    display: inline-block;
    content: "";
    position: relative;
    top: 2px;
    width: 5px;
    height: 20px;
    background: #d9344c;
    border-radius: 7px;
    margin-right: 15px;
  }
  .evaluate_con {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
  }
  .evaluate_l {
    width: 550px;
    height: 450px;
  }
  .evaluate_r {
    width: 610px;
    height: 450px;
  }
  .evaluate_tit1 {
    padding: 0 15px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #d8344c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .evaluate_tit1 a {
    font-size: 14px;
    color: #FFF;
  }
  .evaluate_r ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .evaluate_img2 {
    width: 280px;
    height: 175px;
    overflow: hidden;
  }
  .evaluate_img2 img:hover{
    transition: all 0.6s ease;
    transform: scale(1.1);
  }
  .evaluate_img2 img {
    width: 100%;
    height: auto;
  }
  .evaluate_tit2 {
    padding: 20px 0;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .evaluate_tit2 a {
    color: #333;
    font-size: 14px;
  }
  .evaluate_tit2 a:hover {
    transition: all 0.3 ease;
    color: #d8344c;
  }
  /* section6 */
  .section6 {
    display: none;
  }
  /* section7 */
  /* 牛人平台服务流程 */
  .ServiceProcess {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
  }
  .ServiceProcess>h6 {
    position: relative;
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    padding-bottom: 30px;
    padding-left: 15px;
  }
  .ServiceProcess>h6:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 25px;
    border-radius: 14px;
    background: #d9374b;
    position: absolute;
    left: 0;
    top: 0;
  }
  .tab_top {
    display: none;
  }
  .tab_con {
    width: 100%;
  }
  .tab_con>div {
    width: 100%;
    border: 1px solid #a0a0a0;
    background: #FFF;
    border-radius: 7px 0 0 7px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 7px;
  }
  .tab_div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 120px;
  }
  .tab_div div {
    position: relative;
    display: flex;
    align-items: center;
  }
  .tab1::after, .tab2::after, .tab3::after, .tab4::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    width: 37px;
    height: 6px;
    background: url(/images/process/line_d.png) no-repeat center;
  }
  .tabtwo .tab4::after {
    display: none;
  }
  .tabtwo ::after {
    margin-left: 30px;
  }
  .tab_div div p {
    width: 108px;
    height: 120px;
    padding: 0 12px;
    text-align: center;
    display: flex;
    align-items: center;
    color: #373737;
    font-weight: 600;
  }
  .tab1 p {
    background: url(/images/process/01.png) no-repeat center;
    width:110px!important;
  }
  .tab2 p {
    background: url(/images/process/02.png) no-repeat center;
  }
  .tab3 p {
    background: url(/images/process/03.png) no-repeat center;
  }
  .tab4 p {
    background: url(/images/process/04.png) no-repeat center;
  }
  .tab5 p {
    background: url(/images/process/05.png) no-repeat center;
  }
  .tabthree .tab_div>div::-webkit-scrollbar {
    display: none;
  }
  .tab1 .tab_div .tab5 {
    width: 175px !important;
  }
  .server_tit {
    padding: 0 32px;
    width: 120px;
    line-height: 33px;
    height: 120px;
    color: #FFF;
    font-size: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    font-weight: 600;
    background: #d9374b url(/images/process/yxfw.png) no-repeat 6px 0px;
    border-radius: 7px;
  }
  .tabtwo .server_tit {
    background: #ff5c00 url(/images/process/sdfw.png) no-repeat 6px 0;
  }
  .tabthree .server_tit {
    background: #5090bc url(/images/process/bzfw.png) no-repeat 6px 0;
  }
  /* 内容区广告图 */
  .Advertising img {
    margin: 0 0 75px 0;
    max-width: 100%;
  }
  /* section8 */
  .section8 {
    padding: 0 0 75px 0;
  }
  .about_partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about_con {
    width: 700px;
  }
  .about_con>h4, .partner_con>h4 {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
  }
  .about_con>h4:before, .partner_con>h4:before {
    display: inline-block;
    content: "";
    position: relative;
    top: 2px;
    width: 5px;
    height: 20px;
    background: #d9344c;
    border-radius: 7px;
    margin-right: 15px;
  }
  .about_div, .partner_div {
    margin-top: 35px;
  }
  .about_text1 {
    display: flex;
    flex-wrap: wrap;
  }
  .about_img {
    width: 222px;
  }
  .about_tit {
    width: 465px;
    padding: 10px 15px;
    background: #ebebeb;
    font-size: 11px;
    flex-grow: 1;
    text-indent: 2rem;
  }
  .about_text2 {
    padding: 30px 35px;
    font-size: 14px;
    background: #FFF;
  }
  .about_text2 h4 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
  }
  .about_text2 h4 em {
    color: #d9344c;
  }
  .about_text2 p {
    margin-top: 5px;
    padding-bottom: 10px;
  }
  .partner_con {
    width: 460px;
  }
  .partner_div {
    background: #FFF;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    border-right: none;
    border-bottom: none;
  }
  .partner_div a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 30%;
    flex-grow: 1;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    color:#333333;
  }
  .partner_div a:hover{
    transition: all 0.3s ease-in-out;
    background: #d9344c;
    color: #FFF;
    border-right: 1px solid #d9344c;
    border-bottom: 1px solid #d9344c;
  }
  .partner_div .cur {
    background: #d9344c;
    color: #FFF;
  }
}

/* Mobile */

@media (max-width: 768px) {
  /* 广告条 */
  .carousel-indicators .active {
    background: #d9344c;
  }
  /* 内容区 */
  /* section1 */
  .section1 {
    position: relative;
  }
  .Highlights {
    width: 100%;
    background: #FFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
  }
  .Highlights div {
    padding-top: 18px;
    display: flex;
    flex-wrap: wrap;
    height: 100px;
    align-items: center;
    width: 33.33%;
    justify-content: center;
    align-content: center;
  }
  .Highlights div:nth-of-type(odd) {
    background: #eeeeee;
  }
  .Highlights div>span:nth-of-type(1) {
    font-weight: 600;
    display: flex;
  }
  .Highlights div>span:nth-of-type(1) em {
    font-size: 24px;
    margin-right: 6px;
  }
  .Highlights div>span:nth-of-type(2) {
    margin-top: 5px;
    width: 100%;
    display: block;
    height: 36px;
    text-align: center;
    padding: 0px 20px;
    line-height: 18px;
    font-size: 12px;
  }
  /* section2 */
  .section2 {
    margin: 25px 0;
  }
  /* 左侧新闻 */
  .news_l {
    width: 100%;
    padding: 0 2%;
  }
  .news_l ul li {
    position: relative;
  }
  .new_img {
    width: 100%;
    height: auto;
  }
  .new_img img {
    width: 100%;
  }
  .news_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #0000009c;
    text-align: center;
  }
  .news_title a {
    font-size: 14px;
    color: #FFF;
  }
  .news_title a:hover {
    transition: all 0.3s ease;
    color: #d9344c;
  }
  /* 右侧新闻 */
  .news_r {
    width: 100%;
    padding: 0 2%;
  }
  .news_r>h4 {
    padding: 15px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .news_r>h4 span {
    position: relative;
    font-size: 15px;
    color: #333333;
    font-weight: 600;
    display: flex;
    align-items: center;
  }
  .news_r>h4 span:before {
    display: inline-block;
    content: "";
    position: relative;
    width: 5px;
    height: 20px;
    background: #d9344c;
    border-radius: 7px;
    margin-right: 15px;
  }
  .news_r>h4 a {
    font-size: 12px;
    color: #999999;
    float: right;
  }
  .news_box ul li {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .news_box ul li:nth-of-type(1) .index_news1_img, .news_box ul li:nth-of-type(1) .index_news1_introduce {
    display: block;
  }
  .index_news1_img, .index_news1_introduce {
    display: none;
  }
  .index_news1_img {
    float: left;
    width: 30%;
    overflow: hidden;
  }
  .index_news1_img img {
    width: 100%;
    height: auto;
  }
  .news_box ul li:nth-of-type(1) {
    margin-bottom: 15px;
  }
  .news_box ul li:nth-of-type(1) .index_news1_title {
    width: 65%;
    float: right;
    line-height: 25px;
    font-weight: 600;
  }
  .news_box ul li:nth-of-type(1) .index_news1_introduce {
    width: 65%;
    height: 40px;
    overflow: hidden;
    float: right;
  }
  .news_box ul li:nth-of-type(1) .index_news1_introduce p {
    font-size: 12px;
    color: #777777;
    line-height: 20px;
  }
  .news_box ul li:nth-of-type(1) .index_news1_time {
    margin-top: 10px;
    width: 100%;
    float: right;
    position: relative;
    display: none;
  }
  .index_news1_title {
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .index_news1_title a {
    font-size: 14px;
    color: #333;
  }
  .index_news1_title a:hover {
    transition: all 0.3s ease;
    color: #d9344c;
  }
  .index_news1_time {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: 12px;
  }
   /* 滚动新闻 */
   .news_b {
    position: relative;
    padding: 15px 5px 15px 30px;
    width: 100%;
    margin-top: 60px;
    background: #d9344c;
    overflow: hidden;
  }
  .news_b>span {
    position: absolute;
    left: 6px;
    top: 20px;
  }
  .news2_con ul li {
    height: 70px;
  }
  .news2_con a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-right: 20px;
    font-size: 14px;
    color: #FFF;
  }
  .news2_con span {
    font-size: 14px;
    color: #FFF;
    float: right;
    display: none;
  }
  .news2_con {
    width: 95%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .swiper-container1 {
    overflow: hidden;
  }
  .swiper-slide {
    padding-right: 20%;
  }
  .index_news2_box {
    position: relative;
  }
  .swiper-button-prev {
    position: absolute;
    left: 80%;
    top: 20px;
    width: 32px;
    height: 32px;
    background: #FFF;
    z-index: 99;
  }
  .swiper-button-next {
    position: absolute;
    right: 0;
    top: 20px;
    width: 32px;
    height: 32px;
    background: #000;
    z-index: 99;
  }
  .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    font-size: 16px;
    color: #333;
    font-weight: 600;
  }
  .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    font-size: 16px;
    color: #FFF;
    font-weight: 600;
  }
  /* section3 */
  .section3 {
    padding: 25px 2% 0 2%;
  }
  .project_title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .project_title>span {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    display: flex;
    align-items: center;
  }
  .project_title>span:before {
    display: inline-block;
    content: "";
    position: relative;
    width: 5px;
    height: 20px;
    background: #d9344c;
    border-radius: 7px;
    margin-right: 10px;
  }
  .project_title>p {
    margin-top: 12px;
    padding-left: 15px;
    font-size: 16px;
  }
  .project_title>a {
    font-size: 14px;
    color: #333;
    position: absolute;
    right: 5px;
    top: 2px;
  }
  /* 列表 */
  .project_div {
    padding-top: 15px;
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
  }
  .item_list {
    display: flex;
    flex-wrap: wrap;
    padding: 25px 25px;
    font-size: 14px;
    background: #FFF;
    border: 1px solid #e5e5e5;
  }
  .item_text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 25px;
    color: #666;
    margin-bottom: 10px;
  }
  .item_text em{
      color:red;
  }
  .item_text>div {
    display: flex;
    flex-wrap: wrap;
  }
  .item_text>span {
    color: #333;
  }
  .item_text:nth-of-type(1) {
    font-weight: 600;
    font-size: 14px;
  }
  .item_text:nth-of-type(1) div {
    color: #333333;
  }
  .item_text:nth-of-type(2), .item_text:nth-of-type(3) {
    width: 100%;
  }
  .explain>div {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    height: 100px;
    overflow: auto;
    padding: 15px 15px;
    border: 1px solid #e5e5e5;
    background: #f9f9f9;
  }
  .terminal>div span {
    color: #d9374b;
    border: 1px solid #d9374b;
    padding: 10px 15px;
    border-radius: 7px;
    margin-right: 15px;
    margin-bottom: 10px;
  }
  .terminal>div span:nth-of-type(1n) {
    color: #d9374b;
    border: 1px solid #d9374b;
  }
  .terminal>div span:nth-of-type(2n) {
    color: #ff5c00;
    border: 1px solid #ff5c00;
  }
  .terminal>div span:nth-of-type(3n) {
    color: #0096ff;
    border: 1px solid #0096ff;
  }
  .more a {
    display: inline-block;
    padding: 15px 25px;
    color: #666;
    font-size: 14px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-right: 20px;
  }
  .more a:hover {
    transition: all 0.3s ease;
    background: #d9354d;
    color: #FFF;
    border: 1px solid #d9354d;
  }
  /* 轮播按钮 */
  .swiper-pagination2 {
    text-align: center;
    position: relative;
    top: 15px;
  }
  .swiper-pagination2 span {
    width: 10px;
    height: 10px;
    border: 1px solid #d8344c;
    background: none;
    opacity: 1;
  }
  .swiper-pagination2 .swiper-pagination-bullet-active {
    background: #d8344c;
  }
  /* section4 */
  .section4 {
    padding: 25px 2% 0 2%;
    border-top: 1px solid #e5e5e5;
  }
  /* 轮播按钮 */
  .swiper-pagination3 {
    text-align: center;
    position: relative;
    top: 15px;
  }
  .swiper-pagination3 span {
    width: 10px;
    height: 10px;
    border: 1px solid #d8344c;
    background: none;
    opacity: 1;
  }
  .swiper-pagination3 .swiper-pagination-bullet-active {
    background: #d8344c;
  }
  /* section5 */
  .section5 {
    padding: 25px 2%;
    position: relative;
    border-top: 1px solid #e5e5e5;
  }
  .evaluate_tit h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    display: flex;
    align-items: center;
  }
  .evaluate_tit h4:before {
    display: inline-block;
    content: "";
    position: relative;
    top: 0;
    width: 5px;
    height: 20px;
    background: #d9344c;
    border-radius: 7px;
    margin-right: 15px;
  }
  .evaluate_con {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .evaluate_l {
    width: 100%;
    margin-bottom: 15px;
  }
  .evaluate_r {
    width: 100%;
    height: auto;
  }
  .evaluate_tit1 {
    width: 100%;
    padding: 0 2%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #d8344c;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .evaluate_tit1 a {
    font-size: 14px;
    color: #FFF;
  }
  .evaluate_r ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .evaluate_r ul li {
    width: 48%;
  }
  .evaluate_img2 {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .evaluate_img2 img {
    width: 100%;
    height: auto;
  }
  .evaluate_tit2 {
    padding: 15px 0;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .evaluate_tit2 a {
    color: #333;
    font-size: 14px;
  }
  .evaluate_tit2 a:hover {
    transition: all 0.3 ease;
    color: #d8344c;
  }
  /* section6 */
  .section6 {
    margin: 0px 0 25px 0;
  }
  .tel_div {
    display: flex;
    align-items: center;
  }
  .tel_div>div {
    height: 80px;
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    background: #666;
    padding-left: 25px;
    color: #FFF;
    font-size: 14px;
  }
  .tel_div>div:nth-of-type(2) {
    background: #d9344c;
  }
  .tel_div>div p {
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
  }
  /* section7 */
  /* 牛人平台服务流程 */
  .ServiceProcess {
    padding: 0px 2% 0 2%;
    position: relative;
    overflow: hidden;
  }
  .ServiceProcess>h6 {
    position: relative;
    font-size: 24px;
    color: #333333;
    padding-bottom: 30px;
    padding-left: 15px;
  }
  .ServiceProcess>h6:before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 25px;
    border-radius: 14px;
    background: #d9374b;
    position: absolute;
    left: 0;
    top: 0;
  }
  .tab_top {
    display: flex;
    height: 50px;
    text-align: center;
  }
  .tab_top span {
    flex-grow: 1;
    height: 50px;
    line-height: 50px;
    color: #FFF;
    font-size: 14px;
  }
  .tab_top span:nth-of-type(1) {
    background: #d9374b;
  }
  .tab_top span:nth-of-type(2) {
    background: #ff5c00;
  }
  .tab_top span:nth-of-type(3) {
    background: #5090bc;
  }
    .tab_con {
    padding: 0 2% 0 2%;
    width: 100%;
  }
  .tab_con>div {
    width: 100%;
    overflow: hidden;
    display: none;
  }
  .tab_con .cur {
    display: block !important;
  }
  .tab_top .active {
    background: red url(/images/process/bzfw_m.png) no-repeat right center !important;
    background-size: 82px auto !important;
  }
  .tab_con>div em {
    display: none;
  }
  .tab_div {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .tab_div>div {
    position: relative;
    width: 100%;
    padding: 0 0 25px 0;
    margin: 25px 0 46px 0;
    border-bottom: 1px solid #fbe3c4;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .tab_div>div::after{
    content: "";
    position: absolute;
    bottom: -46px;
    left: 50%;
    display: inline-block;
    width: 5px;
    height: 46px;
    background: url(/images/process/line_b.png) no-repeat center;
  }
  .tab_div>div:nth-last-of-type(1){
    border: none;
  }
  .tab_div>div:nth-last-of-type(1)::after{
    display: none;
  }
  .tab_div>div p {
    width: 180px;
    height: 90px;
    padding: 0 20px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
  }
  .tab1 p {
    background: url(/images/process/01.png) no-repeat center;
  }
  .tab2 p {
    background: url(/images/process/02.png) no-repeat center;
  }
  .tab3 p {
    background: url(/images/process/03.png) no-repeat center;
  }
  .tab4 p {
    background: url(/images/process/04.png) no-repeat center;
  }
  .tab5 p {
    background: url(/images/process/05.png) no-repeat center;
  }
  .server_tit {
    display: none !important;
  }
  /* 内容区广告图 */
  .Advertising img {
    margin: 25px 0 25px 0;
    max-width: 100%;
  }
  /* section8 */
  .section8 {
    padding: 0 2% 40px 2%;
  }
  .about_partner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .about_con {
    width: 100%;
  }
  .about_con>h4, .partner_con>h4 {
    font-size: 16px;
    font-weight: 600;
    color: #333333;
    display: flex;
    align-items: center;
  }
  .about_con>h4:before, .partner_con>h4:before {
    display: inline-block;
    content: "";
    position: relative;
    top: 0;
    width: 5px;
    height: 20px;
    background: #d9344c;
    border-radius: 7px;
    margin-right: 15px;
  }
  .about_div, .partner_div {
    margin-top: 25px;
  }
  .about_text1 {
    display: flex;
    flex-wrap: wrap;
  }
  .about_img {
    width: 111px;
    margin: 0 auto;
    display: none;
  }
  .about_tit {
    width: 100%;
    padding: 0px 15px 20px 15px;
    font-size: 11px;
    flex-grow: 1;
    text-indent: 20px;
    text-align: justify;
  }
  .about_text2 {
    padding: 25px 15px;
    font-size: 14px;
    background: #FFF;
    border: 1px solid #e5e5e5;
  }
  .about_text2 h4 {
    font-size: 14px;
    color: #333;
    font-weight: 600;
  }
  .about_text2 h4 em {
    color: #d9344c;
  }
  .about_text2 p {
    margin-top: 5px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    text-align: justify;
  }
  .about_text2 p:nth-last-of-type(1) {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .partner_con {
    width: 100%;
    margin-top: 25px;
  }
  .partner_div {
    background: #FFF;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-wrap: wrap;
    border-right: none;
    border-bottom: none;
  }
  .partner_div a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 30%;
    flex-grow: 1;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color:#333333;
  }
  .partner_div .cur {
    background: #d9344c;
    color: #FFF;
  }
}