12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640 |
- /* 首页主体内容样式 */
- .main {
- background: #ffffff;
- }
- /* 所有主体内容标题 */
- .main h2.item-title {
- text-align: center;
- font-size: 32px;
- line-height: 56px;
- }
- .main h2>a {
- color: #000000;
- }
- /* 所有主体内容描述 */
- .main .item-dec {
- text-align: center;
- font-size: 22px;
- margin-bottom: 32px;
- color: #AEAEAE;
- }
- .main>div {
- padding: 70px 0px;
- }
- /* 轮播图 */
- .swiper-slide>img {
- width: 100%;
- }
- #swiper1 .swiper-button-next:after,
- .swiper-button-prev:after {
- font-size: 69px !important;
- }
- #swiper1 .swiper-button-prev,
- .swiper-container-rtl .swiper-button-next {
- color: #ffffff !important;
- }
- #swiper1 .swiper-button-next,
- .swiper-container-rtl .swiper-button-prev {
- color: #ffffff !important;
- }
- /* 视频按钮 */
- .video-button {
- position: absolute;
- top: 67%;
- left: 46%;
- background: transparent;
- padding: 3px 20px;
- border-radius: 5px;
- line-height: 44px;
- font-size: 22px;
- border: 3px solid #ffffff;
- color: #ffffff;
- cursor: pointer;
- z-index: 99;
- -webkit-transition: all .5;
- -moz-transition: all .5;
- -o-transition: all .5;
- transition: all .5s;
- }
- .video-button:hover{
- -webkit-animation-name: bounceln;
- -o-animation-name: bounceln;
- animation-name: bounceln;
- -webkit-animation-duration: 1s;
- -o-animation-duration: 1s;
- animation-duration: 1s;
- -webkit-animation-timing-function: ease-out;
- -o-animation-timing-function: ease-out;
- animation-timing-function: ease-out;
- -webkit-animation-fill-mode: both;
- -o-animation-fill-mode: both;
- animation-fill-mode: both;
- }
- /* 轮播图下方展示栏 */
- .tp-banner-dom {
- position: absolute;
- bottom: -35px;
- left: 50%;
- transform: translateX(-50%);
- width: 1210px;
- height: 122px;
- border-radius: 5px;
- background: #ffffff;
- box-shadow: 7px 12.1px 43px 0 rgba(0, 0, 0, .1);
- z-index: 99;
- }
- .tp-banner-item {
- width: 25%;
- border-radius: 5px;
- height: 100%;
- float: left;
- padding: 22px 0px;
- padding-left: 42px;
- }
- .tp-banner-item:hover {
- background: #1296DB;
- box-shadow: 0px 4px 15px 0 #1296dbbd;
- }
- .tp-banner-item>div>span {
- font-size: 25px;
- color: #000000;
- }
- .tp-banner-item>div>p {
- margin-top: 14px;
- color: #666666;
- }
- .tp-banner-item>div {
- float: left;
- }
- .tp-banner-item>em {
- display: inline-block;
- float: left;
- font-size: 52px;
- margin-right: 20px;
- color: #1296DB;
- }
- .tp-banner-item:hover>div>span,
- .tp-banner-item:hover>em {
- color: #ffffff;
- }
- .tp-banner-item:hover>div>p {
- color: #ffffff;
- }
- /* 产品服务 */
- .serve-list {
- width: 100%;
- }
- .serve-list::after {
- content: "";
- display: block;
- clear: both;
- }
- .serve-list li {
- float: left;
- width: 287px;
- height: 270px;
- margin-bottom: 30px;
- padding: 20px;
- background: #EFEFEF;
- border-radius: 5px;
- padding-top: 40px;
- text-align: center;
- position: relative;
- -webkit-transition: all .5;
- -moz-transition: all .5;
- -o-transition: all .5;
- transition: all .5s;
- }
- .serve-list a:not(:first-child) li {
- margin-left: 32px;
- }
- .serve-list a:nth-child(5) li {
- margin: 0px;
- }
- .serve-list li>div {
- width: 100%;
- }
- .p-fontsiz {
- font-size: 50px;
- color: #1296D8;
- font-weight: bold;
- position: relative;
- top: 0;
- -webkit-transition: all .5;
- -moz-transition: all .5;
- -o-transition: all .5;
- transition: all .5s;
- }
- .serve-list li:hover .p-fontsiz,
- .serve-list li.active .p-fontsiz { top: -26px; color: #ffffff; }
- .serve_text {
- position: relative;
- top: 0;
- -moz-transition: all .36s ease;
- -o-transition: all .36s ease;
- transition: all .36s ease;
- webkit-transition: all .36s ease;
- }
- .serve_text ul::after{
- content: "";
- display: block;
- clear: both;
- }
- .serve_text li{
- float: left;
- width: 50%;
- color: #999999;
- white-space: nowrap;
- text-overflow: ellipsis;
- }
- .serve_text li:nth-child(2n){
- text-align: right;
- }
- .serve_text li:nth-child(2n-1){
- text-align: left;
- }
- .serve-list a {display: inline-block;float: left;}
- .serve-list .serve-button {
- width: 100px;
- height: 30px;
- background: #ffffff;
- border-radius: 7px;
- line-height: 30px;
- margin: 20px auto;
- color: black;
- opacity: 0;
- position: relative;
- top: 0px;
- -moz-transition: all .36s ease;
- -o-transition: all .36s ease;
- transition: all .36s ease;
- webkit-transition: all .36s ease;
- }
- .serve-list .serve_icon {
- width: 69px;
- height: 60px;
- margin: 0 auto;
- transition: 0.36s;
- position: relative;
- top: 0;
- }
- .serve-list .serve_text>p {
- font-size: 18px;
- color: #343434;
- margin-top: 18px;
- margin-bottom: 15px;
- }
- .serve-list .serve_text>span {
- font-size: 14px;
- width: 100%;
- color: #999999;
- margin-top: 3px;
- display: inline-block;
- overflow: hidden;
- }
- .serve-list li:hover {
- background: #1296DB;
- }
- .serve-list li:hover .serve_text {
- top: -36px;
- }
- .serve-list li:hover .serve_text>p {
- color: #ffffff;
- }
- .serve-list li:hover .serve_text li{
- color: #ffffff;
- }
- .serve-list li.active .serve_text li{
- color: #ffffff;
- }
- .serve-list li:hover .serve_text>span {
- color: #ffffff;
- margin-top: 0;
- }
- .serve-list li:hover .serve_icon {
- top: -26px;
- }
- .serve-list li:hover .serve-button {
- opacity: 1;
- top: -20px;
- }
- .serve-list li.active {
- background: #1296DB;
- }
- .serve-list li.active .serve_text {
- top: -36px;
- }
- .serve-list li.active .serve_text>p {
- color: #ffffff;
- }
- .serve-list li.active .serve_text>span {
- color: #ffffff;
- margin-top: 0;
- }
- .serve-list li.active .serve_icon {
- top: -26px;
- }
- .serve-list li.active .serve-button {
- opacity: 1;
- top: -20px;
- }
- /* 产品服务 end*/
- /* 关于我们 */
- .about {
- width: 100%;
- background: #f9f9fb;
- }
- .about_left {
- height: 550px;
- background: url(../images/about/chinamap.png) no-repeat;
- background-size: contain;
- background-position-x: 102px;
- }
- .about-dot {
- position: absolute;
- width: 9px;
- height: 9px;
- }
- .aboutinfo {
- position: absolute;
- top: -45px;
- left: 0;
- width: 248px;
- height: 197px;
- font-size: 46px;
- color: #d9dbdc;
- }
- .aboutinfo>.line {
- position: absolute;
- bottom: 0;
- width: 41%;
- height: 7px;
- background: #d9dbdc;
- }
- /* 福建-小圆点的位置 */
- .about_left>.one {
- top: 418px;
- left: 647px;
- border-radius: 6px;
- }
- .one.active>.bubble {
- width: 274px;
- }
- /* 长沙-小圆点的位置 */
- .about_left>.two {
- width: 30px;
- height: 30px;
- top: 389px;
- left: 545px;
- border-radius: 6px;
- background-size: cover;
- }
- .two.active>.bubble {
- top: -91px;
- left: -370px;
- width: 352px;
- }
- /* 北京-小圆点的位置 */
- .about_left>.three {
- top: 172px;
- left: 613px;
- border-radius: 6px;
- }
- .three.active>.bubble {
- top: -99px;
- right: -233px;
- width: 271px;
- }
- /* 武汉-小圆点的位置 */
- .about_left>.four {
- top: 351px;
- left: 570px;
- border-radius: 6px;
- }
- .four.active>.bubble {
- top: -91px;
- right: -22px;
- width: 229px;
- }
- /* 广西-小圆点的位置 */
- .about_left>.five {
- top: 446px;
- left: 530px;
- border-radius: 6px;
- }
- .five.active>.bubble {
- top: -88px;
- right: 20px;
- width: 293px;
- }
- /* 济南-小圆点的位置 */
- .about_left>.six {
- top: 255px;
- left: 627px;
- border-radius: 6px;
- }
- .six.active>.bubble {
- top: -104px;
- right: -243px;
- width: 266px;
- }
- /* 广州-小圆点的位置 */
- .about_left>.seven {
- top: 474px;
- left: 595px;
- border-radius: 6px;
- }
- .seven.active>.bubble {
- top: -110px;
- right: -193px;
- width: 264px;
- }
- /* 郑州-小圆点的位置 */
- .about_left>.eight {
- top: 296px;
- left: 587px;
- border-radius: 6px;
- }
- /* 合肥-小圆点的位置 */
- .about_left>.nine {
- top: 336px;
- left: 629px;
- border-radius: 6px;
- }
- /* 昆明-小圆点的位置 */
- .about_left>.ten {
- top: 432px;
- left: 441px;
- border-radius: 6px;
- }
- .ten.active>.bubble {
- top: -105px;
- right: 7px;
- width: 236px;
- }
- /* 成都-小圆点的位置 */
- .about_left>.eleven {
- top: 350px;
- left: 457px;
- border-radius: 6px;
- }
- .eleven.active>.bubble {
- top: -111px;
- right: -15px;
- width: 283px;
- }
- /* 沈阳-小圆点的位置 */
- .about_left>.twelve {
- top: 159px;
- left: 687px;
- border-radius: 6px;
- }
- /* 南昌-小圆点的位置 */
- .about_left>.thirteen {
- top: 391px;
- left: 613px;
- border-radius: 6px;
- }
- .thirteen.active>.bubble {
- left: -230px;
- width: 235px;
- }
- /* 大连-小圆点的位置 */
- .about_left>.fourteen {
- top: 185px;
- left: 686px;
- border-radius: 6px;
- }
- /* 拉萨-小圆点的位置 */
- .about_left>.fifteen {
- top: 324px;
- left: 260px;
- border-radius: 6px;
- }
- .fifteen.active>.bubble {
- top: -96px;
- right: 9px;
- width: 350px;
- }
- /* 内蒙古-小圆点的位置 */
- .about_left>.sixteen {
- top: 213px;
- left: 474px;
- border-radius: 6px;
- }
- .sixteen.active>.bubble {
- top: -91px;
- right: 31px;
- width: 244px;
- }
- /* 石家庄-小圆点的位置 */
- .about_left>.seventeen {
- top: 213px;
- left: 589px;
- border-radius: 6px;
- }
- .seventeen.active>.bubble {
- top: -91px;
- right: 14px;
- width: 294px;
- }
- /* 长春-小圆点的位置 */
- .about_left>.eighteen {
- top: 117px;
- left: 728px;
- border-radius: 6px;
- }
- .eighteen.active>.bubble {
- top: -91px;
- right: 34px;
- width: 235px;
- }
- /* 贵州-小圆点的位置 */
- .about_left>.nineteen {
- top: 392px;
- left: 483px;
- border-radius: 6px;
- }
- .nineteen.active>.bubble {
- width: 268px;
- top: -25px;
- right: 41px;
- }
- /* 新疆-小圆点的位置 */
- .about_left>.twenty {
- top: 117px;
- left: 283px;
- border-radius: 6px;
- }
- .twenty.active>.bubble {
- top: -61px;
- right: 33px;
- width: 258px;
- }
- /* 气泡 */
- .bubble>div:nth-child(2),
- .bubble>div:nth-child(5),
- .bubble>div:nth-child(3),
- .bubble>div:nth-child(4),
- .bubble>div:nth-child(6) {
- display: block;
- font-size: 16px;
- color: #666666;
- margin-top: 10px;
- }
- .bubble>.z_c {
- display: block;
- font-size: 16px;
- color: #333333;
- font-weight: bold;
- }
- .bubble {
- position: absolute;
- padding: 16px;
- top: -91px;
- right: -159px;
- width: 229px;
- background-color: #fff;
- border: 1px solid #dddedf;
- border-radius: 5px;
- box-shadow: 0 5px 20px rgba(153, 153, 153, .4);
- box-sizing: border-box;
- z-index: 99;
- display: none;
- }
- /* 小圆点 */
- .about-dot {
- width: 20px;
- height: 20px;
- background-size: cover;
- }
- /* .about_left>.about-dot:before {
- position: relative;
- z-index: 3;
- display: block;
- width: 100%;
- height: 100%;
- border-radius: 50%;
- background: #d5a57a;
- content: "";
- -webkit-transition: all .8s;
- -moz-transition: all .8s;
- -o-transition: all .8s;
- transition: all .8s;
- } */
- .about_left>.active.about-dot::before {
- background: #0058FA;
- }
- .about-dot.active em {
- margin-top: -13px;
- margin-left: -13px;
- border: 1px solid #bab4f6;
- background-color: rgba(0, 77, 240, 0.1);
- }
- .about-dot em {
- position: absolute;
- top: 50%;
- left: 50%;
- box-sizing: border-box;
- margin-top: -13px;
- margin-left: -12px;
- width: 25px;
- height: 25px;
- border: 1px solid #e4c9b2;
- border-radius: 50%;
- background-color: rgba(255, 255, 255, .4);
- -webkit-transform: scale(.6);
- transform: scale(.6);
- display: none;
- -webkit-animation: dotanimo 4s linear infinite;
- -moz-animation: dotanimo 4s linear infinite;
- -o-animation: dotanimo 4s linear infinite;
- animation: dotanimo 4s linear infinite;
- -webkit-animation-timing-function: linear;
- -moz-animation-timing-function: linear;
- -o-animation-timing-function: linear;
- animation-timing-function: linear;
- }
- .about-dot.active em {
- display: inline-block;
- }
- .about-dot.two em {display: none;}
- .about_left>.about-dot>.dot-radio1 {
- z-index: 0;
- border: 1px dashed #e4c9b2;
- }
- .about-dot>.dot-radio2 {
- z-index: 1;
- background-color: rgba(255, 255, 255, .3);
- -webkit-animation-delay: 2s;
- -moz-animation-delay: 2s;
- -o-animation-delay: 2s;
- animation-delay: 2s;
- }
- .about-dot>.dot-radio3 {
- z-index: 2;
- background-color: rgba(255, 255, 255, .3);
- -webkit-animation-delay: 3s;
- -moz-animation-delay: 3s;
- -o-animation-delay: 3s;
- animation-delay: 3s;
- }
- .dot-radio1,
- .dot-radio2,
- .dot-radio3 {
- border: 1px dashed #f6b4b5;
- }
- /* 小圆点动画 */
- @keyframes dotanimo {
- 0% {
- transform: scale(.6);
- -webkit-transform: scale(.6);
- opacity: 1;
- }
- 70% {
- transform: scale(1.5);
- -webkit-transform: scale(1.5);
- opacity: .8;
- }
- 100% {
- transform: scale(2);
- -webkit-transform: scale(2);
- opacity: 0;
- }
- }
- .about_right {
- box-shadow: 7px 12.1px 43px 0 rgba(0, 0, 0, .1);
- }
- .about_right>.img {
- position: relative;
- }
- .about_right>.img>img {
- width: 100%;
- height: 200px;
- }
- .about_right>.img>.videox {
- position: absolute;
- width: 100%;
- height: 100%;
- background: #0000008a;
- top: 0;
- left: 0;
- display: none;
- }
- .about_right>.img:hover>.videox {
- display: block;
- }
- .about_right>.img>.videox>div {
- width: 46px;
- margin: 88px auto;
- cursor: pointer;
- }
- .about_right>.img>.videox>div img {
- width: 100%;
- }
- .about_right>.text {
- padding: 12px 30px;
- background: #ffffff;
- color: #333333;
- }
- .about_right>.text>p {
- color: #666666;
- margin-top: 20px;
- line-height: 26px;
- }
- .map-item {
- position: absolute;
- display: none;
- bottom: 13px;
- left: 0;
- }
- .map-item li {
- position: relative;
- display: block;
- padding: 12px 10px 12px 8px;
- line-height: 20px;
- }
- .map-item li p {
- color: rgba(51, 51, 51, .7);
- font-size: 17px;
- }
- .map-item li p>i {
- color: #1296DB;
- margin-right: 10px;
- }
- .map-item li h5 {
- overflow: hidden;
- padding-left: 5px;
- height: 18px;
- color: #333;
- font-size: 16px;
- margin: 0;
- }
- .map-item h5 strong {
- display: block;
- font-weight: 400;
- -webkit-transition: all .8s;
- -moz-transition: all .8s;
- -o-transition: all .8s;
- transition: all .8s;
- }
- .map-item li:hover h5 strong:first-child {
- margin-top: -20px;
- }
- .map-item li em {
- position: absolute;
- bottom: -1px;
- left: 0;
- width: 160px;
- height: 1px;
- background-color: #eceded;
- }
- .map-item li .icon-kede {
- display: inline-block;
- margin-right: 5px;
- width: 20px;
- height: 20px;
- }
- .map-item li em:before {
- display: block;
- margin-left: 0;
- width: 10px;
- height: 1px;
- background-color: #999;
- content: "";
- -webkit-animation: marginl 2s linear infinite;
- -moz-animation: marginl 2s linear infinite;
- -ms-animation: marginl 2s linear infinite;
- -o-animation: marginl 2s linear infinite;
- animation: marginl 2s linear infinite;
- }
- @keyframes marginl {
- 0% {
- margin-left: 0;
- }
- 50% {
- margin-left: 50%;
- }
- 100% {
- margin-left: 100%;
- }
- }
- /* 关于我们 end */
- /* 资质荣誉 */
- .honor-list::after{
- content: "";
- display: block;
- clear: both;
- }
- .honor-box {
- width: 194px;
- background: #F3F3F3;
- height: 212px;
- text-align: center;
- padding-top: 20px;
- float: left;
- margin-right: 13px;
- position: relative;
- top: 0;
- transition: all 0.36s;
- -webkit-transition: all 0.36s;
- -o-transition: all 0.36s;
- -moz-transition: all 0.36s;
- }
- .honor-box:hover {
- top: -10px;
- box-shadow: 0 3px 10px #C9C9C9;
- }
- .honor-icon {
- width: 52%;
- margin: 10px auto;
- }
- .honor-icon img {
- width: 100%;
- }
- .honor-box div>p{font-size: 16px;}
- .honor-box div>span{
- font-size: 12px;
- color: #999999;
- }
- /* 资质荣誉 end */
- /* 服务客户 */
- .client {
- background: url("../images/kehu.jpg");
- background-attachment: fixed;
- background-repeat: no-repeat;
- background-position: center center;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- }
- .client>.container>h2>a {
- color: #ffffff;
- }
- .client-list {
- width: 100%;
- }
- .client-list::after {
- content: "";
- display: block;
- clear: both;
- }
- #swiper2 {
- padding: 20px 0;
- }
- .client-list>div {
- width: 20%;
- float: left;
- transition: all .5s;
- -webkit-transition: all .5s;
- /* Safari */
- }
- .client-list>div>img {
- width: 100%;
- }
- .client-list>div:hover {
- position: relative;
- box-shadow: -4px 6px 19px 2px rgba(177, 171, 171, 0.38);
- transform: scale(1.1);
- -ms-transform: scale(1.1);
- /* IE 9 */
- -moz-transform: scale(1.1);
- /* Firefox */
- -webkit-transform: scale(1.1);
- /* Safari 和 Chrome */
- -o-transform: scale(1.1);
- }
- #swiper2 .swiper-wrapper {
- height: 440px;
- }
- #swiper2 .swiper-pagination-bullet {
- width: 64px;
- height: 6px;
- display: inline-block;
- border-radius: 5px;
- background: #333333;
- opacity: 1;
- }
- #swiper2 .swiper-pagination-bullet-active {
- background: #ffffff;
- }
- /* 服务客户 end */
- /* 新闻 */
- .news {
- background: #ffffff;
- }
- .item_p img{
- display: none;
- }
- .news .mainnews {
- box-sizing: border-box;
- padding: 44px 60px;
- width: 520px;
- height: 544px;
- text-align: center;
- background: #f8f8f8;
- -webkit-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- transition: all 0.3s ease;
- float: left;
- }
- .newslist-left .text span {
- color: inherit;
- font-size: 24px;
- font-family: inherit;
- line-height: 30px;
- color: #000000;
- }
- .newslist-left .text h4 {
- margin-top: 8px;
- color: #333;
- font-size: 18px;
- line-height: 30px;
- font-weight: 400;
- }
- .mainnews:hover .descript p {
- padding-left: 15px;
- }
- .text {
- text-align: left;
- }
- .text .descript {
- margin-top: 8px;
- margin-bottom: 15px;
- }
- .text .descript p {
- overflow: hidden;
- color: #7d7d7d;
- box-sizing: border-box;
- padding-left: 0;
- max-height: 52px;
- width: 380px;
- height: auto;
- border-left: 1px solid transparent;
- font-size: 13px;
- line-height: 26px;
- -moz-transition: all .36s ease;
- -o-transition: all .36s ease;
- transition: all .36s ease;
- webkit-transition: all .36s ease;
- overflow: hidden;
- display: -webkit-box;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- -webkit-line-clamp:3;
- }
- .text .descript p img {
- display: none;
- }
- .item_img {
- overflow: hidden;
- width: 380px;
- height: 180px;
- }
- .item_img img {
- width: 100%;
- transition: all 0.4s;
- }
- .mainnews:hover .item_img img {
- -webkit-transform: scale(1.08);
- -ms-transform: scale(1.08);
- transform: scale(1.08);
- }
- .more_button {
- display: block;
- width: 140px;
- height: 36px;
- border-radius: 2px;
- margin-top: 55px;
- background: #276ace;
- background: -moz-linear-gradient(-90deg, #29bdd9 0%, #276ace 100%);
- background: -webkit-linear-gradient(-90deg, #29bdd9 0%, #276ace 100%);
- background: linear-gradient(-90deg, #29bdd9 0%, #276ace 100%);
- box-shadow: 0 5px 20px rgba(9, 83, 187, 0.31);
- color: #fff;
- text-align: center;
- line-height: 36px;
- -moz-transition: all .36s ease;
- -o-transition: all .36s ease;
- transition: all .36s ease;
- webkit-transition: all .36s ease;
- }
- .mainnews:hover .more_button {
- margin-top: 35px;
- }
- .newslist-right {
- float: left;
- width: 57%;
- }
- .newslist-right>ul {
- padding-left: 40px;
- }
- .newslist-right>ul>li {
- position: relative;
- border-top: 1px solid #e5e5e5;
- padding: 0px 20px 19px 38px;
- padding-top: 26px;
- }
- .newslist-right>ul>li::after {
- content: "";
- position: absolute;
- bottom: 0;
- left: 0;
- width: 0;
- height: 3px;
- background: #1296D8;
- -moz-transition: all .36s ease;
- -o-transition: all .36s ease;
- transition: all .36s ease;
- webkit-transition: all .36s ease;
- }
- .newslist-right>ul>li:hover::after {
- width: 100%;
- }
- .newslist-right>ul>li h4 {
- color: #000000;
- -moz-transition: all .36s ease;
- -o-transition: all .36s ease;
- transition: all .36s ease;
- webkit-transition: all .36s ease;
- }
- .newslist-right>ul>li .item_p p {
- overflow: hidden;
- display: -webkit-box;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 3;
- -moz-transition: all .36s ease;
- -o-transition: all .36s ease;
- transition: all .36s ease;
- webkit-transition: all .36s ease;
- }
- .newslist-right>ul>li:hover .item_p p {
- padding-left: 18px;
- }
- .newslist-right>ul>li:hover {
- box-shadow: 0 0 40px rgba(0, 0, 0, .08);
- }
- .newslist-right>ul>li:hover h4 {
- color: #1296D8;
- padding-left: 18px;
- }
- .newsitem .time {
- float: right;
- font-size: 24px;
- color: #959595;
- }
- .item_p {
- color: #AEAEAE;
- padding-right: 85px;
- }
- .news-fenlei {
- width: 100%;
- padding-left: 40px;
- margin-bottom: 15px;
- }
- .news-fenlei span {
- font-size: 20px;
- margin-right: 20px;
- cursor: pointer;
- }
- .news-fenlei span.active {
- color: #1296DB;
- }
- .news-list-it{
- display: none;
- }
- .news-list-it.active{
- display: block;
- }
- /* 新闻 end */
- /* 战略合作 */
- .hezuo {
- background: url("../images/banner/ad_bg4.png");
- background-attachment: fixed;
- background-repeat: no-repeat;
- background-position: center center;
- -webkit-background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- background-size: cover;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- position: relative;
- }
- .hezuo>.container>h2>a {
- color: #ffffff;
- }
- .hezuo-list {
- width: 100%;
- }
- .hezuo-list::after {
- content: "";
- display: block;
- clear: both;
- }
- .hezuo-list>div {
- width: 24.2%;
- float: left;
- margin-bottom: 20px;
- margin-right: 10px;
- }
- .client-list>div>img {
- width: 100%;
- }
- #swiper22 .swiper-pagination-bullet {
- width: 64px;
- height: 6px;
- display: inline-block;
- border-radius: 5px;
- background: #333333;
- opacity: 1;
- }
- #swiper22 .swiper-pagination-bullet-active {
- opacity: 1;
- background: #ffffff;
- }
- /* 战略合作 end */
- /* 模态框 */
- .modalKede {
- display: none;
- position: fixed;
- z-index: 999;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- background-color: rgba(0, 0, 0, 0.73);
- filter: progid: DXImageTransform.Microsoft.Gradient(startColorStr=iWidth, endColorStr=iWidth);
- }
- .modal_video {
- position: relative;
- text-align: center;
- margin-top: 100px;
- }
- .modalx_kede {
- position: absolute;
- top: -53px;
- right: 400px;
- width: 50px;
- height: 50px;
- cursor: pointer;
- }
- .modalx_kede img {
- width: 100%;
- }
- .tp-banner-dom .m_top {
- display: none;
- width: 100%;
- }
- #swiper21 {
- display: none;
- height: 176px;
- }
- #swiper22 {
- height: 277px;
- }
- .hezuo-list img{
- width: 100%;
- }
- #swiper23{
- display: none;
- height: 129px;
- }
- #swiper23 .hezuo-list>div{
- width: 31.2%;
- }
- #swiper23 .hezuo-list>div:nth-child(3),
- #swiper23 .hezuo-list>div:nth-child(6) {
- margin-right: 0;
- }
- .map_m{display: none;}
- .banner-index{
- position: relative;
- }
- /* 响应式 */
- @media screen and (max-width: 768px) {
- .tp-banner-dom {
- position: absolute;
- bottom: -78px;
- left: 0;
- transform: translateX(0);
- width: 100%;
- height: 78px;
- box-shadow: none;
- }
- .main>div:first-child {margin-top: 70px;}
- .tp-banner-dom .tp-banner-item {
- display: none;
- }
- .tp-banner-dom .m_top {
- display: block;
- }
- #swiper22 {
- display: none;
- }
- #swiper23 {
- display: block;
- }
- #swiper1 .swiper-button-prev,
- .swiper-container-rtl .swiper-button-next,
- #swiper1 .swiper-button-next,
- .swiper-container-rtl .swiper-button-prev {
- display: none;
- }
- .video-button {
- position: absolute;
- top: 75%;
- left: 36%;
- background: transparent;
- padding: 3px 4px;
- border-radius: 5px;
- line-height: 21px;
- font-size: 14px;
- border: 2px solid #ffffff;
- color: #ffffff;
- cursor: pointer;
- }
- header {
- position: relative;
- margin-bottom: 77px;
- }
- .video-button img {
- width: 23%;
- }
- .main h2.item-title {
- font-size: 18px;
- line-height: 27px;
- }
- .main .item-dec {
- font-size: 12px;
- margin-bottom: 20px;
- }
- .serve-list>li {
- float: left;
- width: 24.5%;
- height: 98px;
- margin-bottom: 5px;
- padding: 0px;
- background: #EFEFEF;
- border-radius: 5px;
- padding-top: 12px;
- }
- .serve-list>li:hover .serve_text {
- top: -15px;
- }
- .serve-list>li.active .serve_text {
- top: -15px;
- }
- .serve-list>li:hover .p-fontsiz, .serve-list>li.active .p-fontsiz {
- top: -9px;
- }
- .serve-list>li.active .p-fontsiz, .serve-list>li.active .p-fontsiz {
- top: -9px;
- }
- .serve-list>li:not(:first-child) {
- margin-left: 2px;
- }
- .serve-list>li:nth-child(5) {
- margin-left: 0px;
- }
- .serve-list .serve_text>p {
- font-size: 13px;
- margin-top: 7px;
- }
- .serve-list .serve_text>span {
- display: none;
- }
- .serve-list .serve-button {
- display: none;
- }
- .serve-list .p-fontsiz {
- font-size: 32px;
- }
- .main>div {
- padding: 0px 0px;
- padding-bottom: 30px;
- }
- .main .about .col-lg-8{display: none;}
- .news .mainnews {
- box-sizing: border-box;
- padding: 44px 60px;
- width: 100%;
- }
- #swiper2 {
- display: none;
- }
- #swiper21 {
- display: block;
- height: 208px;
- }
- #swiper21 .client-list>div {
- width: 33.3%;
- float: left;
- }
- .news .mainnews {
- padding: 21px 24px;
- height: 475px;
- }
- .item_img {
- width: 100%;
- }
- .text .descript p {
- max-height: 52px;
- width: 100%;
- }
- .newslist-right {
- width: 100%;
- }
- .news-fenlei {
- margin-top: 20px;
- text-align: center;
- }
- .news-fenlei span {
- font-size: 16px;
- }
- .newslist-right>ul {
- padding-left: 0px;
- }
- .newslist-right>ul>li {
- padding: 0px 2px 8px 1px;
- padding-top: 14px;
- }
- .newsitem .time {
- position: absolute;
- right: 0;
- font-size: 20px;
- top: 17px;
- }
- .newslist-left .text span {
- font-size: 20px;
- }
- .newslist-left .text h4 {
- font-size: 16px;
- }
- .newslist-right>ul>li h4 {
- width: 86%;
- font-size: 16px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .item_p {
- padding-right: 0px;
- }
- .about_right>.text h3{font-size: 23px;}
- .map_m{display: block;}
- .modalx_kede {
- position: absolute;
- top: -53px;
- right: 0;
- width: 33px;
- height: 33px;
- }
- #video_{width: 100%;height: auto;}
- .hezuo {margin-bottom: 0;}
- .honor-box:nth-child(3),.honor-box:nth-child(6) {margin-right: 0;}
- .honor-box div>p { font-size: 12px; margin-bottom: 0; }
- .honor-box {
- width: 32.3%;
- height: 140px;
- margin-bottom: 5px;
- padding-top: 0px;
- margin-right: 5px;
- }
- .serve-list li {
- float: left;
- width: 100%;
- height: 96px;
- margin-bottom: 5px;
- padding: 0px;
- border-radius: 5px;
- padding-top: 9px;
- }
- .serve-list a {
- float: left;
- width: 23.88%;
- }
- .serve-list a:not(:first-child) { margin-left: 5px; }
- .serve-list a:nth-child(5) { margin-left: 0px; }
- .serve-list li.active .serve_text {
- top: -6px;
- }
- .serve-list a:not(:first-child) li {
- margin-left: 0px;
- }
- .serve-list li:hover .p-fontsiz, .serve-list li.active .p-fontsiz {
- top: -3px;
- color: #ffffff;
- }
- .serve-list li:hover .serve_text {
- top: -8px;
- }
- }
- @media screen and (max-width: 360px) {
- .serve-list a {
- float: left;
- width: 23.8%;
- }
- }
|