@media (max-width:767px) {
    .intro-intro-group:first-child, .intro-pic, .link-item-i, .link-item-icon:after, .other-project-icon { display: none !important }

    .showpc{display: none !important}
    .showmobile{display: flex !important}
}

@media (min-width:992px) {
    .root-header { display: none !important }
    .showpc{display: flex !important}
    .showmobile{display: none !important}
}

@media (max-width:767px) {
    .other-news-item:last-child { display: none !important }
    .showpc{display: none !important}
    .showmobile{display: flex !important}
}

@media (max-width:991px) {
    .about-en, .about-item-desc, .aside, .banner-pagination, .intro-header, .swiper-header { display: none !important }
    .showpc{display: none !important}
    .showmobile{display: flex !important}
}

body { background-color: #fff }
.croot { overflow: hidden }
.cheader-nav-item:after { background-color: #fff !important }
.root { display: flex; flex-direction: column; height: 100vh }
.root-body { position: relative; flex-grow: 1 }
.swiper { left: 0; bottom: 0 }
.swiper, .swiper-header { position: absolute; right: 0; top: 0 }
.swiper-header { z-index: 100; width: calc(100% - 300px) }

@media (max-width:767px) {
    .swiper-header { width: 100% }
}

.swiper-header .cheader { position: relative; color: #fff; background-color: transparent; transition: all .25s }
.swiper-header .cheader-logo { display: none }
.swiper-header-wrapper { position: relative }
.swiper-header-body { position: relative; z-index: 1; transition: all .35s; transform: translateY(-100%); border-bottom: 1px solid hsla(0,0%,100%,.3) }
.swiper-header-hamburger { position: absolute; right: 0; top: 50%; transform: translateY(-50%); transition: all .35s; right: 45px }

@media (max-width:1679px) {
    .swiper-header-hamburger { right: 37.5px }

    .showpc{display: flex !important}
    .showmobile{display: none !important}
}

@media (max-width:1366px) {
    .swiper-header-hamburger { right: 30px }
    .showpc{display: flex !important}
    .showmobile{display: none !important}
}

@media (max-width:991px) {
    .swiper-header-hamburger { right: 22.5px }
    .showpc{display: none !important}
    .showmobile{display: flex !important}
}

@media (max-width:767px) {
    .swiper-header-hamburger { right: 15px }
    .showpc{display: none !important}
    .showmobile{display: flex !important}
}

.swiper-header.active .swiper-header-body { transform: translateY(0) !important }
.swiper-header.active .swiper-header-hamburger { opacity: 0 !important; visibility: hidden !important }
.swiper-header-hamburger:hover { opacity: 0; visibility: hidden }
.swiper-header-body:hover, .swiper-header-hamburger:hover ~ .swiper-header-body { transform: translateY(0) }
.swiper-header:hover .swiper-header-hamburger { opacity: 0 !important }
.swiper-slide { box-sizing: border-box }
.swiper-content { position: relative; z-index: 1; height: 100%; padding-left: 300px }

@media (max-width:991px) {
    .swiper-content { padding-top: 15px; padding-bottom: 15px; padding-left: 0 }
}

.swiper .pl { padding-left: 50px }

@media (max-width:1679px) {
    .swiper .pl { padding-left: 41.25px }
}

@media (max-width:1366px) {
    .swiper .pl { padding-left: 32.5px }
}

@media (max-width:991px) {
    .swiper .pl { padding-left: 23.75px }
}

@media (max-width:767px) {
    .swiper .pl { padding-left: 15px }
}

.swiper .pr { padding-right: 50px }

@media (max-width:1679px) {
    .swiper .pr { padding-right: 41.25px }
}

@media (max-width:1366px) {
    .swiper .pr { padding-right: 32.5px }
}

@media (max-width:991px) {
    .swiper .pr { padding-right: 23.75px }
}

@media (max-width:767px) {
    .swiper .pr { padding-right: 15px }
}

.swiper .px { padding-left: 50px; padding-right: 50px }

@media (max-width:1679px) {
    .swiper .px { padding-left: 41.25px }
}

@media (max-width:1366px) {
    .swiper .px { padding-left: 32.5px }
}

@media (max-width:991px) {
    .swiper .px { padding-left: 23.75px }
}

@media (max-width:767px) {
    .swiper .px { padding-left: 15px }
}

@media (max-width:1679px) {
    .swiper .px { padding-right: 41.25px }
}

@media (max-width:1366px) {
    .swiper .px { padding-right: 32.5px }
}

@media (max-width:991px) {
    .swiper .px { padding-right: 23.75px }
}

@media (max-width:767px) {
    .swiper .px { padding-right: 15px }
}

.search { right: 0; bottom: 0; top: 0 }
.search, .search-content { position: absolute; left: 0 }
.search-content { display: flex; align-items: center; top: 50%; z-index: 5; transform: translateY(-50%); background-color: rgba(50,58,94,.9); height: 20vh; width: 100%; padding-left: 300px }

@media (max-width:991px) {
    .search-content { padding-left: 0 }
}

.search-form { position: relative }
.search-input { color: hsla(0,0%,100%,.5); background-color: transparent; outline: none; border: none; border-bottom: 2px solid #717a9e; padding: 6px 0; width: 40vw; font-size: 22px; margin-left: 60px }

@media (max-width:1679px) {
    .search-input { font-size: 20.35px }
}

@media (max-width:1366px) {
    .search-input { font-size: 18.7px }
}

@media (max-width:991px) {
    .search-input { font-size: 17.05px }
}

@media (max-width:767px) {
    .search-input { font-size: 15.4px }
}

@media (max-width:1679px) {
    .search-input { margin-left: 48.75px }
}

@media (max-width:1366px) {
    .search-input { margin-left: 37.5px }
}

@media (max-width:991px) {
    .search-input { margin-left: 26.25px }
}

@media (max-width:767px) {
    .search-input { margin-left: 15px }
}

.search-input::-webkit-input-placeholder { color: hsla(0,0%,100%,.5) }
.search-input::-moz-placeholder { color: hsla(0,0%,100%,.5) }
.search-input:-ms-input-placeholder { color: hsla(0,0%,100%,.5) }
.search-input::-ms-input-placeholder { color: hsla(0,0%,100%,.5) }
.search-input::placeholder { color: hsla(0,0%,100%,.5) }
.search-submit { position: absolute; right: 0; top: 50%; transform: translateY(-50%); border: none; background-color: transparent; color: #fff; font-size: 28px }
.search { visibility: hidden }
.search-content { transition: all .25s; transform: translate(-100%,-50%) }
.search.active { visibility: visible }
.search.active .search-content { transform: translateY(-50%) }
.footer { position: absolute; bottom: 0; left: 0; width: 100%; z-index: 100; transition: all .4s; transform: translateY(100%) }
.footer.active { transform: translateY(0) }
.aside { position: fixed; left: 0; top: 0; z-index: 10; height: 100%; width: 300px; color: #fff; text-align: center; border-right: 1px solid hsla(0,0%,100%,.3); padding: 35px 35px 100px }

@media (max-width:1679px) {
    .aside { padding: 30px }
}

@media (max-width:1366px) {
    .aside { padding: 25px }
}

@media (max-width:991px) {
    .aside { padding: 20px }
}

@media (max-width:767px) {
    .aside { padding: 15px }
}

@media (max-width:1679px) {
    .aside { padding-bottom: 78.75px }
}

@media (max-width:1366px) {
    .aside { padding-bottom: 57.5px }
}

@media (max-width:991px) {
    .aside { padding-bottom: 36.25px }
}

@media (max-width:767px) {
    .aside { padding-bottom: 15px }
}

.aside-wrapper { display: flex; flex-direction: column; justify-content: space-between; position: relative; height: 100% }
.aside-logo { display: block; margin: 0 auto }
.aside-hint { display: flex; flex-direction: column; align-items: center; justify-content: center; position: absolute; bottom: 0; left: 0; width: 100% }
.aside-hint:after { content: ""; width: 1px; height: 20px; background-color: hsla(0,0%,100%,.5) }
.aside-hint .raindrop { width: 18px; height: 26px; border-radius: 20px; border: 2px solid hsla(0,0%,100%,.5); bottom: 5%; top: auto; cursor: inherit; position: relative; z-index: 10 }
.aside-hint .raindrop span { display: block; background-color: hsla(0,0%,100%,.5); height: 6px; width: 2px; margin: 0 auto; -webkit-animation: rain 1.2s linear infinite; animation: rain 1.2s linear infinite }

@-webkit-keyframes rain {
    0% { transform: translateY(5px); opacity: 1 }
    80% { transform: translateY(25px); opacity: 0 }
    to { transform: translateY(25px); opacity: 0 }
}

@keyframes rain {
    0% { transform: translateY(5px); opacity: 1 }
    80% { transform: translateY(25px); opacity: 0 }
    to { transform: translateY(25px); opacity: 0 }
}

.aside-btn:hover { opacity: .5 !important }
.aside-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100% }
.aside-desc, .aside-icon, .aside-line, .aside-subtitle, .aside-title { height: 28px; line-height: 28px; overflow: hidden }
.aside-desc-content, .aside-icon-content, .aside-line-content, .aside-subtitle-content, .aside-title-content { height: 500%; transition: all .35s }
.aside-desc-content *, .aside-icon-content *, .aside-line-content *, .aside-subtitle-content *, .aside-title-content * { min-height: 28px }
.aside-title { position: relative; font-size: 20px; margin-bottom: 14px; letter-spacing: 2px }
.aside-title-line { position: absolute; top: 50%; width: 30%; border-top: 1px dashed #fff; opacity: 0 }
.aside-title-line:first-child { left: 0; margin-right: 15px }
.aside-title-line:last-child { right: 0; margin-left: 15px }
.aside-subtitle { font-size: 10px; margin-bottom: 44px; opacity: .5; text-transform: uppercase; font-family: Constantia,Microsoft YaHei,sans-serif }
.aside-desc { font-size: 14px; margin-bottom: 42px }
.aside-line { display: block; margin: 0 auto 10px; height: 2px; width: 18px }
.aside-line * { line-height: 1; min-height: 0 }
.aside-line-item { display: block; height: 20% }
.aside-icon { display: block; position: relative; height: 42px; width: 42px; border: 1px solid #fff; border-radius: 50%; margin: 0 auto 75px }
.aside-icon-content > * { display: flex; align-items: center; justify-content: center; width: 100%; height: 20% }
.aside-icon .icon-close, .aside-icon .icon-search { cursor: pointer; transition: all .25s }
.aside-icon .icon-close:hover, .aside-icon .icon-search:hover { transform: scale(1.3) }
.aside, .aside-btn, .aside-desc, .aside-icon, .aside-line, .aside-pagination, .aside-subtitle, .aside-title, .aside-title-line { transition: all .35s }
.aside-pagination-item { display: block; margin: 0 auto; position: relative; height: 17px; width: 17px; cursor: pointer }
.aside-pagination-item:not(:last-child) { margin-bottom: 8px }
.aside-pagination-circle { border-radius: 50%; border: 1px solid transparent; position: absolute; left: 0; right: 0; bottom: 0; top: 0 }
.aside-pagination-circle:after { content: ""; margin: auto; width: 7px; height: 7px; background-color: hsla(0,0%,100%,.3); border-radius: 50%; position: absolute; left: 0; right: 0; bottom: 0; top: 0 }
.active .aside-pagination-circle:after { background-color: #fff }
.aside-pagination-text { display: flex; align-items: center; position: absolute; top: 50%; left: 50%; transform: translateY(-50%); white-space: nowrap }
.aside-pagination-text:before { content: ""; height: 1px; width: 38px; background-color: hsla(0,0%,100%,.3); transform: scaleX(0); transform-origin: left center }
.aside-pagination-text:after { content: attr(data-text); opacity: 0; font-size: 12px; margin-left: 7px }
.aside-pagination-circle, .aside-pagination-text:after, .aside-pagination-text:before { transition: all .25s }
.aside-pagination-item.active .aside-pagination-circle, .aside-pagination-item:hover .aside-pagination-circle { border-color: #fff }
.aside-pagination-item:hover .aside-pagination-text:before { transition-delay: .2s; transform: scaleX(1) }
.aside-pagination-item:hover .aside-pagination-text:after { transition-delay: .4s; opacity: .3 }

@media (max-height:800px) {
    .aside-desc, .aside-pagination { display: none !important }
}

.banner { position: relative; height: 100% }
.banner-pic { position: absolute; left: 0; right: 0; bottom: 0; top: 0; background-size: cover; background-position: 70% }
.banner-text { display: flex; flex-direction: column; justify-content: center; height: 100%; color: #fff; line-height: 1.3; padding-left: 80px }
.banner-title { font-size: 1em; font-weight: bold; color: #fff; text-shadow: 0px 0px 0 #eee, 1px -1px 0 #ddd, 2px -2px 0 #ccc, 3px -3px 0 #bbb, 4px -4px 0 #aaa, 5px -5px 0 #999, 6px -6px 0 #888, 7px -7px 0 #777, 8px -8px 0 #666, 9px -9px 0 #555, 10px -10px 0 #444, 11px -11px 0 #333, 12px -12px 0 #222, 13px -13px 12px rgba(0, 0, 0, 0.55), 13px -13px 1px rgba(0, 0, 0, 0.5); }


@media (max-width:1679px) {
    .banner-text { padding-left: 65px }
    .banner-title { text-shadow: 0px 0px 0 #eee, 1px -1px 0 #ddd, 2px -2px 0 #ccc, 3px -3px 0 #bbb, 4px -4px 0 #aaa, 5px -5px 0 #999, 6px -6px 0 #888, 7px -7px 0 #777, 8px -8px 0 #666, 9px -9px 0 #555, 10px -10px 0 #444, 11px -11px 0 #333, 12px -12px 0 #222, 13px -13px 12px rgba(0, 0, 0, 0.55), 13px -13px 1px rgba(0, 0, 0, 0.5); }
}

@media (max-width:1366px) {
    .banner-text { padding-left: 50px }
    .banner-title { text-shadow: 0px 0px 0 #eee, 1px -1px 0 #ddd, 2px -2px 0 #ccc, 3px -3px 0 #bbb, 4px -4px 0 #aaa, 5px -5px 0 #999, 6px -6px 0 #888, 7px -7px 0 #777, 8px -8px 0 #666, 9px -9px 0 #555, 10px -10px 0 #444, 11px -11px 0 #333, 12px -12px 0 #222, 13px -13px 12px rgba(0, 0, 0, 0.55), 13px -13px 1px rgba(0, 0, 0, 0.5); }
}

@media (max-width:1920px) {
    .banner-title { text-shadow: 0px 0px 0 #eee, 1px -1px 0 #ddd, 2px -2px 0 #ccc, 3px -3px 0 #bbb, 4px -4px 0 #aaa, 5px -5px 0 #999, 6px -6px 0 #888, 7px -7px 0 #777, 8px -8px 0 #666, 9px -9px 0 #555, 10px -10px 0 #444, 11px -11px 0 #333, 12px -12px 0 #222, 13px -13px 12px rgba(0, 0, 0, 0.55), 13px -13px 1px rgba(0, 0, 0, 0.5); }
}

@media (max-width:991px) {
    .banner-text { padding-left: 35px }
    .banner-title { text-shadow: 0px 0px 0 #444, 1px -1px 0 #333, 2px -2px 0 #222 }
}

@media (max-width:767px) {
    .banner-text { padding-left: 20px }
    .banner-title { text-shadow: 0px 0px 0 #444, 1px -1px 0 #333, 2px -2px 0 #222 }
}




@media (max-width:1679px) {
    .banner-title { font-size: .85em }
}

@media (max-width:1366px) {
    .banner-title { font-size: .7em }
}

@media (max-width:991px) {
    .banner-title { font-size: .55em }
}

@media (max-width:767px) {
    .banner-title { font-size: .4em }
}

.banner-subtitle { font-weight: 700; margin-bottom: 16px; font-size: 20px }

@media (max-width:1679px) {
    .banner-subtitle { margin-bottom: 14px }
}

@media (max-width:1366px) {
    .banner-subtitle { margin-bottom: 12px }
}

@media (max-width:991px) {
    .banner-subtitle { margin-bottom: 10px }
}

@media (max-width:767px) {
    .banner-subtitle { margin-bottom: 8px }
}

@media (max-width:1679px) {
    .banner-subtitle { font-size: 18.5px }
}

@media (max-width:1366px) {
    .banner-subtitle { font-size: 17px }
}

@media (max-width:991px) {
    .banner-subtitle { font-size: 15.5px }
}

@media (max-width:767px) {
    .banner-subtitle { font-size: 14px }
}

.banner-pagination { position: absolute; left: 0; top: 50%; z-index: 1; color: #fff; transform: translateY(-80%); padding-left: 300px }

@media (max-width:991px) {
    .banner-pagination { padding-left: 0 }
}

.banner-pagination-index { font-weight: 700; font-size: 18px; margin-bottom: 12px }
.banner-pagination i { display: block; padding: 4px 0; cursor: pointer }
.banner-pagination i:before { content: ""; display: block; height: 2px; width: 20px; background-color: #fff; opacity: .5; transition: all .25s }
.banner-pagination i:not(:last-child) { margin-bottom: 10px }
.banner-pagination i.active:before { opacity: 1; width: 40px }
.banner-progress { position: absolute; bottom: 0; background-color: #25a7df; height: 4px; z-index: 1; transition: all 6s; left: 300px; width: calc(100% - 300px) }

@media (max-width:991px) {
    .banner-progress { left: 0 }
}

@media (max-width:767px) {
    .banner-progress { width: 100% }
}

.about { height: 100%; background-color: #edf3f8; padding-top: 100px }

@media (max-width:1679px) {
    .about { padding-top: 75px }
}

@media (max-width:1366px) {
    .about { padding-top: 50px }
}

@media (max-width:991px) {
    .about { padding-top: 25px }
}

@media (max-width:767px) {
    .about { padding-top: 0 }
}

.about-title { color: #323a5e; margin-bottom: 12px; font-size: 40px }

@media (max-width:767px) {
    .about-title { margin-top: 15px }
}

@media (max-width:1679px) {
    .about-title { font-size: 37px }
}

@media (max-width:1366px) {
    .about-title { font-size: 34px }
}

@media (max-width:991px) {
    .about-title { font-size: 31px }
}

@media (max-width:767px) {
    .about-title { font-size: 28px }
}

.about-subtitle { color: #25a7df; font-size: 22px; margin-bottom: 72px }

@media (max-width:1679px) {
    .about-subtitle { font-size: 20.5px }
}

@media (max-width:1366px) {
    .about-subtitle { font-size: 19px }
}

@media (max-width:991px) {
    .about-subtitle { font-size: 17.5px }
}

@media (max-width:767px) {
    .about-subtitle { font-size: 16px }
}

@media (max-width:1679px) {
    .about-subtitle { margin-bottom: 61.94118px }
}

@media (max-width:1366px) {
    .about-subtitle { margin-bottom: 51.88235px }
}

@media (max-width:991px) {
    .about-subtitle { margin-bottom: 41.82353px }
}

@media (max-width:767px) {
    .about-subtitle { margin-bottom: 31.76471px }
}

.about-desc { display: none; line-height: 1.7; font-size: 16px; margin-bottom: 50px; max-width: 50% }

@media (max-width:1366px) {
    .about-desc { font-size: 14px }
}

@media (max-width:1679px) {
    .about-desc { margin-bottom: 41.25px }
}

@media (max-width:1366px) {
    .about-desc { margin-bottom: 32.5px }
}

@media (max-width:991px) {
    .about-desc { margin-bottom: 23.75px }
}

@media (max-width:767px) {
    .about-desc { margin-bottom: 15px }
}

@media (max-width:1366px) {
    .about-desc { max-width: 100% }
}

.about-item { position: relative; display: flex; flex-direction: column; justify-content: flex-end; color: #fff; overflow: hidden; height: 28vw }

@media (max-width:1366px) {
    /*.about-item { height: auto }*/
}

.about-item-bg { transition: all .35s; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background-size: cover; background-position: 50% }
a:hover .about-item-bg { transform: scale(1.1) }
.about-item-border { position: relative }
.about-item-content { position: relative; padding: 25px; opacity: 0; transition: all .25s }
a:hover .about-item-content { opacity: 1 }
.about-item-title { text-align: center; font-size: 22px }

@media (max-width:1679px) {
    .about-item-title { font-size: 20.5px }
}

@media (max-width:1366px) {
    .about-item-title { font-size: 19px }
}

@media (max-width:991px) {
    .about-item-title { font-size: 17.5px }
}

@media (max-width:767px) {
    .about-item-title { font-size: 16px }
}

.about-item-line { position: relative; display: block; border-top: 1px dotted hsla(0,0%,100%,.6); margin-top: 22px; margin-bottom: 22px }

@media (max-width:1679px) {
    .about-item-line { margin-top: 19.5px }
}

@media (max-width:1366px) {
    .about-item-line { margin-top: 17px }
}

@media (max-width:991px) {
    .about-item-line { margin-top: 14.5px }
}

@media (max-width:767px) {
    .about-item-line { margin-top: 12px }
}

@media (max-width:1679px) {
    .about-item-line { margin-bottom: 19.5px }
}

@media (max-width:1366px) {
    .about-item-line { margin-bottom: 17px }
}

@media (max-width:991px) {
    .about-item-line { margin-bottom: 14.5px }
}

@media (max-width:767px) {
    .about-item-line { margin-bottom: 12px }
}

.about-item-line:before { content: ""; margin: auto; height: 3px; background-color: #cba03a; transform: translateY(-1px); position: absolute; left: 0; right: 0; bottom: 0; top: 0; width: 50px }

@media (max-width:1679px) {
    .about-item-line:before { width: 43.75px }
}

@media (max-width:1366px) {
    .about-item-line:before { width: 37.5px }
}

@media (max-width:991px) {
    .about-item-line:before { width: 31.25px }
}

@media (max-width:767px) {
    .about-item-line:before { width: 25px }
}

.about-item-desc { line-height: 1.7 }
.about-item-hint { position: absolute; transition: all .25s; font-size: 22px; right: 40px; bottom: 40px; transform: translate(0) }

@media (max-width:1679px) {
    .about-item-hint { font-size: 20.5px }
}

@media (max-width:1366px) {
    .about-item-hint { font-size: 19px }
}

@media (max-width:991px) {
    .about-item-hint { font-size: 17.5px }
}

@media (max-width:767px) {
    .about-item-hint { font-size: 16px }
}

@media (max-width:991px) {
    .about-item-hint { right: 50%; bottom: 50%; transform: translate(50%,50%) }
}

a:hover .about-item-hint { opacity: 0 }
.about-en { position: absolute; right: 0; top: 0; max-width: 50vw }
.link, .link-wrapper { position: relative; height: 100% }
.link-pic, .link-pic-item { position: absolute; left: 0; right: 0; bottom: 0; top: 0 }
.link-pic-item { background-size: cover; background-position: 50%; transition: all .3s ease .3s; opacity: 0 }
.link-pic-item.active { z-index: 1; transition-delay: 0s; opacity: 1 }
.link-row { position: relative; z-index: 1; display: flex; flex-wrap: wrap; height: 100% }
.link-col { width: 20%; height: 100% }
.link-col:not(:last-child) { border-right: 1px solid hsla(0,0%,100%,.3); border-bottom: 1px solid hsla(0,0%,100%,.3) }

@media (max-width:991px) {
    .link-col { width: 100%; height: 20% }
}

.link-item { position: relative; display: block; height: 100%; color: #fff; padding: 10px }
.link-item-border { transition: all .25s; opacity: 0 }
.link-item-border .ccover-border { opacity: .3 }
a:hover .link-item-border { opacity: 1 }
.link-item-content { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100%; overflow: hidden }
.link-item-icon { position: relative; font-size: 32px }

@media (max-width:1679px) {
    .link-item-icon { font-size: 29.5px }
}

@media (max-width:1366px) {
    .link-item-icon { font-size: 27px }
}

@media (max-width:991px) {
    .link-item-icon { font-size: 24.5px }
}

@media (max-width:767px) {
    .link-item-icon { font-size: 22px }
}

.link-item-icon:after { content: ""; position: absolute; left: 0; right: 0; bottom: 100%; top: auto; margin: auto; height: 7px; width: 7px; border-radius: 50%; background-color: #cba03a; transform: translateY(-20px); opacity: 0; transition: all .25s }
a:hover .link-item-icon:after { opacity: 1 }
.link-item-title { margin-top: 12px; font-size: 22px }

@media (max-width:1679px) {
    .link-item-title { font-size: 20.5px }
}

@media (max-width:1366px) {
    .link-item-title { font-size: 19px }
}

@media (max-width:991px) {
    .link-item-title { font-size: 17.5px }
}

@media (max-width:767px) {
    .link-item-title { font-size: 16px }
}

.link-item-i { color: #fff; position: absolute; left: 50%; font-size: 100px }

@media (max-width:1679px) {
    .link-item-i { font-size: 87.5px }
}

@media (max-width:1366px) {
    .link-item-i { font-size: 75px }
}

@media (max-width:991px) {
    .link-item-i { font-size: 62.5px }
}

@media (max-width:767px) {
    .link-item-i { font-size: 50px }
}

.link-item-i:first-child { top: 0; transform: translate(-50%,-50%) }
.link-item-i:last-child { bottom: 0; transform: translate(-50%,50%) }
.link-item-i { opacity: 0; transition: all 1s cubic-bezier(.72,.01,.18,.97) }
a:hover .link-item-i { opacity: .3 }
.link-item { transition: all .25s }
.link-item-i:first-child { transform: translate(-50%,-100%) }
.link-item-i:last-child { transform: translate(-50%,100%) }
.link-item:hover { color: #cba03a; background-color: rgba(50,58,94,.95) }
.link-item:hover .link-item-i:first-child { transform: translate(-50%,-50%) }
.link-item:hover .link-item-i:last-child { transform: translate(-50%,52%) }

@-webkit-keyframes opacity {
    0% { opacity: 0 }
    to { opacity: 1 }
}

@keyframes opacity {
    0% { opacity: 0 }
    to { opacity: 1 }
}

@media (max-width:767px) {
    .link > * { padding: 0 }
}

.other { overflow: hidden; height: 100% }
.other-news-item:first-child, .other-project { padding-top: 125px }

@media (max-width:1679px) {
    .other-news-item:first-child, .other-project { padding-top: 93.75px }
}

@media (max-width:1366px) {
    .other-news-item:first-child, .other-project { padding-top: 62.5px }
}

@media (max-width:991px) {
    .other-news-item:first-child, .other-project { padding-top: 31.25px }
}

@media (max-width:767px) {
    .other-news-item:first-child, .other-project { padding-top: 0 }
}

.other-project { position: relative; margin-bottom: 15px; padding-right: 55px }

@media (max-width:1679px) {
    .other-project { padding-right: 45px }
}

@media (max-width:1366px) {
    .other-project { padding-right: 35px }
}

@media (max-width:991px) {
    .other-project { padding-right: 25px }
}

@media (max-width:767px) {
    .other-project { padding-right: 15px }
}

.other-project-title { color: #323a5e; font-size: 22px; margin-bottom: 34px }

@media (max-width:1679px) {
    .other-project-title { font-size: 21.5px }
}

@media (max-width:1366px) {
    .other-project-title { font-size: 21px }
}

@media (max-width:991px) {
    .other-project-title { font-size: 20.5px }
}

@media (max-width:767px) {
    .other-project-title { font-size: 20px }
}

@media (max-width:1679px) {
    .other-project-title { margin-bottom: 29.25px }
}

@media (max-width:1366px) {
    .other-project-title { margin-bottom: 24.5px }
}

@media (max-width:991px) {
    .other-project-title { margin-bottom: 19.75px }
}

@media (max-width:767px) {
    .other-project-title { margin-bottom: 15px }
}

.other-project-item { display: flex; align-items: center; position: relative; color: #fff; max-height: 15vh; overflow: hidden; padding-top: 35px; padding-bottom: 35px; padding-left: 50px; height: 120px }

@media (max-width:1679px) {
    .other-project-item { padding-left: 41.25px }
}

@media (max-width:1366px) {
    .other-project-item { padding-left: 32.5px }
}

@media (max-width:991px) {
    .other-project-item { padding-left: 23.75px }
}

@media (max-width:767px) {
    .other-project-item { padding-left: 15px; height: auto }
}

.other-project-item:not(:last-child) { margin-bottom: 20px }

@media (max-width:1679px) {
    .other-project-item:not(:last-child) { margin-bottom: 18.75px }
}

@media (max-width:1366px) {
    .other-project-item:not(:last-child) { margin-bottom: 17.5px }
}

@media (max-width:991px) {
    .other-project-item:not(:last-child) { margin-bottom: 16.25px }
}

@media (max-width:767px) {
    .other-project-item:not(:last-child) { margin-bottom: 15px }
}

.other-project-pic { position: absolute; left: 0; right: 0; bottom: 0; top: 0; background-size: cover; background-position: 50%; transition: all .25s }
a:hover .other-project-pic { transform: scale(1.1) }
.other-project-text { position: relative; font-size: 20px }

@media (max-width:1679px) {
    .other-project-text { font-size: 19.44444px }
}

@media (max-width:1366px) {
    .other-project-text { font-size: 18.88889px }
}

@media (max-width:991px) {
    .other-project-text { font-size: 18.33333px }
}

@media (max-width:767px) {
    .other-project-text { font-size: 17.77778px }
}

.other-project-icon { position: absolute; right: 0; top: 0; max-width: 15vw }
.other-news { overflow: hidden }
.other-news-item { display: block; position: relative; line-height: 1.6; padding-bottom: 15px }
.other-news-item:before { position: absolute; left: 0; right: 0; bottom: 0; top: 0; content: "" }
.other-news-item:first-child { height: 55vh; transition: all .25s }

@media (max-width:767px) {
    .other-news-item:first-child { padding-top: 15px }
}

.other-news-item:first-child:before { background-color: #edf3f8; transition: all .25s }
.other-news-item:first-child:hover { color: #fff }
.other-news-item:first-child:hover:before { background-color: #1a6f94 }
.other-news-item:last-child { height: 45vh; padding-top: 50px }

@media (max-width:1679px) {
    .other-news-item:last-child { padding-top: 41.25px }
}

@media (max-width:1366px) {
    .other-news-item:last-child { padding-top: 32.5px }
}

@media (max-width:991px) {
    .other-news-item:last-child { padding-top: 23.75px }
}

@media (max-width:767px) {
    .other-news-item:last-child { padding-top: 15px }
}

.other-news-item:last-child:before { background-color: #edf3f8; transition: all .25s }
.other-news-item:last-child .other-news-title { color: #323a5e }
.other-news-item:last-child:hover, .other-news-item:last-child:hover .other-news-title { color: #fff }
.other-news-item:last-child:hover:before { background-color: #8d1111 }
.other-news-content { position: relative; padding-left: 55px }

@media (max-width:1679px) {
    .other-news-content { padding-left: 45px }
}

@media (max-width:1366px) {
    .other-news-content { padding-left: 35px }
}

@media (max-width:991px) {
    .other-news-content { padding-left: 25px }
}

@media (max-width:767px) {
    .other-news-content { padding-left: 15px }
}

.other-news-title { font-size: 22px; margin-bottom: 60px }

@media (max-width:1679px) {
    .other-news-title { font-size: 21.5px }
}

@media (max-width:1366px) {
    .other-news-title { font-size: 21px }
}

@media (max-width:991px) {
    .other-news-title { font-size: 20.5px }
}

@media (max-width:767px) {
    .other-news-title { font-size: 20px }
}

@media (max-width:1679px) {
    .other-news-title { margin-bottom: 49.5px }
}

@media (max-width:1366px) {
    .other-news-title { margin-bottom: 39px }
}

@media (max-width:991px) {
    .other-news-title { margin-bottom: 28.5px }
}

@media (max-width:767px) {
    .other-news-title { margin-bottom: 18px }
}

.other-news-subtitle { font-size: 18px; margin-bottom: 30px }

@media (max-width:1679px) {
    .other-news-subtitle { font-size: 17px }
}

@media (max-width:1366px) {
    .other-news-subtitle { font-size: 16px }
}

@media (max-width:991px) {
    .other-news-subtitle { font-size: 15px }
}

@media (max-width:767px) {
    .other-news-subtitle { font-size: 14px }
}

@media (max-width:1679px) {
    .other-news-subtitle { margin-bottom: 25.75px }
}

@media (max-width:1366px) {
    .other-news-subtitle { margin-bottom: 21.5px }
}

@media (max-width:991px) {
    .other-news-subtitle { margin-bottom: 17.25px }
}

@media (max-width:767px) {
    .other-news-subtitle { margin-bottom: 13px }
}

.other-news-time { color: #cba03a; display: block; padding-bottom: 5px; border-bottom: 1px solid hsla(0,0%,100%,.3); margin-bottom: 8px; font-size: 14px }
.other-news-desc { opacity: .5 }
.other-news-pagination { display: flex; align-items: center; position: absolute; bottom: 30px; right: 30px; z-index: 10; display: none !important }
.other-news-pagination > :not(:last-child) { margin-right: 15px }
.other-news-index { font-family: Times New Roman,Microsoft YaHei,sans-serif; font-size: 20px }

@media (max-width:1679px) {
    .other-news-index { font-size: 18.5px }
}

@media (max-width:1366px) {
    .other-news-index { font-size: 17px }
}

@media (max-width:991px) {
    .other-news-index { font-size: 15.5px }
}

@media (max-width:767px) {
    .other-news-index { font-size: 14px }
}

.other-news-index b { font-weight: 400; color: #cba03a }
.other-news-control { display: flex; align-items: center; justify-content: center; border: 1px solid #1a6f94; color: #1a6f94; border-radius: 50%; cursor: pointer; font-size: 24px; width: 40px; height: 40px }

@media (max-width:1679px) {
    .other-news-control { font-size: 22.2px }
}

@media (max-width:1366px) {
    .other-news-control { font-size: 20.4px }
}

@media (max-width:991px) {
    .other-news-control { font-size: 18.6px }
}

@media (max-width:767px) {
    .other-news-control { font-size: 16.8px }
}

@media (max-width:1679px) {
    .other-news-control { width: 37.5px }
}

@media (max-width:1366px) {
    .other-news-control { width: 35px }
}

@media (max-width:991px) {
    .other-news-control { width: 32.5px }
}

@media (max-width:767px) {
    .other-news-control { width: 30px }
}

@media (max-width:1679px) {
    .other-news-control { height: 37.5px }
}

@media (max-width:1366px) {
    .other-news-control { height: 35px }
}

@media (max-width:991px) {
    .other-news-control { height: 32.5px }
}

@media (max-width:767px) {
    .other-news-control { height: 30px }
}

.other-news-control { transition: all .25s }
.other-news-control:hover { color: #fff; background-color: #1a6f94 }
.intro { display: flex; flex-direction: column; position: relative; height: 100%; background-color: #edf3f8 }
.intro-pic { max-height: 30%; background-image: url(/images/index-intro-bg.jpg); position: absolute; left: 0; right: 0; bottom: 0; top: 0; background-size: cover; background-position: 50% }
.intro-header .cheader { position: relative; color: #fff; background-color: #323a5e }
.intro-body { position: relative; flex-grow: 1 }
.intro-body-wrapper { position: absolute; left: 0; right: 0; bottom: 0; top: 0 }
.intro-body-wrapper > *, .intro-body-wrapper > * > *, .intro-body-wrapper > * > * > * { height: 100% }

@media (max-width:767px) {
    .intro-body-wrapper > *, .intro-body-wrapper > * > *, .intro-body-wrapper > * > * > * { height: auto }
}

.intro-intro-group { padding-left: 100px }
.intro-intro-group2 { padding-left: 50px }

@media (max-width:1679px) {
    .intro-intro-group { padding-left: 78.75px }
}

@media (max-width:1366px) {
    .intro-intro-group { padding-left: 57.5px }
}

@media (max-width:991px) {
    .intro-intro-group { padding-left: 36.25px }
}

@media (max-width:767px) {
    .intro-intro-group { padding-left: 15px }
}

.intro-intro-group:first-child { height: 30% }
.intro-intro-group:last-child { height: 70% }
.intro-title { display: flex; align-items: center; height: 100%; color: #fff; font-size: 34px }

@media (max-width:1679px) {
    .intro-title { font-size: 29.5px }
}

@media (max-width:1366px) {
    .intro-title { font-size: 25px }
}

@media (max-width:991px) {
    .intro-title { font-size: 20.5px }
}

@media (max-width:767px) {
    .intro-title { font-size: 16px }
}

.intro-other { padding-top: 50px }

@media (max-width:1679px) {
    .intro-other { padding-top: 41.25px }
}

@media (max-width:1366px) {
    .intro-other { padding-top: 32.5px }
}

@media (max-width:991px) {
    .intro-other { padding-top: 23.75px }
}

@media (max-width:767px) {
    .intro-other { padding-top: 15px }
}

.intro-other-col { position: relative }
.intro-other-col:not(:last-child):before { content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); height: 50%; width: 1px; background-color: #c9d2dd }
.intro-other-title { color: #323a5e; font-size: 22px; margin-bottom: 30px }

@media (max-width:1679px) {
    .intro-other-title { font-size: 21.5px }
}

@media (max-width:1366px) {
    .intro-other-title { font-size: 21px }
}

@media (max-width:991px) {
    .intro-other-title { font-size: 20.5px }
}

@media (max-width:767px) {
    .intro-other-title { font-size: 20px }
}

@media (max-width:1679px) {
    .intro-other-title { margin-bottom: 26.25px }
}

@media (max-width:1366px) {
    .intro-other-title { margin-bottom: 22.5px }
}

@media (max-width:991px) {
    .intro-other-title { margin-bottom: 18.75px }
}

@media (max-width:767px) {
    .intro-other-title { margin-bottom: 15px }
}

.intro-other-media { display: flex; justify-content: center; text-align: center }
.intro-other-media dt { position: relative; margin-bottom: 30px }

@media (max-width:1679px) {
    .intro-other-media dt { margin-bottom: 26.25px }
}

@media (max-width:1366px) {
    .intro-other-media dt { margin-bottom: 22.5px }
}

@media (max-width:991px) {
    .intro-other-media dt { margin-bottom: 18.75px }
}

@media (max-width:767px) {
    .intro-other-media dt { margin-bottom: 15px }
}

.intro-other-media p { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); color: #fff; font-size: 26px }

@media (max-width:1679px) {
    .intro-other-media p { font-size: 23.5px }
}

@media (max-width:1366px) {
    .intro-other-media p { font-size: 21px }
}

@media (max-width:991px) {
    .intro-other-media p { font-size: 18.5px }
}

@media (max-width:767px) {
    .intro-other-media p { font-size: 16px }
}

.intro-other-control { position: absolute; top: 50%; z-index: 10; color: #cba03a; font-size: 30px; transform: translateY(-50%); padding: 15px; transition: all .25s; cursor: pointer }
.intro-other-control.prev { left: 0 }
.intro-other-control.prev:hover { transform: translate(-5px,-50%) }
.intro-other-control.next { right: 0 }
.intro-other-control.next:hover { transform: translate(5px,-50%) }
.intro-other-sub p { display: flex; align-items: center; line-height: 1.5 }
.intro-other-sub p:before { content: ""; width: 5px; height: 5px; border-radius: 50%; background-color: #cba03a; margin-right: 10px }
.intro-other-sub p:not(:last-child) { margin-bottom: 6px }
.intro-media { display: flex; align-items: center; padding-right: 60px }

@media (max-width:1679px) {
    .intro-media { padding-right: 45px }
}

@media (max-width:1366px) {
    .intro-media { padding-right: 30px }
}

@media (max-width:991px) {
    .intro-media { padding-right: 15px }
}

@media (max-width:767px) {
    .intro-media { padding-right: 0 }
}

.intro-media-body { width: 100% }
.intro-media-item { display: flex; align-items: center; justify-content: center; text-align: center; position: relative; width: 100%; overflow: hidden; height: 70vh }

@media (max-width:767px) {
    .intro-media-item { padding-top: 45px; padding-bottom: 45px; height: auto }
}

.intro-media-pic { position: absolute; left: 0; right: 0; bottom: 0; top: 0; background-size: cover; background-position: 50%; transition: all .25s }
a:hover .intro-media-pic { transform: scale(1.1) }
.intro-media-border .ccover-border { border-color: #cba03a }
.intro-media-text { color: #fff; position: relative; padding-left: 45px; padding-right: 45px }

@media (max-width:1679px) {
    .intro-media-text { padding-left: 40px }
}

@media (max-width:1366px) {
    .intro-media-text { padding-left: 35px }
}

@media (max-width:991px) {
    .intro-media-text { padding-left: 30px }
}

@media (max-width:767px) {
    .intro-media-text { padding-left: 25px }
}

@media (max-width:1679px) {
    .intro-media-text { padding-right: 40px }
}

@media (max-width:1366px) {
    .intro-media-text { padding-right: 35px }
}

@media (max-width:991px) {
    .intro-media-text { padding-right: 30px }
}

@media (max-width:767px) {
    .intro-media-text { padding-right: 25px }
}

.intro-media-title { font-size: 1.45833vw; margin-bottom: 26px }

@media (max-width:767px) {
    .intro-media-title { font-size: 16px }
}

@media (max-width:1679px) {
    .intro-media-title { margin-bottom: 24px }
}

@media (max-width:1366px) {
    .intro-media-title { margin-bottom: 22px }
}

@media (max-width:991px) {
    .intro-media-title { margin-bottom: 20px }
}

@media (max-width:767px) {
    .intro-media-title { margin-bottom: 18px }
}

.intro-media-subtitle { display: flex; align-items: center; justify-content: center; font-size: 1.25vw; line-height: 1.6; margin-bottom: 5px }

@media (max-width:767px) {
    .intro-media-subtitle { font-size: 14px }
}

@media (max-width:1679px) {
    .intro-media-subtitle { margin-bottom: 5px }
}

@media (max-width:1366px) {
    .intro-media-subtitle { margin-bottom: 5px }
}

@media (max-width:991px) {
    .intro-media-subtitle { margin-bottom: 5px }
}

@media (max-width:767px) {
    .intro-media-subtitle { margin-bottom: 5px }
}

.intro-media-subtitle:after, .intro-media-subtitle:before { content: ""; height: 1px; background-color: #cba03a; display: none !important; width: 55px }

@media (max-width:1679px) {
    .intro-media-subtitle:after, .intro-media-subtitle:before { width: 46.25px }
}

@media (max-width:1366px) {
    .intro-media-subtitle:after, .intro-media-subtitle:before { width: 37.5px }
}

@media (max-width:991px) {
    .intro-media-subtitle:after, .intro-media-subtitle:before { width: 28.75px }
}

@media (max-width:767px) {
    .intro-media-subtitle:after, .intro-media-subtitle:before { width: 20px }
}

.intro-media-subtitle:before { margin-right: 12px }
.intro-media-subtitle:after { margin-left: 12px }
.intro-media-player { display: inline-flex; align-items: center; justify-content: center; color: #323a5e; background-color: #cba03a; border-radius: 50%; width: 55px; height: 55px; font-size: 30px }

@media (max-width:1679px) {
    .intro-media-player { width: 51.25px }
}

@media (max-width:1366px) {
    .intro-media-player { width: 47.5px }
}

@media (max-width:991px) {
    .intro-media-player { width: 43.75px }
}

@media (max-width:767px) {
    .intro-media-player { width: 40px }
}

@media (max-width:1679px) {
    .intro-media-player { height: 51.25px }
}

@media (max-width:1366px) {
    .intro-media-player { height: 47.5px }
}

@media (max-width:991px) {
    .intro-media-player { height: 43.75px }
}

@media (max-width:767px) {
    .intro-media-player { height: 40px }
}

@media (max-width:1679px) {
    .intro-media-player { font-size: 29px }
}

@media (max-width:1366px) {
    .intro-media-player { font-size: 28px }
}

@media (max-width:991px) {
    .intro-media-player { font-size: 27px }
}

@media (max-width:767px) {
    .intro-media-player { font-size: 26px }
}

.intro-media-pagination { position: absolute; bottom: 30px; left: 0; z-index: 100; text-align: center; color: #fff; width: 100%; font-family: Times New Roman,Microsoft YaHei,sans-serif; display: none !important; font-size: 18px }

@media (max-width:1679px) {
    .intro-media-pagination { font-size: 17.5px }
}

@media (max-width:1366px) {
    .intro-media-pagination { font-size: 17px }
}

@media (max-width:991px) {
    .intro-media-pagination { font-size: 16.5px }
}

@media (max-width:767px) {
    .intro-media-pagination { font-size: 16px }
}

.intro-media-pagination b { color: #cba03a }

/*# sourceMappingURL=db1c89e0f6e62f9642018cbb531bbd4f.css.map*/
<!--0.00013208389282227-->