﻿.home-cerit{padding:3% 0}
.home-cerit .indexcertiSwiper{margin-top:20px}
.bodybot {background: #fff;padding: 3% 0;}
.bodybot-feed {display: flex;display: -webkit-flex;justify-content: space-between;-webkit-justify-content: space-between;-webkit-align-items: center;align-items: center;position: relative;}
.bodybot-feed .title {-webkit-flex: 1;flex: 1;margin-right: 130px;}
.bodybot-feed .title .h3 {font-size: 44px;color: var(--title-text-color);font-weight: 600;line-height: 1.3;}
.bodybot-feed .title p {font-size: 16px;color: #717171;}
.bodybot-feed .feedback-input {width: 48%;position: relative;display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
.bodybot-feed .feedback-input input {-webkit-flex: 1;flex: 1;height: 65px;line-height: 65px;background: #f2f2f2;border: none;overflow: hidden;color: #333;padding: 0 15px;font-size: 18px;border-radius: 10px 0 0 10px;outline: 0;}
.bodybot-feed .feedback-input .feedback-btn {background: var(--color);font-size: 24px;color: #fff;width: 230px;text-align: center;height: 65px;display: block;cursor: pointer;border-radius: 0 10px 10px 0;border: none;font-weight: 600;transition:all .3s}
.bodybot-feed .feedback-input .feedback-btn:hover {background: var(--fontcolor);}

.bodybot-contact {border-top: 1px solid #dbdbdb;margin-top: 60px;padding-top: 60px;display: -webkit-flex;display: flex;-webkit-justify-content: space-between;justify-content: space-between;}
.bodybot-contact .item {flex: 1;display: -webkit-flex;display: flex;-webkit-align-items: center;align-items: center;}
.bodybot-contact .item .icon {width: 100px;height: 100px;line-height: 100px;background: #eeefea;border-radius: 50%;display: -webkit-flex;display: flex;-webkit-justify-content: center;justify-content: center;-webkit-align-items: center;align-items: center;}
.bodybot-contact .item .icon a{display: flex;align-items: center;}
.bodybot-contact .item .icon em {color: var(--color);font-size: 60px;color: var(--color-primary);}
.bodybot-contact .item .info {-webkit-flex: 1;flex: 1;margin-left: 20px;}
.bodybot-contact .item .info .title {font-size: 18px;line-height: 1;color: #141414;font-weight: 600;}
.bodybot-contact .item .info p {font-size: 18px;color: #717171;line-height: 24px;margin: 20px 0 0;}
@media (max-width:768px) {
.bodybot-feed{flex-wrap: wrap;}
.bodybot-feed .title{margin: 0;}
.bodybot-feed .feedback-input{width: 100%;margin-top: 20px;}
}
.home-banner .swiper-slide>a::after {background: #1515151f;}
@media (max-width:1025px) {
.bodybot-contact{flex-wrap: wrap;}
.bodybot-contact .item{width: 100%;margin-bottom: 20px;}
}
.btn{text-align: center;margin-top: 20px;}

