:root {
    --text-height-light-color: #0865B2
/*    --text-height-light-color: rgba(208,4,18,1)*/
}

* {
    margin: 0;
    padding: 0
}

body {
    color: #333
}

::-webkit-scrollbar {
    width: 8px;
    background-color: #f0f0f0;
    border-radius: 4px
}

::-webkit-scrollbar:hover {
    width: 8px;
    background-color: #eee
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ccc
}

::-webkit-scrollbar-thumb:hover {
    background: #999
}

::-webkit-scrollbar-track {
    opacity: 0.5
}

ul,
li,
dl,
dd,
dt {
    list-style: none
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    color: var(--text-height-light-color)
}

.ty-header {
    height: 104px;
    border-bottom: 1px solid rgba(20, 20, 20, 0.1);
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 999;
    backdrop-filter: blur(20px);
    background-color: rgba(255, 255, 255, 0.6)
}

.ty-header header {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    height: 104px;
    box-sizing: border-box
}

.menu {
    display: flex
}

.menu li {
    margin-left: 64px
}

.menu li.active a {
    font-weight: bold;
    color: var(--text-height-light-color)
}

.menu li a {
    font-size: 16px
}

.logo {
    height: 70px;
    width: 180px;
    opacity: 0;
    transition: all 0.5s ease;
}

.logo-in{
    opacity: 1;
    transition: all 0.5s ease;
}

.logo img {
    display: block;
    width: 100%;
    height: 100%
}

.swiper {
    width: 100%;
    height: 800px
}

.swiper-wrapper {
    display: flex;
    align-items: center
}

.swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ccc
}

.swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.8) !important
}

.swiper-pagination-bullet-active {
    background: var(--text-height-light-color) !important
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.swiper-container {
    width: 100%;
    height: 100%
}

.swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1)
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1)
}

.containter {
    min-height: 500px;
    width: 1200px;
    margin: 0 auto
}

.number {
    display: flex;
    align-items: center;
    height: 282px;
    width: 1200px;
    margin: 24px auto 40px
}

.number>div {
    height: 282px;
    width: 300px;
    text-align: center
}

.number>div>i {
    display: block;
    width: 106px;
    height: 106px;
    margin: 0 auto;
    margin-bottom: 20px
}

i.icon-1 {
    background: url(../img/icon_4.png) no-repeat center center /100% 100%
}

i.icon-2 {
    background: url(../img/icon_1.png) no-repeat center center /100% 100%
}

i.icon-3 {
    background: url(../img/icon_2.png) no-repeat center center /100% 100%
}

i.icon-4 {
    background: url(../img/icon_3.png) no-repeat center center /100% 100%
}

.number>div>strong {
    font-size: 32px;
    color: var(--text-height-light-color)
}

.number>div>h4 {
    font-weight: normal;
    font-size: 20px;
    margin-top: 10px
}

.ccompany-info {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between
}

.sub-title i {
    display: block;
    font-size: 16px;
    color: #E7E7E7;
    font-style: normal;
    text-transform: uppercase
}

.sub-title h3 {
    font-size: 36px;
    color: var(--text-height-light-color);
    font-weight: normal
}

.sub-title p {
    font-size: 16px;
    margin-top: 16px
}

.ccompany-info {
    margin-bottom: 104px
}

.ccompany-info .content {
    font-size: 16px;
    line-height: 32px;
    margin-top: 24px;
    margin-right: 30px
}

.ccompany-info .right {
    width: 560px;
    height: 320px;
    flex: 0 0 560px;
    overflow: hidden
}

.ccompany-info .right img {
    display: block;
    width: 100%;
    height: 100%
}

.link-btn {
    margin-top: 20px
}

.link-btn a {
    display: block;
    width: 108px;
    height: 40px;
    background: var(--text-height-light-color);
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #fff
}

.customer,
.media,
.case {
    width: 1200px;
    margin: 0 auto 104px
}

.media .sub-title,
.customer .sub-title,
.case .sub-title {
    text-align: center
}

.customer-items {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, 220px);
    grid-row-gap: 34px;
    grid-column-gap: 24px;
    margin-top: 26px
}

.customer-items li {
    width: 220px;
    height: 240px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    overflow: hidden
}

.customer-items li img {
    display: block;
    width: 100%;
    height: 100%
}

.wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
    padding-bottom: 50px
}

.media {
    margin-bottom: 104px
}

.media-info {
    flex: 0 0 463px;
    line-height: 32px;
    font-size: 16px
}

.media-info p {
    margin-bottom: 5px
}

.map {
    position: relative
}

.map>div {
    position: absolute;
    left: 32px;
    bottom: 20px
}

.map>div p {
    color: #666;
    font-size: 14px;
    line-height: 14px;
    margin-top: 12px;
    position: relative
}

.map>div p::before {
    content: '';
    display: block;
    height: 6px;
    width: 6px;
    position: absolute;
    left: -15px;
    top: 4px;
    background: #0865B2;
    border-radius: 50%
}

.map>div p:first-child::before {
    background: #E40000
}

.map img {
    display: block;
    height: 492px;
    width: 670px
}

.case .sub-title {
    margin-bottom: 60px
}

.case-warp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.case-warp>div {
    width: 578px;
    flex: 0 0 578px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px
}

.case-img {
    flex: 0 0 280px;
    height: 160px;
    overflow: hidden
}

.case-img img {
    display: block;
    height: 100%;
    width: 100%
}

.case-info {
    flex: 278px;
    margin-left: 20px
}

.case-info p {
    font-size: 14px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: 8px
}

.case-info h4 {
    font-size: 16px;
    margin-bottom: 16px
}

.case-info a {
    color: var(--text-height-light-color);
    font-size: 14px;
    font-style: normal
}

.footer {
    background: #333;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    height: 60px;
    line-height: 60px
}

.pic {
    height: 460px;
    width: 100%;
    overflow: hidden
}

.pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.containter img,
.containter a {
    position: relative;
    transform: scale(1);
    transition: all 0.5s ease
}

.containter img:hover,
.containter a:hover {
    position: relative;
    transform: scale(1.1);
    transition: all 0.5s ease
}

.about {
    padding: 60px 0
}

.about>div {
    margin-bottom: 50px
}

.about h3 {
    font-size: 36px;
    color: var(--text-height-light-color);
    font-weight: normal
}

.about p {
    font-size: 16px;
    line-height: 180%;
    margin-top: 20px
}

.video-box {
    height: 400px;
    display: flex;
    margin: 0 auto;
    align-items: center
}

.video-box video {
    width: 100%
}

.honors .location-map {
    width: 100%;
    overflow: hidden;
    margin-top: 50px;
    border-radius: 5px
}

.honors .location-map img {
    display: block;
    width: 100%
}

.about .sub-title {
    margin-bottom: 60px
}

.about ul {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 100px
}

.about ul li {
    width: 25%;
    flex: 0 0 25%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center
}

.about ul li img {
    display: block;
    width: 100%
}

.about ul li strong {
    font-size: 22px;
    font-weight: normal;
    color: var(--text-height-light-color);
    text-align: center;
    display: block;
    padding: 10px
}

.about ul li p {
    padding: 0 10px;
    margin: 0px;
    line-height: 150%;
    text-align: center
}

.customer-wrap {
    padding: 60px 0
}

.customer-wrap .sub-title {
    margin: 0px 0 50px
}

.customer-wrap .case-warp {
    display: block;
    margin-top: 50px
}

.customer-wrap .case-warp>div {
    width: 100%;
    background: #f5f5f5;
    padding: 20px
}

.customer-wrap .case-warp>div .case-info {
    position: relative
}

.customer-wrap .case-warp>div a {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 108px;
    height: 40px;
    background: var(--text-height-light-color);
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border-radius: 5px;
    opacity: 0.8
}

.page-number {
    display: flex;
    justify-content: center;
    margin: 5px 0px 0
}

.page-number a {
    display: block;
    height: 20px;
    width: 20px;
    text-align: center;
    margin: 0 5px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    border-radius: 3px
}

.page-number a.active {
    color: var(--text-height-light-color);
    border: none;
    font-weight: bold
}

.page-number .next,
.page-number .prev {
    color: #666;
    margin: 0 20px;
    cursor: default
}

.page-number .total {
    margin-left: 50px
}

.page-number .total a {
    display: inline;
    border: none
}

.media-wrap {
    padding: 60px 0
}

.media-wrap .sub-title {
    margin-bottom: 60px;
    text-align: center;
}

.media-list {
    margin: 50px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.media-list li {
    width: 378px;
    border: 1px solid #ccc;
    height: 213px;
    overflow: hidden;
    margin: 10px
}



.sub-title-2{
    font-weight: normal;
    font-size: 24px;
    display: flex;
    align-items: center;
    position: relative;
    color: var(--text-height-light-color);
}
.sub-title-2::before{
    display: block;
    content: "";
    height: 6px;
    width: 6px;
    background: #E40000;
    border-radius: 50%;
    margin-right: 10px;
}
.sub-title-2 span{
    color: #E7E7E7;
    display: block;
    margin-left: 10px;
    margin-top: 5px;

}

.media-list-4{
    margin-top: 10px;
}
.media-list-4 li{
    width: 278px;
}
.media-list img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details {
    padding: 20px
}

.details>div {
    display: flex;
    padding: 10px 0
}

.details>div strong {
    flex: 0 0 70px;
    text-align: right;
    padding: 0 10px
}

.details>div p {
    line-height: 180%
}

.details>div.img-box {
    padding: 10px 20px
}

.details>div.img-box img {
    display: block;
    max-width: 100%;
    max-height: 100%
}