<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    padding: 0;margin: 0 auto;border: 0;list-style: none;
    font-family: 'å¾®è½¯é›…é»‘';
}
.banner{
    background: dodgerblue;
}
.fp-controlArrow{
    display:none;
}
header{
    width: 100%;
    height: 80px;
    background: white;
    position: relative;
    left: 0;
    top: 0;
    z-index: 99;
}
header .nav{
    float: right;
}
header  li{
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 70px;
    height: 75px;
    text-align: center;
    line-height: 70px;
    margin-left: 40px;
    font-size: 13px;
}
i{
    width: 0;
    height: 2px;
    background: white;
    position: absolute;
    z-index: 99;
    left: 20px;
    top: 65px;
}
header ul li:hover i{
    width:27px;
    -webkit-transition:width .3s linear ;
    -moz-transition:width .3s linear ;
    -o-transition:width .3s linear;
    transition:width .3s linear;
}
a{
    color: #000000;
    text-decoration: none;
}
header li:hover {
    color: #ffffff;
    background: #be292d;
    -webkit-transition:background 1s linear ;
    -moz-transition:background 1s linear ;
    -o-transition:background 1s linear;
    transition:background 1s linear;
}
header li:hover a{
    color: white;
}
.hoverI{
    width:27px;
}
.hoverLi{
    color: #ffffff;
    background: #be292d;
}
.hoverA{
    color: white;
}
/*header li:hover i{*/
    /*width: 2px;*/
/*}*/
header ul{
    margin-right: 150px;
}
header li a{
    color: black;
    text-decoration: none;
}
.logo{
    padding:10px 20px ;
    display: inline-block;
}
.banner{
    cursor: pointer;
    background-size: cover;
}
.content2{
    background-size: cover;
}
.paragraph{
    width: 1300px;
    height:700px;
    float: left;
    position: relative;
    margin: auto;
    /*border: 1px solid #ff0000;*/
}
.line{
    width: 1200px;
    height:241px;
    position: absolute;
    top: 190px;
    left: 50px;
}
.content2 ul li p{
    font-size: 13px;
    text-align: center;
}
.content2 ul li{
    cursor: pointer;
}
.paragraph ul span{
  color: #d73240;
}
.describe1 ul{
    position: absolute;
    left: 53px;
    top: 156px;
}
.describe2 ul{
    position: absolute;
    left: 171px;
    top: 311px;
}
.describe3 ul{
    position: absolute;
    left: 343px;
    top: 133px;
}
.describe4 ul{
    position: absolute;
    left: 475px;
    top: 387px;
}
.describe5 ul{
    position: absolute;
    left: 646px;
    top: 110px;
}
.describe6 ul{
    position: absolute;
    left: 729px;
    top: 275px;
}
.describe7 ul{
    position: absolute;
    left: 1009px;
    top: 226px;
}
.option{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #be292d;
    -webkit-box-shadow:0 0 5px 5px #d3d3d3;
    -moz-box-shadow: 0 0 5px 5px #d3d3d3;
    box-shadow: 0 0 5px 5px #d3d3d3;
    cursor: pointer;
}
.paragraph p{
    line-height: 18px;
}
.paragraph ul li{
    margin-bottom: 15px;
}
.option:hover{
    -webkit-box-shadow: 0 0 0 3px #ffffff,0 0 10px 3px gray;
    -moz-box-shadow: 0 0 0 3px #ffffff,0 0 10px 3px gray;
    box-shadow: 0 0 0 3px #ffffff,0 0 10px 3px gray;
}
.date{
    font-size: 26px;
}
.article{
    width: 195px;
    height: 51px;
    overflow: hidden; /*è‡ªåŠ¨éšè—æ–‡å­—*/
    text-overflow: ellipsis;/*æ–‡å­—éšè—åŽæ·»åŠ&nbsp;çœç•¥å·*/
}
.content3{
  width: 1300px;
    height: 756px;
    margin: auto;
}
.headline{
    text-align: center;
    width: 300px;
    height: 100px;
    position: relative;
    padding: 30px;
}
.line1{
    width: 100px;
    height: 1px;
    background: grey;
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); 	/* IE 9 */
    -moz-transform:rotate(-45deg); 	/* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari å’Œ Chrome */
    -o-transform:rotate(-45deg); 	/* Opera */
    position: absolute;
    left: 0;
    top: 35px;
}
.line2{
    width: 100px;
    height: 1px;
    background: grey;
    transform:rotate(-45deg);
    -ms-transform:rotate(-45deg); 	/* IE 9 */
    -moz-transform:rotate(-45deg); 	/* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari å’Œ Chrome */
    -o-transform:rotate(-45deg); 	/* Opera */
    position: absolute;
    left: 256px;
    top: 108px;

}
.headline h1{
    font-size: 48px;
    color: #be292d;
}
.headline h6{
    color: grey;
}
.introduce{
    text-align: center;
    margin-bottom: 15px;
}
.introduce p{
    line-height:30px
}
.introduce span{
    color: #be292d;
}
.qrCode{
    width: 1200px;
    height: 222px;
    background: #f1f1f1;
    position: relative;
}
.qrCode p{
    width: 840px;
    height: 168px;
    font-size: 16px;
    line-height:30px;
    position: absolute;
    top: 20px;
    left: 66px;
}
.icon{
    position: absolute;
    font-size: 70px;
    left: 20px;
    color: #666666;
}
.icon2{
    position: absolute;
    font-size: 70px;
    right: 80px;
    top: 140px;
    color: #666666;
}
.img{
    position: absolute;
    right: 136px;
    top: 24px;
}
.more{
    text-align: right;
    width: 102px;
    height:19px;
    border-bottom: 1px solid red;
    position: absolute;
    right: 138px;
    top: 146px;
    font-size: 14px;
    cursor: pointer;
}
.content3Footer{
    width: 1200px;
    height:200px;
    padding: 60px 0 0 150px;
}
.content3Footer li{
    width: 360px;
}
.content3Footer div,.content3Footer p{
    display: inline-block;
}
.bottomIcon{
    vertical-align: bottom;
width: 86px;
    height: 56px;
    background: url("/img/index/icon.png") center top no-repeat;
    background-position:0 0;
}
.bottomIcon2{
    vertical-align: bottom;
     width: 59px;
     height: 56px;
     background: url("/img/index/icon.png") center top no-repeat;
     background-position:-94px 0;
 }
.bottomIcon3{
    vertical-align: bottom;
    width: 78px;
    height: 56px;
    background: url("/img/index/icon.png") center top no-repeat;
    background-position:-169px 0;
}
.sloganP{
    font-size: 14px;
    margin-top: 10px;
}
.content3Footer li{float: left}
.slogan{
    width:124px;
    height: 18px;
    color: white;
    background:#d73240;
    line-height: 18px;

}
.content3Footer img{margin-left: -5px;
vertical-align: top;}
.section4{
    background:#d73240;
}
.headline2 h1{
    color: #ffffff;
}
.headline2 h6{
    color: #fb7c86;
}
.content4{
    width: 1300px;
    height: 600px;
    margin: auto;
    text-align: center;
    color:#fb7c86 ;
    position: relative;
}
.content4 ul{
    margin-left:10px ;
}
.content4 li{
    float:left;
    width:202px;
    margin-left:50px ;
    position: relative;
}
.sixSide{
    width: 202px;
    height: 226px;
    background: url('/img/index/img2.png') center top no-repeat;
    background-size: cover;
    cursor: pointer;
    margin-bottom: 30px;
}
.sixSide:hover .smallIcon{
    transform:rotate(360deg);
    -ms-transform:rotate(360deg); 	/* IE 9 */
    -moz-transform:rotate(360deg); 	/* Firefox */
    -webkit-transform:rotate(360deg); /* Safari å’Œ Chrome */
    -o-transform:rotate(360deg); 	/* Opera */
    transition: transform .3s linear;
}
.headline2{
    margin-bottom: 0;
}
.headline2{
    margin-bottom: 70px;
}
.smallIcon1,.smallIcon2,.smallIcon3,.smallIcon4,.smallIcon5{
    width: 77px;
    height: 77px;
    background: url("/img/index/icon03.png") center top no-repeat;
    position: absolute;
    top: 74px;
    left: 68px;
    cursor: pointer;
}
.smallIcon1{
    background-position:0 0;
}
.smallIcon2{
    background-position:-99px 0;
}
.smallIcon3{
    background-position:-200px 0;
}
.smallIcon4{
    background-position:-290px 0;
}
.smallIcon5{
    background-position:-390px 0;
}
.footer{
    width: 100%;
    height: 120px;
    background: #121212;
    position: absolute;
    bottom: 0;
    margin: auto;
}
.footerIcon{
    display: inline-block;
    width: 207px;
    height: 120px;
    padding:30px;
}
.footContent{
    position: relative;
    width: 1300px;
    height: 120px;
}
.footContent li{
    float: left;
    color: #626262;
    font-size: 14px;
    margin-right: 10px;
}
.footContent p{
    color: #626262;
    font-size: 14px;
}
.footScript{
    display: inline-block;
}
.footScript a{
    color: #666666;;
}
.top{
    width: 86px;
    height: 40px;
    background: url("/img/index/top.png") center top no-repeat;
   background-size: cover;
    position: absolute;
    left: 47%;
    bottom: 120px;
}
.newfooterContentIcon2 img{
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50px;
    right: 140px;
    display: inline-block;
}
.culturePhone{
    width: 80px;
    position: absolute;
    top: 40px;
    right: 50px;
    color: #666666;;
}
.indexJoinModal{
    width: 100%;
    background: rgba(0,0,0,0.5);
    position: fixed;
    height: 200px;
    z-index:999;
    margin: auto;
    display: none;
}
.video{
    width: 1130px;
    height: 600px;
    position: relative;
    top: 150px;
}
.video video{
    height: 600px;
}
.videoClose{
    background: url("/img/index/x.png") center top no-repeat;
    width: 65px;
    height: 65px;
    background-size: cover;
    position: absolute;
    right: 0;
    top:0;
    cursor: pointer;
}
.ms{
    background: url("/img/index/ms.png") center top no-repeat;
    width: 18px;
    height: 47px;
    background-size: cover;
    position: fixed;
    left: 50%;
    bottom: 60px;
    z-index: 99;
    cursor: pointer;
}
.aaa{
    width: 100%;
}
.content2_detail{
    width: 1300px;
    height: 700px;
    /*border: 1px solid black;*/
    overflow: hidden;
    position: relative;
}
.content2_detail_list{
    position: absolute;
    top: 0;
    left: 0;
}
.left_btn{
    position: absolute;
    font-size:50px;
    top: 50%;
    left: 20px;
    z-index: 999;
    transform: translateY(-50%);
}
.right_btn{
    position: absolute;
    font-size: 50px;
    top: 50%;
    right: 20px;
    z-index: 999;
    transform: translateY(-50%);
}</pre></body></html>