@charset "utf-8";
/* CSS Document */

body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0}
body{font:12px"Microsoft Yahei","Arial Narrow",HELVETICA;background:#fff;-webkit-text-size-adjust:100%;}
a{color:#333;text-decoration:none}
a:hover{color:#d4180e;text-decoration:none;}
em{font-style:normal}
li{list-style:none}
img{border:0;vertical-align:middle}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word; color:#666;}
.g-wp p{ color:#000;}

/*通用定义*/
.clearfix:after {clear:both; height:0; overflow:hidden; display:block; visibility:hidden; content:"."; }
.fl{ float:left;}
.fr{ float:right;}
.clearer{clear:both; height:0; display:block; font-size:1px;overflow:hidden;}

.layout, .content{ width:1080px; margin:0 auto; position:relative;}

.boxMo{ min-width:1400px;}
.marB40{ margin-bottom: 40px;}
.marT50{ margin-top: 50px;}
.marT150{ margin-top: 150px;}
.marT20{ margin-top: 20px;}
.marB20{ margin-bottom: 20px;}
.w400{ width: 400px;}
.w770{ width: 700px;}
.w660{ width: 660px;}
.w780{ width: 780px;}
.hide{ display:none; }


.zt_banner{ position: relative; width: auto; height: 1031px; padding-top: 900px;}

.nav {min-width:1080px; margin: 0 auto 0; position: relative;}
.nav ul {width:630px;margin:0 auto 0; }
.nav ul li {float:left;width: 264px; height: 74px; margin: 0 25px;}

.lmT{ height: 163px; background-repeat: no-repeat; background-position: center top;}
.lmT_01{ background-image: url(tit01.png);margin-top: 30px;}
.lmT_02{ background-image: url(tit02.png);}
.lmT_03{ background-image: url(tit03.png);margin-top: 80px;}
.lmT_04{ background-image: url(tit04.png);}

a.btn_more{background: url(more.png) no-repeat right 0; background-size: 100%; float: right; position: relative; width: 94px; height: 34px; font-size: 18px; line-height: 28px;    margin-right: 30px; color: #fff; text-align: right; padding-right: 30px;}

.bg0{background: url(bg0.jpg) no-repeat center 0;overflow: hidden;height: 1031px; position: relative; }
.bg1{background: url(bg1.jpg) no-repeat center 0;overflow: hidden;height: 655px; position: relative;}
.bg2{background: url(bg2_1.jpg) no-repeat center 0;overflow: hidden;height: 1187px; position: relative;}
.bg3{background: url(bg3.jpg) no-repeat center 0;overflow: hidden;height: 681px; position: relative;}
.bg4{background: url(bg4.jpg) no-repeat center 0;overflow: hidden;height: 1373px; position: relative;}
.bg5{background: url(bg5.jpg) no-repeat center 0;overflow: hidden;height: 1161px; position: relative;}
.bg6{background: url(bg6.jpg) no-repeat center 0;overflow: hidden;height: 637px; position: relative;}

.headline_tem{width: 925px;margin: 30px auto 0; height: auto; overflow: hidden;}
.headline_tem img{ width: 315px; height: 175px; overflow: hidden;}
.headline_tem .fr{background: url(sszx_bg.png) no-repeat center 0; width:588px;}
.headline_tem .fr h3 {
    font: bold 20px / 30px "Microsoft Yahei";
    padding: 10px 10px 10px 30px;
    overflow: hidden;
}
.headline_tem .riqi{margin-top: 40px;}
.headline_tem .fr span {
  float: left;
    font: 16px / 30px "Microsoft Yahei";
    padding: 10px 10px 10px 30px;
    overflow: hidden;
    color: #666;
}
.xq{ float: right;font: 16px / 30px "Microsoft Yahei";color: #666;padding: 10px 0;}

.ljcj {width:640px;margin:1000px auto 0; }
.ljcj li {float:left;width: 269px; height:185px; margin: 0 25px;}

/* 弹窗遮罩层 */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75); /* 半透明黑色 */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    backdrop-filter: blur(2px); /* 可选：背景模糊效果 */
}

/* 弹窗容器 */
.modal-box {
    width: 400px;
    height: auto; 
    background: #fff;
    padding: 30px;
    position: relative;
    animation: modalFadeIn 0.3s ease; /* 弹窗淡入动画 */
    border-radius: 5px;
}

/* 弹窗关闭按钮 */
.modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    transition: color 0.2s;
    line-height: 1;
}

.modal-close:hover {
    color: #ff4444;
}

/* 弹窗内容样式 */
.modal-title {
    font-size: 30px;
    font-weight: bold;
    color: #212529;
    /* margin-bottom: 15px;
    padding-bottom: 10px; */
    text-align: center;
}

.modal-desc {
    font-size: 16px;
    color: #495057;
    line-height: 1.6;
    text-align: justify;
}

/* 弹窗淡入动画 */
@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}