所有项目提交

This commit is contained in:
2025-04-15 15:54:58 +08:00
commit 640eb204d9
466 changed files with 26779 additions and 0 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,77 @@
@charset "utf-8";
/* CSS Document */
#certify {
position: relative;
width: 1200px;
margin: 0 auto
}
#certify .swiper-container {
padding-bottom: 60px;
}
#certify .swiper-slide {
width: 520px;
height: 408px;
background: #fff;
box-shadow: 0 8px 30px #ddd;
}
#certify .swiper-slide img{
display:block;
}
#certify .swiper-slide p {
line-height: 98px;
padding-top: 0;
text-align: center;
color: #636363;
font-size: 1.1em;
margin: 0;
}
#certify .swiper-pagination {
width: 100%;
bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 5px;
border: 3px solid #fff;
background-color: #d5d5d5;
width: 10px;
height: 10px;
opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
border: 3px solid #00aadc;
background-color: #fff;
}
#certify .swiper-button-prev {
left: -30px;
width: 45px;
height: 45px;
background: url(../images/wm_button_icon.png) no-repeat;
background-position: 0 0;
background-size: 100%;
}
#certify .swiper-button-prev:hover {
background-position: 0 -46px;
background-size: 100%
}
#certify .swiper-button-next {
right: -30px;
width: 45px;
height: 45px;
background: url(../images/wm_button_icon.png) no-repeat;
background-position: 0 -93px;
background-size: 100%;
}
#certify .swiper-button-next:hover {
background-position: 0 -139px;
background-size: 100%
}

View File

@@ -0,0 +1,258 @@
body {
margin: 0;
}
#index-banner {
width: 100%;
overflow: hidden;
position: relative;
font-family:microsoft yahei;
}
#index-banner .banner_bg {
height: 395px;
width: 100%;
background-repeat: repeat-x;
background-position: center top;
}
.night .banner_bg {
background-image: url(../images/night.jpg);
}
.morning .banner_bg {
background-image: url(../images/morning.jpg);
}
.noon .banner_bg {
background-image: url(../images/noon.jpg);
}
.afternoon .banner_bg {
background-image: url(../images/afternoon.jpg);
}
#index-banner .banner_m {
height: 395px;
width: 100%;
background-repeat: no-repeat;
background-position: center top;
position: absolute;
left: 0;
top: 0;
opacity: 0;
}
.night .banner_m {
background-image: url(../images/night_m.jpg);
}
.morning .banner_m {
background-image: url(../images/morning_m.jpg);
}
.noon .banner_m {
background-image: url(../images/noon_m.jpg);
}
.afternoon .banner_m {
background-image: url(../images/afternoon_m.jpg);
}
.lines {
position: absolute;
width: 100%;
z-index: 5;
height: 1px;
background: #767676;
}
.line-one {
mix-blend-mode: color-burn;/*颜色加深, IE不支持可改为黑色半透明*/
}
.line-two {
opacity: 0.4;
mix-blend-mode: color-dodge;/*颜色减淡, IE不支持可改为白色半透明*/
}
.line-top.line-two {
top: 1px;
}
.line-bottom.line-one {
bottom: 0px;
}
.line-bottom.line-two {
bottom: 1px;
}
.cloud {
width: 5792px;
height: 395px;
position: absolute;
top: 0;
right: 0;
z-index: 10;
background: url(../images/cloud.png) repeat-x;
mix-blend-mode: screen;/* IE不支持需要重新做云 */
opacity: 0.6;
animation: marquee 60s linear infinite;
}
/*适配IE11*/
@media all and (-ms-high-contrast:none) {
.line-one {
background: #000;
opacity: 0.3;
}
.line-two {
background: #fff;
opacity: 0.4;
}
.cloud {
background: none;
}
}
@keyframes marquee {
0% {
transform: translateX(0);
}
100% {
transform: translateX(1448px);
}
}
.txt {
position: absolute;
width: 100%;
text-align: center;
font-size: 60px;
color: #fff;
z-index: 10;
line-height: 1;
letter-spacing: 3px;
text-shadow: 0px 0px 4px rgba(13,53,105,0.6);
}
.txt1 {
margin-top: 120px;
margin-bottom: 0;
opacity: 0;
}
.txt2 {
margin-top: 42px;
opacity: 0;
}
.hoverAll {
width: 100%;
position: absolute;
left: 0;
top: 0;
height: 395px;
z-index: 40;
}
#index-banner .swiper-container {
opacity: 0;
width: 100%;
position: absolute;
left: 0;
top: 21px;
z-index: 20;
}
#index-banner .swiper-button-prev,#index-banner .swiper-button-next {
opacity: 0;
outline: none;
background-size: 6px auto;
width: 38px;
height: 38px;
background-color: #272727;
transition: background-color 0.2s;
}
#index-banner .swiper-button-prev:hover,#index-banner .swiper-button-next:hover {
background-color: #0f0f0f;
}
#index-banner .swiper-button-prev {
left: calc(50% - 505px);
}
#index-banner .swiper-button-next {
right: calc(50% - 505px);
}
#index-banner .swiper-pagination {
opacity: 0;
top: 0;
bottom: unset;
right: 0;
width: 940px;
margin: 0 auto;
text-align: right;
}
#index-banner .swiper-pagination-bullet {
width: 35px;
height: 3px;/*增加可点击区域*/
opacity: 1;
background: none;
border-radius: 0;
margin: 0 1px;
vertical-align: top;
border-top: 4px solid #272727;
outline: none;
}
#index-banner .swiper-pagination-bullet-active {
height: 0px;
border-top: 7px solid #ff7900;
padding-bottom: 0;
}
#index-banner .swiper-slide {
width: auto;
}
#index-banner .swiper-slide img {
border: 8px solid rgba(255,255,255,0.5);
opacity: 0.8;
transition: all 0.3s;
}
#index-banner .swiper-slide-active img,#index-banner .swiper-slide-duplicate-active img {
opacity: 1;
border: 8px solid #fff;
}
#index-banner .animating .swiper-slide img {
opacity: 1;
border: 8px solid rgba(255,255,255,1);
}
.hoverBtn {
width: 958px;
height: 353px;
position: absolute;
z-index: 30;
top: 21px;
cursor: pointer;
}
.hoverPrev {
left: calc(50% - 1479px);
}
.hoverNext {
left: calc(50% + 521px);
}

View File

@@ -0,0 +1,192 @@
* {
padding: 0;
margin: 0;
}
body {font: normal 100% Helvetica, Arial, sans-serif;}
.logo {
/* float: left; */
/* position: absolute;
left: 10%; */
width: 2%;
/* background: gray; */
text-align: right;
}
.navigation {
position: fixed;
top: 0;
left: 0;
background-color: black;
width:100%;
height: 80px;
z-index: 99;
display: flex;
align-items: center;
justify-content: space-around;
}
a {
color: gray;
font-size: 0.875em;
text-decoration: none
}
.li-totle {
/* position: absolute; */
width:60%;
background-color: black;
font-size: 0.75em;
/* left: 675px; */
outline: 1px ;
/* background: gold; */
display: flex;
height:100%;
align-items: center;
justify-content: end;
}
.li-1,
.li-2,
.li-3,
.li-4,
.li-5 {
text-align: center;
/* float: left; */
height:100%;
/* position: absolute; */
/* border-left:white solid 1px ; */
line-height: 45px;
width: 100px;
overflow: hidden;
}
.li-1 {
left: 300px;
}
.li-2 {
left: 400px;
}
.li-3 {
left: 500px;
}
.li-4 {
left: 600px;
}
.li-5 {
left: 700px;
}
.page1 {
width: 1900px;
height: 875px;
position: relative;
color: white;
}
.space1 {
width: 100%;
height: 200px;
}
.page2 {
width: 100%;
height: 875px;
position: relative;
background-color: #f9f9f9;
}
.pageend {
width: 1900px;
height: 340px;
position: relative;
background-color: rgb(31, 30, 30);
}
.space3 {
width: 1900px;
height: 200px;
}
.space2 {
width: 1900px;
height: 100px;
}
.contact1,
.contact2,
.contact3 {
float: left;
position: absolute;
width: 600px;
height: 175px;
top: 75px;
left: 30px;
border-right: white solid 1px;
}
/* .contact1{
} */
.contact2 {
left: 660px;
}
.contact3 {
left: 1290px;
border-right: none;
}
.c0 {
float: left;
position: absolute;
top: 50px;
right: 240px;
font-size: 0.875em;
color: gray;
}
.c1 {
float: left;
position: absolute;
top: 25px;
left: 140px;
color: gray;
font-size: 0.875em;
}
.c2 {
float: left;
position: absolute;
top: 100px;
left: 140px;
color: gray;
font-size: 0.875em;
}
.copy {
width: 500px;
height: 40px;
float: left;
position: absolute;
color: gray;
top: 370px;
left: 700px;
font-size: 0.875em;
}
.logo-1{
position: absolute;
float: left;
left: 200px;
}

View File

@@ -0,0 +1,185 @@
h2 {
font-size: 3.5em;
}
h4 {
font-size: 2.5em;
}
.tt {
float: left;
position: absolute;
top: 200px;
left: 665px;
color: white;
border-bottom: white solid 1px;
}
.tt1 {
float: left;
position: absolute;
top: 275px;
left: 830px;
color: white;
}
.tt2 {
position: absolute;
float: left;
left: 415px;
top: -150px;
}
.idc {
position: absolute;
width: 800px;
height: 250;
top: 50px;
left: 600px;
color: black;
text-align: center;
font-size: 1.125em;
line-height: 2em;
font-weight: 200;
}
.idc-0 {
position: absolute;
float: left;
top: 250px;
}
.idc1 {
float: left;
width: 300px;
height: 330px;
position: absolute;
top: 150px;
left: 400px;
}
.idc2 {
float: left;
width: 300px;
height: 330px;
position: absolute;
top: 150px;
left: 800px;
}
.idc3 {
float: left;
width: 300px;
height: 330px;
position: absolute;
top: 150px;
left: 1200px;
}
.page3 {
width: 1900px;
height: 875px;
position: relative;
background-color: #f9f9f9;
}
.pic2 {
width: 950px;
height: 437.5px;
float: left;
position: absolute;
}
.idc4 {
position: absolute;
width: 900px;
height: 400px;
margin-left: 975px;
text-align: center;
margin-top: 50px;
}
#idc4-1{
font-size: 25px;
font-weight: 800;
font-style: inherit;
}
#idc4-2{
font-size: 1.125em;
line-height: 2em;
font-weight: 200;
}
.idc5 {
width: 900px;
height: 400px;
float: left;
position: absolute;
margin-top: 500px;
text-align: center;
}
.pic3 {
width: 950px;
height: 437.5px;
position: absolute;
margin-left: 950px;
margin-top: 437.5px;
}
#p1 {
font-size: 75px;
font-weight: 1000;
color: black;}
#span1 {
font-size: 40px;
font-weight: 1000;
}
.page4 {
width: 1900px;
height: 875px;
position: relative;
background-color: #f9f9f9;
}
.bg1 {
width: 86px;
height: 22px;
background-color: springgreen;
position: absolute;
top: 90px;
}
.map{
position: absolute;
float: left;
top: 250px;
left: 200px;
}
.mapidc{
position: absolute;
float: left;
left: 200px;
top: 410px;
font-weight: 200;
}
.sc{
width: 1350px;
height: 750px;
position: absolute;
top: 150px;
left: 280px;
}
.swiper-slide {
line-height: 50px;
color: black;
font-size: 15px;
text-align: center;
}

View File

@@ -0,0 +1,91 @@
.text1 {
float: left;
position: absolute;
top: 250px;
left: 350px;
font-size: 4.6875em;
font-weight: 800;
color: white;
border-bottom: white solid 1px;
}
.pic1 {
float: left;
margin-top: 100px;
margin-left: 300px;
}
.idc {
float: left;
width: 1108px;
height: 528px;
border: springgreen solid 5px;
margin-top: -487px;
margin-left: 360px;
}
.text2 {
width: 600px;
height: 400px;
float: left;
margin-left: 30%;
margin-top: 2%;
background-color: #f9f9f9;
text-align: center;
line-height: 2em;
}
.title-1{
font-size: 30px;
font-weight: 800;
}
.title-2{
font-size: 15px;
}
.square {
width: 20px;
height: 20px;
background-color: springgreen;
float: left;
position: absolute;
right: 440px;
bottom: 200px;
}
.page3 {
width: 1900px;
height: 875px;
position: relative;
background-color: #f9f9f9;
}
.pic-1{
position: absolute;
left: 15%;
top: 7%;
}
.space2 {
width: 1900px;
height: 20px;
}
.tt{
position: absolute;
float: left;
font-size: 45px;
font-weight: 900;
top: -100px;
left: 290px;
}
.bg1{
position: absolute;
width: 80px;
height: 20px;
background-color: springgreen;
top: -40px;
left: 295px;
}

View File

@@ -0,0 +1,44 @@
.idc {
position: absolute;
float: left;
top: 250px;
left: 350px;
font-size: 4.6875em;
border-bottom: white solid 1px;
font-weight: 800;
color: white;
}
#p1 {
font-size: 75px;
font-weight: 1000;
}
span {
font-size: 40px;
font-weight: 1000;
}
.bg1 {
width: 86px;
height: 22px;
background-color: springgreen;
position: absolute;
top: 90px;
}
.tt2 {
position: relative;
float: left;
left: 415px;
top: -150px;
}
.lb-area{
display: flex;
width: 1750px;
height: 490px;
position: absolute;
top: 225px;
left: 70px;
}

View File

@@ -0,0 +1,25 @@
.idc {
float: left;
position: absolute;
font-size: 4.6875em;
font-weight: 800;
top: 250px;
left: 300px;
color: white;
border-bottom: white solid 1px;
}
/* .article {
float: left;
width: 1280px;
height: 700px;
margin-top: 80px;
margin-left: 275px;
} */
#index-banner{
position: absolute;
top: 200px;
}

View File

@@ -0,0 +1,128 @@
.idc {
float: left;
position: absolute;
font-size: 4.6875em;
font-weight: 800;
top: 250px;
left: 300px;
border-bottom: white solid 1px;
color: white;
}
.page5 {
width: 1900px;
height: 875px;
position: relative;
background-color: #f9f9f9;
}
.article{
position: absolute;
top: 225px;
left: 625px;
}
.space5 {
width: 1900px;
height: 500px;
}
.text-area {
width: 500px;
height: 280px;
position: absolute;
margin-top: 50px;
margin-left: 650px;
}
.area-1 {
position: absolute;
margin-top: 20px;
margin-left: 150px;
font-size: 1.875em;
font-weight: 800;
}
.area-3 {
position: absolute;
top: -150px;
left: 180px;
font-size: 1.875em;
font-weight: 800;
}
.bg2 {
width: 86px;
height: 22px;
position: absolute;
background-color: springgreen;
margin-top: 55px;
margin-left: 210px;
}
.bg3 {
width: 40px;
height: 22px;
position: absolute;
background-color: springgreen;
top: -110px;
left: 210px;
}
.area-2 {
width: 375px;
height: 180px;
position: absolute;
margin-top: 90px;
margin-left: 65px;
text-align: center;
font-size: 0.9375em;
line-height: 2em;
}
.e-mail {
float: left;
position: absolute;
margin-top: 300px;
margin-left: 550px;
}
.posit {
float: left;
position: absolute;
margin-top: 290px;
margin-left: 1250px;
}
.e-mail-1 {
float: left;
position: absolute;
margin-top: 350px;
margin-left: 500px;
}
.posit-1 {
float: left;
position: absolute;
margin-top: 350px;
margin-left: 1100px;
}
.iw_poi_title {
color:#CC5522;
font-size:14px;
font-weight:bold;
overflow:hidden;
padding-right:13px;
white-space:nowrap
}
.iw_poi_content {
font:12px arial,sans-serif;
overflow:visible;
padding-top:4px;
white-space:-moz-pre-wrap;
word-wrap:break-word
}

View File

File diff suppressed because one or more lines are too long