.section-title { line-height: 1; } .section-title .zh { font-weight: bold; } .section-title .en { text-transform: uppercase; opacity: 0.5; } .title { line-height: 1.5; } .text-node { font-size: 14px; line-height: 1.8; color: #737373; } .text-node p{ display: inline; line-height: inherit!important; } .text-node.text-more-over { height: 50px; } .line-cycle > .full { top: auto; height: 1px; background-color: #127aed; animation-name: sport-right; animation-duration: 0.2s; animation-timing-function: linear; animation-fill-mode: forwards; } .line-cycle.active > .full, .line-cycle:hover > .full { animation-name: sport-reset; } .time { font-size: 14px; opacity: 0.7; } .more { position: relative; display: inline-block; color: #127aed; font-size: 14px; overflow: hidden; vertical-align: bottom; } .more > .relative { z-index: 2; } .more > .full { z-index: 1; } .more.more-button { border: 1px solid #cccccc; line-height: 14px; } .more.more-button > .full { background-color: #127aed; top: 100%; bottom: auto; height: 100%; animation-timing-function: linear; animation-duration: 0.2s; animation-fill-mode: forwards; animation-name: more-button-scroll-hide; } @keyframes more-button-scroll-hide { 0% { top: 0; } 100% { top: 100%; } } .more.more-button:hover { border-color: #127aed; color: #fff; } .more.more-button:hover > .full { animation-name: more-button-scroll-show; } @keyframes more-button-scroll-show { 0% { top: -100%; } 100% { top: 0; } } @media (min-width: 768px) { .main-body > .padding { height: 50px; padding-top: 0.8rem; } } .swiper-pagination.default { position: relative; margin-top: 24px; } .swiper-pagination.default > .swiper-pagination-bullet-active { background-color: #127aed; } .edit-content { line-height: 1.6; } .edit-content img { height: auto!important; } @media (min-width: 1500px) { .edit-content { font-size: 18px; } } @media (max-width: 1000px) { .edit-content { font-size: 16px; } } @media (max-width: 768px) { .edit-content { font-size: 14px; } } .swiper-button-prev.circle, .swiper-button-next.circle { font-size: 20px; width: 2.4em; height: 2.4em; line-height: 2.4em; border: 1px solid #c0c0c0; text-align: center; color: #c0c0c0; } .swiper-button-prev.circle:after, .swiper-button-next.circle:after { display: none; } .swiper-button-prev.circle:before, .swiper-button-next.circle:before { font-size: 16px; } .swiper-button-prev.circle:hover, .swiper-button-next.circle:hover { color: #fff; background-color: #127aed !important; border-color: #127aed !important; } .load-more-state { text-align: center; } .load-more-state .loading, .load-more-state .end { display: none; } .load-more-state .default .cover-img { width: 16px; height: 27px; margin: 0 auto 10px; background-image: url(../images/down.png); } .load-more-state .loading .cover-img { width: 24px; height: 24px; margin: 0 auto 10px; background-image: url(../images/load.png); animation: xuanzhuan 2s ease-out infinite; } @keyframes xuanzhuan { 0% { transform: rotateZ(0); } 100% { transform: rotateZ(360deg); } } .load-more-state.loading .default, .load-more-state.loading .end { display: none; } .load-more-state.loading .loading { display: block; } .load-more-state.end .default, .load-more-state.end .loading { display: none; } .load-more-state.end .end { display: block; } .nav-padding { display: none; height: 85px; line-height: 85px; } @media (max-width: 768px) { .nav-padding { height: 60px; line-height: 60px; } } @media (max-height: 750px) { .nav-padding { height: 60px; line-height: 60px; } } .share { font-size: 20px; line-height: 2em; margin-bottom: 1em; } @media (max-width: 1000px) { .share { font-size: 16px; } } .share > .fl > span { font-size: 14px; } .share > .fl > .circle { font-size: 0.8em; width: 2.5em; height: 2.5em; line-height: 2.5em; background-color: #f6f6f6; color: #a6a6a6; text-align: center; } @media (min-width: 1000px) { .share > .fl > .circle:not(:last-child) { margin-right: 0.8em; } } .share > .fl > .circle:hover { background-color: #127aed; color: #fff; } .share > .fr { font-size: 0.8em; } #nav { position: fixed; left: 0; right: 0; top: 0; z-index: 200; background-color: #fff; color: #565656; box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); } @media (max-width: 1350px) { #nav { font-size: 14px; } } @media (max-width: 768px) { #nav { height: 60px; line-height: 60px; } #nav .clear > .fl{ width: 50%; max-width: 200px; } } #nav.active { transform: translateY(-100%); } #nav.scroll { transform: translateY(0); } #nav .interaction { position: relative; } #nav .interaction .icon-arrow-down { font-size: 14px; } #nav .interaction:not(:last-child) { margin-right: 20px; } @media (max-width: 1500px) and (min-width: 1200px) { #nav .interaction:not(:last-child) { margin-right: 16px; } } #nav .interaction > .content { position: absolute; top: 100%; background-color: #fff; left: 50%; padding: 24px; margin-top: 8px; line-height: 40px; white-space: nowrap; transform: translateX(-50%); } #nav .interaction > .content:empty{ display: none; } #nav .interaction > .content > a { position: relative; padding-left: 16px; } #nav .interaction > .content > a:after, #nav .interaction > .content > a:before { -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; content: ""; position: absolute; left: 0; height: 2px; top: 50%; margin-top: -1px; width: 0; overflow: hidden; } #nav .interaction > .content > a:after{ z-index: 1; width: 12px; background-color: #ddd; } #nav .interaction > .content > a:before { z-index: 2; width: 0; background-color: #127aed; } #nav .interaction > .content > a.active:before, #nav .interaction > .content > a:hover:before { width: 12px; } #nav .interaction > .full { top: auto; height: 2px; background-color: #127aed; opacity: 0; margin: 0 auto 4px; } #nav .interaction.active > a, #nav .interaction:hover > a { color: #127aed; } #nav .interaction.active > .full, #nav .interaction:hover > .full { opacity: 1; margin: 0 auto 1px; } #nav .interaction.active > .content, #nav .interaction:hover > .content { margin-top: 0; } #nav .nav-scale { float: right; } @media (min-width: 1200px) { #nav .nav-scale { display: none; } } #nav .nav-scale > .nav-toggle > .navbar_button { padding: 9px; margin-top: 12px; } @media (min-width: 768px) { #nav .nav-scale > .nav-toggle > .navbar_button { margin-top: 24px; } } #fixed_nav { display: none; position: fixed; z-index: 190; } #fixed_nav > .content { top: 120px; bottom: 10%; max-height: 360px; -webkit-box-align: space-between; -ms-flex-align: space-between; -webkit-align-conten: space-between; align-content: space-between; text-align: center; } @media (max-width: 768px) { #fixed_nav > .content { top: 100px; } } #fixed_nav > .content > a { width: 100%; line-height: 1.8; } #fixed_nav > .content > a.active { color: #127aed; } #navbar { margin-left: 0.5rem; } @media (max-width: 1350px) { .logo { max-width: 300px; } } @media (max-width: 1300px) { #navbar { margin-left: 20px; } } .index-body { padding-left: 0.6rem; } @media (max-width: 1200px) { .index-body { padding-left: 48px; } } @media (max-width: 768px) { .index-body { padding-left: 0; } } #operate.index{ position: fixed; z-index: 180; } #operate { border-right: 1px solid #e5e5e5; } /*@media (max-height: 750px) {*/ /* #operate {*/ /* top: 60px!important;*/ /* }*/ /*}*/ #operate.active:not(.scroll) { top: 0!important; } #menu { height: 2.4rem; min-height: 192px; background-color: #fff; } #menu > .relative { height: 25%; cursor: pointer; border-bottom: 1px solid #e5e5e5; box-sizing: border-box; } #menu > .relative .content { background-color: #fff; } #menu > .relative > .iconfont { color: #838383; } #menu > .relative > .content { position: absolute; top: 0; left: 100%; height: 100%; white-space: nowrap; min-width: 0.9rem; padding: 0 16px; } #menu > .relative > .content > .content { top: 100%; bottom: auto; border-top: 1px solid #e5e5e5; } #menu > .relative > .content > .content > a { padding: 10px 12px; } #menu > .relative > .content > .content > a.active, #menu > .relative > .content > .content > a:hover { background-color: #e5e5e5; } #menu > .relative > .content > a { color: #838383; width: 36px; height: 36px; text-align: center; line-height: 36px; background-color: #eeeeee; } #menu > .relative > .content > a:not(:first-child) { margin-left: 10px; } #menu > .relative > .content > a:hover { background-color: #127aed; color: #fff; } #menu > .relative > .content > input { height: 30px; padding: 0 8px; outline: 0 none; box-sizing: content-box; max-width: 200px; } #menu > .relative > .content > input.text { border: 1px solid #e5e5e5; } #menu > .relative > .content > input.text:focus { border-color: #127aed; } #menu > .relative > .content > input.text:focus + .button { background-color: #127aed; border-color: #127aed; color: #fff; } #menu > .relative > .content > input.button { border: 1px solid #f6f6f6; border-left: 0 none; background-color: #f6f6f6; color: #666666; } .navbar_button { background-color: #127aed; border-bottom-color: #127aed; } .navbar_button > .button { width: 18px; height: 18px; } .navbar_button > .button > .full { height: 2px; background-color: #fff; margin-left: auto; margin-right: auto; } .navbar_button > .button > .full.top { top: 50%; bottom: auto; } .navbar_button > .button > .full.top.hoz { margin-top: -5px; } .navbar_button > .button > .full.bottom { bottom: 50%; top: auto; } .navbar_button > .button > .full.bottom.hoz { margin-bottom: -5px; } .navbar_button > .button > .full.slant.top { margin-top: -1px; transform: rotateZ(-45deg); } .navbar_button > .button > .full.slant.bottom { margin-bottom: -1px; transform: rotateZ(45deg); } .navbar_button:not(.active) > .button > .full.slant { width: 0; transition-delay: 0s; } .navbar_button:not(.active) > .button > .full.hoz { transition-delay: 0.2s; width: 100%; } .navbar_button.active > .button > .full.slant { width: 100%; transition-delay: 0.2s; } .navbar_button.active > .button > .full.hoz { transition-delay: 0s; width: 0; } #index_anchor { display: none; top: 2.4rem; z-index: 10; } @media (max-width: 1200px) { #index_anchor { top: 192px; } } @media (max-height: 600px) { #index_anchor { font-size: 12px; } } #index_anchor > .masking { background-color: #127aed; top: 0; bottom: auto; height: 25%; } #index_anchor > a { line-height: 1; text-align: center; height: 25%; color: #333; border-bottom: 1px solid rgba(0, 0, 0, 0.05); position: relative; z-index: 2; } #index_anchor > a.active, #index_anchor > a:hover { background-color: #127aed; color: #ffffff; } #index_anchor > a > div { width: 16px; margin: 0 auto; } #banner .swiper-pagination{ bottom: 1.5rem; } #banner .swiper-pagination .swiper-pagination-bullet{ background-color: #fff; width: 12px; height: 12px; opacity: 1; box-shadow: 0 0 3px rgba(255,255,255,0.5); } @media (max-width: 768px){ #banner .swiper-pagination .swiper-pagination-bullet{ width: 8px; height: 8px; } } #banner .swiper-pagination .swiper-pagination-bullet-active{ background-color: #127aed; } #banner_pagination { top: 2.4rem; } @media (max-width: 1200px) { #banner_pagination { top: 192px; } } #banner_pagination > .flex { z-index: 2; position: relative; text-align: center; color: #fff; height: 33.333333%; } #banner_pagination > .flex > .content { height: 100%; max-height: 130px; -webkit-box-align: space-between; -ms-flex-align: space-between; -webkit-align-conten: space-between; align-content: space-between; } #banner_pagination > .flex > .content, #banner_pagination > .flex > .content > .current, #banner_pagination > .flex > .content > .total { width: 100%; } #banner_pagination > .flex > .content > .current { font-size: 18px; } #banner_pagination > .flex > .content > .total { font-size: 14px; opacity: 0.7; } #banner_pagination > .flex > .content > .block-cont { width: 1px; margin: 0 auto; max-height: 60px; height: 40%; background-color: rgba(255, 255, 255, 0.2); } #banner_pagination > .flex > .content > .block-cont:after { background-color: #fff; } #banner_pagination > .flex:nth-of-type(1) > .content > .block-cont:after { height: 33.3333%; } #banner_pagination > .flex:nth-of-type(2) > .content > .block-cont:after { height: 66.666666%; } #banner_pagination > .flex:nth-of-type(3) > .content > .block-cont:after { height: 100%; } #banner_pagination > .masking { top: 0; height: 33.333333%; z-index: 1; background-color: #127aed; } #banner > .swiper-wrapper > .swiper-slide > .fade-masking { top: auto; height: 25%; opacity: 0.5; z-index: 1; } #banner > .swiper-wrapper > .swiper-slide > .content { position: absolute; z-index: 2; margin-top: 2.4rem; left: -0.6rem; } @media (max-width: 1200px) { #banner > .swiper-wrapper > .swiper-slide > .content { margin-top: 192px; left: -48px; } } @media (max-height: 750px) and (min-width: 768px) { #banner > .swiper-wrapper > .swiper-slide > .content { top: 60px!important; } } #banner > .swiper-wrapper > .swiper-slide > .content > .box > .body-content { color: #fff; } #banner > .swiper-wrapper > .swiper-slide > .content > .box > .body-content > .key { font-size: 15px; margin-bottom: 24px; } @media (max-height: 850px) { #banner > .swiper-wrapper > .swiper-slide > .content > .box > .body-content > .key { margin-bottom: 20px; } } @media (max-height: 650px) { #banner > .swiper-wrapper > .swiper-slide > .content > .box > .body-content > .key { font-size: 13px; margin-bottom: 16px; } } #banner > .swiper-wrapper > .swiper-slide > .content > .box > .body-content > .title { font-size: 0.36rem; } @media (max-height: 850px) { #banner > .swiper-wrapper > .swiper-slide > .content > .box > .body-content > .title { font-size: 0.3rem; } } @media (max-height: 650px) { #banner > .swiper-wrapper > .swiper-slide > .content > .box > .body-content > .title { font-size: 0.24rem; } } @media (max-height: 650px) { #banner > .swiper-wrapper > .swiper-slide > .content > .box > .body-content > .title { font-size: 0.24rem; } } #down { top: auto; width: 60px; margin: 0 auto; text-align: center; bottom: 0.5rem; color: #fff; z-index: 10; } #down > .icon-mouse { font-size: 30px; } #down > .icon-mouse.full { bottom: auto; } #down > .icon-mouse.default { animation: fade-breathe 8s linear infinite; } @keyframes fade-breathe { 0% { opacity: 0; } 25% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 0; } } #down > .icon-down { margin-top: 4px; animation: fade-center 2.4s linear infinite; } @keyframes fade-center { 0% { opacity: 0; transform: translateY(0); } 50% { opacity: 1; transform: translateY(50%); } 100% { opacity: 0; transform: translateY(100%); } } #home_about > .masking { left: 60%; border-left: 1px solid #e5e5e5; z-index: 1; background-image: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0.15) 5%, transparent 5%, transparent 45%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0.15) 55%, transparent 55%, transparent 95%, rgba(0, 0, 0, 0.15) 95%, rgba(0, 0, 0, 0.15) 100%); background-image: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0.15) 5%, transparent 5%, transparent 45%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0.15) 55%, transparent 55%, transparent 95%, rgba(0, 0, 0, 0.15) 95%, rgba(0, 0, 0, 0.15) 100%); background-image: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0.15) 5%, transparent 5%, transparent 45%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0.15) 55%, transparent 55%, transparent 95%, rgba(0, 0, 0, 0.15) 95%, rgba(0, 0, 0, 0.15) 100%); background-image: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0.15) 5%, transparent 5%, transparent 45%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0.15) 55%, transparent 55%, transparent 95%, rgba(0, 0, 0, 0.15) 95%, rgba(0, 0, 0, 0.15) 100%); background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0.15) 5%, transparent 5%, transparent 45%, rgba(0, 0, 0, 0.15) 45%, rgba(0, 0, 0, 0.15) 55%, transparent 55%, transparent 95%, rgba(0, 0, 0, 0.15) 95%, rgba(0, 0, 0, 0.15) 100%); background-attachment: scroll; background-repeat: repeat; background-size: 8px 8px; animation: line-move-2 2s linear infinite; } @keyframes line-move-2 { 0% { background-position: 0 0; } 0% { background-position: 8px 0; } } #home_about > .body-content, #home_about > .container { z-index: 2; } #home_about > .body-content { background-image: url(../images/SDIG.png); background-position: right center; } #home_about > .container > .relative { padding-right: 0; border-top: 1px solid #e5e5e5; background-image: url(../images/map_black_bg.jpg); } #home_about > .container > .full > .cover-img { width: 100%; height: 100%; } #news_hot { overflow: hidden; } #news_hot > .fl { text-align: center; font-weight: bold; } #news_hot > .fl, #news_hot > .fl > .en { position: relative; } #news_hot > .fl > .zh { color: #127aed; z-index: 2; top: auto; } #news_hot > .fl > .en { font-style: italic; font-family: Arial; color: #e1e1e1; z-index: 1; } #news_hot > .right > .content { position: relative; } #news_hot > .right > .content > .swiper .time { font-size: 80%; font-family: Arial; } #news_hot > .right > .content > .swiper br{ display: none; } #news_hot > .right > .content > .swiper-pagination { left: auto; font-size: 14px; color: #a0a0a0; line-height: 32px; font-family: Arial; font-weight: bold; text-align: right; } #news_hot > .right > .content > .swiper-pagination > .swiper-pagination-current { font-size: 24px; color: #127aed; line-height: 38px; } #news_hot > .right > .content > .swiper-pagination > .split { font-size: 80%; margin: 0 6px; } #home_news { background-image: url(../images/dot.jpg); background-position: bottom center; } #news_container { padding-bottom: 0; } #news_container .fade-masking { top: auto; height: 50%; } #news_container > .left .full.body-container { top: auto; } #news_container > .left .list > .relative:first-child { margin-bottom: 3px; } #news_container > .left .list > .relative > .default > .title { font-size: 20px; height: 60px; margin: 12px auto; } #news_container > .left .list > .relative > .default > .text-node { margin-top: 40px; } #news_container > .left .list > .relative > .fade > .full > .title { color: #fff; font-size: 20px; margin-bottom: 12px; } #news_container > .left .list > .relative > .fade > .full > .time { color: #fff; } #news_container > .left .swiper { color: #fff; } #news_container > .left .swiper > .swiper-pagination { padding-top: 0; padding-right: 0; height: auto; text-align: left; bottom: 0; } #news_container > .left .swiper > .swiper-pagination > span { display: block; float: left; margin-left: 0; background-color: #fff; } #news_container > .left .swiper .more, #news_container > .left .swiper .time { color: #fff; padding-top: 0; } #news_container > .left .swiper .title { color: #fff; } #news_container > .left .swiper .cover-img { transition: all 2s linear; } #news_container > .right { padding-left: 0.25rem; } #news_container > .right .list > .relative .body-container.active { font-size: 0; } #news_container > .right .list > .relative .body-container.active > .cover-img { outline: 1px solid #127aed; width: 25%; } #news_container > .right .list > .relative .body-container.active > .title { width: 70%; margin-left: 5%; } #case_right .swiper .relative .body-content { top: auto; left: auto; color: #fff; } #case_right .swiper .swiper-change { z-index: 10; } #case_right .swiper .swiper-change > .iconfont { position: static; width: auto; height: auto; margin-top: 0; float: left; color: inherit; opacity: 0.6; } #case_right .swiper .swiper-change > .iconfont:after { display: none; } #case_right .swiper .swiper-change > .iconfont:first-child { margin-right: 0.2rem; } #case_right .swiper .swiper-change > .iconfont:hover { opacity: 1; } #case_right .swiper > .swiper-slide{ display: none; } #case_right .swiper > .swiper-wrapper:empty ~ .swiper-slide{ display: block; } #case_right .swiper .swiper-slide .cover-img { padding-top: 41%; } #case_right .swiper .swiper-slide .title-content { background-color: #127aed; -webkit-clip-path: polygon(24px 0, 100% 0, 100% 100%, 0 100%, 0 16px); clip-path: polygon(24px 0, 100% 0, 100% 100%, 0 100%, 0 16px); } #case_right .swiper .swiper-slide .title-content > .title { line-height: unset; } #case_right .swiper .swiper-slide .title-content > .title > .iconfont { font-weight: bold; } #case_right:after { left: 0; right: 0; bottom: 0; height: 0; border-bottom: 1px solid #e5e5e5; } #case_right .tab-option { z-index: 8; background-color: #fff; } #case_right .tab-option > .item { border: 1px solid #e5e5e5; position: relative; } #case_right .tab-option > .item.active { background-color: #127aed; color: #fff; border-color: #127aed; } #case_right .tab-option > .item.active > .flex > i { opacity: 1; } #case_right .tab-option > .item.active > .flex > i .circle { transform: translate(-50%,-50%) scale(1); } #case_right .body-container { padding-bottom: 0; padding-right: 0; color: #000; } #case_right .body-container > .title { font-weight: bold; } #case_right .body-container > .text-node { margin-bottom: 24px; } @media (min-width: 1200px) { #case_right .body-container:empty:after { content: ""; display: block; padding-top: 154px; } } #case_left { background-image: url(../images/VCG41483292017.jpg); } #case_left > .body-container { padding-left: 0; } #home_case .time { margin-left: 0.48rem; } #home_case .col-3-item { float: left; } #home_case .col-3-item > .col-item-content { padding-left: 32px; } #home_case .col-3-item > .col-item-content > .full { right: auto; width: 2px; background-color: #f6f6f6; } #home_case .col-3-item > .col-item-content > .title { opacity: 0.7; } #home_case .col-3-item > .col-item-content > .more { color: #999; } #home_case a:hover { color: inherit; } #home_case a:hover .title { color: #127aed; } #case_first > .body-container > .title { font-weight: bold; } #footer { background-image: url(../images/VCG41N1325524848.jpg); border-top: 1px solid #127aed; } #footer_container > .top > .fl { font-size: 14px; } #footer_container > .top > .fl .icon-hulianwang { font-size: 24px; display: inline; position: relative; top: 2px; } #footer_container > .top > .fl > .middle-item:not(:last-child) { margin-right: 0.6rem; } #footer_container > .top > .fl > .middle-item > .content { line-height: 2; bottom: auto; } #footer_container > .top > .fl > .middle-item > .content > a { padding: 0 16px; } #footer_container > .top > .fl > .middle-item > .content > a:hover { background-color: #127aed; color: #fff; } #footer_container > .top > .fl > .middle-item.blogroll, #footer_container > .top > .fl > .middle-item.language { line-height: 45px; height: 45px; } #footer_container > .top > .fl > .middle-item.blogroll > .option, #footer_container > .top > .fl > .middle-item.language > .option { opacity: 0.7; } #footer_container > .top > .fl > .middle-item.blogroll { position: relative; border: 1px solid #dddddd; padding: 0 0 0 20px; } #footer_container > .top > .fl > .middle-item.blogroll > .title { color: #909090; } @media (max-width: 768px) { #footer_container > .top > .fl > .middle-item.blogroll > .title { position: absolute; left: 0; right: 50%; top: 0; bottom: 0; line-height: 45px; text-align: right; } } #footer_container > .top > .fl > .middle-item.blogroll > select { outline: none; background-color: transparent; border: 0 none; vertical-align: top; color: #555555; width: 120px; box-sizing: content-box; padding-right: 46px; } @media (max-width: 768px) { #footer_container > .top > .fl > .middle-item.blogroll > select { position: absolute; right: 0; left: 50%; top: 0; bottom: 0; width: auto; } } #footer_container > .top > .fl > .middle-item.blogroll > .iconfont { position: absolute; top: 50%; line-height: 1; font-size: 16px; right: 20px; margin-top: -8px; color: #127aed; pointer-events: none; } #footer_container > .top > .fl > .middle-item.blogroll:hover { background-color: #fff; } #footer_container > .top > .fl > .middle-item.logo > img { display: block; } #footer_container > .top > .fl > .middle-item:hover > .content { background-color: #fff; box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2); } #footer_container > .line { margin: 0.3rem auto 0.5rem; border-bottom: 1px solid #e5e5e5; } #footer_container > .content .item { line-height: 1.6; margin-bottom: 6px; } #footer_container > .content .time { margin-bottom: 20px; } #footer_container > .content > .bottom { margin-top: 30px; } #footer_container > .content > .bottom .left{ width: 100%; } #footer_container > .content > .bottom .contact .box{ white-space: nowrap; text-align: right; width: 270px; } @media (max-width: 768px) { #footer_container > .content > .bottom { display: block; text-align: center; } #footer_container > .content > .bottom .contact .box{ text-align: center; } } #footer_container > .content > .bottom .contact .box .top-item{ text-align: left; } #footer_container > .content > .bottom > .contact .top-item:not(:last-child) { margin-right: 0.5rem; } #footer_container > .content > .bottom > .contact .top-item > .atten { margin-top: 20px; } #footer_container > .content > .bottom > .contact .top-item > .atten > .iconfont { width: 48px; height: 48px; text-align: center; line-height: 48px; background-color: #fff; color: #127aed; font-size: 14px; } #footer_container > .content > .bottom > .contact .top-item > .atten > .iconfont:not(:last-child) { margin-right: 12px; } #footer_container > .content > .bottom > .contact .top-item > .atten > .iconfont:hover { background-color: #127aed; color: #fff; } #footer_container > .content > .bottom > .contact .top-item.wechat { line-height: 2; text-align: center; } #to_top { font-size: 14px; opacity: 0.6; position: fixed; right: -50px; bottom: 10vh; z-index: 100; text-align: center; line-height: 1.5; filter: drop-shadow(0 0 5px #127aed); color: #127aed; } #to_top > .iconfont { display: block; font-size: 28px; position: relative; top: 4px; } #to_top:hover { opacity: 1; } #to_top.active { right: 20px; } #copyright { word-break: keep-all; font-size: 12px; line-height: 14px; color: #666; } #copyright a:hover{ color: inherit; } @media (min-width: 1200px) { #copyright > .left { max-width: 700px; } #copyright > .right { color: #fff; max-width: 400px; background-color: #127aed; } #copyright .item{ white-space: nowrap; } #copyright > .body-container { padding-bottom: 28px; padding-top: 28px; } #copyright >.flex{ width: 100%; } } @media (max-width: 1200px) { #copyright >.flex, #copyright { display: block; text-align: center; } #copyright { padding-bottom: 20px; } #copyright .item{ margin: 4px; } } #column { z-index: 10; overflow-y: visible; } @media (min-width: 1000px) { #column > #banner > .relative > .cover { height: 70vh; } } @media (max-width: 1000px) { #column > #banner > .relative > .cover:after { padding-top: 80%; } } #point { min-width: 50%; background-image: url(../images/point.jpg); color: #fff; top: auto; left: 0.6rem; margin-left: 1px; } @media (max-width: 1200px) and (min-width:768px) { #point { left: 48px; } } @media (min-width: 768px) { #point { transform: translateY(50%); right: auto; } } @media (max-width: 768px) { #point { position: static; padding-top: 16px; padding-bottom: 16px; } } #point > .content { padding-left: 0.9rem; padding-right: 0.9rem; } #point > .content.full { bottom: 100%; top: auto; padding-top: 12px; padding-bottom: 12px; background-color: rgba(255, 255, 255, 0.5); color: #127aed; } #point > .content > .top { font-size: 112.5%; } @media (min-width: 768px) { #point > .content > .anchor { margin-right: -30px; } } #point > .content > .anchor > .item { float: left; margin-bottom: 10px; } @media (min-width: 768px) { #point > .content > .anchor > .item { margin-right: 30px; } } @media (max-width: 768px) { #point > .content > .anchor > .item { width: 48%; box-sizing: border-box; font-size: 14px; } #point > .content > .anchor > .item:nth-of-type(2n-1) { margin-right: 4%; } } @media (max-width: 768px) { #point > .content > .anchor > .item > .middle-item { display: inline; } } #point > .content > .anchor > .item > .iconfont { width: 0; overflow: hidden; } #point > .content > .anchor > .item > .line { width: 0; height: 2px; background-color: #fff; margin-top: 10px; } @media (max-width: 768px) { #point > .content > .anchor > .item > .line { margin-top: 4px; height: 1px; } } #point > .content > .anchor > .item:hover, #point > .content > .anchor > .item.active { color: #fff; } #point > .content > .anchor > .item:hover > .iconfont, #point > .content > .anchor > .item.active > .iconfont { width: 18px; } #point > .content > .anchor > .item:hover > .line, #point > .content > .anchor > .item.active > .line { width: 100%; } @media (max-width: 768px) { #point > .content > .anchor > .item { display: inline; } } #product > .classify { background-color: #f6f6f6; } @media (min-width: 1500px) { #product > .classify { width: 360px; } } @media (min-width: 1200px) and (max-width: 1500px) { #product > .classify { width: 300px; } } @media (min-width: 1000px) and (max-width: 1200px) { #product > .classify { width: 240px; } } @media (min-width: 768px) { #product > .classify { float: left; } } @media (max-width: 768px) { #product > .classify { margin-bottom: 36px; } } #product > .classify > .item { line-height: 1.8; padding: 0.2rem 0.3rem; } #product > .classify > .item .dot { width: 2px; height: 2px; background-color: rgba(0, 0, 0, 0.8); position: absolute; top: 50%; left: 0; margin-top: -1px; } @media (max-width: 768px) { #product > .classify > .item { padding: 10px 16px; } } #product > .classify > .item .text-over { margin-left: 16px; } #product > .classify > .item:not(:last-child) { border-bottom: 1px solid #dddddd; } #product > .classify > .item:hover .dot, #product > .classify > .item.active .dot { background-color: #127aed; width: 16px; } #product > .classify > .item:hover .text-over, #product > .classify > .item.active .text-over { color: #127aed; margin-left: 36px; } #product > .body-container { padding-right: 0; } @media (min-width: 1500px) { #product > .body-container { margin-left: 360px; } } @media (min-width: 1200px) and (max-width: 1500px) { #product > .body-container { margin-left: 300px; } } @media (min-width: 1000px) and (max-width: 1200px) { #product > .body-container { margin-left: 240px; } } @media (max-width: 768px) { #product > .body-container { padding-left: 0; } } #product > .body-container > .col-3 { font-size: 0; } #product > .body-container > .col-3 > .col-3-item > .col-item-content .cover-img { padding-top: 80%; } #product > .body-container > .col-3 > .col-3-item > .col-item-content > .content { background-color: #f6f6f6; padding-left: 0.36rem; padding-right: 0.36rem; margin-top: 4px; } @media (max-width: 768px) { #product > .body-container > .col-3 > .col-3-item > .col-item-content > .content { padding: 12px; } } #product > .body-container > .col-3 > .col-3-item > .col-item-content > .content > .title { font-size: 16px; height: 3em; margin-bottom: 1em; } @media (min-width: 1500px) { #product > .body-container > .col-3 > .col-3-item > .col-item-content > .content > .title { font-size: 20px; } } @media (max-width: 768px) { #product > .body-container > .col-3 > .col-3-item > .col-item-content > .content > .title { font-size: 15px; } } #product > .body-container > .col-3 > .col-3-item > .col-item-content > .content > .line { border-bottom: 1px dashed #adadad; } #product > .body-container > .col-3 > .col-3-item > .col-item-content:hover > .content { background-color: #127aed; color: #fff; } #product > .body-container > .col-3 > .col-3-item > .col-item-content:hover > .content > .line { border-color: #fff; } .pagination { text-align: center; margin-top: 3em; } @media (min-width: 1500px) { .pagination { font-size: 20px; } } @media (min-width: 1200px) and (max-width: 1500px) { .pagination { font-size: 18px; } } @media (min-width: 1000px) and (max-width: 1200px) { .pagination { font-size: 16px; } } @media (max-width: 1000px) { .pagination { font-size: 14px; } } .pagination > li { -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; display: inline-block; vertical-align: middle; width: 2.2em; height: 2.2em; text-align: center; line-height: 2.2em; margin: 0 0.7em; border: 1px solid #c9c9c9; background-color: #fdfdfd; } @media (max-width: 1000px) { .pagination > li { margin: 0 0.2em; } } .pagination > li > span, .pagination > li > a{ font-size: 0.8em; } .pagination > li > a:hover{ color: #fff!important; } .pagination > li > span { display: block; } .pagination > li.active, .pagination > li:not(.disabled):hover { background-color: #127aed; border-color: #127aed; color: #fff; } .pagination > li.disabled { opacity: 0.5; } .pagination > li:last-child > a, .pagination > li:first-child > a, .pagination > li:last-child > span, .pagination > li:first-child > span { display: none; } .pagination > li:last-child:after, .pagination > li:first-child:after { font-family: "iconfont" !important; display: block; font-size: 0.8em; } @media (min-width: 1000px) { .pagination > li:first-child { margin: 0 2.25em 0 0; } } .pagination > li:first-child:after { content: "\e601"; } @media (min-width: 1000px) { .pagination > li:last-child { margin: 0 0 0 2.25em; } } .pagination > li:last-child:after { content: "\e666"; } #column_detail { color: #fff; } #column_detail > .body-container { padding-bottom: 0; } #column_detail > .body-container > .point { font-size: 12px; } #column_detail > .body-container > .container { padding: 0.3rem 0; max-width: 1000px; margin: 40px auto; min-height: 3rem; text-align: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-conten: center; align-content: center; } #column_detail > .body-container > .container > div { width: 100%; } @media (min-width: 1200px) { #column_detail > .body-container > .container > .title { font-size: 0.4rem; } } @media (max-width: 1200px) { #column_detail > .body-container > .container > .title { font-size: 24px; } } #news_detail { padding-top: 1px; z-index: 20; } #news_detail > .correlation { padding-bottom: 0; } @media (max-width: 768px) { #news_detail > .correlation .swiper { margin-top: -16px; } } #news_detail > .correlation .col-item-content { font-size: 20px; } @media (max-width: 1200px) { #news_detail > .correlation .col-item-content { font-size: 16px; } } @media (max-width: 768px) { #news_detail > .correlation .col-item-content { margin: 0 3% 3% 0; } } #news_detail > .correlation .col-item-content .cover-img { padding-top: 62%; } #news_detail > .correlation .col-item-content > .title { margin-top: 2em; } @media (max-width: 768px) { #news_detail > .correlation .col-item-content > .title { margin-top: 1em; } } #news_detail > .container { margin-top: -48px; background-color: #fff; } @media (min-width: 1200px) { #news_detail > .container { margin-top: -0.9rem; } } #news_detail > .container .content { max-width: 1400px; margin: 0 auto; } #news_detail > .container .content .relative .swiper { margin: 0 auto; max-width: 1000px; } #news_detail > .container .content .relative .swiper .cover-img { padding-top: 58%; } #news_detail > .container .page { border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; padding: 22px 0; position: relative; } #news_detail > .container .page > .iconfont { font-size: 40px; font-weight: bold; color: #127aed; position: absolute; left: 50%; top: 50%; line-height: 1; margin: -20px 0 0 -20px; } @media (max-width: 1000px) { #news_detail > .container .page > .iconfont { display: none; } } #news_detail > .container .page > .text-over { margin: 8px auto; width: 45%; } #news_detail > .container .page > .text-over > a { display: inline; } #news_detail > .container .page > .text-over:hover { color: #127aed; } @media (max-width: 1000px) { #news_detail > .container .page > .text-over { float: none; width: auto; } } #news_list > .relative .line { background-color: #323232; } #news_list > .relative > .full { background-image: -webkit-linear-gradient(left, #ffffff, transparent); background-image: -moz-linear-gradient(left, #ffffff, transparent); background-image: -ms-linear-gradient(left, #ffffff, transparent); background-image: -o-linear-gradient(left, #ffffff, transparent); background-image: linear-gradient(left, #ffffff, transparent); z-index: 1; } #news_list > .relative > .body-content { z-index: 2; border-bottom: 1px solid #e5e5e5; } @media (min-width: 1000px) { #news_list > .relative > .body-content { padding-right: 120px; } } #news_list > .relative > .body-content > .more { position: absolute; right: 0; top: 50%; margin-top: -10px; color: inherit; } @media (max-width: 1000px) { #news_list > .relative > .body-content > .more { display: none; } } #news_list > .relative > .body-content > .clear { max-width: 1260px; } @media (max-width: 1000px) { #news_list > .relative > .body-content > .clear { margin: -16px auto; } } #news_list > .relative > .body-content > .clear > .fl { text-align: center; font-family: Arial; } #news_list > .relative > .body-content > .clear > .fl > .date { font-size: 48px; font-weight: bold; } @media (max-width: 1000px) { #news_list > .relative > .body-content > .clear > .fl > .date { font-size: 36px; } } #news_list > .relative > .body-content > .clear > .fl > .time { color: #000; } @media (max-width: 1000px) { #news_list > .relative > .body-content > .clear > .fl > .time { font-size: 12px; } } #news_list > .relative > .body-content > .clear > .fl > .line { margin-top: 20px; width: 16px; height: 2px; } #news_list > .relative > .body-content > .clear > .right { margin-left: 1.6rem; } @media (max-width: 1000px) { #news_list > .relative > .body-content > .clear > .right { margin-left: 80px; } } #news_list > .relative > .body-content > .clear > .right > .title { font-size: 16px; margin-bottom: 1em; font-weight: bold; } @media (min-width: 1000px) { #news_list > .relative > .body-content > .clear > .right > .title { font-size: 20px; } } #news_list > .relative:hover .line { background-color: #127aed; } @media (min-width: 1000px) { #news_top { margin-right: 0; } } #news_top > .left { right: auto; width: 240px; background-color: #fff; } @media (min-width: 1500px) { #news_top > .left { width: 360px; } } @media (max-width: 1000px) { #news_top > .left { position: static; width: auto; } } #news_top > .left > .full { top: auto; right: auto; } @media (max-width: 1000px) { #news_top > .left > .full { display: none; } } #news_top > .left > .full > .iconfont { position: static; margin-top: 0; background-color: #e5e5e5; border-color: #e5e5e5; } #news_top > .left > .full > .iconfont.swiper-button-prev { margin-right: 1.2em; } #news_top > .right { margin-left: 240px; } @media (min-width: 1500px) { #news_top > .right { margin-left: 360px; } } @media (max-width: 1000px) { #news_top > .right { margin-left: 0; } } @media (min-width: 1500px) { #news_top > .right > .swiper-pagination { display: none; } } #news_top > .right > .swiper { margin: 0; } @media (min-width: 768px) { #news_top > .right > .swiper { margin: 0 0 0 -3%; } } #news_top > .right > .swiper .col-item-content { margin: 0; } @media (min-width: 768px) { #news_top > .right > .swiper .col-item-content { margin: 0 0 0 9%; } } #news_top > .right > .swiper .col-item-content .cover-img { padding-top: 58%; } #news_top > .right > .swiper .col-item-content .row-container { padding-bottom: 0; } @media (max-width: 1000px) { #news_top > .right > .swiper .col-item-content .row-container { display: none; } } #news_top > .right > .swiper .col-item-content .title { font-size: 20px; margin-bottom: 0.6em; } @media (max-width: 1000px) { #news_top > .right > .swiper .col-item-content .title { font-size: 18px; margin: 0.5em auto; } } #news_top > .right > .swiper .col-item-content > .text-node { margin-top: 30px; } @media (max-width: 1000px) { #news_top > .right > .swiper .col-item-content > .text-node { margin-top: 10px; } } #news_top > .right > .swiper .col-item-content:hover { color: inherit; } #news_top > .right > .swiper .col-item-content:hover .title { color: #127aed; } #news_top > .right > .swiper .swiper-slide-active .fade { visibility: visible; opacity: 1; pointer-events: unset; } #recruit > .col-2-item { float: left; } #recruit > .col-2-item > .col-item-content { position: relative; overflow: hidden; background-color: #fff; padding: 50px 24px; font-size: 14px; } #recruit > .col-2-item > .col-item-content > .title, #recruit > .col-2-item > .col-item-content > .information { max-width: 700px; margin: 0 auto; } #recruit > .col-2-item > .col-item-content > .title { line-height: 40px; color: rgba(0, 0, 0, 0.9); font-weight: bold; font-size: 22px; } #recruit > .col-2-item > .col-item-content > .title > .fade { width: auto; margin-left: 20%; } #recruit > .col-2-item > .col-item-content > .information { font-family: 瀹嬩綋; font-size: 15px; color: #000; } #recruit > .col-2-item > .col-item-content > .information > li { float: left; } #recruit > .col-2-item > .col-item-content > .information > li > .content { margin-top: 2em; } #recruit > .col-2-item > .col-item-content > .information > li > .content > .name { opacity: 0.5; margin-bottom: 0.8em; } #recruit > .col-2-item > .col-item-content > .information > li > .content > .value { opacity: 0.9; line-height: 1.5; height: 1.5em; -webkit-line-clamp: 1; } #recruit > .col-2-item > .col-item-content > .full { top: auto; height: 2px; background-color: #127aed; margin-bottom: -4px; } #recruit > .col-2-item > .col-item-content:hover > .full { margin-bottom: 0; } #recruit > .col-2-item > .col-item-content:hover > .title { color: #127aed; } #recruit > .col-2-item > .col-item-content:hover > .title > .fade { visibility: visible; opacity: 1; pointer-events: unset; } @media (max-width: 768px) { #news_list { margin-right: 0; } } #news_list > .col-3-item { float: left; } @media (max-width: 1000px) { #news_list > .col-3-item { width: 50%; } } @media (max-width: 768px) { #news_list > .col-3-item { width: auto; float: none; } } #news_list > .col-3-item > .col-item-content { border: 1px solid #e5e5e5; position: relative; padding: 6%; } @media (max-width: 1000px) { #news_list > .col-3-item > .col-item-content { margin: 0 6% 6% 0; } } @media (max-width: 768px) { #news_list > .col-3-item > .col-item-content { margin: 0 0 3% 0; } } #news_list > .col-3-item > .col-item-content:hover { color: #fff; background-color: #127aed; border-color: #127aed; } #news_list > .col-3-item > .col-item-content > .text-node { color: inherit; opacity: 0.7; height: 50px; } #news_list > .col-3-item > .col-item-content > .title { margin: 1em auto 1.3em; font-weight: bold; height: 3em; } @media (min-width: 1200px) { #news_list > .col-3-item > .col-item-content > .title { font-size: 20px; } } #news_list > .col-3-item > .col-item-content > .more { margin-top: 0.5rem; padding-top: 20px; color: inherit; opacity: 0.7; } @media (max-width: 1200px) { #news_list > .col-3-item > .col-item-content > .more { font-size: 12px; } } #news_list > .col-3-item > .col-item-content > .full { top: auto; padding-top: 24%; z-index: 0; background-image: url(../images/sdig2.png); } #contact { font-size: 20px; } @media (max-width: 1500px) { #contact { font-size: 18px; } } @media (max-width: 1000px) { #contact { font-size: 16px; } } #contact > .title { font-size: 1.3em; } #contact > .flex { margin-top: 2em; color: #585858; } @media (max-width: 1000px) { #contact > .flex { display: block; } } #contact > .flex > .wechat { font-size: 16px; line-height: 2; text-align: center; } #contact > .flex > .wechat > img { width: 110px; max-width: unset; } #contact > .flex > .item { padding-bottom: 2em; position: relative; } @media (min-width: 1000px) { #contact > .flex > .item { margin-right: 30px; } } @media (max-width: 1000px) { #contact > .flex > .item { margin-bottom: 50px; } } #contact > .flex > .item > .full { top: auto; height: 0.1em; background-color: #e5e5e5; } #contact > .flex > .item:hover > .full { background-color: #127aed; } #contact > .flex > .item > .name { margin-bottom: 1em; } #contact > .flex > .item > .name > span { font-weight: bold; color: #127aed; } #contact > .flex > .item > .name > .circle { font-size: 0.8em; width: 2.5em; height: 2.5em; text-align: center; line-height: 2.5em; color: #fff; background-color: #127aed; } #contact > .flex > .item > .title { font-size: 0.9em; } #contact > .flex > .item > .bottom { line-height: 1.5em; } #contact > .flex > .item .value { font-size: 1.5em; font-weight: bold; } @media (max-width: 1200px) { #contact > .flex > .item .value { font-size: 1.2em; } } #map { height: 400px; } @media (min-width: 1200px) { #map { height: 600px; } } #map .BMapLabel .content { background-color: #127aed; color: #fff; -webkit-border-radius: 32px; -moz-border-radius: 32px; border-radius: 32px; font-size: 18px; height: 2.9em; line-height: 2.9em; position: absolute; padding: 0 1.1em; bottom: 100%; margin-bottom: 0.59em; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); } @media (min-width: 1200px) { #map .BMapLabel .content { font-size: 22px; } } #map .BMapLabel .content:after { top: 100%; left: 50%; border-top: 8px solid #127aed; border-left: 4px solid transparent; border-right: 4px solid transparent; margin-left: -4px; } #fade-panel { display: none; position: fixed; z-index: 2100; } #fade-panel .close { position: absolute; left: 50%; top: 100%; margin: 16px 0 0 -16px; width: 32px; height: 32px; opacity: 0.4; cursor: pointer; } #fade-panel .close:hover { opacity: 1; } #fade-panel .close:after, #fade-panel .close:before { content: ""; position: absolute; top: 50%; left: 0; right: 0; height: 1px; margin-top: -0.5px; background-color: #fff; } #fade-panel .close:before { -webkit-transform: rotateZ(-45deg); -moz-transform: rotateZ(-45deg); -ms-transform: rotateZ(-45deg); -o-transform: rotateZ(-45deg); transform: rotateZ(-45deg); } #fade-panel .close:after { -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); } #panel-bg { background-color: rgba(0, 0, 0, 0.8); z-index: 1; } #panel-content { position: absolute; left: 50%; top: 50%; z-index: 2; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 90%; max-width: 852px; -webkit-box-pack: center; -moz-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; } #panel-content.video { height: 80%; } #panel-content.video > .video { display: block; } #panel-content.iframe > .iframe { width: 100%; height: 100%; overflow: hidden; border: 0 none; display: block; } #panel-content.iframe:after { width: 100%; padding-top: 64%; } #panel-content > .video-box { max-width: 100%; max-height: 100%; display: none; } #panel-content.img { height: 80%; } #panel-content.img > .img { display: block; } .introduce { font-size: 18px; } @media (min-width: 1200px) { .introduce { font-size: 20px; } } .introduce > .title { font-weight: bold; } .introduce > .line { width: 15px; height: 3px; background-color: #127aed; margin: 2.2em 0; } #profile .text-node { color: #444; } #profile .section-title .contain-img { background-image: url(../images/SDIG3.png); background-position: right center; } @media (min-width: 1200px) { /*#profile .container > .clear > .introduce {*/ /* float: left;*/ /* width: 50%;*/ /*}*/ } #profile .container > .clear > .right > .body-container{ padding-right: 0; } @media (min-width: 1200px) { #profile .container > .clear > .right { float: right; width: 50%; margin-bottom: 24px; } #profile .container > .clear > .right.mob { display: none; } } @media (max-width: 1200px) { #profile .container > .clear > .right > .body-container{ padding-left: 0; } #profile .container > .clear > .right { margin-top: 30px; } #profile .container > .clear > .right.pc { display: none; } } #profile .container > .clear > .right img { width: 100%; } #about_data { margin: 0.5rem auto; padding: 20px 0; } @media (max-width: 1200px) { #about_data { -webkit-box-wrap: wrap; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: -24px; } } #about_data > .item { position: relative; padding-left: 42px; } @media (max-width: 1200px) { #about_data > .item { width: 46%; margin-bottom: 24px; box-sizing: border-box; } } @media (min-width: 1200px) { #about_data > .item:not(:last-child) { margin-right: 30px; } } #about_data > .item > .cover-img { position: absolute; left: 0; top: 2px; width: 36px; height: 36px; background-size: 100% 500%; background-position-x: 0; background-image: url(../images/about.png); } @media (min-width: 1500px) { #about_data > .item > .cover-img { top: 8px; } } @media (max-width: 1000px) { #about_data > .item > .cover-img { width: 24px; height: 24px; top: 4px; } #about_data > .item { padding-left: 30px; } } #about_data > .item .weight { font-weight: bold; font-family: Arial; color: #127aed; font-size: 30px; } @media (min-width: 1500px) { #about_data > .item .weight { font-size: 36px; } } @media (max-width: 1000px) { #about_data > .item .weight { font-size: 24px; } } @media (max-width: 1000px) { #about_data > .item .text-node { font-size: 12px; line-height: 1.3; } } #about_data > .item:nth-of-type(1) > .cover-img { background-position-y: 0; } #about_data > .item:nth-of-type(2) > .cover-img { background-position-y: 25%; } #about_data > .item:nth-of-type(3) > .cover-img { background-position-y: 50%; } #about_data > .item:nth-of-type(4) > .cover-img { background-position-y: 75%; } #about_data > .item:nth-of-type(5) > .cover-img { background-position-y: 100%; } #publicity { text-align: center; color: #fff; } #publicity > .cover-img { min-height: 360px; } #publicity > .cover-img:after { padding-top: 45%; } #publicity > .content { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } #publicity > .content > .section-title { white-space: nowrap; } #publicity > .content > .m-video { margin-top: 0.3rem; position: relative; } #publicity > .content > .m-video > .full { z-index: 1; background-color: #fff; opacity: 0.3; animation: ripple 4s linear infinite; } @keyframes ripple { 0% { transform: scale(1); opacity: 0.3; } 60% { transform: scale(2); opacity: 0; } 100% { transform: scale(2); opacity: 0; } } #publicity > .content > .m-video > .icon-paly { position: relative; z-index: 2; display: block; color: #127aed; background-color: #fff; width: 72px; height: 72px; line-height: 72px; } @media (max-width: 1500px) { #publicity > .content > .m-video > .icon-paly { width: 60px; height: 60px; line-height: 60px; } } @media (max-width: 1000px) { #publicity > .content > .m-video > .icon-paly { width: 48px; height: 48px; line-height: 48px; } } @media (min-width: 1200px) { #subsid > .body-content > .clear > .right { float: right; width: 50%; margin-bottom: 24px; } #subsid > .body-content > .clear > .right.mob { display: none; } #subsid > .body-content > .clear > .right > .body-container { padding-right: 0; } } #subsid > .body-content > .clear > .right img{ width: 100%; } @media (max-width: 1200px) { #subsid > .body-content > .clear > .right { margin-top: 30px; } #subsid > .body-content > .clear > .right.pc { display: none; } #subsid > .body-content > .clear > .right > .body-container { padding: 0; } } #honor .honor-container{ padding: 0 0.6rem; } #honor .swiper-button { color: #999; width: 0.6rem; text-align: center; font-size: 0.4rem; } @media (max-width: 1200px){ #honor .swiper-button { font-size: 20px; } } #honor .swiper-button:hover{ color: #127aed; } #honor .swiper-button:after { color: inherit; font-size: inherit; } #honor .swiper .title { margin-top: 1.2em; } @media (min-width: 1500px) { #honor .swiper .title { font-size: 18px; } } #honor .swiper .content { padding: 0 0.2rem; margin: 0 10px; text-align: center; } #honor .swiper .contain-img { padding-top: 142%; } @media screen and (min-width: 1500px) { html { font-size: 100px; } .body-content { margin-left: 1.5rem; margin-right: 1.5rem; } .cross-content { margin-left: -1.5rem; margin-right: -1.5rem; } #news_container > .left .list > .relative { height: 312px; } #recruit { margin-right: -48px; } #recruit > .col-2-item > .col-item-content { margin-right: 48px; margin-bottom: 48px; } #recruit > .col-2-item > .col-item-content > .information > li > .content { padding: 0 36px; } } @media screen and (max-width: 1500px) { .body-content { margin-left: 1rem; margin-right: 1rem; } .cross-content { margin-left: -1rem; margin-right: -1rem; } #recruit { margin-right: -32px; } #recruit > .col-2-item > .col-item-content { margin-right: 32px; margin-bottom: 32px; } #recruit > .col-2-item > .col-item-content > .information > li > .content { padding: 0 20px; } } @media screen and (min-width: 1000px) { #banner > .swiper-wrapper > .swiper-slide > .cover-img { height: 100vh; min-height: 550px; } #home_case .col-3-item > .col-item-content > .title { margin: 16px auto 30px; font-size: 20px; height: 60px; } #case_first > .body-container > .title { font-size: 24px; height: 72px; margin: 0.3rem auto 0.6rem; } #case_right .body-container > .title { font-size: 24px; margin: 10px auto; } } @media screen and (max-width: 1000px) { #banner > .swiper-wrapper > .swiper-slide > .cover-img { overflow: hidden; max-height: 550px; } #banner > .swiper-wrapper > .swiper-slide > .cover-img:after { padding-top: 120%; } } @media screen and (min-width: 1200px) { .section-title { margin-bottom: 0.5rem; } .section-title .zh { font-size: 32px; } .section-title .en { margin-top: 12px; } .more.more-button { padding: 14px 16px; } .more.more-button > .text { padding-right: 40px; } .body-container { padding-left: 0.6rem; padding-right: 0.6rem; } .hoz-container { padding-left: 0.5rem; padding-right: 0.5rem; } .row-container { padding-top: 0.5rem; padding-bottom: 0.5rem; } .spacing, .spacing-top { padding-top: 0.9rem; } .spacing, .spacing-bottom { padding-bottom: 0.9rem; } #footer_container > .content > .list:after { display: none; } #footer_container > .content > .list > li { float: none; } #footer_container > .content > .list > li > .item { display: none; } #footer_container > .content > .list > li > a:hover { color: #127aed; text-decoration: underline; } .nav-extra > .fl:not(:first-child) { margin-left: 0.48rem; } .nav-extra > .fl:hover { color: #127aed; } #case_left { right: 64.2%; } #case_left > .body-container > .text-node { min-height: 210px; margin-bottom: 40px; } #case_right { margin-left: 35.8%; } #case_right .tab-option { right: auto; top: auto; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); font-size: 18px; } #case_right .tab-option > .item { width: 2.3rem; padding: 0.35rem 0.5rem; border-top: 0 none; } #case_right .tab-option > .item:first-child { border-top: 1px solid #e5e5e5; } #case_right .tab-option > .item > .flex > .title { width: 120px; -webkit-line-clamp: 2; height: 54px; } #case_right .tab-option > .item > .flex > i { opacity: 0; position: relative; } #case_right .tab-option > .item > .flex > i, #case_right .tab-option > .item > .flex > i:after { -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; } #case_right .tab-option > .item > .flex > i, #case_right .tab-option > .item > .flex > i:before { position: relative; } #case_right .tab-option > .item > .flex > i:before { z-index: 2; color: #127aed; } #case_right .tab-option > .item > .flex > i .circle:before{ content: ""; display: block; padding-top: 100%; } #case_right .tab-option > .item > .flex > i .circle { position: absolute; background-color: #fff; left: 50%; width: 200%; top: 50%; z-index: 1; transform: translate(-50%,-50%) scale(0); } #case_right .swiper .relative .body-content { line-height: 0.6rem; height: 0.6rem; padding: 0 0.3rem; } #case_right .swiper .swiper-slide .title-content > .title { margin-right: 1rem; } #home_about > .body-content > .right { font-size: 20px; } #home_about > .container > .relative { margin-left: 60%; } #home_about > .container > .relative > .body-content { min-height: 5.2rem; margin-left: 0; } #home_about > .container > .relative > .body-content > .more-button { margin-top: 0.6rem; } #home_about > .container > .full { right: 40%; } #home_about > .container > .full > .cover-img { width: 100%; height: 100%; } #news_container > .left { float: left; width: 60%; padding-bottom: 0; } #news_container > .right { margin-left: 60%; } #news_container > .right .list { margin: 5px auto 40px; } #news_container > .right .list > .relative .body-container { padding-top: 16px; padding-bottom: 16px; } #news_container > .right .list > .relative .body-container.default > .relative { margin-top: 12px; } #news_container > .right .list > .relative .body-container.default > .relative > .title { margin-bottom: 10px; margin-right: 50px; } #news_container > .right .list > .relative .body-container.default > .relative > .iconfont { left: auto; right: 0; line-height: 1; color: #9d9d9d; font-size: 24px; margin-top: -12px; } #news_container > .right .list > .relative .body-container.active { background-color: #fdfdfd; } #news_container > .right .list > .relative .body-container.active > .cover-img:after { padding-top: 76px; } #news_container > .right .list > .relative .body-container.active > .title { font-size: 18px; height: 54px; color: #127aed; } #news_hot { border-radius: 0 0 0 10px; border-bottom: 15px solid #f6f6f6; } #news_hot > .fl { padding: 15px 40px 0 40px; background-color: #f6f6f6; border-radius: 10px 10px 0 0; height: 55px; line-height: 55px; } #news_hot > .fl > .zh { font-size: 24px; } #news_hot > .fl > .en { font-size: 54px; } #news_hot > .fl:after { left: 100%; bottom: 0; border-top: 62px solid transparent; border-left: 28px solid #f6f6f6; } #news_hot > .right { padding: 0 50px; height: 46px; top: 8px; margin-left: 244px; background-image: -webkit-linear-gradient(-36deg, #fff 0%, #fff 30%, #f6f6f6 30%, #f6f6f6 55%, #fff 55%, #fff 87%, #f6f6f6 87%, #f6f6f6 100%); background-size: 44px 46px; background-repeat: repeat-x; background-attachment: scroll; animation: line-move 2s linear infinite; } @keyframes line-move { 0% { background-position: 0 0; } 0% { background-position: 44px 0; } } #news_hot > .right > .content { padding: 8px 0.48rem 0 0.32rem; line-height: 38rem; background-color: #fff; } #news_hot > .right > .content > .swiper { height: 38px; line-height: 38px; font-size: 20px; padding: 0 2rem 0 32px; } #news_hot > .right > .content > .swiper > .iconfont { right: auto; color: #127aed; } #news_hot > .right > .content > .swiper > .swiper-button { right: 1.1rem; left: auto; color: #a0a0a0; line-height: 0.7; height: auto; margin-top: 0; } #news_hot > .right > .content > .swiper > .swiper-button:after { display: none; } #news_hot > .right > .content > .swiper > .swiper-button.swiper-button-prev { top: 0; } #news_hot > .right > .content > .swiper > .swiper-button.swiper-button-next { bottom: 0; top: auto; } #news_hot > .right > .content > .swiper > .swiper-button:hover { color: #127aed; } #news_hot > .right > .content > .swiper .time { font-size: 80%; font-family: Arial; } #news_hot > .right > .content > .swiper .text-over { margin-right: 120px; } #news_hot > .right > .content > .swiper-pagination { top: 8px; right: 0.48rem; width: 1.1rem; } #recruit > .col-2-item > .col-item-content > .information > li { width: 48%; } #recruit > .col-2-item > .col-item-content > .information > li:nth-of-type(3n-2) { width: 32%; } #recruit > .col-2-item > .col-item-content > .information > li:nth-of-type(3n-2) .content { padding-left: 0; border-right: 1px dashed rgba(0, 0, 0, 0.2); } #recruit > .col-2-item > .col-item-content > .information > li:nth-of-type(3n) { width: 20%; } #recruit > .col-2-item > .col-item-content > .information > li:nth-of-type(3n) .content { padding-right: 0; border-left: 1px dashed rgba(0, 0, 0, 0.2); } } @media screen and (max-width: 1200px) { body { font-size: 15px; } .more.more-button { padding: 10px 12px; } .more.more-button > .text { padding-right: 16px; } .section-title { margin-bottom: 36px; } .section-title .zh { font-size: 24px; } .section-title .en { margin-top: 8px; } .nav-extra { display: none; } .body-container { padding-left: 24px; padding-right: 24px; } .hoz-container { padding-left: 24px; padding-right: 24px; } .row-container { padding-top: 32px; padding-bottom: 32px; } .spacing, .spacing-top { padding-top: 48px; } .spacing, .spacing-bottom { padding-bottom: 48px; } #footer_container > .content > .list { display: none; } #footer_container > .content > .bottom > .contact { display: inline-block; } #footer_container > .content > .bottom > .left { text-align: left; margin-bottom: 36px; } #case_left { position: relative; } #case_left > .body-container { padding-right: 0; } #case_left > .body-container > .text-node { margin-bottom: 24px; } #case_right .body-container { padding-left: 0; } #case_right .tab-option { position: static; font-size: 14px; } #case_right .tab-option > .item { padding: 12px 16px; width: 50%; float: left; box-sizing: border-box; } #case_right .tab-option > .item > .flex > .title { display: block; white-space: nowrap; } #case_right .tab-option > .item > .flex > i { color: #fff; display: none; } #case_right .tab-option > .item.active > .flex > i { display: inline; } #case_right .swiper .relative .body-content { line-height: 42px; height: 42px; padding: 0 20px; } #case_right .swiper-slide { min-height: 200px; } #case_right .swiper-slide > .body-content { left: 0; } #case_right .swiper-slide > .body-content > .title { margin-right: 50px; } #home_about > .container > .relative { padding-left: 0; } #home_about > .container > .relative > .body-content > .more-button { margin-top: 36px; } #home_about > .container > .full { position: static; } #home_about > .container > .full > .cover-img { padding-top: 50%; } #news_container > .right { padding-left: 0; } #news_container > .right .list { margin: 16px auto; } #news_container > .right .list > .relative { padding: 8px 0; } #news_container > .right .list > .relative > .full { display: none; } #news_container > .right .list > .relative > .fade { visibility: visible; opacity: 1; pointer-events: unset; } #news_container > .right .list > .relative > .fade > .cover-img:after { padding-top: 70%; } #news_container > .right .list > .relative > .fade > .title { font-size: 14px; } #news_hot { border-radius: 10px; padding: 10px; background-color: #f6f6f6; } #news_hot > .fl { float: none; display: inline-block; height: 32px; line-height: 32px; } #news_hot > .fl, #news_hot > .fl > .en { position: relative; } #news_hot > .fl > .zh { font-size: 14px; color: #127aed; z-index: 2; top: auto; } #news_hot > .fl > .en { font-size: 32px; font-style: italic; font-family: Arial; color: #e1e1e1; z-index: 1; } #news_hot > .right { margin-top: 16px; background-color: #fff; } #news_hot > .right > .content { padding: 0 12px; } #news_hot > .right > .content > .swiper { height: 40px; line-height: 40px; font-size: 14px; padding-left: 24px; } #news_hot > .right > .content > .swiper > .iconfont { right: auto; color: #127aed; } #news_hot > .right > .content > .swiper > .swiper-button { display: none; } #news_hot > .right > .content > .swiper .text-over { margin-right: 60px; } #news_hot > .right > .content > .swiper-pagination { top: -50px; left: auto; bottom: auto; width: auto; } #nav > .clear > .fr { display: none; } #navbar { display: none; } #recruit > .col-2-item > .col-item-content > .information > li { width: 50%; } #recruit > .col-2-item > .col-item-content > .information > li:nth-of-type(2n) .content { padding-right: 0; border-left: 1px dashed rgba(0, 0, 0, 0.2); } #recruit > .col-2-item > .col-item-content > .information > li:nth-of-type(2n-1) .content { padding-left: 0; border-right: 1px dashed rgba(0, 0, 0, 0.2); } } @media screen and (min-width: 1200px) and (max-width: 1500px) { html { font-size: 80px; } #case_right .body-container { margin-left: 1.5rem; } #case_left > .body-container { margin-right: 1.5rem; } #news_container > .left .list > .relative { height: 301px; } } @media screen and (min-width: 768px) { .nav { height: 85px; line-height: 85px; } #footer_container { padding-top: 48px; padding-bottom: 48px; } #footer_container > .top { line-height: 70px; height: 70px; } #case_first { margin-bottom: 40px; } #case_first > .full { right: 50%; overflow: hidden; } #case_first > .full > .cover-img { width: 100%; height: 100%; transition: all 2s linear; } #case_first > .body-container { margin-left: 50%; } #case_first > .body-container > .text-node { opacity: 0.7; margin-bottom: 30px; height: auto; -webkit-line-clamp: 6; min-height: 151px; } #home_case .col-3-item { float: left; } #home_case .col-3-item > .col-item-content:hover { overflow: visible; } #home_case .col-3-item > .col-item-content:hover > .full { background-color: #127aed; bottom: -150%; } #home_case .col-3-item > .col-item-content:hover > .more { color: #127aed; } #home_case .col-3-item > .col-item-content:hover > .title { opacity: 1; } #news_container > .left > .relative { padding-bottom: 0; } #news_container > .left .swiper { right: auto; width: 52%; } #news_container > .left .swiper .title { font-size: 24px; height: 72px; margin: 16px auto; } #news_container > .left .swiper > .swiper-pagination > span { width: 10px; height: 10px; } #news_container > .left .swiper > .swiper-pagination > span:not(:last-child) { margin-right: 0.28rem; } #news_container > .left .list { margin-left: 52%; padding-left: 3px; } #news_container > .left .list > .relative > .default > .title { font-size: 20px; height: 60px; margin: 12px auto; } #news_container > .left .list > .relative > .default > .text-node { margin-top: 40px; } #operate { right: auto; width: 0.6rem; min-width: 48px; background-color: #ffffff; top: 85px; z-index: 30; } #operate > .swiper-pagination { height: 75%; } #banner > .swiper-wrapper > .swiper-slide > .fade-masking { top: auto; height: 25%; opacity: 0.5; z-index: 1; } #banner > .swiper-wrapper > .swiper-slide > .content { top: 85px; bottom: 0; right: auto; } #banner > .swiper-wrapper > .swiper-slide > .content > .box { position: absolute; left: 0; z-index: 1; transform: rotateX(-90deg); border: 1px solid rgba(255, 255, 255, 0.8); padding-right: 0.6rem; } #banner > .swiper-wrapper > .swiper-slide > .content > .box > .body-content { margin-right: 0; width: 5.4rem; min-width: 200px; color: #fff; } #banner > .swiper-wrapper > .swiper-slide > .content > .box.order-1 { top: 0; bottom: 66.6666%; } #banner > .swiper-wrapper > .swiper-slide > .content > .box.order-2 { top: 33.333333%; bottom: 33.333333%; } #banner > .swiper-wrapper > .swiper-slide > .content > .box.order-3 { top: 66.666666%; bottom: 0; } #banner > .swiper-wrapper > .swiper-slide.swiper-slide-active > .content > .box { animation: rotate-show 8.8s linear forwards; } @keyframes rotate-show { 0% { transform: rotateX(90deg); } 7% { transform: rotateX(0); } 93% { transform: rotateX(0); } 100% { transform: rotateX(-90deg); } } } @media screen and (min-width: 1000px) and (max-width: 1200px) { html { font-size: 50px; } .body-container { padding-left: 32px; padding-right: 32px; } .hoz-container { padding-left: 24px; padding-right: 24px; } .row-container { padding-top: 36px; padding-bottom: 36px; } .spacing, .spacing-top { padding-top: 48px; } .spacing, .spacing-bottom { padding-bottom: 48px; } #banner > .swiper-wrapper > .swiper-slide > .content > .box { padding: 0 36px; } } @media screen and (min-width: 768px) and (max-width: 1000px) { html { font-size: 30px; } #home_case .col-3-item > .col-item-content > .title { margin: 12px auto 16px; font-size: 18px; height: 54px; } #case_right .body-container > .title { font-size: 22px; margin: 0 auto 10px; } #case_first > .body-container > .title { font-size: 22px; height: 66px; margin: 12px auto 16px; } #banner > .swiper-wrapper > .swiper-slide > .content > .box { padding: 0 36px 0 48px; } #banner > .swiper-wrapper > .swiper-slide > .content > .box > .body-content > .key { margin-bottom: 12px; } #banner > .swiper-wrapper > .swiper-slide > .content > .box > .body-content > .title { font-size: 16px; } } @media screen and (max-width: 768px) { html { font-size: 20px; } .logo { max-width: 200px; } .col-3 .col-3-item { width: 50%; } .col-3 .col-3-item .col-item-content { margin: 0 6% 6% 0; } #footer_container > .top > .fl { float: none; text-align: justify; } #footer_container > .top > .fl > .blogroll { width: 100%; text-align: center; box-sizing: border-box; margin: 24px auto 36px; } #case_first > .full { position: static; } #case_first > .full > .cover-img { padding-top: 64%; } #case_first > .body-container > .title { font-size: 20px; height: 60px; margin: 10px auto; } #home_case .col-3 { margin-right: 0; margin-top: 0; } #home_case .col-3 > .col-3-item { width: auto; } #home_case .col-3 > .col-3-item > .col-item-content { margin-right: 0; margin-top: 24px; } #home_case .col-3 > .col-3-item > .col-item-content > .title { margin: 10px auto; font-size: 16px; height: 48px; } #home_case .col-3 > .col-3-item > .col-item-content > .full { width: 12px; } #case_right .body-container > .title { font-size: 20px; margin: 0 auto 10px; } #news_container > .left .swiper { position: relative; margin-bottom: 3px; } #news_container > .left .swiper .cover-img { overflow: hidden; position: static; padding-top: 64%; } #news_container > .left .swiper .cover-img:after { padding-top: 158%; } #news_container > .left .swiper .title { font-size: 20px; height: 60px; margin: 10px auto; } #news_container > .left .swiper > .swiper-pagination > span { width: 8px; height: 8px; } #news_container > .left .swiper > .swiper-pagination > span:not(:last-child) { margin-right: 16px; } #news_container > .left .list > .relative > .default > .title { font-size: 16px; height: 48px; margin: 10px auto; } #news_container > .left .list > .relative > .default > .text-node { margin-top: 20px; } .nav { height: 60px; line-height: 60px; } #banner > .swiper-wrapper > .swiper-slide > .content { -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); margin-top: 30px; top: 50%; left: 0; right: 0; text-align: center; } #banner > .swiper-wrapper > .swiper-slide > .content > .box { display: block; } #banner > .swiper-wrapper > .swiper-slide > .content > .box > .body-content > .key { font-size: 16px; } #banner > .swiper-wrapper > .swiper-slide > .content > .box > .body-content > .title { font-size: 20px; } #banner > .swiper-pagination > span { background-color: #fff; } #recruit { margin-right: 0; } #recruit > .col-2-item { float: none; width: auto; } #recruit > .col-2-item > .col-item-content { margin-right: 0; margin-bottom: 24px; padding: 30px 20px; } #recruit > .col-2-item > .col-item-content > .title { font-size: 18px; line-height: 32px; } #recruit > .col-2-item > .col-item-content > .information { font-size: 12px; } }