/* 首页banner */
.index-banner .swiper-pagination-bullet{
    background-color:#fff;
    opacity: 0.5;
}
.index-banner  .swiper-pagination-bullet-active{
    background-color:#fff;
    opacity: 1;
}

/* 公司简介css */
.index-about {
    position: relative;
    z-index: 9;
    margin-top: 40px;
    
}

.index-about .about_box {
    width: 100%;
}

/* 标题css */
.index-about .about_box .index_title {
    width: 100%;
    text-align: center;
    position: relative;
}

.index-about .about_box .index_title span {
    display: inline-block;
    width: 316px;
    height: 3px;
    background-color: #666;
    opacity: 0.25;
}

.index-about .about_box .index_title h3 {
    padding: 4px 30px;
    color: #333;
    font-size: 28px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #fff;
    font-weight: 500;
    font-family: Source Han Sans CN;
}

.index-about .about_box .index_title h2 {
    font-family: Arial;
    font-size: 32px;
    color: #666666;
    margin: 10px 0;
    opacity: 0.54;
}

/* 简介内容css */
.index-about .about_box .index_box {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    margin-top: 20px;
}

.index-about .about_box .index_box .box_one {
    width: 56%;
    padding-top: 87px;
}

.index-about .about_box .index_box .box_two {
    width: 40%;
}

.index-about .about_box .index_box .box_one .one_title {
    width: 100%;
    text-align: right;
    color: #999;
    font-family: Source Han Sans CN;
    font-size: 16px;
    line-height: 23px;
    position: relative;
}

.index-about .about_box .index_box .box_one .one_title .ot2 {
    width: 100%;
    text-align: right;
    font-family: Source Han Sans CN;
    font-size: 24px;
    line-height: 23px;
    color: #666;
    margin: 12px 0 60px 0;
}

.index-about .about_box .index_box .box_one .one_title .ot2 span {
    width: 80px;
    height: 3px;
    display: inline-block;
    background-color: #025EDD;
    position: absolute;
    bottom: -12px;
    right: 0.5%;
}

.index-about .about_box .index_box .box_one .content {
    width: 890px;
    float: right;
    color: #666;
    font-size: 16px;
    line-height: 28px;
}

.index-about .about_box .index_box .box_two img {
    width: 640px;
    height: 571px;
    margin-left: 43px;
}

/* 解决方案css */
.index-yewu {
    position: relative;
    z-index: 10;
    margin-top: 7em;
}

.index-yewu .fangan_box {
    width: 100%;
    /* height: 720px; */
    background: url(../images/banner_bg.jpg) no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.index-yewu .fangan_box .index_title {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 76px 0 60px 0;
}

.index-yewu .fangan_box .index_title img {
    position: absolute;
    left: 50%;
    top: 23%;
    transform: translateX(-50%);
}

.index-yewu .fangan_box .index_title h3 {
    width: 10%;
    padding: 4px 30px;
    margin: 0 auto;
    color: #fff;
    font-size: 28px;
    /* position: absolute;
    left: 50%;
    top: 0; */
    /* transform: translateX(-50%); */
    /* background-color: rgba(240,243,246,0.8); */
    font-weight: 500;
    font-family: Source Han Sans CN;
}

.index-yewu .fangan_box .index_title h2 {
    font-family: Arial;
    font-size: 32px;
    color: #fff;
    margin: 10px 0;
    opacity: 0.54;
}

/* banner图 */
/* .index-yewu .fangan_box .swiper-container1 {
    width: 100%;
    height: 500px;
    position: relative;
    
} */
.index-yewu .fangan_box .yewu-swiper-container {
    width: 100%;
    height: 500px;
    position: relative;
    
}

.index-yewu .fangan_box .yewu-swiper-container #yewu-swiper .swiper-slide {
    width: 750px;
    height: 360px;
    /* margin:  0  50px!important; */
    text-align: center;
    font-size: 18px;
    background: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    opacity: 0.8;
    /* display: flex;
    justify-content: space-between; */
}
.index-yewu .fangan_box .yewu-swiper-container #yewu-swiper .swiper-slide-active
/* .yewu-swiper-container  .swiper-slide-duplicate-active  */
{
    width: 640px !important;
    transform: scale(1);
    opacity: 1;
}
.yewu-swiper-container #yewu-swiper .swiper-slide img{
    width: 290px;
    height: 360px;
}
.yewu-swiper-container #yewu-swiper .swiper-slide .slide_content{
    width: 386px;
    height: 100%;
    margin-left: 24px;
}
.yewu-swiper-container #yewu-swiper .swiper-slide .slide_content .slide_title{
    color: #161E30;
    font-size: 30px;
    text-align: left;
    margin: 40px 0 24px 0;
}
.yewu-swiper-container #yewu-swiper .swiper-slide .slide_content .slide_topic{
    width: 94%;
    color: #6F7685;
    font-size: 16px;
    text-align: left;
    margin-bottom: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}
.yewu-swiper-container #yewu-swiper .swiper-slide .slide_content .slide_btn{
    width: 200px;
    height: 44px;
    color: #F0F3F6;
    background-color: #004AA8;
    font-size: 18px;
    text-align: center;
    line-height: 44px;
    border-radius: 2px;
    cursor: pointer;
}

.yewu-swiper-container .swiper-pagination{
    display: block;
    position: relative;
    bottom: 60px !important;
    text-align: center;
}
.yewu-swiper-container .swiper-pagination-bullet{
    width: 50px;
    height: 6px;
    background-color: #fff;
    opacity: 0.4;
    border-radius: 0;
}
.yewu-swiper-container .swiper-pagination-bullet-active{
    width: 95px;
    opacity: 1;
}
/* 产品中心css */
.product-about {
    position: relative;
    z-index: 9;
    padding: 68px 0 116px 0;
    background-color: #f6f6f6;
    overflow: hidden;
}

.product-about .about_box {
    width: 100%;
}

/* 标题css */
.product-about .about_box .index_title {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}

.product-about .about_box .index_title span {
    display: inline-block;
    width: 316px;
    height: 3px;
    background-color: #666;
    opacity: 0.25;
}

.product-about .about_box .index_title h3 {
    padding: 4px 30px;
    color: #333;
    font-size: 28px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #f6f6f6;
    font-weight: 500;
    font-family: Source Han Sans CN;
}

.product-about .about_box .index_title h2 {
    font-family: Arial;
    font-size: 32px;
    color: #666666;
    margin: 10px 0;
    opacity: 0.54;
}
.product-about .about_box .index_box {
    width: 100%;
    /* display: flex; */
    margin-top: 20px;
    position: relative;
}

.product-about .about_box .index_box .box_list{
    width: 260px;
    margin: 0 20px 0 215px;
    margin-right: 29px;
}
.product-about .about_box .index_box .box_list ul li{
    height: 85px;
    color: #666;
    border: 1px solid #999;
    font-size: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
    cursor: pointer;
}
.product-about .about_box .index_box .box_list ul li span{
    margin-left: 20px;
}
.product-about .about_box .index_box .box_list ul li:nth-of-type(1),.product-about .about_box .index_box .box_list ul .check{
    background-color: #004AA8;
    color: #fff;
}

.product-about .about_box .index_box .box_list ul li:nth-of-type(2){
    background:url(../images/nongye.png) no-repeat;
    background-size: 100% 100%;
}
.product-about .about_box .index_box .box_list ul li:nth-of-type(3){
    background:url(../images/meikuang.png) no-repeat;
    background-size: 100% 100%;
}
.product-about .about_box .index_box .box_list ul li:nth-of-type(4){
    background:url(../images/xiaofang.png) no-repeat;
    background-size: 100% 100%;
}
.product-about .about_box .index_box .box_list ul li:nth-of-type(5){
    background:url(../images/yanglao.png) no-repeat;
    background-size: 100% 100%;
}
.product-about .about_box .index_box .box_list ul li:nth-of-type(2):hover{
    background:url(../images/select_nongye.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.product-about .about_box .index_box .box_list ul li:nth-of-type(3):hover{
    background:url(../images/select_meikuang.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.product-about .about_box .index_box .box_list ul li:nth-of-type(4):hover{
    background:url(../images/select_xiaofang.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.product-about .about_box .index_box .box_list ul li:nth-of-type(5):hover{
    background:url(../images/select_yanglao.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.product-about .about_box .index_box .box_list ul .check{
    color: #fff;
}
.product-about .about_box .index_box .box_list ul li{
    border-bottom: 0;
}
.product-about .about_box .index_box .box_list ul li:last-child{
    border-bottom: 1px solid #999;
}
.product-about .about_box .index_box .box_list ul li img{
    width: 30px;
    height: 30px;

}

.product-about .about_box .index_box .list_product{
    width: 1200px;
    
}
.product-about .about_box .index_box .list_product ul{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    /* justify-content: space-evenly;
    margin-right: auto; */
}
.product-about .about_box .index_box .list_product ul li{
    width: 380px;
    height: 430px;
    background-color: #fff;
    margin-right: 30px;
}
.product-about .about_box .index_box .list_product ul li:last-child{
    margin-right: 0;
}
.product-about .about_box .index_box .list_product ul li img{
    width: 100%;
    height: 293px;
}

.product-about .about_box .index_box .list_product ul li p {
    font-size: 18px;
    color: #333;
    margin: 14px 20px  14px 20px;
}
.product-about .about_box .index_box .list_product ul li p:hover{
    color:#004AA8;
    text-decoration:underline;
    cursor: pointer;
}
.product-about .about_box .index_box .list_product ul li div{
    margin: 0 20px 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product-about .about_box .index_box .list_product ul li div span{
    /* display: inline-block; */
    width: 237px;
    color: #999;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

}
.product-about .about_box .index_box .list_product ul li div img{
    width: 40px;
    height: 26px;
}
.product-about .about_box .index_box .moreBtn{
    width: 160px;
    cursor: pointer;
    margin-top: 50px;
    overflow: hidden;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #999;
    color: #999;

    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translateX(-50%);
}
.product-about .about_box .index_box .moreBtn:hover{
    background-color: rgb(0, 74, 168);
    color: #fff;
}
/* 服务范围css */
.services-about {
    position: relative;
    z-index: 9;
    padding: 65px 0 80px 0;
    overflow: hidden;
}

.services-about .about_box {
    width: 100%;
}

/* 标题css */
.services-about .about_box .index_title {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}

.services-about .about_box .index_title span {
    display: inline-block;
    width: 316px;
    height: 3px;
    background-color: #666;
    opacity: 0.25;
}

.services-about .about_box .index_title h3 {
    padding: 4px 30px;
    color: #333;
    font-size: 28px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #fff;
    font-weight: 500;
    font-family: Source Han Sans CN;
}

.services-about .about_box .index_title h2 {
    font-family: Arial;
    font-size: 32px;
    color: #666666;
    margin: 10px 0;
    opacity: 0.54;
}

.services-about .index_box{
    width: 100%;
}

.services-about .index_box .box_box{
    width: 78%;
    margin: 0 auto;
    display: flex;
}
.services-about .index_box .box_type{
    width: 358px;
    height: 438px;
    margin-right: 20px;
    position: relative;
}
.services-about .index_box .box_type img{
    width: 100%;
    height: 100%;
}
/* .services-about .index_box .box_one{
    background: url(../images/one.png) no-repeat;
    background-size: 100% 100%;
}
.services-about .index_box .box_two{
    background: url(../images/two.png) no-repeat;
    background-size: 100% 100%;
}
.services-about .index_box .box_three{
    background: url(../images/three.png) no-repeat;
    background-size: 100% 100%;
}
.services-about .index_box .box_four{
    background: url(../images/four.png) no-repeat;
    background-size: 100% 100%;
} */
.services-about .index_box .box_type:last-child{
    margin: 0;
}
.services-about .index_box .box_type .bottom{
    width: 100%;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 20px;
    background-color: #004AA8;
    color: #fff;
    position: absolute;
    bottom: 0;
}
.services-about .index_box .box_type .contentS{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
}
.services-about .index_box .box_type .contentS p {
    margin: 20px 0;
}

/* 服务范围css */
.news-about {
    position: relative;
    z-index: 9;
    padding: 68px 0 79px 0;
    overflow: hidden;
    background-color: #f5f5f5;
}

.news-about .about_box {
    width: 100%;
}

/* 标题css */
.news-about .about_box .index_title {
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 70px;
}

.news-about .about_box .index_title span {
    display: inline-block;
    width: 316px;
    height: 3px;
    background-color: #666;
    opacity: 0.25;
}

.news-about .about_box .index_title h3 {
    padding: 4px 30px;
    color: #333;
    font-size: 28px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-color: #f5f5f5;
    font-weight: 500;
    font-family: Source Han Sans CN;
}

.news-about .about_box .index_title h2 {
    font-family: Arial;
    font-size: 32px;
    color: #666666;
    margin: 10px 0;
    opacity: 0.54;
}
.news-about .about_box .index_box{
    width: 78%;
    margin: 0 auto;
}

.news-about .about_box .index_box .box_news_one,
.news-about .about_box .index_box .box_news_two{
    width: 704px;
    height:362px;
}

.news-about .about_box .index_box .box_news_one img{
    width: 100%;
    height: 268px;
}
.news-about .about_box .index_box .box_news_one .title{
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}
.news-about .about_box .index_box .box_news_one .title a:hover{
    color:#004AA8;
    text-decoration:underline;
    cursor: pointer;
}
.news-about .about_box .index_box .box_news_one .contenN{
    width: 98%;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #7B7B7B;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 22px;

}
.news-about .about_box .index_box .box_news_one .btn{
    width: 111px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    background: #004AA8;
    margin-top: 20px;
}

.news-about .about_box .index_box .box_news_two .news_box_type{
    display: flex;
    padding-bottom: 20px;
    margin-top: 20px;
    border-bottom: 1px solid #ddd;
}

.news-about .about_box .index_box .box_news_two .news_box_type:first-child{
    margin-top: 0;
}
.news-about .about_box .index_box .box_news_two .news_box_type:last-child{
    border-bottom: 0;
}
.news-about .about_box .index_box .box_news_two .news_box_type .date{
    width: 94px;
    height: 94px;
    border-radius: 3px;
    background-color: #004AA8;
    color: #fff;
    margin-right: 15px;
    text-align: center;
}
.news-about .about_box .index_box .box_news_two .news_box_type .date p{
    width: 100%;
}
.news-about .about_box .index_box .box_news_two .news_box_type .contentM{
    width: 588px;
}

.news-about .about_box .index_box .box_news_two .news_box_type .contentM .title{
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin: 10px 0 6px 0;
}
.news-about .about_box .index_box .box_news_two .news_box_type .contentM .title a:hover{
    color:#004AA8;
    text-decoration:underline;
    cursor: pointer;
}
.news-about .about_box .index_box .box_news_two .news_box_type .contentM .box_content{
    width: 100%;
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 12px;
    color: #7B7B7B;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 22px;
}

