<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.index-top {

    width: 100%;
    line-height: 35px;
    color: #666666;
    background-color: #efefef;
    font-size: 14px;
}

.index-top .top {
    display: flex;

    justify-content: space-between;
}

.index-top .top a {

    font-size: 14px;
    color: #666666;
}

.index-header {
    /* padding-top: 20px; */
    height: 80px;
    background-color: #ffffff;
    position: relative;
}

.index-header .header {
    display: flex;
    height: 80px;
    justify-content: space-between;
    /* background-color: aqua; */
}


.index-header .logo {

    text-align: left;
    /* width: 180px; */
    float: left;
    /* height: 80px; */
    /* background-size: 223px 80px; */
}

.index-header .logo img {
    width: 231px;
    margin-top: 10px;
    /* height: 76px; */
}



.index-header .tel {
    /* width: 120px; */
    float: right;
    /* margin-right: 50px; */
}

.index-header .tel {
    margin-top: 10px;
}



.index-nav {
    background-color: #13345b;
    height: 64px;
}

.index-nav .nav {
    display: flex;
}

.index-nav .nav .nav-item {
    color: #fff;
    width: 171px;
    display: block;
    line-height: 62px;
    text-align: center;
    font-size: 18px;
}



.index-nav .nav .nav-item {
    color: #fff;
    width: 171px;
    display: block;
    line-height: 62px;
    text-align: center;
    font-size: 18px;
}

.index-nav .nav .nav-item:hover {
    border-bottom: 2px solid #fff;
}

.index-nav .nav .active {
    border-bottom: 2px solid #fff;
}

.index-banner {
    width: 100%;

    position: relative;

    z-index: 1;

    cursor: pointer;

    overflow: hidden;
    margin: 0 auto;


}

.index-banner img {
    width: 100%;
}

.index-banner .swiper-pagination-bullet {



    width: 13px;

    height: 13px;

    opacity: 1;
    /* margin: 0 40px; */
    border: 2px solid #fff;
    background-color: transparent;

}



.index-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {

    background-color: #fff;

}



body {
    /* background-color: #fee9d0; */
    overflow-x: hidden;
}



.index-title {

    text-align: center;
}

.index-title span {

    font-size: 35px;

}

.index-title .tt {

    font-size: 24px;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}

.index-title p {

    font-size: 14px;
    margin-bottom: 20px;
}

.index-title .xian {
    width: 60px;
    height: 2px;
    margin: 0 auto;
}

.index-youshi {
    background-color: #003f97;
    height: 330px;
    padding-top: 30px;
}

.index-youshi .youshi {

    display: flex;
}


.index-youshi .youshi .youshi-item {

    width: 300px;
    text-align: center;
    height: 180px;
    margin-top: 50px;
    cursor: pointer;
}


.index-youshi .youshi .youshi-item img {

    width: 160px;
    height: 160px;
    transition: 0.5s ease;
}

.index-youshi .youshi .youshi-item:hover img {

    transform: rotate(360deg);
}

.index-yuwu-item {

    width: 290px;
    height: 218px;
    background-color: #13345b;
    border-radius: 8px;
    float: left;
    color: #fff;
    display: block;
    margin-right: 13px;
    margin-bottom: 13px;
    text-align: center;
    cursor: pointer;
    /* transition: 0.5s ease; */
}

.index-yuwu-item:nth-child(4n) {

    margin-right: 0;
}

.index-yuwu-item .iconfont {

    padding-top: 30px;
    margin-bottom: 25px;
    display: block;
    background-image: -webkit-linear-gradient(bottom, #c1e8fb, #a2c5fd);
    font-size: 36px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.index-yuwu-item .tt {
    font-size: 18px;
}

.index-yuwu-item .sanjiao {
    width: 0px;
    height: 0;
    display: block;
    border-left: 5px solid transparent;
    border-top: 5px solid #fff;
    border-right: 5px solid transparent;
    /* font-size: 18px; */
    margin: 15px auto;
}

.index-yuwu-item p {
    width: 80%;
    margin: 0 auto;
    font-size: 13px;
    line-height: 1.8em;
}

.index-yuwu-item:hover {
    background: url(../images/yw-bj.png) 0 0 no-repeat;
}

.more {
    width: 159px;
    height: 48px;
    line-height: 48px;
    background-color: #13345b;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    margin-top: 10px;
    transition: 0.5s ease
}
.more:hover{

     background-image: linear-gradient(#0dccff, #4760ff);
}
.index-team .team-list {

    overflow: hidden;
    margin-top: 30px;
}

.index-team .team-list a {

    display: block;
    position: relative;
    /* height: 450px; */
    overflow: hidden;
    background-color: #ffffff;
    cursor: pointer;
}

.index-team .team-list a .img {

    width: 335px;
    height: 250px;
    line-height: 250px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    border-radius: 4px;
    text-align: center;
    background-image: linear-gradient(#555555, #7e7d7e);

}

.index-team .team-list .img img {


    vertical-align: bottom;
    height: 200px;
}

.index-team .team-list .txt {
    width: 335px;
    background-color: #ffffff;
    margin: 0 auto;
}

.index-team .team-list .txt .tt {
    /* text-align: center; */
    font-weight: 700;
    font-size: 20px;
    margin: 20px 0;
}

.index-team .team-list .txt .like {

    /* width: 90%; */

    line-height: 1.75em;
    font-size: 16px;
    overflow: hidden;
    /** éšè—è¶…å‡ºçš„å†…å®¹ **/
    word-break: break-all;
    text-overflow: ellipsis;
    /** å¤šè¡Œ **/
    display: -webkit-box;
    /** å¯¹è±¡ä½œä¸ºä¼¸ç¼©ç›’å­æ¨¡åž‹æ˜¾ç¤º **/
    -webkit-box-orient: vertical;
    /** è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å¯¹è±¡çš„å­å…ƒç´&nbsp;çš„æŽ’åˆ—æ–¹å¼ **/
    -webkit-line-clamp: 1;
    /** æ˜¾ç¤ºçš„è¡Œæ•° **/
    margin: 15px auto;
    color: #13345b;
}

.index-team .team-list .txt .desc {

    /* width: 90%; */
    margin: 0 auto;
    height: 52px;
    color: #666666;
    line-height: 1.85em;
    font-size: 14px;
    overflow: hidden;
    /** éšè—è¶…å‡ºçš„å†…å®¹ **/
    word-break: break-all;
    text-overflow: ellipsis;
    /** å¤šè¡Œ **/
    display: -webkit-box;
    /** å¯¹è±¡ä½œä¸ºä¼¸ç¼©ç›’å­æ¨¡åž‹æ˜¾ç¤º **/
    -webkit-box-orient: vertical;
    /** è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å¯¹è±¡çš„å­å…ƒç´&nbsp;çš„æŽ’åˆ—æ–¹å¼ **/
    -webkit-line-clamp: 2;
    /** æ˜¾ç¤ºçš„è¡Œæ•° **/
}

.index-team .bun {
    width: 1400px !important;
    margin: 0 auto;
    top: -150px;
    position: relative;
}

.index-team .bun .swiper-button {
    width: 60px;
}

.index-team .team-list .txt span {

    display: block;
    width: 159px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    background-color: #13345b;
    color: #ffffff;
    border-radius: 4px;
    /* margin: 0 auto; */
    margin-top: 20px;
    transition: 0.5s ease;

}

.index-team .team-list .txt:hover span {
    background-image: linear-gradient(#0dccff, #4760ff);
}

.index-team .bun {
    width: 1400px !important;
    margin: 0 auto;
    top: -270px;
    position: relative;
}

.index-team .bun .swiper-button {
    width: 60px;
    outline: none;
}


.index-team .swiper-button-prev:after,
.index-team .swiper-rtl .swiper-button-next:after {
    content: "";
}

.index-team .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "";
}



.index-about {
    padding-top: 10px;
    height: 560px;
    background: url(../images/about-bj.jpg) 0 0 no-repeat;
    background-size: 100% 600px;
    margin-top: 30px;
}

.about-cont {
    margin-top: 40px;
    display: flex;
    /* justify-content: space-between; */
}

.about-cont .img {

    width: 512px;
    height: 307px;
}

.about-cont .img img {

    width: 512px;
    height: 307px;
}

.about-cont .about-c {

    width: 584px;
    margin-left: 60px;
}

.about-cont .about-c .tits {

    font-size: 18px;
    color: #ff7e00;
    margin-bottom: 30px;
    margin-top: 15px;
    font-weight: 700;
}

.about-cont .about-c p {

    line-height: 1.85em;
    font-size: 15px;
    text-indent: 2em;
    color: #fff;
}

.about-cont .about-c .more {

    width: 139px;
    height: 48px;
    background-size: 139px 48px;
    display: block;
    text-align: center;
    line-height: 48px;
    margin: 0;
    font-size: 16px;
    background-color: transparent;
    margin-top: 30px;
    color: #ffffff !important;
    font-family: "å®‹ä½“";
    border: 2px solid #fff;

}





.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}



.numCount li {
    float: left;
    width: 25%;
    padding-top: 75px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.numCount li .item {
    margin: 0 10px;
}

.numCount li .numU {
    line-height: 1.3;
}

.numCount li .numCX {
    font-size: 30px;
    color: #fff;
}

.numCount li .indc {
    font-size: 16px;
    margin-top: 15px;
    color: #fff;
}

.numCount li .numU .unitC {
    font-size: 30px;
}

.numCount li .icon {

    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px dashed #ffffff;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
    line-height: 90px;

}

.numCount li .icon span {
    font-size: 34px;
    display: block;
    transition: 0.5s ease;
}

.numCount li:hover .icon span {
    transform: rotate(360deg);
}

.index-count {
    margin-top: 30px;
    height: 350px;
    background: url(../images/count-bj.png) 0 0 no-repeat;
    background-size: 1920px 350px;
}

.index-case .case-list {

    overflow: hidden;
    margin-top: 10px;
    padding: 30px;
    padding-top: 15px;
}

.index-case .case-list a {

    display: block;
    position: relative;
    /* height: 450px; */
    overflow: hidden;
    border-radius: 6px;
    background-color: #ffffff;
    cursor: pointer;
    box-shadow: 0 0px 10px #e9e9e9;
}

.index-case .case-list a .ti {

    font-size: 18px;
    padding-top: 35px;
    font-weight: 700;
    text-align: center;
}

.index-case .case-list a .bian {

    width: 26px;
    height: 2px;
    background-color: #13345b;
    margin: 25px auto;
}

.index-case .case-list a .xq {
    width: 20%;
    text-align: center;
    margin: 25px auto;
    margin-bottom: 40px;
    display: flex;
    font-size: 16px;
    color: #13345b;
}

.index-case .case-list a .xq span {

    display: inline-block;
    transform: rotate(180deg);

    font-size: 22px;
    margin-top: 0px;
    margin-left: 10px;
}

.index-case .case-list a .desc {

    width: 80%;
    margin: 0 auto;
    line-height: 2em;
    font-size: 15px;
    overflow: hidden;
    /** éšè—è¶…å‡ºçš„å†…å®¹ **/
    word-break: break-all;
    text-overflow: ellipsis;
    /** å¤šè¡Œ **/
    display: -webkit-box;
    /** å¯¹è±¡ä½œä¸ºä¼¸ç¼©ç›’å­æ¨¡åž‹æ˜¾ç¤º **/
    -webkit-box-orient: vertical;
    /** è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å¯¹è±¡çš„å­å…ƒç´&nbsp;çš„æŽ’åˆ—æ–¹å¼ **/
    -webkit-line-clamp: 3;
    /** æ˜¾ç¤ºçš„è¡Œæ•° **/
    color: #666;
}

.index-case .bun {
    width: 1400px !important;
    margin: 0 auto;
    top: -150px;
    position: relative;
}

.index-case .bun .swiper-button {
    width: 20px;
}




.bun .swiper-button {
    width: 60px;
    outline: none;
}


.bun .swiper-button-prev:after,
.bun .swiper-rtl .swiper-button-next:after {
    content: "";
}

.bun .swiper-button-next:after,
.bun .swiper-rtl .swiper-button-prev:after {
    content: "";
}

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

    outline: none;
}

.index-contact {

    margin: 15px auto;
    height: 254px;
    background: url(../images/c-b.png) 0 0 no-repeat;
    background-size: 1920px 254px;
}

.index-contact .contact {
    width: 1000px;
    margin: 0 auto;
    padding-top: 40px;
}

.index-contact .contact .te {
    font-size: 12px;
    text-align: center;
    margin-bottom: 18px;
    color: #fff;
    text-transform: Uppercase;
}

.index-contact .contact .tt {

    font-size: 22px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
}

.index-contact .contact .form {

    /* display: flex; */
    margin-top: 35px;
}

.index-contact .contact input {

    width: 208px;
    float: left;
    padding-left: 20px;
    background: transparent;
    border: 1px solid #ffffff;
    height: 40px;
    color: #fff !important;
    margin-right: 26px;
}

input::-webkit-input-placeholder {
    color: #fff;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.index-contact .contact button {
    width: 230px;
    height: 42px;
    float: left;
    background-image: linear-gradient(#0dccff, #4760ff);
    border: none;
    color: #fff;
    outline: none;
}

.index-news-list {

    margin-top: 30px;
}

.index-news-list-item {


    display: flex;

    justify-content: space-between;
    /* display: none; */
}


.index-news-list-item .right {

    width: 590px;
}

.index-news-list-item .right .right-item {
    padding: 20px;
    box-shadow: 0 0px 10px #e9e9e9;
    display: block;
}

.index-news-list .left {

    width: 584px;
    /* overflow: hidden; */
    display: block;
}

.index-news-list .left .img {

    width: 584px;
    height: 334px;
    overflow: hidden;
}

.index-news-list .left .img img {
    transition: 0.5s ease;
}

.index-news-list .left:hover .img img {

    transform: scale(1.1);
}

.index-news-list .left .txt {

    width: 544px;
    height: 124px;
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 0px 10px #e9e9e9;
}

.index-news-list .ti {

    /* width: 80px; */

    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
}

.index-news-list .desc {
    overflow: hidden;
    /** éšè—è¶…å‡ºçš„å†…å®¹ **/
    word-break: break-all;
    text-overflow: ellipsis;
    /** å¤šè¡Œ **/
    display: -webkit-box;
    /** å¯¹è±¡ä½œä¸ºä¼¸ç¼©ç›’å­æ¨¡åž‹æ˜¾ç¤º **/
    -webkit-box-orient: vertical;
    /** è®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å¯¹è±¡çš„å­å…ƒç´&nbsp;çš„æŽ’åˆ—æ–¹å¼ **/
    -webkit-line-clamp: 2;
    /** æ˜¾ç¤ºçš„è¡Œæ•° **/
    color: #999999;
    font-size: 14px;
    line-height: 1.8em;

}

.index-news-list .date {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.index-news-list-item .right .right-item .ti {

    color: #333;
}

.index-link {

    display: flex;
    padding-top: 25px;
    margin-top: 15px;
}

.index-link img {
    width: 28px;
    margin-right: 20px;
}

.index-link span {

    display: inline-block;
    margin-top: 6px;
}

.index-link a {

    display: inline-block;
    margin-top: 6px;
    margin-right: 20px;
}

.index-footer {

    margin-top: 40px;
    height: 266px;
    background-color: #13345b;
}

.index-footer .footer {
    display: flex;
}

.index-footer .footer .footer-nav {
    padding-top: 30px;
    width: 230px;
}

.index-footer .footer .footer-nav .tt {

    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
}

.index-footer .footer .footer-nav ul li {

    width: 110px;
    float: left;
    margin-bottom: 15px;
}

.index-footer .footer .footer-nav ul li a {

    color: #fff;
    font-size: 15px;
}



.index-footer .footer .footer-ewm {

    width: 100px;
    margin-left: 100px;
    float: right;
}

.index-footer .footer .footer-ewm .p {
    width: 150px;
    text-align: center;
    float: left;
    margin-top: 30px;
    color: #fff;
}

.index-footer .footer .footer-ewm .p img {

    width: 120px;
    margin-bottom: 25px;
}

.banh-bj {

    background-color: #0d2037;
}

.banh {
    width: 800px;
    margin: 0 auto;
    padding: 15px 0;
    /* height: 52px; */
    /* line-height: 52px; */
    display: flex;
}

.banh a {
    display: block;
    width: 266px;
    color: #fff;
    text-align: center;
    /* opacity: 0.6; */
    font-size: 14px;
}




.index-footer .footer .footer-logo {
    padding-top: 30px;
    width: 130px;
    margin-left: 80px;
}

.index-footer .footer .tt {

    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-left: 2px solid #fff;
    padding-left: 15px;
    margin-bottom: 30px;
}

.index-footer .footer .footer-logo ul li {

    width: 110px;
    float: left;
    margin-bottom: 15px;
}

.index-footer .footer .footer-logo ul li a {

    color: #fff;
    font-size: 15px;
}

.index-footer .footer .footer-logo1 {

    width: 300px;
    float: left;
    margin-left: 80px;
    margin-bottom: 15px;
}

.index-footer .footer .footer-logo1 ul li {

    width: 385px;
    float: left;
    font-size: 15px;
    color: #fff;
    margin-bottom: 24px;
}

.index-footer .footer .footer-logo1 ul li span {

    margin-right: 8px;
    font-size: 20px;
}

.footer-navs {

    width: 301px !important;
}

.footer-navs li {
    width: 150px !important;
}
.index-news-nav {

    margin: 0 auto;
    margin-top: 50px;
    width: 363px;
    display: flex;
    justify-content: space-between;
}

.index-news-nav .index-news-nav-item {

    width: 160px;
    line-height: 44px;
    text-align: center;
    border-radius: 22px;
    background-color: #e6e6e6;
    cursor: pointer;
    transition: 0.5s ease;
}
.active_newsa {
    background: #13345b !important;
    color: #fff;
}
</pre></body></html>