a:hover{ color:#267fff;} .bg0{ background-color: #ffffff; } .bg1{ background-color: #f8f8f8; } .bg2{ background-color: #f6f6f6; } .bg3{ background-color: #f9f9f9; } .colr_main{ color:#267fff; } .colr_main2{ color:#e22646; } .colr0{ color:#fff; } .colr1{ color:#000; } .colr2{ color:#333; } .colr3{ color:#666; } .colr4{ color:#999; } ::-webkit-input-placeholder { /* WebKit, Blink, Edge */ color:#777777; } :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color:#777777; } ::-moz-placeholder { /* Mozilla Firefox 19+ */ color:#777777; } :-ms-input-placeholder { /* Internet Explorer 10-11 */ color:#777777; } /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/ ::-webkit-scrollbar{ width: 3px; height: 3px; background-color: #dddddd; } /*定义滚动条轨道 内阴影+圆角*/ ::-webkit-scrollbar-track{ border-radius: 3px; background-color: #dddddd; } /*定义滑块 内阴影+圆角*/ ::-webkit-scrollbar-thumb{ border-radius: 3px; background-color: #267fff; } /*滑块效果*/ ::-webkit-scrollbar-thumb:hover{ border-radius: 3px; background-color: #267fff; } ::-webkit-scrollbar-thumb:horizontal { background-color: #267fff; border-radius: 3px; } ::-webkit-scrollbar-track-piece:horizontal:decrement, ::-webkit-scrollbar-track-piece:horizontal:increment { background-color: rgba(166, 166, 166, 0.2); } .imgBox{ position:relative; } .imgBox img{ position:absolute; left:0; top:0; height:100%; width:100%; } /**动画**/ *[data-animation]{ opacity: 0; } .animated{ opacity: 1; } @media (min-width:1350px) { .container{ width:1330px; } } .AutoTitle{ text-align:center; padding:73px 0 45px; } .AutoTitle .h3{ font-size:30px; line-height:1.4em; color:#333333; font-weight:bold; } .AutoTitle .h3::after{ content:""; display:block; height:2px; width:20px; background:#267fff; margin:4px auto 0; } .MoreBox a, .MoreBox .a{ font-size:14px; color:#267fff; line-height:38px; padding:0 15px; border:1px solid #267fff; display:inline-block; transition:all .5s; } @media only screen and (min-width: 1200px){ .MoreBox a:hover, .MoreBox .a:hover{ color:#fff; background-color:#267fff; } } @media only screen and (max-width: 1200px){ .AutoTitle{ padding:25px 0 15px; } .AutoTitle .h3{ font-size:22px; } .MoreBox a, .MoreBox .a{ line-height:30px; } } @media only screen and (max-width: 768px){ .AutoTitle{ padding:20px 0 10px; } .AutoTitle .h3{ font-size:20px; } } /**头部导航**/ #header{ position:fixed; left:0; width:100%; top:0; z-index:9; background-color:#fff; padding:23px 0; } #header .logo{ display:table-cell; align-items:center; vertical-align:middle; height: 50px; } #header .logo img{ display:block; transition:all .3s; height:44px; } #header .Menu{ font-size:0; } #header .Menu li{ display: inline-block; vertical-align: middle; line-height:50px; font-size:16px; color:#333333; } #header .Menu .title{ display:block; color:#333333; } #header .Menu .title span{ position:relative; z-index:2; display:block; } #header .Menu .Lib{ min-width: 100%; background:rgba(255,255,255,.99); box-shadow: -10px 0 10px rgba(0,0,0,0.1); word-break:keep-all; white-space:nowrap; } #header .Menu .Lib .Box{ padding:35px 0; } #header .Menu .Lib .imgBox{ padding-top:19.616%; width:420px; } #header .Menu .Lib .type{ font-size:20px; font-weight: bold; width: 22.5%; } #header .Menu .Lib .aBox{ width: 72.5%; } #header .Menu .Lib .aBox a{ font-size:17px; line-height:1.2em; width: 48%; display: inline-block; float: left; min-height: 40px; white-space: nowrap; position: relative; } #header .Menu .Lib .aBox a.hot:before{ display: block; content: ""; position: absolute; left:16px; top:0; height:20px; width:14px; background:url(../images/hot.png) no-repeat center; animation: shake-vertical 1s infinite ease-in-out; } #header .Menu .Lib .aBox a:nth-child(2n+1){ margin-left: 4%; } #header .Menu .Lib .aBox a i{ display: inline-block; vertical-align: middle; font-style: normal; margin-right:10px; position: relative; top: -1px; } #header .Menu .Lib .aBox a .i_icon{ display: none; } #header .Menu .Lib .aBox a .txt{ display: inline-block; } .SmallHeader #header{ box-shadow:0 0 10px rgba(0,0,0,.2); } @media (min-width:1200px) { body{ padding-top:96px; } #header .Box{ position:relative; line-height:0; } #header .Menu>.container{ padding:0; width:100%; } #header .Menu .ul{ display:inline-block; vertical-align:middle; } #header .Menu .on .title{ color:#267fff; transition:all .3s; } #header .Menu li{ position:relative; } #header .Menu li .title{ padding:0 25px; position:relative; transition:all .3s; } #header .Menu .title:hover{ color:#267fff; } #header .Menu li:hover .title::before{ display:block; } #header .Menu .title::before{ content:""; display:none; position: absolute; left:0; top:100%; width:100%; height:100%; background:transparent; } #header .Menu .hlb::after{ content:""; position: absolute; left:50%; top:100%; margin-left:-7px; margin-top: 0; border:7px solid transparent; border-bottom-color:#267fff; transform:scale(0); -webkit-transform:scale(0); -moz-transform:scale(0); -ms-transform:scale(0); -o-transform:scale(0); transition:opacity .3s,margin .3s; -webkit-transition:opacity .3s,margin .3s; -ms-transition:opacity .3s,margin .3s; -moz-transition:opacity .3s,margin .3s; -o-transition:opacity .3s,margin .3s; } #header .Menu li:hover .hlb::after{ opacity:1; margin-top:9px; z-index:2; transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); } #header .Menu li:hover .Lib{ opacity:1; margin-top:23px; z-index:2; transform:scale(1) translateX(-50%); -webkit-transform:scale(1) translateX(-50%); -moz-transform:scale(1) translateX(-50%); -ms-transform:scale(1) translateX(-50%); -o-transform:scale(1) translateX(-50%); } #header .Menu .Lib{ position: absolute; left: 50%; top: 100%; text-align:center; margin-top:0px; opacity:0; z-index: -1; transform:scale(0) translateX(-50%); -webkit-transform:scale(0) translateX(-50%); -moz-transform:scale(0) translateX(-50%); -ms-transform:scale(0) translateX(-50%); -o-transform:scale(0) translateX(-50%); transition:opacity .3s,margin .3s; -webkit-transition:opacity .3s,margin .3s; -ms-transition:opacity .3s,margin .3s; -moz-transition:opacity .3s,margin .3s; -o-transition:opacity .3s,margin .3s; } #header .Menu .Lib .container{ padding:5px 0; width:auto; } #header .Menu .Lib a{ display:block; padding:12px 10px; font-size:13px; line-height:20px; color:#666; } #header .Menu .Lib a:hover{ color:#267fff; background-color:#f5f5f5; } #header .Menu .Lib .as{ position:relative; } #header .Menu .Lib .as:hover>a{ background-color:#f5f5f5; } #header .Menu .Lib .as .Lib2{ position: absolute; left:100%; top:0; display:none; background:#fff; } #header .Menu .Lib .as:hover .Lib2{ display:block; } #header .FormBox{position:absolute;left:0;top:-10px;z-index:-1;width:100%;padding:10px 0;background:#fff;opacity:0;margin-top:-15px;transform:scale(0);transition:opacity 0.3s,margin-top 0.3s,padding 0.3s;} #header .FormBox .form{display:block;position:relative;padding:0 40px;} #header .FormBox .form .Key{display:block;width:100%;height:50px;line-height:50px;padding:0 15px;font-size:16px;color:#ccc;} #header .FormBox .form .submit{display:block;cursor:pointer;position:absolute;right:10px;top:0;height:100%;width:30px;background:url(../images/icon_search_h.png) no-repeat center/18px auto;} #header .FormBox .form .exit{display:block;cursor:pointer;position:absolute;left:10px;top:0;height:100%;width:30px;background:url(../images/exit.png) no-repeat center / 16px auto;} #header .other{ display:inline-block; vertical-align:middle; } #header .SearchBtn{ margin-right:25px; display:inline-block; vertical-align:middle; height:50px; width:30px; background:url(../images/icon_search.png) no-repeat center/18px auto; } #header .SearchBtn:hover{ background-image:url(../images/icon_search_h.png); } #header .language{ display:inline-block; vertical-align:middle; font-size:14px; color:#666666; line-height:50px; padding-left:25px; background:url(../images/icon_language.png) no-repeat left center/18px auto; position:relative; } #header .language .t{ display:block; padding-right:10px; background:url(../images/jt1.png) no-repeat right center; } #header .language .aBox{ border:1px solid #dfdfdf; text-align:center; background:#fff; opacity:0; margin-top:-10px; position:absolute; right:0; top:80%; background:#fff; transform:scale(0); -webkit-transform:scale(0); -moz-transform:scale(0); -ms-transform:scale(0); -o-transform:scale(0); transition:opacity .3s,margin .3s; -webkit-transition:opacity .3s,margin .3s; -ms-transition:opacity .3s,margin .3s; -moz-transition:opacity .3s,margin .3s; -o-transition:opacity .3s,margin .3s; } #header .language .aBox::before{ position: absolute; left:0; bottom:100%; content:""; width:100%; height:5px; background:url(../images/jt4.png) no-repeat center; } #header .language:hover .aBox{ margin-top:0; opacity:1; z-index:2; transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); } #header .language .aBox a{ display:block; font-size:14px; line-height:20px; color:#888888; padding:7px 10px; } #header .language .aBox a+a{ border-top:1px solid #eeeeee; } #header .language .aBox a:hover{ color:#267fff; background:#eef1f6; } .SearchShow #header .FormBox{ opacity: 1; margin-top: 0; transform: scale(1); z-index: 9; } .SmallHeader #header .FormBox{ top:-15px; } .SmallHeader #header .language, .SmallHeader #header .SearchBtn{ line-height:40px; height:40px; } .SmallHeader #header{ padding:15px 0; } .SmallHeader #header .logo{ height:40px; } .SmallHeader #header .logo img{ height:36px; } .SmallHeader #header .Menu li{ line-height:40px; font-size:15px; } .SmallHeader #header .Menu li .title{ padding:0 20px; } .SmallHeader #header .Menu li:hover .hlb::after{ margin-top:1px; } .SmallHeader #header .Menu li:hover .Lib{ margin-top:15px; } } @media only screen and (max-width: 1200px){ body{ padding-top:0; } /**头部导航**/ #header{ box-shadow:0 0 10px rgba(0,0,0,.2); padding:5px 0; position:sticky; top:0; } #header .logo{ height: 50px; } #header .logo img{ height: 38px; } #header .PhoneMenu{ width: 34px; padding-top:12px; position: relative; float: right; } #header .PhoneMenu i{ display: block; background:#267fff; height:3px; opacity: 1; transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; } #header .PhoneMenu i+i{ margin-top:8px; } #header .Menu{ position: fixed; top:60px; padding:15px 0 10px; left: 0; height:calc(100vh - 60px); width:100%; z-index: 99; overflow-y:auto; background-color: rgba(255, 255, 255,0.95); transform:scaleX(0); -webkit-transform:scaleX(0); -ms-transform:scaleX(0); -moz-transform:scaleX(0); -o-transform:scaleX(0); box-shadow: none; } #header .Menu .ul{ padding:0; } #header .Menu li{ display: block; float: none; line-height:26px; border-bottom:1px solid rgba(38, 127, 255,.99); } #header .Menu li .title{ margin:0; font-size:17px; padding:10px 0; color:#267fff; position:relative; } #header .Menu li .title .icon{ z-index: 2; position: absolute; left:auto; right: 0; top:50%; display: block; content: ""; height:100%; width:30px; background: url(../images/icon_add.png) no-repeat center/22px auto;transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); } #header .Menu li.click .title .icon{ background-image: url(../images/icon_add2.png); } #header .Menu .Lib{ position: static; box-shadow: none; display:none; margin-top:-10px; background:#fff; padding:5px 0; } #header .Menu .Lib .container{ padding:0; width:100%; } #header .Menu .Lib a{ display:block; font-size:15px; padding:3px 15px; } #header .Menu .Lib .Lib2{background: #fcfcfc; padding: 5px 0;} #header .Menu .Lib .Lib2 a{ font-size:14px; padding:1px 15px; } #header .language .t{ display:none; } #header .language .aBox a{ display:block; font-size:17px; padding:10px 0; color:#267fff; border-bottom:1px solid rgba(38, 127, 255,.99); } #header .FormBox .form{ display:block; width:100%; border:2px solid #267fff; border-radius:5px; position:relative; padding-right:46px; } #header .FormBox .form .Key{ display:block; padding:0 15px; line-height:36px; width:100%; font-size:14px; } #header .FormBox .form .submit{ position: absolute; right:0; top:0; width:46px; height:100%; background:#267fff url(../images/icon_search_h2.png) no-repeat center; } .MenuShow #header .PhoneMenu .i1{ transform: rotate(45deg) translate(0.1rem,0.12rem); -webkit-transform: rotate(45deg) translate(8px,7px); -ms-transform: rotate(45deg) translate(8px,7px); -moz-transform: rotate(45deg) translate(8px,7px); -o-transform: rotate(45deg) translate(8px,7px); } .MenuShow #header .PhoneMenu .i2{ opacity: 0; } .MenuShow #header .PhoneMenu .i3{ transform: rotate(-45deg) translate(9px,-7px); -webkit-transform: rotate(-45deg) translate(9px,-7px); -ms-transform: rotate(-45deg) translate(9px,-7px); -moz-transform: rotate(-45deg) translate(9px,-7px); -o-transform: rotate(-45deg) translate(9px,-7px); } .MenuShow #header .Menu{ opacity: 1; transform:scaleX(1); -webkit-transform:scaleX(1); -ms-transform:scaleX(1); -moz-transform:scaleX(1); -o-transform:scaleX(1); } } @media only screen and (max-width: 768px){ #header .logo img{ height: 30px; } } /**底部**/ #footer{ background-color:#222222; color:#777777; font-size:14px; line-height:20px; padding:1px 0; } #footer a{ color:#777; } #footer .top{ padding:65px 0 90px; } #footer .menu{} #footer .menu li{ float:left; display:inline-block; max-width:150px; } #footer .menu li+li{ margin-left:84px; } #footer .menu .title{ font-size:16px; color:#cdcece; margin-bottom:20px; } #footer .menu .aBox{} #footer .menu .aBox .div{ padding:3px 0; } #footer .menu .aBox .div a{ color:#777777; } #footer .menu .aBox .div a:hover{ color:#fff; } #footer .menu .code{ padding-top:6px; } #footer .menu .code .txt{ font-size:14px; color:#999999; text-align:center; margin-top:10px; } #footer .message{ text-align:right; } #footer .message .mobile{ display:block; margin-bottom:30px; color:#fff; padding:2px 63px 2px 0; background:url(../images/icon_phone.png) no-repeat right 0 center; } #footer .message .mobile .word{ font-size:14px; line-height:20px; } #footer .message .mobile .num{ font-size:30px; line-height:26px; } #footer .message .contact{ font-size:14px; line-height:22px; margin-bottom:20px; } #footer .message .contact a{ color:#777; } #footer .bot{ border-top:1px solid #333333; padding:20px 0; } #footer .bot a{ color:#777777; } #footer .bot a:hover{ color:#90c31f; } #footer .shareBox{ font-size:0; } #footer .shareBox a{ height:24px; width:24px; display:inline-block; vertical-align:top; border-radius:50%; position:relative; } #footer .shareBox a+a{ margin-left:10px; } #footer .shareBox .qq{ background:url(../images/icon_fot1.png) no-repeat center/contain; } #footer .shareBox .wechat{ background:url(../images/icon_fot2.png) no-repeat center/contain; } #footer .shareBox .sina{ background:url(../images/icon_fot3.png) no-repeat center/contain; } #footer .shareBox .codeBox{ padding:8px; width:120px; background:#fff; border-radius:3px; position: absolute; left:50%; bottom:100%; margin-bottom:10px; margin-left:-60px; display:none; } #footer .shareBox .wechat:hover .codeBox{ display:block; } @media only screen and (min-width: 1200px){ #footer .message{ max-width:320px; } #footer .friendlink{ position:relative; line-height:32px; border:1px solid #333; } #footer .friendlink .t{ text-align:center; width:90px; background:#333333; } #footer .friendlink .links{ display:block; position:absolute; left:0; bottom:0; height:32px; overflow:hidden; text-align:left; width:calc(100% - 90px); padding:0 27px 0 15px; background:url(../images/jt3.png) no-repeat right 10px bottom 10px; transform:all .3s } #footer .friendlink .links:hover{ height:auto; border:1px solid #333; background-color:#222; } #footer .friendlink .links a{ display:block; } #footer .friendlink .links a:hover{ color:#fff; } } @media only screen and (max-width: 1200px){ /**底部**/ #footer{} #footer .top{ text-align:center; padding:20px 0; } #footer .menu{ display:none; } #footer .message{ float:none; width:100%; text-align:left; display:flex; flex-wrap:wrap; text-align:center; justify-content:center; } #footer .message .mobile{ display:inline-block; padding:0 0 0 28px; background-position:left center; background-size:contain; margin-bottom:5px; order:2; opacity:.6; } #footer .message .mobile .word{ display:none; } #footer .message .mobile .num{ font-size:14px; line-height:20px; } #footer .message .contact{ margin:0; width:100%; order:2; } #footer .friendlink{ order:1; width:100%; margin-bottom:15px; } #footer .friendlink .t{ float:none; color:#ccc; margin-bottom:2px; } #footer .friendlink .links{ margin:0 -5px; } #footer .friendlink .links a{ margin:2px 5px; } #footer .bot{ text-align: center; padding:10px 0; } #footer .bot .f_l, #footer .bot .f_r{ float: none; display: block; } #footer .shareBox{ margin-top:3px; } } /**右侧悬浮**/ #NavFixed{ position: fixed; right: 20px; top:50%; text-align: center; width:65px; z-index: 9; } #NavFixed .li{ display: block; padding:23px 5px 17px; position: relative; background:#fff; transition: all .3s; border:1px solid #dddddd; margin-top:-1px; } #NavFixed .li+.li{ border-top:1px solid #ddd; } #NavFixed .li .icon{ display: block; height: 22px; width:22px; background:no-repeat center; margin:0 auto 3px; } #NavFixed .li.qqBox .icon{ background-image: url(../images/nav_right1.png); } #NavFixed .li.phoneBox .icon{ background-image: url(../images/nav_right2.png); } #NavFixed .li.Returntop .icon{ background-image: url(../images/nav_right3.png); } #NavFixed .li .txt{ display:block; font-size: 12px; line-height:18px; color:#666666; } #NavFixed .phoneNumber{ position: absolute; right:100%; top:0; height:100%; word-break: keep-all; white-space: nowrap; padding:0 15px; line-height:85px; margin-right: -20px; opacity: 0; transform: scale(0); transition:margin .3s,opacity .3s; font-size: 22px; font-style: italic; border:1px solid #267fff; background:#267fff; color:#fff; } #NavFixed .li:hover{ background:#267fff; color:#fff;} #NavFixed .li:hover .txt{ color:#fff; } #NavFixed .li:hover .phoneNumber{ margin-right:0; transform: scale(1); opacity: 1; } #NavFixed .li.qqBox:hover .icon{ background-image: url(../images/nav_right1_h.png); } #NavFixed .li.phoneBox:hover .icon{ background-image: url(../images/nav_right2_h.png); } #NavFixed .li.Returntop:hover .icon{ background-image: url(../images/nav_right3_h.png); } @media only screen and (max-width: 768px){ #NavFixed{ display:none; } } /**首页**/ /***Banner**/ #IndexBan{ position:relative; } #IndexBan .pc{ display:block; } #IndexBan .phone{ display:none; } #IndexBan .point{ z-index:2; position:absolute; left:0; width:100%; bottom:18px; text-align:center; font-size:0; line-height:0; } #IndexBan .point .swiper-pagination-bullet{ width:10px; height:10px; background-color:#267fff; border-radius:50%; opacity:.16; margin:0 5px; } #IndexBan .point .swiper-pagination-bullet.swiper-pagination-bullet-active{ opacity:1; } #AutoBan{ position:relative; overflow:hidden; } #AutoBan img{animation: scaleAnim 5s ease forwards;} #AutoBan .pc{ display:block; } #AutoBan .mobile{ display:none; } #AutoBan .Box{ position: absolute; left:0; top:0; width:100%; height:100%; } #AutoBan .table{ display:table; width:100%; height:100%; } #AutoBan .tab-cell{ display:table-cell; width:100%; vertical-align:middle; } #AutoBan .h1{ text-align:center; color:#fff; font-size:30px; line-height:36px; font-weight:normal; } #AutoBan .h1::after{ content:""; width:1em; display:block; height:2px; background:#fff; margin:10px auto 0; } @media only screen and (max-width: 1200px){ #IndexBan .point{ bottom:15px; } } @media (max-width:768px) { #IndexBan .pc{ display:none; } #IndexBan .phone{ display:block; } #IndexBan .point{ bottom:10px; } #AutoBan .pc{ display:none; } #AutoBan .mobile{ display:block; } #AutoBan .h1{ font-size:24px; line-height:32px; } } @keyframes scaleAnim{ 0%{ -webkit-transform: scale(1); transform: scale(1); } 100%{ -webkit-transform: scale(1.1); transform: scale(1.1); } } .IndexBlockA{ background:#f8f8f8; } .IndexBlockA .TabBox{} .IndexBlockA .Tabtit{ font-size:0; text-align:center; } .IndexBlockA .Tabtit .wid{ display:inline-block; vertical-align:top; margin:0 36px; } .IndexBlockA .Tabtit .img{ display:inline-block; vertical-align:top; position:relative; background-color:#eeeeee; border-radius:50%; } .IndexBlockA .Tabtit .img img{ display: block; height:56px; width:56px; } .IndexBlockA .Tabtit .img .i{ opacity:1; } .IndexBlockA .Tabtit .img .i_h{ opacity:0; position: absolute; left:0; top:0; } .IndexBlockA .Tabtit .txt{ color:#777777; font-size:14px; line-height:18px; margin-top:7px; } .IndexBlockA .Tabtit .on .img{ background:#267fff; } .IndexBlockA .Tabtit .on .img .i{ opacity:0; } .IndexBlockA .Tabtit .on .img .i_h{ opacity:1; } .IndexBlockA .Tabtit .on .txt{ color:#267fff; } .IndexBlockA .Tabcon{ padding-top:60px; } .IndexBlockA .ul{ margin:-5px; } .IndexBlockA .ul li{ float:left; display:inline-block; padding:5px; } .IndexBlockA .ul li .Box{ background:#fff; display:block; padding:25px 30px; position:relative; transition:all .8s; transform: scale(1); box-shadow:0 0 10px rgba(0,0,0,0); overflow:hidden; } .IndexBlockA .ul li .Box::after{ content:""; position:absolute; width:100%; padding-top:100%; background:rgba(38,127,255,.2);border-radius:100%; left:-100px; top:-150px;-webkit-animation: blob 12s linear infinite alternate;animation: blob 12s linear infinite alternate;opacity:0; -moz-transition-duration:.8s;-webkit-transition-duration:.8s; -o-transition-duration:.8s; -ms-transition-duration:.8s;transition-duration:.5s; } .IndexBlockA .ul li .imgwid{ width:240px; max-width:100%; margin:0 auto; } .IndexBlockA .ul li .imgBox{ padding-top:100%; } .IndexBlockA .ul li .title{ font-size:18px; line-height:1.2em; color:#333333; transition:all .8s; margin-bottom:5px; position:relative; z-index:1; } .IndexBlockA .ul li .line{ position:relative; z-index:1; } .IndexBlockA .ul li .line::after{ content:""; display:block; width:105px; max-width:100%; height:1px; background:transparent; margin-top:10px; transition:all .8s; } .IndexBlockA .ul li .des{ font-size:14px; line-height:1.4em; color:#777777; } .IndexBlockA .ul li .Box:hover .line::after{ background:#999999; } .IndexBlockA .ul li .imgh:hover .i_h{ opacity:1; } .IndexBlockA .MoreBox{ padding:80px 0; } @-webkit-keyframes blob{ 0%,100%{border-radius:43% 77% 80% 40% / 40% 40% 80% 80%;} 20%{border-radius:47% 73% 61% 59% / 47% 75% 45% 73%;} 40%{border-radius:46% 74% 74% 46% / 74% 58% 62% 46%;} 60%{border-radius:47% 73% 61% 59% / 40% 40% 80% 80%;} 80%{border-radius:50% 70% 52% 68% / 51% 61% 59% 69%;} } @keyframes blob{ 0%,100%{border-radius:43% 77% 80% 40% / 40% 40% 80% 80%;} 20%{border-radius:47% 73% 61% 59% / 47% 75% 45% 73%;} 40%{border-radius:46% 74% 74% 46% / 74% 58% 62% 46%;} 60%{border-radius:47% 73% 61% 59% / 40% 40% 80% 80%;} 80%{border-radius:50% 70% 52% 68% / 51% 61% 59% 69%;} } @media only screen and (min-width: 1200px){ .IndexBlockA .ul li .Box::after{ opacity:0; } .IndexBlockA .ul li .Box:hover{ z-index:1; transform: scale(1.12); box-shadow:0 0 10px rgba(0,0,0,.2); } .IndexBlockA .ul li .Box:hover::after{ opacity:1; } } @media only screen and (max-width: 1200px){ .IndexBlockA .Tabtit .wid{ margin:0 15px; } .IndexBlockA .Tabcon{ padding-top:20px; } .IndexBlockA .MoreBox{ padding:35px 0; } .IndexBlockA .ul li .Box{ padding:15px; } .IndexBlockA .ul li .title{ font-size:16px; } } @media only screen and (max-width: 768px){ .IndexBlockA .Tabtit{ text-align:left; margin:-3px; } .IndexBlockA .Tabtit .wid{ margin:0; padding:3px; width:25%; text-align:center; } .IndexBlockA .Tabtit .wid .Box{ /*background:#eeeeee;*/ padding:10px 5px 5px; border-radius:5px; } .IndexBlockA .Tabtit .img img{ height: auto; width:30px; padding:3px; } .IndexBlockA .Tabtit .txt{ margin-top:3px; } .IndexBlockA .MoreBox{ padding:20px 0 25px; } } .IndexBlockB{ padding:100px 0; overflow:hidden; } .IndexBlockB .Box{ position:relative; } .IndexBlockB .word{ position: absolute; bottom:0; left:0; width:100%; text-align:center; font-size:160px; font-weight:bold; color:#4a555a; line-height:1.1em; opacity:.04; } .IndexBlockB .l_con{ width:46%; position:relative; z-index:1; } .IndexBlockB .title{ font-size:54px; line-height:56px; color:#333333; font-weight:bold; margin-bottom:14px; } .IndexBlockB .ltitle{ font-size:28px; line-height:30px; color:#333333; } .IndexBlockB .des{ -webkit-line-clamp: 3; font-size:14px; line-height:28px; color:#666666; margin:40px 0 65px; } .IndexBlockB .numBox{ margin-bottom:115px; } .IndexBlockB .numBox .wid{ text-align:center; display:inline-block; vertical-align:top; } .IndexBlockB .numBox .wid+.wid{ position:relative; margin-left:34px; padding-left:35px; } .IndexBlockB .numBox .wid+.wid::before{ content:""; position:absolute; left:0; top:0; display:block; height:96%; width:1px; background:#eeeeee; } .IndexBlockB .numBox img{ vertical-align:top; } .IndexBlockB .numBox .txt{ font-size:14px; line-height:20px; color:#666666; margin-top:10px; } .IndexBlockB .r_img{ width:630px; } .IndexBlockB .swiperBox{ overflow:hidden; position:relative; margin-right:-195px; padding-right:195px; } .IndexBlockB .swiperBox .swiper-container{ overflow:visible; width:630px; } .IndexBlockB .swiperBox .swiper-slide{ opacity:.1; transform:translateX(-70%) scale(.88); transition:all .3s; } .IndexBlockB .swiperBox .swiper-slide.swiper-slide-active{ opacity:1; transform:scale(1); z-index:2; } .IndexBlockB .swiperBox .swiper-slide.swiper-slide-next{ opacity:.1; transform:translateX(-70%) scale(.88); } .IndexBlockB .swiperBox .imgBox{ padding-top:93.65%; } .IndexBlockB .swiperBox .paginations{ z-index:2; position:absolute; left:0; width:630px; max-width:100%; bottom:18px; text-align:right; font-size:0; line-height:0; padding:0 5px; } .IndexBlockB .swiperBox .paginations .swiper-pagination-bullet{ width:10px; height:10px; background-color:#267fff; border-radius:50%; opacity:.16; margin:0 5px; } .IndexBlockB .swiperBox .paginations .swiper-pagination-bullet.swiper-pagination-bullet-active{ opacity:1; } @media only screen and (max-width: 1200px){ .IndexBlockB{ padding:40px 0; } .IndexBlockB .l_con{ width:100%; float:none; display:block; margin-bottom:20px; } .IndexBlockB .title{ font-size:32px; line-height:40px; margin-bottom:0; } .IndexBlockB .ltitle{ font-size:20px; } .IndexBlockB .des{ margin:5px 0 15px; } .IndexBlockB .numBox{ margin-bottom:15px; } .IndexBlockB .word{ display:none; } .IndexBlockB .r_img{ margin:0 auto; display:block; float:none; } } @media only screen and (max-width: 768px){ .IndexBlockB{ padding:20px 0 25px; } .IndexBlockB .title{ font-size:20px; line-height:22px; margin-bottom:2px; } .IndexBlockB .ltitle{ font-size:16px; line-height:22px; } .IndexBlockB .des{ line-height:22px; } .IndexBlockB .numBox{ font-size:0; margin:0 -10px 10px; } .IndexBlockB .numBox .wid{ width:33.33%; margin:0; padding:0 10px; } .IndexBlockB .numBox .wid+.wid{ margin-left:0; padding:0 10px; } .IndexBlockB .numBox img{ width:32px; } .IndexBlockB .numBox .txt{ margin-top:5px; } .IndexBlockB .r_img{ width:100%; } .IndexBlockB .swiperBox{ margin:0; padding:0; } .IndexBlockB .swiperBox .swiper-container{ overflow:hidden; width:100%; } .IndexBlockB .swiperBox .swiper-slide.swiper-slide-next, .IndexBlockB .swiperBox .swiper-slide{ transition:all 0s; opacity:1; transform: translateX(0) scale(1); } } .IndexBlockC{ padding-bottom:90px; background:#f8f8f8; overflow:hidden; } .IndexBlockC .DBox{ position:relative; text-align:center; } .IndexBlockC .DBox .Btns a{ position:absolute; top:0; height:100%; width:10px; display:block; z-index:2; } .IndexBlockC .DBox .Btns .prev{ left:0; background:url(../images/jt2_1.png) no-repeat center; } .IndexBlockC .DBox .Btns .next{ right:0; background:url(../images/jt2_2.png) no-repeat center; } .IndexBlockC .DBox .Btns .prev:hover{ background-image:url(../images/jt2_1_h2.png); } .IndexBlockC .DBox .Btns .next:hover{ background-image:url(../images/jt2_2_h2.png); } .IndexBlockC .DBox .swiper-container{ margin:0 55px; } .IndexBlockC .DBox .Box{ display:block; background:#fff; color:#666666; padding:30px 0 25px; filter: grayscale(100%); transition:all .3s; } .IndexBlockC .DBox .Box:hover{ filter: grayscale(0%); } .IndexBlockC .DBox .imgwid{ width:180px; margin:0 auto; max-width:100%; } .IndexBlockC .DBox .imgBox{ display:block; padding-top:38.88%; } .IndexBlockC .txt{ font-size:14px; line-height:20px; padding:4px 15px; } @media (max-width: 1350px){ .IndexBlockC .same .dl dt{ margin-top:15px; padding-bottom:10px; } } @media (max-width: 1200px){ .IndexBlockC{ padding-bottom:30px; } .IndexBlockC .DBox .swiper-container{ margin:0; } .IndexBlockC .DBox .Btns a{ width:25px; } } @media only screen and (max-width: 768px){ .IndexBlockC{ padding-bottom:25px; } .IndexBlockC .DBox .Box{ padding:15px 0 10px; } } .IndexBlockD{ padding-bottom:105px; } .IndexBlockD .ul{ margin:-15px; font-size:0; } .IndexBlockD .ul li{ padding:15px; display:inline-block; vertical-align:top; } .IndexBlockD .ul li .imgh{ display:block; background:#f8f8f8; position:relative; overflow:hidden; transition:all .3s; } .IndexBlockD .ul li .imgh::before{ opacity:0; content:""; background:url(../images/back2.png) no-repeat center; position: absolute; left:0; bottom:0; transform:translate(-25%,25%); height: 277px; width:297px; transition:all .3s; } .IndexBlockD .ul li:first-child .imgh::before{ opacity:1; right:0; left:auto; transform:translate(10%,25%); } .IndexBlockD .ul .imgDiv{ display:inline-block; vertical-align:top; width:50%; } .IndexBlockD .ul .imgBox{ padding-top:60%; } .IndexBlockD .ul li:first-child .cont{ display:inline-block; vertical-align:top; width:50%; padding:4.5% 4.5% 0; } .IndexBlockD .ul .cont{ padding:15% 40px 35px; position:relative; } .IndexBlockD .ul .cont .title{ font-size:18px; line-height:1.4em; color:#333333; } .IndexBlockD .ul .cont .des{ display:block; font-size:14px; line-height:1.4em; height:4.2em; color:#888888; margin-bottom:60px; } .IndexBlockD .ul li:first-child .cont .des{ margin:20px 0 100px; } .IndexBlockD .ul li .MoreBox{ display:block; text-align:right; } .IndexBlockD .ul li .MoreBox .a span{ display:block; position:relative; } .IndexBlockD .ul li .MoreBox .a{ border-color:#f8f8f8; color:#999999; position:relative; } .IndexBlockD .ul li .MoreBox .a::before{ content:""; position: absolute; left:0px; top:0px; height:100%; width:100%; box-sizing:content-box; padding:0; background:#f8f8f8; } .IndexBlockD .ul li:first-child .MoreBox{ display:inline-block; } .IndexBlockD .ul li:first-child .MoreBox .a{ border-color:#267fff; color:#267fff; } .IndexBlockD .ul li:first-child .time{ float:right; display:inline-block; margin:0; } .IndexBlockD .ul li .time{ font-size:16px; line-height:40px; display:block; color:#999999; margin:15px 0; } @media (min-width: 1200px){ .IndexBlockD .ul li .MoreBox .a:hover{ color:#267fff; background:transparent; } .IndexBlockD .ul li .imgh:hover{ background:#267fff; } .IndexBlockD .ul li .imgh:hover::before{ opacity:.1; } .IndexBlockD .ul li .imgh:hover .title, .IndexBlockD .ul li .imgh:hover .des, .IndexBlockD .ul li .imgh:hover .time{ color:#fff; } .IndexBlockD .ul li .imgh:hover .MoreBox .a{ color:#267fff; background:#ffffff; border-color:#ffffff; } .IndexBlockD .ul li:nth-child(2) .imgh:hover .MoreBox .a, .IndexBlockD .ul li:nth-child(3) .imgh:hover .MoreBox .a, .IndexBlockD .ul li:nth-child(4) .imgh:hover .MoreBox .a{ transform:translate(32px,27px); } .IndexBlockD .ul li:nth-child(2) .imgh:hover .MoreBox .a::before, .IndexBlockD .ul li:nth-child(3) .imgh:hover .MoreBox .a::before, .IndexBlockD .ul li:nth-child(4) .imgh:hover .MoreBox .a::before{ top:-8px; left:-8px; padding:9px; } } @media (max-width: 1200px){ .IndexBlockD{ padding-bottom:30px; } .IndexBlockD .ul{ margin:-5px; } .IndexBlockD .ul li{ padding:5px; } .IndexBlockD .ul li .cont{ padding:20px; } .IndexBlockD .ul li .cont .title{ font-size:16px; } .IndexBlockD .ul li .time{ margin:0; font-size:14px; } .IndexBlockD .ul li .cont .des{ margin-bottom:20px; } .IndexBlockD .ul li:first-child .cont{ padding:25px; } .IndexBlockD .ul li:first-child .cont .des{ margin-bottom:30px; } } @media (max-width: 992px){ .IndexBlockD .ul li:first-child .cont{ padding-top:15px; } .IndexBlockD .ul li:first-child .cont .des{ margin:20px 0; } } @media (max-width: 768px){ .IndexBlockD{ padding-bottom:25px; } .IndexBlockD .ul{ display:flex; flex-wrap:wrap; justify-content:space-between; } .IndexBlockD .ul .imgDiv{ width:100%; } .IndexBlockD .ul li:nth-child(4), .IndexBlockD .ul li:nth-child(5){ display:none; } .IndexBlockD .ul li:first-child .cont, .IndexBlockD .ul li .cont{ width:100%; padding:10px; display:flex; flex-wrap:wrap; } .IndexBlockD .ul li .title{ order:1; width:100%; } .IndexBlockD .ul li:first-child .cont .des, .IndexBlockD .ul li .cont .des{ order:3; margin:0; } .IndexBlockD .ul li .time{ order:2; line-height:26px; } .IndexBlockD .ul li:first-child .MoreBox, .IndexBlockD .ul li .MoreBox{ display:none; } } /**面包屑地址**/ .WebSite{ font-size:0; line-height:0; padding:24px 0; } .WebSite.line{ border-bottom:1px solid #eee; } .WebSite .container::after{ content:""; display:block; width:100%; height:0; clear:both; } .WebSite a, .WebSite span{ color:#999999; font-size:14px; line-height:22px; display:inline-block; vertical-align:middle; } .WebSite span{ margin:0 5px; } .WebSite .home{ padding-left:25px; background:url(../images/icon_home.png) no-repeat left center/14px auto; } .WebSite span:last-child{ margin:0; } .WebSite a:hover{ color:#267fff; } @media (max-width:1200px) { .WebSite{ padding:18px 0; } .WebSite .home{ padding-left:18px; } } @media (max-width:992px) { .WebSite{ padding:12px 0; } } /**二级菜单**/ .NextMenu{ border-top:1px solid #eee; } .NextMenu .container{ height:0; text-align:right; } .NextMenu .Box{ display:inline-block; vertical-align:top; position:relative; bottom:70px; } .NextMenu a{ display:inline-block; font-size:16px; color:#333333; line-height:70px; position:relative; } .NextMenu a+a{ margin-left:45px; } .NextMenu a::after{ content:""; display:block; position:absolute; left:0; bottom:0; height:2px; width:0; background:transparent; transition:all .4s; } .NextMenu a:hover, .NextMenu .on{ color:#267fff; } .NextMenu a:hover::after, .NextMenu .on::after{ background:#267fff; width:100%; } @media (min-width:992px){ .NextMenu .Box{ right:90px; } } @media (max-width:1200px) { .NextMenu .Box{ bottom:58px; } .NextMenu a{ line-height:58px; font-size:15px; } .NextMenu a+a{ margin-left:25px; } } @media (max-width:992px) { .NextMenu .container{ height:auto; text-align:center; } .NextMenu .Box{ bottom:0; border-bottom:1px solid #eee; display:block; } .NextMenu a{ line-height:46px; } .NextMenu a+a{ margin-left:20px; } } /**分页按钮**/ .PageBtns{ text-align:center; font-size:0; line-height:0; padding:70px 10px; } .PageBtns a{ display:inline-block; font-size:14px; line-height:40px; color:#999999; min-width:44px; padding: 0 5px; margin:5px; background:#eeeeee; transition:all .4s; } .PageBtns a:first-child, .PageBtns a:last-child{ font-family:'宋体'; } .PageBtns a:hover, .PageBtns .on{ color:#fff; background:#267fff; } @media (max-width:1200px) { .PageBtns{ padding:45px 10px; } } @media (max-width:992px) { .PageBtns{ padding:35px 10px; } .PageBtns a{ margin:3px; min-width:38px; line-height:36px; } } @media (max-width:768px) { .PageBtns{ padding:20px 10px 30px; } } /**产品**/ .ProductList{ background-color:#f8f8f8; padding:55px 0 80px; } .ProductList .Screen{} .ProductList .Screen .pad{ padding:15px 3.07% 22px; border:1px solid #eee; } .ProductList .Screen .ul{ font-size:0; line-height:0; } .ProductList .Screen .ul li{ display:inline-block; } .ProductList .Screen .ul a{ font-size:14px; line-height:32px; display:block; color:#666666; } .ProductList .Screen .l1{ border-bottom:1px solid #eeeeee; margin-bottom:18px; } .ProductList .Screen .l2{} .ProductList .Screen .l3{} .ProductList .Screen .l2 li.on, .ProductList .Screen .l2 li:hover{ z-index:2; } .ProductList .Screen .l1 li{ margin-right:36px; } .ProductList .Screen .l2 li{ margin-right:45px; position:relative; } .ProductList .Screen .l3 li{} .ProductList .Screen .sub li{ display:block; } .ProductList .Screen .sub a{ line-height:26px; padding:0 20px; } .ProductList .Screen .l1 a{ font-size:16px; color:#333333; padding:12px 0; position:relative; } .ProductList .Screen .l1 a::after{ content:""; position:absolute; bottom:-1px; left:0; height:2px; width:100%; background:transparent; } .ProductList .Screen .l2 a{} .ProductList .Screen .l3 a{} .ProductList .Screen .l2 a::before{ content:""; display:block; position: absolute; left:0; top:100%; width:100%; height:8px; } .ProductList .Screen .ul .on>a, .ProductList .Screen .ul a:hover{ color:#267fff; } .ProductList .Screen .l1 .on a::after{ background:#267fff; } .ProductList .Infos{ margin:25px 0 30px; } .ProductList .Infos .Box{ padding:2.3% 2.3% 3%; } .ProductList .Infos .Imgs{ width:465px; margin-right:5.46%; } .ProductList .Infos .Big{ margin-bottom:8px; border:1px solid #eee; } .ProductList .Infos .imgBox{ padding-top:100%; display:block; } .ProductList .Infos .swiperBox{ position:relative; } .ProductList .Infos .swiper-container{ margin:0 32px; } .ProductList .Infos .swiper-container .imgBox{ border:1px solid #eee; } .ProductList .Infos .swiper-container .on .imgBox{ border-color:#267fff; } .ProductList .Infos .Btns a{ display:block; height:100%; position: absolute; top:0; background:#e8e8e8 no-repeat center/11px auto; width:25px; transition:all .3s; z-index:2; } .ProductList .Infos .Btns .prev{ left:0; background-image:url(../images/jt1_1.png); } .ProductList .Infos .Btns .next{ right:0; background-image:url(../images/jt1_2.png); } .ProductList .Infos .Btns a:hover{ background-color:#267fff; } .ProductList .Infos .Btns .prev:hover{ background-image:url(../images/jt1_1_h.png); } .ProductList .Infos .Btns .next:hover{ background-image:url(../images/jt1_2_h.png); } .ProductList .Infos .cont{ overflow:hidden; padding-top:40px; } .ProductList .Infos .h2{ font-size:32px; line-height:38px; color:#333333; } .ProductList .Infos .des{ font-size:14px; line-height:20px; color:#999999; padding-bottom:30px; border-bottom:1px solid #eeeeee; margin:12px 0 29px; } .ProductList .Infos .h4{ font-size:16px; line-height:24px; font-weight:bold; } .ProductList .Infos .word{ font-size:14px; color:#666666; line-height:26px; margin:6px 0 35px; padding-bottom:20px; border-bottom:1px solid #eee; } .ProductList .Infos .qq{ display:inline-block; padding:0 17px; background:#267fff; transition:all .3s; font-size:16px; line-height:44px; color:#fff; } .ProductList .Infos .qq span{ display:block; padding-left:27px; background:url(../images/icons1.png) no-repeat left center/16px auto; } .ProductList .Infos .qq:hover{ background:#428efb; } .ProductList .List .pad{ padding:2.3% 2.3% 3%; } .ProductList .List .h3{ font-size:18px; line-height:24px; color:#333333; font-weight:bold; border-bottom:1px solid #eee; padding-bottom:17px; margin-bottom:25px; } .ProductList .List .dl{ font-size:14px; line-height:22px; color:#888; border-left:1px solid #dddddd; border-top:1px solid #dddddd; display:table; width:100%; } .ProductList .List .dt, .ProductList .List .dd{ display:table-row; } .ProductList .List .dt{ background:#eeeeee; color:#333333; } .ProductList .List .dl .wid{ display:table-cell; vertical-align:middle; padding:15px 10px; border-right:1px solid #dddddd; border-bottom:1px solid #dddddd; } .ProductList .List .dl a{ color:#888; } .ProductList .List .dl .down{ display:block; margin:0 auto; height:19px; width:19px; background:url(../images/icon_down1.png) no-repeat center/contain; } .ProductList .List .dl .wid1{ width:105px; } .ProductList .List .dl .wid2{ width:115px; } .ProductList .List .dl .wid3{ width:105px; } .ProductList .List .dl .wid4{ width:115px; } .ProductList .List .dl .wid5{ width:105px; } .ProductList .List .dl .wid6{ width:100px; } .ProductList .List .dl .wid7{ width:120px; } .ProductList .List .dl .wid8{ width:115px; } .ProductList .List .dl .wid9{ width:175px; } .ProductList .List .dl .wid10{ width:105px; } .ProductList .List .dl .wid11{ width:80px; } .ProductList .List .dl .down:hover{ background-image:url(../images/icon_down1_h.png); } .ProductList .List .dl a:hover{ color:#267fff; } /**产品详情**/ .ProductInfo{ background:#f8f8f8; padding:55px 0 65px; } .ProductInfo .pad{ padding:28px 30px 58px; } .ProductInfo .pad .h1{ font-size:18px; line-height:26px; color:#333333; font-weight:bold; border-bottom:1px solid #eee; padding-bottom:16px; margin-bottom:28px; } .ProductInfo .pad .content{ font-size:14px; line-height:24px; color:#666666; } .ProductInfo .pad .content img{ height:auto!important; } .swiper-scrollbar .swiper-scrollbar-drag{ background:#267fff; } @media (min-width: 1200px){ .ProductList .Screen .l3{ display:none; } .ProductList .Screen .l2 li.on .sub, .ProductList .Screen .l2 li:hover .sub{ opacity:1; margin-top:8px; transform:scale(1); } .ProductList .Screen .l2 li:hover~li .sub, .ProductList .Screen .sub{ position: absolute; word-break:keep-all; white-space:nowrap; width:160px; border:1px solid #eeeeee; background:#fff; padding:10px 0; margin-top:0; opacity:0; transform:scale(0); transition:margin .4s,opacity .4s; } .ProductList .Screen .sub::after{ content:""; position:absolute; bottom:100%; left:34px; width:15px; height:10px; background:url(../images/icons2.png) no-repeat center/contain; } } @media (min-width: 992px){ .ProductList .Imgs{ max-width:45% } } @media (max-width: 1200px){ .ProductList{ padding:40px 0 45px; } .ProductList .Screen .l1{ margin-bottom:10px; } .ProductList .Screen .l1 li{ margin-right:28px; } .ProductList .Screen .l1 a{ padding:8px 0; } .ProductList .Screen .l2 li{ margin-right:25px; } .ProductList .Infos{ margin:20px 0 25px; } .ProductList .Screen .l3{ margin-top:10px; padding-top:10px; border-top:1px solid #eee; } .ProductList .Screen .l3 li{ margin-right:20px; } .ProductList .Screen .sub{ display:none; } .ProductList .Infos .cont{ padding-top:20px; } .ProductList .Infos .h2{ font-size:26px; } .ProductList .Infos .des{ margin:8px 0 20px; padding-bottom:20px; line-height:22px; } .ProductList .Infos .word{ margin-bottom:25px; } .ProductList .Infos .qq{ font-size:14px; line-height:36px; } .ProductList .List .h3{ padding-bottom:10px; margin-bottom:20px; } .ProductInfo{ padding:40px 0 45px; } .ProductInfo .pad{ padding:20px 25px 35px; } .ProductInfo .pad .h1{ padding-bottom:10px; margin-bottom:20px; } } @media (max-width: 992px){ .ProductList{ padding:30px 0 35px; } .ProductList .Screen .pad{ padding:10px 20px; } .ProductList .Screen .l1 li{ margin-right:20px; } .ProductList .Screen .l1 a{ padding:5px 0; } .ProductList .Screen .l2 li{ margin-right:20px; } .ProductList .Infos .Box{ padding:20px; } .ProductList .Infos .Imgs{ max-width:100%; margin:0 auto; float:none; display:block; } .ProductList .Infos .h2{ font-size:22px; line-height:32px; } .ProductList .Infos .des{ margin:5px 0 15px; } .ProductList .Infos .word{ padding-bottom:15px; margin-bottom:20px; } .ProductList .List .pad{ padding:15px 20px 20px; } .ProductList .List .Box{ overflow-y:auto; } .ProductList .List .dl{ width:900px; line-height:20px; } .ProductList .List .dl .wid{ padding:10px; } .ProductInfo{ padding:30px 0 35px; } .ProductInfo .pad{ padding:15px 20px 30px; } } @media (max-width: 768px){ .ProductList{ padding:20px 0 25px; } .ProductList .Screen .pad{ padding:10px 15px; } .ProductList .Screen .l1{ margin-bottom:5px; } .ProductList .Screen .l1 a{ padding:3px 0; font-size:15px; } .ProductList .Screen .l3{ margin-top:5px; padding-top:5px; } .ProductList .Infos{ margin:15px 0 20px; } .ProductList .Infos .Box{ padding:15px; } .ProductList .Infos .cont{ padding-top:15px; } .ProductList .Infos .h2{ font-size:20px; } .ProductList .List .pad{ padding:15px; } .ProductList .List .h3{ margin-bottom:15px; } .ProductInfo{ padding:20px 0 25px; } .ProductInfo .pad{ padding:10px 15px 20px; } } /**关于我们**/ .AboutDesA{ padding:85px 0; } .AboutDesA .Box{ position:relative; } .AboutDesA .l_con{ width:46%; position:relative; z-index:1; } .AboutDesA .title{ font-size:160px; line-height:120px; color:#4a555a; font-weight:bold; position:relative; } .AboutDesA .title p{ opacity:.04 } .AboutDesA .title span{ display:block; position: absolute; left:0; bottom:20%; font-size:40px; line-height:1.2em; color:#267fff; } .AboutDesA .des{ -webkit-line-clamp: 3; font-size:14px; line-height:28px; color:#666666; margin:40px 0 65px; } .AboutDesA .r_img{ width:630px; } .AboutDesA .swiperBox{ overflow:hidden; position:relative; margin-right:-195px; padding-right:195px; } .AboutDesA .swiperBox .swiper-container{ overflow:visible; width:630px; } .AboutDesA .swiperBox .swiper-slide{ opacity:.1; transform:translateX(-70%) scale(.88); transition:all .3s; } .AboutDesA .swiperBox .swiper-slide.swiper-slide-active{ opacity:1; transform:scale(1); z-index:2; } .AboutDesA .swiperBox .swiper-slide.swiper-slide-next{ opacity:.1; transform:translateX(-70%) scale(.88); } .AboutDesA .swiperBox .imgBox{ padding-top:93.65%; } .AboutDesA .swiperBox .paginations{ z-index:2; position:absolute; left:0; width:630px; max-width:100%; bottom:18px; text-align:right; font-size:0; line-height:0; padding:0 5px; } .AboutDesA .swiperBox .paginations .swiper-pagination-bullet{ width:10px; height:10px; background-color:#267fff; border-radius:50%; opacity:.16; margin:0 5px; } .AboutDesA .swiperBox .paginations .swiper-pagination-bullet.swiper-pagination-bullet-active{ opacity:1; } .AboutDesB{ padding:85px 0 110px; border-top:1px solid #eee; } .AboutDesB .Images{ margin:-10px; font-size:0; line-height:0; } .AboutDesB .Images .li{ display:inline-block; padding:10px; } .AboutDesB .Images .imgBox{ padding-top:55.47%; background-color:#000; } .AboutDesB .Images .imgBox img{ opacity:.5; } .AboutDesB .Images .Box{ position:absolute; left:0; top:0; height:100%; width:100%; color:#fff; text-align:center; } .AboutDesB .Images .table{ display:table; width:100%; height:100%; } .AboutDesB .Images .tab-cell{ display:table-cell; vertical-align:middle; padding:25px; } .AboutDesB .Images .title{ font-size:26px; line-height:30px; font-weight:bold; margin-bottom:25px; } .AboutDesB .Images .des{ font-size:20px; line-height:26px; max-height:104px; overflow:hidden; } .AboutDesB .ul{ margin:-8px; font-size:0; line-height:0; padding:7px 0; } .AboutDesB .ul li{ padding:8px; display:inline-block; } .AboutDesB .ul .Box{ background:#f3f3f3; text-align:center; transition:all .3s; transform:translateY(0); padding:55px 25px; box-shadow:0 0 15px rgba(0,0,0,0); } .AboutDesB .ul .title{ font-size:24px; line-height:28px; color:#333333; margin-top:15px; } .AboutDesB .ul .Box:hover{ transform:translateY(-5px); box-shadow:0 0 15px rgba(0,0,0,.05); } @media only screen and (max-width: 1200px){ .AboutDesA{ padding:40px 0; } .AboutDesA .l_con{ width:100%; float:none; display:block; } .AboutDesA .title{ font-size:80px; line-height:80px; } .AboutDesA .title span{ font-size:26px; } .AboutDesA .des{ margin:5px 0 15px; line-height:26px; } .AboutDesA .r_img{ margin:0 auto; display:block; float:none; } .AboutDesB{ padding:40px 0; } .AboutDesB .Images{ margin:-7px; } .AboutDesB .Images .li{ padding:7px; } .AboutDesB .Images .title{ font-size:22px; line-height:26px; margin-bottom:10px; } .AboutDesB .Images .des{ font-size:16px; line-height:20px; max-height:80px; } .AboutDesB .ul{ margin:-6px; } .AboutDesB .ul li{ padding:6px; } .AboutDesB .ul .Box{ padding:30px 20px; } .AboutDesB .ul .Box img{ width:56px; } .AboutDesB .ul .title{ font-size:18px; line-height:24px; margin-top:10px; } } @media only screen and (max-width: 992px){ .AboutDesB .Images{ margin:-5px; } .AboutDesB .Images .li{ padding:5px; } .AboutDesB .Images .tab-cell{ padding:10px; } .AboutDesB .Images .title{ font-size:18px; line-height:24px; margin-bottom:5px; } .AboutDesB .Images .des{ font-size:15px; } .AboutDesB .ul{ margin:-5px; display:flex; flex-wrap:wrap; } .AboutDesB .ul li{ padding:5px; } .AboutDesB .ul .Box img{ width:46px; } .AboutDesB .ul .title{ font-size:16px; line-height:22px; margin-top:5px; } } @media only screen and (max-width: 768px){ .AboutDesA{ padding:25px 0; } .AboutDesA .title{ font-size:60px; line-height:50px; } .AboutDesA .title span{ font-size:18px; } .AboutDesA .des{ line-height:22px; } .AboutDesA .r_img{ width:100%; } .AboutDesA .swiperBox{ margin:0; padding:0; } .AboutDesA .swiperBox .swiper-container{ overflow:hidden; width:100%; } .AboutDesA .swiperBox .swiper-slide.swiper-slide-next, .AboutDesA .swiperBox .swiper-slide{ transition:all 0s; opacity:.7; transform: translateX(0) scale(1); } .AboutDesB{ padding:25px 0; } } /**荣誉证书**/ .HonorList{ padding:65px 0; } .HonorList ul{ border-left:1px solid #eaeaea;border-top:1px solid #e5e5e5; overflow:hidden; font-size:0; line-height:0; } .HonorList ul li{ display:inline-block; transition:all 0.3s;} .HonorList ul li .imgh{ display:block; } .HonorList ul li .box{ display:block; border-right:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; position:relative; overflow:hidden;} .HonorList ul li .box:after{ width:0; position:absolute; content:""; left:50%; right:50%; bottom:0; height:2px; background:#267fff;transition:all 0.6s; z-index:1;} .HonorList ul li:hover .box:after{ width:100%; left:0; right:0;} .HonorList ul li .imgBox{ overflow:hidden; max-width:280px; margin:0 auto; width:90%; margin-top:8%; margin-bottom:7%; } .HonorList ul li .imgBox::after{ content:""; display:block; padding-top:125.2%; width:100%; } .HonorList ul li .h3{ font-weight:normal; text-align:center; line-height:40px; overflow:hidden; font-size:15px; color:#555555; padding:0 2%; margin-bottom:4%;} .HonorList ul li a:hover .h3{ color:#267fff;} #zoom{z-index:99990;position:fixed;top:0;left:0;display:none;width:100%;height:100%;background:rgba(0,0,0,0.8);filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000)";} #zoom .content{z-index:99991;position:absolute;top:50%;left:50%;width:200px;height:200px;background:#ffffff no-repeat 50% 50%;padding:0;margin:-100px 0 0 -100px;box-shadow:-20px 20px 20px rgba(0,0,0,0.3);border-radius:4px;max-width:100%;} #zoom .content.loading{background-image:url('../images/loading.gif');} #zoom img{display:block;max-width:none;background:#ececec;box-shadow:0 1px 3px rgba(0,0,0,0.25);} #zoom .close{z-index:99993;position:absolute;top:0;right:0;width:49px;height:49px;cursor:pointer;background:transparent url('../images/close.png') no-repeat 50% 50%;opacity:1;filter:alpha(opacity=100);border-radius:0 0 0 4px;} #zoom .previous,#zoom .next{z-index:99992;position:absolute;top:50%;overflow:hidden;display:block;width:49px;height:49px;margin-top:-25px;} #zoom .previous{left:0;background:url('../images/arrows.png') no-repeat 0 0;border-radius:0 4px 4px 0;} #zoom .next{right:0;background:url('../images/arrows.png') no-repeat 100% 0;border-radius:4px 0 0 4px;} #zoom .close:hover{background-color:#da4f49;} #zoom .previous:hover,#zoom .next:hover{background-color:#0088cc;} @media only screen and (max-width: 1200px){ .HonorList{ padding:35px 0; } } @media only screen and (max-width: 992px){ .HonorList{ padding:30px 0; } } @media only screen and (max-width: 768px){ .HonorList ul li .h3{ font-size:14px; line-height:22px; } } /**合作品牌**/ .PartnerList{ padding:50px 0 70px; } .PartnerList .ul{ font-size:0; line-height:0; } .PartnerList .ul li{ border:1px solid #eeeeee; width:20%; display:inline-block; vertical-align:top; margin-top:-1px; margin-left:-1px; } .PartnerList .ul .Box{ background:#fff; color:#666666; display:block; text-align:center; padding:25px 10px 45px; transition:all .3s; transform:translate(0,0); box-shadow:0 0 0 rgba(0,0,0,0); } .PartnerList .ul .imgBox{ width:180px; max-width:100%; margin:0 auto 5px; } .PartnerList .ul .imgBox img{ filter: grayscale(100%); } .PartnerList .ul .imgBox::after{ content:""; display:block; width:100%; padding-top:38.89%; } .PartnerList .ul .title{ font-size:14px; line-height:20px; } .PartnerList .ul .Box:hover{ transform:translate(0,-3px); box-shadow:0 0 15px rgba(0,0,0,.05); } .PartnerList .ul .Box:hover img{ filter: grayscale(0%); } @media only screen and (max-width: 1200px){ .PartnerList{ padding:25px 0; } } @media only screen and (max-width: 992px){ .PartnerList{ padding:10px 0; } .PartnerList .ul .Box{ padding:20px 10px 30px; } } @media only screen and (max-width: 768px){ .PartnerList .ul li{ width:33.33%; } .PartnerList .ul .imgBox{ margin-bottom:0; } .PartnerList .ul .Box{ padding:15px 10px 15px; } } /**联系我们**/ .ContactBlock{ padding:65px 0 110px; } .ContactBlock .ul{ margin:-10px; font-size:0; } .ContactBlock .ul li{ padding:10px; display:inline-block; vertical-align:top; } .ContactBlock .ul .Box{ display:block; border-radius:5px; background:#f8f8f8; padding:30px 20px 25px; text-align:center; box-shadow:0 0 15px rgba(0,0,0,0); transform:translateY(0); transition:all .3s; } .ContactBlock .ul .Box img{ display:block; margin:0 auto; } .ContactBlock .ul .Box .word{ font-size:14px; line-height:20px; color:#999999; margin:15px 0 2px; } .ContactBlock .ul .Box .val{ font-size:16px; line-height:20px; color:#666666; font-weight:bold; } .ContactBlock .ul .Box:hover{ box-shadow:0 0 20px rgba(0,0,0,.1); transform:translateY(-5px); } .ContactBlock .Map{ margin:45px 0; padding-top:35%; } .ContactBlock .Map img{ max-width:999px; } .ContactBlock .form{ display:block; width:100%; } .ContactBlock .form .h3{ text-align:center; font-size:30px; line-height:36px; color:#222222; font-weight:normal; padding:40px 0; } .ContactBlock .form .Box{ margin:-9px; font-size:0; } .ContactBlock .form .Box .label{ padding:9px; display:inline-block; } .ContactBlock .form .Box .title{ font-size:16px; line-height:22px; color:#999999; padding-bottom:5px; } .ContactBlock .form .Box .title .tip{ color:#fe1212; margin-right:5px; } .ContactBlock .form .Box .title .icon{ display:block; padding-left:25px; background:url(../images/icons1_2.png) no-repeat left center/17px auto; } .ContactBlock .form .Box .input{ display:block; width:100%; border:1px solid #eee; background:#f8f8f8; font-size:15px; line-height:58px; height:60px; padding:0 15px; box-shadow:0 0 0 transparent; transition:all .3s;-webkit-appearance: none; } .ContactBlock .form .Box .input:focus{ box-shadow:0 0 15px rgba(0,0,0,.05); } .ContactBlock .form .Box textarea.input{ display:block; height:185px; padding:15px; line-height:20px; } .ContactBlock .form .Box .submit{ display:block; color:#fff; cursor:pointer; line-height:40px; height:40px; width:110px; font-size:14px; text-align:center; background:#267fff; box-shadow:0 0 0 transparent;-webkit-appearance: none; } .ContactBlock .form .Box .submit:hover{ background:#4792fd; } @media only screen and (max-width: 1200px){ .ContactBlock{ padding:45px 0 70px; } .ContactBlock .ul{ margin:-7px; font-size:0; } .ContactBlock .ul li{ padding:7px; display:inline-block; } .ContactBlock .ul .Box{ padding:25px 15px 20px; } .ContactBlock .ul .Box img{ width:44px; } .ContactBlock .ul .Box .word{ margin:10px 0 2px; } .ContactBlock .Map{ margin:40px 0; } .ContactBlock .form .h3{ font-size:26px; padding:20px 0; } .ContactBlock .form .Box{ margin:-7px; } .ContactBlock .form .Box .label{ padding:7px; } .ContactBlock .form .Box .title{ font-size:15px; } .ContactBlock .form .Box .input{ line-height:44px; height:44px; font-size:14px; } .ContactBlock .form .Box textarea.input{ padding:10px 15px; } } @media only screen and (max-width: 992px){ .ContactBlock{ padding:35px 0 45px; } .ContactBlock .ul .Box .val{ font-size:15px; } .ContactBlock .form .h3{ padding:0 0 10px; font-size:20px; } .ContactBlock .form .Box .submit{ width:100%; } } @media only screen and (max-width: 768px){ .ContactBlock{ padding:25px 0 35px; } .ContactBlock .ul{ margin:-5px; font-size:0; } .ContactBlock .ul li{ padding:5px; display:inline-block; } .ContactBlock .ul .Box{ padding:20px 15px 15px; } .ContactBlock .ul .Box img{ width:36px; } .ContactBlock .ul .Box .val{ font-size:14px; } .ContactBlock .Map{ margin:30px 0; height:350px; } } /**新闻动态**/ .NewsList{ padding-top:20px; } .NewsList .ul{} .NewsList .ul li{ padding:30px 0; border-bottom:1px solid #eeeeee; } .NewsList .ul .Box{ display:block; transition:all .6s; transform:translateY(0); } .NewsList .ul .imgBox{ float:left; display:inline-block; margin-right:3.69%; width:375px; } .NewsList .ul .imgBox::after{ content:""; display:block; padding-top:60%; } .NewsList .ul .cont{ padding-top:5px; } .NewsList .ul .h3{ font-size:20px; line-height:30px; color:#333333; font-weight:normal; transition:all .3s; } .NewsList .ul .des{ font-size:14px; line-height:20px; color:#888888; margin:10px 0 45px; } .NewsList .ul .more{ font-size:14px; color:#267fff; line-height:38px; border:1px solid #267fff; padding:0 15px; transition:all .6s; overflow:hidden; position: relative; } .NewsList .ul .more::before{ content:""; position:absolute; display:block; width:0; padding-top:100%; border-radius:50%; left:50%; top:50%; transform:translate(-50%,-50%); transition:all .8s; background:#267fff; } .NewsList .ul .more span{ position:relative; z-index:1; } .NewsList .ul .time{ font-size:16px; line-height:40px; color:#999999; } .NewsList .ul .Box:hover{ transform:translateY(-5px); } .NewsList .ul .Box:hover .h3{ color:#267fff; } .NewsList .ul .Box:hover .more{ color:#fff; } .NewsList .ul .Box:hover .more::before{ width:130%; } .NewsInfo{ padding:60px 0 70px; } .NewsInfo .h1{ font-size:26px; line-height:32px; color:#333; text-align:center; padding:0 15px; } .NewsInfo .h1+.content{ margin-top:25px; } .NewsInfo .time{ display:block; text-align:center; font-size:14px; line-height:24px; color:#888; margin:10px 0 35px; } .NewsInfo .content{ border-top:1px solid #eeeeee; font-size:16px; line-height:26px; color:#666666; padding:35px 0 60px; } .NewsInfo .content img{ height:auto!important; } .PNLinks{ border-top:1px dashed #eeeeee; padding-top:32px; } .PNLinks .links{ overflow:hidden; font-size:0; line-height:0; } .PNLinks .links .line{ display:inline-block; vertical-align:middle; height:16px; width:1px; background:#ddd; margin:0 45px; } .PNLinks p{ display:inline-block; vertical-align:middle; position:relative; font-size:16px; line-height:38px; color:#999999; padding-left:72px; max-width:calc(50% - 46px); } .PNLinks .returnList{ display:inline-block; line-height:36px; border:1px solid #eee; padding:0 15px; color:#666; transition:all .5s; margin-left:35px; text-align:center; } .PNLinks .returnList:hover{ border-color:#267fff; background:#267fff; color:#fff } .PNLinks .tit{ display:block; position: absolute; left:0; } .PNLinks a{ color:#333; } .PNLinks a:hover{ color:#267fff; } @media only screen and (max-width: 1200px){ .NewsInfo{ padding:45px 0 40px; } .NewsInfo .h1{ font-size:22px; line-height:28px; } .NewsInfo .time{ margin:5px 0 20px; } .NewsInfo .content{ padding:30px 0; } .PNLinks{ padding-top:25px; } .PNLinks .links .line{ margin:0 35px; } .PNLinks p{ max-width:calc(50% - 36px); } } @media only screen and (max-width: 992px){ .NewsList{ padding-top:10px; } .NewsList .ul li{ padding:25px 0; } .NewsList .ul .imgBox{ width:280px; } .NewsList .ul .des{ margin-bottom:25px; } .NewsList .ul .more{ line-height:32px; font-size:13px; } .NewsList .ul .time{ font-size:14px; line-height:34px; } .NewsInfo{ padding:35px 0 30px; } .NewsInfo .h1{ font-size:20px; line-height:24px; } .NewsInfo .time{ margin:5px 0 10px; } .NewsInfo .content{ padding:20px 0; font-size:14px; line-height:24px; } .PNLinks{ padding-top:15px; } .PNLinks .links .line{ margin:0 25px; } .PNLinks p{ font-size:14px; max-width:calc(50% - 26px); } } @media only screen and (max-width: 768px){ .NewsList{ padding-top:5px; } .NewsList .ul li{ padding:15px 0; } .NewsList .ul .imgBox{ width:250px; margin-right:20px; } .NewsList .ul .Box .h3{ font-size:18px; } .NewsList .ul .des{ margin:5px 0 15px; } .NewsInfo{ padding:25px 0 20px; } .NewsInfo .h1{ font-size:16px; } .NewsInfo .h1+.content{ margin-top:15px; } .NewsList .ul .time{ margin-top:0; } .PNLinks{ display:flex; flex-wrap:wrap; padding-top:0; } .PNLinks .links{ padding:10px 0; border-bottom:1px dashed #eee; margin-bottom:15px; width:100%; } .PNLinks .links .line{ display:none; } .PNLinks p{ padding-left:56px; max-width:100%; line-height:30px; display:block; } .PNLinks .returnList{ float:none; order:2; line-height:30px; padding:0 15px; margin:0; width:100%; }} } @media only screen and (max-width: 600px){ .NewsList .ul .imgBox{ width:160px; margin-right:15px; } .NewsList .ul .cont{ padding-top:5px; } .NewsList .ul .Box .h3{ font-size:16px; } .NewsList .ul .des{ margin-bottom:0; } .NewsList .ul .cont .clearfix{ display:none; } } @media only screen and (max-width: 450px){ .NewsList .ul .imgBox{ width:140px; margin-right:10px; } .NewsList .ul .Box .h3{ font-size:16px; } .NewsList .ul .cont{ padding-top:0; } } /**应用fun888 fun**/ .SolutionList{} .SolutionList .Menu{ font-size:0; line-height:0; padding:50px 0 60px; } .SolutionList .Menu .wid{ display:inline-block; vertical-align:top; width:14.28%; text-align:center; padding:10px; } .SolutionList .Menu .Box{ display:block; } .SolutionList .Menu .img{ display:block; margin:0 auto; width:56px; max-width:100%; position:relative; border-radius:50%; background:#eeeeee; transition:all .5s; } .SolutionList .Menu .img img{ display:block; width:100%; height:auto; transition:all .5s; opacity:1; border-radius:50%; } .SolutionList .Menu .img .i{} .SolutionList .Menu .img .i_h{ position: absolute; left:0; top:0; opacity:0; } .SolutionList .Menu .txt{ font-size:14px; line-height:20px; color:#333333; margin-top:6px; } .SolutionList .Menu .on .Box .img, .SolutionList .Menu .Box:hover .img{ background:#267fff; } .SolutionList .Menu .on .Box .i, .SolutionList .Menu .Box:hover .i{ opacity:0; } .SolutionList .Menu .on .Box .i_h, .SolutionList .Menu .Box:hover .i_h{ opacity:1; } .SolutionList .Menu .on .Box .txt, .SolutionList .Menu .Box:hover .txt{ color:#267fff; } .SolutionList .ul{ margin:-14px; font-size:0; line-height:0; } .SolutionList .ul li{ padding:14px; display:inline-block; width:33.33%; vertical-align:top; } .SolutionList .ul li .Box{ display:block; transition:all .5s; transform:translateY(0); box-shadow:0 0 14px rgba(0,0,0,0); text-align:center; } .SolutionList .ul li .imgBox{ padding-top:67.535%; background:#000; } .SolutionList .ul li .more{ font-size:14px; line-height:36px; border:1px solid #fff; color:#fff; width:100px; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); transition:all .5s; opacity:0; } .SolutionList .ul li .title{ font-size:16px; line-height:90px; color:#333333; padding:0 15px; transition:all .5s; background:#f8f8f8; } .SolutionList .ul li .Box:hover{ transform:translateY(-5px); box-shadow:0 0 14px rgba(0,0,0,.08); } .SolutionList .ul li .Box:hover img{ opacity:.45; } .SolutionList .ul li .Box:hover .more{ opacity:1; } .SolutionList .ul li .Box:hover .title{ color:#fff; background:#267fff; } .SolutionList .ul li .more:hover{ border-color:#267fff; background:#267fff; color:#fff; } @media only screen and (max-width: 1200px){ .SolutionList .Menu{ padding:30px 0 25px; } .SolutionList .Menu .img{ width:48px; } .SolutionList .ul{ margin:-9px; } .SolutionList .ul li{ padding:9px; } .SolutionList .ul li .title{ line-height:70px; font-size:15px; } } @media only screen and (max-width: 992px){ .SolutionList .Menu{ padding:25px 0 20px; } .SolutionList .Menu .wid{ width:25%; } .SolutionList .Menu .img{ width:44px; } .SolutionList .ul{ margin:-7px; } .SolutionList .ul li{ padding:7px; } .SolutionList .ul li .title{ line-height:50px; font-size:14px; } .SolutionList .ul li .more{ display:none; } } @media only screen and (max-width: 768px){ .SolutionList .Menu{ padding:20px 0 15px; } .SolutionList .Menu .wid{ width:33.33%; } .SolutionList .Menu .img{ width:40px; } .SolutionList .ul{ margin:-5px; } .SolutionList .ul li{ padding:5px; width:50%; } .SolutionList .ul li .title{ line-height:40px; font-size:14px; } } /**招贤纳士**/ .JobBlock{} .JobBlock .Block{ padding:5% 0 6.9%; } .JobBlock .Block .h1{ text-align:center; font-size:30px; line-height:34px; color:#222222; font-weight:normal; margin-bottom:18px; } .JobBlock .Block .cont{ font-size:14px; line-height:26px; color:#666666; } .JobBlock .Block .cont a{ color:#267fff; font-weight:bold; } .JobBlock .dl{ color:#666666; padding-bottom:11.5%; } .JobBlock .dl .dd{ font-size:0; padding:10px 0; } .JobBlock .dl .dd .wid{ display:inline-block; font-size:14px; text-align:center; vertical-align:middle; padding:0 10px; } .JobBlock .dl .dd .wid1{ width:calc(100% - 728px); text-align:left; padding-left:0; padding-right:15px; } .JobBlock .dl .dd .wid2{ width:150px; } .JobBlock .dl .dd .wid3{ width:140px; } .JobBlock .dl .dd .wid4{ width:210px; } .JobBlock .dl .dd .wid5{ width:200px; } .JobBlock .dl .dd .wid6{ width:28px; } .JobBlock .dl .dd .jt{ display:block; height:28px; width:28px; border-radius:50%; background:#dddddd url(../images/jt5.png) no-repeat center/13px auto; transition:all .4s; transform:scaleY(1); } .JobBlock .dl .paramers{ background:#f8f8f8; padding:2.3% 3.07%; } .JobBlock .dl .job{ font-size:24px; line-height:28px; color:#333333; display:block; background:url(../images/icons3.png) no-repeat left top/27px auto; padding-left:40px; } .JobBlock .dl .cont{ display:none; font-size:14px; line-height:26px; color:#666666; border:1px solid #eee; border-top:0 none; padding:3.05% 3.07% 3.5%; } .JobBlock .dl .dd .jt:hover{ background-color:#267fff; background-image:url(../images/jt5_h.png); } .JobBlock .dl .dd.on .jt{ transform:scaleY(-1); background-image:url(../images/jt5_h.png); } @media only screen and (max-width: 1500px){ .JobBlock .Block{ padding:4% 0 3%; } .JobBlock .dl{ padding-bottom:8%; } } @media only screen and (max-width: 1200px){ .JobBlock .Block .h1{ font-size:26px; line-height:30px; margin-bottom:10px; } .JobBlock .dl{ padding-bottom:45px; } .JobBlock .dl .job{ font-size:20px; line-height:26px; padding-top:1px; padding-bottom:1px; } } @media only screen and (max-width: 992px){ .JobBlock .Block{ padding:30px 0 20px; } .JobBlock .Block .h1{ font-size:22px; } .JobBlock .dl .dd{ padding:8px 0; } .JobBlock .dl .paramers{ position: relative; } .JobBlock .dl .dd .wid{ width:auto; padding:0; } .JobBlock .dl .dd .wid1{ width:100%; padding:0 0 5px; margin-right:0; } .JobBlock .dl .dd .wid3, .JobBlock .dl .dd .wid4, .JobBlock .dl .dd .wid5{ margin-left:15px; } .JobBlock .dl .dd .wid6{ position:absolute; top:0; margin-top:2.3%; right:3.07%; } .JobBlock .dl .job{ font-size:18px; line-height:24px; padding:0 0 0 30px; background-size:22px auto; } } @media only screen and (max-width: 768px){ .JobBlock .Block{ padding:25px 0 15px; } .JobBlock .Block .h1{ font-size:20px; margin-bottom:5px; } .JobBlock .dl{ padding-bottom:35px; } .JobBlock .dl .dd{ padding:6px 0; } .JobBlock .dl .paramers{ background:#f8f8f8; padding:15px; } .JobBlock .dl .paramers::after{ content:""; clear:both; width:100%; height:0; display:block; } .JobBlock .dl .dd .wid2, .JobBlock .dl .dd .wid3, .JobBlock .dl .dd .wid4, .JobBlock .dl .dd .wid5{ float:left; } .JobBlock .dl .dd .wid4{ clear:both; margin-left:0; } .JobBlock .dl .job{ font-size:16px; line-height:22px; } .JobBlock .dl .dd .jt{ padding:15px; } .JobBlock .dl .cont{ padding:15px; line-height:24px; } }