<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* common css */
.fl {
    float: left;
}
.fr {
    float: right;
}
img {
    max-width: 100%;
}
/* box-head */
.box-head {
    background-color: rgba(0, 0, 0, .45);
    padding: 0.8% 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}
.head-right {
    float: right;
    width: 165px;
    text-align: right;
    border-left: 1px solid rgba(255, 255, 255, .31);
    margin-top: 0.9%;
  }
  
  .head-right #formsearch,
  .head-right .x-login {
    display: inline-block;
    vertical-align: middle;
  }
  
  .head-right #formsearch {
    position: relative;
  }

  
  .head-right #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 24px;
    height: 24px;
    font-size: 0;
    background: url(../images/headsearchicon.png) no-repeat center;
  }
  
  .head-right #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 24px);
    color: rgba(255, 255, 255, 0.5);
    padding-left: 25px;
    font-size: 14px;
}

/* box-productcate */
.box-productcate {
    border: 1px solid #e6e6e6;
    padding: 3.9% 0 3.8%;
}
.main-title {
    position: relative;
    text-align: center;
    background: url(../images/maintitlebg.png) no-repeat center;
    font-size: 36px;
    font-weight: bold;
    color: #232323;
}
.productcate-title  {
    margin-bottom: 4.5%;
}
.procate-con a {
    display: block;
    /* width: 17%;
    border: 1px solid #dadada;
    text-align: center;
    padding: 0.7% 0 0.9%; */
}

.procate-con .procate-cover {
    margin-right: 3.7%;
}

@media (min-width:992px) {
    .procate-con .procate-cover:nth-child(-n+5) {
    margin-bottom: 2.5%;
}
    .procate-con .procate-cover:nth-child(5n) {
    margin-right: 0;
}
}
.procate-con h3 {
    font-size: 18px;
    color: #232323;
    font-weight: bold;
}
.procate-img {
    margin-bottom: 3%;
}
.product-title {
    margin: 4.9% 0 3.7%;
}
.procate-cover {
    position: relative;
    width: 17%;
    border: 1px solid #dadada;
    text-align: center;
    padding: 0.6% 0 0.8%;
}
.box-productcate .procate-con .bg {
    width: 100%;
    height: 100%;
    background:url(../images/procatehover.png) no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
    transform: scale(0);
}
@media (min-width:992px) {
    .box-productcate .procate-cover:hover .bg {
    transform: scale(1);
}
.box-productcate .procate-cover:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.19);
}
}

@media (max-width:991px) {
    .procate-cover {
        width: 30%;
    }
    .procate-con .procate-cover:nth-child(3n) {
        margin-right: 0;
    }
    .procate-con .procate-cover {
        margin-bottom: 2.5%;
    }
    
.procate-con .procate-cover {
    margin-right: 5%;
    padding: 0.6% 0 1.8%;
}
}
@media (max-width:767px) {
    .procate-con h3 {
        font-size: 16px;
        font-weight: 400;
    }
    .main-title {
        font-size: 18px;
        background-image: none;
    }
    .product-title {
        margin: 4.9% 0 4.9%;
    }
}
@media (max-width: 400px) {
    .procate-con h3 {
        font-size: 13px;
    }
}

/* box-product */
.main-product {
    padding: 0 56px;
}
.product-item {
    border: 1px solid #dadada;
    text-align: center;
    transition: all ease 0.5s;
}
.product-t {
    font-size: 16px;
    color: #323232;
    margin: 7% 0 3%;
}
.product-text p {
    color: #606060;
    font-size: 12px;
}
.product-text span {
    display: block;
    width: 40.5%;
    font-size: 12px;
    color: #606060;
    line-height: 2.4;
    border: 1px solid #cdcdcd;
    margin: 5% auto 6%;
}
.product-arrow {
    position: relative;
}
.product-arrow .swiper-button-prev {
    background-image: url(../images/productleft.jpg);
    left: -5.5%;
    right: auto;
}
.product-arrow .swiper-button-prev:hover {
    background-image: url(../images/productlefthover.jpg);
}
.product-arrow .swiper-button-next {
    background-image: url(../images/productright.jpg);
    right: -5.5%;
    left: auto;
}

.product-arrow .swiper-button-next:hover {
    background-image: url(../images/productrighthover.jpg);
}
.product-arrow .swiper-button-next,.product-arrow .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 52px;
    height: 82px;
    margin-top: -19%;
    z-index: 10;
    cursor: pointer;
    background-size: 52px 82px;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}
.box-product .product-more {
    display: block;
    width: 235px;
    height: 57px;
    font-size: 18px;
    color: #fff;
    line-height: 57px;
    background-color: #004fe1;
    border-radius: 28px;
    text-align: center;
    margin: 3.4% auto 5%;
}
@media (max-width:1199px) {
    .product-arrow {
        display: none;
    } 
    .main-product {
        padding: 0 15px;
    }
}
@media (max-width:991px) {
    .product-text p {
        display: none;
    }
}
@media (min-width:992px) {
    .product-item:hover {
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16);
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.16);
    }
    .product-item:hover .product-t {
        color: #004fe1;
    }
    .product-item:hover .product-text span {
        background-color: #004fe1;
        border: none;
        color: #fff;
    }
}
@media (max-width:767px) {
    .box-product .product-more {
        width: 140px;
        height: 36px;
        font-size: 16px;
        line-height: 36px;
        margin: 5% auto 5%;
    }
}
/* box-company */
.box-company {
    background: url(../images/companybg.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 4.7%;
}
.company-title {
    color: #fff;
    margin: 4.9% 0;
    background: url(../images/maintitlebg1.png) no-repeat center;
}
.company-left {
    width: 71%;
    background-color: rgba(4, 3, 56, .71);
    padding: 4.2% 1.8% 1.5% 1.8%;
}
.company-left h3 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 2.2%;
}
.company-left .company-text {
    font-size: 15px;
    color: #fff;
    line-height: 2.6;
}
.company-left .company-more {
    display: block;
    width: 154px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    color: #272729;
    font-size: 16px;
    background-color: #fff;
    border-radius: 28px;
}
.company-left .company-text p {
    margin-bottom: 2.8%;
}
.company-list {
    width: 28%;
}
.company-list .company-item {
    border: 1px solid #fff;
    height: 95px;
    padding: 0 11.5% 0 7%;
}
.company-list .company-item:not(:last-child) {
    margin-bottom: 8%;
}
.company-list .company-item p {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 95px;
}
.company-list .company-item h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
    border-left: 1px solid rgba(255, 255, 255, .5);
    margin-top: 18px;
    padding-left: 8%;
}
.company-list .company-item .company-icon {
    line-height: 95px;
    margin-right: 7.5%;
}
@media (max-width:1519px) {
    .company-list .company-item {
        padding: 0 8.5% 0 7%;
    }
}
@media (max-width:1399px) {
    .company-list .company-item p {
        font-size: 20px;
    }
    .company-list .company-item h3 {
        font-size: 16px;
        padding-left: 5%;
    }
}
@media (max-width:1199px) {
    .company-list .company-item .company-icon {
        line-height: 95px;
        margin-right: 2.5%;
        width: 18%;
    }
    .company-list .company-item p {
        font-size: 18px;
    }
    .company-list .company-item {
        padding: 0 6.5% 0 5%;
    }
    .company-list .company-item h3 {
        padding-left: 6%;
    }
}
@media (max-width:997px) {
    .company-left {
        float: none;
        width: 100%;
        margin-bottom: 2%;
    }
    .company-list {
        float: none;
        width: 100%;
    }
    .company-list .company-item:not(:last-child) {
        margin-bottom: 2%;
    }
}
@media (max-width:767px) {
    .company-title {
        background-image: none;
    }
    .company-left h3 {
        font-size: 18px;
    }
    .company-left {
        padding: 6%;
    }
    .company-left .company-text {
        font-size: 14px;
        line-height: 2.4;
    }
    .company-list .company-item {
        height: 80px;
    }
    .company-list .company-item .company-icon {
        line-height: 80px;
    }
    .company-list .company-item p {
        line-height: 80px;
    }
    .company-list .company-item h3 {
        margin-top: 11px;
    }
}
/* box-app */
.app-item {
    border: 1px solid #dadada;
    width: 22.75%;
}
.app-item:not(:last-child) {
    margin-right: 3%;
}
.app-border {
    position: relative;
    padding: 4px;
    text-align: center;
}
.app-img {
    position: relative;
    overflow: hidden;
}
.app-bg {
    width: 100%;
    height: 100%;
    background-color: rgba(3,13,39, 0.62);
    background-size: 100% 100%;
    position: absolute;
    bottom: -100%;
    left: 0;
    z-index: 9;
}

.app-t {
    position: absolute;
    bottom: 3%;
    background-color: #fff;
    color: #232323;
    font-size: 18px;
    width: 63.5%;
    left: 50%;
    transform: translate(-50%);
    line-height: 2.4;
    text-align: center;
    z-index: 10;
}
.app-more {
    display: block;
    width: 236px;
    height: 57px;
    line-height: 57px;
    background-color: #004fe1;
    border-radius: 28px;
    text-align: center;
    color: #fff !important; 
    font-size: 14px;
    margin: 3% auto 3.8%;
}
.app-more:hover {
    color: #fff;
}
.app-title {
    margin: 4.8% 0 2.8%;
}
@media (min-width:992px) {
    .app-item:hover .app-bg {
        bottom: 0;
    }
    .app-item:hover .app-t {
        background-color: #004fe1;
        color: #fff;
    }
    .app-item:hover {
        border: 1px solid #004fe1;
    }
    .app-more:hover {
        color: #fff;
    }
}
@media (max-width:767px) {
    .app-item {
        width: 48.5%;
    }
    .app-item:not(:last-child) {
        margin-right: 0%;
    }
    .app-item:nth-child(odd) {
        margin-right: 3%;
    }
    .app-item:nth-child(-n+2) {
        margin-bottom: 2%;
    }
    .app-more {
        width: 140px;
        height: 36px;
        line-height: 36px;
        font-size: 16px;
        margin: 6% auto 6%;
        color: #fff;
    }
    .app-t {
        font-size: 14px;
    }
    .app-title {
        margin: 4.8% 0 4.8%;
    }
    .app-more:hover {
        color: #fff;
    }
}
/* box-news */
.box-news {
    background: url(../images/newsbg.jpg) no-repeat top center;
    padding-bottom: 3.3%;
}
.news-title {
    color: #fff;
    margin: 7% 0 6%;
    background: url(../images/maintitlebg1.png) no-repeat center;
}
.news-con {
    background-color: #fff;
    padding: 2.7% 2.7% 1.6%;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.2);
}
.news-left {
    width: 48%;
}
.news-left-img {
    overflow: hidden;
}
.news-left-img img {
    -webkit-transition: all .7s ease;
	transition: all .7s ease;
}
.news-left h3 {
    font-size: 18px;
    color: #404040;
    font-weight: bold;
    margin: 5% 0 3%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-left-time {
    color: rgba(66, 66, 66, .67);
    font-size: 12px;
}
.news-left-text {
    font-size: 14px;
    color: #424242;
    line-height: 2.3;
    margin: 0.7% 0 1.4%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-left-more {
    width: 110px;
    height: 35px;
    display: block;
    text-align: center;
    line-height: 35px;
    color: #fff;
    background-color: #004fe1;
}
.news-right-list {
    width: 50.2%;
}
.news-right-img {
    width: 26.7%;
}
.news-right-con {
    width: 69.2%;
    padding-top: 1.8%;
}
.news-right-con h3 {
    color: #404040;
    font-size: 16px;
    font-weight: bold;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
margin-bottom: 5.2%;
}
.news-right-text {
    font-size: 14px;
    color: #404040;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
line-height: 2.15;
}
.news-right-item:not(:last-child) {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 4%;
}
.news-right-item:not(:first-child) {
    padding-top: 4%;
}
.news-right-item {
    padding-right: 5.5%;
}
@media (max-width:1399px) {
    .news-right-con {
        padding-top: 0.8%;
    }
    .news-right-con h3 {
        margin-bottom: 2.2%;
    }
    .news-left {
        width: 43%;
    }
    .news-right-list {
        width: 55.2%;
    }
}
@media (min-width:992px) {
    .news-left-more:hover {
        color: #fff;
    }
    .news-left:hover img{
            -webkit-transform: scale(1.1);
            transform: scale(1.1);

    }
    .news-left:hover h3 {
        color: #004fe1;
    }
    .news-right-item:hover .news-right-con h3 {
        color: #004fe1;
    }
}
@media (max-width:991px) {
    .news-right-list {
        width: 100%;
    }
    .news-con {
        padding: 2.7%;
    }
    .news-right-con {
        padding-top: 2.8%;
    }
}

@media (max-width:767px) {
    .news-right-img {
        width: 33.7%;
    }
    .news-right-con {
        width: 61.2%;
    }
    .news-title {
        background-image: none;
    }
    .box-news {
        padding-bottom: 10%;
    }
}
@media (max-width:450px) {
    .news-right-text {
        font-size: 14px;
        color: #404040;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        line-height: 2.15;
    }
}
/* box-foot */
.box-foot {
    background-color: #323232;
    padding: 2.5% 0 2.8%;
}
.foot-contact {
    width: 39%;
    margin-right: 8.5%;
}
.foot-copyright {
    font-size: 12px;
    color: #fff;
    margin-top: 2%;
}
.foot-copyright a {
    color: #fff;
}
.foot-inquiry {
    display: block;
    float: left;
    background: url(../images/footcontacticon.png) no-repeat 44px center;
    border-radius: 28px;
    width: 245px;
    height: 57px;
    background-color: #fff;
    text-align: right;
    line-height: 57px;
    font-weight: bold;
    color: #004fe1 !important;
    font-size: 24px;
    padding-right: 47px;
    margin-right: 23px;
}
.foot-contact-tel h3 {
    font-size: 16px;
    color: #fff;
}
.foot-contact-tel p {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.foot-contact-add {
    font-size: 16px;
    color: #fff;
    line-height: 2;
    margin-top: 1.2%;
}
.foot-qrcode {
    text-align: center;
    margin-top: 1%;
}
.foot-qrcode p {
    font-size: 12px;
    color: #fff;
    margin-top: 12px;
}
.foot-inquiry:hover {
    color: #004fe1;
}
@media (max-width:1519px) {
    .foot-contact {
        width: 40%;
        margin-right: 4.5%;
    }
}
@media (max-width:1399px) {
    .baidu-map {
        display: none;
    } 
    .foot-contact {
        width: 50%;
        margin-right: 0;
    }
}
@media (max-width:1199px) {
    .foot-contact {
        width: 70%;
        margin-right: 0;
    }
}
@media (min-width:992px) {
    .foot-inquiry:hover {
        color: #004fe1;
    }
}
@media (max-width:767px) {
    .foot-inquiry {
        display: none;
    }
    .foot-contact {
        float: none;
        width: 100%;
    }
    .foot-qrcode {
        float: none;
        float: left;
    }
    .box-foot {
        padding: 5.5% 0 5.8%;
    }
    .foot-contact-tel p {
        font-size: 22px;
    }
    .foot-contact-add {
        font-size: 14px;
    }
    .foot-copyright {
        margin-top: 0;
    }
    .foot-qrcode {
        margin-top: 5%;
    }
}
/* box-bottom */
.box-bottom {
    color: #8b8b8b;
    font-size: 12px;
    text-align: center;
    padding: 0.5% 0;
}
.box-bottom  a {
    color:#8b8b8b;
}

@media (min-width:992px) {
    .box-bottom a:hover {
        color: #004fe1;
    }
    /* Shrink */
.hvr-shrink {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
  }
  .hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}


/*æ‰‹æœºåº•éƒ¨*/
@media (max-width:768px){
 .db{display:block!important;}
}


.dbb{height:50px;}

/* é¡µè„š */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #000;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 30px;padding:10px 0;
  font-size: 0;
}

.footer ul li.active {
  background: #000;
}

.footer ul li a {
  display: block;color:#fff;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;color:#fff;
}


.footer li .icon-home{ background: url(../images/fa1.png) no-repeat;width:20px;height:20px;}
.footer li .icon-home2{ background: url(../images/fa2.png) no-repeat;width:20px;height:20px;}
.footer li .icon-phone{ background: url(../images/fa3.png) no-repeat;width:20px;height:20px;}
.footer li .icon-contact{ background: url(../images/fa4.png) no-repeat;width:20px;height:20px;}

.footer li .icon-phone:before{font-size:0;}

.footer ul li a{border-left:1px solid #fff;}</pre></body></html>