﻿@charset "utf-8";
/*.see-info {
    height: 40px;
    background: #7FCC2C;
    text-align: center;
}*/
.see-info>span {
    line-height: 40px; 
    font-size: 16px; 
    color: #fff;
}
.see-info>span>a {
    height: 40px; 
    border: 2px solid #5D991B; 
    font-size: 14px; 
    padding: 3px 20px; 
    color: #5D991B;
    font-weight: 900;
    border-radius: 20px;
}
.banner-en .swiper-container {
  width: 100%;
  height: 100%;
}
.banner-en .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 290px;
  overflow: hidden;
}

.banner-en .swiper-container .swiper-slide>a{
	width: 100%;
}
.banner-en .swiper-container .swiper-slide>a>img{
	width: 100%;
}

.banner-en .swiper-container .swiper-pagination-bullet{
	border-radius: 0;
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1;
	filter: opacity(100);
}
.banner-en .swiper-container .swiper-pagination-bullet-active{
	background: #ff9313;
}
.banner-content {
    margin-top: -290px;
    height: 290px;
    position: relative;
    z-index: 99;
}
.banner-content .content-title{
    font-size:40px;color:#fff;
}
.banner-content .content-body{
    font-size:16px;
    color:#fff;
}
.banner-content .content-footer{
    margin-top:40px;
}
/*.banner-content .content-footer>a{
    padding: 20px 30px;
    color: #fff;
    background: #7FCC2C;
    font-size: 18px;
    outline:none;
}*/
.banner-content .content-footer>a:hover{
    background-color:#78bd2e
}

@media (min-width: 992px) and (max-width: 1200px) {
    .banner-en .swiper-container .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }
}
@media (min-width: 768px) and (max-width: 992px) {
    .banner-en .swiper-container .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }

}

@media (max-width: 768px) {
    .banner-en .swiper-container .swiper-wrapper {
        height: 120px !important;
    }
    .banner-en .swiper-container .swiper-wrapper .swiper-slide{
        height: 120px !important;
    }
}

