<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{  margin: 0;  padding: 0;border: 0;-webkit-tap-highlight-color:rgba(0,0,0,0);word-break:break-all; }
body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,hr,thead,tbody,tfoot,th,td{margin:0;padding:0;}
body,html{  width: 100%;min-width: 1200px;overflow-x: auto; color: #444; font-family: "Microsoft YaHei";font-size: 14px;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
input, button, select ,textarea{  outline: none; border: 0;background: none;}
a { text-decoration: none;color: #666;  font-family: 'Microsoft YaHei'; cursor: pointer;}
a:link,a:active,a:visited,a:hover {-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
ul,li {  list-style: none; }
i {  font-style: normal; }
img {border: none;vertical-align: top;-ms-interpolation-mode: bicubic; /*ieå›¾ç‰‡ç¼©æ”¾å¤±çœŸ*/}
#oneSection h2{font-size: 36px!important;font-weight: bold!important;} 
#oneSection h3{font-size: 34px!important;font-weight: bold!important;}
#oneSection h4{font-size: 24px!important;font-weight: bold!important;}
#oneSection h5{font-size: 18px!important;font-weight: bold!important;}
.fr{float: right;}
.fl{float: left;}
.clear{clear: both;}
.clearfix:after{ content: "";display: table;clear:both;}
.clearfix{zoom:1;}
.flex{
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.mt1{
    margin-top: 30px !important; }
.center{
    width: 1200px;
    margin: 0 auto;
    /*text-align: center;*/
    overflow: hidden;
}
h2 span,h3 span{
    color: #ae0004;
}
/*           æ­£æ–‡                     */
#banner img{
    width: 100%;
}
.tab-wrap{
    width: 100%;
    background: url("../images/bg1.png") 0 0;
    background-size: 5px auto;
}
.tab-ul{
    width:100%;
        justify-content: space-around;
}
.tab-ul li{
    float: left;}
.tab-ul li a {
    display: inline-block;
    width: 165px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 30px;
    margin: 5px 0;
}
.act-tab a{
    background-color:#e02519 ;
    color: #fff;
    font-weight: bold;

}
.pt-0 .center{
    background: url("../images/p0-1.png")no-repeat 100% 50%;
    background-size: 500px auto;
}
.pt-0 p{
    font-size: 16px;line-height: 36px;
}
/*
å…¬ç”¨
*/
.da3{z-index: 99;}
.pt-top{
    text-align: center;
}
.pt-tit{
    display: inline-block;
    background: url("../images/tt1.png")no-repeat 0 12px,
    url("../images/tt2.png")no-repeat 100% 12px;
    background-size:96px auto;
    text-align: center;
    margin-top: 40px;
}
.pt-tit&gt;span{letter-spacing: 22px;margin-left:24px; font-size: 20px;}
span.spac{letter-spacing: 15px;}
.pt-tit h2{
    margin: 10px 26px 0;
}
.pt-tit&gt;i{color: #ae0004;    font-weight: bold;}
.jiao{
    position: relative;
    text-indent: 2em;
}
.jiao:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0px;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ae0004;
}
h3{
    text-align: center;
    margin-top:30px ;
}




/*å…³é”®è¯*/
.pt-1{text-align: center;
    background: url("../images/p1-bg1.png")no-repeat 50% 50%;
    background-size: cover;
}
.pt-1 h2{
    margin-top: 20px;
}

.pao{
    width: 400px;
    height: 400px;
    margin: 0 auto;
}
/*å›žé¦–å¾€æ˜”*/
.pt-2{
    background: url("../images/p2-bg.jpg")no-repeat 0 100%;
    background-size: 100% 100%;
}
.p2-con{
    position: relative;
    width: 100%;
    margin-top: 45px;
}
.p2-con .line{
    display: block;
    font-weight: bold;
    margin-top: -15px;
}
.line b{
    display: inline-block;
    width: 97%;
    height: 2px;
    background-color: #333333;
}
.p2-con h5{color: #222;}
.p2-con p{line-height: 22px;
}
.p2-con ul{justify-content: space-around; }
.p2-con li{
    position: relative;
    border-left: 1px solid #ae0004;
    cursor: pointer;
}
.p2-con li:before{
    content: '';
    width:6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ae0004;
    position: absolute;
}
.bcir{
    display: block;
    width:18px  ;
    height: 18px;
    border-radius: 50%;
    background-color: #ae0004;
    position: absolute;
}
.tp-box .bcir{
    bottom: -6px;
    left: -9px;
}
.bm-box .bcir{
    left: -9px;
    top: -9px;
}
.p2-con li:hover .bcir{
    -webkit-animation:scaleDraw 1.4s linear infinite;
}
@keyframes scaleDraw {
    0%{
        transform: scale(1);
        opacity: 1;
    }
    35%{
        transform: scale(1.3);
        opacity: .5;
    }
    80%{
        transform: scale(1.6);
        opacity: 0;
    }
    100%{
        transform: scale(.2);
        opacity: 0;
    }
}
.tp-box{
    align-items: flex-end;
}
.bm-box{
    align-items: flex-start;
    margin-top: -4px;
}
.tp-box li{
    padding: 0 30px 30px 10px;
}
.tp-box li:before{
    top: -5px;
    left: -3.6px;
}
.tp-box li:first-child{margin-left: 40px;}
.tp-box h5{margin-top: -12px;}
.tp-box p{margin-top: 8px;}
.bm-box li:before{
    bottom: -5px;
    left: -3.6px;
}
.bm-box li:first-child{margin-left:110px;}
.bm-box h5{margin-bottom: -12px;}
.bm-box p{margin-bottom: 8px;}
.bm-box li{
    padding: 30px 30px 0 10px;
}
.l-1{
    width: 300px;
}
.l-2{
     width: 200px;
 }
.l-3{
    width: 165px;
}
.l-4{
    width: 130px;
}
.l-5{
    width: 100px;
}
.p2-con li:before{
    -webkit-animation:scaleDraw 1.4s linear infinite;
}
@keyframes scaleDraw {
    0%{
        transform: scale(1);
        opacity: 1;
    }
    25%{
        transform: scale(1.1);
        opacity: .7;
    }
    70%{
        transform: scale(1.5);
        opacity: 0.1;
    }
    100%{
        transform: scale(1);
        opacity: 1;
    }
}
.p2-con-ul{
    justify-content: space-between;
    margin-top:60px;
    margin-bottom: 40px;
}
.p2-con-ul p{
   font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #000;
    margin-top: 20px;
}
.p2-con-ul li{
    width: 24%;
}
.p2-con-ul li a{
    display: block;
    width: 100%;
    height:150px;
    overflow: hidden;

}
.p2-con-ul img{
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s 0s;
    -webkit-transition: all 0.4s 0s

}
.p2-con-ul a:hover img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.4s 0s;
    -webkit-transition: all 0.4s 0s
}

/*å‰æ™¯*/
.pt-3{
    background: url("../images/p3-bg.jpg")no-repeat 0 100%;
    background-size: 100% 100%;
}
.pt-3 h5{
    text-indent: 2em;
    line-height: 30px;
    margin: 30px 0;
}
.p3-box{
    margin-top: 30px;
    overflow: hidden;
}
.p3-box img{
    float: left;
    max-width: 356px;
}
.p3-txt{
    width: 850px;
    border: 1px solid #ae0004;
    margin-left: 330px;
    margin-top: 20px;
    padding: 20px 0;
}
.p3-txt p{
    text-indent: 2em;
    line-height: 30px;
    margin: 5px 20px 5px 45px;
}
.p3-box2{
    margin-top: 20px;

}
.p3-chart{padding-right: 20px; flex: 1;}
.p3-chart2{border-left: 1px solid #cccccc;padding-left: 20px;flex: 1;}
.p3-box2 .jiao{line-height: 30px;font-size: 16px;}
.p3-box2  img{
    width: 100%;
    height: 324px;
}
/* å¹´åº¦å¤§äº‹*/
.pt-4{
    background:url("../images/p4-bg.jpg")no-repeat 0 100%;
    background-size: 100% auto;
}
.p4-con{
    background: url("../images/xu.png")no-repeat center 100px;
    background-size: 100% auto;
    height: 512px;
    overflow: hidden;
}
.p4-con div{
    float: left;
    width:110px;
}
.p4-con p{
    font-size: 16px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}
.p4-con&gt;div&gt;span{
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align-last: center;
    font-size: 20px;
    font-weight: bold;
    transform: scale(1);
    transition: all 0.4s 0s;
    cursor: pointer;
}
.qiu1{
    background: url("../images/qiu2.png")no-repeat center center;
    background-size: 60px auto;
    color: #fff;
    margin: 10px 0 0 40px;
}
.qiu2{
    background: url("../images/qiu1.png")no-repeat center center;
    background-size: 60px auto;
    color: #ae0004;
    margin: 0 0 10px 20px;
}
.mth-d1{margin: 260px 0 0 0;}
.mth-d2{margin: 306px 0 0 0;}
.mth-d3{margin: 185px 0 0 0;}
.mth-d4{margin: 310px 0 0 0;}
.mth-d5{margin: 230px 0 0 0;}
.mth-d6{margin: 310px 0 0 0;}
.mth-d7{margin: 146px 0 0 0;}
.mth-d8{margin: 190px 0 0 0;}
.mth-d9{margin: 0 0 0 0;}
.mth-d10{margin: 80px 0 0 0;}
.m-rotate1{transform:rotateZ(15deg);}
.m-rotate2{transform:rotateZ(20deg);}
.p4-con&gt;div:hover span{
    transform: scale(1.3);
}
.p4-box{justify-content:space-between;margin-top: 45px;}
.p4-box video{    position: absolute;
    top: 0;
    left: 0;z-index: 2;}
.p4-box&gt;div{
    width: 48%;
    height: 324px;
    position: relative;
    overflow: hidden;
}
.p4-box img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s 0s;
    -webkit-transition: all 0.4s 0s
}
.p4-box&gt;div:hover img{ -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.4s 0s;
    -webkit-transition: all 0.4s 0s}
.p4-box video{
    z-index: 22;
    display: none;
}
.mask{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("../images/bo.png")no-repeat center center;
    background-size: 60px auto;
    background-color: rgba(0,0,0,0.3);
    cursor: pointer;
    display: none;
}
.p4-box&gt;div:hover .mask{
    display: block;
}

.pt-sum{
    background: url("../images/p4-bg2.jpg")no-repeat 50% 100%;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    padding-bottom: 20px;
}
.sum-ul{
    justify-content: space-around;
    background-color: rgba(0,0,0,0.102);
    font-weight: bold;
    font-size: 30px;
    color: #ae0004;
    margin-top: 20px;
}
.sum-ul li{
    text-align: center;
}
.sum-ul li p{
    font-size: 24px;
    color: #333333;
    line-height: 44px;
}
.sum-ul li span{
    display: block;
    margin-top: 10px;
}
/*æœªæ¥å±•æœ›*/
.pt-5{
    background:url("../images/p5-bg.jpg")no-repeat 0 100%;
    background-size: 100% auto;
}

.p5-box{overflow: hidden;margin-top: 30px;}
.p5-box li{
    float: left;
    width: 24%;
    height: 220px;
    margin: 5px 5px;
}
.p5-box li a{
    width: 100%;
    height: 220px;
    position: relative;
    overflow: hidden;
    display:inline-block;
}
.p5-box img{
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s 0s;
    -webkit-transition: all 0.4s 0s
}
.p5-box a:hover img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.4s 0s;
    -webkit-transition: all 0.4s 0s
}
.mask2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url("../images/y-720.png")no-repeat 50% 70px;
    background-size: 54px auto;
    background-color: rgba(0,0,0,0.3);
    line-height: 220px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.4s 0s;
    z-index: 1;
}
.j-d{
    width:180px;
    height: 45px;
    line-height: 45px;
    margin: 80px auto;
    position: relative;
    -webkit-transition: all 0.4s 0s;
}

.j-d div{
    position: absolute;
    width: 15px;
    height: 13px;
    background: url("../images/jiao.png")no-repeat 0 0;
    background-size: 15px auto;
}
.jd1{
    top: 0;
    left: 0;
}
.jd2{
    bottom: 0;
    left: 0;
    transform: rotateZ(-90deg);
}
.jd3{
    top: 0;
    right: 0;
    transform: rotateZ(90deg);
}
.jd4{
    bottom: 0;
    right: 0;
    transform: rotateZ(-180deg);
}
.p5-box li:hover .mask2{
    opacity: 1;
}
.p5-box li:hover .j-d{
    margin: 104px auto;
}
.tit2{
    display: block;
    text-align: center;
    font-size: 18px;
    margin-top: 10px;
    color: #333;
}
.d-pic{
    width: 100%;
    margin-top: 30px;
}
.d-pic img{
    width: 100%;
}
.cooperation{
    display: block;
    width: 100%;}
/*ç»“è¯­*/
.pt-7{
    background:url("../images/p6-bg.jpg")no-repeat 0 100%;
    background-size: 100% auto;
}
.pt-7 p,.pt-5 p{
    font-size: 16px;
    text-indent: 2em;
    line-height: 30px;
    margin: 10px;
}
/*åˆä½œ*/
.h_d10_a {
    display: block;
    color: #ffffff;
    font-size:16px;
    font-weight: bold;
    border-radius: 50px;
    text-indent: 50px;
    width: 240px;
    height: 50px;
    line-height: 50px;
    margin: 30px auto;
    background: #ae0004 url(../images/shou.png) no-repeat 25px 50%;
    background-size:16px auto;
}
/*è¿”å›žé¡¶éƒ¨*/
#toTop{
    position: fixed;
    right: 0;
    top: 85%;
    width: 60px;
    height: 60px;
    z-index: 111;
    cursor: pointer;
    display: none;
}
#toTop img{
    width: 100%;
    height: 100%;}
/*è½®æ’­*/
.swiper-slide img{
    width: 100%;
    height:100%;
}
.swiper-slide{
    width: 400px!important;

}

</pre></body></html>