/*banner*/
.banner{position: relative;}
.banner img{width: 100%;display: block;}
.banner .banner-con{position: absolute;width: 63%;left: 0;right: 0;top: 30%;text-align: center;margin: 0 auto;}
.banner-con .title{margin-bottom: 22%;color: #c60f0f;font-weight: bold;}
.banner-con .text1{font-size: 38px;}
.banner-con .text2{font-size: 60px;}

@media only screen and (max-width: 480px) {
	.banner{padding-top: 50px;}
	.banner .banner-con{width: 90%;top: 40%;}
	.banner-con .text1{font-size: 24px;}
	.banner-con .text2{font-size: 18px;letter-spacing: 2px;}
}

.ser-con{width: 63%;margin: 3rem auto;overflow: hidden;}
.ser-con .title{text-align: center;color: #424242;margin-bottom: 1rem;}
.ser-con .tit{font-size: 28px;font-weight: bold;}
.ser-con .entit{font-size: 18px;}
.ser-con ul{overflow: hidden;}
.ser-con ul li{width: calc(25% - 1rem);display: block;float: left;padding: 0.5rem;overflow: hidden;}
.ser-con ul li .img{overflow: hidden;}
.ser-con ul li img{width: 100%;display: block;object-fit: cover;max-height: 190px;}
.ser-con ul li .content{overflow: hidden;padding: 5% 2%;text-align: center;color: #424242;}
.ser-con ul li .text1{font-size: 18px;font-weight: bold;}
.ser-con ul li .text2{font-size: 15px;}
.ser-con ul li img{ transition:all 0.7s ease-in-out 0s; -webkit-transition:all 0.7s ease-in-out 0s; -moz-transition:all 0.7s ease-in-out 0s; -o-transition:all 0.7s ease-in-out 0s;}
.ser-con ul li:hover img{transform:scale(1.1); -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);}

@media only screen and (max-width: 480px) {
	.ser-con{width: 90%;margin: 2rem auto;}
	.ser-con .title{margin-bottom: .5rem;}
	.ser-con .tit{font-size: 24px;}
	.ser-con .entit{font-size: 15px;}
	.ser-con ul li{width: calc(50% - 2rem);padding: 1rem;height: 200px;}
}

.aboutlist{overflow: hidden;background: #f6f4f4;}
.about-con .title{text-align: left;color: #424242;margin-bottom: 1rem;font-weight: bold;}
.about-con .tit{font-size: 30px;}
.about-con .entit{font-size: 26px;}
.about-con .about-left{display: block;width: 50%;float: left;}
.about-con img{display: block;width: 100%;}
.about-con .about-right{display: block;width:40%;float: right;padding: 8% 5%;}
.about-con .about-right .content{font-size: 15px;line-height: 26px;margin-bottom: 5%;text-align: justify;}
.about-con .about-right .more{display: inline-block;border: 1px solid #c60f0f;}
.about-con .about-right .more:hover{background: #c60f0f;}
.about-con .about-right .more a{font-size: 15px;color: #c60f0f;padding: 0.5rem 1rem;display: block;}
.about-con .about-right .more:hover a{color: #ffffff;}
@media only screen and (max-width: 480px) {
	.about-con .title{margin-bottom: 1rem;}
	.about-con .tit{font-size: 24px;}
	.about-con .entit{font-size: 15px;}
	.about-con .about-left{width: 100%;margin-bottom: 4%;float: none;}
	.about-con .about-right{width: 90%;padding: 5%;float: none;}
}

.advan-con{width: 63%;margin: 3rem auto;overflow: hidden;}
.advan-con .title{text-align: left;color: #424242;margin-bottom: 1rem;}
.advan-con .tit{font-size: 28px;font-weight: bold;}
.advan-con .entit{font-size: 20px;}
.advan-con .about-left{display: block;width: 50%;float: right;}
.advan-con img{display: block;width: 100%;}
.advan-con .about-right{display: block;width:40%;float: left;padding: 8% 5%;}
.advan-con .about-right .content{font-size: 15px;line-height: 26px;}
@media only screen and (max-width: 480px) {
	.advan-con{width: 90%;}
	.advan-con .title{margin-bottom: 1rem;}
	.advan-con .tit{font-size: 24px;}
	.advan-con .entit{font-size: 15px;}
	.advan-con .about-left{width: 100%;margin-bottom: 4%;float: none;}
	.advan-con .about-right{width: 96%;float: none;text-align: justify;padding: 2%;}
}

.news-con{width: 63%;margin: 3rem auto;overflow: hidden;}
.news-con .title{text-align: center;color: #424242;margin-bottom: 1rem;}
.news-con .tit{font-size: 28px;font-weight: bold;}
.news-con .entit{font-size: 20px;}
.news-con ul{overflow: hidden;background: #ffffff;}
.news-con ul li{overflow:hidden;border-bottom: 1px solid #424242;padding: 2% 0;}
.news-con ul li:last-child{border-bottom:none;}
.news-con ul li .text{overflow: hidden;margin-bottom: 2%;color: #424242;display: block;}
.news-con ul li .text1{font-size: 18px;font-weight: bold;float: left;}
.news-con ul li .text2{font-size: 16px;color: #424242;float: right;}
.news-con ul li .info{font-size: 15px;color: #424242;line-height: 22px;text-align: justify;}
.news-con ul li:hover .text1{color: #c60f0f;}
@media only screen and (max-width: 480px) {
	.news-con{width: 90%;margin: 5% auto;}
	.news-con .title{margin-bottom: 5%;}
	.news-con .tit{font-size: 24px;}
	.news-con .entit{font-size: 15px;}
	.news-con ul li{width: 100%;margin-right: 0;}
	.news-con ul li .text1{font-size: 16px;}
	.news-con ul li .text2{font-size: 14px;}
	.news-con ul li .info{font-size: 14px;}
}
a:hover {color: #c60f0f;}

/*自定义样式*/
.zdy_cpzx{
	width: 100%;
/*	height: 790px;*/
/*	border: 1px solid red;*/
	margin-top: 40px;
}
.zdy_cpzx h1,h2{
	text-align: center;
	color: #424242;
}
.zdy_cplist{
	margin-top: 20px;
	width: 100%;
/*	height: 400px;*/
/*	border: 1px solid blue;*/
}

.zdy_cplistul{
	display: flex; 
    flex-wrap: wrap; 
    justify-content: space-between;
    width: 90%; 
/*    padding: 0;*/
    box-sizing: border-box; 
    list-style: none;
    margin: 0 auto; 
    padding-bottom: 10px; 
    background-color: #fff; 
    border-radius: 8px; 
/*    border: 1px solid black;*/
}
.zdy_cplist ul li{
/*	height: 300px;*/
	flex: 1 1 calc(30% - 10px); /* 弹性宽度，50%减去左右间距 */
    box-sizing: border-box; /* 确保内边距和边框包含在宽度内 */
    margin-bottom: 30px; /* 底部外边距，用于垂直间距 */
    text-align: center; /* 文本居中 */
    margin: 10px; /* 内边距 */
    background-color: #e0e0e0; /* 背景颜色，便于查看效果 */
    border-radius: 4px; /* 圆角边框 */
    overflow: hidden;
    position: relative;

}
.zdy_cplist ul li img{
	width: 100%;
    height: auto; /* 保持图片比例 */
    display: block; /* 移除图片底部的间隙 */
}

.zdy_cplist ul li .zdy_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0); /* 初始透明 */
    transition: background-color 0.3s ease; /* 平滑过渡效果 */
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    opacity: 0; /* 初始隐藏 */
}
.zdy_cplist ul li:hover .zdy_overlay {
    background-color: rgba(0, 0, 0, 0.8); /* 鼠标移入时显示半透明背景 */
    opacity: 1; /* 显示覆盖层 */
}
.zdy_cplist ul li:hover .zdy_description{
	display: none;
}

.zdy_overlay a, .zdy_overlay a h1 {
    color: white;
}

.zdy_description{
	 position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    line-height: 50px; /* 使文本垂直居中 */
    background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
    color: white; /* 白色文本 */
    text-align: center; /* 文本居中 */
    box-sizing: border-box;
    padding: 0 10px; /* 内边距，避免文本贴边 */
    font-size: 22px;
}

.zdy_gd{
    background-image: url(../img/gybg1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
/*    background-attachment: fixed;*/
    background-size: cover;
    height: 940px;
    margin-top: 30px;
}
.zdy_gd1{
    background-image: url(../img/gybg2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
/*    background-attachment: fixed;*/
    background-size: cover;
    height: 940px;
    margin-top: 30px;
}
.zdy_gd2{
    background-image: url(../img/gybg3.jpg);
    background-repeat: no-repeat;
    background-position: center center;
/*    background-attachment: fixed;*/
    background-size: cover;
    height: 940px;
    margin-top: 30px;
}
.zdy_gd_part{
    width: 50%;
    height: 400px;
    background-color: white;
    position: relative;
    top:270px;
/*    overflow: hidden;*/
}
.zdy_gd_part_tit, .zdy_gd_part_des,.zdy_gd_part_tool{
    width: 75%;
    margin: 0 auto;
    padding-top: 30px;
/*    border:1px solid black;*/
}
.zdy_gd_part_des p{
    font-size: 18px;
}

.zdy_gd_part_tool ul{
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
}
.zdy_gd_part_tool ul li{
    width: 45%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    float: left;
    position: relative;
/*    border: 1px solid red;*/
    margin-top: 10px;
    margin-bottom: 10px;
}
.zdy_gd_part_tool ul li a span{
    display: block;
    float: left;
    padding-right: 10px;
}
.zdy_gd_part_tool ul li a span img{
    width: 45px;
}
.zdy_tool_tit{
    margin-left: 10px;
    line-height: 45px;
    color: #fd9027;
    font-size: 22px;
    font-weight: bold;
}

.zdy_ydcontent{
    width: 80%;
    margin: 0 auto;
/*    height: 600px;*/
    overflow: hidden;
    display: grid;
    place-items: center; 
    padding-bottom: 30px;
/*    border: 1px solid red;*/
}
.zdy_ydcontent img{
    width: 100%;
    height: 100%;
}


/*弹窗样式*/

.kehuanli{
    width: 80%;
    margin: 0 auto;
/*    border:1px solid red;*/
}
.kehuanli h1{
    text-align: center;
    color: #424242;
}

.gallery {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 20px;
            padding: 20px;
            max-width: 1200px;
            margin: 0 auto;
        }

        .gallery-item {
            cursor: pointer;
            transition: transform 0.3s;
            border-radius: 8px;
            overflow: hidden;
        }

        .gallery-item:hover {
            transform: scale(1.03);
        }

        .gallery-item img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            vertical-align: bottom;
        }

        /* 弹窗样式 */
        .modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .modal.active {
            display: flex;
            animation: fadeIn 0.3s;
        }

        .modal-content {
            background: white;
            padding: 30px;
            border-radius: 12px;
           /* max-width: 600px;
            width: 80%;*/
            position: relative;
        }

        .close-btn {
            position: absolute;
            top: 15px;
            right: 20px;
            font-size: 24px;
            cursor: pointer;
            color: #666;
            z-index: 9999;
        }
        .modal-content {
    padding: 15px; /* 减少内边距 */
    background: #1a1a1a; /* 深色背景更显图片 */
}

.modal-image {
    width: 100%;
    max-height: 80vh;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}

/* 新增加载动画 */
.loading {
    position: relative;
    min-height: 100%;
/*    width: 100px;
    height: 100px;
    background-color: black;*/
}
.loading::after {
    content: "🖼️ 加载中...";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;

}
.modal:not(.loading) .loading-layer {
    opacity: 0 !important;
    pointer-events: none; /* 🚫 禁止交互 */
}
/* 新增加载层定位容器 */
.loading-layer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001; /* 高于弹窗 */
    transition: opacity 0.3s;
}

/* 优化加载提示样式 */
.loading::after {
    content: "🖼️ 加载中...";
    color: #fff;
    font-size: 1.2em;
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
    animation: pulse 1s infinite;
}

/* 新增呼吸动画 */
@keyframes pulse {
    0% { opacity: 0.8; }
    50% { opacity: 1; }
    100% { opacity: 0.8; }
}

@keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }
.zdy_fsqg{
    background-image: url(../img/mapbg.jpg);
    width: 100%;
    height: 550px;
    margin-top: 50px;
}
.zdy_fsqg h1{
    color: #424242;
    text-align: center;
}
.fsqg_content{
    position: relative;
    top: 150px;
    width: 70%;
    margin: 0 auto;
/*    border: 1px solid blue;*/
}
.fsqg_content p{
    text-align: center;
    font-size: 16px;
}
.fsqg_contentlis{
    color: 1px solid black;
    margin-top: 100px;
    display: flex;
    justify-content:space-between;
}
.contlist1{
    width: 20%;
    height: auto;
/*    border: 1px solid blue;*/
}
.contlist1_txt{
    font-size: 35px;
    color: #3980FF;
    font-weight: bold;
    text-align: center;
}
.contlist1 small {
    font-size: 16px;
    display: block;
    text-align: center;
    }

.section3{
    background-image: url(../img/sec3.jpg);
/*    height: 245px;*/
    width: auto;

}
.section3cont{
    width: 80%;
    height: 100%;
    margin: 0 auto;
    padding: 100px 0;
}
.section3tx{
    font-size: 25px;
    padding: 10px 0;
    text-align: center;
    color: #222;
}
.section3de{
    font-size: 16px;
    text-align: center;
    color: #222;
}

.khlist{
    margin-top: 30px;
    width: 80%;
    margin:0 auto;
}
.khlist img{
    width: 100%;
}
.contact_online1{
    width: 60%;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    margin-bottom: 50px;
}
.otitle1{

    font-size: 20px;
    text-align: center;
    color:#595959;
/*    border: 1px solid black;*/
    padding-bottom: 20px;
}
.otit1{
    font-size: 32px;
    text-align: center;
}
.div_titlelis{
    width: 50%;
    height: auto;
    margin: 0 auto;
/*    border: 1px solid black;*/
}
.div_title1{
/*    float: left;*/
/*    margin: 10px;*/
margin-bottom: 15px;
}
.div_title1 input{
    height: 30px;
    line-height: 30px;
    width: 100%;
    border: 1px solid bfbfbf;
    box-sizing: border-box; 
    transition: border-color 0.3s; 
}
.div_title1 input:focus {
  transition: none; 
  animation: none; 
  outline: none;
  border: 1px solid red;
  box-sizing: border-box; 
  transition: border-color 0.3s; 
}
.div_text1{
    width: 50%;
    margin: 0 auto;
/*    height: 150px;*/
/*    border: 1px solid pink;*/
}
.div_text1 textarea{
    height: 100px;
    width: 100%;
/*    padding: 10px;*/
}

.section3cont p{
/*    display: inline-block;*/
}
.form-group1{
    width: 50%;
    margin: 0 auto;
}
.formbt{
    width: 50%;
    margin: 0 auto;
}
.formbt input{
    width: 100%;
    height: 50px;
    color: white;
    background-color: red;
    margin-top: 20px;
    border-radius: 10px;
    border: none;
}

/*手机样式*/
@media only screen and (max-width: 750px) {
	.zdy_cplist ul li{
/*	height: 300px;*/
	flex: 1 1 calc(35% - 10px); 
    box-sizing: border-box; 
    margin-bottom: 30px; 
    text-align: center; 
    margin: 10px; 
    background-color: #e0e0e0; /* 背景颜色，便于查看效果 */
    border-radius: 4px; /* 圆角边框 */
    overflow: hidden;
     position: relative;
}

.div_titlelis{
    width: 80%;
    height: auto;
    margin: 0 auto;
/*    border: 1px solid black;*/
}
.div_text1{
    width: 80%;
    margin: 0 auto;
/*    height: 150px;*/
/*    border: 1px solid pink;*/
}

.contact_online1{
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    border: 1px solid #f0f0f0;
    border-radius: 15px;
    margin-bottom: 50px;
}
.mr-3d input{
    width: 50%;
}
.captcha img{
    height: 38px !important;
    width: 128px !important;
}



.contlist1_txt{
    font-size: 20px;
    color: #3980FF;
    font-weight: bold;
    text-align: center;
}
.contlist1 small {
    font-size: 12px;
    display: block;
    text-align: center;
    }

.zdy_description{
	 position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    line-height: 25px; /* 使文本垂直居中 */
    background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
    color: white; /* 白色文本 */
    text-align: center; /* 文本居中 */
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 14px;
}


.zdy_gd{
    background-image: url(../img/gybgphone.jpg);
    background-repeat: no-repeat;
    background-position: center center;
/*    background-attachment: fixed;*/
/*    background-size: cover;*/
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 400px;
}
.zdy_gd1{
    background-image: url(../img/gybg2phone.jpg);
    background-repeat: no-repeat;
    background-position: center center;
/*    background-attachment: fixed;*/
/*    background-size: cover;*/
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 400px;
}
.zdy_gd2{
    background-image: url(../img/gybg3phone.jpg);
    background-repeat: no-repeat;
    background-position: center center;
/*    background-attachment: fixed;*/
/*    background-size: cover;*/
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 400px;
}
.zdy_gd_part{
    width: 100%;
    height: 400px;
    background-color: white;
    position: relative;
    top: 380px;

}
.zdy_gd_part_tit, .zdy_gd_part_des,.zdy_gd_part_tool{
    width: 75%;
    margin: 0 auto;
    padding-top: 30px;
/*    border:1px solid black;*/
}
.zdy_gd_part_des p{
    font-size: 18px;
}

.zdy_gd_part_tool ul{
    display: flex;
    flex-wrap: wrap; 
    justify-content: space-between;
}
.zdy_gd_part_tool ul li{
    width: 50%;
    height: 45px;
    line-height: 45px;
    font-size: 15px;
    float: left;
    position: relative;
/*    border: 1px solid red;*/
    margin-top: 10px;
    margin-bottom: 10px;
}
.zdy_gd_part_tool ul li a span{
    display: block;
    float: left;
    padding-right: 10px;
}
.zdy_gd_part_tool ul li a span img{
    width: 45px;
}
.zdy_tool_tit{
    margin-left: 10px;
    line-height: 45px;
    color: #fd9027;
    font-size: 15px;

}

}