<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*reset*/
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
p,
select,
textarea {
    margin: 0;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}

audio,
canvas,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border: 0;
    display: block;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input,
button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea {
    resize: none;
    border: 1px solid #ccc;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

del {
    text-decoration: line-through;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

.clearfix:after {
    display: block;
    content: '';
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix{
    clear: both;
}
html {
    font-size: 12px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-family: "Microsoft YaHei", Arial, SimSun, SimHei, sans-serif;
    font-size: 14px;
    color: #333;
    background:#fff;
    overflow-x:hidden;
}
.pullL{
    float:left;
}
.pullR{
    float:right;
}
.content100{
    width: 100%;
}
.wrapper {
    width: 1200px;
    margin: 0 auto;
}
@keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}
@-webkit-keyframes scale2 {
	0%{transform: scale(1);}
	25%{transform: scale(1.1);}
	50%{transform: scale(1);}
	75%{transform: scale(1.1);}
}

@keyframes ballon2 {
    0% {
      -webkit-transform: translateY(3px);
      opacity: 1;
    }
  
    25% {
      -webkit-transform: translateY(-3px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateY(3px);
      opacity: 1;
    }
  
    75% {
      -webkit-transform: translateY(-3px);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: translateY(3px);
      opacity: 1;
    }
  }
  @keyframes ballon3 {
    0% {
      -webkit-transform: translateX(3px);
      opacity: 1;
    }
  
    25% {
      -webkit-transform: translateX(-3px);
      opacity: 1;
    }
  
    50% {
      -webkit-transform: translateX(3px);
      opacity: 1;
    }
  
    75% {
      -webkit-transform: translateX(-3px);
      opacity: 1;
    }
  
    100% {
      -webkit-transform: translateX(3px);
      opacity: 1;
    }
  }
  @keyframes ballon6{
    0%{transform: translateX(-3px);}
    50%{transform: translateX(0);}
    100%{transform: translateX(-3px);}
}
@keyframes ballon7{
    0%{transform: translateY(-3px);}
    50%{transform: translateY(0);}
    100%{transform: translateY(-3px);}
}
@-webkit-keyframes jittery {

    5%,
    50% {
        transform: scale(1);
    }

    10% {
        transform: scale(0.9);
    }

    15% {
        transform: scale(1.15);
    }

    20% {
        transform: scale(1.15) rotate(-5deg);
    }

    25% {
        transform: scale(1.15) rotate(5deg);
    }

    30% {
        transform: scale(1.15) rotate(-3deg);
    }

    35% {
        transform: scale(1.15) rotate(2deg);
    }

    40% {
        transform: scale(1.15) rotate(0);
    }
}

@keyframes jittery {

    5%,
    50% {
        transform: scale(1);
    }

    10% {
        transform: scale(0.9);
    }

    15% {
        transform: scale(1.15);
    }

    20% {
        transform: scale(1.15) rotate(-5deg);
    }

    25% {
        transform: scale(1.15) rotate(5deg);
    }

    30% {
        transform: scale(1.15) rotate(-3deg);
    }

    35% {
        transform: scale(1.15) rotate(2deg);
    }

    40% {
        transform: scale(1.15) rotate(0);
    }
}
@-webkit-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.9;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.9;
    }
}

@-o-keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.9;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.9;
    }
}

@keyframes ball-scale-multiple {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 0.9;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.9;
    }
}
@keyframes cross-data {
    0% {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}
.w235{
    width: 235px;
}
.w710{
    width: 710px;
}
.w800 {
    width: 800px;
}
/* 澶村浘 */
.content100 {
    width: 100%;
    text-align:center;
}
.content100 h4 {
    color: #fae5e8;
    font-size: 80px;
}
.content100 h4 span{
  margin-left: 20px;
}
.content100 h3 {
    margin:0 auto;
    color: #cf0022;
    font-size: 43px;
    position: relative;
    margin-top: -66px;
}
.content100 h3:after{
    content: '';
    position: absolute;
    display:block;
    width:60px;
    height: 4px;
    left: 50%;
    margin-left: -30px;
    bottom: -5px;
    background: #cf0022;
}
.content1_bg{
    height: 455px;
    background: url(../images/ban1_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    text-align: center;
    padding-top: 45px;
}
.content1_bg .xhd_text01{
    width: 311px;
    margin:0 auto;
    color:#fff;
    font-size:30px;
    text-align: left;
    font-weight: bold;
}
.content1_bg .xhd_text01 span{
    display: inline-block;
    /* margin-right: 15px; */
}
.content1_bg .xhd_text02{
    width: 459px;
    height: 143px;
    margin:0 auto;
    margin-top: 20px;
    background: url(../images/text01.png) 0 0 no-repeat;
    background-size: 100% 143px;
}
.content1_bg .qqrk_list{
    width: 648px;
    height: 54px;
    margin: 0 auto;
    margin-top: 25px;
}
.content1_bg .qqrk_list ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.content1_bg .qqrk_list ul li{
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #cf0022;
    font-size: 22px;
    background: #fff;
    border-radius: 40px;
}
.content1_bg a.applyme_btn{
    display: block;
    width: 300px;
    height: 60px;
    font-size: 27px;
    line-height: 57px;
    cursor: pointer;
    font-weight: bold;
    border: 2px solid #fff;
    border-radius: 40px;
    color: #fff;
    box-sizing: border-box;
    margin: 0 auto;
    margin-top: 13px;
    transition: all .3s;
    animation: jittery 3s infinite;
    -webkit-animation: jittery 3s infinite;
}
.content1_bg a.applyme_btn:hover{
    border: 2px solid #fff;
    background:#fff;
    color:#CA284F;
    box-shadow: 0 5px 10px rgba(0,0,0,.5);
}
/* OSSD绠€浠� */
.content2_bg{
    height: 901px;
    background: url(../images/ban2_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    text-align: center;
    padding-top:5px;
}    
.content2_bg .intro_main{
    margin-top: 30px;
    height: 285px;
}
.content2_bg .jianjie_left{
    width: 392px;
    height: 285px;
 
}
.content2_bg .jianjie_left img{ 
    width: 392px;
    height: 267px;
}
.content2_bg .jianjie_right{
    width: 675px;
    height: 285px;
    text-align: left;
}
.content2_bg .jianjie_right p{
    font-size:18px;
    line-height: 33px;
    color:#232323;
    text-indent: 2em;
}
.content2_bg .jianjie_right p span{
    color:#cf0022;
    font-weight: bold;
}
/* 绠€浠嬪浘鏂囧垪琛� */
.content2_bg .intro_mtlist ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.content2_bg .intro_mtlist ul li{
    width: 180px;
    height: 345px;
    text-align: center;
    color:#232323;
    font-size:33px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    border-radius: 10px;
    box-sizing: border-box;
    padding: 15px 5px;
    position: relative;
    cursor: pointer;
}
.content2_bg .intro_mtlist ul li img{
    display: inline-block;
    width: 118px;
    height: 117px;
    margin:0 auto;
    position:relative;
    z-index:9;
}
.content2_bg .intro_mtlist ul li dl{
    position:relative;
    z-index:9;
}
.content2_bg .intro_mtlist ul li dl dt{
    width: 100%;
    height: 40px;
    margin: 10px auto;
    border-bottom:2px solid #cf0022;
}
.content2_bg .intro_mtlist ul li dl dt h5{
    color: #fae5e8;
    font-size: 26px;
}
.content2_bg .intro_mtlist ul li dl dt h6{
    color: #232323;
    font-size: 30px;
    position: relative;
    margin-top: -50px;
}
.content2_bg .intro_mtlist ul li dl dd{
    color: #232323;
    font-size: 16px;
}
.content2_bg .intro_mtlist ul li .coverFG{
    width: 180px;
    height: 15px;
    background:#cf0022;
    position: absolute;
    top: 0px;
    left: 0;
    border-radius:10px 10px 0 0;
}
.content2_bg .intro_mtlist ul li:hover dl dt h6{
    color:#fff;
}
.content2_bg .intro_mtlist ul li:hover dl dt h5{
    color:rgba(255,255,255,0.1);
}
.content2_bg .intro_mtlist ul li:hover dl dd{
    color:#fff;
}
.content2_bg .intro_mtlist ul li dl dt{
    border-bottom:2px solid #fff;
}
.btn_public {
    display: block;
    width: 374px;
    height: 65px;
    line-height: 65px;
    margin: 0 auto;
    margin-top: 30px;
    color: #fff;
    font-size: 25px;
    background: #b20c0c;
    border-radius: 40px;
    text-align: center;
    animation: scale2 2s linear infinite;
    box-shadow: 0 5px 10px rgba(207,0,34,.2);
    overflow: hidden;
}
.btn_public .light{
    content: '';
    display: block;
    position: absolute;
    width: 105px;
    height:105px;
    top: -10px;
    left: -10px;
    transform: rotate(-75deg);
    background-image: linear-gradient(rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
    opacity: 0.6;
    animation: 1s cross-data ease-in infinite normal;
}







/* OSSD鐢宠澶у鏈夊摢浜涗紭鍔�  */
.content3_bg{
    height: 730px;
    background: url(../images/ban2_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    text-align: center;
    padding-top:5px;
} 
.content3_bg .page5{
    margin-top: 50px;
}
.content3_bg .page5 .pcUl li {
    width: 300px;
    height: 220px;
    background: #ffffff;
    float: left;
    font-size: 14px;
    color: #333333;
    text-align: center;
    position: relative;
}
.content3_bg .page5 .pcUl li.text {
    background: rgba(255, 255, 255, .4);
    padding: 0 20px;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.content3_bg .page5 .pcUl li.text p {
    line-height: 28px;
    font-size: 16px;
    color:#000;
    text-align: left;
    margin-left: 20px;
}

.content3_bg .page5 .pcUl li h5 {
    font-size: 22px;
    color: #000000;
    padding-top: 56px;
    margin-bottom: 10px;
}
/* 鏂拌埅閬揙SSD璇剧▼ */
.content4_bg{
    height: 618px;
    background: url(../images/ban4_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    text-align: center;
    padding-top:5px;
} 
.content4_bg h4{
    color:#e97683;
} 
.content4_bg h3{
    color:#fff;
}
.content4_bg h3:after{
    background: #fff;
}
.content4_bg .kechengSZ_New{
    margin-top: 40px;
 } 
 .content4_bg .kechengSZ_New table{
    width: 1200px;
 }
 .content4_bg .kechengSZ_New table tr.firstTr{
    height: 50px;
    color:#fff;
    font-size:20px;
 }
 .content4_bg .kechengSZ_New table tr.firstTr th{
    height: 90px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    font-weight: bold;
   border-right:2px solid #e26471;
   border-bottom:2px solid #e26471;
   background:#cf0022;
 }
 .content4_bg .kechengSZ_New table tr th.borderRNo{
   border-right:0 solid #fefefe;
 }
 .content4_bg .kechengSZ_New table tr td.borderBNo{
    border-bottom:0 solid #fefefe;
  }
  .content4_bg .kechengSZ_New table tr td.borderRNo{
    border-right:0 solid #fefefe;
  }
 .content4_bg .kechengSZ_New table tr td{
    height: 85px;
    background: #fff;
    font-size:20px;
    color:#000;
    border-right:2px solid #e8c2c5;
    border-bottom:2px solid #e8c2c5;
 }
 .content4_bg .kechengSZ_New table tr td a{
    display:inline-block;
    width: 176px;
    height: 47px;
    text-align: center;
    line-height:47px;
    color:#fff;
    background: #cf0022;
    border-radius: 50px;
    font-size: 20px;
    box-shadow: 0 5px 10px rgba(207,0,34,.2);
    animation: ballon2 2s linear infinite;
}
/* OSSD閫傚悎浜虹兢 */
.content5_bg{
    height: 690px;
    background: url(../images/ban5_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    text-align: center;
    padding-top:5px;
}
.content5_bg .shihep_list ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 50px;
} 
.content5_bg .shihep_list ul li{
    width: 381px;
    height: 410px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-sizing: border-box;
}
.content5_bg .shihep_list ul li img{
    width: 381px;
    height: 259px;
}
.content5_bg .shihep_list ul li dl{
    margin-top: 10px;
}
.content5_bg .shihep_list ul li dl dt{
    color:#232323;
    font-size: 30px;
    font-weight: bold;
}
.content5_bg .shihep_list ul li dl dd{
    color:#232323;
    font-size: 20px;
    margin-top: 17px;
}
/* 鏂拌埅閬揙SSD鍩硅浼樺娍 */
.content6_bg{
    height: 745px;
    background: url(../images/ban6_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    text-align: center;
    padding-top:5px;
}
.center_secmain{
    position: relative;
    margin-top: 31px;
}
.content6_bg .center_secmain img{
    width: 444px;
    height: 443px;
    margin:0 auto;
    margin-bottom: 60px;
}
.content6_bg .center_secmain p{
    position:absolute;
    color:#fff;
    font-size: 28px;
}
.content6_bg .center_secmain p.p1{
    top: 71px;
    left: 452px;
}
.content6_bg .center_secmain .p1_main{
    width: 275px;
    height: 200px;
    top: 71px;
    left: 35px;
    position: absolute;
    font-size:20px;
    color:#232323;
    text-align: left;
    line-height: 30px;
  }
.content6_bg .center_secmain p.p2{
    top: 71px;
    right: 452px;
}
.content6_bg .center_secmain .p2_main{
    width: 275px;
    height: 200px;
    top: 32px;
    right: 35px;
    position: absolute;
    font-size:20px;
    color:#232323;
    text-align: left;
    line-height: 30px;
  }
.content6_bg .center_secmain p.p3{
    top: 286px;
    left: 452px;
}
.content6_bg .center_secmain .p3_main{
    width: 275px;
    height: 200px;
    top: 256px;
    left: 35px;
    position: absolute;
    font-size:20px;
    color:#232323;
    text-align: left;
    line-height: 30px;
  }
.content6_bg .center_secmain p.p4{
    top: 286px;
    right: 452px;
}
.content6_bg .center_secmain .p4_main{
    width: 275px;
    height: 200px;
    top: 256px;
    right: 35px;
    position: absolute;
    font-size:20px;
    color:#232323;
    text-align: left;
    line-height: 30px;
  }
  .content6_bg .center_secmain .linesqr{
     width: 312px;
     height: 12px;
     position: absolute;
     top: 218px;
  }
  .content6_bg .center_secmain .left_liney{
    left: 0;
    background: url(../images/ban6_blef.png) top center no-repeat;
  }
  .content6_bg .center_secmain .right_liney{
    right: 0;
    background: url(../images/ban6_brig.png) top center no-repeat;
  }
/* 浜斿涓€涓撳睘鏈嶅姟  鍏ㄦ柟浣嶇洃鐫ｅ涔� */
.content7_bg {
    height: 690px;
    background: url(../images/ban5_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    text-align: center;
    padding-top: 5px;
}
.content7_bg .zsfuwu_list{
   margin-bottom: 50px;
}
.content7_bg .zsfuwu_list ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 30px;
 }
 .content7_bg .zsfuwu_list ul li{
    width: 230px;
    height: 340px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-sizing: border-box;
}
.content7_bg .zsfuwu_list ul li:nth-child(2n){
    margin-top: 143px;
}
.content7_bg .zsfuwu_list ul li dl{
    margin-top: 10px;
 
}
.content7_bg .zsfuwu_list ul li dl dt{
    color:#000;
    font-size: 22px;
    font-weight: bold;
    position: relative;
}
.content7_bg .zsfuwu_list ul li dl dt:after{
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 4px;
    left: 50%;
    margin-left: -30px;
    bottom: -12px;
    background: #cf0022;
}
.content7_bg .zsfuwu_list ul li dl dd{
    color:#000;
    font-size:16px;
    margin-top: 20px;
    text-align: left;
    padding-left: 20px;
    line-height: 30px;
}
/* 閫夋嫨鏂拌埅閬撳浗闄呭涔犵殑鐞嗙敱 */
.content8_bg{
    margin-top: 20px;
    height:633px;
}
.content8_bg .xxly_main{
    position: relative;
}
.content8_bg .xxly_main img {
    width: 698px;
    height: 442px;
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 60px;
}
.content8_bg .xxly_main .lytag{
   width: 131px;
   height: 131px;
   position: absolute;
   font-size: 22px;
   color:#000000;
   text-align: center;
   box-sizing: border-box;
   padding-top: 31px;
   background: url(../images/liyou_textbg.png) top center no-repeat;
}
.content8_bg .xxly_main .lytag01{
    bottom: 28px;
    left: 113px;
    -webkit-animation: ball-scale-multiple 2.5s linear infinite alternate;
    animation: ball-scale-multiple 2.5s linear infinite alternate;
}
.content8_bg .xxly_main .lytag02{
    top: 111px;
    left: 220px;
    -webkit-animation: ball-scale-multiple 3s linear infinite alternate;
    animation: ball-scale-multiple 3s linear infinite alternate;
}
.content8_bg .xxly_main .lytag03{
    top: -40px;
    left: 367px;
    -webkit-animation: ball-scale-multiple 2.5s linear infinite alternate;
    animation: ball-scale-multiple 2.5s linear infinite alternate;
}
.content8_bg .xxly_main .lytag04{
    bottom: 28px;
    right: 113px;
    -webkit-animation: ball-scale-multiple 2s linear infinite alternate;
    animation: ball-scale-multiple 2s linear infinite alternate;
}
.content8_bg .xxly_main .lytag05{
    top: 111px;
    right: 220px;
    -webkit-animation: ball-scale-multiple 3.5s linear infinite alternate;
    animation: ball-scale-multiple 3.5s linear infinite alternate;
}
.content8_bg .xxly_main .lytag06{
    top: -40px;
    right: 367px;
    -webkit-animation: ball-scale-multiple 2s linear infinite alternate;
    animation: ball-scale-multiple 2s linear infinite alternate;
}
/* 鍏嶈垂棰勭害鍒版牎鍜ㄨ */
.content9_bg {
    height: 414px;
    background: url(../images/ban9_bg.jpg) top center no-repeat;
    box-sizing: border-box;
    text-align: center;
    padding-top: 5px;
}
.content9_bg h4{
    color:#e97683;
} 
.content9_bg h3{
    color:#fff;
}
.content9_bg h3:after{
    background: #fff;
}
.content9_bg .form-container{
    width: 1200px;
    margin:0 auto;
    margin-top: 117px;
}
.content9_bg .form-container input {
    float: left;
    width: 270px;
    height: 54px;
    line-height: 54px;
    background:#fff;
    border-radius: 40px;
    font-size: 18px;
    color: #000;
    text-indent: 11px;
    outline:none;
    margin-right:20px;
    border:none;
    padding-left: 10px;
}
.content9_bg .form-container .formCode{
    width: 270px;
    margin-bottom: 0;
	float: left;
    margin-right: 20px;
}
.content9_bg .form-container  .formCode .codeInput
{
    width: 140px;
    text-align: center;
    height: 56px;
    background-color: #fff;
    border-radius: 40px;
    font-size: 16px;
    line-height: 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: 0;
    color: #000;
    margin-right: 5px;
    text-indent: 0;
   
}
.content9_bg .form-container  .formCode .codetxt{
    width: 118px;
    background: #e3e3e3;
    outline: none;
    height: 56px;
    cursor: pointer;
    font-size: 18px;
    border: 0;
    color: #000;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    box-shadow: inset 1px -5px 5px 1px rgb(189 184 232 / 70%);
}
.content9_bg .form-container span.submit{
    float: left;
    display:block;
    width: 270px;
    height: 52px;
    line-height: 52px;
    border-radius: 40px;
    font-size: 26px;
    color: #000000;
    text-indent: 11px;
    outline:none;
    cursor:pointer;
    text-align: center;
    background:#ffc600;
    box-sizing: content-box;
    animation: ballon2 2s linear infinite;

}





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