diff --git a/about/about01.html b/about/about01.html
index 9884d39..c0c870b 100644
--- a/about/about01.html
+++ b/about/about01.html
@@ -164,8 +164,9 @@
diff --git a/css/index.css b/css/index.css
index 182540d..3151407 100644
--- a/css/index.css
+++ b/css/index.css
@@ -179,6 +179,8 @@
margin:90px auto 0 auto;
line-height: 38px;
text-align: center;
+ position: relative;
+ z-index:9
}
a:link,
a:visited,
@@ -194,6 +196,7 @@ a:active{
left:50%;
transform: translateX(-50%);
bottom:0;
+ z-index:5
}
.fp-is-overflow > .fp-overflow{
overflow: hidden;
@@ -245,6 +248,8 @@ a:active{
-moz-animation-timing-function: ease-in-out;
-o-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
+ position: relative;
+ top: -20px;
}
.second3Title .title{
font-size: 32px;
@@ -329,7 +334,8 @@ a:active{
flex-direction: column;
justify-content: space-between;
align-items: center;
- height: 227px;
+ /* height: 227px; */
+ height: 200px;
}
.section3active{
border-left:none !important;
@@ -355,7 +361,8 @@ a:active{
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
- margin:20px 0;
+ /* margin:20px 0; */
+ margin:10px 0;
}
.electricItem button{
border: 1px solid #FFFFFF;
@@ -907,6 +914,7 @@ a:active{
margin: 30px auto 0 auto;
line-height: 38px;
text-align: center;
+
}
.section3{
position: relative;
diff --git a/css/service12.css b/css/service12.css
index 2ad691a..43a38fb 100644
--- a/css/service12.css
+++ b/css/service12.css
@@ -1,3 +1,93 @@
+.section0{
+ position: relative;
+}
+.section0 .bgimage{
+ width:100%;
+ margin-top:100px;
+}
+.titlecontent{
+ position: absolute;
+ left:14%;
+ top:35%;
+}
+.titlecontent p{
+ margin:0;padding:0
+}
+.section0 .titlecontent .title1{
+ font-size: 48px;
+ font-family: Microsoft YaHei;
+ font-weight: 400;
+ color: #FFFFFF;
+ text-shadow: 0px 2px 6px rgba(9,30,52,0.22);
+}
+.subtitle{
+ font-size: 36px;
+ font-family: Arial;
+ font-weight: 400;
+ color: #FFFFFF;
+}
+.navcontent{
+ position: absolute;
+ /* width:100%; */
+ left:50%;
+ transform: translateX(-50%);
+ bottom:0;
+}
+.navitem{
+ text-align: center;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+ background-color: rgba(2,7,14,0.5);
+ padding:15px 0;
+
+}
+.navtitle{
+ font-size: 16px;
+ font-family: Microsoft YaHei;
+ font-weight: bold;
+ color: #FFFFFF;
+
+}
+.navsubtitle{
+ font-size: 12px;
+ font-family: Microsoft YaHei;
+ font-weight: 400;
+ color: #FFFFFF;
+ margin-top:6px;
+}
+.navaction{
+ background: #124AA0 !important;
+}
+.service-next{
+ text-align: center;
+ border-bottom:1px solid #EAEAEA;
+}
+a:link,
+a:visited,
+a:hover,
+a:active{
+ color: #333333;
+ text-decoration: none;
+}
+.service-next ul{
+ display: flex;
+ justify-content: space-between;
+ margin:0
+}
+.service-next li{
+ list-style: none;
+ position: relative;
+ padding:30px 0;
+}
+.service-next li img{
+ width:100%;
+ height: 4px;
+ position: absolute;
+ bottom: 0;
+ left:0;
+}
.section1{
position: relative;
}
@@ -12,7 +102,7 @@
}
.yaosu{
text-align: center;
- margin-top: 45px;
+ margin-top: 20px;
}
.yaosu .devide{
width: 80px;
@@ -36,12 +126,14 @@
.section1info{
flex: 1;
position: relative;
+
background:url('../images/service11/电子信息@2x.png');
+ background-size: cover;
display: flex;
align-items: center;
}
.electricContent{
- width: 52%;
+ width: 70%;
margin:0 auto;
text-align: center;
/* display: flex; */
@@ -50,12 +142,128 @@
/* position: absolute; */
top: 18%;
}
+.electricContent img{
+ width:100px;
+ height:100px;
+}
.electricContent p{
font-size: 24px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
+ margin-top:15px;
}
.list{
margin-bottom:20px;
+}
+.section2{
+ margin:0;
+ background: url('../images/service11/装备制造-bg@2x.png');
+ background-size: 100% 100%;
+ position: relative;
+}
+.section2 .section12{
+ position: absolute;
+ width:100%;
+ height:100%;
+ top:0;
+ left:0;
+ display: flex;
+ flex-direction: column;
+ justify-content: center;
+ align-items: center;
+}
+.zhuangbei{
+ text-align: center;
+ margin-bottom: 10px;
+}
+.zhuangbei .devide{
+ width: 80px;
+ height: 6px;
+ background: #FFFFFF;
+ margin: 0 auto;
+}
+.zhuangbei .title{
+ font-size: 48px;
+ font-family: Microsoft YaHei;
+ font-weight: 400;
+ color: #FFFFFF;
+ margin-top:20px;
+}
+.zhuangbei .subtitle{
+
+ font-size: 36px;
+ font-family: Arial;
+ font-weight: 400;
+ color: #FFFFFF;
+}
+.zhuangbeiContainer{
+ margin:0 20px;
+ flex: 1;
+ margin-bottom: 30px;
+}
+.zhuanbeiItem{
+ border-right: 2px solid #1574CA;
+ position: relative;
+ padding: 0;
+ /* margin: 10px 0; */
+ height:100%;
+ display: flex;
+}
+.imgcontent{
+ height:100%;
+ width:100%;
+ flex:1
+}
+.backImg{
+ width:100%;
+ visibility: hidden;
+ height:100%;
+}
+.intro{
+ position: absolute;
+ top:0;
+ text-align: center;
+ width:100%;
+ top: 40%;
+}
+.activeimg{
+ visibility: visible !important;
+}
+.zhuanbeiItem .intro p{
+ font-size: 30px;
+ font-family: Microsoft YaHei;
+ font-weight: 400;
+ color: #FFFFFF;
+}
+.intro ul{
+ margin:0;
+ padding:0;
+ font-size: 18px;
+ font-family: Microsoft YaHei;
+ font-weight: 400;
+ color: #FFFFFF;
+}
+.intro ul li{
+ list-style: none;
+
+}
+.section3{
+
+ background: url("../images/service11/生物医药@2x.png");
+ background-size: cover;
+}
+.shengwu{
+ width:50%;
+ margin:0 auto;
+}
+.shengwu img{
+ width:100%;
+}
+.section4{
+ background: url('../images/要素资源-bg@2x.png');
+ background-size: cover;
+}
+.swiperItemContent{
+ border:1px solid red;
}
\ No newline at end of file
diff --git a/images/业务版图-banner@2x.png b/images/yewubanner.png
similarity index 100%
rename from images/业务版图-banner@2x.png
rename to images/yewubanner.png
diff --git a/js/about03.js b/js/about03.js
index 61ed429..3f18018 100644
--- a/js/about03.js
+++ b/js/about03.js
@@ -1,11 +1,12 @@
//banner
$(function(){
+ var owl = $('.brand__slider');
$('.brand__slider').owlCarousel({
loop:true,
margin:30,
autoplay:true,
- autoplayTimeout:3000,
+ autoplayTimeout:1000,
smartSpeed:500,
items:3,
navText:['','
'],
@@ -23,7 +24,13 @@
},
}
});
+ $('.category__item').on('mouseover',function(){
+ owl.trigger('stop.owl.autoplay')
+ })
+ $('.category__item').on('mouseleave',function(){
+ owl.trigger('play.owl.autoplay',[1000])
+ })
//移动端展开nav
$('#navToggle').on('click',function(){
$('.m_nav').addClass('open');
diff --git a/js/service12.js b/js/service12.js
index 3af51b1..6f76969 100644
--- a/js/service12.js
+++ b/js/service12.js
@@ -1,6 +1,10 @@
//banner
$(function(){
+ $('#header').load('../public/header1.html')
+ setTimeout(function(){
+ $('.header').addClass('on')
+ },100);
//移动端展开nav
$('#navToggle').on('click',function(){
$('.m_nav').addClass('open');
@@ -18,7 +22,7 @@
//全屏滚动
$('#about_main').fullpage({
'navigation': true,
- scrollBar: true,
+ scrollBar: false,
slidesNavigation: true,
css3: true,
controlArrows: false,
@@ -45,4 +49,8 @@
$(".header").removeClass("animation");
}
})
+ $('.zhuanbeiItem').on('mouseenter',function(){
+ $(this).children('.imgcontent').children('img').addClass('activeimg')
+ $(this).siblings().children('.imgcontent').children('img').removeClass('activeimg')
+ })
})
\ No newline at end of file
diff --git a/service/test.html b/service/test.html
new file mode 100644
index 0000000..0f30bd7
--- /dev/null
+++ b/service/test.html
@@ -0,0 +1,354 @@
+
+
+
+
产业地图
+INDUSTRIAL MAP
+科研机构
电子元器件
与专用材料
计算机与智能
消费设备制造
新型显示
集成电路
人工智能
高端装备
+汽车及零部件
+新能源
+航空航天
+