* {
    margin: 0;
    padding: 0;
}

/* 业务领域 */
.cptztitle {
    color: #343434;
    font-size: 18px;
    font-weight: 400;
    /* text-indent: 2em; */
}

.title .tils1 {
    color: #494949;
    font-size: 30px;
}
.cytzs1{
    display: none;
    justify-content: space-around;
}

.cytzs .cytzItem {
    margin-right: 25%;
}

.yws {
    padding-bottom: 6%;
    display: flex;
    justify-content: center;
}
.yws .containers{
    display: flex;
}
.yws1 {
    display: none;
    overflow:hidden;
    width: 100vw;
    padding-bottom: 0;
    margin-bottom: 2rem;
    position: relative;
}
.tablt,.tabrt{
    width: 0.94rem;
    height: 0.94rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.tablt img,.tabrt img{
    width: 100%;
    height: 100%;
}
.tablt{
    left: 2.6rem;
}
.tabrt{
    left: 12rem;
}
.yws1 .containers{
    width: 37rem;
    transform: translateX(-5.9rem);
    transition: .3s;
}
.yws1 .containers .hxywItem:last-child{
    margin-right: 0;
}
.yws1 .containers .hxywItem{
    float: left;
    width: 8.46rem;
    height: 10.96rem;
    padding-bottom: 0;
    margin-right: 0.96rem;
    margin-bottom: 0;
}
@media screen and (max-width:768px) {
    .cptztitle {
        color: #777;
        font-size: 0.6rem;
    }
    
    .title .tils1 {
        color: #777;
        font-size: 0.6rem;
        text-align: left;
        font-weight: normal;
    }
    .cytzs{
        display: none;
    }
    .cytzs1{
        display: flex;
    }
    .cytzs .cytzItem {
        margin-right: 0;
    }
    .yws{
        display: none;
    }
    .yws1{
        display: block;
    }
}

/* 新闻资讯 */
.xwzxList {
    width: 100%;
    padding: 120px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.xwzxBox1 {
    width: 75%;
    display: flex;
    /*justify-content: space-between;*/
    margin-bottom: 2%;
}
.xwzxItem:last-child {
    margin-right: 0;
}
.xwzxItem {
    /*flex: 1;*/
    max-width: 33%;
    /* height: 458px; */
    box-sizing: border-box;
    padding: 1.13% 1.2%;
    border-radius: 15px;
    box-shadow: 0px 3px 7px 0px rgba(179, 179, 179, 0.3500);
    margin-right: 2.1%;
}

.xwzxItem img {
    width: 100%;
    height: auto;
}

.xwzxItem .th {
    font-size: 18px;
    font-weight: 400;
    color: #383832;
    margin-top: 6.7%;
}

.xwzxItem .txt,
.xwzxItem .bt {
    margin-top: 5%;
    font-size: 14px;
    font-weight: 400;
    color: #8b8a8a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media screen and(max-width:1500px) {
    .xwzxItem .th {
        font-size: 16px;
    }
}
@media screen and(max-width:1200px) {
    .xwzxItem .th {
        font-size: 14px;
    }
    .xwzxItem .txt,
    .xwzxItem .bt {
        font-size: 12px;
    }
}

.xwzxItem .bt {
    cursor: pointer;
}

.xwzxBox1:last-child {
    justify-content: center;
}

.xwzxBox1 .pagination{
    display: flex;
    font-size:14px;
}
.xwzxBox1 .pagination .active{
    background-color: #A12327;
}
.xwzxBox1 .pagination .active a {
    color: #fff;
}

.xwzxBox1 .pagination li {
    width: 39px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    margin-right: 15px;
    background-color: #ededed;
    cursor: pointer;
}

.xwzxBox1 .pagination li a {
    color: #5b5b5b;
    width: 100%;
    height: 100%;
    display: block;
}
@media screen and (max-width:768px) {
    .xwzxList {
        padding: 2.4rem 0.6rem;
        box-sizing: border-box;
    }
    
    .xwzxBox1 {
        width: 100%;
        flex-direction: column;
    }
    .xwzx1 {
        display: none;
    }
    
    .xwzxItem {
        max-width: 100%;
        padding: 0.32rem 0.34rem;
        border-radius: 0.3rem;
        margin-bottom: 0.6rem;
    }
    
    .xwzxItem>img {
        width: 100%;
        height: auto;
    }
    
    .xwzxItem .th {
        font-size: 0.6rem;
        margin-top: 1.16rem;
    }
    
    .xwzxItem .txt{
        margin-top: 0.56rem;
        font-size: 0.48rem;
    }
    .xwzxItem .bt {
        margin-top: 0.56rem;
        font-size: 0.4rem;
    }
    
    .xwzxBox1:last-child {
        justify-content: center;
    }
    
    .xwzxBox1 .pagination{
        font-size: 0.4rem;
        justify-content: center;
    }
    .xwzxBox1 .pagination li {
        width: 1.16rem;
        height: 1.16rem;
        line-height: 1.16rem;
        margin-right: 0.48rem;
    }
    
}


/* 新闻资讯详情 */
.detitle {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #E9E9E9;
}

.detitle h3 {
    color: #383832;
    font-size: 24px;
}

.detitle p {
    color: #858585;
    font-size: 16px;
    margin-top: 1.9%;
    margin-bottom: 2.1%;
}

.detxt {
    width: 100%;
    font-weight: 400;
    line-height: 36px;
    color: #2f2f2f;
    font-size: 20px;
    text-align: left;
}

.detxt .dp1,
.detxt .dp3 {
    text-align: left;
    margin-bottom: 3%;
}

.detxt .dp2 {
    margin-bottom: 2.8%;
}
.detxt .dp2 img{
    width: 100% !important;
}

.detxt .dp3 {
    text-align: left;
}

.detimg {
    width: 100%;
    text-align: center;
    margin-bottom: 9.8%;
}

.detimg img {
    width: 100%;
    height: auto;
}

.detbtn {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
}
.detbtn .prevs {
    cursor: pointer;
    float: left;
    color: #8a8a8a;
}
.detbtn .prevs a{
    color: #8a8a8a;
}

.detbtn .nexts {
    cursor: pointer;
    float: right;
    color: #A12327;
}
.detbtn .nexts a{
    color: #A12327;
}

@media screen and (max-width:1300px) {
    .detitle h3 {
        font-size: 22px;
    }
    .detitle p {
        font-size: 14px;
    }
    
    .detxt {
        font-size: 18px;
    }
    .detbtn {
        font-size: 18px;
    }
}
@media screen and (max-width:1200px) {
    .detitle h3 {
        font-size: 20px;
    }
    .detbtn {
        font-size: 16px;
    }
}
@media screen and (max-width:1100px) {
    .detxt {
        font-size: 16px;
    }
    .detbtn {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    
    .detitle h3 {
        font-size: 0.6rem;
    }
    
    .detitle p {
        font-size: 0.48rem;
        margin-top: 0.7rem;
        margin-bottom: 0.48rem;
    }
    
    .detxt {
        font-size: 0.6rem;
        line-height: 0.72rem;
    }
    
    .detxt .dp1,
    .detxt .dp3 {
        margin-bottom: 1.4rem;
    }
    
    .detxt .dp2 {
        margin-bottom: 0.8rem;
    }
    .detxt .dp2 span{
        font-weight: bold;
    }
    
    .detxt .dp3 {
        text-align: left;
    }
    
    .detimg {
        box-sizing: border-box;
        padding: 0 0.4rem;
        margin-bottom: 1rem;
    }
    
    .detimg img {
        width: 100%;
        height: 2.8rem;
    }
    
    .detbtn {
        font-size: 0.48rem;
    }
    
    .detbtn .prevs {
        float: none;
        margin-bottom: 0.68rem;
    }
    
    .detbtn .nexts {
        float: none;
    }
}

/* 招贤纳士-用人理念 */
.yrlnList {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 14.6% 21% 14.6% 10.5%;
}

.yrlnItem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.yrlnItem img {
    width: auto !important;
    height: 50%;
}

.yrlnItem .ys {
    color: #515151;
    font-size: 30px;
    font-weight: 400;
    padding-top: 30%;
}
@media screen and (max-width:1300px) {
    .yrlnItem .ys {
        font-size: 28px;
    }
}
@media screen and (max-width:1100px) {
    .cptztitle{
        font-size: 16px;
    }
    .yrlnItem .ys {
        font-size: 26px;
    }
}
@media screen and (max-width:900px) {
    .yrlnItem .ys {
        font-size: 24px;
    }
}

@media screen and (max-width:768px) {
    .cptztitle{
        font-size: 0.6rem;
    }
    .yrlnList {
        padding: 1.6rem 0.4rem 0 0.4rem;
    }
    
    .yrlnItem img {
        width: auto;
        height: 1.4rem;
    }
    
    .yrlnItem .ys {
        font-size: 0.6rem;
        padding-top: 0.72rem;
    }
}
/* 招贤纳士，招聘 */
.zwzpList {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 16%;
    color: #333333;
    display: flex;
    justify-content: center;
}
.zwzpList>table{
    width: 75%;
    box-sizing: border-box;
}

.zwzpList thead {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
}

.zwzpList tbody {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
}

.zwzpList table {
    border-collapse: collapse;
}
/* pc端列表 */
.tbody1 td,.zwzpList thead td {
    border-bottom: 1px solid #DFDFDF;
    padding: 1.4% 2.1%;
}

.deatil {
    cursor: pointer;
}
.deatil .tims{
    color: #7F7F7F;
    font-size: 16px;
}
.deatil .inout{
    padding-right: 10px;
}
.deatil .inout img{
    width: 15px;
    height: 8px;
}
/* 移动端职位列表 */
.tbody2{
    display: none;
}
.tbody2 .yddet{
    border-radius: 10px;
    border: 1px solid #D7d7d7;
}
.tbody2 td{
    padding: 0.3rem;
}
.tbody2 .pin img{
    width: 1.18rem;
    height: 1.3rem;
}
.tbody2 .zpname h2{
    font-size: 0.6rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.96rem;
    margin-bottom: 0.32rem;
}
.tbody2 .zpname p{
    font-size: 0.36rem;
    font-weight: 400;
    color: #706F6F;
}
.tbody2 .addj img{
    width: 0.88rem;
    height: auto;
}
/* 职位详情 */
.deatil1 {
    display: none;
}

.zwzpList .slideBox {
    background-color: #F2F2F2;
    padding: 3.5% 2.8% 2.8% 2.8%;
}
.slideBox .miaoshu{
    margin-bottom: 3.7%;
}
.slideBox .miaoshu h3{
    color: #333;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1.8%;
}
.slideBox .miaoshu p{
    color: #333;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 1.5%;
}
.toubtn{
    width: 304px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #A12327;
    color: #fff;
    font-size: 20px;
}

@media screen and (max-width:1500px) {
    .zwzpList thead {
        font-size: 16px;
    }
    
    .zwzpList tbody {
        font-size: 18px;
    }
    .slideBox .miaoshu h3{
        font-size: 18px;
    }
    .slideBox .miaoshu p{
        font-size: 16px;
    }
    .toubtn{
        width: 264px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
}


@media screen and (max-width:768px) {
    .zwzpList>table{
        width: 95%;
    }
    .zwzpList thead {
        display: none;
    }
    .tbody1{
        display: none;
    }
    .tbody2{
        display: table;
    }
    .slideBox .miaoshu h3{
        font-size: 0.52rem;
        font-weight: 500;
        margin-bottom: 1.8%;
    }
    .slideBox .miaoshu p{
        color: #333;
        font-size: 0.52rem;
        font-weight: 400;
        margin-bottom: 1.5%;
    }
    .toubtn{
        width: 7.68rem;
        height: 1.2rem;
        line-height: 1.2rem;
        font-size: 0.52rem;
    }
}

/* 联系我们 */
.connects{
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 7.4%;
}
.ctslt,.ctsrt{
    width: 50%;
    box-sizing: border-box;
}
.ctslt{
    padding-top: 5.5%;
    padding-left: 12.5%;
    padding-bottom: 6%;
    background-color: #f7f7f7;
}
.ctstxt h2{
    color: #4C4C4C;
    font-size: 44px;
    font-weight: normal;
    margin-bottom: 7%;
}
.ctstxt p{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 2.9%;
}
.ctsrt{
    color: #fff;
    padding-top: 6%;
    padding-left: 6%;
    padding-bottom: 6%;
    background: linear-gradient(90deg, #F75A44, #EC7A24);
}
.ctstil{
    font-size: 44px;
    font-weight: normal;
    margin-bottom: 3.4%;
}
.ctss{
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 5.6%;
}
.ctsrt img{
    width: 67px;
    height: 67px;
}
.zxly{
    width: 100%;
    padding: 5% 0;
}
.zxlytitle{
    width: 100%;
    text-align: center;
    padding-bottom: 4.2%;
}
.zxlytitle h2{
    font-size: 44px;
    color: #4D4D4D;
    margin-bottom: 1.5%;
}
.zxlytitle p{
    font-size: 24px;
    color: #999;
}
.zxlyform{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.zxlyItem{
    width: 75%;
    margin-bottom: 0.7%;
    display: flex;
    justify-content: space-between;
}
.zxlybox{
    box-sizing: border-box;
    display: flex;
    align-items: center;
    width: 49.5%;
    height: 60px;
    background-color: #f4f4f4;
    border: 1px solid #e6e6e6;
}
.zxlybox span{
    color: #A12327;
    font-size: 16px;
}
.zxlybox input{
    width: 96%;
    height: 100%;
    background: none;
    border: none;
}
.zxlyItem>textarea{
    box-sizing: border-box;
    width: 100%;
    height: 174px;
    resize: none;
    background-color: #f4f4f4;
    border: 1px solid #e6e6e6;
}
.zxlybtn{
    border: none;
    width: 100%;
    background-color: #A12327;
    text-align: center;
    padding: 1.4% 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}
@media screen and (max-width:1700px){
    .ctstxt h2,.ctstil,.zxlytitle h2{
        font-size: 40px;
    }
    .ctstxt p{
        font-size: 16px;
    }
    .ctss,.zxlytitle p{
        font-size: 20px;
    }
    .zxlybox{
        height: 50px;
    }
    .zxlyItem>textarea{
        height: 154px;
    }
}
@media screen and (max-width:1500px){
    .ctstxt h2,.ctstil,.zxlytitle h2{
        font-size: 36px;
    }
    .ctstxt p{
        font-size: 16px;
    }
    .ctss,.zxlytitle p{
        font-size: 18px;
    }
    .zxlybox{
        height: 40px;
        font-size: 16px;
    }
    .zxlyItem>textarea{
        height: 134px;
    }
}
@media screen and (max-width:1500px){
    .ctstxt h2,.ctstil,.zxlytitle h2{
        font-size: 32px;
    }
    .ctstxt p{
        font-size: 16px;
    }
    .ctss,.zxlytitle p{
        font-size: 18px;
    }
    .zxlyItem>textarea{
        height: 110px;
    }
}
@media screen and (max-width:768px) {
    .connects{
        flex-direction: column;
        padding-bottom: 2.2rem;
    }
    .ctslt,.ctsrt{
        width: 100%;
        box-sizing: border-box;
    }
    .ctslt{
        padding-top: 1.14rem;
        padding-left: 0.44rem;
        padding-bottom: 1.46rem;
    }
    .ctstxt h2{
        font-weight: bold;
        font-size: 0.88rem;
        margin-bottom: 1.06rem;
    }
    .ctstxt p{
        font-size: 0.6rem;
        margin-bottom: 0.2rem;
    }
    .ctsrt{
        padding-top: 2.9rem;
        padding-left: 1.66rem;
        padding-bottom: 2.9rem;
    }
    .ctstil{
        font-size: 0.88rem;
        margin-bottom: 0.56rem;
    }
    .ctss{
        font-size: 0.48rem;
        margin-bottom: 0.94rem;
    }
    .ctsrt img{
        width: 1.34rem;
        height: auto;
    }
    .zxly{
        padding: 5% 0;
    }
    .zxlytitle{
        width: 100%;
        padding-bottom: 4.2%;
    }
    .zxlytitle h2{
        font-size: 0.88rem;
        margin-bottom: 1.5%;
    }
    .zxlytitle p{
        font-size: 0.48rem;
    }
    .zxlyform{
        flex-direction: column;
    }
    .zxlyItem{
        width: 95%;
        margin-bottom: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .zxlybox{
        display: flex;
        align-items: center;
        width: 100%;
        height: 1.4rem;
        margin-bottom: 0.2rem;
        padding: 0 0.32rem;
    }
    .zxlybox span{
        color: #A12327;
        font-size: 16px;
    }
    
    .zxlyItem>textarea{
        height: 4.6rem;
        padding: 0.48rem 0.3rem;
        margin-bottom: 0.2rem;
    }
    .zxlybtn{
        padding: 0.4rem 0;
        font-size: 0.6rem;
    }
}
