/* Reset CSS */
* {
    box-sizing: border-box;
}

html {
    font-size: 14px;
    line-height: 1;
}

a {
    color: #000;
}

p {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    font-family: "Microsoft YaHei", sans-serif;
}

a {
    text-decoration: none;
}

ul,
li,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
}

/* Index CSS */

/* Top */
.top {
    height: 42px;
    line-height: 42px;
    color: #FFF;

    width: 100%;


    font-size: 16px;
    font-weight: bold;
}

.container {
    width: 1560px;
    margin: 0 auto;
}

.top .container {
    display: flex;
    justify-content: flex-end;
}

.top .tel {
    display: flex;
    align-items: center;
}

.top .tel img {
    margin-right: 8px;
}

/* Navigation */
.navigation {
    margin: 0 auto;


    width: 100%;


}
#target{
    position: fixed;
    top:0;
    z-index: 1000;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}
.navigation .container {
    width: 1560px;
    height: 90px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;

}

.navigation .logo {
    width: 400px;
}

.navigation .container>ul {
    position: relative;
    display: flex;
}

.navigation .dropdown {
    padding-top: 20px;
    height: 90px;
    box-sizing: border-box;
    position: relative;
}

.navigation .dropdown>a {
    padding-left: 30px;
    padding-right: 30px;
}

.navigation .dropdown:last-child>a {
    padding-right: 0px;
}

.navigation .dropdown .catename {
    color: #fff;
}
.navigation .dropdown span{
    color: #fff;
}

.dropdown-menu li a:hover {
    color: #FFF;
}

.navigation .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: auto;
    padding-top: 10px;
    background-color: #fff;
    padding-bottom: 20px;
}

.navigation .dropdown-menu li {
    align-items: center;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #FFF;
    padding-left: 5px;
    padding-right: 5px;
}

.navigation .dropdown-menu li:hover {
    background-color: #004ea2;
    color: #fff;
}

.navigation .dropdown-menu li:hover>a {
    color: #FFF;
}

/* Banner */
.slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 1080px;
}

.slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.slider-item.active {
    display: block;
}

.slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.slider-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s;
}

.slider-dot.active {
    background-color: #004ea2;
    transform: scale(1.2);
}

/* About Us */
.about-us {
    height: 707px;
}

.about-us .container {
    display: flex;
    height: 707px;
}

.about-us-l {
    width: 100%;
    flex-basis: 100%;
}

.about-us-l .title {
    font-size: 40px;
    font-weight: bold;
    margin-top: 70px;
    margin-bottom: 23px;
}

.about-us-l .intro {
    font-size: 20px;
    margin-bottom: 50px;
}

.about-us-l .detail {
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 40px;
}

.about-us-l .abs-more {
    width: 155px;
    height: 49px;
    line-height: 49px;
    color: #FFF;
    padding-left: 30px;
    box-sizing: border-box;
    background-image: url(../img/btn1-1.png);
    transition: background-image 0.5s ease-in-out;
    font-size: 16px;
}

.about-us-l .abs-more:hover {
    cursor: pointer;
    background-image: url(../img/btn1.png);
}

.about-us-m {
    padding-top: 90px;
    width: 15%;
    margin-left: 50px;
}

.advantage {
    width: auto;
    padding: 30px 0px 50px 30px;
}
.about-us-m .advantage:first-child{
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;   
}
.about-us-m .advantage:last-child{
    border-right: 1px solid #f2f2f2;  
}
.about-us-r .advantage:first-child {
    border-bottom: 1px solid #f2f2f2;   
}
.advantage .num {
    display: flex;
    color: #127e3a;
    height: 90px;
    vertical-align: bottom;
    align-items: flex-end;
}

.advantage .num div:first-child {
    font-size: 65px;
    font-weight: 100;
}
.about-us-img{
    margin-top: 90px;
    margin-left: 80px;
}



.advantage .txt {
    font-size: 15px;
    color: #b1b1b1;
    margin-top: 30px;
}

.about-us-r {
    width: 20%;
    padding-top: 90px;
}

/* Product */
.product {
    background-color: #f9fafc;
}

.product .container {
    box-sizing: border-box;
    padding-top: 104px;
    height: 1000px;
    text-align: center;
}

.pro-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 22px;
}

.pro-des {
    font-size: 20px;
    margin-bottom: 90px;
}

.pro-cate {
    display: flex;
    justify-content: space-between;
    margin-bottom: 124px;
}

.pro-cate .category {
    width: 24%;
    height: 77px;
    line-height: 77px;
    text-align: center;
    font-size: 24px;
    background-color: #ffb400;
    transition: background-color 0.5s ease-in-out;
}

.pro-cate .category:hover {
    background-color: #004ea2;
}

.pro-cate .category a {
    color: #FFF;
}

.pro-list {
    display: none;
    justify-content: space-between;
}

.prolist .pro-list:first-child {
    display: flex;
}

.pro-list .list-item {
    /* width: 490px; */
    width: 24%;
}

.pro-list .list-item div {
    display: flex;
    justify-content: flex-start;
}

.pro-list .list-item div img {
    width: 30px;
    margin-left: 15px;
}

.pro-list .list-item div a {
    font-size: 20px;
    color: #000;
}

.pro-list .list-item-pic {
    margin-bottom: 55px;
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.pro-list .list-item-pic:hover {
    transform: scale(1.1);
}

.pro-list .list-item {
    overflow: hidden;
}

/* Partner */
.partner .container {
    height: auto;
    padding-top: 180px;
    justify-content: space-between;
}

.par-intro {
    text-align: center;
}

.par-intro h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 22px;
}

.par-intro h4 {
    margin-bottom: 100px;
}

.par-intro h4,
.par-intro p {
    font-size: 20px;
    font-weight: normal;
}

.par-intro p {
    line-height: 45px;
    margin-bottom: 43px;
}

.par-intro div {
    width: 155px;
    height: 49px;
    line-height: 49px;
    color: #FFF;
    padding-left: 30px;
    box-sizing: border-box;
    background-image: url(../img/btn1-1.png);
    font-size: 16px;
    transition: background-image 0.5s ease-in-out;
}

.par-intro div:hover {
    background-image: url(../img/btn1.png);
    cursor: pointer;
}

/* Case */
.case {
    background-image: url(../img/bg1.jpg);
}

.case .container {
    height: 1100px;
    box-sizing: border-box;
    text-align: center;
    padding-top: 78px;
    width: 1390px;
}

.case .container h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 24px;
    color: #fff;
}
.moredetails{
    margin: 0 auto;
    width: 145px;
    height: 45px;
    border: 1px solid #FFF;
    line-height: 45px;
    color: #FFF;
}
.moredetails a{
    color: #FFF;
}

.case .container h4 {
    font-size: 20px;
    margin-bottom: 70px;
    color: #fff;
}

#swip {
    overflow: hidden;
}

.case-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 760px;
    flex-wrap: wrap;
    justify-content: space-between;

}

.case-list .list-item {
    width: 325px;
    margin-bottom: 40px;
    overflow: hidden;
    margin-right: 20px;
    border: 1px solid #fff;
    padding: 18px;
}

.case-list .list-item img {
    transition: transform 0.5s ease-in-out;
}

.case-list .list-item img:hover {
    transform: scale(1.1);
}

.case-list .list-item div {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    width: 280px;
    background-color: #FFF;
    margin: 0 auto;
    margin-top: 20px;
}

.case .scroll-btn {
    display: flex;
    justify-content: center;
}

.case .scroll-btn .pre-btn {
    margin-right: 17px;
    cursor: pointer;
}

.case .scroll-btn .next-btn {
    cursor: pointer;
}

/* Service */
.service .container {
    box-sizing: border-box;
    height: 1180px;
    padding-top: 145px;
    text-align: center;
}

.service .container h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 24px;
}

.service .container h4 {
    font-size: 20px;
    margin-bottom: 70px;
}

.service-tit {
    display: flex;
    margin-bottom: 66px;
    justify-content: space-between;
}

.service-tit .title-item {
    width: 229px;
    height: 109px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    box-shadow: 0 0 5px 5px #f9fafc;
    background-color: #FFF;
    position: relative;
}

.service-tit .title-item i {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #fff;
    transform: rotate(45deg);
    top: 99px;
    z-index: -1;
}

.service-tit .title-item img {
    margin-bottom: 13px;
}

.service-tit .title-item div {
    font-size: 20px;
    font-weight: bold;
}

.service-tit .title-item:hover {
    background-color: #0156ae;
    box-shadow: none;
}

.service-tit .title-item:hover i {
    background-color: #0156ae;
}

.service-tit .title-item:hover .service-tab-bg {
    color: #FFF;
}

.service-tit .title-item:hover .service-tab-bg1 {
    background-image: url(../img/s-i1.png);
    background-repeat: no-repeat;
    filter: contrast(0) brightness(2)
}

.service-tit .title-item:hover .service-tab-bg2 {
    background-image: url(../img/s-i2.png);
    background-repeat: no-repeat;
    filter: contrast(0) brightness(2)
}

.service-tit .title-item:hover .service-tab-bg3 {
    background-image: url(../img/s-i3.png);
    background-repeat: no-repeat;
    filter: contrast(0) brightness(2)
}

.service-tit .title-item:hover .service-tab-bg4 {
    background-image: url(../img/s-i4.png);
    background-repeat: no-repeat;
    filter: contrast(0) brightness(2)
}

.service-tit .title-item:hover .service-tab-bg5 {
    background-image: url(../img/s-i5.png);
    background-repeat: no-repeat;
    filter: contrast(0) brightness(2)
}

.service-tit .title-item:hover .service-tab-bg6 {
    background-image: url(../img/s-i6.png);
    background-repeat: no-repeat;
    filter: contrast(0) brightness(2)
}

.service-tab-bg {
    height: 70px;
    padding-top: 50px;

}

.service-tab-bg1 {
    background: url(../img/s-i1.png) no-repeat;
    background-position: top center;
}

.service-tab-bg2 {
    background: url(../img/s-i2.png) no-repeat;
    background-position: top center;
}

.service-tab-bg3 {
    background: url(../img/s-i3.png) no-repeat;
    background-position: top center;
}

.service-tab-bg4 {
    background: url(../img/s-i4.png) no-repeat;
    background-position: top center;
}

.service-tab-bg5 {
    background: url(../img/s-i5.png) no-repeat;
    background-position: top center;
}

.service-tab-bg6 {
    background: url(../img/s-i6.png) no-repeat;
    background-position: top center;
}

.service-content .content-item {
    display: none;
    background-color: #f9fafc;
    justify-content: space-between;
}

.service-content .content-item:first-child {
    display: flex;
}

.service-content .content-item-l {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding-left: 26px;
    padding-top: 103px;
    margin-right: 45px;
}

.service-content .content-item-l h5 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 26px;
}

.service-content .content-item-l h6 {
    font-size: 24px;
    margin-bottom: 24px;
}

.service-content .content-item-l .line {
    width: 100px;
    height: 4px;
    background-color: #0158af;
    margin-bottom: 52px;
}

.service-content .content-item-l ul {
    font-size: 16px;
    line-height: 36px;
    margin-left: 20px;
}

.service-content .content-item-l ul li {
    list-style-type: disc;
    padding-left: 26px;
}

/* News */
.news .container {
    height: 965px;
    padding-top: 180px;
    box-sizing: border-box;
}

.news .news-title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

.news-title .news-title-l h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 24px;
}

.news-title .news-title-l h4 {
    font-size: 20px;
}

.news-cate {
    display: flex;
}

.cate-item {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    margin-left: 33px;
    font-size: 18px;
    box-shadow: 0px 1px 1px 1px #dbdbdb;
}

.news-cate .cate-item:first-child {
    background-color: #004ea2;
}

.news-cate .cate-item:first-child a {
    color: #FFF;
}

.news-list {
    display: none;
}

.news-list:first-child {
    display: flex;
    justify-content: space-between;
}

.news-list .list-item {
    width: 477px;
    height: 500px;
    background-color: #eee;
    overflow: hidden;

}
.scroll-item img{
    width: 100%;
}

.news-list .list-item a img {
    transition: transform 0.5s ease-in-out;
    width: 477px;
}

.news-list .list-item a img:hover {
    transform: scale(1.1);
}

.news-list .list-item .title {
    margin: 35px 15px 40px;
    font-size: 18px;
    line-height: 32px;
}

.news-list .list-item .time {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 15px;
    margin-right: 63px;
}
.news-list .list-item .time img{
    border: 1px solid #009fa8;
    border-radius: 20px;
}
.news-title-l{
    margin: 0 auto;
    text-align: center;
}
.moredetails2{
    width: 180px;
    height: 65px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 65px;
    color: #fff;
    background-color: #0885d5;
    margin-top: 50px;
}
/* Footer */
.footer {
    color: #fff;
    background-color: #0885d5;
}

.footer .container {
    box-sizing: border-box;
    height: 500px;
    padding-top: 75px;
}

.footer-t {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.footer-t .contacts .contacts-item {
    margin-bottom: 38px;
    display: flex;
    align-items: center;
}

.footer-t .contacts .contacts-item-icon {
    text-align: center;
    width: 44px;
}

.footer-t .contacts .contacts-item-content {
    margin-left: 15px;
}

.footer-t .contacts .contacts-item-item-title {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 13px;
}

.footer-t .contacts .contacts-item-item-info {
    font-size: 14px;
    line-height: 20px;
}

.navlinks {
    margin-left: 105px;
    display: flex;
}

.navlinks a {
    color: #fff;
}

.navlinks dl {
    margin-right: 130px;
}

.navlinks dl:last-child {
    margin-right: 0;
}

.navlinks dl dt {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 27px;
}

.navlinks dl dd {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 16px;
}

.wxqrcode {
    display: flex;
    margin-left: auto;
}

.wxqrcode div * {
    display: block;
}

.wxqrcode div {
    margin-left: 30px;
}

.wxqrcode div:first-child {
    margin-left: 0px;
}

.wxqrcode div span {
    text-align: center;
    margin-top: 20px;
}

.footer-m {
    text-align: center;
}

.footer-bottom {
    background-color: #0885d5;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    font-size: 14px;
    height: 70px;
    line-height: 70px;
}

/* Inner Products CSS */
.inner-banner {
    position: relative;
}

.inner-banner img {
    width: 100%;
}

.inner-banner-content {
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 655px;
    width: 100%;
}

.inner-banner-content-title {
    margin-top: 100px;
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: bold;
    color: #000;
}

.inner-banner-content-description {
    line-height: 44px;
    font-size: 24px;
    width: 55%;
    color: #000;
}

.products-lists-main {
    background-color: #f9fafc;
}

.products-lists-main .container {
    display: flex;
    padding-top: 80px;
}

.products-cates {
    width: 290px;
    margin-right: 60px;
}

.products-cates .cates-title {
    width: 175px;
    border-bottom: 10px solid #ff9600;
    font-size: 36px;
    padding-left: 10px;
}

.products-cates .cates-title div {
    margin-bottom: -10px;
}

.products-lists {
    box-sizing: border-box;
    width: 100%;
}

.products-lists-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: -12px;
}

.products-lists .products-lists-item {
    width: calc(25% - 25px);
    background-color: #fff;
    margin: 0px 12px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    height: 435px;
}
.products-lists .products-lists-item:hover{
    background-color: #0885d5;
}
.products-lists .products-lists-item:hover .products-lists-item-toptitle a{
    color: #fff;
}
.products-lists .products-lists-item:hover .products-lists-item-title a{
    color: #fff;
}
.products-lists-item-img img{
    width: 290px;
    height: 250px;
}

.products-cates .cates-lists {
    margin-top: 37px;
}

.products-cates .cates-lists .cates-item {
    display: flex;
    justify-content: space-between;
    height: 83px;
    line-height: 83px;
    border-bottom: 1px solid #e6e6e6;
    transition: border-bottom 0.3s ease-in-out;
}

.products-cates .cates-lists .cates-item a {
    color: #000;
    transition: color 0.3s ease-in-out;
}

.products-cates .cates-lists .cates-item:hover {
    border-bottom: 1px solid #004ea2;
}

.products-cates .cates-lists .cates-item:hover a {
    color: #004ea2;
}

.products-cates .cates-lists .cates-item:first-child {
    border-top: 1px solid #e6e6e6;
}

.products-cates .cates-lists .cates-item a {
    font-size: 18px;
    line-height: 83px;
}

.products-lists-item-img {
    width:290px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.products-lists-item-img img {
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.products-lists-item-img img:hover {
    transform: scale(1.1);
    cursor: pointer;
}

.products-lists-item-title {
    display: flex;
    justify-content: space-between;
    height: 85px;
    font-size: 14px;
    line-height: 85px;
    width: 100%;
    text-align: center;
}

.products-lists-item-title a:first-child {
    margin-left: 25px;
}

.products-lists-item-title a:last-child {
    margin-right: 25px;
    display: flex;
    align-items: center;
}
.products-lists-item-toptitle{
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 20px;
}

.pages {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 130px;
}

.pagenum {
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.pages div:last-child {
    border-radius: 0 5px 5px 0;
}

.pagenum li a {
    color: #878788;
}

/* News CSS */
.news-main .news-tab {
    display: flex;
    height: 80px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 18px;
    justify-content: center;
    align-items: center;
}

.news-main .news-tab .news-tab-item {
    margin-right: 125px;
}

.news-main .i-news-title {
    font-size: 40px;
    font-weight: bold;
    margin-top: 90px;
    margin-bottom: 90px;
    text-align: center;
}

.i-news-list .news-list-item {
    display: flex;
    height: 465px;
    border-bottom: 1px solid #e6e6e6;
    transition: box-shadow 0.5s ease-in-out;
}

.i-news-list .news-list-item:hover {
    box-shadow: 0 0 8px #ccc;
    cursor: pointer;
}

.news-list-item .news-list-item-img {
    margin: 70px 45px 0 50px;
}

.news-list-item .news-list-item-img img {
    width: 418px;
    height: 302px;
}

.news-list-item .news-list-item-content {
    display: flex;
    flex-direction: column;
    margin-top: 120px;
}

.news-list-item-title-tit {
    font-size: 20px;
    margin-bottom: 45px;
}

.news-list-item-description {
    font-size: 16px;
    margin-bottom: 65px;
    line-height: 2;
    padding-right: 20px;
}

.news-list-item-time {
    display: flex;
    align-items: center;
}

.news-list-item-time img {
    margin-right: 15px;
}

/* About Us CSS */
.i-aboutus-title {
    font-size: 40px;
    font-weight: bold;
    margin-top: 90px;
    margin-bottom: 90px;
    text-align: center;

}

.i-aboutus-companyname {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 45px;
}

.i-aboutus-content-info-l {
    margin-left: 65px;
    margin-right: 135px;
}

.i-aboutus-content .detail {
    font-size: 18px;
    line-height: 35px;
}

.i-aboutus-content-info-l {
    display: flex;
    width: 643px;
    flex-wrap: wrap;
    margin-left: 35px;
    margin-right: 90px;
}

.i-aboutus-content-info-l-item {
    box-sizing: border-box;
    width: 321px;
    height: 195px;
    padding-left: 25px;
    padding-top: 45px;
    border-right: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.i-aboutus-content-info-l-item-num {
    display: flex;
}

.i-aboutus-content-info-l-item-num div {
    font-size: 72px;
    color: #004ea2;
    font-weight: bold;
}

.i-aboutus-content-info-l-item-num span {
    font-size: 24px;
    color: #004ea2;
}

.i-aboutus-content-info-l-item-desc {
    font-size: 18px;
}

.margin-left100 {
    margin-left: 100px;
}

.border-right-none {
    border-right: none;
}

.border-bottom-none {
    border-bottom: none;
}

.i-aboutus-content-info {
    margin-top: 65px;
    margin-bottom: 220px;
}

.i-aboutus-content-info .container {
    display: flex;
}

.i-culture {
    background-color: #f9fafc;
    padding-top: 100px;
    padding-bottom: 160px;
}

.i-culture-content-item-2 {
    font-size: 30px;
}

.i-culture-content-item-3 {
    width: 60px;

}

.i-culture-content-item-4 {
    font-size: 18px;
}

.i-culture-content-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 360px;
    height: 370px;
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 66px;
}

.i-culture-content-item:hover {
    background-color: #ff9600;
    color: #FFF;
}

.i-culture-content-item:hover img {
    filter: contrast(0) brightness(2);
}

.i-culture-content-item:hover .i-culture-content-item-3 {
    border: 1px solid #FFF;
}

.i-culture-title {
    font-size: 40px;
    font-weight: bold;
    text-align: left;
}
.i-culture-des{
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 20px;
}
.i-culture-con{
    display: flex;
}
.i-culture-con-l{
    width: 50%;
}
.i-culture-con-l img{
    width: 100%;
}
.i-culture-con-r{
    width: 50%;
    box-sizing: border-box;
    padding-left: 50px;
}
.i-culture-con-r-item{
    margin-bottom: 60px;
}
.i-culture-con-r-item-title{
    font-size: 24px;
    margin-bottom: 25px;
    color: #127e3a;

}
.i-culture-con-r-item-des{
    font-size: 18px;
}
.i-culture-con-r .i-culture-con-r-item:first-child{
    background: url(../img/i-10.png) no-repeat;
    padding-left: 50px;
}
.i-culture-con-r .i-culture-con-r-item:nth-child(2){
    background: url(../img/i-11.png) no-repeat;
    padding-left: 50px;
}
.i-culture-con-r .i-culture-con-r-item:nth-child(3){
    background: url(../img/i-12.png) no-repeat;
    padding-left: 50px;
}
.i-culture-con-r .i-culture-con-r-item:last-child{
    background: url(../img/i-12.png) no-repeat;
    padding-left: 50px;
}

#partner{
    padding-top: 30px;
}
#partner .par-intro{
    text-align: left;
}
#title{
    text-align: left;
}
#des{
    text-align: left;
}
.i-culture-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Inner Contacts CSS */
.i-contacts {
    margin-top: 93px;
    margin-bottom: 170px;
}

.i-contacts-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 50px;
}

.i-contacts-title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 70px;
}
.icontacts-des{
    font-size:20px;
    width: 900px;
    margin: 0 auto;
    line-height: 2;
    text-align: center;
}
.icontacts-item{
    background: url(../img/i-21.png) no-repeat center top;
    padding-top: 60px;
    padding-right: 50px;
    padding-left: 50px;
    border-right: 1px solid #999;
    width: 25%;
    box-sizing: border-box;
}
.icontacts-item-title{
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.icontacts-item-content{
    font-size: 16px;
    color: #1e5aa1;
    font-weight: bold;
    text-align: center;
}

.i-contacts-content-item {
    box-sizing: border-box;
    padding-left: 50px;
    display: flex;
    align-items: center;
    width: 492px;
    height: 240px;
    margin-bottom: 50px;
    box-shadow: 0px 0px 3px 3px #dbdbdb;
    transition: background-color 0.5s ease-in-out;
}

.i-contacts-content-item img {
    margin-right: 35px;
}

.i-contacts-content-item-info-1 {
    font-size: 18px;
    margin-bottom: 15px;
}

.pagenum .pagination {
    display: flex;
}

.pagination li {
    width: 30px;
    height: 30px;
    border: 1px solid #e5e6e8;
    border-radius: 5px;
    margin-right: 5px;
}

.pagination .active {
    background-color: #0883d4;
}

.pagination .active a {
    color: #fff;
}

.msg-btn {
    transition: background-color 0.5s ease-in-out;
}

.msg-btn:hover {
    background-color: #ffb400;
    cursor: pointer;
}

.news-show {
    background-color: #f9fafc;
}

.news-show .container {
    background-color: #FFF;
    padding: 30px;
    padding-top: 50px;
}

/* .news-tab .news-tab-item:first-child a {
    color: #0157ae;
    font-weight: bold;
} */
.news-tab .news-tab-item .active {
    color: #0157ae;
    font-weight: bold;
}

.i-contacts-bg-1 {
    background: url(../img/icon12.png) no-repeat;
}

.i-contacts-bg-2 {
    background: url(../img/icon13-2.png) no-repeat;
}

.i-contacts-bg-3 {
    background: url(../img/icon14.png) no-repeat;
}

.i-contacts-bg-4 {
    background: url(../img/icon15.png) no-repeat;
}

.i-contacts-bg-5 {
    background: url(../img/icon16.png) no-repeat;
}

.i-contacts-bg-6 {
    background: url(../img/icon17.png) no-repeat;
}

.i-contacts-content-item-info {
    height: 68px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.i-contacts-content-item:hover {
    color: #FFF;
    background-color: #0157ae;
}

.i-contacts-content-item:hover .i-contacts-bg-1 {
    background: url(../img/icon12-1.png) no-repeat;
}

.i-contacts-content-item:hover .i-contacts-bg-2 {
    background: url(../img/icon13-1.png) no-repeat;
}

.i-contacts-content-item:hover .i-contacts-bg-3 {
    background: url(../img/icon14-1.png) no-repeat;
}

.i-contacts-content-item:hover .i-contacts-bg-4 {
    background: url(../img/icon15-1.png) no-repeat;
}

.i-contacts-content-item:hover .i-contacts-bg-5 {
    background: url(../img/icon16-1.png) no-repeat;
}

.i-contacts-content-item:hover .i-contacts-bg-6 {
    background: url(../img/icon17-1.png) no-repeat;
}

.i-msg-form input:focus::placeholder {
    opacity: 0;
}

.i-honour-list {
    width: 100%;
}

.more {
    width: 150px;
    height: 50px;
}

.more:hover {
    color: #4a4a4a;
    cursor: pointer;
    border: 1px solid #4a4a4a;
}

.active-on {
    display: block;
}

.active-off {
    display: none;
}

.cpcs {
    line-height: 1.5 !important;
}

.cpcs table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100% !important;
}

.cpcs table td {
    padding: 5px 5px !important;
}

.case-list .list-item img {
    width: 100%;
}

.dropdown .catename {
    font-size: 16px;
}
.dropdown .dropdown-menu a{
    font-size: 14px;
}

.swiper-slide img {
    width: 400px;
}

.i-honour-list {
    position: relative;
    height: 100%;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 400px;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.dropdown-menu ul {
    width: 140px;
}

.dropdown-menu-img img {
    width: 300px;
}

.news-list-item-times {
    width: 300px;
    height: 150px;
    background-color: #0157ae;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
}

/* 容器样式 */
.par-logos {
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;
}

/* 滚动包装器 */
.scroll-wrapper {
    width: 100%;
    overflow: hidden;
}

/* 滚动内容区域 */
.scroll-content {
    display: flex;
    transition: transform 0.5s ease;
}

/* 滚动项样式 */
.scroll-item {
    width: 25%;
    flex-shrink: 0;
    padding: 20px;
    box-sizing: border-box;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: white;
}

.btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: rgba(255, 255, 255, 1);
}

.btn-prev {
    left: 10px;
}

.btn-next {
    right: 10px;
}

/* 指示器样式 */
.indicators {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.indicator.active {
    background-color: #666;
}

.indus-news-list-item-content {
    margin-top: 80px;
}

.mobile_bottom {
    display: none;
}

.mobile_banner {
    display: none;
}

.m_btm_container {
    display: none;
}

.m_nav {
    display: none
}

.headlf .m_logo {
    display: none
}

.headrg .m_menuimg {
    display: none
}

.about-us .container {
    height: auto;
    width: 1400px;
}

.about-us {
    height: auto;
}
.pro-cates {
    box-sizing: border-box;
    height: 680px;
    padding-top: 50px;
    background-color: rgba(245, 245, 245, 1);
}
.pro-cates .container {
    height: 100%;
    width: 1580px;
    display: flex;
    justify-content: space-between;
}
.pro-cates .pro-cate-item {
    width: 300px;
    height: 380px;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.3s ease-in-out;
}
.pro-cates .pro-cate-item:hover{
    transform: translateY(-30px);
}
.pro-cates .pro-cate-item img{
    margin-bottom: 60px;
}
.pro-cates .pro-cate-item div{
    font-size: 18px;
}
.partners{
    width: 1390px;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}
.partners .title{
    font-size: 40px;
    font-weight: bold;
}
.partners .des{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
}
.partners .list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.partners .partner-item{
    width: 200px;
    height: 100px;
    margin-bottom: 60px;
    border: 1px solid #ccc;
}
.partners .partner-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.why-choose-us{
    background: url(../img/why-choose-us-bg.jpg) no-repeat center;
}
.why-choose-us-title{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding-top: 100px;
}
.why-choose-us-des{
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    width: 1520px;
    line-height: 2;
}
.why-choose-us-item div:first-child{
    font-size: 24px;
    font-weight: normal;
}
.why-choose-us-item div:last-child{
    font-size: 16px;
    font-weight: normal;
    color: #3f3f3f;
    line-height: 2;
    margin-bottom: 0;
}
.why-choose-us-list{
    margin: 0 auto;
    width: 1520px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.why-choose-us-item{
    width: 450px;
    height: 460px;
    background-color: #fff;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 20px;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
}
.why-choose-us-item:hover{
    transform: translateY(-30px);
}
.why-choose-us-item img{
    width: 118px;
    height: 80px;
    margin-bottom: 30px;
}
.why-choose-us-item div{
    font-size: 24px;
    font-weight: normal;
    color: #000;
    margin-bottom: 30px;
}
.why-choose-us-item p{
    font-size: 18px;
    color: #000;
    text-align: center;
}
.stick-box{
    position: sticky;
    top: 1px;
    width: 130px;
    height: auto;
    background-color: rgba(255, 255, 255,1);
    z-index: 999;
}
.stick-box:sticky{
    background-color: rgba(255, 255, 255,1);
}
.contacts-logo{
    margin-bottom: 40px;
}
.contacts-logo img{
    width: 240px;
}
.footer-t .contacts .cus1{
    font-size: 24px;
    font-weight: bold;
}
.contacts{
    width: 20%;
}
.navlinks{
    width: 80%;
}
.pagination li:first-child{
    width: 70px;
}
.pagination li:last-child{
    width: 70px;
}
.i-product-show-content{
    padding-left: 40px;
    padding-right: 30px;
}
#case .news-tab-item{
    margin-right: 40px;
}
#btn1{
    width:255px;
    height: 50px;
    border: 1px solid #e6e6e6;
    color: #666;
    border-radius: 25px;
    font-size: 16px;
    text-align: left;
    padding-left: 40px;
    box-sizing: border-box;
    line-height: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}
#btn1:hover{
    background-color: #ffa800;
    color: #fff;
}
#btn1::after{
    content: '';
    position: absolute;
    top: 25px;
    left: 220px;
    transform: translate(-50%, -50%);
    width: 17px;
    height: 19px;
    background-image: url(../img/download.png);
    background-size: cover;
}
#btn1:hover::after{
    background-image: url(../img/download.png);
    filter: contrast(0) brightness(2);
}
#btn2{
    width:255px;
    height: 50px;
    border: 1px solid #e6e6e6;
    color: #666;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
    margin-left: 50px;
}
#btn2:hover{
    background-color: #ffa800;
    color: #fff;
}
.relation-list{
    margin-bottom: 50px;

}
.relation-item{
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    height: 360px;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.relation-item img{
    width: 270px;
    height: 230px;
    margin-bottom: 20px;
}
.relation-item a{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}
.relation-prebtn{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 1px solid #999;
    background-color:#e6e6e6 ;
    color: #666;
    border-radius: 25px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}
.relation-prebtn:hover{
    background-color: #ffa800;
    color: #fff;
}
.relation-nextbtn{
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    border: 1px solid #999;
    background-color:#e6e6e6 ;
    color: #666;
    border-radius: 25px;
    font-size: 30px;
    text-align: center;
    line-height: 45px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}
.relation-nextbtn:hover{
    background-color: #ffa800;
    color: #fff;
}
.news-relations{
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #e6e6e6;
}
.return-list{
    width: 150px;
    text-align: center;
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    font-size: 18px;
    font-weight: normal;
    color: #999;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}
.return-list:hover{
    background-color: #0885d5;
    color: #fff;
}
.previous-news,.next-news{
    font-size: 16px;
    line-height: 40px;
    color: #333;
    background-color: rgba(245, 245, 245, 1);
    width: 100%;
    height: 40px;
    padding-left: 15px;
}
.previous-news a:hover,.next-news a:hover{
    color: #0885d5;
}
.news-list-item-description-m{
    display: none;
}
#i-100{
    margin-top: 70px;
}
#inner-pro-con img{
    display: block !important;
}
#inner-pro-con table{
    width: 100% !important;
}
.pro-cates-title{
    width: 1580px;
    margin: 0 auto;
    background-color: rgba(245, 245, 245, 1);
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.pro-cates-title h3{
    font-size: 40px;
    line-height: 2;
}
.pro-cates-title h4{
    font-size: 20px;
}
.pro-cate-desc{
    text-align: center;
    line-height: 1.8;
}