mirror of https://gitee.com/topnuomi/zxf
528 lines
9.8 KiB
Plaintext
528 lines
9.8 KiB
Plaintext
@import 'common/var.less';
|
|
@import 'common/common.less';
|
|
|
|
.banner-text {
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
|
|
p:nth-child(1) {
|
|
font-size: 38px;
|
|
margin-bottom: 25px;
|
|
line-height: 38px;
|
|
}
|
|
|
|
p:nth-child(2) {
|
|
font-size: 30px;
|
|
line-height: 30px;
|
|
}
|
|
|
|
.cname {
|
|
color: #E30020;
|
|
}
|
|
}
|
|
|
|
.section {
|
|
.section-title {
|
|
text-align: center;
|
|
}
|
|
|
|
.section-title.style-1 {
|
|
.title {
|
|
font-size: 36px;
|
|
line-height: 36px;
|
|
font-weight: bold;
|
|
color: #141414;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
.rtext {
|
|
color: #E50020;
|
|
}
|
|
}
|
|
|
|
.title::before,
|
|
.title::after {
|
|
content: '';
|
|
display: inline-block;
|
|
width: 58px;
|
|
height: 3px;
|
|
background: #D4D4D4;
|
|
margin: 0 15px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.section.main-banner {
|
|
width: 100%;
|
|
|
|
.swiper-slide {
|
|
display: flex;
|
|
}
|
|
|
|
.swiper-pagination-bullet {
|
|
width: 40px;
|
|
height: 2px;
|
|
background: #F8F8F8;
|
|
border-radius: 0;
|
|
opacity: 1;
|
|
}
|
|
|
|
.swiper-pagination-bullet-active {
|
|
background: #E50020;
|
|
}
|
|
|
|
.swiper-pagination {
|
|
bottom: 40px;
|
|
}
|
|
|
|
.item {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
width: 100%;
|
|
height: 720px;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-size: cover;
|
|
}
|
|
|
|
.banner-text {
|
|
|
|
p:nth-child(1),
|
|
p:nth-child(2) {
|
|
transform: translate3d(0, 20px, 0);
|
|
opacity: 0;
|
|
}
|
|
|
|
p:nth-child(1) {
|
|
transition: .8s ease .4s;
|
|
}
|
|
|
|
p:nth-child(2) {
|
|
transition: .8s ease .6s;
|
|
}
|
|
}
|
|
|
|
.swiper-slide-active .banner-text {
|
|
|
|
p:nth-child(1),
|
|
p:nth-child(2) {
|
|
opacity: 1;
|
|
transform: translate3d(0, 0, 0);
|
|
}
|
|
}
|
|
}
|
|
|
|
.section.idx-about {
|
|
margin-top: 60px;
|
|
|
|
.ia-container {
|
|
margin-top: 70px;
|
|
font-size: 20px;
|
|
color: #666666;
|
|
line-height: 36px;
|
|
}
|
|
|
|
.ia-image {
|
|
width: 100%;
|
|
margin-top: 80px;
|
|
font-size: 0;
|
|
|
|
img {
|
|
width: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.section.idx-calture {
|
|
margin-top: 90px;
|
|
margin-bottom: 60px;
|
|
|
|
.ic-container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.title {
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.cover {
|
|
width: 30px;
|
|
height: 30px;
|
|
object-fit: scale-down;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.text {
|
|
font-size: 30px;
|
|
font-weight: bold;
|
|
color: #000001;
|
|
}
|
|
}
|
|
|
|
.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;
|
|
|
|
.banner-text {
|
|
padding-top: 60px;
|
|
}
|
|
}
|
|
|
|
.section.article-detail {
|
|
margin-top: 50px;
|
|
margin-bottom: 50px;
|
|
|
|
.title {
|
|
padding: 30px 0;
|
|
text-align: center;
|
|
border-bottom: 4px dashed #E5E5E5;
|
|
|
|
h1 {
|
|
font-size: 28px;
|
|
font-weight: normal;
|
|
color: #333333;
|
|
}
|
|
}
|
|
|
|
.content {
|
|
padding: 30px 0;
|
|
}
|
|
}
|
|
|
|
.full-wrap.about {
|
|
background-color: #F7F7F7;
|
|
}
|
|
|
|
.section.about-textarea {
|
|
padding: 90px 0 65px 0;
|
|
|
|
.content {
|
|
font-size: 20px;
|
|
color: #666666;
|
|
line-height: 36px;
|
|
margin-top: 60px;
|
|
}
|
|
|
|
.img-group {
|
|
margin-top: 50px;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
.item {
|
|
width: 442px;
|
|
height: 312px;
|
|
// float: left;
|
|
// margin-right: 20px;
|
|
}
|
|
|
|
// .item:nth-child(3n) {
|
|
// margin-right: 0;
|
|
// }
|
|
|
|
img {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
}
|
|
|
|
.section.mapcont {
|
|
margin-top: 70px;
|
|
|
|
.mcont {
|
|
margin-top: 70px;
|
|
text-align: center;
|
|
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
}
|
|
}
|
|
|
|
.section.addrcont {
|
|
margin-top: 70px;
|
|
margin-bottom: 90px;
|
|
|
|
.aacont {
|
|
margin-top: 70px;
|
|
|
|
li {
|
|
width: 50%;
|
|
float: left;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 35px;
|
|
}
|
|
|
|
li:nth-child(1),
|
|
li:nth-child(2) {
|
|
margin-top: 0;
|
|
}
|
|
|
|
li::before {
|
|
content: '';
|
|
display: inline-block;
|
|
width: 27px;
|
|
height: 27px;
|
|
background-image: url('/images/daohang.png');
|
|
background-size: 100%;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
a {
|
|
font-size: 20px;
|
|
color: #040000;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.section.contact-map {
|
|
position: relative;
|
|
margin-top: 100px;
|
|
height: 690px;
|
|
|
|
.cm-desc {
|
|
z-index: 5;
|
|
position: relative;
|
|
width: 1045px;
|
|
display: flex;
|
|
border: 2px solid #DDDDDD;
|
|
box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
|
|
box-sizing: border-box;
|
|
margin: 0 auto;
|
|
|
|
.logo {
|
|
width: 392px;
|
|
height: 392px;
|
|
}
|
|
|
|
.desc {
|
|
width: 653px;
|
|
padding: 35px;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
flex-direction: column;
|
|
background-color: #ffffff;
|
|
}
|
|
}
|
|
|
|
.cm-map {
|
|
position: absolute;
|
|
top: 170px;
|
|
height: 520px;
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
|
|
.title {
|
|
h1 {
|
|
font-size: 36px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
line-height: 36px;
|
|
margin-bottom: 30px;
|
|
letter-spacing: 3px;
|
|
}
|
|
|
|
span {
|
|
color: #E50020;
|
|
}
|
|
|
|
p {
|
|
font-size: 24px;
|
|
color: #333333;
|
|
line-height: 24px;
|
|
}
|
|
}
|
|
|
|
.items {
|
|
li {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 12px;
|
|
}
|
|
|
|
img {
|
|
width: 37px;
|
|
height: 37px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
p {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
}
|
|
}
|
|
|
|
.section.paragraph-content {
|
|
margin-top: 100px;
|
|
margin-bottom: 100px;
|
|
|
|
.paragraph:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.paragraph {
|
|
margin-top: 30px;
|
|
|
|
.title {
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
color: #E50020;
|
|
line-height: 24px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
// .content {
|
|
// font-size: 24px;
|
|
// color: #666666;
|
|
// line-height: 36px;
|
|
// }
|
|
}
|
|
}
|
|
|
|
.section.cooperate {
|
|
.content {
|
|
margin-top: 60px;
|
|
margin-bottom: 60px;
|
|
}
|
|
}
|
|
|
|
.section.story-cont.last {
|
|
margin-bottom: 100px;
|
|
}
|
|
|
|
.section.story-cont {
|
|
margin-top: 40px;
|
|
|
|
.title {
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
color: #E50020;
|
|
margin-bottom: 25px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.image-con {
|
|
position: relative;
|
|
width: 100%;
|
|
border-radius: 20px;
|
|
overflow: hidden;
|
|
font-size: 0;
|
|
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
p {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
width: 100%;
|
|
background-image: url('/images/header-bg.png');
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
color: #FFFFFF;
|
|
box-sizing: border-box;
|
|
padding: 30px 60px;
|
|
}
|
|
}
|
|
|
|
.story-item:first-child {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.story-item {
|
|
margin-top: 20px;
|
|
|
|
.desc {
|
|
width: 700px;
|
|
height: 360px;
|
|
background: #F5F5F5;
|
|
border-radius: 20px 0 0 20px;
|
|
overflow: hidden;
|
|
float: left;
|
|
margin-top: 40px;
|
|
box-sizing: border-box;
|
|
padding: 28px;
|
|
}
|
|
|
|
.img {
|
|
width: 666px;
|
|
height: 440px;
|
|
background: #E5E5E5;
|
|
border-radius: 20px;
|
|
overflow: hidden;
|
|
flex-shrink: 0;
|
|
float: right;
|
|
img {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
}
|
|
}
|
|
|
|
.text {
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
color: #000000;
|
|
line-height: 24px;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.content {
|
|
font-size: 20px;
|
|
color: #000000;
|
|
line-height: 30px;
|
|
text-indent: 2em;
|
|
}
|
|
}
|
|
|
|
.story-item:nth-child(2n) {
|
|
.desc {
|
|
float: right;
|
|
border-radius: 0 20px 20px 0;
|
|
}
|
|
|
|
.img {
|
|
float: left;
|
|
}
|
|
}
|
|
} |