.main-color {
    color: #ff671f
}

.w1200 {
    width: 1200px;
    margin: auto
}

.w1400 {
    width: 1400px;
    margin: auto
}

.w1600 {
    width: 1600px;
    margin: auto
}

@font-face {
    font-family: 'iconfont';
    src: url('https://www.swatten.com/weboms/Template/default/statics/fonts/iconfont.eot');
    src: url('https://www.swatten.com/weboms/Template/default/statics/fonts/iconfont.eot?') format('embedded-opentype'), 
         url('../font/iconfont.woff') format('woff'), 
         url('../font/iconfont.ttf') format('truetype'), 
         url('https://www.swatten.com/weboms/Template/default/statics/fonts/iconfont.svg') format('svg')
}

.icon {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale
}

.bg-f5 {
    background: #eaf3f7
}

.color-f {
    color: #fff
}

.color-9 {
    color: #999
}

.color-0 {
    color: #000
}

.color-3 {
    color: #333
}

.color-6 {
    color: #666
}

.ho-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: auto;
    min-height: auto;
    width: 100%;
    height: 100%;
    transform: none;
    transition: transform .5s ease;
    object-fit: cover;
    max-height: 100%
}

.swiper-pagination-bullet-active {
    background: #ff671f
}

.flex-1 {
    flex: 1
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff
}

header.index-active {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0)
}

header.index-active .head-nav ul li a {
    color: #fff
}

header.index-active .sgp-in-lauge .icon {
    color: #fff
}

header.active {
    background-color: #fff
}

header.active .head-nav ul li a {
    color: #333
}

header.active .head-nav .sgp-in-lauge .icon {
    color: #ff671f
}

header .head-nav {
    height: 80px
}

header .head-nav .logo {
    height: 100%
}

header .head-nav .logo img {
    max-height: 50%
}

header .head-nav .sgp-in-lauge {
    position: relative;
    padding: 8px 0;
    cursor: pointer;
    z-index: 99
}

header .head-nav .sgp-in-lauge .lang-info {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100px;
    background-color: #fff;
    border-radius: 4px;
    padding: 8px;
    display: none
}

header .head-nav .sgp-in-lauge .lang-info a {
    height: 30px;
    display: flex;
    align-items: center
}

header .head-nav .sgp-in-lauge .lang-info a:hover {
    color: #ff671f
}

header .head-nav .sgp-in-lauge:hover .lang-info {
    display: block
}

header .head-nav .sgp-in-lauge:hover .icon {
    color: #ff671f
}

header .head-nav ul {
    height: 100%
}

header .head-nav ul li {
    height: 100%
}

header .head-nav ul li>a {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center
}

header .head-nav ul li>a:hover {
    color: #ff671f
}

header .head-nav ul li .son-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% - 40px);
    background-color: rgba(0, 0, 0, 0.7);
    z-index: -10;
    transition: .5s
}

header .head-nav ul li .son-nav a {
    color: rgba(255, 255, 255, 0.8);
    height: 36px;
    transition: .5s;
    line-height: 36px
}

header .head-nav ul li .son-nav a:hover,
header .head-nav ul li .son-nav a.on {
    background-color: #003798
}

header .head-nav ul li:hover .son-nav {
    top: 100%
}

header .head-nav ul li.active>a {
    color: #ff671f;
    font-weight: normal !important;
}

header .head-nav ul li.active>a::before {
    left: 10%;
    right: 10%
}

header .head-nav .tel {
    width: 180px;
    height: 46px;
    border-radius: 22px;
    justify-content: center;
    align-items: center;
    background-color: #ff671f
}

footer {
    background: #f9f9f9;
    border-top: 1px #e5e5e5 solid
}

footer .content ul li {
    margin-right: 10%
}

footer .content ul li:last-child {
    margin-right: 0
}

footer .content ul li a {
    display: block;
    line-height: 24px
}

footer .content ul li a:hover {
    color: #003798
}

footer .content .contact {
    display: flex;
    align-items: flex-start
}

footer .content .contact form {
    width: 330px;
    height: 46px;
    border: 1px #ebebeb solid;
    box-sizing: border-box;
    border-radius: 22px;
    background-color: #fff;
    display: flex
}

footer .content .contact form .item {
    flex: 1;
    height: 100%;
    position: relative
}

footer .content .contact form .item input {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center
}

footer .content .contact form .item p {
    position: absolute;
    bottom: 200%;
    left: 0;
    width: 90%;
    background-color: #003798;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    color: #fff;
    border-radius: 10px;
    opacity: 0;
    transition: .5s
}

footer .content .contact form .item p .icon {
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    top: 90%
}

footer .content .contact form .item.error p {
    opacity: 1;
    bottom: 136%
}

footer .content .contact form button {
    width: 96px;
    height: 100%;
    border-radius: 22px;
    justify-content: center;
    align-items: center;
    background-color: #003798
}

footer .links span {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.2)
}

footer .links a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.2)
}

footer .links a:hover {
    color: rgba(255, 255, 255, 0.7)
}

footer .copyright {
    border-top: 1px rgba(255, 255, 255, 0.2) solid
}

footer .copyright a {
    font-size: 14px
}

footer .copyright a:hover {
    color: #003798
}

footer .copyright ul {
    display: flex
}

footer .copyright ul li a .icon {
    color: #c5c5c5
}

footer .copyright ul li a:hover .icon {
    color: #003798
}

.menu-container-mask {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    transition: .2s;
    z-index: 9999
}

.menu-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    overflow: hidden;
    background-color: #fff
}

.top-menu-list {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .2s
}

.top-menu-list.active {
    transform: translateX(-100%)
}

.top-menu-list>li {
    height: 48px;
    line-height: 48px
}

.top-menu-list>li li:first-child,
.top-menu-list>li:first-child {
    height: 45px
}

.top-menu-list>li li:first-child>a,
.top-menu-list>li:first-child>a {
    background-color: #f7f7f7;
    height: 45px
}

.top-menu-list>li a {
    height: 100%;
    padding: 0 32px 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666;
    font-size: 14px
}

.top-menu-list>li a span {
    color: #666;
    font-size: 14px
}

.top-menu-list>li a .icon {
    color: #666;
    font-size: 14px
}

.top-menu-list>li .title-name {
    height: 100%;
    padding: 0 32px 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    white-space: normal;
    overflow: hidden
}

.top-menu-list ul {
    position: absolute;
    left: 100%;
    width: 100%;
    background-color: #fff;
    top: 0;
    height: 100%;
    display: none
}

.top-menu-list ul.active {
    display: block
}

.navbar-nav-more-body {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.6);
    transition: .2s
}

.navbar-nav-more-body .box-shadown {
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%
}

.navbar-nav-more-body .offcanva {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    overflow: hidden;
    background-color: #fff
}

.navbar-nav-more-body .offcanvas-body {
    position: relative
}

.navbar-nav-more-body .offcanvas-end {
    width: 60%;
    z-index: 999999
}

.navbar-nav-more-body .top-menu-list {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 100%;
    transition: .2s;
    font-size: 1rem;
    padding: 0
}

.navbar-nav-more-body .top-menu-list.active {
    transform: translateX(-100%)
}

.navbar-nav-more-body .top-menu-list>li {
    height: 3.5rem;
    line-height: 3.5rem;
    padding: 0
}

.navbar-nav-more-body .top-menu-list>li li:first-child,
.navbar-nav-more-body .top-menu-list>li:first-child {
    height: 2.8rem
}

.navbar-nav-more-body .top-menu-list>li li:first-child>a,
.navbar-nav-more-body .top-menu-list>li:first-child>a {
    background-color: #f7f7f7;
    height: 2.8rem
}

.navbar-nav-more-body .top-menu-list>li a {
    height: 100%;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.navbar-nav-more-body .top-menu-list>li a:hover {
    color: #003798
}

.navbar-nav-more-body .top-menu-list ul {
    position: absolute;
    left: 100%;
    width: 100%;
    background-color: #fff;
    top: 0;
    height: 100%;
    padding: 0;
    display: none
}

.navbar-nav-more-body .top-menu-list ul.active {
    display: block
}

.navbar-nav-more-body .top-menu-list .icon {
    font-size: 16px;
    color: #666
}

.navbar-nav-more-body .top-menu-list ul.active .icon {
    margin-right: .5rem
}

.position {
    height: 86px;
    border-bottom: 1px #ddd solid;
    background-color: #f8f8f8
}

.position ul li {
    margin: 0 30px
}

.position ul li a {
    display: flex;
    align-items: center;
    height: 86px;
    position: relative
}

.position ul li a::before {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: -1px;
    height: 2px;
    background-color: #ff671f;
    transition: .5s
}

.position ul li:hover a,
.position ul li.active a {
    color: #ff671f
}

.position ul li:hover a::before,
.position ul li.active a::before {
    left: 0;
    right: 0
}

.breadcrumb {
    margin-bottom: 0rem;
    font-size: 14px;
    color: #003798
}

.breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
    color: #999;
    font-size: 14px
}

.breadcrumb-item {
    display: flex;
    align-items: center
}

.breadcrumb-item a {
    color: #999;
    font-size: 14px
}

.breadcrumb-item a:hover {
    color: #ff671f !important
}

.pagination-box {
    text-align: center;
    line-height: 32px;
    color: #595959
}

.pagination-box select {
    margin: 0 8px
}

/* .pagination-box a,
.pagination-box span {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    text-align: center;
    margin-right: 8px;
    cursor: pointer;
    vertical-align: top;
    color: #666;
    font-size: 14px
} */

/* .pagination-box a:last-child,
.pagination-box span:last-child {
    margin-right: 0
}

.pagination-box a.active,
.pagination-box span.active,
.pagination-box a.current,
.pagination-box span.current,
.pagination-box a:hover,
.pagination-box span:hover {
    background-color: #ff671f;
    border-color: #ff671f;
    color: #fff !important
} */

.pagination-box select {
    height: 32px;
    border: 1px solid #e2e2e2;
    box-sizing: border-box
}

.pagination-box .prev_disabled,
.pagination-box .next_disabled {
    background-color: transparent !important;
    border-color: #e2e2e2 !important;
    color: #e2e2e2 !important;
    cursor: no-drop
}

.pagination-box .prev_disabled:hover,
.pagination-box .next_disabled:hover {
    color: #e2e2e2 !important
}

.pagination-box .page_num {
    border: none
}

/* .pagination-box .prev::before,
.pagination-box .prev_disabled::before {
    content: '<'
}

.pagination-box .next::before,
.pagination-box .next_disabled::before {
    content: '>'
} */

.searchlist-input-container {
    display: flex;
    width: 100%;
    height: 60px;
    border-radius: 8px;
    padding-left: 16px;
    overflow: hidden
}

.searchlist-input-container .key {
    flex: 1
}

.searchlist-input-container .sub {
    height: 60px;
    background: #003798;
    color: #fff;
    width: 60px
}

.searchlist-input-container .sub:hover {
    color: rgba(255, 255, 255, 0.8)
}

.index-pagination span {
    background-color: none;
    opacity: 1
}

.index-pagination .swiper-pagination-bullet-active {
    background-color: #fff
}

.line {
    margin: auto;
    display: block
}

.home-banner {
    position: relative
}

.home-banner .video-link {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 104px;
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    z-index: 10
}

.home-banner .video-link:hover {
    color: #003798
}

.home-banner .video-link:hover .icon {
    color: #003798
}

.home-banner .index-container .swiper-slide {
    height: 100vh
}

.home-banner video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 3;
    object-fit: fill
}

.home-product ul li a {
    position: relative;
    z-index: 1;
    height: 100%
}

.home-product ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    background: #f8f8f8;
    z-index: -1;
    transition: .5s
}

.home-product ul li a .img {
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.home-product ul li a .img img {
    max-width: 80%;
    max-height: 80%;
    transition: .5s
}

.home-product ul li a:hover::before {
    background: #ff671f
}

.home-product ul li a:hover img {
    transform: scale(1.06)
}

.home-product ul li a:hover h3 {
    color: #fff
}

.home-about .content {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px rgba(0, 0, 0, 0.08) solid;
    box-sizing: border-box
}

.home-about .content .text {
    padding: 12% 6%
}

.home-about .content .text .desc {
    line-height: 24px;
    text-align: justify
}

.home-about .content .text .more {
    margin-top: 10%;
    width: 190px;
    height: 46px;
    border-radius: 22px;
    justify-content: center;
    align-items: center;
    background-color: #ff671f;
    transition: .5s;
    overflow: hidden;
    z-index: 1;
    position: relative
}

.home-about .content .text .more::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    top: 0;
    bottom: 0;
    background-color: #ff671f;
    transition: .5s;
    z-index: -1
}

.home-about .content .text .more:hover {
    color: #fff
}

.home-about .content .text .more:hover::before {
    width: 100%
}

.home-about .content ul {
    display: flex;
    height: 100%;
    flex-wrap: wrap
}

.home-about .content ul li {
    width: 50%;
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 1px rgba(0, 0, 0, 0.08) solid;
    box-sizing: border-box
}

.home-about .content ul li:nth-child(1) {
    border-bottom: 1px rgba(0, 0, 0, 0.08) solid
}

.home-about .content ul li:nth-child(2) {
    border-bottom: 1px rgba(0, 0, 0, 0.08) solid
}

.home-honor {
    padding-bottom: 8%
}

.home-honor ul {
    display: flex;
    justify-content: space-between
}

.home-honor ul li {
    width: 28%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.home-honor ul li img {
    max-width: 90%
}

.home-case {
    background-color: #f5f5f5
}

.home-case .content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    overflow: hidden;
    border-radius: 30px
}

.home-case .content::before {
    content: '';
    position: absolute;
    left: 36%;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../image/case-bg.jpg);
    background-size: cover;
    z-index: -1
}

.home-case .content .img {
    width: 40%;
    border-radius: 30px;
    overflow: hidden
}

.home-case .content .text {
    width: 55%
}

.home-case .content .text ul li {
    line-height: 30px
}

.home-case .content .text ul li a {
    display: flex
}

.home-case .content .text ul li a span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #ff671f;
    margin-right: 10px;
    margin-top: 10px
}

.home-case .content .text ul li a p {
    flex: 1
}

.home-case .content .text ul li a:hover p {
    color: #ff671f
}

.home-support {
    background-color: #f5f5f5
}

.home-support .content {
    display: flex;
    justify-content: center
}

.home-support .content img {
    max-width: 95%
}

.home-news .new {
    position: relative;
    padding-top: 60%;
    border-radius: 24px;
    overflow: hidden
}

.home-news .new .info {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 4%;
    z-index: 2;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.4))
}

.home-news .new .info span {
    color: rgba(255, 255, 255, 0.8)
}

.home-news .new:hover img {
    transform: scale(1.1)
}

.home-news .new:hover h4 {
    color: #ff671f
}

.home-news ul {
    height: 100%
}

.home-news ul li {
    height: 33.33%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.home-news ul li a span {
    color: rgba(0, 0, 0, 0.5)
}

.home-news ul li a h4 {
    transition: .5s
}

.home-news ul li a:hover h4 {
    color: #ff671f
}

.home-news .more {
    width: 190px;
    height: 48px;
    border: 1px #d0d0d0 solid;
    color: rgba(0, 0, 0, 0.6);
    position: relative;
    z-index: 1;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    overflow: hidden;
    border-radius: 24px
}

.home-news .more:hover {
    color: #fff;
    background-color: #ff671f
}

.line {
    width: 90px;
    height: 3px;
    background-color: #ff671f
}

.about-page .content {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.about-page .content .text {
    width: 50%
}

.about-page .content .text .desc {
    line-height: 26px;
    text-align: justify
}

.about-page .content .img {
    width: 42%
}

.a-line {
    width: 80px;
    height: 2px;
    background-color: #ff671f
}

.approaches-page .desc {
    width: 65%;
    line-height: 26px
}

.approaches-page ul {
    display: flex;
    justify-content: center
}

.approaches-page ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%
}

.case-list ul li .item {
    background-color: #f7f7f7;
    overflow: hidden;
    border-radius: 20px;
    transition: .5s
}

.case-list ul li .item .img {
    padding-top: 65%;
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 20px
}

.case-list ul li .item .text {
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.case-list ul li .item .text h4 {
    line-height: 24px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 85%
}

.case-list ul li .item .text span {
    border: 1px #1f1f1f solid;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1f1f1f;
    border-radius: 50%;
    transition: .5s
}

.case-list ul li .item:hover {
    background-color: #ff671f
}

.case-list ul li .item:hover img {
    transform: scale(1.1)
}

.case-list ul li .item:hover .text h4 {
    color: #fff
}

.case-list ul li .item:hover .text span {
    border-color: #fff;
    color: #fff
}

.case-list .content {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999
}

.case-list .content.on {
    display: flex
}

.case-list .content .info {
    display: flex;
    width: 80%;
    height: 80%;
    background-color: #fff;
    border-radius: 25px;
    overflow: hidden;
    position: relative
}

.case-list .content .info .icon {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    z-index: 10
}

.case-list .content .info .icon:hover {
    color: #ff671f
}

.case-list .content .info .swiper-container {
    height: 100%
}

.case-list .content .info .common-pagination {
    z-index: 10
}

.case-list .content .info .img {
    height: 100%;
    width: 55%;
    position: relative
}

.case-list .content .info .img .albums {
    height: 100%;
    position: relative;
    border-radius: 25px;
    overflow: hidden
}

.case-list .content .info .text {
    width: 45%;
    padding: 3%
}

.case-list .content .info .text .desc {
    line-height: 24px;
    height: 50%;
    overflow: auto
}

.case-list .content .info .text ol {
    display: flex;
    justify-content: space-between
}

.case-list .content .info .text ol li {
    width: 48%
}

.case-list .content .info .text ol li a {
    display: block
}

.case-list .content .info .text ol li a .thumb {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center
}

.case-list .content .info .text ol li a .thumb img {
    max-width: 90%;
    max-height: 90%
}

.case-list .content .info .text ol li a:hover h4 {
    color: #ff671f
}

.product-list .content {
    display: flex;
    align-items: flex-start
}

.product-list .content .pro-nav a {
    width: 340px;
    height: 60px;
    align-items: center;
    padding-left: 30px;
    transition: .5s;
    border-radius: 30px
}

.product-list .content .pro-nav a:hover,
.product-list .content .pro-nav a.active {
    background-color: #ff671f;
    color: #fff
}

.product-show {
    background-color: #f5f5f5
}

.product-show .info {
    padding: 12% 0 12%;
    position: relative;
    z-index: 1
}

.product-show .info .b {
    display: none
}

.product-show .info .ho-img {
    z-index: -1
}

.product-show .info .content .text {
    width: 42%;
    margin-left: 2%
}

.product-show .info .content .text h4 {
    width: 88px;
    height: 16px;
    background-color: #ff671f
}

.product-show .info .content .text .desc {
    display: flex;
    flex-wrap: wrap
}

.product-show .info .content .text .desc p {
    min-width: 168px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.3);
    color: #fff;
    margin: 10px 12px 10px 0;
    border-radius: 20px
}

.product-show .info .content .text a {
    width: 256px;
    height: 56px;
    border-radius: 25px;
    background-color: #ff671f
}

.product-show .info .content .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%
}

.product-show .info .content .img img {
    max-width: 80%;
    max-height: 80%
}

.product-show .content img {
    max-width: 100%
}

.product-show .detail ul li .item {
    border-radius: 10px;
    height: 100%
}

.product-show .detail ul li .item .img {
    width: 70px
}

.product-show .detail ul li .item .img img {
    width: 100%
}

.product-show .down {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center
}

.product-show .down a {
    width: 390px;
    height: 70px;
    border-radius: 20px;
    border: 1px #fff solid;
    transition: .5s
}

.product-show .down a p,
.product-show .down a .icon {
    transition: .5s
}

.product-show .down a:hover {
    background-color: #fff
}

.product-show .down a:hover p {
    color: #ff671f
}

.product-show .down a:hover .icon {
    color: #ff671f
}

.news-list ul li a {
    display: flex;
    align-items: center
}

.news-list ul li a .img {
    width: 32%;
    padding-top: 20%;
    position: relative;
    overflow: hidden;
    border-radius: 24px
}

.news-list ul li a .text {
    flex: 1;
    padding: 0 8% 0 5%
}

.news-list ul li a .text .desc {
    line-height: 24px
}

.news-list ul li a .text span {
    width: 146px;
    height: 36px;
    border: 1px #666 solid;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    overflow: hidden;
    border-radius: 18px
}

.news-list ul li a .text span::before {
    content: '';
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: #ff671f;
    transition: .5s;
    z-index: -1
}

.news-list ul li a:hover img {
    transform: scale(1.06)
}

.news-list ul li a:hover h4 {
    color: #ff671f
}

.news-list ul li a:hover span {
    color: #fff;
    border-color: rgba(0, 0, 0, 0);
    background-color: #ff671f
}

.news-detail {
    border-top: 1px #eee solid
}

.news-detail .content .title {
    border-bottom: 1px #eee solid
}

.news-detail .content .title a:hover {
    color: #003798
}

.news-detail .content .desc {
    line-height: 24px;
    min-height: 300px
}

.news-detail .content .desc img {
    max-width: 100%
}

.news-detail .news-detail-footer {
    border-top: 1px #eee solid;
    line-height: 30px
}

.news-detail .news-detail-footer a {
    color: #666
}

.news-detail .news-detail-footer a:hover {
    color: #ff671f
}

.down-list .down-nav {
    border-bottom: 1px #e3e3e3 solid;
    display: flex
}

.down-list .down-nav a {
    position: relative;
    transition: .5s
}

.down-list .down-nav a::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    height: 3px;
    background-color: #ff671f;
    transition: .5s
}

.down-list .down-nav a:hover,
.down-list .down-nav a.active {
    color: #ff671f
}

.down-list .down-nav a:hover::before,
.down-list .down-nav a.active::before {
    width: 100%
}

.down-list ul li a {
    height: 70px;
    padding: 0 30px 0 40px;
    border: 1px #c6c6c6 solid;
    border-radius: 26px;
    transition: .5s
}

.down-list ul li a p,
.down-list ul li a .icon {
    transition: .5s
}

.down-list ul li a:hover {
    border-color: #ff671f
}

.down-list ul li a:hover p,
.down-list ul li a:hover .icon {
    color: #ff671f
}

.contact-page ul {
    display: flex;
    justify-content: center
}

.contact-page ul li {
    width: 30%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center
}

.contact-page .content {
    display: flex;
    justify-content: center
}

.contact-page .content img {
    max-width: 95%
}

.qa-list ul li {
    border-bottom: 1px #e2e2e2 solid
}

.qa-list ul li .title {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.qa-list ul li .title .icon {
    transition: .5s;
    color: #ff671f;
    transform: rotate(180deg)
}

.qa-list ul li .title.collapsed .icon {
    color: #666;
    transform: rotate(0)
}

.qa-list ul li .title:hover h3 {
    color: #ff671f
}

.page-banner .text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center
}

.page-banner .pro-text {
    position: absolute;
    top: 18%;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center
}

.f-top {
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 50px;
    height: 0;
    overflow: hidden;
    transition: .5s;
    z-index: 99;
    cursor: pointer
}
.f-top img{
    width: 100%;
}

.f-top .icon {
    color: #fff;
    font-size: 24px
}

.f-top:hover {
    opacity: .2
}

.f-top.active {
    height: 50px
}

.new-footer {
    background-color: #EE6F2D;
    border-top: none
}

.new-footer-main {
    display: flex;
    align-items: flex-start
}

.quick-ul {
    display: flex;
    align-items: flex-start;
    border-right: solid 2px #fff;
    padding: 10px 0 0
}

.quick-ul li {
    margin-right: 70px
}

.quick-ul li h3 {
    font-size: 20px;
    /* font-family: "fwm"; */
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff
}

.quick-ul li a {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    white-space: nowrap
}

.floow-us {
    padding: 0 60px
}

.floow-us-tit {
    font-size: 30px;
    /* font-family: "fwm"; */
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff
}

.floow-us ul {
    display: flex;
    align-items: flex-start
}

.floow-us ul li a {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    color: #ff671f;
    background-color: #fff;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-us {
    text-align: right
}

.contact-us-tit {
    font-size: 30px;
    /* font-family: "fwm"; */
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: -2px
}

.contact-us h3 {
    color: #fff;
    margin-bottom: 5px;
    font-weight: bold
}

.contact-us .form {
    display: flex;
    align-items: center;
    margin-top: 15px
}

.contact-us .form .item {
    flex: 1;
    min-width: 0
}

.contact-us .form .item input {
    width: 100%;
    border: solid 1px #fff;
    color: #fff;
    height: 34px;
    text-align: center;
    padding: 0 10px;
    border-radius: 2px 0 0 2px
}

.contact-us .form .item input::-webkit-input-placeholder {
    color: rgba(255,255,255,0.5) !important;
}

.contact-us .form .submit {
    background-color: #fff;
    color: #ff671f;
    height: 34px;
    border-radius: 34px;
    cursor: pointer;
    margin-left: -17px;
    font-size: 14px;
    padding: 0 15px
}

/*# sourceMappingURL=./style.css.map */
.d_code_pic{
    width: 90px;
}
.d_code_pic img{
    width: 100%;
}
.floow-us ul{
    margin: 0 -10px;
}
.floow-us ul li{
    padding: 0 10px;
}
.d_code_word p{
    text-align: center;
    line-height: 1.75;
    color: #fff;
    font-size: 14px;
}
/* 修改 */
.quick-ul{
    width: 45%;
    justify-content: space-between;
}
.floow-us{
    width: 20%;
}
.contact-us{
    width: 35%;
}
.contact-us .form .submit{
    line-height: 34px;
}
.new-footer-main{
    justify-content: space-between;
}
/* 分页 */
.ys_fybtn {
    padding: 0 15px;
}
/* .ys_pcfy a {
    float: left;
} */
.ys_fybtn a {
    font-size: 14px;
    color: #333;
}
.ys_pcfy{
    display: flex;
}
.pc_fenye {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
}
.pc_fenye li {
    float: left;
    width: 32px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    text-align: center;
    margin: 0px 10px;
    transition: .3s;
    border: solid 1px #e2e2e2;
}

.pc_fenye li.activepage {
    color: #fff;
    background: #ff671f;
}
.ys_phfy a {
    font-size: 14px;
    line-height: 1.75;
    color: #333;
}
.end, .first{
    display: none !important;
}
.pagination-box a{
    clear: both;
}
.pagination-box .prev li::before,
.pagination-box .prev_disabled::before {
    content: '<'
}

.pagination-box .next li::before,
.pagination-box .next_disabled::before {
    content: '>'
}
.page-banner .pro-text {
    top: 50%;
    transform: translateY(-50%);
}
/* 底部导航 */
.new-footer-btm{
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.new-footer-btm-le p span, .new-footer-btm-le p a{
    color: #fff;
    line-height: 1.5;
    font-size: 14px;
    display: flex;
    margin-right: 10px;
}
.new-footer-btm-le p {
    display: flex;
}
.nfbt-ul-li a{
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
}
.nfbr-ul{
    display: flex;
    margin: 0 -15px;
}
.nfbt-ul-li{
    padding: 0 15px;
}
a[href="https://www.yongsy.com"] {
    color: #fff !important;
    opacity: 0.2;
    margin-right: 0px !important;
}
.more .col-lg-4 {
    width: 25%;
}
@media screen and (min-width: 1200px) {
    .comp-tabli:hover li{
        color: #fff;
        background: #ff671f;
        border: solid 1px #ff671f;
    }
    .next:hover li, .prev:hover li{
        background: #ff671f;
        border: solid 1px #ff671f;
        color: #fff;
    }
}
#containerP{
    padding-top: 80px;
}
.mod-list{
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    /* justify-content:flex-start !important; */
} 
.container-fluid p img{
    width: 50%;
}
.yx_paging_ph{
    display: none;
}
.yx_paging_ph_list{
    clear: both;
}
.rp{
    float: right;
}
.lp{
    float: left;
}
p{
    line-height: 1.6;
}


.home-banner .swiper-pagination-bullet {
    background: #fff !important;
}
.home-banner .index-pagination .swiper-pagination-bullet-active {
    background-color: #ff671f !important;
}
.news-list ul li h4{
    transition: all .5s;
}
.desc.pt-lg-4.pb-lg-4.pb-3.pt-3.fs-xl-16.fs-14.color-6 p{
    margin-bottom: 8px;
}
.news-detail{
    margin-top: 80px;
}
.news-detail .breadcrumb.w1600{
    width: 100% !important;
}