@charset "utf-8"; @font-face { font-family: "DIN-BOLD"; src: url("../fonts/DIN-BOLD.woff2") format("woff2"), url("../fonts/DIN-BOLD.woff") format("woff"), url("../fonts/DIN-BOLD.ttf") format("truetype"), url("../fonts/DIN-BOLD.eot") format("embedded-opentype"), url("../fonts/DIN-BOLD.svg") format("svg"); font-weight: normal; font-style: normal; } @font-face { font-family: "DIN-MEDIUM"; src: url("../fonts/DIN-MEDIUM.woff2") format("woff2"), url("../fonts/DIN-MEDIUM.woff") format("woff"), url("../fonts/DIN-MEDIUM.ttf") format("truetype"), url("../fonts/DIN-MEDIUM.eot") format("embedded-opentype"), url("../fonts/DIN-MEDIUM.svg") format("svg"); font-weight: normal; font-style: normal; } @font-face { font-family: "PINGFANG EXTRALIGHT-subfont"; src: url("../fonts/PINGFANG EXTRALIGHT-subfont.woff2") format("woff2"), url("../fonts/PINGFANG EXTRALIGHT-subfont.woff") format("woff"), url("../fonts/PINGFANG EXTRALIGHT-subfont.ttf") format("truetype"), url("../fonts/PINGFANG EXTRALIGHT-subfont.eot") format("embedded-opentype"), url("../fonts/PINGFANG EXTRALIGHT-subfont.svg") format("svg"); font-weight: normal; font-style: normal; } @font-face { font-family: "HelveticaNeue"; src: url("../fonts/HelveticaNeue.woff2") format("woff2"), url("../fonts/HelveticaNeue.woff") format("woff"), url("../fonts/HelveticaNeue.ttf") format("truetype"), url("../fonts/HelveticaNeue.eot") format("embedded-opentype"), url("../fonts/HelveticaNeue.svg") format("svg"); font-weight: normal; font-style: normal; } @media (min-width: 768px) { html { font-size: 28px !important; } } @media (min-width: 1025px) { ::-webkit-scrollbar { width: 6px; height: 6px; } ::-webkit-scrollbar-track { background: #fff; } ::-webkit-scrollbar-thumb { background: #de001f; /*border-radius: 4px;*/ } ::-webkit-scrollbar-thumb:window-inactive { background: #de001f; } ::-webkit-scrollbar-thumb:vertical:hover { background: #de001f; } html { font-size: 30px !important; } body { -ms-overflow-style: scrollbar; } } @media (min-width: 1440px) { html { font-size: 34px !important; } } @media (min-width: 1680px) { html { font-size: 40px !important; } } /* 重置表单样式 */ select::-ms-expand { display: none; } input, select, textarea { box-shadow: none; outline: none; border: none; border-radius: 0; -ms-appearance: none; -moz-appearance: none; -webkit-appearance: none; appearance: none; padding: 0; } textarea { resize: none; } select::-ms-expand { display: none; } /* 更改placeholder颜色 */ input::-webkit-input-placeholder { color: #888; } input:-moz-placeholder { color: #888; } input::-moz-placeholder { color: #888; } input:-ms-input-placeholder { color: #888; } textarea::-webkit-input-placeholder { color: #888; } textarea:-moz-placeholder { color: #888; } textarea::-moz-placeholder { color: #888; } textarea:-ms-input-placeholder { color: #888; } body { overflow: hidden; } header { position: fixed; top: 0; width: 100%; background-color: #fff; z-index: 50; height: 2.5rem; border-bottom: 1px solid rgba(51, 51, 51, .1); } .header-view { padding: 0 2%; } .header-left { float: left; margin-top: .5rem; } header .logo { float: left; width: 4.1rem; } header .logo img { width: 100%; display: block; } header .code { float: left; font-size: .4rem; line-height: .5rem; color: #de001f; font-weight: bold; margin-top: .4rem; margin-left: .5rem; font-family: "PINGFANG REGULAR-subfont"; } .header-right { float: right; } .header-right .search-box, .header-right .qrcode-box, .header-right .divide { float: right; margin-top: 1rem; } .header-right .search-box { margin-left: .65rem; } .header-right .qrcode-box { margin-left: 1.25rem; position: relative; } .qrcode-drop { position: absolute; width: 4.2rem; box-sizing: border-box; top: 1rem; left: 50%; transform: translateX(-50%); display: none; } .qrcode-drop .drop { background-color: #fff; box-shadow: 0 0 20px rgba(0, 0, 0, .2); padding: .3rem; position: relative; } .qrcode-drop .drop:before { content: ""; position: absolute; left: 50%; top: -9px; margin-left: -9px; width: 18px; height: 9px; background-repeat: no-repeat; background-position: center; background-size: cover; background-image: url('../img/qrcode-sj2.png') } .qrcode-drop img { width: 100%; } .qrcode-drop .txt { display: none; font-size: .35rem; line-height: .5rem; font-weight: bold; text-align: center; margin-top: .25rem; } .header-right .qrcode-box .qrcode-drop { top: .45rem; padding-top: .4rem; } .header-right .search-box, .header-right .qrcode-box { margin-left: .65rem; } .header-right .search-btn, .header-right .qrcode-btn { display: block; width: .45rem; height: .45rem; background-repeat: no-repeat; background-position: center; background-size: 100%; } .header-right .search-btn { background-image: url('../img/search-btn.png'); } .header-right .qrcode-btn { background-image: url('../img/qrcode-btn.png'); } .search-dialog { position: absolute; right: 23.177%; top: 50%; transform: translateY(-50%); display: none; } .search-dialog .search-close { position: absolute; width: .55rem; height: .575rem; background-repeat: no-repeat; background-position: center; background-size: 100%; background-image: url('../img/search-close.png'); right: -2.2rem; top: 50%; margin-top: -.2875rem; } .search-dialog .search { width: 11.9rem; border: 1px solid #cac9c9; padding: .3rem .6rem; border-radius: 4px; } .search-dialog .search input[type=text] { float: left; width: 90%; height: .55rem; line-height: .55rem; font-size: .45rem; color: #cac9c9; background-color: transparent; } .search-dialog .search input[type=submit] { float: right; width: .55rem; height: .55rem; background-repeat: no-repeat; background-size: 100%; background-image: url('../img/search-btn.png'); background-color: transparent; } .header-right .divide { width: 1px; height: .45rem; background-color: #d6d6d6; margin-left: 1.65rem; } .pc-nav { font-size: 0; float: right; position: relative; } .pc-nav li { display: inline-block; *display: inline; zoom: 1; margin-left: 1.875rem; /* position: relative; */ } .pc-nav li:first-child { margin-left: 0; } .pc-nav li .tit { display: block; font-size: .375rem; line-height: 2.5rem; color: #666; font-weight: bold; font-family: "PINGFANG REGULAR-subfont"; position: relative; transition: all .3s; } .pc-nav li .tit:before { content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 4px; background-color: #de001f; transition: all .3s; } .pc-nav li .navson { display: none; position: absolute; left: 0; top: 2.5rem; width: 100%; padding: .75rem 0; box-sizing: border-box; font-size: 0; background-color: rgba(51, 51, 51, .85); text-align: center; } /* .pc-nav li:nth-child(5) .navson, .pc-nav li:nth-child(6) .navson, .pc-nav li:nth-child(7) .navson{ text-align: right; } .pc-nav li .navson:before{ content: ""; position: absolute; left: 0; top: 0; width: 2000px; height: 100%; } */ .pc-nav li .navson .sub-item { display: inline-block; *display: inline; zoom: 1; margin: 0 1rem; position: relative; z-index: 3; top: 0; transition: all .3s; vertical-align: top; } .pc-nav li .navson .icon { width: 1.2rem; border-radius: 100%; border: 1px solid rgba(255, 255, 255, .5); margin: 0 auto; } .pc-nav li .navson .icon img { width: 100%; } .pc-nav li .navson .txt { font-size: .35rem; line-height: .4rem; color: #fff; text-align: center; margin-top: .25rem; } .pc-nav li .navson .sub-item .third-nav { margin-top: .4rem; } .pc-nav li .navson .sub-item .third-nav a { font-size: .3rem; line-height: .4rem; color: #fff; display: block; margin-bottom: .2rem; opacity: .7; filter: alpha(opacity=7); transition: all .3s; } .clearfixed { height: 2.5rem; } .header-right.on .pc-nav, .header-right.on .divide, .header-right.on .search-box .search-btn, .header-right.on .qrcode-box, .header-right.on .nav-btn { transform: scale(0); } .nav-btn, .m-nav { display: none; } .aside-tel { position: fixed; right: 0; top: 60%; z-index: 30; } .aside-tel .item { display: block; padding-left: 2.5rem; border-radius: .875rem 0 0 .875rem; background-color: rgba(255, 255, 255, .85); box-shadow: 0 5px 10px rgba(0, 0, 0, .25); height: 1.75rem; transition: all .3s; /*transform: translateX(4.7rem);*/ margin-bottom: 2px; overflow: hidden; position: relative; right: -4.3rem; } .aside-tel .item:last-child { margin-bottom: 0; } .aside-tel .icon-box { position: absolute; left: .75rem; top: 50%; transform: translateY(-50%); text-align: center; } .aside-tel .icon { width: .65rem; position: relative; margin: 0 auto; } .aside-tel .icon img { display: block; width: 100%; } .aside-tel .icon .hover { position: absolute; left: 0; top: 0; opacity: 0; filter: alpha(opacity=0); } .aside-tel .txt { font-size: .3rem; line-height: .4rem; color: #000; margin-top: 4px; font-weight: bold; } .aside-tel .text { float: left; margin-top: .3rem; padding: 0 .9rem 0 0; } .aside-tel .text .tit { font-size: .3rem; line-height: .4rem; font-weight: bold; color: #fff; opacity: .8; filter: alpha(opacity=80); } .aside-tel .text .tel { font-size: .6rem; line-height: .7rem; font-family: "DIN-BOLD"; color: #fff; } /* header end */ .index-view { width: 87.5%; margin: 0 auto; } footer { position: relative; z-index: 3; } .footer-top { background-color: #f5f5f5; } .footer-top .top-box { padding: .9rem 0 .6rem; border-bottom: 1px solid rgba(10, 26, 43, .1); } .footer-top .top-box .left { float: left; } .footer-top .top-box .f-logo { float: left; width: 4.1rem; } .footer-top .top-box .f-logo img { width: 100%; } .footer-top .top-box .f-share { float: left; margin-left: 1.5rem; font-size: 0; margin-top: .4rem; } .footer-top .top-box .f-share .sub-box { display: none; } .footer-top .top-box .f-share .item { display: inline-block; *display: inline; zoom: 1; margin-right: .45rem; position: relative; } .footer-top .top-box .f-share .icon { display: block; width: 1.15rem; position: relative; border: 1px solid rgba(5, 18, 36, .25); border-radius: 100%; } .footer-top .top-box .f-share .icon img { width: 100%; } .footer-top .top-box .f-share .icon .hover { position: absolute; left: 0; top: 0; opacity: 0; filter: alpha(opacity=0); } .f-share .qrcode-drop { position: absolute; bottom: 1.15rem; top: auto; padding: 0 0 .4rem; } .f-share .qrcode-drop .drop:before { background-image: url('../img/qrcode-sj.png'); top: auto; bottom: -9px; } .f-share .qrcode-drop .txt { margin: 0 0 .25rem; } .footer-top .top-box .right { float: right; font-size: 0; } .footer-top .top-box .link-box, .footer-top .top-box .sp-link { display: inline-block; *display: inline; zoom: 1; } .footer-top .top-box .link-box { margin-left: 2rem; position: relative; } .footer-top .top-box .link-box .tit { display: block; width: 8.2rem; height: 1.4rem; border: 1px solid rgba(0, 0, 0, .2); background-color: #fff; padding: 0 .6rem; line-height: 1.4rem; font-size: .3rem; color: #7f7f7f; font-weight: bold; position: relative; } .footer-top .top-box .link-box .tit:before { content: ""; position: absolute; right: .6rem; top: 50%; width: 7px; height: 4px; margin-top: -2px; background-repeat: no-repeat; background-position: center; background-image: url('../img/link-arrow.png'); } .footer-top .top-box .link-box .sub { position: absolute; left: 0; bottom: 1.4rem; width: 100%; box-sizing: border-box; border: 1px solid rgba(0, 0, 0, .2); background-color: #fff; max-height: 4.8rem; overflow: hidden; display: none; } .footer-top .top-box .link-box .sub a { display: block; height: 1.2rem; line-height: 1.2rem; padding: 0 .6rem; font-size: .3rem; color: #7f7f7f; font-weight: bold; border-bottom: 1px solid rgba(0, 0, 0, .2); box-sizing: border-box; transition: all .3s; } .footer-top .top-box .link-box .sub a:last-child { border-bottom: none; } .footer-top .top-box .link-box .sub .mCSB_inside>.mCSB_container { margin-right: 0; display: block !important; } .footer-top .top-box .link-box .sub .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background: #de001f; width: 3px; } .footer-top .top-box .link-box .sub .mCSB_scrollTools { width: 3px; } .footer-top .top-box .link-box .sub .mCSB_scrollTools .mCSB_draggerRail { width: 3px; background-color: transparent; } .footer-top .top-box .sp-link a { display: inline-block; *display: inline; zoom: 1; font-size: .35rem; line-height: .4rem; color: #333; font-weight: bold; margin-left: 1.75rem; transition: all .3s; } .footer-top .top-box .sp-link a:nth-child(3), .footer-top .top-box .sp-link a:nth-child(4) { display: none; } .footer-top .top-box .sp-link a:first-child { margin-left: 0; } .f-nav { padding: 1.2rem 3.5%; font-size: 0; white-space: nowrap; } .f-nav li { display: inline-block; *display: inline; zoom: 1; vertical-align: top; margin-right: 9.375%; width: 2.15rem; } .f-nav li:last-child { margin-right: 0; } .f-nav li .tit { font-size: .35rem; line-height: .4rem; font-weight: bold; color: #333; white-space: nowrap; } .f-nav li .navson { margin-top: .7rem; } .f-nav li .navson a { font-size: .3rem; line-height: .75rem; color: #666; display: block; font-weight: bold; transition: all .3s; white-space: nowrap; } .f-nav li .navson .sec-tit { position: relative; } .f-nav li .navson .sec-tit:before { content: ""; position: absolute; right: -.3rem; top: 50%; width: .3rem; height: .3rem; margin-top: -.15rem; background-repeat: no-repeat; background-position: center; background-size: 100%; background-image: url('../img/third-arrow.png'); transition: all .3s; } .f-nav li .navson .third-nav { padding-left: .3rem; display: none; width: 3.2rem; } .f-nav li .navson .sub-item.on .sec-tit:before { transform: rotate(90deg); } .f-nav li .navson .tel-box { margin-top: .4rem; padding-left: .9rem; background-repeat: no-repeat; background-position: left center; background-image: url('../img/f-nav-tel.png'); background-size: .675rem; white-space: nowrap; } .f-nav li .navson .tel-tit { font-size: .3rem; line-height: .4rem; color: #666; font-weight: bold; } .f-nav li .navson .tel { font-size: .45rem; line-height: .5rem; font-family: "DIN-BOLD"; color: #666; } .m-tel-box { display: none; } .footer-bottom { padding: .7rem 0; background-color: #333; } .footer-bottom .copy { float: left; font-size: .3rem; line-height: .4rem; color: #999; font-weight: bold; } .footer-bottom .copy .build { margin-left: .5rem; font-size: .3rem; line-height: .4rem; color: #5f5f5f; } .footer-bottom .copy .build a { font-weight: bold; color: #5f5f5f; font-size: .3rem; line-height: .4rem; transition: all .3s; } .footer-bottom .icp { float: right; font-size: .3rem; line-height: .4rem; font-weight: bold; color: #999; transition: all .3s; } .top-btn { /* display: none; */ position: fixed; right: 1%; bottom: 10%; width: 1.4rem; height: 1.4rem; border-radius: 100%; background-repeat: no-repeat; background-position: center; background-size: .3rem; background-image: url('../img/top-btn.png'); background-color: rgba(255, 255, 255, .85); box-shadow: 0 5px 10px rgba(0, 0, 0, .25); transition: background-color .3s, background-image .3s; z-index: 50; } .banner .pc-box { overflow: hidden; position: relative; } .banner .swiper-slide { background-repeat: no-repeat; background-position: center; background-size: cover; } .banner .ban-video { background-color: #000; } .banner .swiper-slide video { position: absolute; left: 0; top: 0; width: 100%; /* transform: translateY(-50%); */ background-color: #000; } .banner .swiper-slide img { width: 100%; } .banner .text-box { position: absolute; left: 0; top: 20%; width: 100%; text-align: center; } .banner .text-box .tit-box { color: #fff; } .banner .text-box .en, .banner .text-box .sub-en { text-shadow: 0 2px 2px rgba(0, 0, 0, .1); color: #dfe5e5; font-weight: bold; } .banner .text-box .en { font-size: 1.5rem; line-height: 1.6rem; text-transform: uppercase; margin-top: 1rem; } .banner .text-box .sub-en { font-size: .75rem; line-height: .8rem; margin-top: .4rem; } .banner .text-box .cn { font-size: 1rem; line-height: 1.1rem; letter-spacing: 6px; padding-left: 6px; font-weight: bold; color: #fff; text-shadow: 0 2px 2px rgba(0, 0, 0, .1); } .banner .text-box .ban-more { width: 4.5rem; height: 1.4rem; display: block; border-radius: .7rem; line-height: 1.4rem; font-size: .35rem; text-align: left; box-sizing: border-box; color: #fff; margin: 1.25rem auto 0; font-weight: bold; text-align: center; background-color: rgba(222, 0, 31, .85); transition: all .3s; } .banner .btns { position: absolute; left: 0; bottom: 6.5%; width: 100%; text-align: center; z-index: 3; font-size: 0; display: none; } .banner .btns .swiper-pagination-bullet { display: inline-block; *display: inline; zoom: 1; width: 14px; height: 14px; background-color: #fff; border-radius: 100%; background-color: #fff; transition: all .3s; margin: 0 .3rem; } .banner .btns .swiper-pagination-bullet-active { background-color: #bb2a29; } .banner .ban-btns { position: absolute; right: 0; bottom: 9.2%; z-index: 3; width: 1.8rem; } .banner .ban-btns a { display: block; width: 1.8rem; height: .5rem; position: relative; margin-bottom: .5rem; float: right; transition: all .3s; } .banner .ban-btns a:last-child { margin-bottom: 0; } .banner .ban-btns a:before { content: ""; position: absolute; right: 0; top: 50%; width: 100%; height: 2px; transform: translateY(-50%); background-color: #fff; opacity: .55; filter: alpha(opacity=55); transition: all .3s; } .banner .ban-btns a span { font-size: .35rem; line-height: .5rem; color: #dfe5e5; white-space: nowrap; position: absolute; right: 100%; top: 0; padding-right: .4rem; opacity: 0; filter: alpha(opacity=0); visibility: hidden; transition: all .3s; } .banner .ban-btns a.cur { width: 3rem; } .banner .ban-btns a.cur:before { height: 4px; opacity: 1; filter: alpha(opacity=100); } .banner .ban-btns a.cur span { opacity: 1; filter: alpha(opacity=100); visibility: visible; } .banner .text-left { text-align: left; } .banner .text-left .cn { margin: 0; } .banner .text-left .en { margin-top: .75rem; } .banner .text-left .ban-more { margin: 1.25rem 0 0; } .banner .play-btn { margin: .6rem auto 0; display: block; width: 63px; height: 63px; cursor: pointer; z-index: 30; opacity: .85; filter: alpha(opacity=85); } .banner .swiper-slide-active #play-button #play-button-circle { stroke-dashoffset: 0; transition: stroke-dashoffset 1s ease-in-out 0.6s; } .banner .swiper-slide-active #play-button #play-button-triangle { stroke-dashoffset: 0; transition: stroke-dashoffset 1s ease-in-out; } #play-button-circle { -webkit-transform-origin: center center; transform-origin: center center; stroke-dashoffset: 340; stroke-dasharray: 340; } #play-button-circle, #play-button-triangle { fill: none; stroke: rgb(222, 0, 31); stroke-width: 5; stroke-linejoin: round; stroke-miterlimit: 10; } #play-button-triangle { stroke-dashoffset: 180; stroke-dasharray: 180; } #play-button-circle, #play-button-triangle { /* fill: none; stroke: #fff; stroke-width: 5; stroke-linejoin: round; stroke-miterlimit: 10; transition-delay: 1s; */ } .banner .ban-prev, .banner .ban-next { position: absolute; top: 50%; transform: translateY(-50%); width: .5rem; height: .9rem; background-repeat: no-repeat; background-position: center; background-size: 100%; z-index: 3; transition: all .3s; } .banner .ban-prev { background-image: url('../img/ban-prev.png'); left: 3.125%; } .banner .ban-next { background-image: url('../img/ban-next.png'); right: 3.125%; } .banner .m-box { display: none; } .index-about-box { padding: 2.25rem 0 1.5rem; background-color: #f9f9f9; } .index-tit { text-align: center; } .index-tit .cn { font-size: .9rem; line-height: 1rem; color: #333; font-weight: bold; } .index-tit .en { font-size: .4rem; line-height: .5rem; color: #999; margin-top: .3rem; font-family: "HelveticaNeue"; } .index-about-box .con { width: 61.9%; font-size: .4rem; line-height: .75rem; margin: .6rem auto 0; color: #333; text-align: center; } .index-about-box .icon-list { margin-top: 1rem; text-align: center; } .index-about-box .swiper-slide { width: 20%; position: relative; } .index-about-box .swiper-slide:before { content: ""; position: absolute; left: 0; bottom: 0; width: 1px; height: 1.875rem; background: #dedfe0; } .index-about-box .swiper-slide:first-child:before { display: none; } .index-about-box .swiper-slide .icon { width: 1.175rem; margin: 0 auto; } .index-about-box .swiper-slide .icon img { width: 100%; display: block; } .index-about-box .num-box { font-size: 0; margin-top: .3rem; } .index-about-box .num-box .num, .index-about-box .num-box .unit { display: inline-block; *display: inline; zoom: 1; color: #0c1321; font-weight: bold; } .index-about-box .num-box .num { font-size: 1.3rem; line-height: 1.4rem; transform: skewX(-8deg); color: #de001f; } .index-about-box .num-box .unit { font-size: .6rem; line-height: .7rem; color: #0c1321; margin-left: .25rem; } .index-about-box .num-box .num>div { display: inline-block; *display: inline; zoom: 1; } .index-about-box .txt { font-size: .45rem; line-height: .5rem; color: #0c1321; font-weight: bold; margin-top: .4rem; } .index-about-box .tip { text-align: center; font-size: .3rem; line-height: .4rem; color: #b0afaf; text-align: center; margin-top: .7rem; font-weight: bold; } .index-product-box { padding: 1.75rem 0 2.625rem; overflow: hidden; } .index-product-box .product-tit { padding-bottom: .7rem; border-bottom: 1px solid #f0f0f0; } .index-product-box .index-tit { float: left; text-align: left; } .index-product-box .product-tit .ico { float: right; width: 1rem; margin-top: .4rem; } .index-product-box .product-tit .ico img { width: 100%; } .index-product { position: relative; padding-top: 1.25rem; } .index-product .simg-tab { /* padding-right: .5rem; */ position: absolute; left: 0; top: 0; width: 100%; z-index: 3; } .index-product .simg-tab .swiper-wrapper { margin: 0 -.125rem; } .index-product .simg-tab .swiper-slide { width: auto; padding-bottom: .5rem; background: #fff; padding: 0 .125rem .5rem; } .index-product .simg-tab .swiper-slide:last-child { padding-right: .5rem; } .index-product .simg-tab .con-box { display: block; width: 4.5rem; height: 2.5rem; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; text-align: center; line-height: 2.5rem; transition: all .3s; } .index-product .simg-tab .con-box:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #333; opacity: .85; filter: alpha(opacity=85); } .index-product .simg-tab .swiper-slide.cur .con-box { width: 7rem; } .index-product .simg-tab .swiper-slide.cur .con-box:before { opacity: 0; filter: alpha(opacity=0); } .index-product .simg-tab .con-box span { font-size: .4rem; line-height: 2.5rem; color: #fff; position: relative; z-index: 3; font-weight: bold; display: block; } .index-product .simg-tab .swiper-slide.cur .con-box span { font-size: .6rem; color: #f4f4f4; } .index-product .bimg-tab { overflow: hidden; } .index-product .bimg-tab .img { float: right; width: 77.38%; } .index-product .bimg-tab .img img { width: 100%; } .index-product .bimg-tab .text-box { position: absolute; left: 0; top: 21.21%; width: 26%; } .index-product .bimg-tab .text-box .icon { width: 2rem; border: 1px solid rgba(51, 51, 51, .2); border-radius: 100%; } .index-product .bimg-tab .text-box .icon img { width: 100%; display: block; } .index-product .bimg-tab .text-box .en-tit { font-size: .8rem; line-height: 1rem; color: #999; font-weight: bold; margin-top: 1rem; /* background: -webkit-linear-gradient(left, #999 ,#999 76.2%,#fff 76.2%,#fff 100%); -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text; text-fill-color:transparent; */ } .index-product .bimg-tab .text-box .tit { font-size: .9rem; line-height: 1rem; color: #333; font-weight: bold; margin-top: .7rem; } .index-product .bimg-tab .text-box .con { font-size: .35rem; line-height: .6rem; height: 1.8rem; overflow: hidden; color: #666; margin-top: .3rem; width: 60.465%; /* display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; */ } .index-product .bimg-tab .detail { position: absolute; left: 9.5238%; bottom: 0; font-size: .4rem; font-weight: bold; line-height: .5rem; height: .5rem; /* padding-right: 2.25rem; background-repeat: no-repeat; background-position: right center; background-image: url('../img/pro-detail.png'); */ background-size: 2rem; color: #999; z-index: 3; transition: all .3s; } .index-product .bimg-tab .detail span { font-family: "Simsun"; /* font-weight: normal; */ margin-left: .3rem; } .index-news-box { padding: 2.5rem 0 1.875rem; background-color: #f4f4f4; } .index-news-box .img-tab { overflow: hidden; float: left; width: 47.619%; } .index-news-box .img-tab .index-tit { display: none; } .index-news-box .img-tab .con-box { display: block; } .index-news-box .img-tab img { width: 100%; } .index-news-box .img-tab .text { display: none; } .index-news-box .img-tab .btns { margin-top: .8rem; float: right; width: 1.25rem; } .index-news-box .img-tab .btns .swiper-pagination-bullet { width: 100%; height: 4px; background-color: transparent; display: block; position: relative; margin-bottom: .25rem; } .index-news-box .img-tab .btns .swiper-pagination-bullet:last-child { margin-bottom: 0; } .index-news-box .img-tab .btns .swiper-pagination-bullet:before { content: ""; position: absolute; right: 0; top: 0; width: 100%; height: 100%; background-color: #cacaca; transition: all .3s; } .index-news-box .img-tab .btns .swiper-pagination-bullet-active:before { background-color: #de001f; width: 200%; } .index-news-box .right { float: right; width: 50%; } .index-news-box .right .index-tit { text-align: left; padding-bottom: .7rem; border-bottom: 1px solid rgba(0, 0, 0, .1); } .index-news-box .right .item { padding: .45rem 0; display: block; border-bottom: 1px solid transparent; transition: all .3s; } .index-news-box .time { font-size: .3rem; line-height: .4rem; color: #333; font-weight: bold; margin-bottom: .25rem; display: none; } .index-news-box .txt { font-size: .4rem; line-height: .5rem; color: #333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .index-news-box .right .item.cur { padding: .8rem 0; border-color: rgba(0, 0, 0, .1); margin-bottom: .55rem; } .index-news-box .right .item.cur .time { display: block; } .index-news-box .right .item.cur .txt { font-size: .75rem; line-height: .8rem; font-weight: bold; color: #de001f; } .index-news-box .right .more-box { height: 2.2rem; background: #283343; margin-top: .625rem; position: relative; } .index-news-box .right .more-box .more-btn { position: absolute; right: 0; top: 0; width: 30.68%; height: 100%; background: #000; text-align: center; transition: all .3s; } .index-news-box .right .more-box .more-btn span, .index-news-box .right .more-box .more-btn b { display: inline-block; *display: inline; zoom: 1; line-height: 2.2rem; color: #fff; font-size: .4rem; font-weight: bold; /* padding-right: 2.5rem; background-repeat: no-repeat; background-position: right center; background-size: 2rem; background-image: url('../img/index-news-arrow.png'); */ } .index-news-box .right .more-box .more-btn b { font-family: "Simsun"; margin-left: .3rem; } .index-bottom-box { padding: .35rem 0; overflow: hidden; } .index-bottom-box .row { margin: 0 -.2rem; } .index-bottom-box .item { padding: 0 .2rem; box-sizing: border-box; } .index-bottom-box .con-box { position: relative; } .index-bottom-box .text-box { position: absolute; left: 0; top: 25%; width: 100%; } .index-bottom-box .text-box .index-tit .cn { color: #fff; } .index-bottom-box .text-box .index-tit .en { color: #fff; } .index-bottom-box img { width: 100%; } .index-bottom-box .text-box .btns { text-align: center; font-size: 0; margin-top: .8rem; } .index-bottom-box .text-box .btns a { display: inline-block; *display: inline; zoom: 1; width: 3.85rem; height: 1.2rem; border: 1px solid rgba(255, 255, 255, .5); border-radius: .6rem; margin: 0 .5rem; transition: all .3s; } .index-bottom-box .text-box .btns span { vertical-align: top; display: inline-block; *display: inline; zoom: 1; font-size: .3rem; line-height: 1.2rem; font-weight: bold; color: #fff; /* padding-right: 1rem; background-repeat: no-repeat; background-position: right center; background-size: .475rem; background-image: url('../img/index-bottom-arrow.png'); */ } .index-bottom-box .line { width: 1.25rem; height: 1px; background-color: #fff; opacity: .5; filter: alpha(opacity=50); margin: .6rem auto 0; } .index-bottom-box .tel { font-size: 1.2rem; line-height: 1.3rem; color: #fff; text-align: center; margin-top: .5rem; font-family: "DIN-BOLD"; } .sub-banner { position: relative; overflow: hidden; } .sub-banner img { width: 100%; } .view { width: 75%; margin: 0 auto; } .sub-banner .text-box { position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); } .sub-banner .text-box .index-tit { text-align: left; } .sub-banner .text-box .cn { color: #fff; } .sub-banner .text-box .en { color: #fff; font-weight: normal; font-family: "PINGFANG EXTRALIGHT-subfont"; font-size: .45rem; } .sub-banner .text-box .text { margin-top: .5rem; font-size: .5rem; line-height: .6rem; color: #fff; font-weight: bold; } .sub-banner .scroll-btn { width: 1.25rem; height: 1.25rem; border: 1px solid rgba(255, 255, 255, .5); border-radius: 100%; text-align: center; margin-top: 1.7rem; cursor: pointer; } .sub-banner .scroll-btn img { width: 10px; position: relative; } @keyframes subScroll { from { top: .1rem; } to { top: .6rem; opacity: 0 } } @-moz-keyframes subScroll { from { top: .1rem; } to { top: .6rem; opacity: 0 } } @-webkit-keyframes subScroll { from { top: .1rem; } to { top: .6rem; opacity: 0 } } @-o-keyframes subScroll { from { top: .1rem; } to { top: .6rem; opacity: 0 } } .about-box .top-box { padding: 2.25rem 0 1.6rem; background-repeat: no-repeat; background-position: 50% 0; background-size: 69.44%; border-bottom: 1px solid #eaeaea; } .about-box .top-box .left { float: left; width: 42%; } .pub-tit .cn { font-size: .9rem; line-height: 1rem; color: #000; font-weight: bold; } .pub-tit .en { font-size: .4rem; line-height: .5rem; color: #000; margin-top: .3rem; font-family: "HelveticaNeue"; } .about-box .top-box .left .con-box { margin-top: .75rem; } .about-box .top-box .left .tit { font-size: .65rem; line-height: .7rem; color: #000; font-weight: bold; } .pub-con { font-size: .4rem; line-height: .8rem; color: #666; } .pub-con img { max-width: 100%; } .about-box .top-box .left .pub-con { margin-top: .7rem; } .about-box .top-box .right { float: right; width: 48%; margin-top: 2.45rem; } .about-box .top-box .right .tit { font-size: .65rem; line-height: .7rem; color: #000; font-weight: bold; } .about-box .top-box .right .num-list { margin-top: .65rem; } .about-box .top-box .right .num-list .row { margin: 0 -1rem; } .about-box .top-box .right .num-list .item { padding: 0 .5rem; box-sizing: border-box; } .about-box .top-box .right .num-box { font-size: 0; } .about-box .top-box .right .con-box { padding: .3rem 0; position: relative; } .about-box .top-box .right .con-box .mask { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .about-box .top-box .right .num, .about-box .top-box .right .unit { display: inline-block; *display: inline; zoom: 1; } .about-box .top-box .right .num { font-size: 1.05rem; line-height: 1.05rem; font-weight: bold; color: #de001f; transform: skewX(-8deg); } .about-box .top-box .right .num>div { display: inline-block; *display: inline; zoom: 1; } .about-box .top-box .right .unit { font-size: .4rem; line-height: .5rem; font-weight: bold; margin-left: 4px; } .about-box .top-box .right .txt { font-size: .35rem; line-height: .4rem; height: .8rem; color: #666; margin-top: .2rem; } .about-box .sub-tit { font-size: .75rem; line-height: .8rem; color: #333; font-weight: bold; } .about-box .middle-box { margin-top: 1.5rem; } .about-box .middle-box .pub-con { margin-top: .4rem; width: 63.888%; } .about-box .middle-tab-box { margin-top: 1.2rem; } .middle-tab-box { position: relative; } .middle-tab { overflow: hidden; margin: 0 -.4rem; } .middle-tab .con-box { position: relative; display: block; } .middle-tab .con-box img { width: 100%; } .middle-tab .swiper-slide { /* width: 31.944%; */ /* margin-right: 2.083%; */ padding: 0 .4rem; box-sizing: border-box; } .middle-tab .swiper-slide:last-child { /* margin-right: 0; */ } .middle-tab .mask { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; } .middle-tab .mask1 { background-image: url('../img/middle-tab-mask1.png'); } .middle-tab .mask2 { background-color: #000; opacity: 0; filter: alpha(opacity=0); transition: all .3s; } .middle-tab .text-box { position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; padding: .75rem 1.1rem; box-sizing: border-box; transition: all .3s; } .middle-tab .text-box .tit { font-size: .5rem; line-height: .6rem; color: #fff; font-weight: bold; } .middle-tab .text-box .con { font-size: .4rem; line-height: .5rem; color: #fff; margin-top: .2rem; display: none; } .middle-tab .text-box .con:before { content: ""; position: absolute; right: 7.6%; top: 50%; width: .45rem; height: .925rem; background-repeat: no-repeat; background-position: center; background-size: .45rem; background-image: url('../img/solution-arrow.png'); display: none; } .middle-tab .scrollbar { height: 5px; margin-top: 1.4rem; position: relative; } .middle-tab .scrollbar:before { content: ""; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background-color: #e7e7e7; } .middle-tab .scrollbar .swiper-scrollbar-drag { position: relative; z-index: 3; background-color: #de001f; height: 5px; border-radius: 3px; } .pub-prev, .pub-next { position: absolute; top: 50%; transform: translateY(-50%); width: .4rem; height: .8rem; background-repeat: no-repeat; background-position: center; background-size: 100%; z-index: 3; transition: all .3s; } .pub-prev { left: -1.5rem; background-image: url('../img/pub-prev.png'); } .pub-next { right: -1.5rem; background-image: url('../img/pub-next.png'); } .pub-prev.swiper-button-disabled, .pub-next.swiper-button-disabled { display: none; } .about-page .middle-tab .text-box .con { padding-right: 12.5%; } .about-page .middle-tab .text-box .con:before { display: block; } .about-box .bottom-box { padding: 2.1rem 0 2.25rem; overflow: hidden; } .about-box .bottom-box .left { float: left; width: 50.347%; position: relative; z-index: 3; } .sub-desc { font-size: .5rem; line-height: .6rem; color: #333; margin-top: .25rem; font-weight: bold; } .about-box .bottom-box .pub-con { margin-top: .6rem; } .about-box .bottom-box .img { float: right; width: 41.8%; position: relative; } .about-box .bottom-box .img img { width: 100%; position: relative; z-index: 3; } .about-box .bottom-box .img .logo { position: absolute; left: 0; transform: translateX(-50%); top: 32.14%; width: 6.85rem; } .develop-box { padding: 2.25rem 0 2.75rem; background-repeat: no-repeat; background-position: center; background-size: cover; } .develop-box .index-tit .cn { color: #fff; } .develop-box .index-tit .en { color: #fff; opacity: .8; filter: alpha(opacity=80); } .develop-box .content-tab { margin-top: 1.25rem; overflow: hidden; } .develop-box .content-tab .swiper-slide { padding: 0 14.236%; box-sizing: border-box; } .develop-box .content-tab .time { float: left; font-size: .9rem; line-height: 1rem; width: 1rem; color: #fff; transform: rotate(90deg); white-space: nowrap; font-weight: bold; } .develop-box .content-tab .content { float: right; width: 88.35%; min-height: 5rem; } .develop-box .content-tab .tit { font-size: .65rem; line-height: .7rem; color: #fff; } .develop-box .content-tab .content { font-size: .4rem; line-height: .9rem; color: #fff; font-weight: bold; } .develop-box .content-tab .content .con { margin-top: .5rem; } .develop-box .time-tab { margin-top: 4rem; padding: 0 14.236%; position: relative; } .develop-box .time-tab:before { content: ""; position: absolute; left: 0; bottom: .15rem; width: 100%; height: .1rem; background-color: #fff; opacity: .2; filter: alpha(opacity=20); } .develop-box .time-tab .swiper-slide { width: auto; margin-right: 31.2%; width: .4rem; } .develop-box .time-tab .swiper-slide:last-child { margin-right: 0; } .develop-box .time-tab .line { position: absolute; left: 50%; width: 2px; /* height: 2.625rem; */ height: 0; bottom: -.4rem; margin-left: -1px; background-color: #fff; } .develop-box .time-tab .circle { width: .4rem; height: .4rem; background-color: #333; border-radius: 100%; position: relative; z-index: 3; } .develop-box .time-tab .circle:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; box-sizing: border-box; border: 2px solid #999; border-radius: 100%; } .develop-box .time-tab .circle .progress-left { width: 50%; height: 100%; overflow: hidden; position: absolute; top: 0; z-index: 1; left: 0; } .develop-box .time-tab .circle .progress-left:before { content: ""; border: .1rem solid #fff; border-bottom: .1rem solid transparent; border-left: .1rem solid transparent; position: absolute; top: 0; left: 0; width: .2rem; height: .2rem; border-radius: 100%; transform: rotate(45deg); } .develop-box .time-tab .circle .progress-right { width: 50%; height: 100%; overflow: hidden; position: absolute; top: 0; z-index: 1; right: 0; } .develop-box .time-tab .circle .progress-right:before { content: ""; border: .1rem solid #fff; border-top: .1rem solid transparent; border-right: .1rem solid transparent; position: absolute; top: 0; right: 0; width: .2rem; height: .2rem; border-radius: 100%; transform: rotate(45deg); } .develop-box .time-tab .txt { position: absolute; left: 50%; top: 0; padding-top: .9rem; transform: translateX(-50%); font-size: .4rem; line-height: .5rem; color: #fff; white-space: nowrap; font-weight: bold; } .develop-box .time-tab:before { content: ""; position: absolute; left: 0; } .develop-box .time-tab .swiper-slide.cur .circle .progress-right:before { -webkit-animation: circleProgressLoad_right .5s linear forwards; animation: circleProgressLoad_right .5s linear forwards; } .develop-box .time-tab .swiper-slide.cur .circle .progress-left:before { -webkit-animation: circleProgressLoad_left .5s linear forwards; animation: circleProgressLoad_left .5s linear forwards; } @-webkit-keyframes circleProgressLoad_right { 0% { -webkit-transform: rotate(45deg); } 50% { -webkit-transform: rotate(225deg); } 100% { -webkit-transform: rotate(225deg); } } @-webkit-keyframes circleProgressLoad_left { 0% { -webkit-transform: rotate(45deg); } 50% { -webkit-transform: rotate(45deg); } 100% { -webkit-transform: rotate(225deg); } } .develop-box .time-tab .swiper-slide.cur .line { height: 2.625rem; transition: all .3s .5s; } .develop-box .time-tab .swiper-slide.cur .txt { color: #de001f; transition: all .3s; } .team-box { padding: 2rem 0 1.5rem; } .team-box .team-btns { margin-top: .3rem; font-size: 0; text-align: center; } .team-box .team-btns a { display: inline-block; *display: inline; zoom: 1; font-size: .45rem; line-height: .5rem; color: #808080; font-weight: bold; margin: 0 .75rem; position: relative; transition: all .3s; } .team-box .team-btns a:before { content: ""; position: absolute; right: -.75rem; width: 1px; height: .35rem; background-color: #e7e7e7; top: 50%; transform: translateY(-50%); } .team-box .team-btns a:last-child:before { display: none; } .team-box .team-btns a.cur { color: #de001f; } .team-box .team-tab-box { position: relative; } .team-box .team-tab { margin: .9rem -.45rem 0; overflow: hidden; } .team-box .team-tab .swiper-wrapper {} .team-box .team-tab .swiper-slide { /* width: 20%; */ /* margin-right: 2.43%; */ box-sizing: border-box; padding: 0 .45rem; } .team-box .team-tab .swiper-slide:last-child { margin-right: 0; } .team-box .team-tab .swiper-slide img { width: 100%; } .team-box .team-tab .img { position: relative; } .team-box .team-tab .img:before { content: ""; position: absolute; right: 0; bottom: 0; width: .6rem; height: .6rem; background-color: #de001f; } .team-box .team-tab .text { margin-top: .5rem; text-align: center; } .team-box .team-tab .text .tit { font-size: .5rem; line-height: .6rem; color: #000; font-weight: bold; } .team-box .team-tab .text .desc { font-size: .4rem; line-height: .5rem; color: #666; margin-top: .2rem; } .team-box .team-tab .scrollbar { height: 5px; margin-top: 1.4rem; position: relative; } .team-box .team-tab .scrollbar:before { content: ""; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background-color: #e7e7e7; } .team-box .team-tab .scrollbar .swiper-scrollbar-drag { position: relative; z-index: 3; background-color: #de001f; height: 5px; border-radius: 3px; } .team-box .team-tab-box .pub-prev, .team-box .team-tab-box .pub-next { transform: translateY(calc(-50% - .65rem)); } .honor-box { padding: 1.75rem 0; background-repeat: no-repeat; background-position: center; background-size: cover; } .honor-box .index-tit .cn { color: #fff; } .honor-box .index-tit .en { color: #fff; opacity: .8; filter: alpha(opacity=80); } .honor-box .honor-tab { margin-top: .75rem; /* overflow: hidden; */ } /* .honor-box .swiper-slide{ width: 32%; margin-right: 2%; } .honor-box .con-box{ background-color: #fff; padding: .9rem 1.25rem; } .honor-box .con-box .time{ font-size: .45rem; line-height: .5rem; transition: all .3s; } .honor-box .con-box .time span{ font-size: .65rem; line-height: .7rem; font-family: "DIN-BOLD"; margin-right: .2rem; } .honor-box .con-box .list{ margin-top: .5rem; font-size: .4rem; line-height: .6rem; height: 6.6rem; overflow: hidden; } .honor-box .con-box .list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background: #de001f; width: 3px; } .honor-box .con-box .list .mCSB_scrollTools{ width: 3px; } .honor-box .con-box .list .mCSB_scrollTools .mCSB_draggerRail{ width: 3px; background-color: transparent; } .honor-box .con-box .list p{ padding-left: .4rem; position: relative; margin-bottom: .25rem; } .honor-box .con-box .list p:before{ content: ""; position: absolute; left: 0; top: .25rem; width: 4px; height: 4px; border-radius: 100%; background-color: #666; transition: all .3s; } .honor-tab .scrollbar{ height: 5px; margin-top: 1.4rem; position: relative; } .honor-tab .scrollbar:before{ content: ""; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background-color: #fff; opacity: .5; filter: alpha(opacity=50); } .honor-tab .scrollbar .swiper-scrollbar-drag{ position: relative; z-index: 3; background-color: #de001f; height: 5px; border-radius: 3px; } */ .honor-tab .pc-box { position: relative; } .honor-tab .pc-tab { overflow: hidden; position: relative; z-index: 1; } .honor-tab .pc-tab .swiper-slide { margin-right: 1rem; } .honor-tab .pc-tab .swiper-slide:last-child { margin-right: 0; } .honor-tab .row { margin: 0 -.55rem; } .honor-tab .item { float: left; width: 20%; box-sizing: border-box; padding: 0 .15rem; margin-bottom: 2rem; text-align: center; } .honor-tab .icon { width: .95rem; margin: 0 auto; } .honor-tab .icon img { width: 100%; } .honor-tab .time { font-size: .35rem; line-height: .4rem; color: #f5f5f5; margin-top: .5rem; } .honor-tab .con { font-size: .375rem; line-height: .7rem; color: #f5f5f5; margin-top: .4rem; height: 2.8rem; overflow: hidden; } .honor-tab .pub-prev, .honor-tab .pub-next { transform: translateY(calc(-50% - 1rem)); } .honor-tab .pub-prev { background-image: url('../img/honor-prev.png'); } .honor-tab .pub-next { background-image: url('../img/honor-next.png'); } .honor-tab .m-box { display: none; } .culture-box .img { float: right; width: 50%; } .culture-box { position: relative; } .culture-box .img img { width: 100%; } .culture-box .text-box { position: absolute; left: 0; top: 12%; width: 100%; } .culture-box .text-box .content { width: 33%; } .culture-box .index-tit { text-align: left; } .culture-box .culture-list { margin-top: 1.2rem; height: 10rem; overflow: hidden; } .culture-box .culture-list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background: #de001f; width: 3px; } .culture-box .culture-list .mCSB_scrollTools { width: 3px; } .culture-box .culture-list .mCSB_scrollTools .mCSB_draggerRail { width: 3px; background-color: transparent; } .culture-box .culture-list .item { margin-bottom: .8rem; } .culture-box .culture-list .item:last-child { margin-bottom: 0; } .culture-box .culture-list .tit { font-size: .55rem; line-height: .6rem; color: #333; font-weight: bold; margin-bottom: .3rem; } .dialog-box { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 90; display: none; } .dialog-box .black { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #333; opacity: .85; filter: alpha(opacity=85); } .solution-dialog { position: absolute; left: 50%; top: 50%; width: 25rem; box-sizing: border-box; padding: 1.2rem 1.2rem 1.2rem 1.5rem; background-color: #fff; transform: translate(-50%, -50%); } .solution-dialog .left { width: 31.32%; float: left; } .solution-dialog .left .icon { width: 2rem; height: 2rem; border-radius: 100%; border: 1px solid rgba(51, 51, 51, .2); background-size: 2rem; background-position: center; background-repeat: no-repeat; } .solution-dialog .left .icon img { width: 100%; } .solution-dialog .left .tit { font-size: .9rem; line-height: 1rem; color: #333; margin-top: 1rem; } .solution-dialog .left .pub-con { font-weight: bold; margin-top: .3rem; /* height: 3.2rem; */ overflow: hidden; } .solution-dialog .left .detail { display: inline-block; *display: inline; zoom: 1; font-size: .4rem; font-weight: bold; line-height: .5rem; height: .4rem; /* text-transform: uppercase; */ /* padding-right: 2.25rem; background-repeat: no-repeat; background-position: right center; background-image: url('../img/pro-detail.png'); background-size: 2rem; */ color: #999; z-index: 3; margin-top: 1.5rem; transition: all .3s; } .solution-dialog .left .detail span { font-family: "Simsun"; margin-left: .3rem; } .solution-dialog .img { float: right; width: 62.63%; } .solution-dialog .img img { width: 100%; } .dialog-close { position: absolute; right: 0; top: 0; width: 1.2rem; height: 1.2rem; background-color: #333; background-repeat: no-repeat; background-position: center; background-size: 9px; background-image: url('../img/dialog-close.png'); transition: all .3s; } .team-dialog { width: 25rem; box-sizing: border-box; padding: 1.1rem; background-color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .team-dialog .img { float: left; width: 38.8%; position: relative; } .team-dialog .img img { width: 100%; } .team-dialog .img:before { content: ""; position: absolute; width: .6rem; height: .6rem; top: 20%; right: 0; transform: translateX(50%); background-color: #de001f; } .team-dialog .text-box { float: right; width: 51.454%; margin-right: 5.6%; margin-top: .6rem; } .team-dialog .text-box .name { font-size: .6rem; line-height: .7rem; color: #de001f; font-weight: bold; } .team-dialog .text-box .staff { font-size: .45rem; line-height: .5rem; color: #333; font-weight: bold; margin-top: .3rem; } .team-dialog .text-box .pub-con { margin-top: 1rem; font-family: "Microsoft Yahei"; } .businessinfo-box { padding: 2.25rem 0; position: relative; overflow: hidden; } .logistics-info-box:before { content: ""; position: absolute; left: 47.395%; top: -10.13%; width: 8.275rem; height: 8rem; background-repeat: no-repeat; background-position: center; background-size: cover; background-image: url('../img/businessinfo-logo.png'); } .businessinfo-box .top-box .left { float: left; width: 50%; } .businessinfo-box .top-box .con-box { margin-top: .7rem; } .businessinfo-box .top-box .con-box .tit { font-size: .5rem; line-height: .6rem; color: #333; font-weight: bold; } .businessinfo-box .top-box .pub-con { margin-top: .75rem; font-size: 16px; line-height: 1.8; } .businessinfo-box .img { float: right; width: 43.33%; position: relative; z-index: 3; } .businessinfo-box .img img { width: 100%; } .businessinfo-box .data-list { margin-top: 1.5rem; font-size: 0; position: relative; } .businessinfo-box .data-list-tab { overflow: hidden; } .businessinfo-box .data-list .swiper-slide { width: 14.2857%; display: inline-block; *display: inline; zoom: 1; text-align: center; box-sizing: border-box; padding: .5rem 1% .4rem; vertical-align: top; position: relative; } .businessinfo-box .data-list .swiper-slide:before { content: ""; position: absolute; left: 0; top: 0; width: 1px; height: 100%; background-color: #e0e0e0; } .businessinfo-box .data-list .swiper-slide:first-child:before { display: none; } .businessinfo-box .data-list .num, .businessinfo-box .data-list .unit { display: inline-block; *display: inline; zoom: 1; } .businessinfo-box .data-list .num { font-size: 1.05rem; line-height: 1.1rem; font-weight: bold; color: #de001f; transform: skewX(-8deg); } .businessinfo-box .data-list .unit { font-size: .45rem; line-height: .5rem; color: #333; font-weight: bold; margin-left: .2rem; } .businessinfo-box .data-list .txt { font-size: .35rem; line-height: .6rem; color: #666; margin-top: .4rem; height: 1.2rem; } .businessinfo-box .tip { font-size: .3rem; line-height: .4rem; color: #999; text-align: center; margin-top: .9rem; font-weight: bold; } .pro-service-box { padding: 1.75rem 0 2rem; background-repeat: no-repeat; background-position: center; background-size: cover; } .pro-service-box .index-tit .cn { color: #fff; } .pro-service-box .index-tit .cen { color: #fff; opacity: .8; filter: alpha(opacity=80); } .pro-service-box .tab-btns { margin-top: .9rem; } .pro-service-box .tab-btns a { color: #fff; } .tab-btns { margin-top: .9rem; text-align: center; font-size: 0; } .tab-btns a { display: inline-block; *display: inline; zoom: 1; font-size: .45rem; line-height: .5rem; padding: 0 .4rem .3rem; border-bottom: 2px solid transparent; font-weight: bold; color: #666; margin: 0 .9rem; transition: all .3s; } .tab-btns a.cur { color: #de001f; border-color: #de001f; } .pro-service-box .tab-box { margin-top: .9rem; overflow: hidden; } .pro-service-box .tab-box .swiper-slide { width: 29.86%; margin-right: 5.2%; } .pro-service-box .tab-box .swiper-slide:last-child { margin-right: 0; } .pro-service-box .tab-box .swiper-slide img { width: 100%; } .pro-service-box .tab-box .text { padding: .4rem 1rem; background-color: #fff; } .pro-service-box .tab-box .tit { font-size: .5rem; line-height: .6rem; color: #333; font-weight: bold; } .pro-service-box .tab-box .pub-con { font-weight: bold; margin-top: .2rem; line-height: .6rem; height: 1.2rem; } .pro-service-box .scrollbar { height: 5px; margin-top: 1.4rem; position: relative; } .pro-service-box .scrollbar:before { content: ""; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background-color: #e7e7e7; } .pro-service-box .scrollbar .swiper-scrollbar-drag { position: relative; z-index: 3; background-color: #de001f; height: 5px; border-radius: 3px; } .pro-service-box .tip { font-size: .45rem; line-height: .5rem; color: #ccc; font-weight: bold; margin-top: 1.25rem; text-align: center; padding-left: .25rem; letter-spacing: .25rem; } .logistics-bottom { padding: 2.25rem 0 2rem; } .newfreight-lis3{ padding-bottom:.5rem; } .logistics-bottom .title-con { margin-top: .75rem; position: relative; z-index: 3; } .logistics-bottom .img { margin-top: .5rem; } .logistics-bottom .img img { width: 100%; } .mode-box { padding-bottom: 1.75rem; border-bottom: 1px solid #d6d6d6; margin-bottom: 1rem; } .mode-box .title-con { width: 32%; } .logistics-bottom .title-con { width: 100%; } .logistics-bottom .middle-tab { margin-top: 1rem; } .highway-info-box .data-list .swiper-slide { width: 16.66%; } .highway-pro-service-box .index-tit { padding: .9rem 0 .8rem; border-top: 1px solid #d6d6d6; } .highway-pro-service-box .center-box { padding: 1.5rem 0 2.35rem; background-repeat: no-repeat; background-position: center; background-size: cover; } .pro-tit { font-size: .65rem; color: #000; line-height: .7rem; font-weight: bold; } .center-box .pro-tit { text-align: center; margin-bottom: 1rem; color: #fff; } .center-box .middle-tab .scrollbar:before { background-color: #c2c2c2; opacity: .4; filter: alpha(opacity=40); } .center-box .pub-prev { background-image: url('../img/honor-prev.png'); } .center-box .pub-next { background-image: url('../img/honor-next.png'); } .add-box .top-box { padding: 1.4rem 0 .9rem; } .add-box .top-box .left { float: left; width: 40.28%; } .add-box .top-box .left .desc { font-size: .6rem; line-height: .7rem; color: #333; margin-top: .75rem; font-weight: bold; } .add-box .top-box .left .pub-con { margin-top: .7rem; } .add-box .top-box .img { float: right; width: 50%; } .add-box .top-box .img img { width: 100%; } .add-box .content-box { padding-bottom: 2.5rem; } .add-box .content-box .tit { font-size: .5rem; line-height: .6rem; color: #333; font-weight: bold; } .add-box .content-list { margin-top: .4rem; } .add-box .content-list li { float: left; width: 24.3%; height: 6rem; margin-right: 2.083%; border: 1px solid #ccc; padding: 1rem; box-sizing: border-box; position: relative; transition: all .3s; } .add-box .content-list li:before { content: ""; position: absolute; right: 0; bottom: 0; width: 4.375rem; height: 2.525rem; background-repeat: no-repeat; background-position: center; background-size: cover; background-image: url('../img/content-logo.png'); transition: all .3s; } .add-box .content-list li:last-child { margin-right: 0; } .add-box .content-list li .img { float: left; width: 35%; display: none; transition: all .3s; } .add-box .content-list li .img img { width: 100%; } .add-box .content-list li .content-tit { font-size: .45rem; line-height: .5rem; color: #333; margin-bottom: .6rem; font-weight: bold; transition: all .3s; } .add-box .content-list li .pub-con { height: 3.2rem; } .add-box .content-list li.cur { width: 47.22%; padding: .75rem .75rem .9rem; background-color: #f6f6f6; } .add-box .content-list li.cur:before { opacity: 0; filter: alpha(opacity=0); } .add-box .content-list li.cur .img { display: block; } .add-box .content-list li.cur .text { float: right; width: 52.42%; margin-right: 5.88%; margin-top: .25rem; } .add-box .content-list li.cur .text .content-tit { color: #de001f; } .after-box { padding: 1rem 0 1.35rem; border-top: 1px solid #d6d6d6; } .after-box .pro-tit { text-align: center; } .after-box .tab-btns { margin-top: .5rem; } .after-box .tab-box { margin-top: .6rem; } .after-box .tab-box .item { height: 9.85rem; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; display: none; } .after-box .tab-box .text-box { position: absolute; left: 5.56%; top: 20.3%; width: 46.18%; } .after-box .tab-box .item:nth-child(2) .text-box { left: 20%; width: 42%; } .after-box .tab-box .item:nth-child(2) .number-box { position: absolute; left: 5.56%; top: 20.3%; } .after-box .tab-box .item:nth-child(2) .num, .after-box .tab-box .item:nth-child(2) .unit { display: inline-block; *display: inline; zoom: 1; } .after-box .tab-box .item:nth-child(2) .num { font-size: 1.05rem; line-height: 1.1rem; font-weight: bold; color: #de001f; transform: skewX(-8deg); } .after-box .tab-box .item:nth-child(2) .unit { font-size: .45rem; line-height: .5rem; color: #fff; font-weight: bold; margin-left: .2rem; } .after-box .tab-box .item:nth-child(2) .txt { font-size: .35rem; line-height: .6rem; color: #fff; margin-top: .4rem; } .after-box .tab-box .mask { position: absolute; left: 0; top: 0; width: 68%; height: 100%; background-color: #000; opacity: .35; filter: alpha(opacity=35); } .after-box .tab-box .text-box .tit { font-size: .5rem; line-height: .6rem; color: #fff; font-weight: bold; } .after-box .tab-box .text-box .pub-con { margin-top: .75rem; color: #fff; } .pic-box .index-tit { padding: .7rem 0; border-top: 1px solid #d6d6d6; border-bottom: 1px solid #d6d6d6; } .pic-btns { text-align: center; font-size: 0; } .pic-btns .swiper-wrapper { justify-content: center; } .pic-btns .swiper-slide { width: auto; margin: 0 .4rem; } .pic-btns a { display: block; font-size: .45rem; line-height: .5rem; padding: 0 .4rem .3rem; border-bottom: 2px solid transparent; font-weight: bold; color: #666; transition: all .3s; } .pic-btns .swiper-slide.cur a { color: #de001f; border-color: #de001f; } .pic-wrap { padding: 1rem 0 2.25rem; } .pic-tab { width: 1330px; margin: .6rem auto 0; overflow: hidden; padding-bottom: 5px; } .pic-tab .swiper-slide { width: 50.68%; } .pic-tab .img { display: block; /* padding: .25rem; */ /* background-color: #fff; */ /* border: 1px solid #e5e5e5; */ box-sizing: border-box; /* box-shadow: 0 2px 5px rgba(51,51,51,.35); */ position: relative; } .pic-tab img { width: 100%; } .pic-tab .img .txt { position: absolute; left: 0; bottom: 0; width: 100%; box-sizing: border-box; padding: 0 .6rem; line-height: 1.25rem; background-color: rgba(112, 112, 112, .7); font-size: .4rem; color: #fff; font-weight: bold; opacity: 0; filter: alpha(opacity=0); text-align: right; transition: all .3s; } .pic-tab .block { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: none; } .pic-tab .swiper-slide-active .img .txt { opacity: 1; filter: alpha(opacity=100); } .pic-tab .swiper-slide-active .block { display: block; } .pic-tab-box { position: relative; } .pic-tab-box .btns { margin-top: .8rem; font-size: 0; text-align: center; /* display: none; */ } .pic-tab-box .btns .swiper-pagination-bullet { display: inline-block; *display: inline; zoom: 1; width: 10px; height: 10px; background-color: #999; border-radius: 100%; margin: 0 .2rem; } .pic-tab-box .btns .swiper-pagination-bullet-active { background-color: #de001f; } .pic-tab-box .prev, .pic-tab-box .next { position: absolute; top: 50%; transform: translateY(calc(-50% - 5px - .4rem)); width: .425rem; height: .775rem; background-repeat: no-repeat; background-position: center; background-size: cover; z-index: 3; transition: all .3s; /* display: none; */ } .pic-tab-box .prev { background-image: url('../img/pic-prev.png'); left: 0; } .pic-tab-box .next { right: 0; background-image: url('../img/pic-next.png'); } .manage-box { background-repeat: no-repeat; background-position: center; background-size: cover; padding: 1.875rem 0 1.625rem; } .manage-box img { width: 100%; } .pay-ser-box { padding: 1.75rem 0 2.75rem; background-color: #f2f2f2; } .pay-ser-box .index-tit { padding-bottom: .6rem; border-bottom: 1px solid rgba(51, 51, 51, .2); } .pay-ser-wrap { margin-top: .7rem; } .pay-ser-wrap .pro-tit { text-align: center; } .pay-ser-wrap .tab-btns { text-align: left; margin: 0; text-align: center; border-bottom: 1px solid rgba(51, 51, 51, .2); margin-top: .35rem; } .pay-ser-wrap .tab-btns a { margin: 0 .5rem 0 0; padding: .4rem 1rem; font-size: .5rem; line-height: .6rem; } .pay-ser { margin-top: 1.1rem; } .pay-tab-box { position: relative; } .pay-tab { overflow: hidden; } .pay-tab .swiper-wrapper { justify-content: center; } .pay-tab .swiper-slide { width: 19%; margin-right: 1.25%; background-color: #fff; box-sizing: border-box; padding: 1.1rem .75rem 1.4rem; text-align: center; height: 8.25rem; } .pay-tab .swiper-slide:last-child { margin-right: 0; } .pay-tab .swiper-slide.on { height: 6rem; } .pay-tab .icon { position: relative; width: 1.7rem; border-radius: 100%; border: 2px solid #333; margin: 0 auto; transition: all .3s; } .pay-tab .icon img { width: 100%; transition: all .3s; } .pay-tab .icon .hover { position: absolute; left: 0; top: 0; opacity: 0; filter: alpha(opacity=0); } .pay-tab .swiper-slide .tit { font-size: .45rem; line-height: .5rem; color: #333; font-weight: bold; margin-top: .3rem; transition: all .3s; } .pay-tab .swiper-slide .desc { margin-top: .3rem; font-size: .4rem; line-height: .5rem; margin-top: .4rem; transition: all .3s; } .pay-tab .swiper-slide .con { font-size: .35rem; line-height: .6rem; color: #333; margin-top: .4rem; max-height: 1.8rem; } /* .pay-ser .tab-list{ float: left; width: 50%; border: 1px solid #e5e5e5; border-right: none; box-sizing: border-box; background-color: #fff; } .pay-ser .tab-list .item{ border-bottom: 1px solid #dadada; position: relative; display: block; padding: .75rem .9rem; transition: all .3s; } .pay-ser .tab-list .item:last-child{ border-bottom: none; } .pay-ser .tab-list .item:before{ content: ""; position: absolute; left: 0; top: 0; width: 5px; height: 100%; background-color: #de001f; opacity: 0; filter: alpha(opacity=0); transition: all .3s; } .pay-ser .tit-box{ font-size: 0; } .pay-ser .tit, .pay-ser .desc{ display: inline-block; *display: inline; zoom: 1; transition: all .3s; } .pay-ser .tit{ font-size: .45rem; line-height: .5rem; color: #000; font-weight: bold; } .pay-ser .desc{ font-size: .4rem; line-height: .5rem; color: #000; margin-left: .6rem; } .pay-ser .con{ display: none; font-size: .35rem; line-height: .5rem; color: #333; margin-top: .2rem; } .pay-ser .tab-list .item.cur{ background-color: #f2f2f2; } .pay-ser .tab-list .item.cur:before{ opacity: 1; filter: alpha(opacity=100); } .pay-ser .tab-list .item.cur .tit, .pay-ser .tab-list .item.cur .desc{ color: #de001f; } .pay-ser .img-list{ position: absolute; right: 0; top: 0; width: 50%; height: 100%; overflow: hidden; } .pay-ser .img-list .swiper-slide{ width: 100%; height: 100%; } .pay-ser .img-list .swiper-slide .img{ background-repeat: no-repeat; background-position: center; background-size: cover; width: 100%; height: 100%; } .pay-ser .img-list .swiper-slide .img img{ display: none; } .pay-ser .img-list .swiper-slide .text{ display: none; } .pay-ser .img-list .btns{ display: none; } */ .save-box { padding: 1.6rem 0 2rem; } .save-box .pro-tit { margin-bottom: .6rem; } .lease-box { padding: 2rem 0 2.5rem; background-repeat: no-repeat; background-position: center; background-size: cover; } .lease-box .pro-tit { color: #fff; text-align: center; } .lease-box .lease-tab { margin-top: 1.35rem; overflow: hidden; } .lease-box .lease-tab .swiper-slide { /*width: 31.94%;*/ width:48.5%; margin-right: 2.083%; } .lease-box .lease-tab .swiper-slide:last-child { margin-right: 0; } .lease-box .lease-tab .con-box { background-color: rgba(255, 255, 255, .9); padding: 1rem 2rem 1rem 1rem; background-repeat: no-repeat; background-position: right bottom; background-size: 3.6rem; background-image: url('../img/lease-icon1.png'); transition: all .3s; } .lease-box .lease-tab .tit { font-size: .5rem; line-height: .6rem; font-weight: bold; color: #333; } .lease-box .lease-tab .pub-con { margin-top: .3rem; color: #333; height: 3.2rem; } .lease-box .btns { display: none; } .save-box2 .bottom-box { padding: 1.5rem 0 2rem; } .become-box { padding: 1.6rem 0; background-repeat: no-repeat; background-position: center; background-size: cover; } .become-box .index-tit .cn, .become-box .index-tit .en { color: #fff; } .become-box .index-tit .en { opacity: .8; filter: alpha(opacity=80); } .become-box .img { margin-top: .8rem; } .become-box .img img { width: 100%; } .tech-box { padding: 1.8rem 0 2.85rem; } .tech-box .index-tit { text-align: left; } .tech-box .pay-tab { margin-top: 1rem; } .tech-box .pay-tab .swiper-slide { background-color: #f5f5f5; height: auto; } .tech-box .case-box { padding: 1.35rem 0; } .tech-box .case-box .case-tit { float: left; } .tech-box .case-list { float: right; width: 76.38%; overflow: hidden; } .tech-box .case-list .btns { display: none; } .tech-box .case-list .swiper-slide { width: 31.8%; margin-right: 2.28%; } .tech-box .case-list .swiper-slide:last-child { margin-right: 0; } .tech-box .case-list .con-box { border: 1px solid #d6d6d6; padding: .8rem 1rem; background-repeat: no-repeat; background-position: right bottom; background-image: url('../img/lease-icon1.png'); background-size: 4rem; } .tech-box .case-list .con-box .tit { font-size: .5rem; line-height: .6rem; font-weight: bold; } .tech-box .case-list .pub-con { margin-top: .3rem; } .tech-box .case-list .pub-con span { display: inline-block; font-size: .6rem; line-height: .7rem; color: #de001f; transform: skewX(-8deg); font-weight: bold; } .tech-box .case-list .num-box { margin-top: .3rem; float: right; background-repeat: no-repeat; background-position: left center; background-size: 2.4rem; padding-left: 2.85rem; font-size: 0; } .tech-box .case-list .num-box .num, .tech-box .case-list .num-box .unit { display: inline-block; *display: inline; zoom: 1; } .tech-box .case-list .num-box .num { font-size: 1.05rem; line-height: 1.1rem; color: #de001f; font-family: "DIN-MEDIUM"; transform: skewX(-8deg); } .tech-box .case-list .num-box .unit { font-size: .45rem; line-height: .5rem; color: #666; margin-left: .25rem; } .tech-box .img { float: left; width: 38.47%; } .tech-box .img img { width: 100%; } .tech-box .tab-box { margin-top: .8rem; } .tech-box .tab-box .tab-item { display: none; } .tech-box .tab-box .text-box { float: right; width: 46.53%; margin-top: .4rem; margin-right: 6.94%; } .tech-box .tab-box .text-box .pub-con { margin-top: .5rem; color: #333; } .tech-box .tab-btns a { margin: 0 .4rem; } .sub-banner .news-search-wrap { position: relative; width: 17.8rem; } .sub-banner .news-search { margin-top: .6rem; /* width: 16rem; */ /* padding: 0 .9rem; */ background-color: rgba(255, 255, 255, .9); border-radius: .825rem; } .sub-banner .news-search input[type=text] { float: left; width: calc(100% - 2.9rem); padding: .325rem 2rem .325rem .9rem; height: 1.65rem; line-height: 1rem; background-color: transparent; font-size: .4rem; color: #666; } .sub-banner .news-search input[type=submit] { position: absolute; width: 1.65rem; height: 1.65rem; background-repeat: no-repeat; background-position: center; background-size: .45rem; background-color: transparent; background-image: url('../img/news-search.png'); /* margin-top: .6rem; */ right: .3rem; top: 0; } .news-search-wrap .key-search { position: absolute; left: 0; top: 1.75rem; width: 100%; box-sizing: border-box; padding: .75rem 1.4rem 1rem; background-color: rgba(255, 255, 255, .9); text-align: left; padding: .6rem .9rem .6rem; border-radius: .2rem; font-size: 0; display: none; } .news-search-wrap .key-search .key-tit, .news-search-wrap .key-search .key-list { display: inline-block; *display: inline; zoom: 1; } .news-search-wrap .key-search .key-tit { font-size: .4rem; line-height: .5rem; color: #333; } .news-search-wrap .key-search .key-list { margin-left: .2rem; } .news-search-wrap .key-search .key-list a { display: inline-block; *display: inline; zoom: 1; font-size: .4rem; line-height: .5rem; color: #333; margin-right: .3rem; transition: all .3s; } .dynamic-box { padding: 1rem 0 2.7rem; } .dynamic-box .top-list { overflow: hidden; } .dynamic-box .top-list .swiper-slide { width: 22.57%; margin-right: 3.33%; } .dynamic-box .top-list .swiper-slide:last-child { margin-right: 0; } .dynamic-box .top-list .con-box { position: relative; display: block; } .dynamic-box .top-list .mask { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; background-image: url('../img/top-mask.png'); } .dynamic-box .top-list img { width: 100%; } .dynamic-box .top-list .text { position: absolute; left: 0; bottom: .3rem; width: 100%; box-sizing: border-box; padding: 0 .4rem; font-size: .35rem; line-height: .6rem; font-weight: bold; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .dynamic-box .news-btns-box { margin-top: .75rem; border-bottom: 1px solid #ccc; } .dynamic-box .news-btns { float: left; font-size: 0; margin-top: .2rem; } .dynamic-box .news-btns a { display: inline-block; *display: inline; zoom: 1; font-size: .45rem; line-height: .5rem; padding: 0 .5rem .5rem; font-weight: bold; color: #333; border-bottom: 2px solid transparent; margin-right: .3rem; transition: all .3s; } .dynamic-box .news-btns a.cur { color: #de001f; border-color: #de001f; } .dynamic-box .date-box { float: right; font-size: 0; } .dynamic-box .date-box .tit, .dynamic-box .date-box .date { display: inline-block; *display: inline; zoom: 1; vertical-align: top; } .dynamic-box .date-box .tit { font-size: .4rem; line-height: 1rem; } .dynamic-box .date-box .date { width: 7.5rem; height: 1rem; box-sizing: border-box; border: 1px solid #ccc; overflow: hidden; position: relative; } .dynamic-box .date-box .select-time { display: block; height: .5rem; line-height: .5rem; padding: .25rem .45rem; width: calc(100% - .9rem); font-size: .4rem; color: #999; -webkit-appearance: none; border-radius: 0; } .dynamic-box .date-box .icon { position: absolute; right: .4rem; top: 50%; margin-top: -6px; width: 12px; height: 12px; background-repeat: no-repeat; background-position: center; background-size: cover; background-image: url('../img/date-icon.png'); } .dynamic-box.on .top-list, .dynamic-box.on .news-btns-box { display: none; } .dynamic-wrap { margin-top: .9rem; } .dynamic-wrap .result { margin-bottom: .9rem; font-size: .4rem; line-height: .5rem; color: #333; font-weight: bold; } .dynamic-wrap .result span { color: #de001f; } .dynamic-list { float: left; width: 68%; } .dynamic-list .item { display: block; padding: .6rem 0; border-bottom: 1px solid #cfd1d6; } .dynamic-list .item:first-child { padding-top: 0; } .dynamic-list .item:last-child { padding-bottom: 0; border-bottom: none; } .dynamic-list .item .m-time { display: none; } .dynamic-list .item .img { float: left; width: 33.16%; } .dynamic-list .item .img img { width: 100%; } .dynamic-list .item .text-box { float: right; width: 60.2%; } .dynamic-list .item .time-box { float: left; width: 1.875rem; height: 1.875rem; border: 1px solid #e5e5e5; position: relative; transition: all .3s; } .dynamic-list .item .time { position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; text-align: center; } .dynamic-list .item .day { font-size: .6rem; line-height: .7rem; color: #de001f; font-weight: bold; transition: all .3s; } .dynamic-list .item .ym { font-size: .3rem; line-height: .4rem; margin-top: .2rem; color: #333; font-weight: bold; transition: all .3s; } .dynamic-list .item .text { float: right; width: 82.2%; } .dynamic-list .item .tit { font-size: .45rem; line-height: .75rem; color: #333; font-weight: bold; transition: all .3s; } .dynamic-list .item .con { font-size: .3rem; color: #666; line-height: .6rem; font-weight: bold; margin-top: .7rem; height: 1.8rem; overflow: hidden; transition: all .3s; } .page { text-align: center; font-size: 0; } .page a { display: inline-block; *display: inline; zoom: 1; width: 1rem; height: 1rem; border: 1px solid #e5e5e5; background-color: #fff; vertical-align: top; /* margin-right: .1rem; */ margin: 0 .05rem; text-align: center; line-height: 1rem; font-size: .4rem; color: #666; transition: all .3s; } .page a[rel=prev], .page a[rel=next] { background-repeat: no-repeat; background-position: center; background-size: .3rem; } .page a[rel=prev] { background-image: url('../img/page-prev.png'); } .page a[rel=next] { background-image: url('../img/page-next.png'); } .page a.active { color: #fff; background-color: #de001f; } .dynamic-list .page { margin-top: 1.3rem; text-align: left; } .dynamic-list .page a { margin: 0 .1rem 0 0; } .news-aisde { float: right; width: 27.77%; } .news-aisde .hot-tit { font-size: .45rem; line-height: .5rem; color: #333; font-weight: bold; } .news-aisde .list { border: 1px solid #e5e5e5; margin-top: .5rem; padding: .75rem; } .news-aisde .list .item { display: block; margin-bottom: .6rem; } .news-aisde .list .item:last-child { margin-bottom: 0; } .news-aisde .list .num { float: left; width: .5rem; height: .5rem; background-color: #999; margin-top: .15rem; text-align: center; line-height: .5rem; color: #fff; font-size: .3rem; } .news-aisde .list .item:nth-child(1) .num { background-color: #de001f; } .news-aisde .list .item:nth-child(2) .num { background-color: #e99d0a; } .news-aisde .list .item:nth-child(3) .num { background-color: #333; } .news-aisde .list .text { float: right; width: 91.17647%; } .news-aisde .list .txt { font-size: .35rem; line-height: .6rem; color: #666; transition: all .3s; } .news-aisde .list .time { font-size: .3rem; line-height: .4rem; color: #999; margin-top: .25rem; } .data-box { padding: 1.5rem 0 2.5rem; } .data-btns { font-size: 0; text-align: center; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb; margin-top: .8rem; } .data-btns .item { display: inline-block; *display: inline; zoom: 1; padding: 0 2.35rem; border-right: 1px solid #ebebeb; } .data-btns .item:last-child { border-right: none; } .data-btns .item a { display: inline-block; *display: inline; zoom: 1; font-size: .6rem; line-height: 1.6rem; padding: 0 1.25rem; color: #333; font-weight: bold; position: relative; transition: all .3s; } .data-btns .item a:before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background-color: #de001f; opacity: 0; filter: alpha(opacity=0); transition: all .3s; } .data-btns .item.cur a { color: #de001f; } .data-btns .item.cur a:before { opacity: 1; filter: alpha(opacity=100); } .data-tab-box { margin-top: 1.2rem; } .data-tab-box .data-item { display: none; } .data-tab-box .row { margin: 0 -.325rem; } .data-tab-box .item { box-sizing: border-box; padding: 0 .325rem; margin-bottom: .65rem; } .data-tab-box .con-box { display: block; padding: .5rem; border: 1px solid #e5e5e5; position: relative; } .data-tab-box .con-box img { width: 100%; } .data-tab-box .con-box .txt { font-size: .4rem; line-height: .5rem; color: #333; margin-top: .4rem; font-weight: bold; } .data-tab-box .con-box .icon { position: absolute; right: 0; bottom: 0; width: 14px; height: 14px; background-color: #ccc; background-repeat: no-repeat; background-position: center; background-size: 3px; background-image: url('../img/data-sj.png'); transition: all .3s; } .data-tab-box .con-box .block { position: absolute; left: 0; top: 0; width: 100%; height: 100%; } .data-tab-box .page { margin-top: 1.85rem; } .newsinfo-box { padding: 1.2rem 0 1.5rem; } .newsinfo-box .left { float: left; width: 68.05%; } .bread { font-size: 0; } .bread a, .bread span { display: inline-block; *display: inline; zoom: 1; font-size: .35rem; line-height: .4rem; font-weight: bold; color: #333; } .bread span { margin: 0 5px; } .bread a.cur { color: #de001f; } .newsinfo-box .news-tit { font-size: .9rem; line-height: 1rem; color: #333; font-weight: bold; margin-top: .6rem; } .newsinfo-box .time-box { margin-top: .7rem; padding-bottom: .5rem; border-bottom: 1px solid #e0e0e0; } .newsinfo-box .time-box .time { float: left; font-size: .35rem; line-height: .4rem; color: #666; } .newsinfo-box .share-box { float: right; } .newsinfo-box .share-box .tit, .newsinfo-box .share-box a { display: inline-block; *display: inline; zoom: 1; vertical-align: middle; } .newsinfo-box .share-box .tit { font-size: .45rem; line-height: .5rem; font-weight: bold; color: #333; } .newsinfo-box .share-box a { padding: 0; width: .5rem; height: .5rem; background-repeat: no-repeat; background-position: center; background-size: 100%; margin: 0 .2rem 0 0; position: relative; transition: all .3s; } .newsinfo-box .share-box a:last-child { margin-right: 0; } .newsinfo-box .share-box a:nth-child(2) { background-image: url('../img/share-icon1.svg'); } .newsinfo-box .share-box a:nth-child(3) { background-image: url('../img/share-icon2.svg'); } .newsinfo-box .share-box a:nth-child(4) { background-image: url('../img/share-icon3.svg'); } .newsinfo-box .share-box a:nth-child(5) { background-image: url('../img/share-icon4.svg'); } .newsinfo-box .share-box a:nth-child(6) { background-image: url('../img/share-icon5.svg'); } .newsinfo-box .con { font-size: .35rem; line-height: .75rem; color: #666; margin-top: 1.2rem; } .newsinfo-box .con img { max-width: 100%; } .newsinfo-box .ctrl-box { margin-top: 1.1rem; padding-top: .6rem; border-top: 1px solid #e0e0e0; } .newsinfo-box .ctrl { float: left; width: 75%; } .newsinfo-box .ctrl .item { margin-bottom: .25rem; font-size: 0; } .newsinfo-box .ctrl a { display: inline-block; *display: inline; zoom: 1; font-size: .35rem; line-height: .4rem; color: #666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; transition: all .3s; } .newsinfo-box .ctrl a span { font-size: .35rem; line-height: .4rem; font-weight: bold; color: #333; transition: all .3s; } .newsinfo-box .back-btn { float: right; width: 3.75rem; height: 1rem; border: 1px solid #d9d9d9; line-height: 1rem; font-size: .35rem; color: #666; border-radius: .5rem; text-align: center; font-weight: bold; transition: all .3s; } .report-box { padding: 2rem 0 3rem; } .report-box .report-wrap { padding-top: 1rem; } .report-box .case-wrap { padding-top: 0; } .report-box .report-wrap .pic-btns { margin-top: 1rem; } .report-box .report-list { margin-top: 1.35rem; } .report-box .item { box-sizing: border-box; padding: 0 .375rem; margin-bottom: .75rem; } .report-box .con-box { display: block; border: 1px solid #eaeaea; padding: .75rem; transition: all .3s; } .report-box .con-box .tit { font-size: .45rem; line-height: .6rem; color: #333; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition: all .3s; } .report-box .con-box .time { font-size: .3rem; line-height: .4rem; color: #999; margin-top: .6rem; font-weight: bold; transition: all .3s; } .report-box .con-box .download-btn { text-align: right; font-size: 0; } .report-box .con-box .download-btn span { display: inline-block; *display: inline; zoom: 1; font-size: .35rem; line-height: .5rem; color: #de001f; padding-right: .7rem; background-repeat: no-repeat; background-position: right center; background-image: url('../img/download-btn.png'); background-size: .4rem; font-weight: bold; margin-top: .8rem; } .report-box .page { margin-top: 1.25rem; } .notice-box { padding: 1.75rem 0 2.75rem; background-color: #f4f4f4; } .notice-box .notice-list { margin-top: 1.25rem; } .notice-box .notice-list .item { display: block; padding: .6rem 1rem .6rem .7rem; border: 1px solid #e0e0e0; margin-bottom: .3rem; transition: all .3s; } .notice-box .notice-list .item:last-child { margin-bottom: 0; } .notice-box .notice-list .left { float: left; width: 80%; } .notice-box .notice-list .tit { font-size: .45rem; line-height: .5rem; color: #333; font-weight: bold; transition: all .3s; } .notice-box .notice-list .time { font-size: .3rem; line-height: .4rem; margin-top: .2rem; color: #de001f; font-weight: bold; } .notice-box .notice-list .notice-btn { float: right; font-size: .35rem; line-height: .5rem; color: #666; font-weight: bold; padding-right: .9rem; background-repeat: no-repeat; background-position: right center; background-image: url('../img/notice-btn1.png'); background-size: .45rem; margin-top: .25rem; transition: all .3s; } .notice-box .notice-list .page { margin-top: 1.5rem; } .research-wrap { padding: 0 0 3rem; } .research-box { padding: 1.75rem 0 0; } .research-list { margin-top: 1.2rem; } .research-list .row { margin: 0 -.375rem; } .research-list .item { box-sizing: border-box; padding: 0 .375rem; margin-bottom: .75rem; } .research-list .con-box { display: block; border: 1px solid #eaeaea; height: 4.5rem; box-sizing: border-box; padding: .75rem .7rem; transition: all .3s; } .research-list .con-box .tit { font-size: .45rem; line-height: .9rem; color: #333; font-weight: bold; transition: all .3s; } .research-list .con-box .tips span, .research-list .con-box .tips b { display: inline-block; *display: inline; zoom: 1; vertical-align: middle; } .research-list .con-box .tips span { font-size: .3rem; line-height: .4rem; color: #de001f; font-weight: bold; } .research-list .con-box .tips b { width: 1px; height: .25rem; background-color: #ccc; margin: 0 .45rem; transition: all .3s; } .research-list .con-box .research-btn { position: absolute; right: .7rem; bottom: .75rem; font-size: .35rem; line-height: .5rem; color: #666; padding-right: .9rem; background-repeat: no-repeat; background-position: right center; background-image: url('../img/research-btn.png'); background-size: .45rem; font-weight: bold; transition: all .3s; } .research-list .page { margin-top: .9rem; } .research-contact-box { background-repeat: no-repeat; background-position: center; background-size: cover; margin-top: 2.875rem; padding: 2.25rem 6.25% 3rem; } .research-contact-box .left { float: left; } .research-contact-box .index-tit { text-align: left; } .research-contact-box .index-tit .cn, .research-contact-box .index-tit .en { color: #fff; } .research-contact-box .index-tit .en { opacity: .8; filter: alpha(opacity=80); } .research-contact-box .tit { font-size: .75rem; color: #fff; margin-top: 1.125rem; line-height: .8rem; font-weight: bold; } .research-contact-box .right { float: right; width: 53.85%; padding: 1rem 1.35rem 1.25rem; background-color: rgba(255, 255, 255, .5); } .research-contact-box .right .item { font-size: .35rem; line-height: .4rem; background-repeat: no-repeat; background-position: left .02rem; background-size: .325rem; margin-bottom: .75rem; padding-left: .7rem; font-weight: bold; color: #333; } .research-contact-box .right .item:last-child { margin-bottom: 0; } .contact-box { padding: 2.25rem 0 2.75rem; background-color: #f4f4f4; overflow: hidden; } .contact-list { margin-top: 1.7rem; } .contact-list .row { margin: 0 -1.5rem; } .contact-list .item { padding: 0 1.5rem; box-sizing: border-box; } .contact-list .con-box { padding: 1.35rem 0 1.1rem; border: 1px solid #dbdbdb; height: 7rem; box-sizing: border-box; transition: all .3s; } .contact-list .icon { width: 2rem; height: 2rem; background-repeat: no-repeat; background-position: center; background-size: 2rem; background-color: #333; border-radius: 100%; margin: 0 auto; transition: all .3s; } .contact-list .text-box { padding: 0 17.5%; text-align: center; } .contact-list .address { margin-top: .3rem; font-size: .45rem; line-height: .6rem; color: #333; font-weight: bold; transition: all .3s; } .contact-list .num { margin-top: .3rem; font-size: .6rem; line-height: .7rem; color: #333; font-family: "DIN-BOLD"; transition: all .3s; } .contact-list .desc { font-size: .35rem; line-height: .4rem; color: #999; margin-top: .25rem; font-weight: bold; transition: all .3s; } .law-box { padding: 1.6rem 0 3.75rem; } .law-box .con { font-size: .35rem; line-height: .6rem; color: #666; font-weight: bold; margin-top: 1.35rem; } .law-box .con h3 { font-size: .45rem; line-height: .8rem; color: #333; font-weight: bold; } .business-box { padding: 1.75rem 0 .9rem; position: relative; } .business-box .left { float: left; width: 26%; } .business-box .business-tit { font-size: .75rem; line-height: .8rem; color: #323333; font-weight: bold; } .business-box .business-select { margin-top: .75rem; position: relative; z-index: 3; } .business-box .select { float: left; width: 48%; position: relative; } .business-box .select:nth-child(2) { float: right; } .business-box .select .tit { display: block; height: 1.1rem; line-height: 1.1rem; padding: 0 .5rem; border: 1px solid #e5e5e5; font-size: .4rem; color: #323333; font-weight: bold; position: relative; border-radius: 2px; } .business-box .select:nth-child(1) .tit { background-color: #ededed; } .business-box .select .tit:before { content: ""; position: absolute; right: .5rem; top: 50%; width: 9px; height: 5px; background-repeat: no-repeat; background-position: center; background-size: 9px; background-image: url('../img/business-sj.png'); margin-top: -2px; } .business-box .select .sub { display: none; position: absolute; left: 0; top: 1.1rem; width: 100%; background-color: #fff; border: 1px solid #ededed; box-sizing: border-box; border-radius: 2px; } .business-box .select .sub { max-height: 4rem; overflow: hidden; } .business-box .select .sub .mCSB_inside>.mCSB_container { margin-right: 0; } .business-box .select .sub .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background: #de001f; width: 3px; } .business-box .select .sub .mCSB_scrollTools { width: 3px; } .business-box .select .sub .mCSB_scrollTools .mCSB_draggerRail { width: 3px; background-color: transparent; } .business-box .select .sub a { height: 1rem; line-height: 1rem; padding: 0 .5rem; color: #666; padding: 0 .5rem; display: block; font-weight: bold; box-sizing: border-box; border-bottom: 1px solid #ededed; } .business-box .select .sub a:last-child { border-bottom: none; } .business-divajax { /* height:8.15rem; */ /* overflow:hidden; */ position: relative; z-index: 2; margin-top: .25rem; } .business-divajax .mCSB_inside>.mCSB_container { margin-right: 0; } .business-divajax .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background: #de001f; width: 3px; } .business-divajax .mCSB_scrollTools { width: 3px; } .business-divajax .mCSB_scrollTools .mCSB_draggerRail { width: 1px; background-color: #ddd; } .business-divajax .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .business-divajax .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar { background-color: #de001f; } .business-box .text-box { margin-top: .5rem; } .business-box .text-box h3 { font-size: .45rem; line-height: .5rem; color: #de001f; font-weight: bold; } .business-box .text-box .con-box { margin: .25rem 0; } .business-box .text-box .tit { float: left; width: 10.52%; white-space: nowrap; font-size: .4rem; line-height: .6rem; } .business-box .text-box .txt { float: right; width: 89.48%; font-size: .4rem; line-height: .6rem; } .business-box .right { float: right; width: 72.22%; } .business { margin-top: .9rem; } .business-box .m-box { display: none; } .business-box .pc-box { position: relative; } .business .tips { position: absolute; left: 0; bottom: 5%; } .business .tips .item { padding-left: 20px; background-repeat: no-repeat; background-position: -3px center; background-size: 18px; line-height: .6rem; font-size: .35rem; color: #333; font-weight: bold; position: relative; } .business .tips .item:nth-child(1):before { content: ""; position: absolute; left: 0; top: 50%; width: 10px; height: 10px; margin-top: -5px; border-radius: 100%; background-color: rgba(222, 0, 31, .7); } .business .tips .item:nth-child(2) { background-image: url('../img/oil-icon2.png'); } .business .china { height: 42.7vw; } .business-box .right img { width: 100%; } .point-list .item { position: absolute; width: 8px; height: 8px; } .point-list .item .point { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #de001f; border-radius: 100%; } .point-list .item .circle1 { position: absolute; left: 50%; top: 50%; width: .6rem; height: .6rem; border-radius: 100%; box-sizing: border-box; border: 4px solid #de001f; /* box-shadow: 0 0 20px rgba(222,0,31,.5); */ transform: translate(-50%, -50%); } .point-list .item .circle2 { position: absolute; left: 50%; top: 50%; width: .9rem; height: .9rem; border: 1px solid #de001f; transform: translate(-50%, -50%); border-radius: 100%; -webkit-animation: circle 1.5s linear infinite alternate; animation: circle 1.5s linear infinite alternate; } @keyframes circle { from { transform: translate(-50%, -50%) scale(.7); opacity: 0 } to { transform: translate(-50%, -50%) scale(1); opacity: 1 } } @-moz-keyframes circle { from { transform: translate(-50%, -50%) scale(.7); opacity: 0 } to { transform: translate(-50%, -50%) scale(1); opacity: 1 } } @-webkit-keyframes circle { from { transform: translate(-50%, -50%) scale(.7); opacity: 0 } to { transform: translate(-50%, -50%) scale(1); opacity: 1 } } @-o-keyframes circle { from { transform: translate(-50%, -50%) scale(.7); opacity: 0 } to { transform: translate(-50%, -50%) scale(1); opacity: 1 } } .point-list .item .txt { font-size: .35rem; line-height: .4rem; color: #051224; font-weight: bold; white-space: nowrap; position: absolute; left: .75rem; top: 50%; transform: translateY(-50%); } .point-list .item:nth-child(3) .txt, .point-list .item:nth-child(10) .txt, .point-list .item:nth-child(11) .txt { left: auto; right: .75rem; } .point-list .item:nth-child(1) { left: 86.15%; top: 17.25%; } .point-list .item:nth-child(2) { left: 73%; top: 39.48%; } .point-list .item:nth-child(3) { left: 73.55%; top: 47.39%; } .point-list .item:nth-child(4) { left: 78.65%; top: 47.39%; } .point-list .item:nth-child(5) { left: 77.88%; top: 56%; } .point-list .item:nth-child(6) { left: 79.8%; top: 58.93%; } .point-list .item:nth-child(7) { left: 80.3%; top: 64%; } .point-list .item:nth-child(8) { left: 81.5%; top: 69%; } .point-list .item:nth-child(9) { left: 79.5%; top: 78%; } .point-list .item:nth-child(10) { left: 66.5%; top: 71%; } .point-list .item:nth-child(11) { left: 74.5%; top: 61%; } .point-list .item:nth-child(12) { left: 68%; top: 53.5%; } .point-list .item:nth-child(13) { left: 58%; top: 56%; } .point-list .item:nth-child(14) { left: 49.5%; top: 65.5%; } .search-wrap { padding: 4.75rem 0 2rem; } .search-wrap .left-btns { float: left; width: 15.17%; border: 1px solid #e6e6e6; border-radius: 4px; overflow: hidden; } .search-wrap .left-btns a { display: block; height: 1.95rem; line-height: 1.95rem; font-family: "Microsoft Yahei"; text-align: center; color: #666; font-size: .45rem; border-bottom: 1px solid #e6e6e6; transition: all .3s; } .search-wrap .left-btns a:last-child { border-bottom: none; } .search-wrap .left-btns a.cur { color: #fff; background-color: #de001f; } .search-wrap .right { float: right; width: 78.57%; } .search-wrap .right .num { font-size: .45rem; line-height: .5rem; border-bottom: 1px solid #e6e6e6; color: #999; padding-bottom: .75rem; } .search-list .item { display: block; padding: 1rem 0; border-bottom: 1px solid #e6e6e6; } .search-list .item .tit { font-size: .6rem; line-height: .7rem; color: #333; font-weight: bold; transition: all .3s; } .search-list .item .pub-con { margin-top: .5rem; } .search-list .item .time { font-size: .4rem; line-height: .5rem; color: #999; margin-top: .75rem; } .search-list .page { margin-top: 2.15rem; } .apply-box { padding-bottom: 1.35rem; } .apply-box .pub-con { margin-top: 1rem; } .apply-box .pub-con h3 { font-size: .45rem; line-height: .5rem; font-weight: bold; margin-bottom: .3rem; } @media (max-width: 1800px) { .pic-tab { width: 1200px; } } @media (max-width: 1680px) { /* .index-product .bimg-tab .text-box .en-tit{ font-size: 1.3rem; } */ .culture-box .text-box .content { width: 45%; } .pic-tab { width: 1000px; } } @media (max-width: 1366px) { .pc-nav li { margin-left: 1.5rem; } .f-nav { padding: 1.2rem 0; } .f-nav li { width: 2.4rem; margin-right: 8%; } .f-nav li .tit { font-size: .5rem; line-height: .5rem; } .f-nav li .navson a { font-size: .4rem; } .f-nav li .navson .tel-tit { font-size: .45rem; line-height: .5rem; } .f-nav li .navson .tel { font-size: .55rem; line-height: .6rem; } .index-product .bimg-tab .text-box .en-tit { font-size: .7rem; /* line-height: 1.3rem; */ } .index-product .bimg-tab .text-box { left: 0; width: 22%; } .index-product .bimg-tab .text-box .con { width: 68%; } .index-product .bimg-tab .detail { left: 4%; } .index-news-box .right .more-box .more-btn { width: 40%; } .about-box .top-box .right .num-list .row { margin: 0 -.3rem; } .about-box .top-box .right .num-list .item { padding: 0 .3rem; } .about-box .top-box .right .num { font-size: .9rem; } .culture-box .text-box .content { width: 45%; } .pic-btns .swiper-slide { margin: 0 .2rem; } .pic-tab { width: 800px; } .pay-tab .swiper-slide { padding: 1.1rem .5rem 1.4rem; } .business-box .text-box h3 { font-size: .5rem; line-height: .6rem; } .business-box .text-box .tit { font-size: .45rem; } .business-box .text-box .txt { font-size: .45rem; width: 86%; } } @media (max-width: 1180px) { .culture-box .culture-list { height: 6.5rem; } } .f-no { display: flex; flex-flow: row wrap; } .f-no-b-center { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; } .f-no-b-start { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: flex-start; } .f-no-b-stretch { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: stretch; } .f-no-c-center { display: flex; flex-flow: row wrap; justify-content: center; align-items: center; } .f-no-c-start { display: flex; flex-flow: row wrap; justify-content: center; align-items: flex-start; } .f-no-c-stretch { display: flex; flex-flow: row wrap; justify-content: center; align-items: stretch; } .f-no-s-center { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: center; } .f-no-s-end { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: flex-end; } .f-no-s-stretch { display: flex; flex-flow: row wrap; justify-content: flex-start; align-items: stretch; } .f-no-end-start { display: flex; flex-flow: row wrap; justify-content: flex-end; } .f-no-col { display: flex; flex-flow: column wrap; } .f-no-col-b-center { display: flex; flex-flow: column wrap; justify-content: space-between; align-items: center; } .f-no-col-c-center { display: flex; flex-flow: column wrap; justify-content: center; align-items: center; } .f-no-col-s-center { display: flex; flex-flow: column wrap; justify-content: flex-start; align-items: center; } .f-no-col-s-end { display: flex; flex-flow: column wrap; justify-content: flex-start; align-items: flex-end; } .f-no-col-c-start { display: flex; flex-flow: column wrap; justify-content: center; align-items: flex-start; } .f-no-col-b-start { display: flex; flex-flow: column wrap; justify-content: space-between; align-items: flex-start; } .f-no-col-end-start { display: flex; flex-flow: column wrap; justify-content: flex-end; align-items: flex-start; } .freight-list1 { padding: 2.2rem 0; background: #e7e7e7; } .freight-list1 .view { width: 87.5%; } .freight-list1 .index-tit { /*padding-bottom: 1.2rem;*/ margin-bottom: .35rem; /*border-bottom: 1px solid #c0c0c0;*/ } .freight-list1 .tab-ul { border-bottom: 2px solid #c6c6c6; position: relative; text-align: center; } .freight-list1 .tab-ul .li { padding: 15px 0; font-size: .6rem; margin: 0 1.5rem; color: #333; font-weight: bold; display: inline-block; position: relative; cursor: pointer; } .freight-list1 .tab-ul .li:before { content: ""; position: absolute; width: 100%; height: 4px; left: 0; bottom: 0; background: #d4001f; opacity: 0; transition: all .4s; } .freight-list1 .tab-ul .li:hover:before, .freight-list1 .tab-ul .li.cur:before { opacity: 1; } .freight-list1 .p { text-align: center; font-size: 16px; color: #333; margin: .75rem auto; } .freight-list1 .ulbox {} .freight-list1 .ulbox .li { margin-bottom: .65rem; box-sizing: border-box; } .freight-list1 .ulbox .li .leftbox { width: 370px; box-sizing: border-box; color: #333; font-weight: bold; background: #fff; padding: 10px; font-size: .45rem; border-radius: 7px; } .freight-list1 .ulbox .li .rightbox { width: calc(100% - 410px); box-sizing: border-box; color: #333; font-weight: bold; background: #fff; padding: 10px; font-size: .45rem; border-radius: 7px; } .freight-list1 .ulbox .li:nth-child(1) .leftbox { font-size: .6rem; border-radius: 7px; padding: 15px; color: #fff; background: linear-gradient(to right, #646465, #2a3544); } .freight-list1 .ulbox .li:nth-child(1) .rightbox { font-size: .6rem; border-radius: 7px; padding: 15px; color: #fff; background: linear-gradient(to right, #d3001f, #a4001f); } .freight-list1 .ulbox .li img { height: 19px; margin-right: 10px; } .freight-list1 .ulbox .li {} .freight-list1 .itembox { display: none; } .freight-list1 .itembox2 .ulbox .li .leftbox { width: 48%; box-sizing: border-box; color: #333; font-weight: bold; background: #fff; padding: 10px; font-size: .45rem; border-radius: 7px; } .freight-list1 .itembox2 .ulbox .li .rightbox { width: 48%; box-sizing: border-box; color: #333; font-weight: bold; background: #fff; padding: 10px; font-size: .45rem; border-radius: 7px; } .freight-list1 .itembox2 .ulbox .li:nth-child(1) .leftbox { font-size: .6rem; border-radius: 7px; padding: 15px; color: #fff; background: linear-gradient(to right, #d3001f, #a4001f); } .freight-list1 .itembox2 .ulbox .li:nth-child(1) .rightbox { font-size: .6rem; border-radius: 7px; padding: 15px; color: #fff; background: linear-gradient(to right, #646465, #2a3544); } .freight-list1 .itembox2 .ulbox .libot {} .freight-list1 .itembox2 .ulbox .libot .leftbox { background: #fff url(../img/zbg1.jpg) no-repeat center bottom; background-size: 100% auto; border-radius: 7px; padding: 20px; overflow: hidden; } .freight-list1 .itembox2 .ulbox .libot .rightbox { background: #fff url(../img/zbg2.jpg) no-repeat center bottom; background-size: 100% auto; border-radius: 7px; padding: 20px; overflow: hidden; } .freight-list1 .itembox2 .ulbox .libot .sp { font-size: .45rem; color: #333; margin-bottom: .3rem; padding-left: 30%; } .freight-list1 .itembox2 .ulbox .libot .sp span { font-size: 1rem; line-height: 1.2; font-style: italic; color: #de001f; margin: 0 8px; } .freight-list2 { padding: 0 0 2.25rem; /*background-color:#f5f5f5;*/ /*background-color:#f4f4f4;*/ } .freight-list2 .view { width: 87.5%; } .freight-list2 .li { /*width: 23.5%;*/ width:30.5%; /*font-size:.45rem;*/ color: #fff; } .freight-list2 .view {} .freight-list2 .li .icon { height: 20px; margin-right: 10px; } .freight-list2 .li .topbox { padding: 8px; border-radius: 9px; box-sizing: border-box; margin-bottom: .85rem; font-size: .6rem; } .freight-list2 .li:nth-child(2n-1) .topbox { background: linear-gradient(to right, #646465, #2a3544); } .freight-list2 .li:nth-child(2n) .topbox { background: linear-gradient(to right, #d3001f, #a4001f); } .freight-list2 .libot { background: #e7e7e7; padding: .45rem .45rem 1rem; border-radius: 9px; } .freight-list2 .view {} .freight-list2 .libot { min-height: 7rem; } .freight-list2 .libot .title { text-align: center; color: #666; border-bottom: 1px solid #9f9f9f; padding-bottom: .5rem; margin-bottom: .75rem; font-size: .45rem; font-weight: bold; } .freight-list2 .libot .p { color: #666; line-height: 1.6; font-size: .45rem; text-align: center; } .freight-list2 .libot .item-li { margin-bottom: .65rem; } .freight-list2 .libot .item-li .tit4 { /*color:#c22b2c; font-size:16px;*/ text-align: center; /*line-height:1.2;*/ } .freight-list2 .libot .item-li .tit5 { color: #666; text-align: center; font-size: 16px; } .freight-lis3 .view { width: 87.5%; } .freight-lis4 { padding: 2.25rem 0; background: url(../img/list4bg.jpg) no-repeat center center; background-size: cover; } .freight-lis4 .view { width: 87.5%; } .freight-lis4 .view img { max-width: 100%; } .freight-lis4 .textbox { width: 800px; max-width: 100%; margin: 20px auto; font-size: 16px; text-align: center; } .freight-lis5 { padding: 2.25rem 0; background: url(../img/list5bg.jpg) no-repeat center center; background-size: cover; } .freight-lis5 .view { width: 87.5%; } .freight-lis3 .view .img { max-width: 100%; } .newfreight-lis3{ background: url(../img/list4bg.jpg) no-repeat center center; background-size: cover; } .freight-lis5 .ulbox { margin-top: 1rem; } .freight-lis5 .ulbox .title { color: #c42b2c; padding: .3rem 20px; font-size: .5rem; text-align: center; background-color: rgba(255, 255, 255, .4); font-weight: bold; } .freight-lis5 .ulbox .item:before { content: ""; position: absolute; width: 100%; height: 1.75rem; bottom: -2rem; background: url(../img/lis5img3.png) no-repeat center center; background-size: 100% auto; } .freight-lis5 .ulbox .item { width: 18%; border-radius: 10px; border: 3px solid #fff; position: relative; z-index: 1; } .freight-lis5 .ulbox .item .img { width: 100%; overflow: hidden; } .freight-lis5 .ulbox .item .img img { width: 100%; } .freight-lis5 .ulbox .item .text { padding: .35rem; } .freight-lis5 .ulbox .item .text .icon1 { width: 48%; border-radius: 8px; overflow: hidden; margin-bottom: 4%; } .freight-lis6 { padding: 2.25rem 0; background-color: #f9f8fe; } .freight-lis6 .view { width: 87.5%; } .freight-lis6 .view .index-tit { padding-bottom: 1.25rem; margin-bottom: 1rem; border-bottom: 1px solid #9b9b9c; } .freight-lis6 .view .text { width: 800px; max-width: 90%; margin: 0 auto 1.2rem; text-align: center; font-size: .4rem; } .freight-lis6 .view .li { width: 31.5%; } .freight-lis6 .view .li .icon { height: 2.75rem; width: 2.75rem; position: relative; z-index: 3; } .freight-lis6 .view .titbox { background: linear-gradient(to right, rgba(255, 255, 255, .5), #e7e7e7); border-radius: 8px; overflow: hidden; width: calc(100% - 3rem); padding-left: 1rem; box-sizing: border-box; position: relative; z-index: 1; margin-left: -0.25rem; } .freight-lis6 .view .titbox .tit4 { color: #d4001f; font-size: .5rem; margin-bottom: .2rem; line-height: 1.5; font-weight: bold; } .freight-lis6 .view .titbox .tit5 { font-size: .35rem; color: #666; line-height: 1.6; } .freight-list .view { width: 87.5%; } .freight-list7 .top-box .pub-tit .cn { font-size: .6rem; } .freight-lis4 .index-tit .cn { font-size: .6rem; } .freight-lis4 img { width: 1200px; margin: 30px auto 0; display: block; max-width: 100%; padding-left: 10px; } @media (max-width: 1580px) { .freight-list2 .libot { min-height: 8rem; } } @media (max-width: 1024px) { .freight-list2 .libot { min-height: 10rem; } } @media (max-width: 768px) { .freight-lis5 { padding-bottom: 3rem; } .freight-lis5 .ulbox .item { width: 30%; margin-bottom: 5%; } .freight-lis6 .view .li { width: 100%; margin-bottom: 3%; } .freight-list2 .li { width: 48%; margin-bottom: 3%; } .freight-list1 .ulbox .li .leftbox { width: 240px; } .freight-list1 .ulbox .li .rightbox { width: calc(100% - 280px); } .freight-list1 .itembox2 .ulbox .libot .sp { padding-left: 10%; } } @media (max-width: 767px) { .freight-list1 .tab-ul { border-bottom: 1px solid #c6c6c6 } .freight-list7 .top-box .pub-tit .cn { font-size: .35rem; } .freight-lis4 .index-tit .cn { font-size: .35rem; } .freight-list2 .li .topbox { font-size: 16px; } .freight-lis4 .textbox { font-size: 14px; } .freight-list1 { padding: 1rem 0; } .freight-list1 .index-tit { padding-bottom: .5rem; margin-bottom: .5rem; } .freight-list1 .tab-ul .li { padding: 5px 0; font-size: .35rem; margin: 0 .35rem; } .freight-list1 .tab-ul .li:before { height: 2px; } .freight-list1 .p { margin: 0.35rem auto; } .freight-list1 .ulbox .li { align-items: stretch; margin-bottom: .2rem; line-height: 1.6; } .freight-list1 .ulbox .li .leftbox { width: 160px; } .freight-list1 .ulbox .li:nth-child(1) .leftbox, .freight-list1 .ulbox .li:nth-child(1) .rightbox { font-size: .28rem; padding: 5px; flex-flow: column wrap; } .freight-list1 .ulbox .li .rightbox { width: calc(100% - 180px); } .freight-list1 .ulbox .li .rightbox, .freight-list1 .ulbox .li .leftbox { font-size: .24rem; } .freight-list1 .itembox2 .ulbox .li { align-items: stretch; margin-bottom: .2rem; line-height: 1.6; } .freight-list1 .itembox2 .ulbox .li .leftbox { width: 160px; } .freight-list1 .itembox2 .ulbox .li:nth-child(1) .leftbox, .freight-list1 .itembox2 .ulbox .li:nth-child(1) .rightbox { font-size: .28rem; padding: 5px; flex-flow: column wrap; } .freight-list1 .itembox2 .ulbox .li .rightbox { width: calc(100% - 180px); } .freight-list1 .itembox2 .ulbox .li .rightbox, .freight-list1 .itembox2 .ulbox .li .leftbox { font-size: .24rem; } .freight-list1 .itembox2 .ulbox .libot .sp { padding-left: 0; font-size: .24rem; } .freight-list1 .itembox2 .ulbox .libot .sp span { font-size: .35rem; } .freight-list1 .itembox2 .ulbox .libot .leftbox, .freight-list1 .itembox2 .ulbox .li .rightbox { padding: 5px; } .freight-list1 .itembox2 .ulbox .libot .sp span { margin: 0 4px; } .freight-list2 { padding: 0 0 1rem; } .freight-list2 .li { width: 100%; } .freight-list2 .li { font-size: .35rem; } .freight-list2 .li .topbox { padding: 5px; margin-bottom: .2rem; } .freight-list2 .libot { padding: 0.2rem 0.2rem .5rem; min-height: auto; } .freight-list2 .libot .title { font-size: .3rem; margin-bottom: .35rem; } .freight-list2 .libot .p { font-size: 14px; line-height: 1.2; } /*.freight-list2 .libot .item-li .tit4{ font-size:.35rem; }*/ .freight-list2 .libot .item-li .tit5 { font-size: .3rem; } .freight-list2 .libot .item-li { margin-bottom: .2rem; } .freight-lis4 { padding: .5rem 0; } .freight-lis6 { padding: 1rem 0 .3rem; } .freight-lis6 .view .index-tit { padding-bottom: .5rem; margin-bottom: .5rem; } .freight-lis6 .view .text { max-width: 100%; font-size: .3rem; } .freight-lis6 .view .text br { display: none; } .freight-lis6 .view .li .icon { width: 1.1rem; height: 1.1rem; } .freight-lis6 .view .text { margin-bottom: .5rem; } .freight-lis6 .view .titbox { width: calc(100% - 1.1rem); padding: .25rem .5rem; } .freight-lis6 .view .titbox .tit4 { font-size: .35rem; } .freight-lis6 .view .titbox .tit5 { font-size: .24rem; } .freight-lis5 { padding: 1rem 0; } .freight-lis5 .ulbox { margin-top: .55rem; } .freight-lis5 .ulbox .item { width: 100%; } .freight-lis5 .ulbox .title { font-size: .4rem; padding: .2rem 10px; line-height: 1.4; } } .freight-list1 .ulbox2 .li2 { margin-bottom: .65rem; box-sizing: border-box; } .freight-list1 .ulbox2 .li { width: 47.7%; margin-bottom: 1.5rem; } .freight-list1 .ulbox2 .li .lititle { width: 100%; box-sizing: border-box; color: #333; font-weight: bold; background: #fff; padding: 8px; font-size: .45rem; border-radius: 7px; padding-left: 28.75%; margin-bottom: 1rem; } .freight-list1 .ulbox2 .li .lititle span { margin-left: .35rem; font-size: .45rem; } .freight-list1 .ulbox2 .li1 .lititle { font-size: .6rem; border-radius: 7px; color: #fff; background: linear-gradient(to right, #d3001f, #a4001f); } .freight-list1 .ulbox2 .li2 .lititle { font-size: .6rem; border-radius: 7px; color: #fff; background: linear-gradient(to right, #646465, #2a3544); } .freight-list1 .ulbox2 .li img { height: 19px; margin-right: 10px; } .freight-list1 .itemul .nli { width: 23.5%; border-radius: 10px; overflow: hidden; border: 1px solid #cecece; } .freight-list1 .itemul .su-top { /*font-size:.7rem;*/ font-size: .52rem; height: 45px; font-weight: bold; color: #d4001f; font-style: italic; background-color: #fff; text-align: center; } .freight-list1 .itemul .su-top span { font-size: .52rem; } .freight-list1 .itemul .su-bot { font-size: .45rem; padding: 5px; background-color: #f3f3f3; text-align: center; } .freight-list1 .itemul2 .nli { width: 31.5%; border-radius: 10px; overflow: hidden; border: 1px solid #cecece; margin-bottom: 0; } .freight-list1 .itemul2 .su-top { font-size: .52rem; height: 45px; line-height: 45px; font-weight: bold; color: #d4001f; background-color: #fff; text-align: center; } .freight-list1 .itemul2 .su-bot { font-size: .45rem; padding: 5px; background-color: #f3f3f3; text-align: center; } .freight-list1 .itemul2 .su-bot2 { margin-top: .25rem; font-size: .45rem; padding: 5px; border-radius: 10px; color: #d4001f; border: 1px solid #cecece; background-color: #f3f3f3; text-align: center; } .freight-list1 .itemul3 .nli { width: 31.5%; } .freight-list1 .itemul3 .nli-border { border-radius: 10px; border: 1px solid #cecece; overflow: hidden; } .freight-list1 .itemul3 .su-top { font-size: .52rem; height: 45px; line-height: 45px; font-weight: bold; color: #d4001f; background-color: #fff; text-align: center; } .freight-list1 .itemul3 .su-bot { font-size: .45rem; padding: 5px; background-color: #f3f3f3; text-align: center; } .freight-list1 .itemul3 .su-bot2 { margin-top: .25rem; font-size: .52rem; height: 45px; line-height: 45px; font-weight: bold; padding: 5px; border-radius: 10px; color: #d4001f; border: 1px solid #cecece; background-color: #f3f3f3; text-align: center; } .freight-list1 .itemul4 { align-items: stretch; } .freight-list1 .itemul4 .warptable { width: calc(70% - 1rem); border-radius: 8px; background-color: #f3f3f3; margin-bottom: 0; text-align: center; overflow: hidden; border: 2px solid #bebebe; border-right: 1px solid #bebebe; border-top: 1px solid #bebebe; } .freight-list1 .itemul4 .table { margin-bottom: 0; } .freight-list1 .itemul4 .table .tr1 { width: 100%; background-color: #fff; font-size: .52rem; height: 45px; line-height: 45px; border-bottom: 1px solid #bebebe; text-align: center; } .freight-list1 .itemul4 .table .th1 { color: #d4001f; } .freight-list1 .itemul4 .table th { border-right: 1px solid #bebebe; text-align: center; } .freight-list1 .itemul4 .table td { padding: 14px 10px; font-size: .45rem; border-right: 1px solid #bebebe; border-bottom: 1px solid #bebebe; } .freight-list1 .itemul4 .right-text { width: 30%; border: 1px solid #bebebe; background-color: #f3f3f3; border-radius: 8px; overflow: hidden; text-align: center; color: #d4001f; font-size: .45rem; } .freight-list1 .itemul4 .table tr:nth-child(3) td { border-bottom: none; } @media (max-width: 960px) { .freight-list1 .ulbox2 .li { width: 100%; } } @media (max-width: 767px) { .freight-list1 .ulbox2 .li1 .lititle { font-size: .28rem; } .freight-list1 .ulbox2 .li .lititle span { font-size: .22rem; margin-left: 8px; } .freight-list1 .itemul .su-top { font-size: .28rem; } .freight-list1 .itemul .su-bot { font-size: .24rem; } .freight-list1 .itemul .nli { width: 100%; } .freight-list1 .ulbox2 .li2 .lititle { font-size: .28rem; } .freight-list1 .itemul2 .su-top { font-size: .28rem; } .freight-list1 .itemul2 .su-bot { font-size: .24rem; } .freight-list1 .itemul2 .nli { width: 100%; margin-bottom: .25rem; } .freight-list1 .itemul .nli { margin-bottom: .25rem; } .freight-list1 .itemul3 .su-top { font-size: .28rem; } .freight-list1 .itemul3 .su-bot, .freight-list1 .itemul3 .su-bot2 { font-size: .24rem; } .freight-list1 .itemul3 .nli { width: 100%; } .freight-list1 .ulbox2 .li { margin-bottom: .5rem; } .freight-list1 .ulbox2 .li .lititle { padding-left: 18.75%; } .freight-list1 .ulbox2 .li .lititle { margin-bottom: .35rem; } .freight-list1 .itemul4 .warptable { width: 100%; margin-bottom: .3rem; } .freight-list1 .itemul4 .right-text { width: 100%; } .freight-list1 .itemul4 .table .tr1 { font-size: .28rem; } .freight-list1 .itemul4 .table td { padding: 5px; font-size: .28rem; } .freight-list1 .itemul4 .right-text { padding: 10px; font-size: .28rem; } } /*==常用字号==*/ .tit-12 { font-size: 12px; line-height: 2; } .tit-13 { font-size: 13px; line-height: 2; } .tit-14 { font-size: 14px; line-height: 2; } .tit-15 { font-size: 15px; line-height: 2; } .tit-16 { line-height: 1.8; font-size: 16px; } .tit-17 { line-height: 1.8; font-size: 17px; } .tit-18 { line-height: 1.8; font-size: 18px; } .tit-19 { line-height: 1.8; font-size: 19px; } .tit-20 { line-height: 1.8; font-size: 20px; } .tit-21 { line-height: 1.8; font-size: 21px; } .tit-22 { line-height: 1.8; font-size: 22px; } .tit-23 { line-height: 1.8; font-size: 23px; } .tit-24 { line-height: 1.8; font-size: 24px; } .tit-25 { line-height: 1.8; font-size: 25px; } .tit-26 { line-height: 1.8; font-size: 26px; } .tit-27 { line-height: 1.8; font-size: 27px; } .tit-28 { line-height: 1.8; font-size: 28px; } .tit-29 { line-height: 1.8; font-size: 29px; } .tit-30 { line-height: 1.8; font-size: 30px; } .tit-31 { line-height: 1.8; font-size: 31px; } .tit-32 { line-height: 1.8; font-size: 32px; } .tit-33 { line-height: 1.8; font-size: 33px; } .tit-34 { line-height: 1.8; font-size: 34px; } .tit-35 { line-height: 1.8; font-size: 35px; } .tit-36 { line-height: 1.8; font-size: 36px; } .tit-37 { line-height: 1.8; font-size: 37px; } .tit-38 { line-height: 1.8; font-size: 38px; } .tit-39 { line-height: 1.8; font-size: 39px; } .tit-40 { line-height: 1.8; font-size: 40px; } .tit-41 { line-height: 1.8; font-size: 41px; } .tit-42 { line-height: 1.8; font-size: 42px; } .tit-43 { line-height: 1.8; font-size: 43px; } .tit-44 { line-height: 1.8; font-size: 44px; } .tit-45 { line-height: 1.8; font-size: 45px; } .tit-46 { line-height: 1.8; font-size: 46px; } .tit-47 { line-height: 1.8; font-size: 47px; } .tit-48 { line-height: 1.8; font-size: 48px; } .tit-49 { line-height: 1.8; font-size: 49px; } .tit-50 { line-height: 1.8; font-size: 50px; } .tit-51 { line-height: 1.8; font-size: 51px; } .tit-52 { line-height: 1.8; font-size: 52px; } .tit-53 { line-height: 1.8; font-size: 53px; } .tit-54 { line-height: 1.8; font-size: 54px; } .tit-55 { line-height: 1.8; font-size: 55px; } .tit-56 { line-height: 1.8; font-size: 56px; } .tit-57 { line-height: 1.8; font-size: 57px; } .tit-58 { line-height: 1.8; font-size: 58px; } .tit-59 { line-height: 1.8; font-size: 59px; } .tit-60 { line-height: 1.8; font-size: 60px; } .tit-61 { line-height: 1.8; font-size: 61px; } .tit-62 { line-height: 1.8; font-size: 62px; } .tit-63 { line-height: 1.8; font-size: 63px; } .tit-64 { line-height: 1.8; font-size: 64px; } .tit-65 { line-height: 1.8; font-size: 65px; } .tit-66 { line-height: 1.8; font-size: 66px; } .tit-67 { line-height: 1.8; font-size: 67px; } .tit-68 { line-height: 1.8; font-size: 68px; } .tit-69 { line-height: 1.8; font-size: 69px; } .tit-70 { line-height: 1.8; font-size: 70px; } .tit-71 { line-height: 1.8; font-size: 71px; } .tit-72 { line-height: 1.8; font-size: 72px; } .tit-73 { line-height: 1.8; font-size: 73px; } .tit-74 { line-height: 1.8; font-size: 74px; } .tit-75 { line-height: 1.8; font-size: 75px; } .tit-76 { line-height: 1.8; font-size: 76px; } .tit-77 { line-height: 1.8; font-size: 77px; } .tit-78 { line-height: 1.8; font-size: 78px; } .tit-79 { line-height: 1.8; font-size: 79px; } .tit-80 { line-height: 1.8; font-size: 80px; } @media (max-width: 1681px) { /*==常用字号==*/ .tit-12 { font-size: 12px; } .tit-13 { font-size: 13px; } .tit-14 { font-size: 13px; } .tit-15 { font-size: 14px; } .tit-16 { font-size: 15px; } .tit-17 { font-size: 16px; } .tit-18 { font-size: 17px; } .tit-19 { font-size: 18px; } .tit-20 { font-size: 18px; } .tit-21 { font-size: 19px; } .tit-22 { font-size: 20px; } .tit-23 { font-size: 21px; } .tit-24 { font-size: 22px; } .tit-25 { font-size: 23px; } .tit-26 { font-size: 24px; } .tit-27 { font-size: 25px; } .tit-28 { font-size: 26px; } .tit-29 { font-size: 27px; } .tit-30 { font-size: 27px; } .tit-31 { font-size: 28px; } .tit-32 { font-size: 29px; } .tit-33 { font-size: 30px; } .tit-34 { font-size: 31px; } .tit-35 { font-size: 32px; } .tit-36 { font-size: 33px; } .tit-37 { font-size: 34px; } .tit-38 { font-size: 35px; } .tit-39 { font-size: 36px; } .tit-40 { font-size: 37px; } .tit-42 { font-size: 38px; } .tit-43 { font-size: 39px; } .tit-44 { font-size: 40px; } .tit-45 { font-size: 41px; } .tit-46 { font-size: 42px; } .tit-47 { font-size: 43px; } .tit-48 { font-size: 44px; } .tit-50 { font-size: 45px; } .tit-51 { font-size: 46px; } .tit-52 { font-size: 47px; } .tit-53 { font-size: 48px; } .tit-54 { font-size: 49px; } .tit-55 { font-size: 50px; } .tit-56 { font-size: 51px; } .tit-57 { font-size: 52px; } .tit-58 { font-size: 53px; } .tit-59 { font-size: 54px; } .tit-60 { font-size: 54px; } .tit-61 { font-size: 55px; } .tit-62 { font-size: 56px; } .tit-63 { font-size: 57px; } .tit-64 { font-size: 58px; } .tit-65 { font-size: 59px; } .tit-66 { font-size: 60px; } .tit-67 { font-size: 61px; } .tit-68 { font-size: 62px; } .tit-69 { font-size: 63px; } .tit-70 { font-size: 62px; } .tit-71 { font-size: 63px; } .tit-72 { font-size: 64px; } .tit-73 { font-size: 65px; } .tit-74 { font-size: 66px; } .tit-75 { font-size: 67px; } .tit-76 { font-size: 68px; } .tit-77 { font-size: 69px; } .tit-78 { font-size: 70px; } .tit-79 { font-size: 71px; } .tit-80 { font-size: 72px; } } @media (max-width: 1481px) { /*==常用字号==*/ .tit-13 { font-size: 12px; } .tit-14 { font-size: 12px; } .tit-15 { font-size: 13px; } .tit-16 { font-size: 14px; } .tit-17 { font-size: 15px; } .tit-18 { font-size: 16px; } .tit-19 { font-size: 17px; } .tit-20 { font-size: 18px; } .tit-20 { font-size: 16px; } .tit-21 { font-size: 17px; } .tit-22 { font-size: 18px; } .tit-23 { font-size: 19px; } .tit-24 { font-size: 20px; } .tit-25 { font-size: 21px; } .tit-26 { font-size: 22px; } .tit-27 { font-size: 23px; } .tit-28 { font-size: 24px; } .tit-29 { font-size: 25px; } .tit-30 { font-size: 26px; } .tit-31 { font-size: 25px; } .tit-32 { font-size: 26px; } .tit-33 { font-size: 27px; } .tit-34 { font-size: 28px; } .tit-35 { font-size: 29px; } .tit-36 { font-size: 30px; } .tit-37 { font-size: 31px; } .tit-38 { font-size: 32px; } .tit-39 { font-size: 33px; } .tit-40 { font-size: 34px; } .tit-41 { font-size: 35px; } .tit-42 { font-size: 36px; } .tit-43 { font-size: 37px; } .tit-44 { font-size: 38px; } .tit-45 { font-size: 37px; } .tit-46 { font-size: 38px; } .tit-47 { font-size: 39px; } .tit-48 { font-size: 40px; } .tit-49 { font-size: 41px; } .tit-50 { font-size: 42px; } .tit-51 { font-size: 43px; } .tit-52 { font-size: 44px; } .tit-53 { font-size: 45px; } .tit-54 { font-size: 46px; } .tit-55 { font-size: 47px; } .tit-56 { font-size: 48px; } .tit-57 { font-size: 49px; } .tit-58 { font-size: 50px; } .tit-59 { font-size: 51px; } .tit-60 { font-size: 52px; } .tit-61 { font-size: 51px; } .tit-62 { font-size: 52px; } .tit-63 { font-size: 53px; } .tit-64 { font-size: 54px; } .tit-65 { font-size: 55px; } .tit-66 { font-size: 56px; } .tit-67 { font-size: 57px; } .tit-68 { font-size: 58px; } .tit-69 { font-size: 59px; } .tit-70 { font-size: 60px; } .tit-71 { font-size: 55px; } .tit-72 { font-size: 56px; } .tit-73 { font-size: 57px; } .tit-74 { font-size: 58px; } .tit-75 { font-size: 59px; } .tit-76 { font-size: 60px; } .tit-77 { font-size: 61px; } .tit-78 { font-size: 62px; } .tit-79 { font-size: 63px; } .tit-80 { font-size: 64px; } } @media (max-width: 1281px) { /*==常用字号==*/ .tit-13 { font-size: 12px; } .tit-14 { font-size: 12px; } .tit-15 { font-size: 12px; } .tit-16 { font-size: 13px; } .tit-17 { font-size: 16px; } .tit-18 { font-size: 15px; } .tit-19 { font-size: 16px; } .tit-20 { font-size: 17px; } .tit-22 { font-size: 18px; } .tit-24 { font-size: 19px; } .tit-25 { font-size: 20px; } .tit-26 { font-size: 21px; } .tit-27 { font-size: 22px; } .tit-28 { font-size: 23px; } .tit-29 { font-size: 24px; } .tit-30 { font-size: 25px; } .tit-31 { font-size: 26px; } .tit-32 { font-size: 27px; } .tit-33 { font-size: 24px; } .tit-34 { font-size: 25px; } .tit-35 { font-size: 26px; } .tit-36 { font-size: 27px; } .tit-37 { font-size: 28px; } .tit-38 { font-size: 29px; } .tit-39 { font-size: 30px; } .tit-40 { font-size: 31px; } .tit-41 { font-size: 32px; } .tit-42 { font-size: 33px; } .tit-43 { font-size: 34px; } .tit-44 { font-size: 35px; } .tit-45 { font-size: 36px; } .tit-46 { font-size: 37px; } .tit-47 { font-size: 38px; } .tit-48 { font-size: 39px; } .tit-49 { font-size: 40px; } .tit-50 { font-size: 38px; } .tit-51 { font-size: 39px; } .tit-52 { font-size: 40px; } .tit-53 { font-size: 41px; } .tit-54 { font-size: 42px; } .tit-55 { font-size: 43px; } .tit-56 { font-size: 44px; } .tit-57 { font-size: 45px; } .tit-58 { font-size: 46px; } .tit-59 { font-size: 47px; } .tit-60 { font-size: 48px; } .tit-61 { font-size: 49px; } .tit-62 { font-size: 50px; } .tit-63 { font-size: 51px; } .tit-64 { font-size: 52px; } .tit-65 { font-size: 53px; } .tit-66 { font-size: 54px; } .tit-67 { font-size: 55px; } .tit-68 { font-size: 56px; } .tit-69 { font-size: 57px; } .tit-70 { font-size: 58px; } .tit-71 { font-size: 51px; } .tit-72 { font-size: 52px; } .tit-73 { font-size: 53px; } .tit-74 { font-size: 54px; } .tit-75 { font-size: 55px; } .tit-76 { font-size: 56px; } .tit-77 { font-size: 57px; } .tit-78 { font-size: 58px; } .tit-79 { font-size: 59px; } .tit-80 { font-size: 60px; } } @media (max-width: 1024px) { .tit-24 { font-size: 16px; } .tit-25 { font-size: 17px; } .tit-26 { font-size: 18px; } .tit-27 { font-size: 19px; } .tit-28 { font-size: 20px; } .tit-29 { font-size: 21px; } .tit-30 { font-size: 22px; } .tit-31 { font-size: 23px; } .tit-32 { font-size: 24px; } .tit-33 { font-size: 21px; } .tit-34 { font-size: 22px; } .tit-35 { font-size: 23px; } .tit-36 { font-size: 24px; } .tit-37 { font-size: 25px; } .tit-38 { font-size: 26px; } .tit-39 { font-size: 27px; } .tit-40 { font-size: 28px; } .tit-41 { font-size: 29px; } .tit-42 { font-size: 30px; } .tit-43 { font-size: 31px; } .tit-44 { font-size: 32px; } .tit-45 { font-size: 33px; } .tit-46 { font-size: 34px; } .tit-47 { font-size: 35px; } .tit-48 { font-size: 36px; } .tit-49 { font-size: 37px; } .tit-50 { font-size: 34px; } .tit-51 { font-size: 35px; } .tit-52 { font-size: 36px; } .tit-53 { font-size: 37px; } .tit-54 { font-size: 38px; } .tit-55 { font-size: 39px; } .tit-56 { font-size: 40px; } .tit-57 { font-size: 41px; } .tit-58 { font-size: 42px; } .tit-59 { font-size: 43px; } .tit-60 { font-size: 44px; } .tit-61 { font-size: 45px; } .tit-62 { font-size: 46px; } .tit-63 { font-size: 47px; } .tit-64 { font-size: 48px; } .tit-65 { font-size: 49px; } .tit-66 { font-size: 50px; } .tit-67 { font-size: 51px; } .tit-68 { font-size: 52px; } .tit-69 { font-size: 53px; } .tit-70 { font-size: 54px; } .tit-71 { font-size: 47px; } .tit-72 { font-size: 48px; } .tit-73 { font-size: 49px; } .tit-74 { font-size: 50px; } .tit-75 { font-size: 51px; } .tit-76 { font-size: 52px; } .tit-77 { font-size: 53px; } .tit-78 { font-size: 54px; } .tit-79 { font-size: 55px; } .tit-80 { font-size: 56px; } } @media (max-width: 768px) { .tit-16 { font-size: 12px; } .tit-18 { font-size: 14px; } .tit-20 { font-size: 16px; } .tit-33 { font-size: 20px; } .tit-34 { font-size: 21px; } .tit-35 { font-size: 22px; } .tit-36 { font-size: 23px; } .tit-37 { font-size: 24px; } .tit-38 { font-size: 25px; } .tit-39 { font-size: 26px; } .tit-40 { font-size: 24px; } .tit-41 { font-size: 25px; } .tit-42 { font-size: 26px; } .tit-43 { font-size: 27px; } .tit-44 { font-size: 28px; } .tit-45 { font-size: 29px; } .tit-46 { font-size: 30px; } .tit-47 { font-size: 31px; } .tit-48 { font-size: 32px; } .tit-49 { font-size: 33px; } .tit-50 { font-size: 28px; } .tit-51 { font-size: 29px; } .tit-52 { font-size: 30px; } .tit-53 { font-size: 31px; } .tit-54 { font-size: 32px; } .tit-55 { font-size: 33px; } .tit-56 { font-size: 34px; } .tit-57 { font-size: 35px; } .tit-58 { font-size: 36px; } .tit-59 { font-size: 37px; } .tit-60 { font-size: 36px; } .tit-61 { font-size: 37px; } .tit-62 { font-size: 38px; } .tit-63 { font-size: 39px; } .tit-64 { font-size: 40px; } .tit-65 { font-size: 41px; } .tit-66 { font-size: 42px; } .tit-67 { font-size: 43px; } .tit-68 { font-size: 44px; } .tit-69 { font-size: 45px; } .tit-70 { font-size: 46px; } .tit-70 { font-size: 42px; } .tit-71 { font-size: 43px; } .tit-72 { font-size: 44px; } .tit-73 { font-size: 45px; } .tit-74 { font-size: 46px; } .tit-75 { font-size: 47px; } .tit-76 { font-size: 48px; } .tit-77 { font-size: 49px; } .tit-78 { font-size: 50px; } .tit-79 { font-size: 51px; } .tit-80 { font-size: 52px; } } .w1680 { width: 87.5%; max-width: 1680px; margin: 0 auto; } .font48 { font-size: 1.2rem; line-height: 1; } .font40 { font-size: 1rem; line-height: 1; } .font36 { font-size: 0.9rem; line-height: 1; } .tac { text-align: center; } .h1, .h2 { margin: 0; } .img-cover { background-size: cover; background-position: center; background-repeat: no-repeat; } .mb-img { display: none; } .bgf4 { background-color: #F4F4F4; } * { box-sizing: border-box; } .logistics .top-bar { padding: 2.25rem 0 2rem; } .logistics .top-bar .wrap .tit { color: #333333; line-height: 1; margin-bottom: 0.3rem; font-weight: bold; } .logistics .top-bar .wrap .en-tit { color: #8b8b8b; margin-bottom: 1rem; font-size: 14px; line-height: 1; } .logistics .top-bar .wrap .intro { line-height: 1.7; margin-bottom: 1.65rem; text-align: center; } .logistics .top-bar .wrap .li-wrap { display: flex; flex-wrap: wrap; background-color: #fff; padding: 0 1.6rem; margin-bottom: 0.9rem; } .logistics .top-bar .wrap .li-wrap .li { width: 33.33%; display: flex; align-items: flex-end; border-bottom: 2px solid #CECECE; padding: 1.2rem .5rem 1.2rem 0; position: relative; } .logistics .top-bar .wrap .li-wrap .li::after { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 2px; height: 1.3rem; background-color: #CECECE; } .logistics .top-bar .wrap .li-wrap .li .icon { width: 1.75rem; margin-right: 0.5rem; } .logistics .top-bar .wrap .li-wrap .li .icon img { max-width: 100%; } .logistics .top-bar .wrap .li-wrap .li .text { color: #333333; line-height: 2; } .logistics .top-bar .wrap .li-wrap .li .text span { color: #bc2b2c; font-size: 1.3rem; line-height: 1; transform: skewX(-8deg); display: inline-block; font-weight: bold; } .logistics .top-bar .wrap .li-wrap .li:nth-child(3n) { padding-right: 0; } .logistics .top-bar .wrap .li-wrap .li:nth-child(3n)::after { display: none; } .logistics .top-bar .wrap .li-wrap .li:not(:nth-child(3n+1)) { padding-left: 1.5rem; } .logistics .top-bar .wrap .li-wrap .li:nth-last-of-type(-n+3) { border-bottom: none; } .logistics .top-bar .wrap .data-type { color: #666666; line-height: 1; text-align: right; /* margin-bottom: 1.75rem; */ } .logistics .top-bar .wrap .li-wrap2 { display: flex; margin-bottom: 1.75rem; } .logistics .top-bar .wrap .li-wrap2 .li { width: 22%; margin-right: 4%; } .logistics .top-bar .wrap .li-wrap2 .li:last-child { margin-right: 0; } .logistics .top-bar .wrap .li-wrap2 .li .top { display: flex; align-items: center; justify-content: center; width: 100%; height: 1.7rem; margin-bottom: 0.9rem; border-radius: 5px; background: linear-gradient(to right, #656565, #293444); } .logistics .top-bar .wrap .li-wrap2 .li .top div { width: -webkit-max-content; width: -moz-max-content; width: max-content; margin-right: 0.2rem; } .logistics .top-bar .wrap .li-wrap2 .li .top div img { width: 100%; } .logistics .top-bar .wrap .li-wrap2 .li .top p { color: #fff; font-weight: bold; } .logistics .top-bar .wrap .li-wrap2 .li .btm { width: 100%; height: 5.95rem; background-color: #fff; border-radius: 5px; text-align: center; padding-top: 1.2rem; } .logistics .top-bar .wrap .li-wrap2 .li .btm p { color: #666666; line-height: 1; margin-bottom: 0.5rem; font-weight: bold; } .logistics .top-bar .wrap .li-wrap2 .li .btm p:last-child { margin-bottom: 0; } .logistics .top-bar .wrap .li-wrap2 .li:nth-child(2n) .top { background: linear-gradient(to right, #cd001f, #9d001f); } .logistics .hands { padding: 1.1rem 0; } .logistics .hands .wrap .tit { color: #333333; font-weight: bold; margin-bottom: 0.3rem; } .logistics .hands .wrap .en-tit { color: #8b8b8b; line-height: 1; margin-bottom: 0.7rem; } .logistics .hands .wrap .sub { color: #333333; font-weight: bold; margin-bottom: 0.9rem; line-height: 1; } .logistics .hands .wrap .cont { color: #333333; line-height: 1.7; width: 92%; margin: 0 auto 1.3rem; } .logistics .hands .wrap .pic-box { display: flex; } .logistics .hands .wrap .pic-box div { width: 46.5%; margin-right: 7%; } .logistics .hands .wrap .pic-box div:last-child { margin-right: 0; } .logistics .hands .wrap .pic-box div img { width: 100%; } .logistics .expedite { padding: 1.75rem 0; } .logistics .expedite .wrap .tit { color: #333333; font-weight: bold; margin-bottom: 0.3rem; } .logistics .expedite .wrap .en-tit { color: #8b8b8b; margin-bottom: 1.1rem; line-height: 1; } .logistics .expedite .wrap .cont { color: #333333; line-height: 1.7; margin-bottom: 1.4rem; } .logistics .expedite .wrap .icon-box { display: flex; justify-content: center; margin-bottom: 1.2rem; } .logistics .expedite .wrap .icon-box .li { width: 27%; position: relative; margin-right: 2.5rem; } .logistics .expedite .wrap .icon-box .li img { width: 100%; } .logistics .expedite .wrap .icon-box .li::after { content: ""; position: absolute; width: 0.45rem; height: 0.45rem; border-radius: 50%; background-color: #01AB68; top: 38%; right: -1.475rem; transform: translateY(-50%); } .logistics .expedite .wrap .icon-box .li:last-child { margin-right: 0; } .logistics .expedite .wrap .icon-box .li:last-child::after { display: none; } .logistics .expedite .wrap .li-wrap { display: flex; } .logistics .expedite .wrap .li-wrap .li { width: 46.5%; margin-right: 7%; } .logistics .expedite .wrap .li-wrap .li:last-child { margin-right: 0; } .logistics .expedite .wrap .li-wrap .li .pic { width: 100%; height: 9.45rem; margin-bottom: 1rem; } .logistics .expedite .wrap .li-wrap .li .pic img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; } .logistics .expedite .wrap .li-wrap .li .h1 { color: #333333; font-weight: bold; margin-bottom: .8rem; line-height: 1; } .logistics .expedite .wrap .li-wrap .li .text { color: #333333; line-height: 1.7; } .logistics .target { position: relative; } .logistics .target img { width: 100%; } .logistics .target .pos-cont { position: absolute; right: 3rem; top: 5.5rem; width: 44%; } .logistics .target .pos-cont .tit { color: #333; font-weight: bold; margin-bottom: 0.3rem; } .logistics .target .pos-cont .en-tit { color: #8b8b8b; line-height: 1; margin-bottom: 1.3rem; } .logistics .target .pos-cont .cont { color: #333333; line-height: 1.7; margin-bottom: 1.75rem; } .logistics .target .pos-cont .more { width: 6rem; height: 1rem; display: flex; align-items: center; justify-content: center; background: linear-gradient(to right, #cd001f, #9d001f); border-radius: 0.6rem; } .logistics .target .pos-cont .more .icon { width: 0.6rem; margin-right: 0.4rem; } .logistics .target .pos-cont .more .icon img { width: 100%; } .logistics .target .pos-cont .more .text { color: #fff; } .dev-banner { width: 100%; position: relative; } .dev-banner img { width: 100%; } .dev-banner .pos-cont { position: absolute; top: 50%; left: 6.25%; width: 44%; transform: translateY(-50%); } .dev-banner .pos-cont .h1 { color: #fff; margin-bottom: 0.4rem; font-weight: bold; } .dev-banner .pos-cont .h2 { color: #fff; margin-bottom: 0.9rem; font-family: "PINGFANG EXTRALIGHT-subfont"; line-height: 1; font-weight: bold; } .dev-banner .pos-cont .cont { color: #fff; line-height: 1.7; } .company .top-bar { padding: 2.25rem 0 1.5rem; } .company .top-bar .tit { color: #333; font-weight: bold; margin-bottom: 0.3rem; } .company .top-bar .en-tit { color: #8b8b8b; margin-bottom: 1.3rem; line-height: 1; } .company .top-bar .cont { color: #333333; line-height: 1.7; margin-bottom: 1.4rem; } .company .top-bar .title { width: 100%; height: 1.75rem; line-height: 1.75rem; background: linear-gradient(to right, #cd001f, #9d001f); color: #fff; border-radius: 0.25rem; text-align: center; margin-bottom: 1rem; } .company .top-bar .li-wrap { display: flex; align-items: center; } .company .top-bar .li-wrap .li { width: 19%; height: 1.75rem; border-radius: 5px; background-color: #E4E4E4; margin-right: 1.25%; display: flex; align-items: center; justify-content: center; } .company .top-bar .li-wrap .li:last-child { margin-right: 0; } .company .top-bar .li-wrap .li div { width: 0.65rem; margin-right: 0.3rem; } .company .top-bar .li-wrap .li div img { max-width: 100%; } .company .top-bar .li-wrap .li p { color: #333333; } .company .manage { padding: 1rem 0 1.5rem; } .company .manage .wrap .tit { color: #333; font-weight: bold; margin-bottom: 0.3rem; } .company .manage .wrap .en-tit { color: #8b8b8b; line-height: 1; margin-bottom: 1.1rem; } .company .manage .wrap .title { width: 100%; height: 1.75rem; line-height: 1.75rem; background: linear-gradient(to right, #cd001f, #9d001f); color: #fff; border-radius: 0.25rem; text-align: center; margin-bottom: 1rem; } .company .manage .wrap .li-wrap { display: flex; } .company .manage .wrap .li-wrap .li { width: 18.5%; height: 8.4rem; margin-right: 1.875%; background-color: #E4E4E4; border-radius: 5px; position: relative; } .company .manage .wrap .li-wrap .li:last-child { margin-right: 0; margin-bottom: 0; } .company .manage .wrap .li-wrap .li .h1 { width: 100%; height: 1.5rem; line-height: 1.5rem; text-align: center; color: #666666; position: relative; font-weight: bold; } .company .manage .wrap .li-wrap .li .h1::after { content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); background: url(../img/127.png) center no-repeat; width: 78%; height: 2px; } .company .manage .wrap .li-wrap .li .text { padding-top: 1.2rem; text-align: center; } .company .manage .wrap .li-wrap .li .text p { color: #666666; line-height: 1; margin-bottom: 0.7rem; } .company .manage .wrap .li-wrap .li .text p:last-child { margin-bottom: 0; } .company .manage .wrap .li-wrap .li .icon { position: absolute; width: 64%; bottom: 0; right: 0; } .company .manage .wrap .li-wrap .li .icon img { width: 100%; } .company .compliance { padding: 1.1rem 0 1.4rem; } .company .compliance .wrap .tit { color: #333; margin-bottom: 0.3rem; font-weight: bold; } .company .compliance .wrap .en-tit { color: #8b8b8b; margin-bottom: 1.6rem; line-height: 1; } .company .compliance .wrap .box { display: flex; } .company .compliance .wrap .box .pic { width: 46.5%; margin-right: 7%; } .company .compliance .wrap .box .pic img { width: 100%; } .company .compliance .wrap .box .li-wrap { width: 46.5%; display: flex; align-items: stretch; } .company .compliance .wrap .box .li-wrap .li { width: 30%; margin-right: 5%; } .company .compliance .wrap .box .li-wrap .li:last-child { margin-right: 0; margin-bottom: 0; } .company .compliance .wrap .box .li-wrap .li .top-tit { width: 100%; border-radius: 5px; height: 1.7rem; display: flex; align-items: center; justify-content: center; background: linear-gradient(to right, #656565, #293444); margin-bottom: 0.8rem; } .company .compliance .wrap .box .li-wrap .li .top-tit div { width: 0.65rem; margin-right: 0.3rem; } .company .compliance .wrap .box .li-wrap .li .top-tit div img { max-width: 100%; } .company .compliance .wrap .box .li-wrap .li .top-tit p { color: #fff; line-height: 1; } .company .compliance .wrap .box .li-wrap .li .intro { width: 100%; height: calc(100% - 2.5rem); min-height: 15rem; border-radius: 5px; background-color: #E4E4E4; padding: 1.25rem 0.6rem 1rem; text-align: justify; } .company .compliance .wrap .box .li-wrap .li:nth-child(2n) .top-tit { background: linear-gradient(to right, #cd001f, #9d001f); } .company .lead { padding: 1rem 0 1.1rem; } .company .lead .wrap .tit { color: #333; margin-bottom: 0.3rem; line-height: 1; font-weight: bold; } .company .lead .wrap .en-tit { color: #8b8b8b; line-height: 1; margin-bottom: 1.4rem; } .company .lead .wrap .box { display: flex; } .company .lead .wrap .box .lf { width: 46.75%; margin-right: 7%; } .company .lead .wrap .box .lf .h1 { margin: 0; color: #333333; line-height: 1.7; margin-bottom: 1.2rem; } .company .lead .wrap .box .lf .title { width: 100%; height: 1.75rem; display: flex; align-items: center; justify-content: center; background: linear-gradient(to right, #cd001f, #9d001f); margin-bottom: 0.85rem; border-radius: 0.25rem; } .company .lead .wrap .box .lf .title div { width: 0.7rem; margin-right: 0.3rem; } .company .lead .wrap .box .lf .title div img { width: 100%; } .company .lead .wrap .box .lf .title p { color: #fff; } .company .lead .wrap .box .lf .text { width: 100%; /* min-height: 3.45rem; */ background-color: #E4E4E4; border-radius: 0.25rem; position: relative; display: flex; justify-content: space-between; padding: 0.6rem 1.1rem; } .company .lead .wrap .box .lf .text p { color: #666666; line-height: 1.6; width: 20%; position: relative; z-index: 2; font-weight: bold; } .company .lead .wrap .box .lf .text .icon { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 65%; } .company .lead .wrap .box .lf .text .icon img { width: 100%; } .company .lead .wrap .box .rg { width: 46.75%; } .company .lead .wrap .box .rg img { width: 100%; } .social { width: 100%; padding: 2.25rem 0 1.35rem; } .social .li-wrap { display: flex; flex-wrap: wrap; } .social .li-wrap .li { width: 46.75%; margin-right: 6.5%; margin-bottom: 1.75rem; } .social .li-wrap .li:nth-child(2n) { margin-right: 0; } .social .li-wrap .li .h1 { color: #333333; margin-bottom: 0.4rem; font-weight: bold; } .social .li-wrap .li .h2 { color: #8b8b8b; position: relative; /* padding: 0 0.25rem 0.7rem; */ width: -webkit-max-content; width: -moz-max-content; width: max-content; margin: 0 auto .7rem; line-height: 1; } .social .li-wrap .li .line { width: 4.25rem; height: 4px; background-color: #D2001F; margin: 0 auto .55rem; } /* .social .li-wrap .li .h2::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; background-color: #D2001F; } */ .social .li-wrap .li .cont { line-height: 1.7; width: 75%; margin: 0 auto 0.75rem; } .social .li-wrap .li .pic { width: 100%; } .social .li-wrap .li .pic img { width: 100%; } @media (max-width: 1560px) { .company .lead .wrap .box .lf .text p { width: 32%; } .logistics .top-bar .wrap .li-wrap .li { padding-right: 1.2rem; } } @media (max-width: 1200px) { .logistics .top-bar .wrap .li-wrap .li { padding-right: 1rem; } .social .li-wrap .li .cont { width: 90%; } } @media (max-width: 1024px) { .dev-banner .pos-cont { top: 20%; } .company .compliance .wrap .box, .company .lead .wrap .box { flex-wrap: wrap; } .company .compliance .wrap .box .pic, .company .lead .wrap .box .lf { width: 100%; margin-right: 0; margin-bottom: 1rem; } .company .compliance .wrap .box .li-wrap, .company .lead .wrap .box .rg { width: 100%; } .logistics .top-bar .wrap .li-wrap .li { width: 50%; } .logistics .top-bar .wrap .li-wrap { padding: 0 1rem; } .logistics .top-bar .wrap .li-wrap .li:nth-child(3n)::after { display: block; } .logistics .top-bar .wrap .li-wrap .li:nth-child(2n)::after { display: none; } .logistics .top-bar .wrap .li-wrap .li:nth-last-of-type(-n+3) { border-bottom: 2px solid #CECECE; } .logistics .top-bar .wrap .li-wrap .li:nth-last-of-type(-n+2) { border-bottom: none; } .logistics .top-bar .wrap .li-wrap .li:not(:nth-child(3n+1)) { padding-left: 0; } .logistics .top-bar .wrap .li-wrap .li:nth-child(2n) { padding-left: 2rem; } .logistics .target .pos-cont { top: 2.5rem; } .logistics .target .pos-cont .more { height: 1.25rem; } .company .lead .wrap .box .lf .text .icon { width: 80%; } } @media (max-width: 997px) { .w1680 { width: 90%; } .pc-img { display: none; } .mb-img { display: block; } .font48 { font-size: 0.6rem; } .font40 { font-size: 0.5rem; } .font36 { font-size: .4rem; } .dev-banner .pos-cont { position: relative; top: 0; width: 100%; left: 0; padding: .4rem 5%; background: linear-gradient(to right, #656565, #293444); } .social .li-wrap .li { width: 100%; margin-bottom: .75rem; margin-right: 0; } .social .li-wrap .li:last-child { margin-bottom: 0; } .dev-banner .pos-cont .h2 { margin-bottom: 0.3rem; } .social .li-wrap .li .cont { width: 100%; } .logistics .top-bar { padding: .6rem 0 .4rem; } .company .top-bar { padding: .6rem 0 .3rem; } .company .top-bar .en-tit { margin-bottom: .4rem; } .company .top-bar .cont { margin-bottom: .7rem; } .company .top-bar .title, .company .manage .wrap .title { height: .8rem; line-height: .8rem; margin-bottom: .4rem; } .company .top-bar .li-wrap { flex-wrap: wrap; } .company .top-bar .li-wrap .li { width: 100%; margin-right: 0; margin-bottom: 10px; height: .8rem; justify-content: center; padding-left: 0; } .company .top-bar .li-wrap .li div { width: .5rem; } .company .manage { padding: .5rem 0 .3rem; } .company .manage .wrap .en-tit { margin-bottom: .4rem; } .company .manage .wrap .li-wrap { flex-wrap: wrap; } .company .manage .wrap .li-wrap .li .icon { width: 40%; } .company .manage .wrap .li-wrap .li { width: 100%; height: max-content; margin-right: 0; margin-bottom: 10px; } .company .manage .wrap .li-wrap .li .h1 { height: 1rem; line-height: 1rem; font-size: 14px; } .company .manage .wrap .li-wrap .li .text { padding: .5rem 0; } .company .manage .wrap .li-wrap .li .text p { margin-bottom: .3rem; } .company .compliance { padding: .5rem 0 .3rem; } .company .compliance .wrap .en-tit { margin-bottom: .4rem; } .company .compliance .wrap .box .li-wrap { flex-wrap: wrap; } .company .compliance .wrap .box .pic, .company .lead .wrap .box .lf { margin-bottom: .5rem; } .company .compliance .wrap .box .li-wrap .li { width: 100%; margin-bottom: .5rem; margin-right: 0; } .company .compliance .wrap .box .li-wrap .li .top-tit { height: 1rem; margin-bottom: .2rem; } .company .compliance .wrap .box .li-wrap .li .intro { min-height: inherit; padding: .5rem; height: auto; } .company .lead { padding: .5rem 0; } .company .lead .wrap .en-tit { margin-bottom: .4rem; } .company .lead .wrap .box .lf .h1 { margin-bottom: .4rem; } .company .lead .wrap .box .lf .title { padding: 0 .5rem; margin-bottom: .4rem; } .company .lead .wrap .box .lf .text { padding: .4rem; flex-wrap: wrap; /* min-height: 2.5rem; */ } .company .lead .wrap .box .lf .text p { width: 100%; line-height: 1.4; margin-bottom: .2rem; } .company .lead .wrap .box .lf .text p:nth-last-child(2) { margin-bottom: 0; } .logistics .top-bar .wrap .en-tit { margin-bottom: .4rem; } .logistics .top-bar .wrap .intro { margin-bottom: .5rem; } .logistics .top-bar .wrap .li-wrap { padding: .4rem; margin-bottom: .4rem; } .logistics .top-bar .wrap .li-wrap .li { width: 100%; padding: .2rem 0; flex-wrap: wrap; } .logistics .top-bar .wrap .li-wrap .li .icon { width: 1rem; margin-right: 0; margin-bottom: 0; } .logistics .top-bar .wrap .li-wrap .li .text { width: 100%; font-size: 14px; } .logistics .top-bar .wrap .li-wrap .li .text br { display: none; } .logistics .top-bar .wrap .li-wrap .li .text span { font-size: .6rem; } .logistics .top-bar .wrap .li-wrap .li:nth-child(2n) { padding-left: 0; } .logistics .top-bar .wrap .li-wrap .li:nth-last-of-type(-n+2) { border-bottom: 2px solid #CECECE; } .logistics .top-bar .wrap .li-wrap .li:last-child { border-bottom: none; } .logistics .top-bar .wrap .li-wrap .li:nth-child(3n)::after, .logistics .top-bar .wrap .li-wrap .li::after, .logistics .expedite .wrap .icon-box .li::after { display: none; } .logistics .top-bar .wrap .data-type { margin-bottom: .6rem; } .logistics .top-bar .wrap .li-wrap2 { flex-wrap: wrap; } .logistics .top-bar .wrap .li-wrap2 .li { width: 100%; margin-right: 0; margin-bottom: .4rem; } .logistics .top-bar .wrap .li-wrap2 .li .top { height: 1rem; margin-bottom: .2rem; } .logistics .top-bar .wrap .li-wrap2 .li .btm { height: max-content; padding: .4rem; font-size: 14px; } .logistics .hands { padding: .5rem 0; } .logistics .hands .wrap .en-tit, .logistics .hands .wrap .sub { margin-bottom: .4rem; } .logistics .hands .wrap .sub { font-size: 18px; margin-bottom: .3rem; } .logistics .hands .wrap .cont { width: 100%; margin-bottom: .5rem; } .logistics .hands .wrap .pic-box { flex-wrap: wrap; } .logistics .hands .wrap .pic-box div { width: 100%; margin-right: 0; margin-bottom: 10px; } .logistics .expedite { padding: .7rem 0; } .logistics .expedite .wrap .en-tit { margin-bottom: .4rem; } .logistics .expedite .wrap .cont { margin-bottom: .6rem; } .logistics .expedite .wrap .icon-box { flex-wrap: wrap; margin-bottom: .6rem; } .logistics .expedite .wrap .icon-box .li { width: 100%; margin-right: 0; margin-bottom: .2rem; } .logistics .expedite .wrap .li-wrap { flex-wrap: wrap; } .logistics .expedite .wrap .li-wrap .li { width: 100%; margin-right: 0; margin-bottom: .5rem; } .logistics .expedite .wrap .li-wrap .li .pic { height: auto; margin-bottom: .4rem; } .logistics .expedite .wrap .li-wrap .li .h1 { margin-bottom: .2rem; } .logistics .target .pos-cont { top: 0; right: 0; padding: .4rem 5% 0; position: relative; width: 100%; } .logistics .target .pos-cont .tit { font-size: 18px; } .logistics .target .pos-cont .en-tit { margin-bottom: .2rem; } .logistics .target .pos-cont .cont { margin-bottom: .6rem; } .logistics .target .pos-cont .more .icon { width: .4rem; margin-right: .2rem; } .logistics .target .pos-cont .more { width: 2.8rem; height: .7rem; } .logistics .target { padding: 0 0 .5rem; } .social { padding: .6rem 0 .3rem; } .social .li-wrap .li .h2 { margin-bottom: .3rem; } .social .li-wrap .li .line { width: 2rem; margin-bottom: .3rem; } .social .li-wrap .li .cont { margin-bottom: .3rem; } .company .lead .wrap .box .lf .title p { line-height: 1.2; font-size: 16px; } .logistics .top-bar .wrap .li-wrap2 .li .btm p { margin-bottom: .3rem; } .social .li-wrap .li .h1 { margin-bottom: .2rem; } .company .compliance .wrap .box .li-wrap .li .top-tit div { width: .5rem; } .company .compliance .wrap .box .li-wrap .li .top-tit p, .logistics .top-bar .wrap .li-wrap2 .li .top p { font-size: 16px; } } .pc-nav li .navson .icon { height: 1.2rem; display: flex; align-items: center; justify-content: center; } .pc-nav li .navson .icon img { max-width: 100%; width: auto; } img { image-rendering: crisp-edges; image-rendering: -moz-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: -o-crisp-edges; -ms-interpolation-mode: nearest-neighbor; }