/* 大 banner 图 */
.swiper-container {
    width: 100%;
    position: relative;
}

.banner .swiper-slide {
    width: 100%;
}

.banner .swiper-slide img {
    width: 100%;
}

/*包裹自定义分页器的div的位置等CSS样式*/
.swiper-container .swiper-pagination-custom {
    bottom: 2%;
    right: 50%;
    height: 20px;
    text-align: center;
}

/*自定义分页器的样式，这个你自己想要什么样子自己写*/
.swiper-pagination-customs {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    /* opacity: .3; */
    /* box-shadow: 0 0 2px #000; */
    margin: 0 5px;
    outline: 0;
}

/*自定义分页器激活时的样式表现*/
.swiper-pagination-customs-active {
    opacity: 1;
    background-color: #999;
}

/* 自定义导航按钮 颜色 */
.swiper-container {
    /* 设置Swiper风格 */
    /* --swiper-theme-color: #ff6600; */
    /* 单独设置按钮颜色 */
    --swiper-navigation-color: #fff;
    /* 设置按钮大小 */
    --swiper-navigation-size: 44px;
}

.swiper-container .hide {
    opacity: 0;
}

.swiper-button-next,
.swiper-button-prev {
    transition: opacity 0.5s;
}

/* 间歇 滚动 */
.banner2 {
    margin: 20px 0;
}

.banner2 .swiper-container {
    padding: 0 10px;
    width: 100%;
    height: 100%;
}

.banner2 .swiper-slide2 {
    position: relative;
}

.banner2 .swiper-slide2 a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner2 .swiper-slide2 a img {
    width: 100%;
}

.banner2 .banner-name {
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 100%;
    padding-left: 5px;
    z-index: 5;
    font-size: 20px;
    color: #fff;
}

/* 公司简介 */
.companyprofile {
    margin: 30px 0 15px;
    padding: 10px 0;
}

/*伪元素是行内元素 正常浏览器清除浮动方法*/
.companyprofile:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.companyprofile .video {
    float: left;
    width: 50%;
}

.companyprofile .container {
    position: relative;
    width: 100%;
}

.vtit {
    overflow: hidden;
}

.vtit img {
    width: 100%;
    transition: all 1s;
}

.vtit img:hover {
    transform: scale(1.3);
    transition: all 1s;
}

.videoed {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.videos {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.vclose {
    position: absolute;
    right: 1%;
    top: 1%;
    border-radius: 100%;
    cursor: pointer;
}

.companyprofile .brief {
    float: left;
    width: 50%;
}

.brief .brief_h {
    padding: 0 10%;
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8em;
}

.brief_h:hover {
    color: #6aa84f;
}

.brief_infor a {
    display: block;
    padding: 0 10%;
    height: 180px;
    font-size: 16px;
    line-height: 2em;
    text-align: left;
    color: #333;
    overflow: hidden;
}

/* 企业服务 */
.service_box {
    margin: 15px 0 50px;
    display: flex;
    justify-content: space-evenly;
    padding-right: 10px;
}

.service_item {
    width: 25%;
}

.service_item a {
    position: relative;
    display: block;
    margin-left: 10px;
}

.service_item_img img {
    width: 100%;
}


.service_item_h {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.service_item a:hover .service_item_h {
    display: block;
}

.service_item_h::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.service_item_h span {
    color: #fff;
    font-size: 20px;
}

/* 新闻中心 */

.home_news {
    padding: 10px;
    overflow: hidden;
    margin-bottom: 45px;
}

.news_banner {
    float: left;
    width: 50%;
    padding-right: 10px;
}

.news_banner .swiper-container {
    position: relative;
    width: 100%;
}

.news_banner .swiper-slide {
    width: 100%;
    position: relative;
}

.news_banner .swiper-slide a {
    display: block;
    width: 100%;
}

.news_banner .swiper-slide img {
    width: 100%;
}

.news_banner .news_banner_h {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 3;
    line-height: 34px;
    color: #e8e8e8;
}

.news_banner_h p {
    width: 60%;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-indent: 10px;
}

/*包裹自定义分页器的div的位置等CSS样式*/

.news_banner .news_banner-pagination {
    bottom: 2%;
    right: 5%;
    height: 20px;
    text-align: right;
}

/*自定义分页器的样式，这个你自己想要什么样子自己写*/
.swiper-pagination-customs2 {
    width: 20px;
    height: 20px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    border: 1px solid #1dab43;
    /* opacity: .3; */
    /* box-shadow: 0 0 2px #000; */
    margin: 0 5px;
    outline: 0;
}

/*自定义分页器激活时的样式表现*/
.swiper-pagination-customs-active2 {
    opacity: 1;
    color: #333;
    background-color: #1dab43;
}

/* 自定义导航按钮 颜色 */
.news_banner .swiper-container {
    /* 设置Swiper风格 */
    /* --swiper-theme-color: #ff6600; */
    /* 单独设置按钮颜色 */
    --swiper-navigation-color: #fff;
    /* 设置按钮大小 */
    --swiper-navigation-size: 44px;
}

.home_news_list {
    width: 50%;
    float: left;
    padding-left: 10px;
    padding-right: 40px;
}

.home_news_h {
    padding: 0 10%;
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.8em;
}

.home_news_h:hover {
    color: #1dab43;
}

.home_news_item {
    margin-bottom: 12px;
    overflow: hidden;
}

.home_item_time {
    float: left;
    background-color: #1dab43;
    border: 1px solid #1caa41;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 25px;
    padding: 5px 0;
    width: 60px;
}

.home_time_month {
    font-size: 14px;
    text-align: center;
    line-height: 1.9em;
    letter-spacing: 0;
    color: #fff;
}

.home_time_days {
    font-size: 24px;
    text-align: center;
    line-height: 1.2em;
    letter-spacing: 0;
    color: #fff;
    font-weight: normal;
}

.home_item_text {
    /* float: left; */
    margin-left: 85px;
}

.home_item_text h3 {
    width: 100%;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.home_item_text h3 a {
    font-size: 16px;
    color: #545454;
    font-weight: 700;
    line-height: 1.7em;
}

.home_item_text h3 a:hover {
    color: #1c4587;
}

.home_item_text p {
    margin: 0;
    height: 3em;
    line-height: 1.5;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}