html,body{
position:relative;
width:100%;
height:100%;
min-width: 1264px;
}
.header{
width:100%;
min-width: 1264px;
height:72px;
background: rgba(114,119,121,0.68);
position:fixed;
top:0;
left:0;
z-index: 111;
}
.wrap{
width:90%;
padding:0;
margin:0 auto;
}
.logo{
width: 13%;
height: 72px;
line-height: 72px;
}
.logo img{
width:100%;
}
.nav-header{
width: 71%;
height: 72px;
line-height: 72px;
text-align:center;
}
.nav-header ul>li{
float:left;
width: 10%;
height: 70px;
font-size:18px;
margin-left:2%;
}
/*icp 备案 start*/
.icpRecord{
position: absolute;
bottom:1%;
left:25%;
font-size: 14px;
color:#787d7f;
}
/*icp 备案 end*/
/*动画实现下划线开始*/
.nav-header ul>li a{
position: relative;
color:#fff;
text-decoration:none;
}
.nav-header ul>li a:before{
content: "";
position: absolute;
left: 50%;
bottom: -22px;
width: 0;
height: 4px;
background: #00ffff;
transition: all 0.6s;
-webkit-transition: all 0.6s;
-o-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
}
.nav-header ul>li a:hover:before{
width: 100%;
left: 0;
right: 0;
}
/*动画实现下划线结束*/
/*.nav-header ul li:hover{
border-bottom:4px solid #00ffff;
}*/
.nav-header ul li:hover a{
color:#00ffff;
}
.nav-header ul li.active{
border-bottom:4px solid #00ffff;
}
.nav-header ul li.active a{
color:#00ffff;
}
.nav-phone{
width:16%;
height:100%;
margin-top:24px;
}
#menu{
margin-left:10%;
}
.nav-phone img{
width:25px;
height:26px;
vertical-align: -6px;
}
.nav-phone span{
color:#ffe641;
font-size:20px;
}
/*第一屏开始*/
.swiper-img1{background-image:url(../images/shouye/shouye-1.1.jpg);background-size:100%;}
.swiper-img2{background-image:url(../images/shouye/shouye-2.jpg);background-size:100%; }
.swiper-img3{background-image:url(../images/shouye/shouye-3.jpg);background-size:100%; }
.swiper-img4{background-image:url(../images/shouye/shouye-4.jpg);background-size:100%; }
.swiper-img5{background-image:url(../images/shouye/shouye-5.jpg);background-size:100%; }
.banner-pager{
position: absolute;
height: 4px;
line-height: 0;
top: 88%;
bottom: auto !important;
left: 0;
right: 0;
text-align: center;
}
.banner-pager .swiper-pagination-bullet{
width: 40px;
height: 4px;
position: relative;
line-height: 4px;
border-radius: 0;
background: #fff;
opacity: 1;
filter:alpha(opacity=100);
}
.banner-pager .swiper-pagination-bullet-active{
background: #00ffff;
opacity:1;
filter:alpha(opacity=100);
}
.banner-next{
right:150px;
}
.banner-pre{
left:150px;
}
/*轮播第一页*/
.slide1-con{
width: 100%;
height: 73%;
text-align: center;
overflow: hidden;
}
.slide1-con p{
color: #fff;
font-weight: bold;
}
.slide1-con p:first-child{
margin-top:10%;
font-size: 62px;
}
.slide1-con p:last-child{
font-size: 50px;
}
.slide1-con .slide1-con-p1{
transform:translateY(-150px);
-webkit-transform:translateY(-150px);
-moz-transform:translateY(-150px);
-ms-transform:translateY(-150px);
-o-transform:translateY(-150px);
transition:all 0.6s;
-webkit-transition:all 0.6s;
-o-transition:all 0.6s;
-moz-transition:all 0.6s;
-ms-transition:all 0.6s;
}
.slide1-con .slide1-con-p2{
transform:translateY(150px);
-webkit-transform:translateY(150px);
-moz-transform:translateY(150px);
-ms-transform:translateY(150px);
-o-transform:translateY(150px);
transition:all 0.6s;
-webkit-transition:all 0.6s;
-o-transition:all 0.6s;
-moz-transition:all 0.6s;
-ms-transition:all 0.6s;
}
.swiper-img1.swiper-slide-active .slide1-con .slide1-con-p1,
.swiper-img1.swiper-slide-active .slide1-con .slide1-con-p2{
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
}
/*轮播第二页*/
.slide2-con{
width: 100%;
height: 55%;
color:#fff;
overflow: hidden;
position: relative;
top:0;
left:0;
}
.slide2-con-p1{
font-size: 38px;
font-weight: bold;
color: #00ffff;
position: absolute;
top: 0;
left: 260px;
}
.slide2-con-p2{
font-size: 30px;
color: #fff;
position: absolute;
top: 50px;
left: 260px;
}
.slide2-con-p3{
font-size: 16px;
color: #fff;
position: absolute;
top: 92px;
left: 260px;
}
.slide2-con .slide2-con-p1{
transform:translateX(-260px);
-webkit-transform:translateX(-260px);
-moz-transform:translateX(-260px);
-ms-transform:translateX(-260px);
-o-transform:translateX(-260px);
transition:all 0.6s;
-webkit-transition:all 0.6s;
-o-transition:all 0.6s;
-moz-transition:all 0.6s;
-ms-transition:all 0.6s;
}
.slide2-con .slide2-con-p2,.slide2-con .slide2-con-p3{
transform:translateX(400px);
-webkit-transform:translateX(400px);
-moz-transform:translateX(400px);
-ms-transform:translateX(400px);
-o-transform:translateX(400px);
transition:all 0.6s;
-webkit-transition:all 0.6s;
-o-transition:all 0.6s;
-moz-transition:all 0.6s;
-ms-transition:all 0.6s;
}
.swiper-img2.swiper-slide-active .slide2-con .slide2-con-p1,
.swiper-img2.swiper-slide-active .slide2-con .slide2-con-p2,
.swiper-img2.swiper-slide-active .slide2-con .slide2-con-p3{
transform:translateX(0);
-webkit-transform:translateX(0);
-moz-transform:translateX(0);
-ms-transform:translateX(0);
-o-transform:translateX(0);
}
/*轮播第三页*/
.slide5-con{
width: 280px;
height: 230px;
background-color: #0a4059;
border: 3px solid #818d95;
position: absolute;
left: 20%;
top: 30%;
}
.slide5-con .slide5_p{
margin: 58px 30px;
}
.slide5-con p{
font-size: 30px;
color: #fff;
}
.slide5-con p>span{
color: #0ae1ff;
font-size: 36px;
}
.slide5-con .slide5_p p:first-child{
transform:translateY(-150px);
-webkit-transform:translateY(-150px);
-moz-transform:translateY(-150px);
-ms-transform:translateY(-150px);
-o-transform:translateY(-150px);
transition:all 0.6s;
-webkit-transition:all 0.6s;
-o-transition:all 0.6s;
-moz-transition:all 0.6s;
-ms-transition:all 0.6s;
}
.slide5-con .slide5_p p:last-child{
transform:translateY(150px);
-webkit-transform:translateY(150px);
-moz-transform:translateY(150px);
-ms-transform:translateY(150px);
-o-transform:translateY(150px);
transition:all 0.6s;
-webkit-transition:all 0.6s;
-o-transition:all 0.6s;
-moz-transition:all 0.6s;
-ms-transition:all 0.6s;
}
.swiper-img5.swiper-slide-active .slide5-con .slide5_p p:first-child,
.swiper-img5.swiper-slide-active .slide5-con .slide5_p p:last-child{
transform:translateY(0);
-webkit-transform:translateY(0);
-moz-transform:translateY(0);
-ms-transform:translateY(0);
-o-transform:translateY(0);
}
/*轮播第四页*/
.slide3-con{
width: 860px;
height: 410px;
overflow:hidden;
}
.slide3-con-gyl{
width: 49%;
height: 100%;
text-align: right;
position: relative;
top:0;
left:0;
}
.slide3-con-gyl img{
width: 350px;
margin-top:40px;
}
.slide3-con-gyl .slide3-znwl-s1{
font-size: 72px;
color: #7a849a;
font-style: italic;
position: absolute;
top: 5px;
left: 110px;
}
.slide3-con-gyl .slide3-znwl-s2{
background-color: #cc2a1e;
font-size: 14px;
color: #fff;
padding: 0 24px;
position: absolute;
top: 70px;
right: 15px;
}
.slide3-con-gyl .slide3-znwl-s3{
font-size: 34px;
color: #f7f8f9;
font-style: italic;
position: absolute;
top: 82px;
right: 110px;
}
.slide3-con-gy2{
position: relative;
top: 0;
left: 0;
width: 49%;
height: 100%;
}
.slide3-con-dzcg{
width:153px;
height: 155px;
margin: 15px 0 0 50px;
}
.slide3-con-dzzb{
width:127px;
height: 127px;
margin-left: 220px;
}
.slide3-con-qtcp{
width:105px;
height: 105px;
margin-left:116px;
}
.slide3-con-s1{
position: absolute;
top: 133px;
left: 208px;
height: 71px;
border: 1px solid #98a8c2;
transform: rotate(-40deg);
-webkit-transform: rotate(-40deg);
-o-transform: rotate(-40deg);
-ms-transform: rotate(-40deg);
-moz-transform: rotate(-40deg);
}
.slide3-con-s2{
position: absolute;
bottom: 92px;
right: 200px;
height: 48px;
border: 1px solid #98a8c2;
transform: rotate(42deg);
-webkit-transform: rotate(42deg);
-o-transform: rotate(42deg);
-moz-transform: rotate(42deg);
-ms-transform: rotate(42deg);
}
.slide3-con .slide3-con-gyl{
transform:scale(1.2) translateX(-460px);
-webkit-transform:scale(1.2) translateX(-460px);
-moz-transform:scale(1.2) translateX(-460px);
-ms-transform:scale(1.2) translateX(-460px);
-o-transform:scale(1.2) translateX(-460px);
transition:all 0.6s;
-webkit-transition:all 0.6s;
-o-transition:all 0.6s;
-moz-transition:all 0.6s;
-ms-transition:all 0.6s;
}
.slide3-con .slide3-con-gyl img:hover,
.slide3-con .slide3-con-gy2 img:hover,
.slide3-con .slide3-con-gy3 img:hover{
transform: scale(1.2);
-ms-transform: scale(1.2);
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
}
.slide3-con .slide3-con-gyl img,
.slide3-con .slide3-con-gy2 img,
.slide3-con .slide3-con-gy3 img{
transition:all 0.6s;
-webkit-transition:all 0.6s;
-o-transition:all 0.6s;
-moz-transition:all 0.6s;
-ms-transition:all 0.6s;
}
.slide3-con .slide3-con-gy2{
transform:scale(1) translateX(460px);
-webkit-transform:scale(1) translateX(460px);
-moz-transform:scale(1) translateX(460px);
-ms-transform:scale(1) translateX(460px);
-o-transform:scale(1) translateX(460px);
transition:all 0.6s;
-webkit-transition:all 0.6s;
-o-transition:all 0.6s;
-moz-transition:all 0.6s;
-ms-transition:all 0.6s;
}
.swiper-img3.swiper-slide-active .slide3-con .slide3-con-gyl,
.swiper-img3.swiper-slide-active .slide3-con .slide3-con-gy2{
transform:translateX(0);
-webkit-transform:translateX(0);
-moz-transform:translateX(0);
-ms-transform:translateX(0);
-o-transform:translateX(0);
}
/*轮播第五页*/
.slide4-con{
position: relative;
top: 0;
left: 0;
width: 860px;
height: 400px;
overflow: hidden;
text-align: center;
}
.slide4-con-d{
position: absolute;
bottom: 0;
left: 15%;
}
.slide4-con-d p{
color: #fff;
font-size: 23.25px;
position: absolute;
right: 0;
}
.slide4-con .slide4-con-d .slide4-con-p{
transform:scale(1.5) translateX(-600px);
-webkit-transform:scale(1.5) translateX(-600px);
-moz-transform:scale(1.5) translateX(-600px);
-o-transform:scale(1.5) translateX(-600px);
-ms-transform:scale(1.5) translateX(-600px);
transition:all 0.6s;
-webkit-transition:all 0.6s;
-o-transition:all 0.6s;
-moz-transition:all 0.6s;
-ms-transition:all 0.6s;
}
.slide4-con .slide4-con-d .slide4-con-img{
transform:scale(1.5) translateX(600px);
-webkit-transform:scale(1.5) translateX(600px);
-moz-transform:scale(1.5) translateX(600px);
-o-transform:scale(1.5) translateX(600px);
-ms-transform:scale(1.5) translateX(600px);
transition:all 0.6s;
-webkit-transition:all 0.6s;
-o-transition:all 0.6s;
-moz-transition:all 0.6s;
-ms-transition:all 0.6s;
}
.swiper-img4.swiper-slide-active .slide4-con .slide4-con-d .slide4-con-p,
.swiper-img4.swiper-slide-active .slide4-con .slide4-con-d .slide4-con-img{
transform:scale(1) translate(0);
-webkit-transform:scale(1) translate(0);
-moz-transform:scale(1) translate(0);
-ms-transform:scale(1) translate(0);
-o-transform:scale(1) translate(0);
}
/*第一屏结束*/
/*第二屏开始*/
.slide2-word{
position: absolute;
top:100px;
right:70px;
}
.slide2-intro-con{
position: absolute;
left: 50%;
top: 15%;
margin-left: -400px;
width: 800px;
height: 500px;
}
.introTabs{
width: 180px;
height: 100%;
border:0;
margin-top:30px;
}
.slide2-intro-con .tab-content{
width: 600px;
margin-left: 190px;
}
.slide2-intro-con #myTab>li{
float:none;
}
.slide2-intro-con .introTabs>li{
width: 152px;
height: 40px;
line-height: 50px;
margin:3px auto;
}
.slide2-intro-con .introTabs>li a{
text-align: center;
border-radius: 100px;
font-size: 16px;
color: #898a8a;
background-color: #f5fcff;
padding: 4px;
box-shadow: 3px 3px 3px #979b9d
}
.slide2-intro-con .introTabs li:hover a{
color:#e2221b;
}
.slide2-intro-con .introTabs li.active a{
color:#019dec;
background-color: #f5fcff;
}
.slide2-intro-con .tab-content .hdjj-con{
width: 600px;
height: 445px;
margin:40px auto;
/*border:1px solid red;*/
}
.Intro-toubu{
height: 80px;
width: 100%;
position: relative;
top: 0;
left: 30px;
}
.Intro-toubu .Intro-s1{
position: absolute;
top: 18px;
left: 82px;
color: #108999;
font-size: 16px;
font-weight: bold;
}
.Intro-toubu .Intro-tou1{
width: 57px;
height: 57px;
margin-right: 20px;
}
.Intro-toubu .Intro-touline{
position: relative;
left: 0px;
top: 20px;
width: 137px;
height: 4px;
}
/*简介 图*/
.slide2-intro-con .tab-content .hdjj-con .hdjj-con-img{
width: 400px;
height: 220px;
margin: auto;
text-align:center;
position: relative;
top: 0;
left: 0;
}
.hdjj-con-img .hdjj-con-d1{
width: 290px;
height: 75px;
position: relative;
top: 0;
left: 60px;
}
.hdjj-con-img .hdjj-con-d2{
width: 200px;
height: 114px;
position: relative;
top: 0;
left: 256px;
}
.hdjj-con-img .hdjj-con-d3{
width: 255px;
height: 108px;
position: relative;
top: -78px;
left: 0;
}
.hdjj-con-img .hdjj-tuoyuan{
width: 298px;
height: 127px;
position: absolute;
left: 12%;
top: 20%;
}
.hdjj-con-img .ellipse{
width: 89px;
height: 68px;
border-radius: 50px;
z-index: 111;
transition: all 0.6s;
-webkit-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
-o-transition: all 0.6s;
}
.hdjj-con-img .smallTuoyuan1{
position: absolute;
top: 2px;
left: 0;
}
.hdjj-con-img span{
color: #019dec;
font-size: 14px;
font-weight: bold;
z-index: 111;
transition: all 0.6s;
-webkit-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
-o-transition: all 0.6s;
}
.hdjj-con-img .hdjj-s1{
position: absolute;
top: 4px;
left: 92px;
}
.hdjj-con-img .hdjj-s2{
position: absolute;
top: 52px;
right: 5px;
}
.hdjj-con-img .hdjj-s3{
position: absolute;
bottom: 20px;
left: 98px;
}
.hdjj-con-img p{
font-size: 12px;
color: #7e7e7e;
font-weight: bold;
z-index: 111;
transition: all 0.6s;
-webkit-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
-o-transition: all 0.6s;
}
.hdjj-con-img .hdjj-p1{
position: absolute;
top: 23px;
left: 102px;
}
.hdjj-con-img .hdjj-p2{
position: absolute;
top: 39px;
right: 14px
}
.hdjj-con-img .hdjj-p3{
position: absolute;
top: 55px;
right: 10px;
}
.hdjj-con-img .hdjj-p4{
position: absolute;
bottom: 27px;
left: 35px;
}
.hdjj-con-img .hdjj-p5{
position: absolute;
bottom: 12px;
left: 2px;
}
.hdjj-con-img .hdjj-p6{
position: absolute;
bottom: 66px;
left: 96px;
}
.hdjj-con-img .hdjj-p7{
position: absolute;
bottom: 82px;
left: 66px;
}
.hdjj-con-img .smallTuoyuan2{
position: absolute;
top: 0;
left: 44px;
}
.hdjj-con-img .smallTuoyuan3{
position: absolute;
bottom: 0;
left: 162px;
}
.slide2-intro-con .tab-content .hdjj-con .hdjj-con-font{
width: 550px;
height: 155px;
margin:8px auto;
}
.hdjj-con-img .jj{
z-index: 111;
transition: all 0.6s;
-webkit-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
-o-transition: all 0.6s;
}
.hdjj-con-img .jj:hover{
z-index: 111;
transform: scale(1.2);
-ms-transform: scale(1.2);
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
}
/*hdwh start*/
.hdwh-content{
width: 510px;
height: 300px;
margin: 26px auto;
position: relative;
top: 0;
left: 0;
}
.hdwh-content p{
text-align: justify;
font-size: 12px;
color: #777;
width: 118px;
}
.hdwh-content img{
width: 112px;
height: 99px;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-ms-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
}
.hdwh-content img:hover{
transform: scale(1.3);
-ms-transform: scale(1.3);
-moz-transform: scale(1.3);
-webkit-transform: scale(1.3);
-o-transform: scale(1.3);
}
.hdwh-content .hdwh-p1{
position: absolute;
top: 12px;
left: 76px;
}
.hdwh-content .hdwh-p2{
position: absolute;
top: -22px;
right: 94px;
}
.hdwh-content .hdwh-p3{
position: absolute;
top: 132px;
right: -18px;
}
.hdwh-content .hdwh-p4{
position: absolute;
left: -18px;
bottom: 6px;
}
.hdwh-content .hdwh-p5{
position: absolute;
bottom: -20px;
left: 196px;
}
.hdwh-content .hdwh-img1{
position: absolute;
top: 16px;
left: 196px;
}
.hdwh-content .hdwh-img2{
position: absolute;
top: 16px;
right: 0;
}
.hdwh-content .hdwh-img3{
position: absolute;
bottom: 68px;
left: 8px;
}
.hdwh-content .hdwh-img4{
position: absolute;
left: 101px;
top: 74px;
}
.hdwh-content .hdwh-img5{
position: absolute;
left: 198px;
top: 130px;
}
.hdwh-content .hdwh-img6{
position: absolute;
top: 74px;
right: 97px;
}
.hdwh-content .hdwh-img7{
position: absolute;
bottom: 12px;
left: 102px;
}
.hdwh-content .hdwh-img8{
position: absolute;
right: 98px;
bottom: 12px;
}
/*hdwh end*/
.slide2-intro-con .tab-content .hdjj-con .hdjj-con-font .hdjj-con-font-jjcon{
width: 550px;
height: 112px;
margin-top: 5px;
}
.slide2-intro-con .tab-content .hdjj-con .hdjj-con-font .hdjj-con-font-jjcon p{
font-size: 16px;
color: #1e1d1d;
text-align: justify;
text-indent: 30px;
}
/*hdtd start*/
.Intro-toubu .Intro-tou2{
width: 57px;
height: 79px;
margin-right: 20px;
}
.Intro-toubu .Intro-s2{
position: absolute;
top: 28px;
left: 82px;
color: #108999;
font-size: 16px;
font-weight: bold;
}
.hdtd-content{
width: 100%;
height: 120px;
position: relative;
top: 0;
left: 40px;
}
.hdtd-content>div{
font-size: 16px;
color:#9f9f9f;
}
.hdtd-content div p{
font-size: 20px;
color: #3db5f1;
display: inline-block;
padding: 0 8px;
transition: all 0.4s;
-webkit-transition: all 0.4s;
-ms-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
}
.hdtd-content div p:hover{
transform: scale(1.4);
-ms-transform: scale(1.4);
-moz-transform: scale(1.4);
-webkit-transform: scale(1.4);
-o-transform: scale(1.4);
}
.hdtd-img{
width: 100%;
height: 240px;
position: relative;
top: 0;
left: 0;
}
.hdtd-img img{
width: 356px;
height: 215px;
position: absolute;
top: 20px;
left: 20%
}
.hdtd-img div{
font-size: 12px;
color:#979797;
z-index: 111;
}
.hdtd-img div p{
font-size: 16px;
color:#58bbf0;
display: inline-block;
padding: 0 8px;
transition: all 0.6s;
-webkit-transition: all 0.6s;
-ms-transition: all 0.6s;
-moz-transition: all 0.6s;
-o-transition: all 0.6s;
}
.hdtd-img .hdtd-d1{
position: absolute;
top: 0;
left: 45%;
}
.hdtd-img .hdtd-d2{
position: absolute;
top: 18%;
right: 18%
}
.hdtd-img .hdtd-d3{
position: absolute;
top: 26%;
left: 10%;
}
.hdtd-img div p:hover{
transform: scale(1.4);
-ms-transform: scale(1.4);
-moz-transform: scale(1.4);
-webkit-transform: scale(1.4);
-o-transform: scale(1.4);
}
/*partners start*/
.Intro-toubu .Intro-tou3{
width: 63px;
height: 60px;
margin-right: 21px;
}
.Intro-toubu .Intro-s3{
position: absolute;
top: 20px;
left: 90px;
color: #108999;
font-size: 16px;
font-weight: bold;
}
.hdhb-content{
width: 498px;
height: 196px;
margin: 25px auto;
overflow: hidden;
}
.hdhb-content .swiper-container{
width: 496px;
height: 196px;
margin-left: auto;
margin-right: auto;
}
.bannerTwo .swiper-wrapper>.swiper-slide{
text-align: center;
background: #fff;
height: 98px;
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.bannerTwo .swiper-wrapper .swiper-slide a{
display: table-cell;
vertical-align: middle;
background: rgba(255,255,255,.35);
text-align: center;
width: 100%;
height: 100%;
line-height: 98px;
border-color: #ddd;
border-style: dotted;
border-width: 0 1px 0 0;
}
.partners a img{
line-height: 0;
max-width: 145px;
max-height: 36px;
}
.partners a:hover img{
animation: partner 1s 0.2s ease both;
-webkit-animation: partner 1s 0.2s ease both;
-o-animation: partner 1s 0.2s ease both;
-ms-animation: partner 1s 0.2s ease both;
-moz-animation: partner 1s 0.2s ease both;
}
@keyframes partner{
0% {
transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
}
10%, 20% {
transform: scale(0.9) rotate(-3deg);
-o-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
-moz-transform: scale(0.9) rotate(-3deg);
-webkit-transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
transform: scale(1.1) rotate(3deg);
-o-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
-moz-transform: scale(1.1) rotate(3deg);
-webkit-transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
transform: scale(1.1) rotate(-3deg);
-o-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
-moz-transform: scale(1.1) rotate(-3deg);
-webkit-transform: scale(1.1) rotate(-3deg);
}
100% {
transform: scale(1) rotate(0);
-o-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
-moz-transform: scale(1) rotate(0);
-webkit-transform: scale(1) rotate(0);
}
}
@-moz-keyframes partner{ /* Firefox */
0% {
transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
}
10%, 20% {
transform: scale(0.9) rotate(-3deg);
-o-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
-moz-transform: scale(0.9) rotate(-3deg);
-webkit-transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
transform: scale(1.1) rotate(3deg);
-o-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
-moz-transform: scale(1.1) rotate(3deg);
-webkit-transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
transform: scale(1.1) rotate(-3deg);
-o-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
-moz-transform: scale(1.1) rotate(-3deg);
-webkit-transform: scale(1.1) rotate(-3deg);
}
100% {
transform: scale(1) rotate(0);
-o-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
-moz-transform: scale(1) rotate(0);
-webkit-transform: scale(1) rotate(0);
}
}
@-webkit-keyframes partner{ /* Safari 和 Chrome */
0% {
transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
}
10%, 20% {
transform: scale(0.9) rotate(-3deg);
-o-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
-moz-transform: scale(0.9) rotate(-3deg);
-webkit-transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
transform: scale(1.1) rotate(3deg);
-o-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
-moz-transform: scale(1.1) rotate(3deg);
-webkit-transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
transform: scale(1.1) rotate(-3deg);
-o-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
-moz-transform: scale(1.1) rotate(-3deg);
-webkit-transform: scale(1.1) rotate(-3deg);
}
100% {
transform: scale(1) rotate(0);
-o-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
-moz-transform: scale(1) rotate(0);
-webkit-transform: scale(1) rotate(0);
}
}
@-o-keyframes partner{ /* Opera */
0% {
transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
-ms-transform: scale(1);
-moz-transform: scale(1);
}
10%, 20% {
transform: scale(0.9) rotate(-3deg);
-o-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
-moz-transform: scale(0.9) rotate(-3deg);
-webkit-transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
transform: scale(1.1) rotate(3deg);
-o-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
-moz-transform: scale(1.1) rotate(3deg);
-webkit-transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
transform: scale(1.1) rotate(-3deg);
-o-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
-moz-transform: scale(1.1) rotate(-3deg);
-webkit-transform: scale(1.1) rotate(-3deg);
}
100% {
transform: scale(1) rotate(0);
-o-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
-moz-transform: scale(1) rotate(0);
-webkit-transform: scale(1) rotate(0);
}
}
/*partners end*/
/*hdzz start*/
.hdzz-content{
width: 560px;
height: 330px;
background-color: #fff;
overflow: hidden;
}
.hdzz-content .swiper-container{
width: 560px;
height: 330px;
}
.hdzz-content .bannerThree .swiper-slide{
text-align: center;
background: #fff;
/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.hdzz-slide-hengImg>div{
height: 150px;
width: 126px;
margin: 5px;
line-height: 150px;
}
.hengImg{
width:126px;
height:105px;
}
.hdzz-slide-shuImg>div{
height: 150px;
width: 126px;
margin: 5px;
line-height: 150px;
}
.hdzz-content .swiper-slide>div>img{
cursor:pointer;
}
.hdzz-content .swiper-button-next{
top: 62%;
left: 96%;
}
.hdzz-content .swiper-button-prev{
top: 46%;
left: 96%;
}
.hdzz-content .swiper-button-next,.hdzz-content .swiper-button-prev{
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-moz-transform: rotate(90deg);
}
.hdzz-content ul li{
float:left;
}
.hdzz-content .crossImg{
width: 100%;
height: 115px;
}
.hdzz-content .verticalImg{
width: 100%;
height: 164px;
}
.shuImg{
width:110px;
height:147px;
}
.maskHide{
position: fixed;
top:0;
left:0;
bottom:0;
right:0;
display: none;
z-index: 222;
background-color:rgba(0,0,0,0.3);
}
.imgmax {
position: absolute;
top: 15%;
left: 0;
right: 0;
z-index: 20000;
height: 70%;
margin: auto;
text-align: center;
}
.imgmax>img {
height: 100%;
width: 40%;
}
/*hdzz end*/
/*第二屏结束*/
/*第三屏开始*/
.slide3-intro-con{
position: absolute;
left: 48%;
top: 28%;
margin-left: -380px;
width: 786px;
height: 232px;
/*border: 1px solid red;*/
}
.slide3-intro-con .product-con{
height: 230px;
width: 230px;
border:12px solid #9d9d9d;
border-radius: 100%;
margin:0 15px;
text-align: center;
background-color: rgba(106,106,106,0.4);
}
.product-wms img{
width: 84px;
height: 91px;
margin-top:24px;
}
.product-ep img{
width: 64px;
height: 84px;
margin-top:27px;
}
.product-bid img{
width: 118px;
height: 69px;
margin-top:42px;
}
/*滑动显示 start*/
.prohide-con{
position: absolute;
top: 0;
left: 0;
border-radius: 100%;
text-align: center;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
color: #fff;
font-size:12px;
-webkit-transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-ms-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
opacity: 0;
}
.prohide-p{
width: 76%;
height: 74%;
margin:34px auto;
text-align: justify;
opacity: 0;
filter:alpha(opacity=0);
overflow: hidden;
text-overflow: ellipsis;
}
.prohide-con:hover p{
-webkit-animation: productCon 0.8s ease 0.1s 1 forwards;
-moz-animation: productCon 0.8s ease 0.1s 1 forwards;
-ms-animation: productCon 0.8s ease 0.1s 1 forwards;
-o-animation: productCon 0.8s ease 0.1s 1 forwards;
animation: productCon 0.8s ease 0.1s 1 forwards;
opacity: 1;
filter:alpha(opacity=100);
}
@keyframes productCon{
0% {
margin-top: 50%;
}
100% {
margin-top: 34px;
}
}
.prohide-con span{
color:#fcc711;
font-size: 12px;
}
.prohide-con a{
color:#337ab7;
}
/*滑动显示 end*/
.slide3-intro-con div a p{
font-size: 20px;
color:#fd9704;
}
.slide3-intro-con div a p:first-child{
margin-top:16px;
}
.slide3-intro-con .product-wms:hover .prohide-con,
.slide3-intro-con .product-ep:hover .prohide-con,
.slide3-intro-con .product-bid:hover .prohide-con{
opacity:1;
filter:alpha(opacity=100);
}
.slide3-intro-con .product-wms{
transform:translateX(-500px);
-webkit-transform:translateX(-500px);
-moz-transform:translateX(-500px);
-ms-transform:translateX(-500px);
-o-transform:translateX(-500px);
transition:all 0.6s;
-webkit-transition:all 0.6s;
-o-transition:all 0.6;
-moz-transition:all 0.6s;
-ms-transition:all 0.6s;
}
.slide3-intro-con .product-ep{
transform:translateY(-150px);
-webkit-transform:translateY(-150px);
-moz-transform:translateY(-150px);
-ms-transform:translateY(-150px);
-o-transform:translateY(-150px);
transition:all 0.6s;
-webkit-transition:all 0.6s;
-o-transition:all 0.6;
-moz-transition:all 0.6s;
-ms-transition:all 0.6s;
}
.slide3-intro-con .product-bid{
transform:translateX(500px);
-webkit-transform:translateX(500px);
-moz-transform:translateX(500px);
-ms-transform:translateX(500px);
-o-transform:translateX(500px);
transition:all 0.6s;
-webkit-transition:all 0.6s;
-o-transition:all 0.6;
-moz-transition:all 0.6s;
-ms-transition:all 0.6s;
}
.slide3.active .slide3-intro-con .product-wms,
.slide3.active .slide3-intro-con .product-ep,
.slide3.active .slide3-intro-con .product-bid{
transform:translate(0);
-webkit-transform:translate(0);
-moz-transform:translate(0);
-ms-transform:translate(0);
-o-transform:translate(0);
}
.slide3.active .slide3-intro-con .product:hover{
border:12px solid #42b8f5;
transform: scale(1.15);
-ms-transform: scale(1.15);
-moz-transform: scale(1.15);
-webkit-transform: scale(1.15);
-o-transform: scale(1.15);
}
.slide3.active .slide3-intro-con .product:hover img,
.slide3.active .slide3-intro-con .product:hover a p{
opacity: 0.5;
filter:alpha(opacity=50);
}
/*第三屏结束*/
/*第四屏开始*/
.jjfa_con div{
/*border: 1px solid red;*/
position: relative;
width: 310px;
height: 340px;
}
.jjfa_con div a{
width: 100%;
height: 100%;
display: inline-block;
border-radius: 50%;
-webkit-transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-ms-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
}
.jjfa_znwl{
top: 25%;
left: 12%;
}
.jjfa_con div img{
width: 310px;
height: 339px;
}
.jjfa_con div p{
position: absolute;
font-size: 40px;
font-weight: bold;
}
.jjfa_znwl p{
top: 20%;
left: 45%;
color:#60bbad;
}
.jjfa_wlw{
top: 6%;
left: -12%;
}
.jjfa_wlw p{
color:#f89c0f;
top: 30%;
left: 39%;
}
.jjfa_con .jjfa_znwl{
transform:translateX(-500px);
-webkit-transform:translateX(-500px);
-moz-transform:translateX(-500px);
-ms-transform:translateX(-500px);
-o-transform:translateX(-500px);
transition:all 0.6s;
-webkit-transition:all 0.6s;
-o-transition:all 0.6;
-moz-transition:all 0.6s;
-ms-transition:all 0.6s;
}
.jjfa_con .jjfa_wlw{
transform:translateX(500px);
-webkit-transform:translateX(500px);
-moz-transform:translateX(500px);
-ms-transform:translateX(500px);
-o-transform:translateX(500px);
transition:all 0.6s;
-webkit-transition:all 0.6s;
-o-transition:all 0.6;
-moz-transition:all 0.6s;
-ms-transition:all 0.6s;
}
.slide4.active .jjfa_con .jjfa_znwl,
.slide4.active .jjfa_con .jjfa_wlw{
transform:translate(0);
-webkit-transform:translate(0);
-moz-transform:translate(0);
-ms-transform:translate(0);
-o-transform:translate(0);
}
.jjfa_con .jjfa_znwl:hover a,
.jjfa_con .jjfa_wlw:hover a{
transform: scale(1.1);
-ms-transform: scale(1.1);
-moz-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
}
/*第四屏结束*/
/*第五屏开始*/
.znwlCon,.gylCon{
width: 586px;
height: 400px;
/*border: 1px solid blue;*/
margin: auto;
}
.SfCases>ul{
float: left;
}
.SfCases ul{
height: 396px;
background-color:#fff;
}
.SfCases ul li{
text-align: center;
border-bottom: 2px dotted #ccc;
border-right: 2px dotted #ccc;
}
.SfCases ul li:hover .znwl-hide{
display: block;
}
.znwlCon ul{
width: 146px;
height:396px;
}
.znwlCon ul li{
width: 100%;
height: 98px;
position: relative;
top:0;
left:0;
}
.znwlCon ul li a{
width: 100%;
height: 100%;
line-height: 90px;
display: inline-block;
}
.znwl-hide{
width: 220px;
height: 150px;
border: 1px solid #ccc;
padding: 4px;
background-color: #fff;
position: absolute;
top:70px;
left:0;
z-index: 1111;
display: none;
-webkit-transition: all 0.5s ease-in-out 0s;
-moz-transition: all 0.5s ease-in-out 0s;
-ms-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
}
.znwl-hide p{
font-size: 14px;
color: #8d8d8d;
text-align: justify;
text-indent: 26px;
}
.SfCases ul:last-child li{
border-right:none;
}
.SfCases ul li:last-child{
border-bottom: none;
}
.znwlCon .znwl-ur1 li:first-child a img{
width: 92px;
height: 47px;
}
.znwlCon .znwl-ur1 li:nth-child(2) a img{
width: 92px;
height: 42px;
}
.znwlCon .znwl-ur1 li:nth-child(3) a img{
width: 92px;
height: 47px;
}
.znwlCon .znwl-ur1 li:last-child a img{
width: 92px;
height: 40px;
}
.znwlCon .znwl-ur2 li:first-child a img{
width: 92px;
height: 50px;
}
.znwlCon .znwl-ur2 li:nth-child(2) a img{
width: 112px;
height: 86px;
}
.znwlCon .znwl-ur2 li:nth-child(3) a img{
width: 92px;
height: 47px;
}
.znwlCon .znwl-ur2 li:last-child a img{
width: 102px;
height: 45px;
}
.znwlCon .znwl-ur3 li:first-child a img{
width: 92px;
height: 47px;
}
.znwlCon .znwl-ur3 li:nth-child(2) a img{
width: 60px;
height: 60px;
}
.znwlCon .znwl-ur3 li:nth-child(3) a img{
width: 92px;
height: 40px;
}
.znwlCon .znwl-ur3 li:last-child a img{
width: 92px;
height: 47px;
}
.znwlCon .znwl-ur4 li:first-child a img{
width: 90px;
height: 32px;
}
.znwlCon .znwl-ur4 li:nth-child(2) a img{
width: 90px;
height: 46px;
}
.znwlCon .znwl-ur4 li:nth-child(3) a img{
width: 90px;
height: 66px;
}
.znwlCon .znwl-ur4 li:last-child a img{
width: 92px;
height: 55px;
vertical-align: -40px;
}
.gylCon ul{
width: 192px;
height: 233px;
}
.gylCon ul li{
width: 100%;
height: 115px;
position: relative;
top:0;
left:0;
}
.gylCon ul li a{
width: 100%;
height: 100%;
line-height: 115px;
}
.gylCon .gyl-ur1 li:first-child a img{
width: 144px;
height: 40px;
}
.gylCon .gyl-ur1 li:last-child a img{
width: 140px;
height: 32px;
}
.gylCon .gyl-ur2 li:first-child a img{
width: 120px;
height: 32px;
}
.gylCon .gyl-ur2 li:last-child a img{
width: 140px;
height: 40px;
}
.gylCon .gyl-ur3 li:first-child a img{
width: 134px;
height: 38px;
}
.gylCon .gyl-ur3 li:last-child a img{
width: 134px;
height: 40px;
}
.fwwbCon ul{
width: 192px;
height:350px;
}
.fwwb-ur1 li:first-child a img{
width: 134px;
height: 40px;
}
.fwwb-ur1 li:last-child a img{
width: 90px;
height: 60px;
}
.fwwb-ur1 li:nth-child(2) a img{
width: 90px;
height: 40px;
}
.fwwb-ur2 li:first-child a img{
width: 134px;
height: 88px;
vertical-align: 0;
}
.fwwb-ur2 li:nth-child(2) a img{
width: 134px;
height: 40px;
}
.fwwb-ur2 li:last-child a img{
width: 90px;
height: 110px;
}
.fwwb-ur3 li:first-child a img{
width: 130px;
height: 38px;
}
.fwwb-ur3 li:nth-child(2) a img{
width: 95px;
height: 50px;
}
.fwwb-ur3 li:last-child a img{
width: 134px;
height: 40px;
}
.cgalTranform{
transform:scale(0);
-webkit-transform:scale(0);
-moz-transform:scale(0);
-ms-transform:scale(0);
-o-transform:scale(0);
transition: all 0.8s ease-in-out 0s;
-webkit-transition:all 0.8s ease-in-out 0s;
-o-transition:all 0.8s ease-in-out 0s;
-moz-transition:all 0.8s ease-in-out 0s;
-ms-transition:all 0.8s ease-in-out 0s;
}
.slide5.active .cgalTranform{
transform:scale(1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
}
/*第五屏结束*/
/*第六屏开始*/
.recruit-con{
position: absolute;
right: 19%;
top: 15%;
margin-left: -325px;
width: 650px;
height: 488px;
/*border: 1px solid red;*/
}
.f24{
font-size: 24px;
color:#e2c664;
}
.f26{
font-size:26px;
color:#e2c664;
}
.recruit-con-left{
width: 284px;
height: 160px;
}
.recruit-con-left div{
float:left;
}
.recruit-con-left div:last-child{
margin-top:82px;
}
.recruit-con-left .recruit-con-left-d1{
text-align:right;
transform:translateX(-500px);
-webkit-transform:translateX(-500px);
-moz-transform:translateX(-500px);
-ms-transform:translateX(-500px);
-o-transform:translateX(-500px);
transition:all 0.8s;
-webkit-transition:all 0.8s;
-o-transition:all 0.8s;
-moz-transition:all 0.8s;
-ms-transition:all 0.8s;
}
.recruit-con-left .recruit-con-left-d2{
transform:translateX(500px);
-webkit-transform:translateX(500px);
-moz-transform:translateX(500px);
-ms-transform:translateX(500px);
-o-transform:translateX(500px);
transition:all 0.8s;
-webkit-transition:all 0.8s;
-o-transition:all 0.8s;
-moz-transition:all 0.8s;
-ms-transition:all 0.8s;
}
.slide6.active .recruit-con .recruit-con-left .recruit-con-left-d1,
.slide6.active .recruit-con .recruit-con-left .recruit-con-left-d2{
transform:translateX(0);
-webkit-transform:translateX(0);
-moz-transform:translateX(0);
-ms-transform:translateX(0);
-o-transform:translateX(0);
}
.recruit-look{
color: #f5f4ef;
font-size: 36px;
font-weight: bold;
}
.recruit-line{
height: 154px;
width: 2px;
margin: 0 17px;
background-color: #aaaeb4;
}
.recruit-con-right{
position: absolute;
right: 50px;
bottom: 10px;
text-align: right;
}
.recruit-con-right>p{
font-size: 36px;
color:#edce66;
font-weight: bold;
margin-bottom: 14px
}
.recruit-con-right .recruit-con-p1{
font-size:24px;
color:#ffffff;
margin: 16px 0;
}
.recruit-con-right a:link{
text-decoration: none;
border: none;
}
.recruit-con-right a:hover{
color: #00ffff;
border: none;
}
.recruit-con-right .recruit-con-p2{
font-size:16px;
color:#b2b5bb;
}
.recruit-con-right .line-p{
height: 2px;
background-color: #f7b000;
width: 326px;
margin-top:15px;
}
/*第六屏结束
/*第七屏开始*/
.slide7-intro-con{
position: absolute;
left: 48%;
top: 28%;
margin-left: -380px;
width: 786px;
height: 348px;
background-image: url(../images/AfterSalesService/baiBan.png);
background-size:100%;
border-radius: 3%;
}
.slide7-intro-con .service-left{
width: 298px;
height: 254px;
text-align: center;
margin:48px 0 0 48px;
}
.slide7-intro-con .service-left p{
font-size: 38px;
color: #fe9704;
font-weight: bold;
margin-bottom: 21px;
}
.slide7-intro-con .service-left img{
width: 295px;
height: 159px;
}
.slide7-intro-con .service-right{
width: 307px;
height: 254px;
margin:40px 80px 0 0;
border:1px solid #aca9a8;
}
.service-right .service-right-d1{
width: 100%;
height: 30px;
line-height: 30px;
background-color: #fba803;
text-align: center;
margin-top: 19px;
font-size: 20px;
color: #fff;
position: relative;
top: 0;
left: 0;
}
.service-right .service-right-d1 i{
width: 25px;
height: 33px;
display: inline-block;
background-image: url(../images/AfterSalesService/lock.png);
background-size: 100%;
position: absolute;
top: 0;
left: 48px;
}
.service-right .service-right-d2{
width: 100%;
height: 40px;
line-height: 40px;
}
.service-right .service-right-d2 span{
font-size: 16px;
color: #434343;
display: inline-block;
width: 80px;
text-align: right;
}
.service-right .service-right-d2 input{
width: 176px;
height: 24px;
padding-left:2px;
}
.service-right .service-right-d2 .validation{
width: 113px;
height: 24px;
}
.service-right .service-right-d2 .code{
font-family: Arial;
font-style: italic;
color: blue;
font-size: 22px;
border: 0;
padding: 2px 3px;
letter-spacing: 3px;
font-weight: bolder;
cursor: pointer;
width: 80px;
height: 25px;
line-height: 25px;
text-align: center;
vertical-align: -5px;
}
/*.service-right .service-right-d2 .validation1{
width: 50px;
height: 20px;
margin-left:9px;
}*/
.service-right .service-right-d3{
width: 100%;
height: 25px;
line-height: 25px;
text-align: center;
}
.service-right .service-right-d3 span{
font-size:12px;
color:#4a86c2;
cursor:pointer;
}
.service-right .service-right-d3 span:last-child{
margin-left:20px;
}
.service-btn{
width: 100px;
height: 30px;
line-height: 30px;
text-align: center;
background-color: #4b87c4;
border-radius: 5%;
margin: 10px auto;
cursor: pointer;
color:#fff;
font-size:16px;
}
.applyaccount>p{
font-size: 18px;
margin:10px;
}
.applyaccount>p a{
color:#4a86c2;
}
.changepw{
width: 400px;
height: 130px;
margin: auto;
font-size: 18px;
}
.changepw>div{
margin: 10px 0;
width: 100%;
height: 30px;
line-height: 30px;
}
.changepw>div span:first-child{
color:red;
margin-right:3px;
}
.changepw>div p{
display: inline-block;
width: 110px;
text-align: right;
}
.changepw>div input{
width: 200px;
height: 26px;
}
/*登录之后*/
.loginAfter{
width: 49%;
height: 100%;
}
.loginAfter>div{
width: 115px;
height: 160px;
margin:30px auto;
text-align: center;
}
.loginAfterdiv>div>a{
width: 100%;
height: 100%;
display: inline-block;
}
.loginAfter>div>a>img{
width: 100%;
height: 105px;
}
.loginAfter>div>a>p{
font-size: 20px;
color: #947363;
margin-top: 25px;
}
.company{
width: 100%;
height: 35px;
margin:30px auto;
font-size:30px ;
text-align: center;
}
/*第七屏结束*/
/*第八屏开始*/
.slide8-contact{
position: absolute;
left: 48%;
top: 20%;
margin-left: -450px;
width: 1000px;
height: 430px;
}
.slide8-contact .contact-figure{
width: 200px;
height: 100%;
}
.contact-figure div:first-child{
height: 206px;
width: 100%;
text-align: center;
}
.contact-figure div:first-child img{
height: 100%;
width: 142px;
}
.contact-figure div:last-child{
width: 100%;
height: 224px;
text-align:center;
}
.contact-figure div:last-child img{
width: 121px;
height: 121px;
margin-top:22px;
-webkit-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
-o-transition:all 0.5s;
transition:all 0.5s;
}
.contact-figure div:last-child img:hover{
transform: scale(1.3);
-ms-transform: scale(1.3);
-moz-transform: scale(1.3);
-webkit-transform: scale(1.3);
-o-transform: scale(1.3);
}
.contact-figure div:last-child p{
font-size: 14px;
color:#787d7f;
margin-bottom: 10px;
}
.slide8-contact .contact-address{
width: 358px;
height: 100%;
}
.address-phone{
margin:5px auto;
}
.contact-address-suzhou,
.contact-address-other{
margin-left:40px;
}
.contact-address-other{
margin-top:24px;
}
.addressName{
font-size: 16px;
color: #fe9704;
}
.phone-i{
background: url(../images/ContactUs/phone-icon.png) no-repeat;
display: inline-block;
width: 23px;
height: 23px;
vertical-align: -6px;
}
.fax-i{
background: url(../images/ContactUs/fax-icon.png) no-repeat;
display: inline-block;
width: 21px;
height: 13px;
}
.mail-i{
background: url(../images/ContactUs/email-icon.png) no-repeat;
display: inline-block;
width: 17px;
height: 17px;
vertical-align: -2px;
}
.address-i{
background: url(../images/ContactUs/address-icon.png) no-repeat;
display: inline-block;
width: 16px;
height: 21px;
vertical-align: -4px;
}
.address-phone span{
font-size: 14px;
color: #787d7f;
}
.slide8-contact .contact-map{
width: 440px;
height: 100%;
text-align: center;
position: relative;
top:0;
left:25px;
}
.companylocation{
width:350px;
height:250px;
position:relative;
overflow: hidden;
z-index:0;
margin:auto;
border-radius:5px;
-webkit-user-select: none;
padding:6px;
}
.allmap{
width:350px;
height:250px;
position:relative;
overflow: hidden;
z-index:0;
margin:auto;
border-radius:5px;
-webkit-user-select: none;
padding:6px;
}
.slide8-contact .contact-figure,
.slide8-contact .contact-address,
.slide8-contact .contact-map .allmap{
transform:scale(0);
-webkit-transform:scale(0);
-moz-transform:scale(0);
-ms-transform:scale(0);
-o-transform:scale(0);
transition: all 1s ease-in-out 0s;
-webkit-transition:all 1s ease-in-out 0s;
-o-transition:all 1s ease-in-out 0s;
-moz-transition:all 1s ease-in-out 0s;
-ms-transition:all 1s ease-in-out 0s;
}
.slide8.active .slide8-contact .contact-figure,
.slide8.active .slide8-contact .contact-address,
.slide8.active .slide8-contact .contact-map .allmap{
transform:scale(1);
-webkit-transform:scale(1);
-moz-transform:scale(1);
-ms-transform:scale(1);
-o-transform:scale(1);
}
.contact-map .contactZi{
width: 234px;
height: 63px;
position: absolute;
left:40%;
bottom:0;
}
.busStation{
font-size: 12px;
color: #666;
margin-top: 5px;
}
.contact-footer{
width: 100%;
height: 70px;
position: absolute;
bottom:0;
left:0;
color:#787d7f;
text-align: center;
}
.contact-footer p:first a:hover{
text-decoration: none;
}
/*第八屏结束*/