2023-10-04 17:06:26 +08:00
|
|
|
// main max width
|
|
|
|
@mw: 92%;
|
|
|
|
|
|
|
|
@media screen and (max-width: 768px) {
|
|
|
|
.pc {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mobile {
|
|
|
|
display: initial;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-wrap {
|
|
|
|
width: @mw;
|
2023-10-04 18:54:45 +08:00
|
|
|
max-width: 500px;
|
2023-10-04 17:06:26 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.header {
|
|
|
|
.logo {
|
|
|
|
font-size: 0;
|
|
|
|
|
|
|
|
img {
|
|
|
|
max-height: 26px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.main {
|
|
|
|
height: 45px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu {
|
|
|
|
.menu-group {
|
|
|
|
z-index: 20;
|
|
|
|
display: none;
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
top: 45px;
|
|
|
|
right: 0;
|
|
|
|
animation-duration: 0.2s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-mask {
|
|
|
|
z-index: 10;
|
|
|
|
display: none;
|
|
|
|
position: fixed;
|
|
|
|
top: 45px;
|
|
|
|
left: 0;
|
|
|
|
right: 0;
|
|
|
|
bottom: 0;
|
|
|
|
animation-duration: 0.35s;
|
2023-10-06 12:18:52 +08:00
|
|
|
background-image: url('../images/transparent-bg.png');
|
2023-10-04 17:06:26 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu-btn {
|
|
|
|
font-size: 0;
|
|
|
|
|
|
|
|
.btn-img {
|
|
|
|
max-width: 26px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.item {
|
|
|
|
margin-left: 0;
|
|
|
|
background-color: #C7001C;
|
|
|
|
padding: 0 18px;
|
|
|
|
|
|
|
|
.link {
|
|
|
|
display: block;
|
|
|
|
box-sizing: border-box;
|
|
|
|
border-bottom: 2px solid #D02121;
|
|
|
|
padding: 15px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.link.active,
|
|
|
|
.link:hover {
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.item:first-child {
|
|
|
|
padding-top: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item:last-child {
|
|
|
|
padding-bottom: 40px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
.logo-bottom {
|
|
|
|
max-height: 26px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main {
|
|
|
|
.row {
|
|
|
|
font-size: 10px;
|
|
|
|
margin-top: 10px;
|
|
|
|
line-height: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tel {
|
|
|
|
width: 178px;
|
|
|
|
font-size: 12px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.section.main-banner {
|
|
|
|
.item {
|
|
|
|
height: 255px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.banner-text {
|
|
|
|
padding-top: 25px;
|
|
|
|
|
|
|
|
p:nth-child(1) {
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 15px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p:nth-child(2) {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.section {
|
|
|
|
.section-title.style-1 {
|
|
|
|
.title {
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title::before,
|
|
|
|
.title::after {
|
|
|
|
width: 29px;
|
|
|
|
height: 2px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.section.idx-about {
|
|
|
|
margin-top: 20px;
|
|
|
|
|
|
|
|
.ia-container {
|
|
|
|
margin-top: 20px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ia-image {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.section.idx-calture {
|
|
|
|
margin-top: 35px;
|
|
|
|
margin-bottom: 35px;
|
|
|
|
|
|
|
|
.caltrue-item:first-child {
|
|
|
|
margin-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.caltrue-item {
|
|
|
|
height: auto;
|
|
|
|
margin-top: 10px;
|
|
|
|
padding: 20px;
|
2023-10-04 19:02:18 +08:00
|
|
|
box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.35);
|
2023-10-04 17:06:26 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
margin-bottom: 14px;
|
|
|
|
|
|
|
|
.text {
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cover {
|
|
|
|
width: 15px;
|
|
|
|
height: 15px;
|
|
|
|
margin-right: 8px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.desc {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.section.sec-banner {
|
|
|
|
height: 174px;
|
|
|
|
|
|
|
|
.banner-text {
|
|
|
|
padding-top: 45px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.full-wrap.about {
|
|
|
|
background-color: unset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section.about-textarea {
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 35px;
|
|
|
|
|
|
|
|
.at-img {
|
|
|
|
max-height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
margin-top: 20px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.img-group {
|
|
|
|
margin-top: 30px;
|
|
|
|
|
|
|
|
.item {
|
2023-10-06 12:18:52 +08:00
|
|
|
width: 32%;
|
|
|
|
height: auto;
|
2023-10-04 17:06:26 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
.section.mapcont {
|
|
|
|
margin-top: 0;
|
|
|
|
|
|
|
|
.mcont {
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.section.addrcont {
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 50px;
|
|
|
|
|
|
|
|
.aacont {
|
|
|
|
margin-top: 25px;
|
|
|
|
|
|
|
|
li::before {
|
|
|
|
width: 19px;
|
|
|
|
height: 19px;
|
|
|
|
margin-top: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
li:nth-child(2) {
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
width: 100%;
|
|
|
|
float: unset;
|
|
|
|
margin-top: 15px;
|
|
|
|
align-items: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 30px;
|
|
|
|
margin-left: 7px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.section.contact-map {
|
|
|
|
margin-top: 30px;
|
|
|
|
height: 250px;
|
|
|
|
|
|
|
|
.cm-desc {
|
|
|
|
width: 339px;
|
|
|
|
border: 1px solid #DDDDDD;
|
|
|
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
width: 127px;
|
|
|
|
height: 127px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desc {
|
|
|
|
width: auto;
|
|
|
|
padding: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.cm-map {
|
|
|
|
top: 30px;
|
|
|
|
height: 220px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
h1 {
|
|
|
|
font-size: 14px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
line-height: 14px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.items {
|
|
|
|
li {
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 13px;
|
|
|
|
height: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 13px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.section.paragraph-content {
|
|
|
|
margin-top: 35px;
|
|
|
|
margin-bottom: 37px;
|
|
|
|
|
|
|
|
.paragraph {
|
|
|
|
.title {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.section.cooperate {
|
|
|
|
.content {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 20px;
|
|
|
|
margin-top: 28px;
|
|
|
|
margin-bottom: 35px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.section.article-detail {
|
|
|
|
margin-top: 0;
|
|
|
|
margin-bottom: 40px;
|
|
|
|
|
|
|
|
.title {
|
|
|
|
padding: 20px 0;
|
|
|
|
text-align: left;
|
|
|
|
border-bottom: 2px dashed #E5E5E5;
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
padding: 12px 0;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.section.story-cont {
|
|
|
|
margin-top: 24px;
|
|
|
|
|
|
|
|
.title {
|
|
|
|
font-size: 11px;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-con {
|
|
|
|
border-radius: 0;
|
|
|
|
|
|
|
|
p {
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 12px;
|
|
|
|
padding: 9px 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.story-item:nth-child(2n) {
|
|
|
|
.desc {
|
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.story-item {
|
|
|
|
.img {
|
|
|
|
width: 100%;
|
|
|
|
height: 188px;
|
|
|
|
border-radius: 0;
|
|
|
|
float: unset;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desc {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
border-radius: 0;
|
|
|
|
float: unset;
|
|
|
|
margin-top: 0;
|
|
|
|
padding: 30px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text {
|
|
|
|
display: inline-block;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text:nth-child(2) {
|
|
|
|
color: #666666;
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.section.story-cont.last {
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
|
2023-10-04 18:54:45 +08:00
|
|
|
.s-section {
|
|
|
|
.s-title {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.s-section.s1-first {
|
|
|
|
margin-top: 30px;
|
2023-10-06 12:18:52 +08:00
|
|
|
margin-bottom: 30px;
|
2023-10-04 18:54:45 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.section.business-nav {
|
|
|
|
width: 100%;
|
|
|
|
margin-top: 10px;
|
|
|
|
|
|
|
|
.nav {
|
|
|
|
li {
|
|
|
|
width: 110px;
|
|
|
|
height: 30px;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
color: #666666;
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 30px;
|
|
|
|
background-color: #F3F3F3;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.section.business-cont {
|
|
|
|
.title {
|
|
|
|
font-size: 0px;
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.title::after {
|
|
|
|
width: 29px;
|
|
|
|
height: 2px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.business-cont.s1 {
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.business-cont.s2 {
|
|
|
|
margin-top: 30px;
|
|
|
|
|
|
|
|
.mid-box {
|
|
|
|
margin: 15px 0 5px 0;
|
|
|
|
|
|
|
|
.ad-text {
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: normal;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.business-cont.s3 {
|
2023-10-06 12:18:52 +08:00
|
|
|
margin-top: 50px;
|
2023-10-04 18:54:45 +08:00
|
|
|
padding-bottom: 0;
|
2023-10-06 12:18:52 +08:00
|
|
|
padding-top: 0;
|
2023-10-04 18:54:45 +08:00
|
|
|
background-color: unset;
|
|
|
|
|
|
|
|
.mid-box {
|
|
|
|
margin-top: 20px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
|
|
|
.num {
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desc {
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 10px;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.cont {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
width: 33.33333%;
|
|
|
|
}
|
|
|
|
|
|
|
|
li::after {
|
|
|
|
height: 26px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.business-cont.s4 {
|
|
|
|
padding: 30px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.s-content.g1 {
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
li {
|
|
|
|
width: 46%;
|
|
|
|
margin-left: 2%;
|
|
|
|
margin-right: 2%;
|
|
|
|
}
|
|
|
|
|
|
|
|
li:nth-child(4n) {
|
|
|
|
margin-right: 2%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon {
|
|
|
|
width: 57px;
|
|
|
|
height: 41px;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
font-size: 12px;
|
|
|
|
margin: 15px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
padding: 20px 0;
|
|
|
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
|
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.s-content.g2 {
|
|
|
|
li {
|
|
|
|
float: initial;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
border: 1px solid #DDDDDD;
|
|
|
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-cont {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desc {
|
|
|
|
padding: 15px;
|
|
|
|
height: auto;
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
font-size: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.s-content.g3,
|
|
|
|
.s-content.g4 {
|
|
|
|
ul {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
li {
|
|
|
|
width: 46%;
|
|
|
|
margin-left: 2%;
|
|
|
|
margin-right: 2%;
|
|
|
|
margin-top: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
li:nth-child(3n) {
|
|
|
|
margin-right: 2%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.item {
|
|
|
|
width: 100%;
|
|
|
|
height: auto;
|
|
|
|
border: 1px solid #DDDDDD;
|
|
|
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.35);
|
|
|
|
}
|
|
|
|
|
|
|
|
.desc {
|
|
|
|
text-align: left;
|
|
|
|
|
|
|
|
.i-title {
|
|
|
|
font-size: 10px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
line-height: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.i-desc {
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 15px;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-cont {
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.desc {
|
|
|
|
height: auto;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
// g4
|
|
|
|
.btn {
|
|
|
|
height: auto;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
.b-text {
|
|
|
|
width: 120px;
|
|
|
|
height: 26px;
|
|
|
|
line-height: 26px;
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.s-content.g5 {
|
|
|
|
margin-top: 15px;
|
|
|
|
|
|
|
|
.item {
|
|
|
|
width: 100px;
|
|
|
|
|
|
|
|
img {
|
|
|
|
width: 26px;
|
|
|
|
height: 26px;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
font-size: 10px;
|
|
|
|
line-height: 14px;
|
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2023-10-04 17:06:26 +08:00
|
|
|
}
|