zxf/css/style.css

324 lines
6.1 KiB
CSS
Raw Normal View History

2023-09-28 17:06:54 +08:00
.clearfix {
zoom: 1;
}
.clearfix::after {
display: block;
content: '';
clear: both;
}
.full-wrap {
width: 100%;
}
2023-09-27 00:33:44 +08:00
.main-wrap {
width: 1366px;
2023-09-28 17:06:54 +08:00
margin: 0 auto;
2023-09-27 00:33:44 +08:00
}
.mg-center {
margin-top: 0;
margin-bottom: 0;
margin-left: auto;
margin-right: auto;
}
2023-09-26 17:55:52 +08:00
.header {
2023-09-28 17:06:54 +08:00
z-index: 20;
position: fixed;
top: 0;
left: 0;
right: 0;
2023-09-27 00:33:44 +08:00
width: 100%;
2023-09-28 17:06:54 +08:00
background-image: url('/images/header-bg.png');
2023-09-26 17:55:52 +08:00
}
.header .main {
height: 90px;
display: flex;
align-items: center;
justify-content: space-between;
}
.header .logo img {
max-height: 50px;
}
.header .menu .group {
display: flex;
}
.header .menu .item {
margin-left: 50px;
}
.header .menu .link {
font-size: 18px;
color: #FFFFFF;
}
.header .menu .link.active,
.header .menu .link:hover {
font-weight: bold;
}
.footer {
2023-09-27 00:33:44 +08:00
width: 100%;
2023-09-26 17:55:52 +08:00
background-color: #343434;
}
.footer .main {
padding: 30px 0;
}
.footer .main .row:first-child {
margin-top: 0;
}
.footer .main .row {
font-size: 18px;
color: #FFFFFF;
text-align: center;
line-height: 20px;
margin-top: 20px;
}
.footer .main .tel {
display: inline-block;
width: 355px;
border: 2px solid #DDDDDD;
border-radius: 30px;
padding: 20px;
font-size: 24px;
}
.footer .main .icp {
color: #999999;
}
2023-09-28 17:06:54 +08:00
.banner-text {
color: #FFFFFF;
text-align: center;
}
.banner-text p:nth-child(1) {
font-size: 38px;
margin-bottom: 25px;
line-height: 38px;
}
.banner-text p:nth-child(2) {
font-size: 30px;
line-height: 30px;
}
.banner-text .cname {
color: #E30020;
}
2023-09-27 00:33:44 +08:00
.section .section-title {
text-align: center;
}
.section .section-title.style-1 .title {
font-size: 36px;
line-height: 36px;
font-weight: bold;
color: #141414;
display: flex;
align-items: center;
justify-content: center;
}
.section .section-title.style-1 .title .rtext {
color: #E50020;
}
.section .section-title.style-1 .title::before,
.section .section-title.style-1 .title::after {
content: '';
display: inline-block;
width: 58px;
height: 3px;
background: #D4D4D4;
margin: 0 15px;
}
2023-09-28 17:06:54 +08:00
.section.main-banner {
2023-09-27 00:33:44 +08:00
width: 100%;
}
2023-09-28 17:06:54 +08:00
.section.main-banner .swiper-slide {
2023-09-27 00:33:44 +08:00
display: flex;
}
2023-09-28 17:06:54 +08:00
.section.main-banner .swiper-pagination-bullet {
2023-09-27 00:33:44 +08:00
width: 40px;
height: 2px;
background: #F8F8F8;
border-radius: 0;
opacity: 1;
}
2023-09-28 17:06:54 +08:00
.section.main-banner .swiper-pagination-bullet-active {
2023-09-27 00:33:44 +08:00
background: #E50020;
}
2023-09-28 17:06:54 +08:00
.section.main-banner .swiper-pagination {
2023-09-27 00:33:44 +08:00
bottom: 40px;
}
2023-09-28 17:06:54 +08:00
.section.main-banner .item {
2023-09-27 00:33:44 +08:00
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 720px;
background-repeat: no-repeat;
background-position: center center;
2023-09-28 17:06:54 +08:00
background-size: cover;
2023-09-27 00:33:44 +08:00
}
2023-09-28 17:06:54 +08:00
.section.main-banner .banner-text p:nth-child(1),
.section.main-banner .banner-text p:nth-child(2) {
2023-09-27 00:33:44 +08:00
transform: translate3d(0, 20px, 0);
opacity: 0;
}
2023-09-28 17:06:54 +08:00
.section.main-banner .banner-text p:nth-child(1) {
2023-09-27 00:33:44 +08:00
transition: 0.8s ease 0.4s;
}
2023-09-28 17:06:54 +08:00
.section.main-banner .banner-text p:nth-child(2) {
2023-09-27 00:33:44 +08:00
transition: 0.8s ease 0.6s;
}
2023-09-28 17:06:54 +08:00
.section.main-banner .swiper-slide-active .banner-text p:nth-child(1),
.section.main-banner .swiper-slide-active .banner-text p:nth-child(2) {
2023-09-27 00:33:44 +08:00
opacity: 1;
transform: translate3d(0, 0, 0);
2023-09-26 17:55:52 +08:00
}
2023-09-28 17:06:54 +08:00
.section.idx-about {
margin-top: 60px;
}
.section.idx-about .ia-container {
margin-top: 70px;
font-size: 20px;
color: #666666;
line-height: 36px;
}
.section.idx-about .ia-image {
width: 100%;
margin-top: 80px;
font-size: 0;
}
.section.idx-about .ia-image img {
width: 100%;
}
.section.idx-calture {
margin-top: 90px;
margin-bottom: 60px;
}
.section.idx-calture .ic-container {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.section.idx-calture .caltrue-item {
display: flex;
justify-content: space-between;
flex-direction: column;
width: 650px;
height: 156px;
background: rgba(248, 248, 248, 0);
border: 1px solid #DDDDDD;
box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
border-radius: 20px;
box-sizing: border-box;
padding: 30px;
margin-top: 48px;
}
.section.idx-calture .title {
display: flex;
align-items: center;
}
.section.idx-calture .title .cover {
width: 30px;
height: 30px;
object-fit: scale-down;
margin-right: 15px;
}
.section.idx-calture .title .text {
font-size: 30px;
font-weight: bold;
color: #000001;
}
.section.idx-calture .desc {
font-size: 24px;
color: #666666;
}
.section.sec-banner {
width: 100%;
height: 450px;
display: flex;
align-items: center;
justify-content: center;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.section.sec-banner .banner-text {
padding-top: 60px;
}
.section.article-detail {
margin-top: 50px;
margin-bottom: 50px;
}
.section.article-detail .title {
padding: 30px 0;
text-align: center;
border-bottom: 4px dashed #E5E5E5;
}
.section.article-detail .title h1 {
font-size: 28px;
font-weight: normal;
color: #333333;
}
.section.article-detail .content {
padding: 30px 0;
}
.full-wrap.about {
background-color: #F7F7F7;
}
.section.about-textarea {
padding: 90px 0 65px 0;
}
.section.about-textarea .content {
font-size: 20px;
color: #666666;
line-height: 36px;
margin-top: 60px;
}
.section.about-textarea .img-group {
margin-top: 50px;
display: flex;
justify-content: space-between;
}
.section.about-textarea .img-group .item {
width: 442px;
height: 312px;
}
.section.about-textarea .img-group img {
width: 100%;
height: 100%;
object-fit: cover;
}
.section.mapcont {
margin-top: 70px;
}
.section.mapcont .mcont {
margin-top: 70px;
text-align: center;
}
.section.mapcont .mcont img {
max-width: 100%;
}
.section.addrcont {
margin-top: 70px;
margin-bottom: 90px;
}
.section.addrcont .aacont {
margin-top: 70px;
}
.section.addrcont .aacont li {
width: 50%;
float: left;
display: flex;
align-items: center;
margin-top: 35px;
}
.section.addrcont .aacont li:nth-child(1),
.section.addrcont .aacont li:nth-child(2) {
margin-top: 0;
}
.section.addrcont .aacont li::before {
content: '';
display: inline-block;
width: 27px;
height: 27px;
background-image: url('/images/daohang.png');
background-size: 100%;
flex-shrink: 0;
}
.section.addrcont .aacont a {
font-size: 20px;
color: #040000;
margin-left: 10px;
}