* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 100%;
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
}

.head {
    width: 100%;
}

.heads {
    width: 100%;
    background-color: #fff;
    margin: auto;
}

.head_top {
    height: 48px;
    background-color: #eeeeee;
}

.head_tops{
    width: 21.875rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.top_title {
    font-size: 16px;
    color: #000;
}

.topr a {
    font-size: 16px;
    color: #111111;
}

.topr span{
    font-weight: bold;
}

.head_bot {
    width: 21.875rem;
    height: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
}

.logo {
    width: 4.7125rem;
}

.logo img {
    width: 100%;
}

.nav {
    width: 15.625rem;
}

.nav ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.nav ul li {
    height: 0.625rem;
    line-height: 0.625rem;
    text-align: center;
}

.nav ul li a {
    display: block;
    font-size: 0.25rem;
    color: #333333;
}

.title {
    font-size: 30px;
    color: #000;
    text-align: center;
}

.title span {
    color: #d20b00;
    font-weight: bold;
}

.titles {
    font-size: 18px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}

.proitem{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.proitem a {
    height: 0.6625rem;
    font-size: 0.25rem;
    color: #333333;
    line-height: 0.6625rem;
    text-align: center;
    border-radius: 4px;
    background-color: #eeeeee;
    padding: 0 0.1875rem;
    margin-left: 0.1875rem;
}

.proitem a:first-child{
    margin-left: 0;
}

.product {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}

.products {
    width: 20rem;
    margin: 30px auto 0;
}

.productbox{
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f3f3f3;
    padding: 20px;
}

.probox{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.probl,
.probr{
    width: 9.25rem;
}

.probl img{
    width: 100%;
    height: auto;
}

.protitle {
    width: 100%;
    font-size: 0.3rem;
    color: #333;
    font-weight: bold;
    line-height: 2.625;
    border-bottom: 1px solid #d2d2d2;
}

.procont {
    font-size: 0.2rem;
    color: #333;
    line-height: 2;
    padding: 0.25rem 0;
}

.pmore {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 0.375rem;
}

.pmore a {
    display: inline-block;
    width: 120px;
    height: 35px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 30px;
    background-color: #d20b00;
}

.probtn{
    position: absolute;
    left: 52%;
    bottom: 10px;
    display: flex;
    z-index: 999;
}

.probtn img{
    width: 0.5rem;
    height: auto;
    cursor: pointer;
    margin: 0 10px;
}

.probtnbox{
    width: 100%;
    margin-top: 20px;
}

.probtnbox a{
    display: block;
    background-color: #f3f3f3;
    padding: 15px 15px 0;
}

.probtnbox a img{
    width: 100%;
    height: auto;
}

.probtnbox a p {
    width: 100%;
    font-size: 18px;
    color: #333;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 15px 0;
}

.experience{
    width: 100%;
    background-color: #f2f2f2;
    padding: 30px 0;
}

.experiences{
    width: 20rem;
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
}

.exper{
    width: 4.0625rem;
    text-align: center;
}

.exptop{
    position: relative;
}

.exptop img{
    width: 3.425rem;
}

.exptop p {
    position: absolute;
    left: 0;
    bottom: 0.25rem;
    width: 100%;
    font-size: 0.2rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.expcont {
    font-size: 0.225rem;
    color: #444444;
    line-height: 2;
    text-align: left;
}

@keyframes faks {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.exptop:hover {
    display: inline-block;
    animation: faks .5s 1;
}

.about {
    width: 100%;
    overflow: hidden;
    background: url(../images/aboutbg.png) top center no-repeat;
    padding: 30px 0;
}

.about .title,
.about .titles,
.about .title span{
    color: #fff;
}

.abouts {
    display: flex;
    justify-content: space-between;
    width: 20rem;
    height: auto;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 8.7px 1.3px rgba(14, 5, 10, 0.11);
    padding: 0.375rem 0.25rem;
    margin: 0.375rem auto 0;
}

.abl {
    width: 9.575rem;
    font-size: 0.25rem;
    color: #333;
    line-height: 3.15;
}

.abr{
    width: 9.5rem;
}

.abr img{
    width: 100%;
    height: auto;
}

.case {
    width: 100%;
    background-color: #f2f2f2;
    padding: 30px 0;
}

.cases {
    width: 100%;
    margin: 30px auto 0;
}

.caseitem{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.375rem;
}

.caseitem a {
    height: 0.6625rem;
    font-size: 0.25rem;
    color: #333333;
    line-height: 0.6625rem;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    padding: 0 0.1875rem;
    margin-left: 0.1875rem;
}

.caseitem a:first-child{
    margin-left: 0;
}

.cases a{
    display: block;
    background-color: #fff;
    padding: 15px 15px 0;
}

.cases a img{
    width: 100%;
    height: auto;
}

.cases a p {
    width: 100%;
    font-size: 18px;
    color: #333;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 15px 0;
}

.honor{
    width: 100%;
    padding: 30px 0;
}

.honors{
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.honorbg{
    width: 100%;
}

.honorbg img{
    width: 100%;
    height: auto;
}

.hono{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-2rem,-50%);
    width: 12rem;
}

.hono a{
    display: block;
    width: 100%;
}

.hono img{
    width: 100%;
}

.application{
    width: 100%;
    padding: 30px 0;
}

.applications{
    width: 21.875rem;
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
}

.app{
    position: relative;
    width: 5.4rem;
    height: 7.4375rem;
}

.appbg{
    width: 100%;
}

.appbg img{
    width: 100%;
    height: auto;
}

.appab{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.appab p {
    font-size: 23px;
    color: #fff;
}

.app_line img{
    height: 2.8125rem;
    margin: 5px 0 10px;
}

.appic img{
    height: 0.7rem;
}

.plant{
    width: 100%;
    background-color: #f2f2f2;
    padding: 30px 0;
}

.plants{
    width: 20rem;
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
}

.plantl{
    width: 10rem;
}

.plantl img{
    width: 100%;
    height: auto;
}

.plantr{
    width: 9.9375rem;
}

.plantr div{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.plantr div:last-child{
    margin-bottom: 0;
}

.plantr img{
    width: 4.925rem;
    height: auto;
}

.study {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    background: url(../images/stubg.png) center no-repeat;
    padding: 30px 0;
}

.studys {
    position: relative;
    width: 22rem;
}

.stutitle .title{
    text-align: left;
}

.stutitle .titles{
    text-align: left;
}

.stuab{
    position: absolute;
    left: 0;
    top: 0;
    width: 9.875rem;
    z-index: 999;
}

.studytop{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.studytop div {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 2.1rem;
    height: 1.6625rem;
    background-color: #eeeeee;
    cursor: pointer;
    margin-bottom: 0.25rem;
}

.studytop p {
    font-size: 0.2rem;
    color: #333;
    line-height: 2;
}

.studytop img{
    height: 0.6rem;
}

.studytop div.active p{
    color: #e13936;
}

.studytop div.active img{
    filter: invert(10%) sepia(100%) hue-rotate(330deg) saturate(10);
}

.stubox{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.stuleft{
    width: 9.875rem;
    font-size: 0.25rem;
    line-height: 2;
    color: #333;
    padding-top: 3.25rem;
}

.stubox img{
    width: 12rem;
    height: auto;
}

.studybtm{
    position: absolute;
    top: 0;
    left: 8.5rem;
    width: 100px;
    display: flex;
    justify-content: space-between;
    z-index: 9999;
}

.studybtm img {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.stutips {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 12rem;
    height: 1.425rem;
    background-color: #d20b00;
    padding-left: 1.875rem;
}

.stutips div {
    font-size: 0.3125rem;
    color: #fff;
    font-weight: bold;
    line-height: 2.52;
}

.stutips p {
    font-size: 0.275rem;
    color: #fff;
    line-height: 2.4;
}

.new {
    width: 100%;
    overflow: hidden;
    background: url(../images/newbg.png) center no-repeat;
    padding: 30px 0;
}

.news {
    width: 20rem;
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
}

.newl{
    width: 9.725rem;
}

.newl img{
    width: 100%;
    height: auto;
}

.newbox{
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #c9c9c9;
    padding-bottom: 0.375rem;
}

.nwbl{
    width: 1.25rem;
}

.nwbl div{
    font-size: 0.375rem;
    color: #333;
    line-height: 2.1;
    margin-top: 0.375rem;
}

.nwbl p{
    font-size: 0.2875rem;
    color: #333;
    line-height: 2.1;
}

.nwbr {
    width: 8.375rem;
}

.nwbtitle {
    display: block;
    width: 100%;
    font-size: 0.25rem;
    color: #333;
    line-height: 3.15;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nwbcont {
    height: 1.35rem;
    font-size: 0.2rem;
    color: #555555;
    line-height: 2.25;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.newr{
    width: 9.875rem;
}

.shuju {
    width: 15rem;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.sj {
    width: 25%;
}

.sj_top {
    font-size: 0.25rem;
    color: #fff;
}

.sj_top b {
    font-size: 0.75rem;
    font-weight: 300;
}

.sj_bot {
    font-size: 0.25rem;
    color: #fff;
}

.footb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 9rem;
    overflow: hidden;
    background: url(../images/footbg.png) center no-repeat;
    background-size: cover;
    padding-top: 0.5rem;
}

.footb .foot{
    margin: 0.3rem auto 0;
    background-color: rgba(0, 0, 0, 0);
}

.foot {
    background-color: #333;
    padding: 0.5rem 0;
}

.fotop{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 20rem;
    margin: auto;
}

.fotleft .title{
    font-size: 0.45rem;
    color: #fff;
    font-weight: normal;
    text-align: left;
}

.foots {
    width: 20rem;
    display: flex;
    justify-content: space-between;
    margin: 0.625rem auto 0;
    overflow: hidden;
}

.flogo{
    width: 4.7125rem;
}

.flogo img{
    width: 100%;
    height: auto;
}

.flp {
    font-size: 0.375rem;
    color: #fff;
    letter-spacing: 0;
    margin-top: 0.375rem;
}
  
.fcon {
    font-size: 0.2rem;
    color: #fff;
    line-height: 3;
}  

.fcontact {
    margin-top: 1.25rem;
}

.fnav{
    margin-right: 0.25rem;
}

.fnavs{
    text-align: center;
}

.fnavs img{
    width: 2.55rem;
    height: auto;
    margin-top: 0.1875rem;
}

.fnavs .ftitle{
    text-align: center;
}

.ftitle {
    font-size: 16px;
    color: #fff;
    line-height: 2.563;
}

.flist a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 3;
}

.flist p {
    font-size: 14px;
    color: #fff;
    line-height: 3;
}

.fpmore {
    text-align: left;
    margin-top: 0.5rem;
}

.fpmore a {
    display: inline-block;
    width: 3.5125rem;
    height: 0.675rem;
    font-size: 0.25rem;
    color: #fff;
    line-height: 0.675rem;
    text-align: center;
    border: 1px solid #fff;
}

.copy {
    width: 100%;
    margin-top: 20px;
    line-height: 75px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}

.copy a {
    font-size: 16px;
    color: #fff;
    margin: 0 10px;
}

.inabout {
    width: 100%;
    overflow: hidden;
    background: url(../images/aboutbg2.png) top center no-repeat;
    padding: 30px 0;
}

.inabout .title,
.inabout .titles{
    color: #fff;
}

.inabout .abl{
    font-size: 0.225rem;
    line-height: 2.3;
}

.develop {
    width: 100%;
    overflow: hidden;
    background: url(../images/appbg.png) center no-repeat;
    padding: 0.375rem 0 0.625rem;
}

.develop .title,
.develop .titles {
    color: #fff;
}

.develops {
    width: 21.25rem;
    margin: 0.375rem auto 0;
}

.deve_btm {
    width: 100%;
    overflow: hidden;
    padding: 0 1rem;
    position: relative;
    background: url(../images/appline.png) center no-repeat;
    background-size: 18.0875rem 1px;
}

.deve_btm a{
    position: relative;
    display: flex;
    height: 5rem;
    flex-direction: column;
    align-items: center;
}

.deve_btm a.active{
    flex-direction: column-reverse;
}

.appcircle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 10px solid rgb(255, 255, 255,0.2);
}

.appcircle div{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #fff;
}
  
.appname {
    text-align: center;
    margin-top: 24px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    padding: 20px 0;
}

.appcont {
    height: 2.5rem;
    font-size: 18px;
    color: #fff;
    line-height: 2;
    padding-top: 0.25rem;
}

.deve_btm .swiper-button-prev {
    width: 34px;
    height: 34px;
    background: url(../images/left_app.png) center no-repeat;
}

.deve_btm .swiper-button-next {
    width: 34px;
    height: 34px;
    background: url(../images/right_app.png) center no-repeat;
}

.companystyle{
    width: 100%;
    padding: 30px 0;
}

.companystyles {
    width: 100%;
    margin-top: 20px;
}

.companystyles a img{
    width: 100%;
    height: auto;
}

.compbtm{
    display: flex;
    align-items: center;
    justify-content: center;
}

.compbtm img{
    width: 0.625rem;
    height: auto;
    cursor: pointer;
    margin: 0.625rem 0.1875rem 0;
}

.culture{
    width: 100%;
    padding: 30px 0;
}

.cultures{
    width: 21.25rem;
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
}

.cul{
    position: relative;
    width: 5.125rem;
    height: 9rem;
}

.cul img{
    width: 100%;
    height: 100%;
}

.culbg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.culbg div {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 3;
    text-align: center;
}
  
.culbg p {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    line-height: 3;
    text-align: center;
}

.inhonor{
    width: 100%;
    background-color: #eeeeee;
    padding: 30px 0;
}

.inhonors{
    width: 21.25rem;
    display: flex;
    flex-wrap: wrap;
    margin: 10px auto 0;
}

.inhonors a{
    display: block;
    width: 16%;
    margin-right: calc(4% / 5);
    margin-top: 20px;
}

.inhonors a:nth-child(6n){
    margin-right: 0;
}

.inhonors a img{
    width: 100%;
    height: auto;
}

.gywm{
    width: 100%;
    background-color: #f2f2f2;
    padding: 30px 0;
}

.concact_us{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.concact_us div{
    width: 4.2rem;
    height: 3.675rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0.125rem;
    padding: 1rem 0 0;
}

.concact_us div img{
    height: 0.5rem;
}

.concact_us div p:nth-child(2) {
    font-size: 0.2rem;
    color: #000;
    font-weight: bold;
    line-height: 2.1;
    margin-top: 0.25rem;
}  

.contact {
    width: 100%;
    overflow: hidden;
    background-color: #f2f2f2;
    padding-top: 20px;
}

.contact .titlesp{
    width: 100%;
    font-size: 21px;
    color: #656565;
    text-align: center;
}

.contacts{
    display: flex;
    justify-content: space-between;
    width: 17.5rem;
    margin: 20px auto;
}

.contact form {
    width: 7.4125rem;
}

.contactTitle {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.contactTitle input {
    height: 0.7375rem;
    display: block;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.2rem;
    margin-bottom: 0.25rem;
    border: none;
    outline: none;
}

.contactubmit {
    margin-top: 0.25rem;
}

.contactubmit input {
    width: 100%;
    height: 0.7375rem;
    font-size: 0.325rem;
    color: #fff;
    background: #d20b00;
    border: 1px solid #d2d2d2;
}

.contactTextarea{
    height: 1.3375rem;
    display: block;
    float: left;
    padding-left: 20px;
    padding-top: 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 0.2rem;
    margin-bottom: 0.25rem;
    border: none;
    outline: none;
}

.gmap {
    width: 100%;
    background-color: #f2f2f2;
}

.gmaps {
    width: 17.5rem;
    height: 8.7rem;
    margin: auto;
}

.map1{
    width: 100%;
    height: 100%;
}

.contr{
    width: 9.6rem;
}

.contr img{
    width: 100%;
}

.bgfff{
    background-color: #fff;
}

.bgf2{
    background-color: #f2f2f2;
}

.bgf3{
    background-color: #f3f3f3;
}

.bge7{
    background-color: #e7e7e7;
}

.a_pad1010{
    padding: 10px 10px 0;
}

.fourflex{
    width: 100%;
    padding: 30px 0;
}

.fourflexs{
    width: 20rem;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0;
}

.fourflexs a{
    display: block;
    width: 24%;
    margin-right: calc(4% / 3);
    margin-bottom: 20px;
}

.fourflexs a:nth-child(4n){
    margin-right: 0;
}

.fourflexs a img{
    width: 100%;
    height: auto;
}

.fourflexs a p {
    font-size: 20px;
    color: #333;
    text-align: center;
    padding: 15px 0;
}

.proshow{
    width: 100%;
    background-color: #ffffff;
    padding: 30px 0;
}

.proshows{
    width: 20rem;
    margin: auto;
}

.proshowbox{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #f3f3f3;
    padding: 20px 20px;
    margin-top: 20px;
}

.proshwl{
    position: relative;
    width: 50%;
}

.proshwl img{
    max-width: 100%;
    height: auto;
}

.proshowSwiper img{
    width: 100%;
    height: auto;
}

.proshwbtm{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    z-index: 99;
}

.proshwbtm img{
    cursor: pointer;
}

.proshwr{
    position: relative;
    width: 50%;
    padding-left: 0.375rem;
}

.proshwtitle {
    font-size: 0.3rem;
    color: #333;
    font-weight: bold;
    line-height: 2.6;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 0.25rem;
}

.proscont {
    font-size: 0.2rem;
    color: #333;
    line-height: 2;
}

.proshowtel {
    position: absolute;
    left: 0.375rem;
    bottom: 0;
    width: 6.85rem;
    height: 0.7rem;
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.7rem;
    border-radius: 4px;
    background-color: #de0000;
    text-align: center;
}

.proshowclass{
    width: 100%;
    height: 56px;
    background-color: #f3f3f3;
    margin: 20px 0;
}

.proshowclass div {
    width: 300px;
    height: 56px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    background-color: #de0000;
}

.proshowcont{
    margin-top: 20px;
}

.proshowcont table{
    width: 100% !important;
    font-size: 16px;
    line-height: 2.5;
    text-align: center;
}

.proshowimg{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.proshowimg a{
    display: block;
    width: 32.5%;
    border: 2px solid #e5e5e5;
    margin-right: calc(2.5% / 2);
    margin-bottom: 15px;
}

.proshowimg a:nth-child(3n){
    margin-right: 0;
}

.proshowimg a img{
    width: 100%;
}

.fiveflex{
    width: 100%;
    padding: 30px 0;
}

.fiveflexs{
    width: 20rem;
    display: flex;
    flex-wrap: wrap;
    margin: 30px auto 0;
}

.fiveflexs a{
    display: block;
    width: 19%;
    margin-right: calc(5% / 4);
    margin-bottom: 20px;
}

.fiveflexs a:nth-child(5n){
    margin-right: 0;
}

.fiveflexs a img{
    width: 100%;
    height: auto;
}

/*  */
.recruit {
    width: 100%;
    background-color: #f2f2f2;
    padding-bottom: 20px;
}

.recruits {
    width: 20rem;
    margin: auto;
}

.recruit_tip {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.recruit_tip img{
    width: 50%;
}

.recruit_tips {
    width: 9.375rem;
}

.recruit_tips p:nth-child(2) {
    font-size: 18px;
    color: #000;
    line-height: 2.056;
}

.recruit_tips p:nth-child(1) {
    font-size: 36px;
    color: #d20b00;
    font-weight: bold;
    line-height: 1.833;
}

.recruit_list {
    width: 100%;
    margin-top: 30px;
}

.recruit_box {
    width: 100%;
    height: 81px;
    display: flex;
    align-items: center;
    background-color: #d20b00;
    padding: 0 30px;
}

.recruit_box div:nth-child(1) {
    width: 30%;
    text-align: left;
}

.recruit_box div:nth-child(2) {
    width: 20%;
    text-align: left;
}

.recruit_box div:nth-child(3) {
    width: 30%;
    text-align: center;
}

.recruit_box div:nth-child(4) {
    width: 20%;
    text-align: right;
}

.recruit_box div {
    font-size: 26px;
    color: #fff;
}

.recruit_box2 {
    width: 100%;
    height: 81px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 2px solid #e5e4e2;
    padding: 0 30px;
    margin-top: 20px;
}

.recruit_box2 div {
    text-align: center;
    font-size: 26px;
    font-family: "Microsoft YaHei";
    color: #000;
    line-height: 2.538;
}

.recruit_box2 div:nth-child(1) {
    width: 31%;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recruit_box2 div:nth-child(2) {
    width: 18%;
    text-align: left;
}

.recruit_box2 div:nth-child(3) {
    width: 30%;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recruit_box2 div:nth-child(4) {
    width: 18%;
    text-align: right;
}

.recruit_item {
    width: 100%;
}

.recruit_item ul {
    display: none;
    line-height: 2;
    background-color: #fff;
    padding: 20px;
}

.reimg{
    width: 20px;
}

.innew{
    width: 100%;
    background-color: #f2f2f2;
    padding: 30px 0;
}

.innews{
    width: 20rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto 0
}

.innews .newbox{
    width: 9.875rem;
    background-color: #fff;
    padding: 0.25rem;
    margin-bottom: 0.25rem;
}

.newshow {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}

.newshows {
    width: 21.25rem;
    margin: 20px auto 0;
}

.news_title {
    margin: 5px 0;
    text-align: center;
    font-size: 24px;
    color: #333333;
}

.news_info {
    font-size: 16px;
    text-align: center;
    color: #999;
    margin: 10px 0;
}

.art_content{
    line-height: 2;
}

.art_content img {
    max-width: 100%;
}

.mobile-inner-header {
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    z-index: 99999;
    top: 0;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(0, 0, 0, 1);
}

.mobile-inner-header img {
    height: 65%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999999999999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    font-size: 16px;
    margin-left: 10%;
    color: #000;
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}