@charset "utf-8";

/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    display: block;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.layout {
    min-width: 1020px;
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
    font-size: 16px;
    line-height: 30px;
    color: #262626;
    background: #f3f3f3;
}

.banner {
    position: relative;
    min-width: 1200px;
    height: 587px;
    overflow: hidden;
}

#player {
    position: relative;
    width: 100%;
    height: 587px;
    overflow: hidden;
    margin: 0 auto;
}

#player .Limg {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#player .Limg li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.header {
    overflow: hidden;
    background: var(--primary-color);
    position: relative;
}

.banner_bottom {
    width: 466px;
    height: 80px;
    background: rgba(255, 255, 255, .5);
    font-size: 46px;
    position: absolute;
    bottom: 0;
    z-index: 111;
    left: 0;
    right: 0;
    margin: auto;
    box-sizing: border-box;
    line-height: 80px;
    text-align: center;
}

.header_main {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;

}

.logo {
    margin: 13px 0 16px 81px;
}

.nav {
    overflow: hidden;
    margin: 40px 40px 0px 0px;
}

.nav_list {
    font-size: 22px;
    line-height: 24px;
    color: #1b1b1b;
}

.nav_list a {
    display: block;
    padding: 0 36px;
    color: white;
    /* border-right: 1px solid #b2b2b2; */
    font-family: 'HarmonyOS Sans SC';
    font-size: 18px;
    text-align: center;
}

.on a {
    color: white;
}

.nav_list .no_right {
    border-right: 0;
}

.content {
    width: 1200px;
    padding: 73px 0 0;
    overflow: hidden;
    margin: 0 auto;
}

.des {
    padding-bottom: 45px;
    border-bottom: 1px solid black;
    font-family: 'HarmonyOS Sans SC';
    font-size: 20px;
    padding: 0 78px 45px 78px;
    color: #000;
    letter-spacing: 1px;
    line-height: 35px;
    position: relative;
}

.intro {
    padding-bottom: 45px;
    margin: 0 63px;
    border-bottom: 1px solid black;
}

.title {
    font-family: 'HarmonyOS Sans SC Black';
    font-size: 25px;
    letter-spacing: 1px;
    color: #000;
    margin: 49px 0 41px 77px;
}

.intro .intro_text {
    font-family: 'HarmonyOS Sans SC';
    font-size: 20px;
    padding: 0 78px;
    letter-spacing: 1px;
    line-height: 35px;
    text-indent: 42px
}

.env {
    margin: 0 80px;
    position: relative;
}

.en_title {
    margin-left: 0;
    position: relative;
}

.fl {
    float: left;
}

.content_main {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    margin-left: 143px;
}

.c_title {
    text-align: center;
    padding-bottom: 10px;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 36px;
    font-family: "Microsoft Yahei";
}

.i_title {
    text-align: center;
    padding-bottom: 15px;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 50px;
    font-family: "Microsoft Yahei";
    /* background: url(./bg_title.png) bottom center no-repeat; */
}

.title_cn_desc {
    font-size: 38px;
    text-align: center;
}

.title_cn {
    font-size: 38px;
    text-align: left;
    color: #424b5a;
}

.title_en {
    font-size: 32px;
    text-align: left;
    display: block;
    font-family: 'HarmonyOS Sans SC';
    letter-spacing: 3px;
    font-weight: 600;
}

.about {
    overflow: hidden;
    /* min-height: 400px; */
}

.minipic_box {
    overflow: hidden;
    margin-top: 60px;
}

#demo {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.indemo {
    width: 800%;
}

#demo li {
    display: inline;
    float: left;
    width: 283px;
    height: 182px;;
    overflow: hidden;
    margin-right: 10px;
}

.lunbanner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.lunbanner img {
    float: left;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

.footer {
    margin: 0 auto;
    text-align: center;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    line-height: 62px;
}

.footer a {
    color: black;
}

.zjob {
    width: 645px;
    height: auto;
    margin: 0 auto;
}

.clear {
    clear: both;
}

/*********job.htm start********/
#textword {
    overflow-x: hidden;
    font-family: 'HarmonyOS Sans SC';

}

#textword p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}

#textword .showBar {
    width: 90%;
    line-height: 28px;
    font-size: 14px;
    font-weight: bold;
}

#textword ul {
    float: left;
    width: 99%;
    margin-bottom: 1em;
    display: inline;
    padding-left: 12px;
    overflow: hidden;
}

#textword li {
    float: left;
    width: 45%;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    font-size: 16px;
    line-height: 24px;
    list-style-type: none;
}

#textword ul li a:hover {
    text-decoration: underline;
}

.describe {
    padding-left: 12px;
    line-height: 32px;
}

.zjob {
    width:645px;
    height:auto;
    margin:0 auto 100px;
}
.zjob ul {
    margin:0px;
    padding-top:30px;
    width:630px;
}
.zjob li {
    float:left;
    width:141px!important;
    height:36px;
    margin:0px;
    padding:0px;
}
.zjob li a {
    padding: 8px 10px;
    border-radius: 5px;
    color: #fff;
    background: var(--primary-color);
    width: 115px;
    display: inline-block;
    text-align: center;
}
.Joblist_S1 {
    display:block;
    float:left;
    width:49%;
}
.Joblist_S1 a{
    color:#333;
}
.Joblist_S2 {
    display:none;
    float:left;
}
.Joblist_S3 {
    display:none;
    float:left;
}
.Joblist_S4 {
    display:none;
    float:left;
}
.Joblist_S5 {
    display:none;
    float:left;
}
.showBar {
    font-weight: bold;
    clear:both;
}

/*********job.htm end********/

h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.describe p,
.describe strong,
.describe span,
.describe * {
    color: #262626 !important;
}

.jobs ul {
    overflow: hidden;
    margin-bottom: 20px;
}

.jobs li {
    width: 49%;
    float: left;
    margin-right: 1%;
}

.fu {
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}

.welfare li{
    list-style-type: none;
    font-size:14px;
    font-family: "Microsoft YaHei";
    color: #ffffff;
    margin-right: 50px;
    margin-top: 22px;
    height:33px;
    text-align: center;
    line-height:33px;
    float: left!important;
    width: 166px!important;
    background: var(--primary-color);
}
.welfare li:nth-child(5n){
    margin-right: 0;
}