html,
button,
input,
select,
textarea {
    color: #222
}

html {
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
img,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0
}

html,
body {
    height: 100%
}

.wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    position: relative
}

.main {
    padding-bottom: 100px;
    height: 1000px
}

.foot {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #F00;
    clear: both
}

.w980 {
    margin-left: auto;
    margin-right: auto;
    width: 980px
}

.w1000 {
    margin-left: auto;
    margin-right: auto;
    width: 1000px
}

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #333;
    font-family: "PingFang SC,HarmonyOS_Regular,Helvetica Neue,Microsoft YaHei,sans-serif!important";
    position: relative
}

div,
form,
img,
ul,
li,
dl,
dt,
dd,
p {
    margin: 0;
    padding: 0;
    border: 0
}

li,
dl {
    list-style-type: none
}

ol li {
    list-style-type: decimal
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal
}

a {
    text-decoration: none;
    color: #333
}

input,
textarea {
    outline: none
}

.clear {
    clear: both
}

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

@media only screen and (min-width:35em) {}

@media print,
(-o-min-device-pixel-ratio:5/4),
(-webkit-min-device-pixel-ratio:1.25),
(min-resolution:120dpi) {}

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 0.5cm
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }
}

* {
    margin: 0;
    padding: 0;
    outline: none
}

.fr {
    float: right
}

.fl {
    float: left
}

.fwb {
    font-weight: bold
}

li {
    list-style: none
}

.bgred {
    background-color: red
}

.bgbule {
    background-color: #5798ff
}

.lijizixun {
    margin: 0 auto
}

.bcf {
    background-color: #fff
}

.fdc {
    display: flex;
    flex-flow: column nowrap
}

.dpfl {
    display: flex;
    align-items: center;
    justify-content: center
}

.layBody {
    width: 1200px;
    margin-left: auto;
    margin-right: auto
}

table {
    border-collapse: collapse
}

.bluebt {
    display: block;
    background: #0071EE;
    width: 120px;
    height: 36px;
    line-height: 36px;
    border-radius: 19px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 1px solid #0071EE
}

.bluebt:hover {
    background-color: #fff;
    color: #0071EE
}

.leftFlyan {
    animation-name: leftFly;
    animation-duration: 1s
}

.rightFlyan {
    animation-name: rightFly;
    animation-duration: 1s
}

.underFlyan {
    animation-name: underFly;
    animation-duration: 1s
}

.upFlyFlyan {
    animation-name: upFly;
    animation-duration: 1s
}

.perceiveFlyan {
    animation-name: perceiveFly;
    animation-duration: 2s
}

.amplifyFlyan {
    animation-name: amplifyFly;
    animation-duration: 1s
}

.invisible {
    opacity: 0
}

@keyframes leftFly {
    from {
        transform: translateX(-300px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes rightFly {
    from {
        transform: translateX(300px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes underFly {
    from {
        transform: translateY(100px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes upFly {
    from {
        transform: translateY(-300px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes perceiveFly {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes amplifyFly {
    from {
        transform: scale(0);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

/* 分页区域方便以后删除 */

.paginate {
    text-align: center;
    padding-bottom: 20px
}

.pagination {
    display: inline-block;
    padding-left: 0;
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    color: #333333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
    font-family: Microsoft YaHei;
    font-weight: 400;
    transition: all .2s;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #D21621;
    border-color: #D21621
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    background-color: #D21621;
    border-color: #D21621;
    cursor: default
}














.insideHead {
    position: relative;
    margin-bottom: 35px
}

.jjyminside {
    margin-bottom: 0
}

.insideHead>img {
    width: 100%
}

/* 头部背景 */
.headImg {
    position: relative;
    height: 400px;
}

.headImg img {
    width: 100%;
}

.headTopImg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.headimgText {
    height: 41px;
    font-size: 44px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 41px;
    margin-bottom: 20px;
    text-align: center;
}

.headimgEng {
    height: 15px;
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
}


.insideHeadText {
    padding-top: 29px;
    padding-bottom: 28px;
    border-bottom: 1px solid #E6E6E6;
}

.xwdtHeadText {
    margin-bottom: 32px;
}

.insideFlex {
    display: flex;
    align-items: center;
}

.insideFlex>div a:last-child {
    color: #D21621;
}

.insideHeadText .on {
    color: #D21621;
}

.insideHeadText img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}


.ffivebg {
    background-color: #f5f5f5
}

.location {
    height: 15px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 15px
}

.topCool {
    display: flex;
    align-items: center
}

.topCool div:nth-of-type(1) {
    height: 40px;
    width: 110px;
    display: flex;
    align-items: center;
    font-weight: bold
}

.topCool div:nth-of-type(1)::before {
    content: '';
    background-color: #0b82ff;
    width: 3px;
    height: 40px;
    display: block
}

.listTopHead {
    width: 100%;
    height: 400px;
    background: url('../img/listbaner.jpg');
    background-size: 100% 400px;
    position: relative
}

.tagTopHead {
    margin-top: 80px
}

.listTopText {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 27%;
    top: 50%;
    font-weight: bold;
    font-size: 36px;
    line-height: 36px;
    color: #fff
}

.listTopText::before {
    content: '';
    width: 280px;
    height: 1px;
    background-color: #fff;
    margin-right: 33px
}

.tagTopText {
    display: flex;
    align-items: center;
    line-height: 36px;
    padding-top: 20px
}

.tagTopText::before {
    content: '';
    margin-right: 33px;
    background-color: #0b82ff;
    width: 3px;
    height: 40px
}

.tagTopText div:nth-of-type(1) {
    font-weight: bold;
    font-size: 16px;
    border-right: 1px solid #d7d7d7;
    padding-right: 30px;
    margin-right: 30px
}

.tagRightInfo {
    padding: 30px 30px;
    box-sizing: border-box;
    background-color: #F5F5F5;
    width: 27.1%
}

.tagRightList {
    margin-bottom: 22px;
    font-size: 16px;
    color: #999;
    display: flex;
    align-items: center
}

.tagRightList::before {
    content: '';
    background-color: #999;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: block;
    margin-right: 8px
}

.badge:hover {
    color: #0071EE
}

.news_list_con .col {
    height: 505px;
    background-color: #fff;
    padding: 2.7% 0;
    box-sizing: border-box
}

.news_list_con .col .co {
    width: 85%;
    margin: 0 auto
}

.news_list_con .col .data {
    margin-top: 8.758%;
    margin-right: 4.01%;
    box-sizing: border-box;
    width: 8.972%
}

.news_list_con .col .data * {
    text-align: right;
    line-height: 1
}

.news_list_con .col .data h1 {
    color: #333;
    font-size: 40px;
    margin-bottom: 15px;
    width: 100%
}

.news_list_con .col .data p {
    color: #999;
    font-size: 20px
}

.news_list_con .col .con {
    width: 87.018%
}

.news_list_con .col .con .img {
    width: 51.15%;
    height: 400px;
    overflow: hidden
}

.news_list_con .col .con .img img {
    width: 100%;
    height: 100%;
    transition: all .4s
}

.news_list_con .col .con .img:hover img {
    transform: scale(1.1)
}

.news_list_con .col .con .te {
    padding-left: 4.5%;
    box-sizing: border-box;
    width: 31.35%
}

.news_list_con .col .con .te h1 {
    line-height: 1.67;
    font-size: 36px;
    color: #333;
    margin-bottom: 23px;
    margin-top: 40px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.news_list_con .col .con .te p {
    color: #666;
    line-height: 2;
    font-size: 18px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.news_list_con .col .con .te span {
    width: 138px;
    height: 30px;
    background-color: #0b82ff;
    display: block;
    padding-top: 12px;
    box-sizing: border-box;
    margin-top: 18%
}

.news_list_con .col .con .te span img {
    display: block;
    margin: 0 auto
}

.news_list_con .col_1 {
    background-color: #f3f3f3
}

.news_list_con .col_1 .data {
    margin-right: 0;
    margin-left: 5.6%;
    width: 8.967%
}

.news_list_con .col_1 .con .te {
    padding-right: 6%;
    padding-left: 6%;
    width: 41.5%
}

.news_list_con .col_1 .data {
    padding-right: 1.3%
}

.headNav {
    height: 100px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
    transition: all 0.8s ease;
}
.headCon{
    height: 100px;
    width: 100%;
}
.headflex {
    display: flex;
    align-items: center;
    width: 1400px;
    margin: 0 auto;
    justify-content: space-between;
}

.fixOption {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
}

.headNav:hover {
    background-image: none;
    background-color: #fff
}

.headNav:hover .logo a:first-child img {
    display: none
}

.headNav:hover .logo a:last-child  img{
    display: block
}

.headNav:hover .optionTable .headText {
    color: #333
}

.headNav:hover .optionTable .headText a {
    color: #333
}

.headNav:hover .optionTable .current a {
    color: #D21621
}



.headNav:hover .telText {
    color: #333
}

.headNav:hover .telIcon i {
    color: #D21621
}

.headNav:hover .telIcon .hTSIcon .icon-sousuo {
    color: #000
}

.headNav:hover .telIcon span {
    color: #D21621
}

.hTSInput {
    display: none;
    position: absolute;
    right: 0;
    top: 50px;
    box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 8px 1px;
    border-radius: 6px
}

.hTSIcon {
    cursor: pointer
}

.hTSIcon i {
    color: #fff
}

.hTSIBtn {
    margin-left: 20px;
    position: relative
}

.hTSIBClick {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 270px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 6px
}

.hTSIBClick input {
    border: none;
    width: 200px;
    height: 50px;
    line-height: 50px
}

.hTSIBClick .btn {
    border: none;
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fff
}

.cs {
    color: #000 !important;
    cursor: pointer
}



.logo img {
    width: 379px;
    height: 51px
}


.option {
    display: flex;
    align-items: center;
    height: 100%
}

.optionTable {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%
}

.optionTable .headText {
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    height: 99%;
    padding: 0 12px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 100px;
}

.headText .headTextAfter {
    position: relative
}

.headText .headTextAfter a:hover {
    color: #D21621 !important;
}
.headText .headTextAfter a{
    font-weight: bold;
    font-size: 16px;
}


.optionTable .headText a {
    color: #333
}

.optionTable .current a {
    color: #D21621
}

.headText .parasitism {
    display: none;
    width: 100vw;
    overflow: auto;
    position: absolute;
    top: 80px;
    left: 0;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    cursor: auto
}


.product {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.product>a {
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    width: 22%;
    text-align: center;
    margin: 10px 2%;
    display: block
}

.product>a:nth-child(4n+1) {
    margin-left: 0
}

.product>a:nth-child(4n) {
    margin-right: 0
}

.product>a:hover {
    background-color: #f1f1f1
}


.telephone {
    margin-right: 40px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
    flex-shrink: 0;
}

.telephone .telText {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff
}

.telIcon {
    display: flex;
    align-items: center
}

.telIcon i {
    font-size: 20px;
    color: #D21621
}

.telIcon span {
    font-weight: 400;
    color: #fff;
    font-size: 23px;
    font-family: Microsoft YaHei;
    color: #D21621;
}

.lunbo .swiper {
    width: 100%;
    height: 750px
}

.lunbo .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 750px;
}

.lunbo .swiper-slide img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 750px;
}

.lunbo .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    opacity: 1;
    background: rgba(248, 248, 248, 0.5);
}

.lunbo .swiper-pagination-bullet-active {
    background: #F8F8F8;
}

.mainTitle {
    position: relative;
    text-align: center;
    z-index: 2;
}

.cpzxTitle {
    margin-top: 70px;
    margin-bottom: 60px;
    opacity: 0;
    animation-fill-mode: forwards;
}

.cpzxlist {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 41px;
    opacity: 0;
    animation-fill-mode: forwards;
}

.cpzxListItem {
    width: 184px;
    height: 50px;
    background: #F2F2F2;
    line-height: 50px;
    text-align: center;
    margin-right: 19px;
    margin-bottom: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
    transition: all 0.5s;
}

.cpzxListItem:hover {
    background: #D21621;
    color: #FFFFFF;
}

.cpzxListItem:nth-child(6n) {
    margin-right: 0;
}

.cpzxlist .on {
    background: #D21621;
    color: #FFFFFF;
}

.cpzxcpAll {
    align-items: center;
    margin-bottom: 61px;
    display: none;
}
.homecpzs {
    opacity: 0;
    animation-fill-mode: forwards;
}
.homecpzs .on {
    display: flex;
}

.cpzxcpItem {
    width: 368px;
    height: 368px;
    border: 1px solid #F0F0F0;
    cursor: pointer;
    margin-right: 48px;
}

.cpzxcpItem:nth-child(3n) {
    margin-right: 0;
}

.cpzxcpItem a {
    display: block;
}

.cpzxcpItem a:nth-of-type(1) {
    width: 368px;
    height: 276px;
    overflow: hidden;
}

.cpzxcpItem img {
    width: 368px;
    height: 276px;
    transition: all 0.5s;
}

.cpzxcpItem:hover img {
    transform: scale(1.1);
}

.cpzxcpItem:hover .cpzxText {
    background-color: #D21621;
}

.cpzxcpItem:hover .cpzxText>a {
    color: #fff;
}

.cpzxText {
    padding-left: 20px;
    padding-top: 22px;
    height: 70px;
    width: calc(100% - 20px);
    transition: all 0.5s;
    background-color: #fff;
}

.cpzxText a {
    display: block;
}

.cpzxText a:nth-of-type(1) {
    height: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 15px;
    margin-bottom: 13px;
}

.cpzxText a:nth-of-type(2) {
    height: 12px;
    font-size: 14px;
    font-weight: 300;
    color: #666666;
    line-height: 12px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/* 产品中心案例 */
.cpzs {
    width: 1098px;
    height: 484px;
    background: #FFFFFF;
    padding: 40px 51px;
    display: flex;
    justify-content: space-between;
    margin-top: 39px;
    margin-bottom: 62px;
}

.cpSwiper {
    width: 500px;
    height: 485px;
    margin-right: 52px;
}

.cpSwiper .swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper .swiper-slide {
    opacity: 0.4;
    padding: 3px 4px;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
}

.cpSwiper .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.cpSwiper .swiper-slide img {
    display: block;
    object-fit: cover;
    width: 100%;
}

.cpZhanshi {
    --swiper-navigation-color: #3d3d3d;
    --swiper-pagination-color: #3d3d3d;
    --swiper-navigation-size: 30px;
}

.cpSwiper .swiper-button-prev,
.cpSwiper .swiper-button-next {
    top: 433px;
}

.cpSwiper .mySwiper {
    height: 99px;
    width: 416px;
}

.cpBig {
    margin-bottom: 10px;
}

.cpSwiper {
    position: relative;
}

.cpRight {
    flex: 1;
}

.cpRight h1 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-bottom: 47px;
}

.cpRight p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin-bottom: 25px;
}

.cpRight p:nth-of-type(5) {
    height: 81px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
    line-height: 20px;
}

.cpgsys {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.cpgsys img {
    margin-right: 9px;
}

.cpgsys div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cpgsys div:nth-of-type(1) img {
    width: 20px;
    height: 20px;
}

.cpgsys div:nth-of-type(2) img {
    width: 20px;
    height: 20px;
}

.cpgsys div:nth-of-type(3) img {
    width: 20px;
    height: 15px;
}

.cpgsys div:nth-of-type(4) img {
    width: 20px;
    height: 20px;
}

.cpgsys div span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.cplxBtn {
    margin-bottom: 26px;
}
.cplxBtn a:hover {
    background-color: #ee1826;
}
.cplxBtn a {
    display: inline-block;
    padding: 0 32px;
    height: 50px;
    line-height: 50px;
    background-color: #D21621;
    margin-right: 24px;
}

.cplxBtn a img {
    margin-right: 10px;
    width: 28px;
    height: 28px;
}

.cplxBtn a span {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 19px;
    vertical-align: middle;
}

.cpfx {
    display: flex;
    align-items: center;
}

.cpfx span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.cpfx  .share .help p{
    font-size: 12px !important;
}

/* 产品介绍 */
.xxHead {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
}

.xxHead a {
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 20px;
    margin-right: 59px;
    cursor: pointer;
    display: block;
}

.xxHead .on {
    font-weight: bold;
    color: #D21621;
    position: relative;
}

.xxHead .on::after {
    content: '';
    display: block;
    background-color: #D21621;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    height: 2px;
}

.xxTitle {
    height: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 50px;
}

.xxTitle::before {
    content: '';
    display: block;
    background-color: #D21621;
    width: 3px;
    height: 24px;
    margin-right: 10px;
}
.xxcpjsText{
    overflow: hidden;
}
.xxcpjsText p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}
.xxcpjsText p img{
    margin: 20px auto;
}
.xxcpjsText p:last-child {
    margin-bottom: 0;
}
.xxcpjsText div {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}

.xxcpjsText div:last-child {
    margin-bottom: 0;
}
.xxTable {
    border-top: 1px solid #D21621;
}

.xxTable tr {
    border-bottom: 1px solid #D21621;
}

.xxTable tr td,
.xxTable tr th {
    width: 600px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.xxTable tr th:nth-of-type(1),
.xxTable tr td:nth-of-type(1) {
    background-color: #FFDBDD;
}

.xxTable tr th:nth-of-type(2),
.xxTable tr td:nth-of-type(2) {
    background-color: #FFF7F7;
}


#txlcp {

  border-radius: 8px;
 

}

#txlcp .xxTitle {
  font-size: 20px;
  color: #333;
  margin-bottom: 20px;
 

  position: relative;
}



#txlcp .xxTable {
  padding: 10px 0;
}

#txlcp .table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  overflow: hidden;
}

#txlcp .table th {
  background-color: #f5f7fa;
  padding: 12px 15px;
  font-weight: 500;
  color: #606266;
  text-align: left;
  border-bottom: 1px solid #ebeef5;
}

#txlcp .table td {
  padding: 12px 15px;
  color: #606266;
  border-bottom: 1px solid #ebeef5;
  transition: background-color 0.25s ease;
}

#txlcp .table tr:hover td {
  background-color: #f5f7fa;
}

#txlcp .table tr:last-child td {
  border-bottom: none;
}


#txlcp .xxTable tr th:nth-of-type(1),
#txlcp .xxTable tr td:nth-of-type(1) {
    background-color: #f5f7fa;
}

#txlcp .xxTable tr th:nth-of-type(2),
#txlcp .xxTable tr td:nth-of-type(2) {
    background-color: #f5f7fa;
}




.yyhy {
    padding-bottom: 60px;
}

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

.cpyyhyItem {
    width: 580px;
    height: 310px;
    overflow: hidden;
    position: relative;

}

.cpyyhyItem:hover img {
    transform: scale(1.1);
}

.cpyyhyItem a {
    display: block;
}

.cpyyhyItem a img {
    width: 580px;
    height: 310px;
    transition: all 0.5s;
}

.cpyyhyItem .cpyyText {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cpyyText a:nth-of-type(1) {
    height: 29px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 29px;
    margin-bottom: 40px;
    text-align: center;
}

.cpyyText a:nth-of-type(2) {
    height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 16px;
    text-align: center;
}

.xgalTop {
    margin-top: 0;
    opacity: 0;
    animation-fill-mode: forwards;
}

.xgaleng {
    margin-top: 0 !important;
    padding-top: 40px;
}



















.mainTitle .mainTitleText {
    height: 42px;
    font-size: 42px;
    font-weight: bold;
    color: #333333;
    line-height: 42px;
    margin-bottom: 28px;
}

.mainTitle .mainJieshao {
    height: 17px;
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
}

.mainTitle .mainTitleText .dian::after {
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: #333333;
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
.mainTitleText{
    display: flex;
    align-items: center;
    justify-content: center;
}
.dian{
    display: flex;
    align-items: center;
}
.mainTitle .mainTitleText span:nth-of-type(2) {
    color: #D21621;
}

.mainEnglish {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -111%);
    font-size: 58px;
    font-weight: bold;
    color: #F0F0F0;
    z-index: -1;
    text-transform: uppercase;
}


.llTitle {
    width: 100%;
    height: 210px;
    background-image: 100% 210px;
    position: relative;
}

.llTitle div:nth-of-type(1) {
    height: 41px;
    font-size: 42px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFEFE;
    line-height: 41px;
    text-align: center;
    padding-top: 74px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.llTitle div:nth-of-type(2) {
    height: 19px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 19px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.llTitle div:nth-of-type(3) {
    font-size: 58px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #C8C8C8;
    opacity: 0.51;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -90%);
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    z-index: 0;
}

.llInfo {
    padding-top: 40px;
    padding-bottom: 100px;
    opacity: 0;
    animation-fill-mode: forwards;
}

.llInfo>div:nth-of-type(1) {
    text-align: center;
    height: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #EBEBEB;
    line-height: 20px;
    text-transform: uppercase;
    margin-bottom: 22px;
}

.llText {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 49px;
}

.llText div:nth-of-type(1) {
    margin-right: 41px;
    height: 24px;
    font-size: 24px;
    font-weight: 400;
    color: #D21621;
    line-height: 24px;
}

.llText div:nth-of-type(2) {
    height: 24px;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

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

.llSuper .llItem {
    width: 214px;
    height: 214px;
    border-radius: 50%;
    background: #F5F5F5;
    cursor: pointer;
    transition: all 0.5s
}

.llSuper .llItem>div>img {
    margin: 0 auto;
    display: block;
}

.llSuper .llItem>div {
    text-align: center;
}

.llSuper .llItem:hover>div>img:nth-of-type(1) {
    display: none;
}

.llSuper .llItem:hover>div>img:nth-of-type(2) {
    display: block;
}

.llSuper .llItem>div>img:nth-of-type(2) {
    display: none;
}

.llSuper .llItem:hover {
    background: #D21621;
}

.llItemText {
    height: 21px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 21px;
    transition: all 0.5s;
}

.llItem:hover .llItemText {
    color: #fff;
}

.llimg {
    height: 80px;
    margin-bottom: 18px;
    margin-top: 50px;
}

.sdysTitle {
    padding-top: 65px;
    padding-bottom: 48px;
    opacity: 0;
    animation-fill-mode: forwards;
}

.sdysInfoBg {
    background: url('../img/sdyszhong.png');
    width: 555px;
    height: 565px;
    background-size: 555px 565px;
    margin: 0 auto;
}

.sdysAll {
    position: relative;
    opacity: 0;
    animation-fill-mode: forwards;
}
.sdysAll .sdysItem:nth-of-type(2) .sdysItemTop img{
    width: 44px;
    height: 44px;
}
.sdysAll .sdysItem:nth-of-type(3) .sdysItemTop img{
    width: 44px;
    height: 44px;
}
.sdysAll .sdysItem:nth-of-type(4) .sdysItemTop img{
    width: 40px;
    height: 44px;
}
.sdysAll .sdysItem:nth-of-type(5) .sdysItemTop img{
    width: 44px;
    height: 42px;
}
.sdysItem {
    width: 312px;
    position: absolute;
}
 
.sdysItem:nth-of-type(2) {
    left: 18.8%;
    top: 7%;
}

.sdysItem:nth-of-type(3) {
    left: 65%;
    top: 7%;
}

.sdysItem:nth-of-type(4) {
    left: 18.8%;
    top: 68%;

}

.sdysItem:nth-of-type(5) {
    left: 65%;
    top: 68%;
}

@media (max-width: 1440px) {  
  .sdysItem:nth-of-type(2) {
    left: 9.8%;
    top: 7%;
}

.sdysItem:nth-of-type(3) {
    left: 69%;
    top: 7%;
}

.sdysItem:nth-of-type(4) {
    left: 9.8%;
    top: 68%;

}

.sdysItem:nth-of-type(5) {
    left: 69%;
    top: 68%;
}
} 

.sdysItem:nth-of-type(3) .sdysItemTop {
    margin-left: 11px;
    justify-content: right;
}

.sdysItem:nth-of-type(5) .sdysItemTop {
    margin-left: 11px;
    justify-content: right;
}

.sdysItem:nth-of-type(3) .sdysItemTop div {
    text-align: right;
}

.sdysItem:nth-of-type(5) .sdysItemTop div {
    text-align: right;
}

.sdysItem:nth-of-type(2) .sdysItemTop img {
    margin-right: 11px;
}

.sdysItem:nth-of-type(3) .sdysItemTop img {
    margin-left: 11px;
}

.sdysItem:nth-of-type(4) .sdysItemTop img {
    margin-right: 11px;
}

.sdysItem:nth-of-type(5) .sdysItemTop img {
    margin-left: 11px;
}



.sdysItemTop {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.sdysYsText div:nth-of-type(1) {
    height: 25px;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    margin-bottom: 6px;
}

.sdysYsText div:nth-of-type(2) {
    height: 11px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    line-height: 11px;
}

.sdysJieshao {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}

.llTitle2 {
    width: 100%;
    height: 210px;
    background-size: 100% 210px;
}

.lltitleTText {
    width: 514px;
    font-size: 36px;
    font-weight: bold;
    color: #FFFEFE;
    line-height: 62px;
    text-shadow: 1px 1px red;
    opacity: 0;
    animation-fill-mode: forwards;
}

.lltitleRg {
    display: flex;
    align-items: center;
}

.lltitleRg img {
    margin-right: 15px;
}

.between {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.lltitleRgRIght div:nth-of-type(1) {
    height: 19px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #E6E6E6;
    line-height: 19px;
    margin-bottom: 23px;
}

.lltitleRgRIght div:nth-of-type(2) {
    height: 29px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29px;
}

.gcalTitle {
    margin-top: 91px;
    margin-bottom: 60px;
    opacity: 0;
    animation-fill-mode: forwards;
}

/* 首页工程案例 */
#gcalALl {
    padding-bottom: 78px;
}

#gcalALl .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    opacity: 1;
    background-color: #D2D2D2;
}

#gcalALl .swiper-pagination-bullet-active {
    background: #D21621;
}

#gcalALl .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
#gcalALl .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 7.5px);
}


#gcalALl .swiper-pagination-fraction,
#gcalALl .swiper-pagination-custom,
#gcalALl .swiper-horizontal>.swiper-pagination-bullets,
#gcalALl .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 17px);
}

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

.gcalItem a {
    display: block;
}

.gcalItem a:nth-of-type(2) {
    text-align: center;
    margin-top: -10px;
    height: 17px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
}

.gcalItem>div:hover .gcalImg img {
    transform: scale(1.1);
}

.gcalItem>div:hover a:nth-of-type(2) {
    color: #D21621;
}

.gcalImg {
    width: 380px;
    height: 292px;
    text-align: right;
    position: relative;
    overflow: hidden;
}

.gcalImg img {
    width: 360px;
    height: 270px;
    transition: all 0.5s;
}

.gcalImg::after {
    content: '';
    display: block;
    width: 68px;
    height: 2px;
    background-color: #D21621;
    position: absolute;
    left: 0;
    bottom: 0;
}

.gcalImg::before {
    content: '';
    display: block;
    width: 2px;
    height: 230px;
    background-color: #D21621;
    position: absolute;
    left: 0;
    bottom: 0;
}
.gcalxgal{
    opacity: 1 !important;
    animation-fill-mode: none !important;
}



/* 首页公司简介 */
.gsjjBg {
    background: url('../img/homegsjj.jpg');
    background-size: 100% 950px;
    width: 100%;
    height: 950px;
}

.gsjjTitle {
    margin-top: 70px;
    margin-bottom: 60px;
    opacity: 0;
    animation-fill-mode: forwards;
}

.gsjjLeftimg {
    margin-right: 49px;
    opacity: 0;
    animation-fill-mode: forwards;
}

.gsjjTitleText {
    border-left: 2px solid #D21621;
    padding-left: 16px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-bottom: 25px;
}

.gsjjTitleText div:nth-of-type(1) {
    height: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #D21621;
    line-height: 12px;
    margin-bottom: 13px;
}

.gsjjTitleText div:nth-of-type(2) {
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}

.gsjjAll {
    display: flex;
    justify-content: space-between;
}
.gsjjRight{
    opacity: 0;
    animation-fill-mode: forwards;
}
.gsjjRight p {
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 30px;
    margin-bottom: 29px;
    text-indent: 2em;
    height: 120px;
}

.ljgd {
    width: 140px;
    height: 40px;
    background: #D21621;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    margin-top: 49px;
    display: block;
}
.ljgd:hover{
    background-color: #f01a28;
}
.jjnumALl {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 80px;
}

.jjnum .connum {
    font-size: 60px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #D21621;
}

.jjnum .context {
    height: 16px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
}

.jjnum div:nth-of-type(2) {
    height: 18px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
    text-align: center;
}

/* 首页新闻动态 */
.homeXwdt {
    margin-bottom: 61px;
}

.xwdtALl {
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    animation-fill-mode: forwards;
}

.xwdtTitle {
    margin-top: 0;
    margin-bottom: 64px;
    opacity: 0;
    animation-fill-mode: forwards;
}

.xwdtLeft {
    position: relative;
    width: 580px;
    height: 420px;
    margin-right: 41px;
    cursor: pointer;
}

.xwdtLeft:hover img {
    transform: scale(1.1);
}

.xwdtImg {
    width: 580px;
    height: 420px;
    overflow: hidden;
    display: block;
}

.xwdtLeft img {
    width: 580px;
    height: 420px;
    transition: all 0.5s;
}

.xwdtLeft .backBg {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    height: 46px;
    background: rgba(0, 0, 0, 0.57);
}
.xwdtshow{
    opacity: 1 !important;
    animation-fill-mode: none !important;
}

.backBg a:nth-of-type(1) {
    height: 19px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 19px;
    margin-bottom: 11px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 20px;
    padding-right: 53px;
}

.backBg a:nth-of-type(2) {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 15px;
    display: block;
    padding-left: 20px;
    padding-right: 53px;
}

.xwdtRight {
    flex: 1;
}

.xwdtItem {
    display: flex;
    align-items: center;
    width: 580px;
    height: 76px;
    background: #F5F5F5;
    margin-bottom: 10px;
    cursor: pointer;
}

.xwdtItem:nth-of-type(5) {
    margin-bottom: 0;
}

.xwdtItem:hover .essLeftTime {
    background: #D21621;
}

.xwdtItem:hover .essLeftTime a {
    color: #fff;
}

.xwdtItem:hover .essrightText h3 {
    color: #D21621;
}

.essLeftTime {
    width: 90px;
    height: 76px;
    background: #EBEBEB;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.essLeftTime a:nth-of-type(1) {
    height: 19px;
    font-size: 26px;
    font-weight: bold;
    color: #333333;
    line-height: 19px;
    margin-bottom: 12px;
    display: block;
}

.essLeftTime a:nth-of-type(2) {
    height: 10px;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #666666;
    line-height: 10px;
    display: block;
}

.essrightText {
    width: 490px;
    height: 44px;
    padding: 18px 0 14px 0;
}

.essrightText a:nth-of-type(1) {
    height: 16px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 16px;
    margin-bottom: 13px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 19px;
    padding-right: 23px;
}

.essrightText a:nth-of-type(2) {
    height: 15px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding-left: 19px;
    padding-right: 23px;
}










.supInfo {
    position: relative
}

.supInfoIndex {
    position: relative
}

.homegsysbg {
    width: 680px;
    height: 470px;
    background: url('../img/advbg.png');
    background-size: 680px 470px;
    margin: 0 auto
}

.supTitle {
    height: 40px;
    line-height: 40px;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    padding-top: 80px;
    padding-bottom: 23px;
    text-align: center
}

.supSubtitle {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #808080;
    padding-bottom: 54px;
    text-align: center
}

.supText>div {
    opacity: 0;
    animation-fill-mode: forwards
}

.supText>div:nth-of-type(1) {
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: right
}

.supText>div:nth-of-type(2) {
    position: absolute;
    left: -50px;
    top: 180px;
    text-align: right
}

.supText>div:nth-of-type(3) {
    position: absolute;
    left: -25px;
    top: 350px;
    text-align: right
}

.supText>div:nth-of-type(4) {
    position: absolute;
    left: 890px;
    top: 10px
}

.supText>div:nth-of-type(5) {
    position: absolute;
    left: 950px;
    top: 180px
}

.supText>div:nth-of-type(6) {
    position: absolute;
    left: 910px;
    top: 350px
}

.supText h6 {
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px
}

.supText p {
    width: 300px;
    font-size: 14px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #808080
}

.supLeft:nth-of-type(1) {
    animation-delay: 0
}

.supLeft:nth-of-type(2) {
    animation-delay: 0.1s
}

.supLeft:nth-of-type(3) {
    animation-delay: .2s
}

.supRight:nth-of-type(1) {
    animation-delay: 0
}

.supRight:nth-of-type(2) {
    animation-delay: 0.1s
}

.supRight:nth-of-type(3) {
    animation-delay: .2s
}

.supLogo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.supLogo img {
    width: 212px;
    height: 65px;
    margin-bottom: 40px
}



.smallFunc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.sdys {
    width: 100%;
    height: 840px;
    background: url('../img/sdys.jpg');
    background-size: 100% 840px;
}





.footer {
    width: 100%;
    background-color: #222B33
}


.indexfoot {
    height: 525px
}
.columnJump a:hover{
    color: #D21621;
}
.yqljswiper a:hover{
    color: #D21621;
}
.ontitleImg img {
    width: 30px;
    height: 30px;
    margin-right: 20px
}

.jnjwz {
    margin-right: 20px
}

.beian {
    margin-right: 30px
}

.oneline {
    display: flex;
    justify-content: space-between;
    padding-top: 39px;
}

.oneline .piece {}

.oneTitle {
    display: flex;
    align-items: center;
    padding-bottom: 9px;
    height: 18px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 18px;
}


.lineInfo {
    padding-top: 32px;
    padding-bottom: 20px
}

.lxwm>div,
.lxwm>div>span {
    height: 16px;
    line-height: 16px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    margin-bottom: 26px
}

.kjdh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.kjdh>div {
    width: 33%;
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 26px
}

.kjdh>div>a {
    color: #999999
}

.kjdh>div>a:hover {
    color: #D21621
}

.kjdh .on>a {
    color: #D21621
}

.gzwm {
    display: flex;
    align-items: center
}

.gzwm img {
    width: 108px;
    height: 108px;
    margin-right: 30px
}

.telephoneText {
    height: 15px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 15px;
    margin-bottom: 11px
}

.telNum i {
    font-size: 20px;
    color: #0071EE
}

.telNum span {
    height: 18px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 18px
}

.ewm {
    margin-bottom: 24px;
}

.ewm img {
    width: 124px;
    height: 122px;
}

.twoLine {
    padding-bottom: 57px;
    border-bottom: 1px solid #383838;
}

.gfwx {
    height: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 12px;
    text-align: center;
}

.yqljswiper {
    position: relative;
}

.yqljTitle {
    height: 15px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 15px;
    padding-top: 7px;
    margin-bottom: 30px;
}

.yqljswiper .swiper-slide {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.yqljswiper .swiper-slide span {
    display: block;
    width: 131px;
    margin: 0 auto;
}

.yqljswiper {
    --swiper-navigation-color: #999999;
    --swiper-navigation-size: 17px;
}

.yqljswiper .swiper-button-prev,
.yqljswiper .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -47px) !important;
}

.yqljswiper .swiper-button-next,
.yqljswiper .swiper-rtl .swiper-button-prev {

    right: var(--swiper-navigation-sides-offset, -41px) !important;
}

.mostFoot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 17px;
}

.mostFoot div {
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}
.mostFoot a {
    height: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    display: block;
}
.mostFoot a:hover span{
    color: #D21621;
}
.mostFoot .gxbJump:hover{
    color: #D21621;
}
.cpzxAll {
    margin-top: 39px;
    display: flex;
}

.cpzxLeft {
    margin-right: 39px;
    opacity: 0;
    animation-fill-mode: forwards;
}

.cpzxLeftTitle {
    width: 221px;
    height: 24px;
    background: #D21621;
    padding: 24px 40px 22px 19px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cpzxLeftTitle span:nth-of-type(1) {
    height: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.cpzxLeftTitle img {
    width: 24px;
    height: 24px;
    transition: all 0.5s;
}

.cpzxLeftTitle:hover img {
    transform: scale(1.1);
}

.cpzxTitleItem {
    width: 240px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    margin-bottom: 110px;
}

.cpzxTitleItem .on span:nth-of-type(1) {
    color: #D21621;
}

.cpzxinfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 22px 0 21px 0;
    border-bottom: 1px dotted #E1E1E1;
    cursor: pointer;
    width: 240px;
    height: 15px;
    line-height: 15px;
}

.cpzxinfo:hover span:nth-of-type(1) {
    color: #D21621;
}

.cpzxinfo span:nth-of-type(1) {
    height: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 15px;
}

.cpzxinfo span:nth-of-type(2) img {
    width: 16px;
    height: 16px;
}

.cpzxflex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cpzxRight {
    flex: 1;
    opacity: 0;
    animation-fill-mode: forwards;
}

.cpzxRightItem {
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 20px;
}

.cpzxRightItem:nth-child(3n) {
    margin-right: 0;
}

.cpzxRightItem a {
    display: block;
}

.cpzxRightItem a:nth-of-type(2) {
    width: 280px;
    height: 56px;
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 56px;
    text-align: center;
}

.cpzxRightItem a:nth-of-type(1) {
    width: 280px;
    height: 210px;
    overflow: hidden;
}

.cpzxRightItem img {
    width: 280px;
    height: 210px;
    transition: all 0.5s;
}

.cpzxRightItem:hover img {
    transform: scale(1.1);
}

.cpzxRightItem:hover a:nth-of-type(2) {
    background-color: #D21621;
    color: #fff;
}



/* 工程案例 */
.gcalTop {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 31px;
    margin-bottom: 52px;
}

.gcalTop>div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gcalTop>div>a {
    width: 110px;
    height: 36px;
    font-size: 20px;
    font-weight: 300;
    line-height: 36px;
    text-align: center;
    margin-right: 15px;
    margin-left: 20px;
}

.gcalTop>div::after {
    content: '';
    width: 1px;
    height: 20px;
    background-color: #333;
}

.gcalTop>div:last-child::after {
    display: none;
}

.gcalTop .on>a {
    background-color: #D21621;
    color: #fff;
}

.gcalItempage {
    width: 380px;
    margin-right: 30px;
    margin-bottom: 30px;
    cursor: pointer;
}

.gcalItempage:nth-child(3n) {
    margin-right: 0;
}

.gcalItempage a:nth-of-type(1) {
    width: 380px;
    height: 285px;
    overflow: hidden;
    display: block;
}

.gcalItempage img {
    width: 380px;
    height: 285px;
    transition: all 0.5s;
}

.gcalItempage:hover img {
    transform: scale(1.1);
}

.gcalItempage:hover a:nth-of-type(2) {
    color: #D21621;
}

.gcalItempage a:nth-of-type(2) {
    width: 280px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px 0px rgba(204, 204, 204, 0.2);
    margin: 0 auto;
    margin-top: -25px;
    position: relative;
    z-index: 1;
    line-height: 50px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gcalItempage a:nth-of-type(2)::before {
    content: '';
    width: 2px;
    height: 26px;
    background: #D21621;
    margin-left: 20px;
    margin-right: 11px;
    display: block;
    flex-shrink: 0;
}

.gcalAllpage {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    opacity: 0;
    animation-fill-mode: forwards;
}

.gcalPagin {
    padding-top: 10px;
}

/* 工程案例详情 */
.gcaldetails {
    display: flex;
    justify-content: space-between;
}

.gcalpageht {
    margin-bottom: 39px;
}

.gcaldeLeft {
    display: inline-block;
    width: 850px;
    padding: 40px 20px;
    padding-top: 42px;
    background-color: #fff;
    margin-right: 25px;
}
.gcaldeRight{
    display: inline-block;
    vertical-align: top;
}
.gcalTitlepage h1 {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #333333;
    line-height: 45px;
    margin-bottom: 29px;
}

.gcalTitlepage div {
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #808080;
    line-height: 14px;
    margin-bottom: 29px;
}

.gcalTitlepage div span {
    margin-right: 35px;
}

.gcalTitlepage {
    border-bottom: 1px solid #F0F0F0;
}

.anliShow p {
    margin-bottom: 19px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}

.anliShow p:last-child {
    margin-bottom: 0;
}

.anliShow {
    padding-bottom: 60px;
    padding-top: 21px;
    border-bottom: 1px solid #F0F0F0;
    overflow: hidden;
}

.gcalskipBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 39px;

}

.redjt {
    width: 38px;
    height: 38px;
    margin-left: 21px;
}

.gcalcontext div {
    height: 17px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
}

.gcalcontext div:nth-of-type(1) {
    margin-bottom: 18px;
}
.gcalcontext div a:hover{
    color: #D21621;
}
.fanhuiList {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding-left: 20px;
}
.fanhuiList:hover span{
    color: #D21621;
}
.fanhuiList>span {
    height: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 15px;
    display: block;
}

.morecase {
    width: 280px;
    background: #FFFFFF;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.moreItem:hover img {
    transform: scale(1.1);
}

.moreItem:hover .selectitle {
    color: #D21621;
}

.moreItem .seleImg {
    width: 240px;
    height: 180px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}

.moreItem img {
    width: 240px;
    height: 180px;
    transition: all 0.5s;
}

.moreItem {
    padding: 0 20px;
    margin-top: 24px;
}

.moreItem>.selectitle {
    height: 17px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 17px;
    display: block;
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.gcmoreText {
    height: 20px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    border-bottom: 1px solid #F0F0F0;
    padding: 20px 0 19px 19px;
    display: block;
}

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

.gchitBtom div:nth-of-type(1) {
    height: 12px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #D21621;
    line-height: 12px;
}

.gchitBtom div:nth-of-type(2) {
    height: 12px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gchitBtom div:nth-of-type(2) img {
    margin-right: 6px;
}

.gchitBtom img {
    width: 20px;
    height: 12px;
}

.remenCase {
    width: 280px;
    background: #FFFFFF;
}

.remenCase div:last-child {
    border-bottom: none;
}

.hitsEss {
    padding: 31px 18px 30px 18px;
    border-bottom: 1px solid #F0F0F0;

}

.hitsEss a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    display: block;
    margin-bottom: 21px;
}

.hitsEss a:hover {
    color: #D21621;
}

.ljzxCase {
    background: url('../img/ljzxbg.png');
    width: 280px;
    height: 200px;
    background-size: 280px 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
}

.ljzxCase div {
    height: 20px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 30px;
    margin-left: 21px;
}

.ljzxCase a {
    width: 134px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    background-color: #D21621;
    display: block;
    text-align: center;
    color: #fff;
    margin-left: 21px;
}
.ljzxCase a:hover{
    background-color: #f51b2a;
}
.ljzxCase a i {
    margin-right: 10px;
}

.xwShowHit {
    margin-bottom: 30px;
}









/* 联系我们 */
.lxwmTop {
    margin-bottom: 40px;
}

.lxwmeng {
    text-align: center;
    margin-top: 44px;
    margin-bottom: 30px;
}

.lxwmeng span {
    text-transform: uppercase;
    height: 35px;
    font-size: 44px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 35px;
}

.lxwmeng span:nth-of-type(1) {
    color: #D21621;
    margin-right: 32px;
}

.lxwmeng span:nth-of-type(2) {
    color: #333333;
}

.lxwmtext {
    height: 30px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    text-align: center;
}

.lxfs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 66px;
}

.lxfs>div {
    width: 400px;
    height: 240px;
    background: #FCFCFC;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.lxfs>div:nth-of-type(2) {
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
}

.lxfs>div>div {
    margin-bottom: 20px;
}

.lxfs>div>div:nth-of-type(2) {
    height: 17px;
    font-size: 18px;
    font-weight: 400;
    color: #37393D;
    line-height: 17px;
}

.lxfs>div>div:nth-of-type(3) {
    height: 14px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
}

#lulianmap {
    width: 100%;
    height: 680px;
}


/* 新闻动态 */
.xwdtAllpage {
    margin-bottom: 44px;
}

.xwdtAllpage .xwdtItempage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 29px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E6E6E6;
    cursor: pointer;
}

.xwdtAllpage .xwdtItempage:nth-child(6) {
    border-bottom: none;
}

.xwdtitemLeft {
    width: 210px;
    flex-shrink: 0;
}

.xwdtitemLeft a {
    display: block;
}

.xwdtitemLeft a:nth-of-type(1) {
    height: 37px;
    font-size: 48px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #666666;
    line-height: 37px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 40px;
}

.xwdtitemLeft a:nth-of-type(2) {
    height: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #8D8B8B;
    line-height: 12px;
    white-space: nowrap;
    text-align: center;
    padding-bottom: 40px;
}

.xwdtitemLeft a:nth-of-type(3) {
    width: 16px;
    height: 2px;
    background-color: #666666;
    display: block;
    margin: 0 auto;
}

.xwdtitemmidd {
    padding-right: 47px;
    flex: 1;
    overflow: hidden;
}

.xwdtitemmidd a {
    display: block;
}

.xwdtitemmidd a:nth-of-type(1) {
    height: 21px;
    line-height: 21px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    padding-bottom: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.xwdtitemmidd a:nth-of-type(2) {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-bottom: 12px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xwdtitemmidd a:nth-of-type(3) i {
    font-size: 32px;
}

.xwdtitemRight {
    width: 250px;
    height: 150px;
    overflow: hidden;
    flex-shrink: 0;
    display: block;
}

.xwdtitemRight img {
    width: 250px;
    height: 150px;
    transition: all 0.5s;
}

.xwdtItempage:hover .xwdtitemRight img {
    transform: scale(1.1);
}

.xwdtItempage:hover .xwdtitemmidd a:nth-of-type(1) {
    color: #D21621;
}

.xwdtItempage:hover .xwdtitemmidd a:nth-of-type(3) i {
    color: #D21621;
}


/* 关于公司 */
.gsjjpage {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}

.gsjjpageText div:nth-of-type(1) {
    height: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #D21621;
    line-height: 12px;
    margin-bottom: 20px;
}

.gsjjpageText div:nth-of-type(2) {
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 20px;
}

.gsjjpageText>img {
    width: 80px;
    height: 3px;
    display: block;
    line-height: 3px;
    margin-bottom: 48px;
}
.gsjjpALL{
    opacity: 0;
    animation-fill-mode: forwards;
}
.gsjjright{
    opacity: 0;
    animation-fill-mode: forwards;
}
.gsjjpALL p {
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
    line-height: 30px;
    margin-bottom: 30px;
    text-indent: 1em;
    width: 506px;
}

.gsjjTop {
    padding-top: 66px;
    margin-bottom: 38px;
}

.gsjjEng {
    margin-top: 0;
}

.gsjjText {
    padding-bottom: 38px;
}

.qywh {
    height: 720px;
}

.qywhAll {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.qywhLeft{
    opacity: 0;
    animation-fill-mode: forwards;
}
.qywhRight{
    opacity: 0;
    animation-fill-mode: forwards;
}
.qywhLeft>div:nth-of-type(1) {
    margin-bottom: 75px;
}

.qywhLeft .qywhText div:nth-of-type(2) {
    margin-bottom: 40px;
}

.qywhText div:nth-of-type(1) {
    height: 33px;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    line-height: 33px;
    margin-bottom: 30px;
}

.qywhText div:nth-of-type(2) {
    height: 22px;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

.qywhRight>div:nth-of-type(2) {
    margin-top: 76px;
}

.qywhRight .qywhText div:nth-of-type(1) {
    margin-top: 39px;
}

.honoSwiper {
    position: relative;
    margin-bottom: 60px;
}

.honoSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.honoSwiper .swiper-slide img {
    width: 285px;
    height: 354px;
    display: block;
}

.honoSwiper .swiper-slide img:last-child {
    margin-right: 0px
}

#honoSwiper {
    position: static
}

.honoSwiper .swiper-button-next {
    right: -56px;
    width: 50px;
    height: 50px;
    color: rgba(0, 0, 0, 0) !important;
    background: url("../img/ryjt.png") center center no-repeat;
    background-size: 50px 50px
}

.honoSwiper .swiper-button-prev {
    left: -60px;
    transform: rotate(180deg);
    width: 50px;
    height: 50px;
    color: rgba(0, 0, 0, 0) !important;
    background: url("../img/ryjt.png") center center no-repeat;
    background-size: 50px 50px
}
.zxkf{
    width: 70px;
    height: 60px;
    position: fixed;
    right: 10px;
    bottom: 100px;
    background: #f1f1f1;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
    z-index: 99;
    border-radius: 2px;
}
.zxkf img{
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
}
.lxkf{
    font-size: 15px;
    color: #575757;
}
.zxkf:hover{
    background: #D21621;
}
.zxkf:hover img{
   display: none;
}
.zxkf:hover .lxkf{
   display: none;
}
.liar{
    display: none;
    color: #FFFFFF;
    font-size: 14px;
}
.zxkf:hover .liar{
   display: block;
}