@charset "utf-8"; .head_main, .container, .foot-main, .foot-bottom, .index-container, .foot-main, .wrap { margin: 0 auto; padding: 0 15px; } @media (min-width: 992px) { .head_main, .foot-main, .foot-bottom, .index-container { width: 965px; } .container, .wrap { width: 925px; } } @media (min-width: 1260px) { .head_main, .foot-main, .foot-bottom, .index-container { width: 1230px; } .index-container, .container, .wrap { width: 1230px; } } @media (min-width: 1490px) { .head_main, .foot-main, .foot-bottom, .index-container { width: 1430px; } .index-container, .container, .wrap { width: 1430px; } } @media (min-width: 1920px) { .head_main, .foot-main, .foot-bottom, .index-container { width: 1630px; } } /*pc-头部*/ .header { height: 100px; position: fixed; width: 100%; top: 0; left: 0; z-index: 33; background: #ffffff; box-shadow: 0 1px 4px 1px transparent; } .index-header { position: absolute; } .header.black { -webkit-box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1); box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1); } .header .index-container { height: 100%; } /*===============下拉==============*/ .header .logo { float: left; height: 100px; line-height: 100px; } .header .logo img { width: 100%; } .navbar { float: right; margin-left: 103px; } .navbar * { -webkit-box-sizing: border-box; box-sizing: border-box; } .category-item { float: left; padding: 0 11px; margin-right: 47px; } .category-item:last-child { margin-right: 0; } .category-item-single { position: relative; } .category-a { padding: 0 0; display: block; line-height: 100px; -webkit-transition: all .6s; -o-transition: all .6s; transition: all .6s; position: relative; } .category-item.active .category-a, .category-item:hover .category-a { color: #E60012; } .category-item::after { content: ''; width: 0; height: 3px; background: #E60012; position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: all .8s; -o-transition: all .8s; transition: all .8s; } .index-header .category-item::after { background: #E60012; } .category-item.active::after, .category-item:hover::after { width: 100%; } .dropdown-menu.single { position: absolute; top: 100%; left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); z-index: 1100; background: rgba(255, 255, 255, 1); margin-top: 0; max-height: 0; opacity: 0; overflow: hidden; -webkit-transition: max-height .5s; -o-transition: max-height .5s; transition: max-height .5s; border: none; color: #303233; box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); height: auto; padding: 0; display: block; } .dropdown-menu.single ul { padding: 0px 0; } .dropdown-menu.single li { display: block; width: 100%; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; } .dropdown-menu.single li:last-child { border-bottom: 0; } .dropdown-menu.single li > a { padding: 0 40px; display: block; font-size: 16px; color: #666; line-height: 59px; border-top: solid 1px #efefef; text-align: center; white-space: nowrap; width: 100%; height: auto; background: 0 0; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .single li:hover a { background: #E60012; color: #fff; } .category-item:hover .dropdown-menu.single { max-height: 450px; opacity: 1; } /* 下拉 */ .dropdown-menu.full-screen { position: absolute; top: 100%; z-index: 1100; background-color: #fff; border-top: 1px solid #dae1e6; -webkit-transition: none; -o-transition: none; transition: none; height: 300px; display: none; overflow: hidden; width: 100%; min-width: 1200px; left: 0; margin-top: 0; -ms-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05); -o-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05); -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .05); } .column-two ul { display: none; } .dropdown-container { height: 400px; } .p-drop-le { width: 100%; height: 100%; float: left; background: #fff; -webkit-box-sizing: border-box; box-sizing: border-box; } .p-drop-ri { height: 100%; float: left; } .p-drop-Lwrap { padding-top: 20px; margin-left: 36px; height: 100%; } .p-drop-Rwrap { float: left; } .column-item { float: left; width: 260px; border-right: 1px solid #eee; height: 100%; } .column-two { width: 180px; } .nav-title { font-size: 18px; line-height: 50px; color: #444; display: block; padding-left: 24px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; background: url(../images/arrow-next.png) no-repeat right 20px center; } .nav-title:hover { color: #fff; background: #006fc1 url(../images/arrow-next2.png) no-repeat right 20px center; } .nav-data { display: block; font-size: 16px; line-height: 36px; color: #666; padding-left: 24px; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; background: transparent; } .nav-data::after { content: ''; width: 36px; height: 36px; position: absolute; right: 0; top: 0; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; opacity: 0; } .nav-data:hover { color: #E60012; } .nav-data:hover::after { opacity: 1; } .nav-pic { height: 256px; width: 256px; overflow: hidden; } .nav-pic img { max-width: 100%; image-rendering: -moz-crisp-edges; /* Firefox */ image-rendering: -o-crisp-edges; /* Opera */ image-rendering: -webkit-optimize-contrast; /* Webkit (non-standard naming) */ image-rendering: crisp-edges; -ms-interpolation-mode: nearest-neighbor; height: 100%; } .p-nav-more { display: inline-block; font-size: 14px; line-height: 34px; padding: 0 27px; background: #006fc1; color: #fff; margin-top: 12px; } .p-nav-more img { vertical-align: -2px; margin-left: 12px; display: inline-block; } .nav-pic-tit { font-size: 16px; line-height: 52px; color: #666; } .category-item:hover .dropdown-menu.full-screen { display: block; visibility: visible; } .nav-search { cursor: pointer; float: right; height: 100px; width: 26px; position: relative; background: url(../images/icon3.png) no-repeat right 3px center; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; padding-left: 70px; } .nav-icon { cursor: pointer; float: right; height: 90px; width: 26px; line-height: 90px; margin-right: 28px; } .nav-yu { display: inline-block; float: right; height: 100px; margin-left: 27px; } .nav-yu a { width: 26px; height: 22px; line-height: 22px; background-color: #FFFFFF; border-radius: 10px; text-align: center; margin-top: 39px; } .nav-yu a.on { width: 40px; background-color: #e60012; color: #FFFFFF; } .index-header .nav-search { background: url(../images/icon2.png) no-repeat right 3px center; } .search-box { position: absolute; right: -8px; top: 94px; font-size: 0; width: 320px; height: 0; z-index: 100; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; opacity: 0; overflow: hidden; } .nav-search:hover .search-box { opacity: 1; height: 52px; padding-top: 6px; } .search-box .search { border: solid 1px #dbdbdb; width: 260px; height: 46px; background: #fff; display: inline-block; vertical-align: top; font-size: 14px; padding: 0 15px; color: #666; } .search-box .butt { width: 60px; height: 46px; background: #E60012 url(../images/icon2.png) no-repeat center; display: inline-block; vertical-align: top; font-size: 14px; color: #fff; text-align: center; line-height: 46px; cursor: pointer; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .search-box .butt:hover { background-color: #E60012; } .pc-lanu { text-align: center; margin-top: 42px; float: right; } .pc-lanu a { display: inline-block; line-height: 16px; padding: 5px 13px; font-size: 18px; color: #333; font-family: 'HELVETICA-LT'; } .pc-lanu a:last-child { padding-right: 0; } .pc-lanu a.on { background: #7cd32e; color: #fff; border-radius: 20px; } .pc-lanu a:last-child.on { padding-right: 13px; } .user { float: right; margin-right: 20px; } .user img { margin: 40px 0; width: 30px; } /*app-头部*/ .header-app { /* background: #001961; */ display: none; position: fixed; top: 0; left: 0; width: 100%; height: 60px; z-index: 500; -webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1); -o-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1); transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1); } .header-app.open-menu { height: 100%; background: #fff; -webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1); -o-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1); transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1), height .56s cubic-bezier(0.52, 0.16, 0.24, 1); } .header-app .logo { float: left; vertical-align: middle; padding: 10px 10px; display: flex; justify-content: space-between; align-items: center; } .header-app .logo img { width: 130px; height: 100%; margin-right: 10px; } .header-app .right-box { padding-left: 10px; } .header-app .red-txt { font-size: 14px; } .header-app .black-txt { font-size: 12px; } .navbar-app { position: relative; -webkit-box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1); box-shadow: 3px 0 7px 0 rgba(0, 0, 0, .1); height: 60px; text-align: center; background: #fff; } .navbar-togger { float: right; background: transparent; border: none; padding: 22px 15px; display: inline-block; visibility: visible; transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96), opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1), -webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96); } .navbar-togger .icon_bar { width: 24px; height: 2px; background-color: #E60012; opacity: 1; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .navbar-togger .icon_bar:nth-of-type(2) { margin: 5px 0; } .open-menu .navbar-togger .icon_bar:nth-of-type(2) { opacity: 0; } .open-menu .navbar-togger .icon_bar:first-child { -webkit-transform: translate(0, 7px) rotate(45deg); -ms-transform: translate(0, 7px) rotate(45deg); transform: translate(0, 7px) rotate(45deg); } .open-menu .navbar-togger .icon_bar:last-child { -webkit-transform: translate(0, -7px) rotate(-45deg); -ms-transform: translate(0, -7px) rotate(-45deg); transform: translate(0, -7px) rotate(-45deg); } .nav-menu { position: absolute; top: 60px; left: 0; bottom: 0; right: 0; width: 100%; z-index: 620; padding: 20px 15px; overflow-x: hidden; overflow-y: auto; visibility: hidden; -webkit-transition: visibility 0s linear 1s; -o-transition: visibility 0s linear 1s; transition: visibility 0s linear 1s; } .header-app.open-menu .nav-menu { visibility: visible; -webkit-transition-delay: 0s; -o-transition-delay: 0s; transition-delay: 0s; } .nav-list li { border-bottom: 1px solid #cfcfcf; opacity: 0; pointer-events: none; } .nav-list li.open { border-bottom: none; } .header-app.open-menu .nav-list li { opacity: 1; pointer-events: auto; -webkit-transform: none; -ms-transform: none; transform: none; } .nav-list li:nth-child(1) { -webkit-transform: translateY(-44px); -ms-transform: translateY(-44px); transform: translateY(-44px); transition: opacity .3345s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s, transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s, -webkit-transform .4669s cubic-bezier(0.52, 0.16, 0.52, 0.84) .108s; } .header-app.open-menu .nav-list li:nth-child(1) { transition: opacity .3091s cubic-bezier(0.32, 0.08, 0.24, 1) .03s, transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s, -webkit-transform .3455s cubic-bezier(0.32, 0.08, 0.24, 1) .02s; } .nav-list li:nth-child(2) { -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px); transform: translateY(-40px); transition: opacity .29294s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s, transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s, -webkit-transform .45043s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s; } .header-app.open-menu .nav-list li:nth-child(2) { transition: opacity .32244s cubic-bezier(0.32, 0.08, 0.24, 1) .05s, transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s, -webkit-transform .35825s cubic-bezier(0.32, 0.08, 0.24, 1) .04s; } .nav-list li:nth-child(3) { -webkit-transform: translateY(-36px); -ms-transform: translateY(-36px); transform: translateY(-36px); transition: opacity .26098s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s, transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s, -webkit-transform .43756s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s; } .header-app.open-menu .nav-list li:nth-child(3) { transition: opacity .33467s cubic-bezier(0.32, 0.08, 0.24, 1) .07s, transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s, -webkit-transform .37539s cubic-bezier(0.32, 0.08, 0.24, 1) .06s; } .nav-list li:nth-child(4) { -webkit-transform: translateY(-32px); -ms-transform: translateY(-32px); transform: translateY(-32px); transition: opacity .2386s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s, transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s, -webkit-transform .42827s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s; } .header-app.open-menu .nav-list li:nth-child(4) { transition: opacity .34577s cubic-bezier(0.32, 0.08, 0.24, 1) .09s, transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s, -webkit-transform .39692s cubic-bezier(0.32, 0.08, 0.24, 1) .08s; } .nav-list li:nth-child(5) { -webkit-transform: translateY(-28px); -ms-transform: translateY(-28px); transform: translateY(-28px); transition: opacity .22581s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s, transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s, -webkit-transform .42259s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s; } .header-app.open-menu .nav-list li:nth-child(5) { transition: opacity .35577s cubic-bezier(0.32, 0.08, 0.24, 1) .11s, transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .1s; } .nav-list li:nth-child(6) { -webkit-transform: translateY(-24px); -ms-transform: translateY(-24px); transform: translateY(-24px); transition: opacity .20343s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s, transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s, -webkit-transform .41691s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s; } .header-app.open-menu .nav-list li:nth-child(6) { transition: opacity .36577s cubic-bezier(0.32, 0.08, 0.24, 1) .13s, transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s, -webkit-transform .41718s cubic-bezier(0.32, 0.08, 0.24, 1) .12s; } .nav-list li:nth-child(7) { -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); transition: opacity .18105s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s, -webkit-transform .41123s cubic-bezier(0.52, 0.16, 0.52, 0.84) .03s; } .header-app.open-menu .nav-list li:nth-child(7) { transition: opacity .37577s cubic-bezier(0.32, 0.08, 0.24, 1) .15s, transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s, -webkit-transform .4115s cubic-bezier(0.32, 0.08, 0.24, 1) .14s; } .nav-list li:nth-child(8) { -webkit-transform: translateY(-16px); -ms-transform: translateY(-16px); transform: translateY(-16px); transition: opacity .15867s cubic-bezier(0.52, 0.16, 0.52, 0.84) .01s, transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s, -webkit-transform .40555s cubic-bezier(0.52, 0.16, 0.52, 0.84) .17s; } .header-app.open-menu .nav-list li:nth-child(8) { transition: opacity .38577s cubic-bezier(0.32, 0.08, 0.24, 1) .17s, transform .40582s cubic-bezier(0.32, 0.08, 0.24, 1) .16s, -webkit-transform .42286s cubic-bezier(0.32, 0.08, 0.24, 1) .16s; } .cate-item { position: relative; } .cate-item a { font-size: 16px; line-height: 48px; margin-right: 60px; display: block; color: #444; } .nav-list li.active .cate-item a { color: #E60012 !important; } .nav-list li.open .cate-item a { color: #E60012a3; } .category-cont a:last-child { border: none; } .category-cont a.active { color: #E60012; } .category-tig { font-size: 14px; color: #888; text-align: right; line-height: 48px; width: 50px; height: 48px; position: absolute; right: 0; top: 0; z-index: 2; } .category-tig::before, .category-tig::after { content: ''; background: #888; position: absolute; top: 50%; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .category-tig::before { width: 16px; height: 2px; right: 0; margin-top: -1px; } .category-tig::after { width: 2px; height: 16px; margin-top: -8px; right: 7px; } .nav-list li.open .category-tig::after { opacity: 0; } .nav-list li.open .category-tig::before { background: #7cd32e; } .category-cont { display: none; } .nav-list li.open .category-cont { display: block; border-top: solid 1px #cfcfcf; border-bottom: solid 1px #cfcfcf; } .category-pad { padding: 0 15px; } .category-cont a { line-height: 40px; border-bottom: 1px solid #cfcfcf; display: block; color: #666; } .category-pad a.active { color: #7cd32e; } .app-sousuo { line-height: 22px; border-right: solid 1px #E60012; padding-right: 15px; color: #E60012; float: right; font-size: 22px !important; margin-top: 19px; } .alert-search { display: none; position: fixed; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.9); top: 0; left: 0; z-index: 9999; } .alert-top { height: 60px; background: #fff; padding: 10px 15px; border-bottom: solid 1px rgba(0, 0, 0, 0.1); } .alert-top .text { border-radius: 0px; height: 40px; background: none; border: solid 1px rgba(0, 0, 0, 0.1); width: 80%; float: left; color: #666; padding: 0 10px; } .alert-top .search { background: url(../images/icon3.png) no-repeat center; width: 10%; height: 26px; float: left; margin-top: 7px; } .alert-top span { color: #666; float: right; font-size: 20px !important; margin-top: 8px; width: 10%; text-align: center; } .app-lanu { text-align: center; margin-top: 20px; } .app-lanu a { display: inline-block; line-height: 26px; padding: 0 14px; font-size: 14px; color: #333; } .app-lanu a.on { background: #E60012; color: white; border-radius: 30px; } /*pc端底部*/ .footer { background: #292b2d; overflow-x: hidden; } .foot-main { padding-top: 80px; } .foot_nav { margin-bottom: 100px; } .foot_lf { float: right; width: 71%; } .foot_nav dl { float: left; } .foot_nav dl:last-child dt { margin-right: 0; } .foot_nav dt { position: relative; padding-bottom: 6px; margin-right: 80px; letter-spacing: 1px; } .foot_nav dt a { color: #fefefe; } .foot_nav dd { margin-top: 17px; } .foot_nav dd a { color: rgba(153, 153, 153,1); line-height: 28px; } .foot_nav dd a:hover { color: #FFFFFF; } .foot_rt { float: left; width: 25%; } .foot_rtimg { margin-bottom: 37px; } .foot_rt p { color: rgba(255, 255, 255,1); margin: 0px 0; font-family: "DIN-BOLD"; } .foot_rt p img { width: 29px; margin: -5px 10px 0 0; } .foot_rt .foot-share { margin-top: 25px; } .footb-bot { padding: 37.5px 0; overflow: hidden; border-top: solid 1px rgba(255, 255, 255, 0.3); } .footb-bot p:first-child { margin-right: 10%; } .footb-bot p:nth-child(2) { margin-right: 5%; } .footb-bot p { float: left; width: auto; line-height: 24px; font-size: 16px; color: #999999; } .footb-bot p a { color: #999999; display: inline-block; padding: 0 3px; } .footb-bot p a:last-child { padding-left: 3px; padding-right: 0; } .footb-bot p span { margin: 0 7px; } .footb-bot p a:hover { color: #FFFFFF; } .bshare { float: right; } .bshare .bot-share { margin-top: -4px; } .bot-share a { display: inline-block !important; font-size: 22px !important; width: 34px !important; height: 34px !important; line-height: 34px !important; text-align: center; color: #949494 !important; transition: ease .5s !important; padding-left: 0 !important; text-decoration: none !important; margin: 0 12px !important; background: #292929 !important; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.08) !important; } .bot-share a:last-child { margin-right: 0 !important; } .footb-bot .foot-btit { display: block; float: right; margin-top: 5px; } .foot-btit p, .foot-btit p a { color: #8d8d8d; } /*app-底部*/ .foot-app { width: 100%; background: #292929; padding: 0 15px; display: none; } .footer-tit { position: relative; border-bottom: 1px solid rgba(255, 255, 255, 0.8); } .open .footer-tit a { color: #fff; } .footer-tit a { font-size: 16px; color: #fff; line-height: 48px; margin-right: 48px; display: block; } .footer-tig { font-size: 14px; text-align: right; line-height: 48px; width: 20px; height: 48px; position: absolute; right: 0px; top: 0; z-index: 2; } .footer-tig::before, .footer-tig::after { content: ''; background: rgba(255, 255, 255, 1); position: absolute; top: 50%; transition: all .3s; left: 50%; } .footer-tig::before { width: 18px; height: 2px; margin-left: -8px; } .footer-tig::after { width: 2px; height: 18px; margin-top: -8px; } .footer-item.open .footer-tig::after { opacity: 0; } .footer-item.open .footer-tig::before { background: #7cd32e; } .footer-cont { display: none; border: solid 1px rgba(255, 255, 255, 0.6); border-top: 0; padding: 0 15px; } .footer-cont a { line-height: 40px; color: rgba(255, 255, 255, 0.6); display: block; font-size: 14px; border-bottom: dashed 1px rgba(255, 255, 255, 0.8); } .footer-cont a:last-child { border: none; } .footer-item.open .footer-cont a.active { color: #7cd32e; } .footer-top { padding: 25px 0; } .footer-top .foot-app-l { float: left; width: 78%; } .footer-top .footer-logo { margin-bottom: 15px; } .foot-app .footer-top .footer-logo { float: left; margin-right: 15px; } .footer-top .foot-app-l p img { width: 25px; margin-top: -3px; } .footer-top .foot-app-l p { height: 25px; line-height: 25px; font-size: 16px; margin: 0 0 10px; } .footer-top .foot-app-l .foot-share a { margin-right: 0; } .footer-top .foot-app-r { width: 18%; float: right; } .foot-app-r .code-box img { width: 100%; } .footer-left { float: left; margin-bottom: 10px; } .footer-left h1 { font-size: 20px; color: #fff; } .footer-left h1 img { display: inline-block; width: 24px; height: 20px; margin-top: -2px; } .footer-right { width: 100%; float: left; } .footer-right select { appearance: none; -moz-appearance: none; -webkit-appearance: none; width: 200px; height: 36px; margin: 10px 0; background: url(../images/down.png) no-repeat right 10px center; border: solid 1px rgba(255, 255, 255, 0.6); font-size: 14px; color: rgba(255, 255, 255, 0.6); padding: 0 15px; } .footer-right p { font-size: 14px; color: rgba(255, 255, 255, 0.6); line-height: 22px; } .foot-app .footer-bot { padding: 20px 0; border-top: solid 1px #3a3a3a; } .foot-app .footer-bot p, .foot-app .footer-bot p a, .footer-right p a { font-size: 14px; color: rgba(255, 255, 255, 0.6); line-height: 22px; margin: 0 15px 0 0; } .foot-app .bshare { float: none; text-align: center; margin-top: 15px; } .foot-app .bshare a { margin-left: 15px; } .min-div { min-height: 55vw; } @media (max-width:1919px) { .header-app, .foot-app { display: none !important; } .nav-search { padding-left: 50px; } .navbar { margin-left: 50px; } .category-item { margin-right: 29px; } .category-a, .pc-lanu a { font-size: 16px; } .foot-rtl .foot_logo { margin-bottom: 16px; } .foot_logo h1 { font-size: 22px; } .foot_txt { margin-top: 12px; margin-bottom: 0; } .foot_txt p { line-height: 24px; } .foot_nav dt { margin-right: 57px; } } @media (max-width: 1489px) { .header .logo { width: 180px; } .navbar { margin-left: 30px; } .nav-search { padding-left: 40px; } .category-item { margin-right: 16px; } .foot_lf { width: 72%; } .foot_nav dt { margin-right: 0; } .foot_nav dl { margin-right: 37px; } .foot_nav dl:last-child { margin-right: 0; } .footer-right { width: 100%; float: left; padding-left: 0; } } @media (max-width: 1259px) { .header, .footer { display: none !important; } .header-app, .foot-app { display: block !important; } .banner { margin-top: 60px !important; overflow: hidden; } .banner .starfield { height: 60% } .more { margin: 35px; margin: auto; } .navbar { margin-left: 40px; } .category-item { margin-right: 6px; } .category-a, .pc-lanu a { font-size: 15px; } .nav-search { background-size: 16px; margin-right: 15px; } .pc-lanu { margin-top: 44px; } .pc-lanu a { padding: 4px 12px } .user { margin-right: 10px; } .user img { margin: 42px 0; width: 26px; } .foot_nav { padding-bottom: 50px; } .foot_nav dt a { font-size: 15px; } .foot_nav dl { width: 20.5%; } .foot_nav dl:nth-child(2) { width: 32%; } .foot_nav dt { padding-bottom: 15px; } .foot_logo h1 { font-size: 20px; } .foot_logo h1 img { margin-right: 5px; width: 23px; margin-top: -5px; } .foot_txt select { width: 180px; height: 36px; font-size: 13px; } .foot_txt p { line-height: 22px; font-size: 13px; } .foot-rtr .code-box { width: 100px; } .code-box p { font-size: 12px; padding-bottom: 0; } .footb-bot p a { padding-right: 8px; } .footb-bot p a:last-child { padding-left: 8px; padding-right: 0; } .bot-share a { font-size: 20px !important; width: 30px !important; height: 30px !important; line-height: 30px !important; margin: 0 8px !important; } } @media(max-width: 1024px) { .banner .starfield { height: 30% } } @media(max-width: 991px) { .more { margin: 25px auto; } .header-app .logo { float: left; padding: 8px 15px; } .foot-btop li { width: 100%; } .foot-app .footer-bot { padding: 20px 0; } } @media (max-width: 767px) { .banner .starfield { height: 50% } .more { margin: 15px auto; } .header-app .logo { padding: 0px 10px; width: 35%; height: 60px; } .app-sousuo { padding-right: 10px; } .footer-tit a { font-size: 14px; } .footer-top .foot-app-l { width: 100%; } .footer-top .foot-app-r { width: 100%; margin-top: 15px; } .foot-app-r .code-box { width: 100px; } .footer-bot .copy-app { display: block; } .foot-app .footer-bot p { margin-bottom: 10px; } .bot-share a:first-child { margin-left: 0 !important; } } @media (max-width: 370px) { .bot-share { float: unset; } .bot-share a { float: unset; } .foot-app .footer-bot p { font-size: 13px; } } .sw-page .swiper-pagination-bullet { width: 12px; height: 12px; background: #E5E5E5; } .sw-page .swiper-pagination-bullet-active { background: #E60012; } /* 首页 */ .banner { margin-top: 100px; } .banner { position: relative; } .banner .pc-banner { display: block; margin: auto; width: 100% } .banner-main h2 { line-height: 1.25; font-weight: bold; font-size: 80px; color: #222222; position: relative; z-index: 0; font-family: "SourceHanSansCN-Bold"; } .banner-main h2::before { content: ""; display: block; width: 158px; height: 20px; background: #E60012; left: 0; bottom: 12px; position: absolute; z-index: -1; } .banner-main h2::after { content: ""; display: block; width: 158px; height: 2px; background: #E60012; left: 0; bottom: 0; position: absolute; } .banner-main p { color: #222222; font-family: "SourceHanSansCN-Light"; margin: 1.6% 0 4%; } .banner .more, .banner .more2 { width: 180px; height: 50px; line-height: 50px; border-radius: 15px; } .banner .more2 { margin-top: 8%; } .index-tit { position: relative; } .index-h { line-height: 1; margin: 0; overflow-y: hidden; color: #222222; } .index-f { line-height: 1; margin: 19px 0 60px; color: #666666; } .index-tit .btn1 { position: absolute; right: 0; top: 50%; transform: translateY(-50%); } .btn1 { width: 141px; height: 36px; position: relative; } .btn1 i { float: right; } .btn1 i::before { font-weight: bold; font-size: 14px; } .btn1::before, .btn1::after { content: ""; max-width: 100%; position: absolute; bottom: 0; height: 1px; left: 0; } .btn1::before { background-color: #DCDCDC; width: 100%; } .btn1::after { background-color: #E60012; width: 40px; transition: all .7s; } .btn1:hover, .btn1:hover i::before { color: #E60012; } .btn1:hover::after { width: 100%; } .pic { overflow: hidden; } .pic img { width: 100%; transition: all .7s; } p { line-height: 1.8; } .app-banner { display: none; } /* 首页main */ .index-one { position: relative; overflow-x: hidden; } .index-one .swiper-container { /* width: 161%; */ /* margin: 0 auto; */ /* margin-left: -30.5%; */ padding-bottom: 60px; } .index-one .swiper-slide { } .index-one .swiper-pagination { bottom: -5px !important; } .index-one .swiper-slide .bg { width: 100%; position: relative; } .index-one .swiper-slide .font, .index-one .swiper-slide .pic { width: 50%; position: absolute; top: 50%; transform: translateY(-50%); } .index-one .swiper-slide .font { left: 0; z-index: 2; padding-left: 50px; } .index-one .swiper-slide .pic { right: 0; z-index: 1; padding-right: 32px; } .index-one h2 { font-family: "ArialMT"; margin-bottom: 3.5%; } .index-one h3 { margin-bottom: 23%; } .index-four { background-color: #f7f7f7; overflow: hidden; } .index-four a { display: block; } .index-four li { width: 31.833%; float: left; background-color: #FFFFFF; padding: 50px 40px; margin-right: 2.25%; margin-bottom: 2.25%; } .index-four li:nth-child(3n) { margin-right: 0; } .index-four li div { position: relative; } .index-four li .font { width: 60%; } .index-four li .font h5 { font-family: ArialMT; color: #222222; margin-bottom: 14.5%; } .index-four li .font p { color: #666666; line-height: 2; } .index-four li .pic { width: 40%; position: absolute; right: 0; top: 50%; transform: translateY(-50%); transition: all .7s; } .index-four li:hover .pic { width: 50%; } .index-four li:hover h5 { color: #E60012; } .index-four li:nth-last-child(1), .index-four li:nth-last-child(2), .index-four li:nth-last-child(3) { margin-bottom: 0; } .index-five { background-color: #f7f7f7; } .index-five-cen { position: relative; } .index-five .five-font { position: absolute; bottom: 100px; width: 49%; background-color: #FFFFFF; right: 0; } .index-five .tit { background: #E60012; color: #FFFFFF; padding: 9.5%; } .index-five .tit h3 { margin-bottom: 10px; } .index-five .swiper-container { margin: 9.5%; } .index-five .swiper-button-next { top: auto; bottom: 0; left: 115px; right: auto; } .index-five .swiper-button-prev { top: auto; bottom: 0; left: 0; } .index-five .swiper-button-next::after, .index-five .swiper-button-prev::after { font-size: 24px; color: #666666; } .index-five h5 { line-height: 1.3; margin-bottom: 3.8%; } .index-five .swiper-slide p { line-height: 2.3; } .index-five h6 { font-size: 72px; color: #E60012; font-family: "DIN-BOLD"; text-align: right; margin-top: 6%; } .index-five h6 span { color: #666; font-size: 36px; color: #d6d6d6; } .index-two { background: #f7f7f7; } .index-two .pic, .index-two .right-font { width: 50%; float: left; } .index-two .right-font { padding: 3.2% 7.7% 0 4.25%; } .index-two h2 { line-height: 1.25; color: #222222; margin-bottom: .8%; } .index-two h5 { display: inline-block; position: relative; line-height: 2.3; } .index-two h6 { width: 2px; height: 50px; background-color: #e60012; margin: 1.4% 0; } .index-two p { line-height: 2.3; } .index-two .right-font p { -webkit-line-clamp: 8; } .index-two .right-font a { margin-top: 7%; } .sz { width: 100%; background: #E60012; padding: 2.55%; } .sz li { float: left; width: 100%; text-align: left; color: #FFFFFF; margin-bottom: 18px; } .sz li p { margin-top: -4px; } .sz span { font-family: "ArialMT"; } .sz li span:nth-child(2) { margin-left: 10px; } .index-three { margin-bottom: -12px; overflow: hidden; } .index-three li { width: 31.833%; float: left; margin-right: 2.25%; } .index-three li:nth-child(3n) { margin-right: 0; } .index-three li .font { padding-top: 2.7%; } .index-three li h5 { margin: 3% 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; } .index-three li h6 { font-family: ArialMT; } .index-three li P { line-height: 1.9; margin-top: 4.2%; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .index-three li:hover img { transform: scale(1.15); } .index-three li:hover h5 { color: #E60012; } @media (max-width: 1679px) { .index-f { margin: 19px 0 50px; } } @media (max-width: 1489px) { .index-f { margin: 19px 0 40px; } } @media (max-width: 1259px) { .index-two .right-font { padding: 1% 12.6% 1% 3.6%; } .index-f { margin: 19px 0 30px; } } @media (max-width: 1024px) { .index-f { margin: 19px 0; width: 70%; line-height: 1.7; } } @media (max-width: 768px) { .bot-share { float: unset; } .bot-share a { float: unset; } .foot-app .footer-bot p { font-size: 13px; } .index-two .pic, .index-two .right-font { width: 100%; } } @media (max-width:767px) { .app-banner { display: block; } .pc-banner { display: none !important; } .banner .banner-main { top: 50% !important; transform: translateY(-50%); } .banner-main .font { width: 100%; } .index-two h5 { margin-bottom: 10px; } .banner .swiper-pagination { bottom: 5px !important; } } /* 分页 */ .banner .banner-main { position: absolute; top: 23%; width: 100%; color: #FFFFFF; } .banner .banner-main p { margin-left: 4px; } .banner .swiper-pagination { bottom: 100px !important; text-align: left; } .pic { width: 100%; overflow: hidden; } .pic img { width: 100%; transition: all .7s; } .banner-font { width: 30%; position: absolute; top: 50%; transform: translateY(-50%); } .banner-font h2 { line-height: 1.4; } .banner-font h2.bot { margin-bottom: 2.5%; } .banner-top { margin-bottom: 57px; } .banner-top h2 { line-height: 1; margin-bottom: 1.1%; } .banner-top h2.bot { margin-bottom: 1.55%; } .banner-top p { width: 28%; } .title { text-align: center; margin-bottom: 40px; line-height: 1; margin-top: -5px; } .tit { margin-bottom: 50px; } .tit .tit-h { line-height: 1; text-align: center; } .tit .tit-p { line-height: 1; text-align: center; margin: 1.4% 0 0 0; } /* pc内部导航 */ .pc-navlist { height: 80px; position: relative; border-bottom: 1px solid #dcdcdc; } .pc-navlist li { padding: 0 30px; float: left; cursor: pointer; height: 80px; line-height: 80px; position: relative; } .pc-navlist li.active::before { content: ""; height: 5px; background: #E60012; display: block; position: absolute; bottom: 0; width: 100%; left: 0; } .pc-navlist li.active:hover a { color: #333333; } .pc-navlist li:hover a { color: #E60012; } /* ===============nav-second=========== */ .second-nav { background: #f4f4f4; height: 110px; } .second-menu { overflow-x: auto; white-space: nowrap; } .second-menu a { position: relative; display: inline-block; line-height: 110px; font-size: 16px; color: #666; padding: 0 38px; text-align: center; } .second-menu a::after { position: absolute; content: ''; background: #fff; width: 12px; height: 12px; opacity: 0; border-radius: 50%; border: 3px solid #2a6bb1; bottom: 22%; left: 50%; transform: translate(-50%,-22%); } .second-menu a.on { color: #333; background: #fff; } .second-menu a:first-child { padding-left: 0; } .second-menu a.on:first-child { padding-left: 38px; } .second-menu a.on::after { opacity: 1; } .appsecond-nav { position: relative; display: none; z-index: 200; } .serapp-top1 { padding: 12px 25px; background: #f4f4f4; border-bottom: 1px solid #D8D8D8; } .appsecond-nav .ser-tig1 { width: 15px; height: 20px; position: absolute; top: 13px; right: 25px; transition: all .6s; } .appsecond-nav.open .ser-tig1 { transform: rotate(90deg); } .appsecond-nav .ser-top1 { padding: 16px 15px; position: relative; background: #fff !important; border-bottom: solid 1px #d8d8d8; } .se-a1 { color: #444; font-size: 16px; display: block; } .se-list { background: #fff; } .se-list.on { cursor: pointer; background: #E60012; } .se-list.on a { color: #FFFFFF; } .se-list .se-top { padding: 0 25px; } .se-list.hover .se-a1 { color: #fff; ; } .ser-bot { width: 100%; display: none; position: absolute; } .se-top { height: 48px; line-height: 48px; border-bottom: solid 1px #d8d8d8; position: relative; } /* 分页列表 */ .pagee { text-align: center; position: relative; font-family: "ArialMT"; } .pagee a { display: inline-block; width: 40px; height: 40px; font-size: 14px; color: #999; text-align: center; line-height: 40px; margin: 0 3px; background: #ececec; border: 1px solid #E6001200; } .pagee a.on { color: #FFFFFF; background: #E60012; border: 1px solid #E60012; } .pagee a.on:hover { color: #FFFFFF; } .pagee a:hover { color: #E60012; border: 1px solid #E60012; } .pagee a.prev, .pagee a.next { font-size: 14px; margin: 0 4.5px; width: 70px; height: 40px; } .pagee a.sl { } .line { width: 100%; height: 1px; background: #EEEEEE; margin: 5.4% 0 3.2%; } .detail-page, .detail-prev { position: relative; display: block; color: #aaaaaa; } .pagee a.prev:hover, .pagee a.next:hover { color: #E60012; } .detail-page .detail-prev { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; display: block; color: #666; } /* form表单 */ .coth-wrap { width: 100%; } .coth-wrap .form-ul li { width: 49.25%; padding: 17px; margin: 0 1.5% 1.5% 0; position: relative; background-color: #f7f7f7; float: left; } .text { position: relative; } label.error { position: absolute; right: 10px; font-size: 14px; color: red; } .coth-wrap .form-ul { margin: 0; } .coth-wrap .form-list { overflow: hidden; margin-top: 3.4%; } .coth-wrap .form-ul li input { width: calc(100% - 65px); } .coth-wrap .form-ul li:nth-child(2n) { margin-right: 0; } .coth-wrap textarea { resize: none; display: block; width: 100%; color: #666; background: #f7f7f7; padding: 17px; height: 12.5vh; } .coth-wrap .more { margin: 3% auto 0; display: block; } @media (max-width:1679px) { .tit { margin-bottom: 40px; } .index-four li { padding: 20px; } .index-five .five-font { bottom: 90px; } .index-five .tit { padding: 5.5%; } .index-five .swiper-container { margin: 5.5%; } .index-five h6 { margin-top: 15px; } .index-two .right-font { padding: 1% 4.5% 0; } .index-two .right-font a { margin: 10px 0 5px; } .index-two h6 { height: 20px; margin: 1% 0; } .banner-main h2 { font-size: 70px; } } @media (max-width:1460px) { .index-four li { width: 49%; margin-right: 2% !important; } .index-four li:nth-child(2n) { margin-right: 0 !important; } .index-four li .font h5 { margin-bottom: 4.5%; } .index-five .five-font { width: 55%; bottom: 65px; } .index-five .tit { padding: 3% 5.5%; margin-bottom: 25px; } .index-five .swiper-container { margin: 3% 5.5%; } .index-five h5 { margin-bottom: 1%; } .index-two p { line-height: 1.8; } .banner .swiper-pagination { bottom: 80px !important; } .banner-main h2 { font-size: 60px; } } @media (max-width:1260px) { .banner-main h2 { font-size: 50px; } } @media (max-width:1024px) { .banner-main h2 { font-size: 40px; } .banner .swiper-pagination { bottom: 50px !important; } .banner-main h2::before { width: 80px; height: 10px; bottom: 7px; } .title { margin-bottom: 30px; line-height: 1.25; } .index-five h6 { font-size: 48px; } .index-five h6 span { font-size: 30px; } .index-five .swiper-slide p { line-height: 1.7; } .index-five .five-font { bottom: 60px; } .index-two .right-font p { -webkit-line-clamp: 6; } .index-one .swiper-slide .font { padding-left: 15px; } .index-one h3 { margin: 15px 0; } .btn1 { height: 30px; } .index-four li { padding: 40px; } } @media (max-width:768px) { .banner .swiper-pagination { bottom: 40px !important; } .banner-main h2::before { width: 65px; height: 10px; bottom: 5px; } .banner-main h2 { font-size: 32px; } .banner-main p { margin-bottom: 0; } .banner .more, .banner .more2 { width: 145px; height: 40px; line-height: 40px; border-radius: 10px; margin: 10px 0 0 0; } .title { margin-bottom: 25px; } .index-one .swiper-container { width: 100%; margin-left: 0; padding-bottom: 40px; } .pc-navlist { display: none; } .appsecond-nav { display: block; height: 47px; } .index-five { padding-top: 0; } .index-four li { padding: 30px; } .index-five-cen { padding: 0; } .index-five .five-font { position: static; width: 100%; } .index-five .tit { padding: 25px; } .index-five .swiper-button-prev, .index-five .swiper-button-next { bottom: 25px; } .index-five .swiper-container { margin: 25px 25px 0; padding-bottom: 25px; } .index-two .right-font { padding: 15px; } } @media (max-width: 767px) { .banner-main h2 { font-size: 28px; } .title { margin-bottom: 25px; } body .swiper-pagination { display: block !important; bottom: 0 !important; } body .swiper-pagination-bullet { width: 10px; height: 10px; background-color: #d2d2d2; } body .swiper-pagination-bullet-active { background-color: #00A0B8; } .banner .swiper-pagination-bullet::before { width: 30px; height: 30px; } .banner .swiper-pagination { bottom: 20px !important; } .index-tit .btn1 { position: relative; transform: none; margin-bottom: 30px; width: 140px; overflow-x: hidden; } .btn1::before, .btn1::after { max-width: 140px; } .index-f { width: 100%; margin: 10px 0; } .index-four li { width: 100% !important; margin: 0 0 15px 0 !important; padding: 20px; } .index-four li:last-child { margin-bottom: 0 !important; } .pagee a { margin-bottom: 10px; } .pagee { padding-bottom: 20px; } } /* 产品中心 */ .product { } .pro-banner { position: absolute; right: 260px; bottom: -150px; width: 656px; } .pro-top h2 { line-height: 1; margin-bottom: 1.4%; } .pro-top p { line-height: 1.9; } .pro-top .more2 { margin-top: 3%; } .pro-li .list { border-top: 1px solid #e5e5e5; padding: 2.3% 0 3%; position: relative; } .pro-li h5 { font-family: ArialMT; color: #e60012; border-bottom: 2px solid #E60012; padding-bottom: 4px; } .pro-li h5 i { width: 40px; height: 40px; background: #E60012; color: #FFFFFF; text-align: center; line-height: 40px; position: relative; top: -6px; font-size: 1.2vw; font-weight: bold; margin-right: 20px; } .pro-li .pic { width: 28.5%; float: left; } .pro-li .pic:hover img { transform: scale(1.15); cursor: pointer; } .pro-li .font { width: 25%; float: left; position: absolute; left: 34%; top: 50%; transform: translateY(-50%); } .pro-li .table-z { width: 35.7%; float: left; position: absolute; right: 2.2%; top: 50%; transform: translateY(-50%); } .pro-li .font h6 { font-family: ArialMT; margin-bottom: 1.8%; } .pro-li .font .btn1 { margin-top: 12%; } .table-z table { width: 100%; float: left; } .table-z table tr:nth-child(2n) td { background-color: #ECECEC; } .table-z table td:first-child { width: 36.4%; } .table-z table td { width: 64.6%; height: 45px; border-color: #D2D2D2; padding: 0 10px; text-align: left; background-color: #f6f6f6; } .table-z tr:hover td { color: #E60012; cursor: pointer; } .table-z tr { border-left: 1px solid #D2D2D2; border-right: 1px solid #D2D2D2; } .table-z table tr:last-child { border-bottom: 1px solid #D2D2D2; } @media (max-width:1919px) { .pro-banner { width: 35%; right: 100px; } } @media (max-width:1259px) { .pro-banner { top: 50%; transform: translateY(-50%); width: 25%; } .pro-li .table-z { width: 40%; right: 0; } } @media (max-width:768px) { .pro-li .pic, .pro-li .font { width: 50%; } .pro-li .font { left: 50%; padding-left: 25px; } .pro-li .table-z { position: static; transform: none; width: 100%; } .pro-li .list-top { position: relative; } } @media (max-width:767px) { .pro-banner { display: none; } .pro-li h5 i { width: 30px; height: 30px; line-height: 30px; } } /* 产品详情 */ .proinfo { } .pri-one .container { overflow: hidden; } .pri-one .one-cen { position: relative; } .pri-one .pic { width: 50%; float: left; overflow: hidden; cursor: pointer; } .pri-one .pic:hover img { transform: scale(1.15); } .pri-one .one-font { width: 50%; float: left; position: relative; } .pri-one ul { position: absolute; top: 50%; transform: translateY(-50%); padding: 0 4% 0 12%; } .pri-one li { cursor: pointer; font-family: ArialMT; position: relative; padding-left: 33px; line-height: 2.3; margin: 6% 0; } .pri-one li::before { content: ""; position: absolute; display: block; width: 10px; height: 10px; background: #E60012; left: 0; top: 13px; transition: all .5s; } .pri-one li:hover { color: #E60012; } .pri-one li:hover::before { border-radius: 50%; } .pri-three { overflow: hidden; } .pri-three table { width: 1000px; margin: 0 200px; } .pri-three table td.td-tit { background-color: #ECECEC !important; width: 22% !important; } .pri-three table .td-border { border: none; } .pri-three table tr:nth-child(2n) td { /* background-color: #F6F6F6; */ text-align: center; } .pri-three table td { height: 50px; /* border-color: #D2D2D2; */ padding: 0 21px; text-align: left; color: #666666; background-color: #F6F6F6; text-align: center; border: 1px solid #ececec; } .pri-three table td:last-child { width: 38%; } .pri-three tr:hover td { color: #E60012; cursor: pointer; } .pri-three tr { /* border-left: 1px solid #D2D2D2; */ /* border-right: 1px solid #D2D2D2; */ } .pri-three table tr:last-child { border-bottom: 1px solid #D2D2D2; } @media (max-width:1460px) { .pri-three table { width: 100%; margin: 0; } } @media (max-width:1259px) { } @media (max-width:1024px) { .pri-one li { margin: 4% 0; } } @media (max-width:768px) { .pri-one li { margin: 2% 0; line-height: 1.9; } .pri-one li::before { top: 7px; } } @media (max-width:767px) { .pri-one .pic, .pri-one .one-font { width: 100%; } .pri-one ul { padding: 15px; } .pri-three .pri-table { overflow: scroll; } .pri-three table { width: 700px; } } /* 下载中心 */ .down { } .down .load-form { width: 100%; border: solid 1px #eeeeee; border-radius: 2px; margin: 50px auto 30px; } .down .load-form input { width: 90%; height: 58px; text-indent: 1em; font-size: 16px; } .down .load-form input::placeholder { color: #d0cfcf; } .down .load-form button { width: 50px; height: 58px; display: inline-block; text-align: center; line-height: 58px; float: right; } .down .ul-load { width: 100%; border-top: 2px solid #E60012; } .down .ul-load li a { display: block; } .down .ul-load li { overflow: hidden; height: 90px; line-height: 90px; border-bottom: 1px solid #d9d9d9; } .down .ul-load li:first-child { height: 84px; line-height: 84px; } .down .ul-load div { clear: both; } .down .ul-load li p { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; line-height: 90px; font-family: ArialMT; } .load-page { width: 26%; float: left; padding-left: 3%; } .load-name { width: 26%; float: left; } .load-time { width: 20%; float: left; } .load-bgsm { width: 20%; float: left; padding-left: 1; } .load-gs { width: 8%; float: left; } .down .ul-load li:hover a { color: #FFFFFF; } .down .ul-load li:hover { border-color: #E60012; } .down .ul-load li:hover a { color: #E60012; } .down .ul-load li:first-child:hover { border-color: #d9d9d9; } @media (max-width:1489px) { .down .load-form { margin: 40px auto 30px; } } @media (max-width:1259px) { .down .load-form { margin: 30px auto; } } @media (max-width:768px) { } @media (max-width:767px) { .down .load-form input { height: 40px; width: 90%; } .down .load-form span { width: 10%; height: 40px; line-height: 40px; } .down .ul-load { overflow-x: scroll; } .down .ul-load li { width: 700px; } .down .ul-load li p { line-height: 55px; } .down .ul-load li:first-child { height: 60px; } .down .ul-load li:first-child p { line-height: 60px; } .down .ul-load li { height: 55px; } } /* 新闻资讯 */ .new { } .new li a { display: block; } .new li { width: 100%; position: relative; margin-bottom: 3.7%; overflow: hidden; } .new li:last-child { margin-bottom: 0; } .new li .new-pic { width: 32%; position: relative; overflow: hidden; } .new li .new-pic img { transition: all .7s; } .new li .new-pic time { position: absolute; right: 0px; bottom: 0; width: 60px; height: 60px; background-color: #7cd22d; text-align: center; line-height: 30px; z-index: 10; color: #FFFFFF; font-family: "Montserrat-Bold"; } .new li .new-pic time span { display: block; } .new li .new-font { width: 68%; position: absolute; right: 0; top: 50%; transform: translateY(-50%); padding: 0 3.7%; transition: all .7s; } .new li .new-font p { margin: .6% 0 1.5%; line-height: 1.9; color: #666666; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } .new li .new-font div a { float: left; color: #666666; } .new li .new-font h3 { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; line-height: 1.5; } .new li .new-font div .btn { transition: all .7s; display: inline-block; float: right; } .new li .btn span { margin-left: 15px; transition: all .7s; } .new li:hover { background: #F5F5F5; } .new li:hover .new-font { background: #F5F5F5; } .new li:hover .new-pic img { transform: scale(1.1); } .new li:hover h3, .new li:hover span, .new li:hover .btn { color: #E60012; } @media (max-width:1260px) { .new .banner-top p { width: 35%; } .banner-top { margin-bottom: 50px; } } @media (max-width:1024px) { .banner-top { margin-bottom: 40px; } } @media (max-width:768px) { .banner-top { margin-bottom: 30px; } } @media (max-width:767px) { .new .banner-top p { width: 100%; } .new li .new-pic, .new li .new-font { width: 100%; position: relative; transform: none; padding: 0; overflow: hidden; } .new li .new-font h3 { margin-top: 15px; } .new li .new-font p { -webkit-line-clamp: 6; } .new li { margin-bottom: 20px; } } /* 新闻详情 */ .newinfo-left { width: 71.5%; float: left; } .newinfo-title { } .newinfo-title h3 { font-weight: normal; } .newinfo-title .tit { margin: 1.7% 0 3.2%; color: #666666; } .newinfo-title .tit span { margin: 0 20px 0 0; } .newinfo-title .foot-icon { margin: 2% 0; } .newinfo-title .foot-icon a { margin-right: 20px; } .newinfo-left p { line-height: 2.15; color: #777777; } .newinfo-left p.p-top { margin-top: 3.5%; } .newinfo-left .pic { width: 80%; margin: 4% auto; } .newinfo-left .line { background-color: #DCDCDC; margin: 0 0 3.2% 0; } .newinfo-left .pic:hover img { transform: scale(1.1); } .pages .prev-pages { margin-bottom: 15px; } .detail-page p, .detail-prev p { line-height: 1; margin-bottom: 16px; } .detail-page, .detail-prev { border: 1px solid #DCDCDC; width: 100%; padding: 30px; margin-top: 10px; } .pages h5 { font-family: MicrosoftYaHei !important; margin-top: 22px; -webkit-line-clamp: 1; } .pages { position: relative; width: 24%; float: right; } .pages a { display: block; } .detail-page:hover, .detail-prev:hover { border-color: #E60012; } .detail-page:hover h5, .detail-prev:hover h5 { color: #E60012; } .pages-new { margin-top: 20px; } .pages-new h3 { line-height: 2; margin: 3% 0; font-family: MicrosoftYaHei !important; -webkit-line-clamp: 1; } .pages-new p { -webkit-line-clamp: 2; } .pages-new p.text-over { margin: -7px 0 0; color: #666666; } .pages-new p.bot { border-top: 1px solid #DCDCDC; margin-top: 10px; padding-top: 10px; } .pages-new p span { float: left; } .pages-new p a:last-child { float: right; color: #666666; } .pages-new p a:hover { color: #E60012; } .pages-new:hover img { transform: scale(1.15); } .pages-new:hover h3 { color: #E60012; } @media (max-width:1260px) { .detail-page, .detail-prev { padding: 20px; } } @media (max-width:1024px) { .newinfo-title h3 { line-height: 1.5; } } @media (max-width:767px) { .newinfo-left, .pages { width: 100%; } .newinfo-title .tit span { margin: 0; width: 50%; display: inline-block; } } /* 服务支持 */ .service { } .ser-two { background-color: #F5F5F5; } .ser-two li { margin-bottom: .58%; } .ser-two li:last-child { margin-bottom: 0; } .ser-two p { margin-top: 2.2%; line-height: 1.9; } /* 行业应用 */ .ind { } .ind_ul li a { display: block; clear: both; } .ind_ul li:hover img { transform: scale(1.15); } .ind_ul li:hover h5 { color: #E60012; } .ind_ul li { width: 48.3%; margin: 0 3.4% 3.4% 0; float: left; text-align: center; } .ind_ul li:nth-child(2n) { margin-right: 0; } .ind_ul li:last-child, .ind_ul li:nth-last-child(2) { margin-bottom: 0; } .ind_ul li .btn1 { margin: 3.2% auto 0; } .ind_ul li h5 { font-family: ArialMT; margin: 4% 0 1.8%; } @media (max-width:1689px) { } @media (max-width:1260px) { } @media (max-width:768px) { } @media (max-width:767px) { .ind_ul li { width: 100%; margin-right: 0 !important; margin-bottom: 25px; } .ind_ul li:nth-last-child(2) { margin-bottom: 25px; } } /* 应用详情*/ .appinfo { } .appinfo .app-div { overflow: hidden; } .app-left { width: 63.5%; float: left; } .app-right { width: 31%; float: right; } .app-left h3 { line-height: 1; margin-bottom: 2.2%; } .app-left p { line-height: 1.9; } .app-left .more2 { margin: 5% 0; } .app_ul li { width: 32.0333%; margin: 0 1.95% 1.95% 0; float: left; cursor: pointer; overflow: hidden } .app_ul li img { width: 100%; transition: all .7s; } .app_ul li:last-child, .app_ul li:nth-last-child(2), .app_ul li:nth-last-child(3) { margin-bottom: 0; } .app_ul li:nth-child(3n) { margin-right: 0; } .app_ul li:hover img { transform: scale(1.15); } .app-right h5 { line-height: 1; margin-bottom: 4%; } .app-right h6 { font-family: ArialMT; padding: 6% 0; border-bottom: 1px solid #E5E5E5; margin-bottom: 11.5%; } .app-right h6 span { float: right; } .app-right a:hover h6 { color: #E60012; } .app-right a:hover img { transform: scale(1.15); } .app-right li { float: left; width: 31.3333%; margin-right: 3%; text-align: center; border: solid 1px #e5e5e5; } .app-right li:last-child { margin-right: 0; } .app-right li a { padding: 21.5% 0; display: block; } .app-right li a:hover { color: #FFFFFF; background: #E60012; } @media (max-width:1689px) { .app-right li a { padding: 20px 0; } } @media (max-width:1260px) { .app-right li a { padding: 15px 0; } } @media (max-width:768px) { .app-right li a { padding: 10px 0; } } @media (max-width:767px) { .app-left, .app-right { width: 100%; } .app-right { margin-top: 30px; } } /* 联系我们 */ .contact-one { background-color: #F7F7F7; text-align: center; } .contact h2 { color: #222222; text-align: center; } .contact-one h5 { font-family: ArialMT; margin: 1% 0 2.9%; } .contact-one p { margin-top: .6%; cursor: pointer; } .contact-one p i { color: #999999; font-size: 24px; position: relative; top: 2px; margin-right: 20px; } .contact-one p .icon-youjian { font-size: 20px; } .contact-one p:hover { color: #E60012; } .contact-one p:hover i { color: #E60012; } .contact-one .more { width: 350px; height: 60px; line-height: 58px; } .contact-one .more em { margin-right: 10px; font-size: 20px; color: #fff; } .contact-one .ma { margin: 3% 0; } .contact-one .ma span { display: inline-block; width: 160px; margin: 0 10px; } .contact-one .ma span img { width: 100%; margin-bottom: 10px; } @media (max-width:1024px) { .contact-one .more { width: 270px; height: 50px; line-height: 50px; } } @media (max-width:768px) { } @media (max-width:767px) { .contact-one h5 { line-height: 1.5; margin-bottom: 1%; } .contact-one .more { width: 145px; height: 40px; line-height: 39px; } .coth-wrap .form-ul li, .coth-wrap textarea { padding: 10px; width: 100%; } .coth-wrap .more { margin-top: 30px; } } /* 品质管控 */ .quality { } .qua-four { } .qua-four .com-ul li { width: 23%; float: left; margin: 0 1%; cursor: pointer; } .qua-four .com-ul h4 { margin: 9.5% 0 3.5%; } .qua-four .com-ul p { width: 80%; margin: auto; color: #666666; } .qua-four .com-ul li:hover h4 { color: #E60012; } .qua-four .com-ul { margin-bottom: 50px; } .qua-four .ul_font li { width: 32.3333%; float: left; margin-right: 1.5%; } .qua-four .ul_font li:last-child { margin-right: 0; } .qua-four .ul_font li h5 { margin: 6.5% 0 3%; } .qua-four .ul_font li p { width: 100%; color: #666666; } .qua-four .ul_font li:hover h5 { color: #E60012; } .qua-four .ul_font li:hover img { transform: scale(1.15); } .qua-one { background-color: #F7F7F7; } .qua-one img { /* width: 57.3%; */ } .qua-one .one-main { position: relative; } .qua-one .one-right { position: absolute; top: 50%; right: 0; transform: translateY(-50%); background: #FFFFFF; box-shadow: 0px 0px 19px 1px rgba(7, 0, 2, 0.04); width: 35.6%; } .qua-one .one-right h3 { background: #E60012; color: #FFFFFF; text-align: center; padding: 4.65% 0; } .qua-one .one-right h5 { margin-bottom: 5%; } .qua-one .one-right h5 i { color: #E60012; font-size: 18px; margin-right: 5px; } .qua-one .one-right div { padding: 13.5% 10%; } .qua-one .one-right p { padding-left: 24px; margin: 2% 0; } @media (max-width:1260px) { .qua-four .com-ul { margin-bottom: 40px; } } @media (max-width:768px) { .qua-four .com-ul { margin-bottom: 30px; } .qua-four .ul_font li { width: 48%; margin-right: 4%; margin-bottom: 4%; } .qua-four .ul_font li:nth-child(2n) { margin-right: 0; } .qua-four .ul_font li p { -webkit-line-clamp: 2; } .qua-four .ul_font li:last-child { margin-bottom: 0; } .qua-one .one-right { width: 40%; } } @media (max-width:767px) { .qua-four .ul_font li h5 { margin: 10px 0 5px; } .qua-four .com-ul li { width: 48%; margin-bottom: 4%; } .qua-four .com-ul li:last-child, .qua-four .com-ul li:nth-last-child(2) { margin-bottom: 0; } .qua-four li { width: 100%; margin-right: 0; } .qua-four .com-ul p { height: 75px; } .qua-four .ul_font li { width: 100%; margin-right: 0; margin-bottom: 25px; } .qua-one .one-right { position: static; transform: none; width: 100%; } .qua-one .one-right h3 { padding: 10px 0; } .qua-one img { width: 100%; margin-bottom: 20px; } .qua-one .one-right div { padding: 10px; } } /* 关于我们 */ .about { } .abo-one { width: 1500px; margin: auto; box-shadow: 0px 8px 19px 1px rgba(7, 0, 2, 0.06); margin-top: -100px; position: relative; } .abo-one .sz { padding: 2.5%; background-color: #FFFFFF; } .abo-one .sz li { color: #E60012; } .abo-one .sz li p { color: #333333; } .abo-three { overflow: hidden; } .abo-three li { width: 32.033%; margin-right: 1.95%; float: left; margin-bottom: 3%; position: relative; cursor: pointer; text-align: center; } .abo-three li:last-child { margin-right: 0; } .abo-three li:hover img { transform: scale(1.15); } .abo-three li .font { margin-top: 3.8%; } .abo-three li h5 { color: #E60012; padding: 2.5% 0; } .abo-three .three-bot { position: relative; } .abo-three .three-bot img { width: 100%; } .abo-three .three-bot .font { position: absolute; right: 155px; top: 50%; transform: translateY(-50%); } .abo-three .three-bot h5 { margin-bottom: 4%; } .abo-bor { position: relative; } .abo-bor::before { position: absolute; content: ""; display: block; width: 2px; height: 350px; background: #E60012; left: -80px; top: 0; } .abo-four { } .four-tit { float: right; width: 80%; } .four-tit .tit-h:nth-child(2) { margin: 1.5% 0 3.6%; } .four-tit p { color: #666666; line-height: 2.3; } .abo-four .four_li { margin-top: 3.5%; } .abo-four .li_left { width: 36%; float: left; } .abo-four .li_cen { width: 22.4%; float: left; } .abo-four .li_right { width: 41.6%; float: left; } .abo-four .li_right .pic2 { width: 50%; float: left; } .abo-four .pic { cursor: pointer; } .abo-four .pic:hover img { transform: scale(1.15); } .abo-five { background: #F6F6F6; overflow: hidden; } .abo-five .lunbo { overflow-x: hidden; } .abo-five .lunbo .lunbo-pic { width: 200%; } .abo-five .lunbo img { animation: lunbo 20s infinite linear; float: left; width: 50%; } @-webkit-keyframes lunbo { from { transform: translateX(0); } to { transform: translateX(-100%); } } @media (max-width:1679px) { .abo-one .sz { padding: 25px; } .abo-one { width: 1200px; margin-top: -88px; } } @media (max-width:1489px) { .tit { margin-bottom: 30px; } .abo-one .sz { padding: 20px; } .abo-one { width: 1000px; margin-top: -77px; } } @media (max-width:1260px) { .abo-one .sz { padding: 15px; } .pc-navlist li { margin-right: 41px; } .abo-one { width: 925px; margin-top: -69.375px; } .abo-three .three-bot .font { right: 70px; } } @media (max-width:1024px) { .tit { margin-bottom: 25px; } .tit .tit-p { line-height: 1.8; } .banner-font { width: 40%; } .pc-navlist li { margin-right: 20px; } .abo-one { margin-top: 0; width: 100%; } } @media (max-width:768px) { .tit { margin-bottom: 20px; } .banner-font { width: 45%; } .abo-three .three-bot .font { right: 40px; } } @media (max-width:767px) { .index-two h5 { line-height: 1.7; } .banner-font { width: 100%; padding-right: 30px; } .abo-one .sz li { width: 100%; margin-bottom: 4%; } .abo-one .sz li:last-child { width: 100%; margin-bottom: 0; } .abo-three li { width: 100%; margin-right: 0; margin-bottom: 25px; } .abo-three li .font { margin-top: 5px; } .abo-three .three-bot .font { right: 40px; position: static; transform: none; margin-top: 15px; text-align: center; } .four-tit { width: 100%; } .four-tit .tit-h { line-height: 1.5; } .abo-four .li_left, .abo-four .li_cen, .abo-four .li_right { width: 100%; } } /* =================== job 加入我们 ================= */ .join { background: #f5f5f5; } .job { } .job-content { } .job-one { } .job1-con { } /* .job-p{margin-bottom: 50px;} */ .job-sub { margin-top: 55px; background: transparent; width: 160px; height: 52px; line-height: 52px; } .job-sub span { border-color: transparent; } .job-font { border-bottom: 1px solid #eee; padding-bottom: 32px; margin-bottom: 33px; } .job-font ul { margin: -4px -15px 0; } .job-font li { float: left; width: 25%; padding: 0 15px; margin: 4px 0 0; } .job-font li span { display: block; font-size: 16px; line-height: 30px; color: #666; } .job-ema { font-size: 0; margin: 32px 0 0; } .job-ema em { display: inline-block; font-style: normal; font-size: 16px; line-height: 32px; color: #666; ; } .job-ema a { display: inline-block; font-size: 16px; line-height: 32px; color: #d30c2e; font-family: 'DIN-REGULAR'; } .job-p { margin-top: 30px; } .job-item:first-child { margin-top: 0; } .job-mo { margin: 47px 0 0; } .job-one { padding: 0 0 60px; } .job1-con { } .job1-nav { } .job1-li:first-child { margin-top: 0; } .job1-li { margin-top: 58px; } .job1-li > span { float: left; width: 98px; display: block; font-size: 16px; line-height: 26px; color: #333; position: relative; } .job1-li > span.job1-addr { padding-left: 20px; background: url(../images/job-addr.png)no-repeat left center; background-size: 14px 20px; } .job1-li > span.job1-category { padding-left: 23px; background: url(../images/job1-leib.png)no-repeat left center; background-size: 20px 20px; } .job1-rt { margin-left: 98px; } .job1-topa { font-size: 0; margin-top: -12px; } .job1-topa a { padding: 0 24px; margin: 12px 2px 0; display: inline-block; font-size: 16px; line-height: 26px; color: #333; border-radius: 30px; transition: ease .5s; } .job1-topa a.on { color: #fff; background: #d7272c; } .job1-topa a:first-child { margin-left: 0; } .job1-topa a:last-child { margin-right: 0; } .job1-topa a:hover { color: #d7272c; } .job1-topb { margin-top: 14px; } .job1-topb a { margin: 10px 25px 0; display: inline-block; font-size: 16px; line-height: 26px; color: #333; transition: ease .5s; } .job1-topb a.on:hover, .job1-topa a.on:hover { color: #FFFFFF; } .job1-topb a:hover { color: #d7272c; } .job1-topb a.on { border-bottom: 1px solid #d7272c; } .job1-topb a:first-child { margin-left: 0; } .job1-topb a:last-child { margin-right: 0; } .join-li { background-color: #FFFFFF; } .join-li .join-main { display: block; position: relative; background-color: #FFFFFF; width: 100%; } .join-li .join-ul { margin: 2.3% 0; } .join-li .join-ul li { float: left; width: 25%; color: #777777; margin: 6px 0; } .join-li .join-ul li span { display: inline-block; margin: 0 12px; } .join-li .join-ul li span:last-child { margin-right: 0; color: #33b3c6; } .join-li .join-ul li span:first-child { margin-left: 0; } .join-li { width: 100%; margin-bottom: 21px; } .join li:last-child { margin-bottom: 0; } .join-li div { width: 98%; transition: all .2s; overflow-y: hidden; padding: 0 30px; border-top: 1px solid #FFFFFF; margin: auto; display: none; } .join-li div h5 { line-height: 1.7; margin-top: .3%; } .join-li div p { font-weight: normal; padding: 0; line-height: 2; } .join-li.on div { display: block; } .join-li i { position: absolute; font-size: 22px; transition: all .7s; opacity: 1; top: 50%; transform: translateY(-50%); display: inline-block; width: 28px; text-align: center; right: 40px; height: 28px; border: 1px solid #E60012; border-radius: 50%; line-height: 26px; font-weight: normal; color: #E60012; } .join-li .join-main p { line-height: 1; padding: 2.15% 0; text-align: center; } .join-li p span { font-weight: normal; margin-left: 10px; } .join-li.on .join-main p { color: #E60012; } .join-li.on .icon-tianjia { transform: translateY(-50%) scale(0); } .join-li .icon-jian { transform: translateY(-50%) scale(0); transition: all .1s; } .join-li.on .icon-jian { transform: translateY(-50%) scale(1); display: block; transition: all .7s .3s; } .join-tit { width: 100%; height: 1px; background: #EEEEEE; } .join-li .join-bot { position: relative; width: 100%; padding: 2.4% 0 3.3%; } .join-bot span { color: #E60012; } .join-li .join-y { padding: 0; width: 100%; margin-top: 2.1%; } @media (max-width:1459px) { .job-le h3 span { font-size: 16px; } .job1-search { margin-top: 60px; } .job2-ul1 li, .job2-tit { font-size: 20px; } .job-hea { padding: 20px 0; } .job-mo { margin: 35px 0 0; } .job1-li { margin-top: 40px; } } @media (max-width:1259px) { .job-con { min-width: 1000px; } .job-one { padding-bottom: 50px; } .job1-search { margin-top: 40px; } .job1-li { margin-top: 30px; } .join-li p { padding: 1.5% 30px; } } @media (max-width:1024px) { .job1-search { margin-top: 30px; } .job-one { padding-bottom: 40px; } } @media (max-width:991px) { .job-one { padding-bottom: 30px; } .job-con { min-width: 900px; } .job-pad { padding: 30px 0; } .job-mo { margin: 30px 0 0; } .job1-topb { margin-top: 10px; } .join-li .join-ul li { margin-right: 6%; } } @media (max-width:767px) { .job1-topa a { padding: 0 12px; font-size: 14px; } .job1-topb a { font-size: 14px; margin: 10px 12px 0; } .job1-search { margin-top: 25px; } .job1-inp { font-size: 14px; } .join-li i { right: 5px; } .join-li div { width: 100%; padding: 0 15px; } .join-li p { padding: 3% 15px 3% 25px; } .join-li div p { line-height: 1.5; margin-bottom: 10px; } .join-li .join-main p { padding: 4% 0; margin-bottom: 0; } .join-li i { width: 22px; height: 22px; line-height: 20px; font-size: 18px; right: 15px; } .join-li .join-ul li { width: 50%; margin-right: 0; } } /* 常见问题 */ .problem { padding-top: 50px; } .problem .load-form { width: 100%; border: solid 1px #eeeeee; border-radius: 5px; } .problem .load-form input { width: 90%; height: 58px; text-indent: 1em; } .problem .load-form input::placeholder { color: #bababa; } .problem .load-form button { border-radius: 5px; width: 50px; height: 50px; display: inline-block; text-align: center; line-height: 50px; float: right; } .problem .join-li .join-main { position: relative; padding: 0; border-bottom: 1px solid #EEEEEE; } .problem .join-li .join-main b { position: absolute; font-family: ArialMT; color: #999999; left: 0; top: 0; font-weight: normal; } .problem .join-li .join-main p { text-align: left; } .problem .join-li { margin-top: 25px; margin-bottom: 0; } .problem .join-li i { width: 24px; height: 24px; line-height: 22px; font-size: 18px; right: 0; } .problem .join-li.on .join-main { border-bottom-color: #E60012; } .problem .join-li div { width: 100%; padding: 20px 0 13px; } .problem .join-li .join-main p { padding: 30px 0; line-height: 1.1; } .problem .join-li div p { line-height: 1.9; } @media (max-width:1024px) { .problem { padding-top: 40px; } } @media (max-width:768px) { .problem { padding-top: 30px; } } @media (max-width:767px) { .problem .load-form input { height: 40px; width: 90%; } .problem .load-form span { width: 10%; height: 40px; line-height: 40px; } } /* 硬件支撑 */ .hard-one .container { overflow: hidden; } .hard .tit-p { padding: 0 29%; line-height: 1.9; margin-top: .9%; } .hard .tit-p::before { display: none; } .hard .tit-p:hover { color: #666666; } .hard-box { position: relative; } .hard-box .left { width: 50%; overflow: hidden; cursor: pointer; } .hard-box .left img { transition: all .7s; } .hard-box .left:hover img { transform: scale(1.1); } .hard-box .right { width: 45.7%; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } .hard p { position: relative; padding-left: 48px; line-height: 1.9; margin-bottom: 2.65%; cursor: pointer; } .hard p::before { content: url(../images/icon25.png); position: absolute; top: 6px; left: 0; display: block; overflow: hidden; width: 18px; border-radius: 50%; height: 18px; line-height: 18px; } .hard p:hover::before { background: #E60012; } .hard p:hover { color: #E60012; } .hard-box2 { margin-top: 50px; } .hard-box2 .left { float: right; } .hard-box2 .right { right: auto; left: 0; width: 47%; } .hard-two .pic { border: 1px solid #D2D2D2; margin-top: 7.5%; cursor: pointer; } .hard-two .pic:hover img { transform: scale(1.1); } .hard-two .left { width: 40%; } .hard-two .right { width: 54.2%; } .hard-two .right .h2 { margin-top: 2%; } .hard-two h5 { line-height: 1; margin-bottom: 3.3%; } .hard-3 .right { width: 40%; } .hard-3 .pic:hover img { transform: none; } @media (max-width:1489px) { .hard-box2 { margin-top: 40px; } .hard .tit-p { padding: 0 18%; } .hard p { padding-left: 40px; } } @media (max-width:1259px) { .hard-box2 { margin-top: 30px; } .hard p { padding-left: 30px; } } @media (max-width:768px) { .hard-box2 .left { padding: 40px 0; } } @media (max-width:767px) { .hard .tit-p { padding: 0; } .hard-box .left, .hard-box .right { width: 100%; } .hard-box .right { position: static; transform: none; margin-top: 15px; } .hard p::before { top: 3px; } .hard-box2 .left { padding: 0; } .hard-two .left, .hard-two .right { width: 100%; } } /* 软件二次开发 */ .soft .hard-one .left { box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15); } .soft .color-mian:hover { color: #E60012; } .soft .color-mian { font-weight: bold; } .soft p:hover { color: #666666; } .soft P { padding: 0; } .soft p::before { display: none; } .soft .hard-box p { padding-left: 48px; } .soft .hard-box p::before { display: block; } .soft .hard-box p:hover { color: #E60012; } .soft-two .hard-box .left { width: 29.143%; } .soft-two .hard-box .right { width: 63.6%; } .soft .right h5 { margin-bottom: 4.5%; } .soft-tit { margin-bottom: 1.3%; line-height: 1; font-family: "Montserrat-Light"; } .soft-three .left { float: right; position: absolute; right: 0; top: 50%; transform: translateY(-50%); } .soft-three .right { position: static; transform: none; float: left; } .soft-three .right h6 { font-weight: bold; line-height: 1.9; margin-top: 2%; } .soft-three .left .left-div { width: 50%; float: left; } .soft-three .left .pic { border: 2px solid #666; } .soft-three .left-div:nth-child(1) .pic { border-right: 1px solid #666; } .soft-three .left-div:last-child .pic { border-left: 1px solid #666; } .soft-three .left .left-div:hover img { transform: scale(1.15); } .soft-three .left .left-div:hover h6 { color: #E60012; } .soft-three .left h6 { font-weight: normal; font-family: "Montserrat-Light"; text-align: center; padding-top: 20px; } .soft-three .left:hover img { transform: none; } .soft-three .left p { text-align: center; } .soft-four { border-top: 1px solid #E5E5E5; } .soft-four .pic { margin-top: 6%; } .soft-four .left, .soft-four .right { width: 45.6%; } .soft-five .hard-box .left { width: 36.715%; } .soft-five .hard-box .right { width: 59%; } .soft-five .right h6 { margin: -2% 0 2%; line-height: 1.9; } .soft-serve { } .soft-serve .serve-div { width: 31.3333%; float: left; margin-right: 3%; } .soft-serve .serve-div:last-child { margin-right: 0; } .soft-serve .serve-div:hover h5 { color: #E60012; } .soft-serve .serve-div p { margin: 0; } .soft-serve .soft-tit { margin-bottom: 5%; } .soft-serve li { margin: 1% 0; } .soft-serve li span { font-size: 24px; margin-right: 6px; line-height: 1; } .soft-serve .serve-div .pic { margin-top: 25px; } .soft-serve .serve-div:last-child .pic, .soft-serve .serve-div:nth-last-child(2) .pic { width: 75%; } .soft-eight p { margin-bottom: 0; } .soft-eight li { margin: 1% 0; position: relative; padding-left: 15px; cursor: pointer; } .soft-eight li::before { content: "●"; position: absolute; left: 0; top: 50%; transform: translateY(-50%); } .soft-eight li:hover::before, .soft-eight li:hover { color: #E60012; } .soft-eight .left { width: 53.5% } .soft-eight .right { width: 42.5% } .soft-eight .left .color-mian { margin-top: 2%; } @media (max-width:1024px) { .soft-eight li::before { top: 0; transform: none; } } @media (max-width:768px) { .soft .hard-one .left, .soft .hard-box .right { width: 100%; position: static; transform: none; } .soft .hard-box .right { margin-top: 25px; } .hard p::before { top: 3px; } .soft-two .hard-box .left { width: 50%; } .soft-three .left { position: static; transform: none; float: left; } .soft-four .left, .soft-four .right { width: 100%; } .soft-four .right h5 { margin: 25px 0; } } @media (max-width:767px) { .soft .hard-box p { padding-left: 30px; } .index-three li { width: 100%; float: left; margin-right: 0; margin-bottom: 15px; } .index-three li :last-child { margin-bottom: 0; } .sz li { width: 50%; margin-bottom: 4%; } .soft-serve .serve-div { width: 100%; margin-right: 0; margin-bottom: 25px; } .soft-serve .serve-div:last-child { margin-bottom: 0; } .soft-eight .left, .soft-eight .right { width: 100%; } .soft-eight .left { margin-top: 15px; } .banner::before { content: ""; display: block; position: absolute; width: 100%; height: 100%; background: rgb(0 0 0 / 50%); } .pribanner::before { background: none; } .pribanner .banner-font { position: static; transform: none; margin-top: 15px; padding-right: 0; } } .banner .loading { margin: 0 5px; width: 24px; height: 24px; position: relative; border: 1px solid transparent; background: transparent; } .banner .loading.swiper-pagination-bullet-active { border-color: rgba(255,255,255,.2); } .banner .loading .c-progress { position: absolute; width: 6px; height: 6px; background-color: #fff; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); text-align: center; } .banner .loading.swiper-pagination-bullet-active .c-progress { background-color: #E60012; } .banner .loading .left, .banner .loading .right { opacity: 0; width: 12px; height: 24px; overflow: hidden; position: absolute; left: -1px; top: -1px; overflow: hidden; } .banner .loading.swiper-pagination-bullet-active .left, .banner .loading.swiper-pagination-bullet-active .right { opacity: 1; } .banner .loading .right { left: auto; right: -1px; top: -1px; } .banner .loading .left:after, .banner .loading .right:after { content: ""; position: absolute; display: block; top: 0; left: 0; width: 12px; height: 24px; border: 1px solid #fff; border-radius: 12px 0 0 12px; border-right: 0; } .banner .loading .right:after { content: ""; position: absolute; display: block; border-radius: 0 12px 12px 0; border: 1px solid #fff; border-left: 0; } .banner .loading.swiper-pagination-bullet-active .left:after { transform-origin: right center; /* animation-iteration-count: infinite; */ animation-fill-mode: forwards; animation-duration: 3.9s; animation-timing-function: linear; animation-name: spin-left; } .banner .loading.swiper-pagination-bullet-active .right:after { transform-origin: left center; animation-duration: 3.9s; /* animation-iteration-count: infinite; */ animation-timing-function: linear; animation-name: spin-right; } @keyframes spin-right { 0% { transform: rotate(180deg); } 50% { transform: rotate(360deg); } 100% { transform: rotate(360deg); } } @keyframes spin-left { 0% { transform: rotate(180deg); } 50% { transform: rotate(180deg); } 100% { transform: rotate(360deg); } } .bshare-custom a{display:inline-block !important;} .map{position:relative;display: inline-block;} .map iframe{position: absolute;left: 0px;top: 0px;width: 100%;height: 100%;/* display: none; */border: 0px;}