body {
  min-width: 1240px;
  max-width:100%;
  overflow-x: hidden;
  margin: 0 auto;

}
.container {
  width: 1240px;
  margin: 0 auto;
}
.banner {
  /*width: 1200px;*/
  margin: 0 auto;
}
.navbar {
  width: 100%;
}
.navbar-expand-lg .navbar-nav {
  flex-direction: row;
  justify-content: flex-end;
}
.col-md-4 {
  width: 33.33333333%;
}

.col-md-3 {
  width: 270px;
  
  /*height: 280px;*/
}
.index-business .col-md-3{
    width: 400px;
}
.index-business .col-md-3 img{
        width: 100%;
    height: 283px;
    object-fit: cover;
}
.col-md-3 > * {
  height: 100%;
}
.col-md-2 {
  width: 200px;
}
.animated .col-md-2 {
  width: 171px;
}
.row {
  justify-content: center;
}
.navbar {
  position: sticky;
  width: 100%;
  z-index: 99;
  top: 0;
}
.banner {
  padding-top: 0;
}
.animate-scale-img img {
  width: 100%;
    height: 180px;
    object-fit: cover;
}
footer .bg {
  width: 3000px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -500px;
  background: #4fa53a url(../images/footbg.png) center center no-repeat;
  z-index: 1;
}

footer {
  width: 100%;
  position: relative;
}
.clear,
.layout {
  position: relative;
  z-index: 99;
}
.index-speciality .row {
  justify-content: flex-start;
}
.index-speciality .row li {
  width: 90%;
}
/* 底部导航 */
/*! CSS Used from: http://36.yctoubiao.com/static/page/style.css */

#dis {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  flex-direction: column;
}
#dis img {
  width: 60px;
}
.centers {
  display: flex;
  align-items: center;
}
.centers img {
  width: 90px;
}
.centers i {
  color: #fff;
  margin-left: 10px;
}
.arrows{
    height: 40px;
    top: 222px;
}
.arrows .arrow-right {
    display: inline-block;
            width: 13px;
            height: 13px;
            margin-top: 20px;
            border-top: 2px solid #4eab1a;
            border-right: 2px solid #4eab1a;
            transform: matrix(0.7071067811865475, 0.7071067811865476, -0.7071067811865476, 0.7071067811865475, 0, 0);
}
/* 六边形 */
.animated li{
    padding-top: 40px;
}
.index-major ul li p {
  width: 100px;
  height: 55px;
  background: #4eab1a;
  position: relative;
  margin: auto;
  /*padding-top: 20px;*/
}
.index-major ul li p:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 25px solid #4eab1a;
}
.index-major ul li p:after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 0;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid #4eab1a;
}
/*轮播图联系方式*/
input, button {
    outline: none;
    border: none;
}
.swiper-txt .swiper-txt-title {
    color: #FFF;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 0.1rem;
    font-weight: bold;
}
.swiper-txt .swiper-txt-inp {
    margin: 20px 0;
}
.swiper-txt .swiper-txt-inp input {
    width: 250px;
    height: 40px;
    border-radius: 5px;
    margin: 10px 0;
    padding-left: 10px;
}
.swiper-txt .swiper-txt-inp input::-ms-input-placeholder {
    text-align: center;
}
 .swiper-txt input::-webkit-input-placeholder {
    text-align: center;
}
.swiper-txt {
    margin-bottom: 10px;
    padding: 10px;
    position: absolute;
    z-index: 10;
    top: 50%;
    transform: translateY(-50%);
    left: 70%;
    background-color: #38383854;
    border-radius: 10px;
}
.swiper-txt button {
    width: 250px;
    height: 40px;
    background-color: #ffc600;
    color: #4a3e58;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}
.swiper-txt .swiper-txt-bottom {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    text-align: center;
}
/**/
.border-l{
    border-left: 10px solid #4eab1a;
}
/**/
.wows {
        justify-content: space-around;
}
.wows li{
    width: 30%;
    height: 300px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 0 5px #999;
    background-color: #fff;
}
.wows li span{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.wows li p{
    padding: 0 20px;
}
.wows li div{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-bottom: 50px;
    border-radius: 40px;
        background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.wows li .tri{
    width: 0;
    height: 0;
    border: 50px solid;
    border-radius: 0px;
    border-color: transparent transparent red;
    position: absolute;
    top: -50px;
    left: -50px;
    transform: rotate(315deg);
}
.wows li .tri::after{
        display: block;
    position: absolute;
    content: "推荐";
    top: 21px;
    left: -16px;
    color: #FFF;
    width: 33px;
    height: 20px;
}