@charset "UTF-8";
*{
    color:inherit;text-decoration: none;margin:0;padding:0;list-style: none;
}
::selection{
    background:#04763d;
    color:#ffffff;
}
::-moz-selection{
    background:#04763d;
    color:#ffffff;
}
::-webkit-selection{
    background:#04763d;
    color:#ffffff;
}
body{
    font-size: 14px;
    margin: auto;
    /*min-width: 1200px;*/
    font-family: "Noto Sans SC";
    font-weight: 100;
    /*cursor: url('pointer2.png')  , default;*/
}

a{
    /*cursor: url('pointer2.png')  , default;*/
}
img{
    width: 100%;
    display: block;
}
.active{
    color:#04763d !important;
    border-bottom: 2px solid #04763d !important;
}

.active1{
    color:black !important;;
}
.active2{
    background: #04763d !important;
    color: white !important;
}
.active3{
    color: #04763d !important;
}
.clear{
    clear: both;
}
.container{
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    padding:0 7px
}
/*轮播样式*/
.swiper1{
    max-height: 600px;
    max-width: 1920px;
    margin: auto;
    overflow: visible !important;
}
.swiper1 .swiper-pagination-bullet-active{
    background: white;
}
.swiper1 .swiper-button-prev, .swiper-button-next{
    color: white;
    background: rgba(0, 0, 0, 0.31);
    height: 65px;
    width: 65px;
    overflow: hidden;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 40px;
}
.swiper1 .swiper-button-prev:hover, .swiper1 .swiper-button-next:hover{
    background: rgba(0, 0, 0, 0.5);
}


.swiper1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    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;
}


/*头部样式*/
.hd_space{
    height: 83px;
    display: none;
}
.hd1{
    background: #04763d;
    color: white;
    height: 50px;
    line-height: 50px;
}
.hd2{
    z-index: 10000;
}
.hd1_contant{
    float: right;
}
.hd1_contant1{
    float: left;
}
.logo{
    float: left;
    width: 225px;
}
.hd2_nav{
    float: right;
    margin-top: 18px;
    height: 50px;
    line-height: 50px;
}
.hd2_nav_li{
    padding: 0 20px;
    float: left;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.hd2_nav_li:hover .hd2_cnav{
    display: block;
}
.nav-link:hover{
    color: #04763d;
    border-bottom: 2px solid #04763d;
    transition: all 0.4s;
}

.hd2_cnav{
    display: none;
    position: absolute;
    z-index: 1000000;
    background: rgba(0, 136, 131, 0.42);
    color: white;
    width: 120px;
    text-align: center;
    font-size: 14px;
    padding: 12px;
    transform: translateX(-25%);
}
.hd2_cnav_li{
    line-height:26px
}
.hd2_cnav_li:hover{
    color: #04763d;
}
.hd2_nav_li:last-child .hd2_cnav{
    display: none;
}
.hd2_in{
    position: relative;
}
.pmenu{
    position: absolute;
    line-height: 83px;
    font-size: 35px;
    left: 6%;
    color: #04763d;
    display: none;
}

.hd3{
    display: none;
}
.hd3_nav{
    float:left;
    width: 70%;
    color:white;
    text-align: center;
    box-sizing: border-box;
    padding:35px 0;
}
.hd3_nav_li{
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    font-size: 16px;
}
.hd_bk{
    width: 30%;
    height: 100%;
    float: right;
}

/*首页视频模块样式*/
.indexV{
    padding: 40px 0;
    position: relative;
}
.indexV_v{
    position: absolute;
    z-index: 100;
    margin-top: 15px;
}
.indexV_in{
    position: relative;
}
.company_pro{
    background: #04763d;
    height: 450px;
    width: 600px;
    float: right;
    color: white;
}
.company_pro_in{
    float: right;
    width: 70%;
    margin-top: 20px;

}
.company_pro_in p{
    margin: 10px 30px 10px 20px;
    line-height: 28px;
    border: 1px solid transparent;
}
.company_pro_in p:nth-of-type(1){
    margin-bottom: 39px;
    font-size: 35px;
    font-weight: bold;
    margin-top: 37px;
}
.company_more{
    padding: 8px 22px;
    color: black;
    background: white;
    float: right;
    margin-right: 40px;
    margin-top: 20px;
    border-radius: 20px;
    font-weight: bold;
}
.company_more:hover{
    color: white;
    background: black;
}

/*首页产品样式*/
.title_out{
    margin: 60px 0 30px;
}
.title{
    text-align: center;
    font-size: 32px;
    color:black;

}
.title p:nth-child(1){
   letter-spacing: 3px;
    font-size: 33px;
}
.title p:nth-child(2){
/*    font-weight: 100;*/
}

.title p:nth-child(3){
    height: 4px;
    width: 37px;
    background:black;
    margin:20px auto 0;
}
.indexP_out{
    margin: 20px 0;
    padding: 40px 0 75px;
    background: #0a6aa1;
    background: url("../img/beijing.jpg") no-repeat center fixed;
    background-size: cover;
}
.indexP_out .title{
    color: white
}
.indexP_con{
    margin-top:60px
}
.swiper2{
    height: 100%;
}
.swipera1{
    display: block;
    width: 100%;
}
.swiper2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    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;
    transition: 300ms;
    transform: scale(0.8);
}
.swiper2 .swiper-slide{
    height: 100%;
}
.swiper2 .swiper-slide-active,.swiper2 .swiper-slide-duplicate-active{
    transform: scale(1);
}
.indexP_items{
    box-sizing: border-box;
    text-align: center;
    max-width: 375px;
    height: 375px;
    position: relative;
    color: white;
}
.swier2_title{
    width: 100%;
    position: absolute;
    font-size: 30px;
    color: #04763d;
    font-weight: bold;
    margin-top: 20px;
}
.swier2_link{
    position: absolute;
    right: 8%;
    font-size: 13px;
    bottom: 4%;
    height: 30px;
    line-height: 30px;
    width: 79px;
    background: #04763d;
    color: white;
    border-radius: 15px;
    text-align: center;
}


.indexP_items_title{
    font-size: 30px;
    margin-bottom: 30px;
}
.indexP_items_link{
    margin: 30px 0 10px;
    font-size: 26px;
    display: inline-block;
    border: 1px solid white;
    padding: 6px 13px;
}




/*首页新闻样式*/
.indexN_out{
    margin:20px 0;
    padding: 20px 0;
}
.indexN_con{
    margin-top: 60px;
}
.indexN_left{
    width: 45%;
    float: left;
    background:#04763d;
}
.indexN_left_img{
    height: 368px;
    overflow: hidden;
}
.indexN_left_con{
    padding: 10px 10px;
    color: white;
}
.indexN_left_con p{
    line-height: 22px;
}
.indexN_left_con p{
    font-weight: bold;
    font-size: 18px;
}
.indexN_left_con div{
    margin-top: 10px;
    display:-webkit-box;/*转成老版本的弹性盒子*/
    -webkit-line-clamp:2;/*在哪一行显示省略号*/
    -webkit-box-orient: vertical;/*设置方向 垂直方向生*/
    overflow:hidden
}
.indexN_right{
    width: 52%;
    float: right;
}
.indexN_right_items{
    /*border: 1px solid lightgrey;*/
    margin-bottom: 22px;
    height: 138px;
    overflow: hidden;
    background: #F6F7F7;
    box-shadow:0px 0px 0px rgba(0, 136, 131, 0.16);
    transition: all 0.5s;
}
.indexN_right_items:hover{
    box-shadow:2px 2px 5px rgba(0, 136, 131, 0.16);
}

.indexN_right_img{
    width: 30%;
    float: left;
}
.indexN_right2{
    width: 65%;
    float: right;
}
.indexN_right2 p{
    /*line-height: 26px;*/
    padding-right: 10px;
    margin-top: 15px;
    color: #717070;
    display:-webkit-box;/*转成老版本的弹性盒子*/
    -webkit-line-clamp:2;/*在哪一行显示省略号*/
    -webkit-box-orient: vertical;/*设置方向 垂直方向生*/
    overflow:hidden
}
.indexN_right2 p:nth-child(1){
    -webkit-line-clamp:1;
    margin-top: 20px;
    font-weight: bold;
    font-size: 16px;
}
.indexN_date{
    text-align: right;
    margin-top: 20px;
}


/*首页联系我们模块*/
.indexC_out{
    margin-bottom: 60px;
}
.indexC_con{
    margin-top: 60px;
}
.indexC_left{
    float: left;
    width: 48%;
    color:#04763d;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.indexC_left p{
    margin-bottom: 20px;
}
.indexC_left p:nth-child(1){
    margin-bottom: 30px;
    margin-top: 60px;
    font-size: 30px;
}
.indexC_rigth{
    float: right;
    width: 48%;
}

/*页面banner模块*/
.pageBanner{
    height: 430px;
   /* background: url("../img/xw1.png") no-repeat center;
    background-size: cover;*/
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 70px;
    color: white;
    letter-spacing: 6px;
}
.position{
    color: #04763d;
    padding:20px 7px;
    font-size: 16px;
    border-bottom: 1px solid #04763d;
}
.position i{
    color: #00a0e9;
    margin-right: 4px;
    font-size: 19px;
}

/*关于志迪*/
.aboutUs_con{
    font-size: 25px;
    margin: 40px auto;
    max-width: 960px;
}
.aboutUs_con article{
    font-size: 16px;
}
.aboutUs_nav{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.aboutUs_nav_li{
    padding: 10px 16px;
    background: #E9E9E9;
    margin: 0 4px 5px;
    width: 80px;
    text-align: center;
    transition: all 0.5s;
}
.aboutUs_nav_li:hover{
    background: #04763d;
    color: white;
}

/*案例列表页*/
.productlist_out{
    padding-top: 40px;
}
.product{
    max-width: 960px;
}
.productlist_item{
    overflow: hidden;
}
.productlist_items{
    float: left;
    width: 32%;
    margin: 20px 0.5% 40px;
    box-sizing: border-box;
    border:1px solid rgba(57, 177, 160, 0.45);
    transition: all 0.5s;
    transform: translateY(0);
    position: relative;
}
.productlist_items:hover{
    transform: translateY(-20px);
}
.priductlist_items_title{
    text-align: center;
    font-size: 16px;
    padding: 8px;
    background: #04763d;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 0;
    width:100%;
    box-sizing: border-box;
}
/*案例详情页样式*/
.product_con{
    overflow: hidden;
}
.product_title{
    margin: 40px 0;
    text-align: center;
    color: #04763d;
    font-weight: bold;
    font-size: 29px;
    border-bottom: 1px dashed #04763d;
    padding-bottom: 40px;
}
.product_title p{
    font-size: 14px;
    margin-top: 5px;
}
.product_con_ico{
    width: 50%;
    float: left;
    margin-right: 40px;
}
.product_con_article p{
    line-height: 26px;
}
.product_con_article img{
	width: 100%;
	display: block;
	margin: auto;
}

.an{
    margin: 40px 0;
    display: flex;
    justify-content: space-around;
}
.an a:nth-child(1){
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #04763d;
    transition: all 0.5s;
}
.an a:nth-child(2){
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #04763d;
    transition: all 0.5s;
}
.an a:nth-child(1):hover{
    background: #04763d;
    color: white;
}
.an a:nth-child(2):hover{
    background: #04763d;
    color: white;
}



/*分页样式*/
.pagination{
    text-align: center;
}
.page-item{
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #04763d;
    transition: all 0.5s;
}
.page-num{
    display: inline-block;
    padding: 6px 12px;
    border: 1px solid #04763d;
    transition: all 0.5s;
}

.page-item:hover{
    background: #04763d;
    color: white;
}
.page-num:hover{
    background: #04763d;
    color: white;
}
.pageout{
    margin: 40px auto;
    text-align: center;
}
.page-num-current{
    background: #04763d;
    color: white;
}

/*新闻列表页样式*/
.newslist{
    margin-top: 30px;
}
.newslist_left{
    float: left;
    width: 20%;
}
.newslist_title{
    font-size: 25px;
}
.newslist_nav_li{
    padding: 13px 0;
    border-bottom: 1px solid black;
    font-size: 20px;
    transition: all 0.5s;
}
.newslist_nav_li:hover{
    border-bottom: 1px solid #04763d;
    color: #04763d;

}
.newslist_right{
    float:right;
    width: 72%;
}
.newslist_item{
    border-bottom: 1px dashed lightgrey;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 15px;
    transition: all 0.5s;
}
.newslist_item:hover{
    color:#04763d;
}
.newslist_right_img{
    float: left;
    width: 23%;
    height: 146px;
    box-sizing: border-box;
    border: 1px solid lightgrey;
    overflow: hidden;
}
.newslist_right_two{
    width: 74%;
    float: right;
}
.newslist_right_title{
    font-size: 20px;
    margin-bottom: 15px;
    display:-webkit-box;/*转成老版本的弹性盒子*/
    -webkit-line-clamp:1;/*在哪一行显示省略号*/
    -webkit-box-orient: vertical;/*设置方向 垂直方向生*/
    overflow: hidden;
}


.newslist_right_des{
    display:-webkit-box;/*转成老版本的弹性盒子*/
    -webkit-line-clamp:3;/*在哪一行显示省略号*/
    -webkit-box-orient: vertical;/*设置方向 垂直方向生*/
    overflow:hidden;
    color: #333333;
}
.newslist_date{
    margin-top: 20px;
    float: right;
}
/*实体展示*/
.aboutUs_st{
    overflow: hidden;
    margin-top: 40px;
}
.aboutUs_st_img{
    float: left;
    width: 32%;
    overflow: hidden;
    margin: 0 0.66% 20px;

}
.aboutUs_st_img img{
    transition: all 0.8s;
    transform: scale(1);
}
.aboutUs_st_img img:hover{
    transform: scale(1.3);
}
.aboutUs_qd .aboutUs_st_img{
    border: 1px solid #04763d;
    box-sizing: border-box;
    border-radius: 10px;
}


/*底部样式*/
.ft_out{
    background: #04763d;
    padding: 30px 0;
    color: white;
}
.ft{
    overflow: hidden;
}
.ft_nav{
    overflow: hidden;
    float: left;
    width: 65%;
    display: flex;
    justify-content: space-between;
}
.ft_nav_li{
    float: left;
    width: 16.6667%;
    line-height: 28px
}
.ft_right{
    width: 35%;
    float: right;
    display: flex;
    justify-content: space-between;
}
.ft_right div{
    float: left;
    width:30%;
    text-align: center;
}

.ft_right1 p{
    text-align: left;
    font-size: 16px;
    margin-bottom: 8px;
}
.ft_right1 p:nth-child(1){
    font-size: 18px;
    font-weight: bold;
}
.ft2{
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-top: 1px dashed black;
    margin-top: 30px;
}
.ft2 span{
    margin: 0 15px;
    color: black;
}


@media screen and (max-width: 640px){
    body{
        min-width: auto;
    }
    header{
        position: fixed;
        top: 0;
        left: 0;
        background: white;
        width: 100%;
        z-index: 10000;
    }
    .hd_space{
        display: block;

    }
    .hd1{
        display: none;
    }
    .hd2_nav{
        display: none;
    }
    .logo{
        margin: auto;
        float: none;
    }
    .pmenu{
        display: block;
    }
    .hd3{
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.27);
        top: 0;left: 0;
        z-index: 1000000;
        transform: translateX(-100%);
        transition: all 0.5s;
    }
    .hd3_nav{
        background: rgba(0, 0, 0, 0.8);
        width: 70%;
        height: 100%;
    }
    .indexN_left{
        width: 100%;
        margin-bottom: 20px;
    }
    .indexN_right{
        width: 100%;
    }
    .indexV_v{
        display: none;
    }
    .company_pro_in p:nth-of-type(1){
        margin-bottom: 20px;
        font-size: 35px;
         font-weight: normal;
         margin-top:0;
    }
    .company_pro{
        width: 100%;
        height: 100%;
    }
    .company_pro_in{
        width: 100%;
    }
    .company_more{
        width: 38%;
        box-sizing: border-box;
        margin: 0 10px 10px 0;
        text-align: center;
        background: white;
        color: black;
    }
    .indexC_con{
        margin-top: 0;
    }
    .indexC_left{
        width: 100%;
    }
    .indexC_rigth{
        width: 100%;
    }
    .productlist_items{
        width: 48%;
        margin: 0 1% 40px;
        transition: all 0.5s;
        transform: translateY(0);
        position: relative;
    }
    .newslist_left{
        width: 100%;
    }
    .newslist_nav_li{
        border-bottom: 1px solid #04763d;
    }
    .newslist_right{
        width: 100%;
        margin-top: 25px;
    }
    .newslist_right_img{
        width: 30%;
        height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .newslist_right_two{
        width: 68%;
    }
    .newslist_right_des{
        -webkit-line-clamp: 2;
    }
    .newslist_date {
        margin-top: 11px;
        font-size: 12px;
    }
    .ft_nav{
        display: none;
    }
    .ft_right{
        width:100%
    }
    .ft2{
        display: none;
    }
    .indexN_right_img{
        height: 140px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .aboutUs_con article{
        font-size: 14px;
    }
    .swiper1{
        overflow: hidden !important;
    }
    .swiper1 .swiper-button-next, .swiper1 .swiper-button-prev{
        display: none;
    }
    .product_title{
        margin: 10px 0;
        font-size: 19px;
        padding-bottom:10px
     }
    .product_title p{
        font-size: 12px;
    }
    .aboutUs_st_img{
        width: 100%;
    }
    .productlist_items{
        width: 100%;
    }
    .ft_right1 p{
        font-size: 14px;
    }
    .pageBanner{
        height: 220px;
        font-size: 30px;
    }
    .swier2_link{
        bottom: 60px;
    }

}


