<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
body {
 margin: 0 auto;
 font-size:14px;
  box-sizing: border-box;
     word-break:break-all;
     font-family: "PingFang SC", "Microsoft YaHei", "HanHei SC", "Helvetica Neue", "Open Sans", Arial, "Hiragino Sans GB",  Ã¥Â¾Â®Ã¨Â½Â¯Ã©â€ºâ€¦Ã©Â»â€˜, STHeiti,  "WenQuanYi Micro Hei", SimSun, sans-serif;
 line-height: normal;
 color: #2B333F;
}
ul {
    list-style: none;
}
a {
    outline: none;
    text-decoration: none;
    color: #2B333F;
}
.content {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.content_img {
    width: 100%;
    height: auto;
}
.content_img img{
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.content_item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1990;
    color: #FFF;
    width: 100%;
}
.content_box {
    position: relative;
}
.m-width-1600 {
    width: 84%;
    max-width: 1920px;
    margin: 0 15%;
}
.content, .content_text {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}
.content_text h1{
    font-size: 32px;
}
.content_text h1, .content_text h4{
    width: 100%;
    line-height: 40px;
}
.content_text h4{
    font-size: 21px;
    font-weight: normal;
    margin: 10px 0 15px;
}
.content_text p {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
}
.content_text div {
    display: block;
    width: 120px;
    height: 28px;
    background-image: linear-gradient(0deg, #facc22, #f83600);
    color: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 28px;
    margin-top: 20px;
    cursor: pointer;
}
.cloud_main {
    width: 100%;
    margin: 0 auto;
}
.container {
    width: 1288px;
    margin: 0 auto;
    display: flex;
    /*å®žçŽ°åž‚ç›´å±…ä¸­*/
    align-items: center;
    /*å®žçŽ°æ°´å¹³å±…ä¸­*/
    justify-content: space-between;
    /* padding: 0 20px; */
}
.left {
    float: left;
}
.right {
    float: right;
}
.cloud_mainone {
    overflow: hidden;
    padding: 60px 0;
}

.cloud_mainone_left {
    width: 47%;
    height: 100%;
}
.cloud_mainone_right {
    width: 53%;
    height: auto;
    text-align: center;
    vertical-align: middle;
}
.cloud_mainone_right img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.cloud_mainone_text {
    width: 95%;
    margin: 0 auto;
}
.cloud_mainone_text h3, .cloud_mainone_text h4{
    width: 100%;
    /* line-height: 40px; */
}
.cloud_mainone_text ul{
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    line-height: 32px;
    /* margin-top: 15px; */
}
.cloud_mainone_text h3{
    font-size: 28px;
}
.cloud_mainone_text h4 {
    font-size: 18px;
    color: #d8dde3;
}
.cloud_mainone_text ul li {
    margin-top: 20px;
    margin-left: 20px;
    font-size: 16px;
    color: #888c96;
}
.mainmargin {
    margin-top: -60px;
}
.cloud_mainone_text li span {
    display: inline-block;
    position: absolute;
    width: 7px;
    height: 7px;
    /* border-radius: 10px; */
    background: #1b90fd;
    margin-left: -20px;
    margin-top: 12px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.maintwo,.mainsix{
    padding: 80px 0 0 !important;
}
.maintwo, .mainsix, .hrmaintwo{
    background: #f4faff;
}

.content_text{
    animation: bounceInLeft 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 alternate
      forwards;
    -webkit-animation: bounceInLeft 1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1
      alternate forwards; /*Safari and Chrome*/
  }
  @keyframes bounceInLeft {
    0% {
      opacity: 0;
      transform: translate3d(-3000px, 0, 0);
    }
    100% {
      opacity: 1;
      transform: none;
    }
  }

/* mobile */
@media screen and (min-width: 960px) and (max-width: 1200px) {
    .m-width-1600{
        margin: 0 8%;;
    }
    .content_text h1, .content_text h4 {
        width: 100%;
        line-height: 36px;
    }
    .content_text h1{
        font-size: 20px;
    }
    .content_text h4 {
        font-size: 16px;
        margin: 0;
    }
    .content_text p {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }
    .content_text div {
        width: 100px;
        height: 24px;
        font-size: 12px;
        color: #fff;
        line-height: 24px;
        margin-top: 10px;
    }
    .container {
        width: 92%;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .content_item{
        position: initial;
        color: #292929;
        padding-top: 20px;
    }
    .m-width-1600{
        margin: 0 4%;
    }
    .content_text h1, .content_text h4{
        line-height: 30px;
    }
    .content_text h1{
        font-size: 20px;
    }
    .content_text h4{
        font-size: 16px;
        margin: 5px 0;
    }
    .content_text div{
        width: 100px;
        height: 24px;
        font-size: 12px;
        color: #fff;
        line-height: 24px;
        margin-top: 10px;
    }
    .cloud_mainone{
        padding: 40px 0;
    }
    .content_text p{
        font-size: 14px;
        line-height:24px
    }
    .container {
        width: 96%;
        margin: 0 auto;
    }
    .cloud_mainone_text h3{
        font-size: 17px;
    }
    .cloud_mainone_text h4{
        font-size: 16px;
    }
    .cloud_mainone_text h3, .cloud_mainone_text h4 {
        line-height: 30px;
    }
    .cloud_mainone_text{
        width: 90%;
    }
    .cloud_mainone_text ul{
        font-size: 14px;
        line-height: 26px;
        margin-top: 0px;
    }
    .cloud_mainone_text ul li{
        margin-top: 10px;
    }
    .maintwo, .mainsix{
        padding: 40px 0 0 !important;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .content_item{
        position: initial;
        color: #292929;
        padding-top: 20px;
    }
    .m-width-1600{
        margin: 0 4%;
    }
    .content_text h1, .content_text h4{
        line-height: 30px;
    }
    .content_text h1{
        font-size: 20px;
    }
    .content_text h4{
        font-size: 16px;
        margin: 5px 0;
    }
    .content_text div{
        width: 100px;
        height: 24px;
        font-size: 12px;
        color: #fff;
        line-height: 24px;
        margin-top: 10px;
    }
    .cloud_mainone{
        padding: 40px 0;
    }
    .content_text p{
        font-size: 14px;
        line-height:24px
    }
    .container {
        width: 96%;
        margin: 0 auto;
    }
    .cloud_mainone_text h3{
        font-size: 18px;
    }
    .cloud_mainone_text h4{
        font-size: 16px;
    }
    .cloud_mainone_text h3, .cloud_mainone_text h4 {
        line-height: 30px;
    }
    .cloud_mainone_text{
        width: 90%;
    }
    .cloud_mainone_text ul{
        font-size: 14px;
        line-height: 26px;
        margin-top: 0px;
    }
    .cloud_mainone_text ul li{
        margin-top: 10px;
    }
    .mainfifth, .mainsix{
        padding: 40px 0 0 !important;
    }
    .cloud_mainone_left {
        width: 60%;
    }
    .mainmargin {
        margin-top: 0;
    }
}
@media only screen and (max-width: 479px)  {
    .content_item{
        position: initial;
        color: #292929;
        padding-top: 20px;
    }
    .m-width-1600{
        margin: 0 4%;
    }
    .content_text h1, .content_text h4{
        line-height: 30px;
    }
    .content_text h1{
        font-size: 20px;
    }
    .content_text h4{
        font-size: 16px;
        margin: 5px 0;
    }
    .content_text div{
        width: 100px;
        height: 24px;
        font-size: 12px;
        color: #fff;
        line-height: 24px;
        margin-top: 10px;
    }
    .cloud_mainone{
        padding: 20px 0;
    }
    .content_text p{
        font-size: 14px;
        line-height:24px
    }
    .container {
        width: 96%;
        margin: 0 auto;
    }
    .cloud_mainone_text h3{
        font-size: 18px;
    }
    .cloud_mainone_text h4{
        font-size: 16px;
    }
    .cloud_mainone_text h3, .cloud_mainone_text h4 {
        line-height: 30px;
    }
    .cloud_mainone_text{
        width: 90%;
    }
    .cloud_mainone_text ul{
        font-size: 14px;
        line-height: 26px;
        margin-top: 0px;
    }
    .cloud_mainone_text ul li{
        margin-top: 10px;
        font-size: 14px;
    }
    .mainfifth, .mainsix{
        padding: 40px 0 40px !important;
    }
    .cloud_mainone_left {
        width: 100%;
    }
    .cloud_mainone_right {
        display: none;
    }
    .maintwo {
        padding: 80px 0 40px !important;
    }
    .mainmargin {
        margin-top: 0;
    }
}

/* äº‘HR */
.hr_auto{
    width: 1288px;
    height: 400px;
    position: relative;
    margin: 0 auto;
}
.hr_auto_foot {
    width: 100%;
    height: 240px;
    background: rgba(27, 144, 253, 0.06);
    /* z-index: 2; */
    position: absolute;
    bottom: 0;
}
.hr_auto_left {
    width: 55%;
    /* height: 100%; */
    /* background-color: #b8b8b8; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.hr_auto_right {
    width: 44%;
    height: 100%;
    position: relative;
    /* background-color: #fcd5d5; */
}
.hr_auto_left img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.hr_auto_right p {
    /* width: 80%; */
    font-size: 16px;
    line-height: 36px;
    padding: 20px 30px;
    margin: 0 auto;
}
.hr_auto_list {
    width: 100%;
    height: 240px;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    /* background-color: rgb(196, 196, 196); */
}
.hr_auto_list ul {
    width: 100%;
    height: 100%;
    padding: 0px 30px;
    overflow: hidden;
}
.hr_auto_list ul li {
    float: left;
    width: 50%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hr_auto_list_lf{
    width: 23%;
}
.hr_auto_list_rg{
    width: 85%;
    font-size: 14px;
    line-height: 30px;
}

/* mobile */
@media screen and (min-width: 960px) and (max-width: 1200px) {
    .hr_auto{
        width: 90%;
    }
    .hr_auto_right p, .hr_auto_list_rg{
        font-size: 14px;
        line-height: 30px;
    }
    .hr_auto_list_lf {
        width: 15%;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {
    .hr_auto{
        width: 96%;
    }
    .hr_auto_foot {
        width: 100%;
        height: 100%;
    }
    .hr_auto_right p, .hr_auto_list_rg{
        font-size: 14px;
        line-height: 30px;
    }
    .hr_auto_list_lf {
        width: 10%;
    }
    .hr_auto_right p{
        padding: 20px 10px;
    }
    .hr_auto_list_lf img {
        width: 90%;
    }
    .hr_auto_list ul{
        padding: 0 10px;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px){
    .hr_auto{
        width: 96%;
    }
    .hr_auto_foot {
        width: 100%;
        height: 100%;
    }
    .hr_auto_right p, .hr_auto_list_rg{
        font-size: 14px;
        line-height: 30px;
    }
    .hr_auto_list_lf {
        width: 12%;
    }
    .hr_auto_right p{
        padding: 20px 0;
        width: 90%;
    }
    .hr_auto_list_lf img {
        width: 90%;
    }
    .hr_auto_list ul{
        padding: 0;
    }
    .hr_auto_left {
        display: none;
    }
    .hr_auto_right {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .hr_auto {
        height: 320px;
    }
    .hr_auto_list{
        height: 160px;
        margin-left: 30px;
    }
}
@media only screen and (max-width: 479px){
    .hr_auto{
        width: 96%;
    }
    .hr_auto_foot {
        width: 100%;
        height: 100%;
    }
    .hr_auto_right p, .hr_auto_list_rg{
        font-size: 14px;
        line-height: 30px;
    }
    .hr_auto_list_lf {
        width: 25%;
    }
    .hr_auto_right p{
        width: 100%;
        padding: 20px 0 10px;
    }
    .hr_auto_list_lf img {
        width: 90%;
    }
    .hr_auto_list ul{
        padding: 0;
    }
    .hr_auto_left {
        display: none;
    }
    .hr_auto_right {
        float: none;
        width: 88%;
        margin: 0 auto;
    }
    .hr_auto {
        height: 370px;
    }
    .hr_auto_list{
        height: 160px;
    }
    .hr_auto_list{
        bottom: 5%;
    }
}</pre></body></html>