@font-face{
    font-family: yipincxt;
    src: url("cjgdgm.ttf")  format('truetype');
}

.swiper-banner{
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    height: calc(100% - 90px);
}
.swiper-banner .swiper-slide{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.swiper-banner .banner-con{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.swiper-banner .swiper-banner-next{
	position: absolute;
	bottom: 78px;
	left: 50%;
	margin-left: -32px;
	z-index: 3;
	color: #fff;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
}
.swiper-banner .swiper-banner-next .banner-down1,.swiper-banner .swiper-banner-next-glay .banner-down{
	display: none;
}
.swiper-banner .swiper-banner-next-glay {
	color: rgba(54, 54, 54, 1);
}
.swiper-banner .swiper-banner-next-glay .banner-down1{
	display: inline-block;
}
.swiper-banner .swiper-banner-next .banner-down{
	transition: all 0.8s ease;
}
.swiper-banner #swiper_prev .banner-down{
	transform: rotate(180deg);
}
#swiper_prev{
	display: none;
}
.page-none{
	display: none;
}
.swiper-banner-top .page-none{
	display: block;
}
.swiper-banner-top .page-text{
	display: none;
}
.banner-img{
	width: 100%;
}
.swiper-banner .swiper-slide .banner-cover{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(19, 75, 159, 0.4);
	z-index: 2;
}
.swiper-container-horizontal > .swiper-pagination-bullets{
	position: absolute;
	bottom: 50px;
	z-index: 1;
}

.swiper-one-banner .swiper-one-pagination{
	text-align: center;
	bottom: 34px;
}
.swiper-one-banner .swiper-one-pagination .swiper-pagination-bullet{
	display: inline-block;
	width: 70px;
	height: 4px;
	background: rgba(255,255,255,1);
	opacity: 0.4;
	margin: 0 10px;
	border-radius: 0;
}
.swiper-one-banner .swiper-one-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
}

.page-names{
	display: inline-block;
	position: absolute;
	background: transparent;
	left: 20px;
	top: 50%;
	z-index: 3;
	color: #fff;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}
.page-names .page-name{
	margin: 20px 0;
	position: relative;
    transition: all 0.8s ease;
}
.page-names .page-name-text{
	display: none;
}
.page-names .page-name.active .page-name-text{
	display: inline-block;
}
.page-names .page-left-line{
	display: inline-block;
	width: 30px;
	height: 1px;
	background: rgba(255,255,255,0.5);
	position: relative;
	top: -6px;
	margin-right: 20px;
}
.page-names .page-name.active .page-left-line{
	background: rgba(255,255,255,1);
	width: 40px;
	position: relative;
	left: -10px;
}
.page-names-glay {
	color: #000;
}
.page-names-glay .page-left-line{
	background: rgba(0,0,0,0.5);
}
.page-names-glay .page-name.active .page-left-line{
	background: rgba(0,0,0,1);
}
.pagination-dots{
	position: absolute;
	right: 20px;
	top: 50%;
	z-index: 3;
}
.pagination-dots .pagination-dot{
	width: 18px;
	height: 18px;
	position: relative;
	margin: 20px 0;
	cursor: pointer;
}
.pagination-dot::after{
	content: "";
	display: inline-block;
	position: absolute;
	width: 6px;
	height: 6px;
	background: rgba(255,255,255,0.6);
	top: 6px;
	left: 6px;
	border-radius: 50%;
}
.pagination-dots-glay .pagination-dot::after{
	background: rgba(0,0,0,0.6);
}
.pagination-dot .banner-page{
	font-size: 18px;
	color: #fff;
	display: none;
}
.pagination-dot.active .banner-page{
	display: inline-block;
	cursor: pointer;
}
.pagination-dots .pagination-dot .banner-page-glay{
	display: none;
}
.pagination-dots-glay .pagination-dot.active .banner-page{
	display: none!important;
}
.pagination-dots-glay .pagination-dot.active .banner-page-glay{
	display: inline-block!important;
}
.pagination-dot.active::after{
	background: rgba(255,255,255,1);
}
.pagination-dots-glay .pagination-dot.active::after{
	background: rgba(0,0,0,1);
}

.banner-con .banner-one-con,.banner-con .banner-two-con{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-size: 24px;
	z-index: 3;
}
.banner-con .banner-two-con{
	top: 20%;
}
.banner-con  .banner-title{
	width: 100%;
	font-size: 4vw;
	font-weight: normal;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 45%;
	font-family: yipincxt,system-ui,-apple-system;
	margin: 0;
}

@media (min-height: 900px) {
	.banner-con .banner-title {
		top: 40%;
	}
}
@media (min-height: 1000px) {
	.banner-con .banner-title {
		top: 43%;
	}
}
@media (min-height: 1100px) {
	.banner-con .banner-title {
		top: 46%;
	}
}
@media (min-height: 1200px) {
	.banner-con .banner-title {
		top: 50%;
	}
}
@media (min-height: 1300px) {
	.banner-con .banner-title {
		top: 550px;
	}
}

.banner-two-con .banner-two-text{
	margin-top: 60px;
	font-size: 30px;
}

.slide3{
	background: rgba(250, 251, 252, 1);
}
.index-three{
	height: 100%;
	padding: 0 20px;
}
.index-three .index-three-top{
	margin: 43px 0 20px 0;
	display: flex;
	justify-content: space-between;
}
.index-three  .index-view-visits{
	font-size: 20px;
	color: rgba(30, 27, 27, 1);
	flex: 1;
}
.index-view-visits .index-view-item{
	margin-right: 20px;
}
.index-view-visits .view-item-text{
	line-height: 36px;
	height: 72px;
	display: -webkit-box!important;
	text-overflow:ellipsis;
	word-break:break-all;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	overflow: hidden;
}
.index-view-visits .index-view-item{
	display: inline-block;
	width: 120px;
	padding: 30px;
	height: 139px;
	border-radius: 10px;
	text-align: center;
	margin-bottom: 13px;
	background: rgba(240, 240, 240, 1);
	box-sizing: content-box; 
}
.index-view-item .view-item-num{
	font-size: 48px;
	font-weight: 500;
	line-height: 76px;
	color: rgba(23, 63, 143, 1);
	text-align: center;
	vertical-align: top;
}
.index-three .index-view-con{
	display: inline-block;
	width: 578px;
	font-size: 16px;
	line-height: 32px;
	border-left: 5px solid rgba(24, 56, 132, 1);
	padding-left: 45px;
	height: 334px;
}
.view-con-title{
	font-size: 24px;
	color: rgba(24, 56, 132, 1);
}
.view-con-par{
	margin-top: 20px;
}
.view-con-link{
	display: flex;
	width: 160px;
	height: 48px;
	line-height: 48px;
	opacity: 1;
	background: rgba(22, 77, 160, 1);
	color: #fff;
	margin-top: 30px;
}
.view-link-text{
	display: inline-block;
	position: relative;
	margin-left: 10px;
	text-decoration: none;
}
.three-items {
    display: flex;
    justify-content: center;
}

.three-items .three-item{
    display: flex;
    width: 380px;
    height: 240px;
    padding: 0;
    background: rgba(255, 255, 255, 1);
    box-shadow: 5px 5px 4px rgba(0, 0, 0, 0.15);
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    margin-right: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.three-item-link {
    text-decoration: none;
    display: inline-block;
}

.three-item-img {
    width: 120px;
    height: 100%;
    flex-shrink: 0;
    overflow: hidden;
}

.three-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.three-item-content {
    flex: 1;
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.three-item .three-time,.three-item .three-item-more{
    color: rgba(171, 171, 171, 1);
    font-size: 14px;
    position: relative;
}

.three-item .three-time:after{
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background: rgba(22, 77, 160, 1);
    position: absolute;
    top: 18px;
    left: 0;
}

.three-item-par{
    margin: 20px 0 0;
    line-height: 28px;
    height: 54px;
    display: -webkit-box!important;
    text-overflow:ellipsis;
    word-break:break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2; 
    overflow: hidden;
}

.three-item:hover{
    background: rgba(24, 56, 132, 1);
    color: #fff;
    box-shadow: 8px 8px 12px rgba(0, 0, 0, 0.2);
}

.three-item:hover .three-time,.three-item:hover .three-item-more{
    color: #fff;
}

.three-item:hover .three-item-img img {
    transform: scale(1.1);
}
.slide4{
	background: url('../images/banner_bg.jpg') no-repeat;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.swiper-title{
	text-align: center;
	margin: 35px auto 60px;
	font-size: 14px;
}
.swiper-title .swiper-title-text{
	font-size: 30px;
	margin-bottom: 10px;
}
.slide4 .swiper-title{
	color: #fff;
}
.swiper-planning{
    overflow: hidden;
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.planning-swiper-container {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease;
    width: max-content;
}

.planning-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 30px;
}

.planning-nav {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.planning-nav:hover {
    background: rgba(255, 255, 255, 0.6);
    color: #134bef;
    transform: scale(1.1);
}

.planning-nav:active {
    transform: scale(0.95);
}

.planning-item{
    display: block;
    width: 378px;
    height: 464px;
    opacity: 0.9;
    padding: 12px;
    font-size: 14px;
    background: rgba(255, 255, 255, 1);
    margin: 0 16px;
    flex-shrink: 0;
    flex-grow: 0;
}

.planning-item .planning-img{
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.planning-item .planning-image{
    width: 100%;
}

.planning-title{
    font-size: 18px;
    color: rgba(54, 54, 54, 1);
    margin: 10px 0 20px 0;
    height: 27px;
    line-height: 27px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.planning-des{
    height: 100px;
    line-height: 20px;
    color: rgba(166, 166, 166, 1);
    display: -webkit-box!important;
    overflow:hidden;
    text-overflow:ellipsis;
    word-break:break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:5;
    margin-bottom: 18px;
}

.planning-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(128, 128, 128, 1);
    height: 58px;
    line-height: 58px;
    border-top: 1px solid rgba(173, 173, 173, 1);
    padding: 0 10px;
}

.planning-link-img{
    width: 20px;
    height: 20px;
}

.planning-date{
    font-size: 14px;
    color: rgba(128, 128, 128, 1);
}

.slide5{
	background:rgba(24, 56, 132, 1) url('../images/banner_bg1.png') no-repeat;
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.slide5 .swiper-title{
	color: #fff;
}
.contact-items{
	display: flex;
	justify-content: center;
}
.contact-items .contact-item{
	display: inline-block;
	width: 275px;
	height: 380px;
	border-radius: 5px;
	margin: 0 25px;
	text-align: center;
	color: #fff;
	position: relative;
}
.contact-cricle{
	display: inline-block;
	width: 98px;
	height: 98px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin-top: 80px;
}
.contact-name{
	margin: 25px 0 9px;
}
.contact-items .contact-item:hover{
	background: rgba(165, 201, 255, 0.4);
}
.contact-yuan1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
    transform: scale(0.8);
    z-index: 1;
}
.contact-item .contact-des{
	width: 176px;
	margin: 0 auto;
}
.contact-item:hover .contact-yuan {
    opacity: 0;
    transform: scale(0.8);
}
.contact-item:hover .contact-yuan1 {
    transform: scale(1);
    opacity: 1;
    z-index: 3;
}
.contact-yuan1 .contact-code{
	margin: 20px 20px 0;
}
.contact-notes{
	color: #fff;
	font-size: 16px;
	line-height: 33px;
	text-align: center;
	margin-top: 30px;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    overflow-y: auto;
}
.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 0;
    border-radius: 8px;
    width: 80%;
    max-width: 800px;
    max-height: 85vh;
    overflow-y: auto;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: slideDown 0.3s;
}
@keyframes slideDown {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.close {
    color: #aaa;
    float: right;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    padding: 15px 20px;
    cursor: pointer;
    transition: color 0.3s;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
}
.modal-title {
    color: #c8161d;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 20px 20px 10px;
    margin: 0;
    border-bottom: 2px solid #c8161d;
}
.modal-body {
    padding: 30px 40px;
    line-height: 1.8;
    color: #333;
}
.modal-body h3 {
    color: #c8161d;
    font-size: 20px;
    font-weight: bold;
    margin-top: 25px;
    margin-bottom: 15px;
}
.modal-body p {
    margin: 12px 0;
    text-indent: 0;
    font-size: 16px;
}
.modal-note {
    color: #666;
    font-style: italic;
    margin-top: 15px;
    padding: 10px;
    background-color: #f5f5f5;
    border-left: 3px solid #c8161d;
}
.modal-qrcode {
    text-align: center;
    margin: 20px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
}
#emailContact {
    cursor: pointer;
    transition: transform 0.3s;
}
#emailContact:hover {
    transform: translateY(-5px);
}

@media screen and (max-width: 1280px) {
    .page-names,
    .page-names-glay,
    .pagination-dots,
    .pagination-dots-glay {
        display: block !important;
        position: fixed !important;
        opacity: 1 !important;
        visibility: visible !important;
        z-index: 9999 !important;
    }
    .page-names,
    .page-names-glay {
        left: 20px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    .pagination-dots,
    .pagination-dots-glay {
        right: 20px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
    .swiper-one-banner {
        height: 100vh !important;
        width: 100% !important;
        min-height: 600px !important;
    }
    .swiper-one-banner .swiper-slide {
        height: 100% !important;
        width: 100% !important;
    }
    .banner-con .banner-img {
        display: block !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        object-position: center !important;
        min-width: 100% !important;
        min-height: 100% !important;
    }
    .banner-con {
        height: 100% !important;
        width: 100% !important;
        position: relative !important;
        overflow: hidden !important;
    }
    .banner-cover {
        height: 100% !important;
        width: 100% !important;
    }
    .swiper-one-pagination {
        display: block !important;
        position: absolute !important;
        bottom: 34px !important;
        left: 0 !important;
        right: 0 !important;
        text-align: center !important;
        z-index: 10 !important;
    }
}

@media screen and (max-width: 1024px) {
    .container{
        overflow-y: auto;
        width: 100%;
    }
    html,body{
        overflow-x: hidden;
    }
    .swiper-one-banner{
        position: relative;
    }
    .banner-con .banner-one-con, .banner-con .banner-two-con{
        font-size: 0.8rem;
    }
    .banner-con .banner-title{
        font-size: 1.8rem;
    }
    .swiper-one-banner .swiper-one-pagination .swiper-pagination-bullet{
        width: 1.4rem;
        height: 2px;
        margin: 0 2px;
        bottom: 1rem;
    }
    .view-con-link{
        float: right;
        width: 8rem;
        height: 2.2rem;
        line-height: 2.2rem;
        opacity: 1;
        margin-top: 1.2rem;
    }
    .index-view-visits{
        clear: both;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-top: 1rem;
    }
    .index-view-visits .index-view-item{
        display: inline-block;
        width: 30%;
        padding: 0 5%;
        height: 10rem;
        border-radius: 10px;
        margin-bottom: 0.5rem; 
        font-size: 1rem;
        line-height: 1.3rem;
    }
    .index-view-item .view-item-num{
        font-size: 2.2rem;
        line-height: 2rem;
        margin: 2rem 0 0.5rem;
    }
    .index-view-item .view-item-text{
        line-height: 1.8rem;
    }
    .planning{
        background: #132e75;
        color: #fff;
    }
    .planning-item{
        width: 100%;
        margin: 0;
    }
    .swiper-plan .swiper-slide{
        overflow: hidden;
    }
    .swiper-title{
        margin: 1rem 0 1.5rem 0;
        font-size: 0.8rem;
    }
    .swiper-title .swiper-title-text{
        font-size: 1.5rem;
    }
    .contact-items{
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .contact-items .contact-item{
        width: 45%;
        height: 6rem;
        text-align: center;
        margin: 0;
        font-size: 0.8rem;
    }
    .contact-cricle {
        width: 3rem;
        height: 3rem;
        margin-top: 2rem;
    }
    .contat-icon{
        width: 3rem;
    }
    .contact-name{
        display: none;
    }
    .contact-notes{
        font-size: 0.7rem;
    }
    .modal-content {
        width: 90%;
        margin: 10% auto;
    }
    .modal-title {
        font-size: 18px;
        padding: 15px;
    }
    .modal-body {
        padding: 20px;
    }
    .modal-body h3 {
        font-size: 16px;
    }
    .modal-body p {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .modal-content {
        width: 95%;
        margin: 5% auto;
        padding: 15px;
    }
    .modal-title {
        font-size: 16px;
        margin-top: 10px;
    }
    .modal-body h3 {
        font-size: 15px;
    }
    .modal-body p {
        font-size: 13px;
    }
}
