




/* 产品中心 */
.proBox{
    position: relative;
}
.proList{
    display: flex;
    flex-wrap: wrap;
}
.proRItem{
    width: calc(25% - 22.5px);
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 30px;
    height: auto;
}
.proItem img{
    width: 30px;
    margin-right: 10px;
}
.proItem.act{
    color: #025bf1;
}
.proRItem:nth-child(4n){
    margin-right: 0;
}
.proItem .img1{
    display: block;
}
.proItem .img2{
    display: none;
}
.proItem.act .img1{
    display: none;
}
.proItem.act .img2{
    display: block;
}
.proTit{
    margin-bottom: 50px;
}
.proRItem .InPTit{
    font-size: 20px;
}




/* 新闻 */
.newBox{
    position: relative;
    padding: 0 0 8% 0;
}
.newTop{
    display: flex;
    justify-content: center;
    align-items: center;
}
.newList{
    margin: 0 0 70px 0;
    display: flex;
    flex-wrap: wrap;
}
.newItem{
    width: 33.3%;
    position: relative;
    padding: 50px 30px 0;
    border-right: 1px solid rgba(0, 0, 0, .1);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.newItem:nth-child(3n){
    border-right: none;
}
.newItem:hover .InNImg img{
    transform: scale(1.1);
}





/* 联系我们 */
.conBox{
    position: relative;
    overflow: hidden;
}
.conCon{
    margin: 50px 0;
    display: flex;
    justify-content: space-between;
    background: #f7f8f9;
}
.conImg{
    width: 50%;
    padding-top: 30%;
    position: relative;
}
.conImg img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.conRig{
    width: 50%;
    padding: 5%;
}
.conRig form{
    display: flex;
    flex-wrap: wrap;
}
.conItem{
    width: 45%;
    margin-right: 10%;
    margin-bottom: 30px;
}
.conItem:nth-child(2n){
    margin-right: 0;
}
.conItem input{
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    background: transparent;
}
.conItem:nth-child(5),.conItem:nth-child(6){
    width: 100%;
    margin-right: 0;
}
.conItem textarea{
    width: 100%;
    height: 150px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    padding: 20px 0;
    background: transparent;
}
.conBtn{
    width: 180px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #025bf1;
}
.conTop{
    display: flex;
    justify-content: center;
    align-items: center;
}
.conLItem{
    width: calc(33.3% - 30px);
    padding: 50px;
    background: #fff;
    background: #f7f8f9;
}
.conLItem img{
    width: 40px;
}
.conLItem p{
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
    margin: 15px 0 20px;
}
.conLItem span{
    font-size: 18px;
    color: #999;
}
.conList{
    display: flex;
    justify-content: space-between;
}
.conMap {
    margin-top: 50px;
    width: 100%;
    height: 600px;
}
.conMap .map{
    width: 100%;
    height: 100%;
}

/* 服务 */
.serBox{
    position: relative;
    overflow: hidden;
}
.serItem{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5% 0;
    border-bottom: 1px solid #eee;
}
.serTBox{
    width: 56%;
}
.serText{
    margin: 30px 0 50px;
    font-size: 17px;
}
.serImg{
    width: 40%;
    padding-top: 35%;
    position: relative;
    overflow: hidden;
}
.serImg img{
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.48s;
}
.serItem:nth-child(2n-1) .serImg {
order: -1;
}
.serItem:hover .inBtn a::before {
height: 100%;
}
.serItem:hover .inBtn a span {
color: #fff;
}
.serItem:hover .inBtn a .inBSvg {
background: #fff;
}
.serItem:hover .inBtn a .inBSvg svg path {
fill: #025bf1;
}
.serItem:hover .serImg img{
transform: scale(1.1);
}



/* 招贤纳士 */
.joinFBox {
    position: relative;
}

.joinFTop {
    display: flex;
}

.joinFList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.joinFItem {
    width: calc(35% - 10px);
    position: relative;
    margin-right: 20px;
    transition: all 0.48s;
    margin-bottom: 20px;
}

.joinFItem:nth-child(2n) {
    margin-right: 0;
}

.joinFItem_70 {
    width: calc(65% - 10px);
}

.joinFImg {
    width: 100%;
    height: 500px;
    position: relative;
}

.joinFImg::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0, 0, 0, .3);
    content: '';
}

.joinFImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.joinFTBox {
    width: 100%;
    height: 100%;
    padding: 50px;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.48s;
    align-items: center;
}

.joinFicon {
    width: 50px;
    transition: all 0.48s;
}

.joinFTit {
    font-size: 42px;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    margin: 20px 0 30px;
    transition: all 0.48s;
}

.joinFText {
    font-size: 17px;
    color: #fff;
    display: none;
}

.joinFItem.act .joinFTBox {
    align-items: self-start;
}

.joinFItem.act .joinFText {
    display: block;
}
.joinFItem:nth-child(2).act .joinFTBox{
    background: rgb(0, 99, 184,.8);
}
.joinFItem:nth-child(1).act .joinFTBox{
    background: rgb(8, 170, 180,.6);
}
.joinFItem:nth-child(3).act .joinFTBox{
    background: rgb(79 170 101 / 80%);
}
.joinFItem:nth-child(4).act .joinFTBox{
    background: rgb(105, 166, 212,.8);
}
.joinZBox {
    position: relative;
    z-index: 2;
    background: #f7f8f9;
}

.joinZTop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.joinRig {
    width: 50%;
}

.joinRig p {
    display: block;
    text-align: end;
    font-size: 18px;
    margin-bottom: 20px;
}

.joinSou {
    width: 60%;
    height: 60px;
    border: 1px solid rgb(2, 91, 241, .1);
    position: relative;
}

.joinSou input {
    width: calc(100% - 100px);
    height: 100%;
    padding: 0 20px;
    font-size: 16px;
    background: transparent;
}

.joinSou a {
    width: 100px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    background: #025bf1;
    color: #fff;
}

.joinSList {
    display: flex;
    justify-content: center;
}

.joinSItem {
    width: 35%;
    margin-right: 5%;
    height: 60px;
    border: 1px solid rgb(2, 91, 241, .1);
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.joinSItem span {
    font-size: 16px;
}

.joinSItem img {
    width: 12px;
}

.joinSItem:hover .joinSTbox {
    display: block;
}

.joinSTbox {
    width: 100%;
    position: absolute;
    left: 0;
    top: calc(100% - 1px);
    box-shadow: 0 0 10px rgb(2, 91, 241, .1);
    background: #fff;
    display: none;
}

.joinSTbox a {
    display: block;
    font-size: 15px;
    line-height: 1;
    padding: 20px 0;
    border-bottom: 1px solid rgb(2, 91, 241, .1);
    text-align: center;
}

.joinZList {
    margin-top: 50px;
}

.joinPTop {
    display: flex;
    align-items: center;
}

.joinZList tr {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
}

.joinZList table {
    width: 100%;
}

.joinZList th {
    width: 24%;
    height: 100%;
    display: flex;
    font-size: 20px;
    align-items: center;
    padding: 0 20px;
    justify-content: center;
}

.joinZList th:first-child,
.joinZList td:first-child {
    width: 29%;
    justify-content: flex-start;
    padding: 0 50px;
}

.joinZList td {
    width: 24%;
    height: 100%;
    display: flex;
    font-size: 18px;
    align-items: center;
    padding: 0 20px;
    justify-content: center;
}

.recJob {
    color: #666;
}

.recJob_box {
    margin: 60px 0 0;
}

/* job-tit */
.recJob_tit {
    line-height: 20px;
    background: #025bf1;
    padding: 20px 2%;
    overflow: hidden;
}

.recJob_tit span {
    float: left;
    width: 24%;
    color: #fff;
    line-height: 20px;
    font-size: 20px;
    padding: 5px 10px;
}

.recJob_tit span:nth-child(1) {
    width: calc(28% - 68px);
}

.recJob_tit span:nth-child(5) {
    width: 68px;
}

.recJob_list {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 0 2%;
}

.recJob_name {
    display: block;
    font-size: 0;
    padding: 25px 1%;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}
.recJob_list li:last-child .recJob_name{
    border-bottom: none;
}

.recJob_name span {
    position: relative;
    float: left;
    width: 24%;
    line-height: 20px;
    font-size: 15px;
    padding: 5px 20px;
    color: #666;
}

.recJob_name span:nth-child(1) {
    width: calc(28% - 68px);
}

.recJob_name span:nth-child(5) {
    width: 68px;
}

.recJob_name span:nth-child(5)::after {
    content: "";
    position: absolute;
    right: 54%;
    top: 50%;
    width: 12px;
    height: 8px;
    background-image: url(./images/joinjt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.recJob_info {
    display: none;
    position: relative;
    border-top: 1px solid #efefef;
    padding: 0 30px;
    background: #f5f5f5;
}

.recJob_top {
    padding: 20px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
}

.recJob_top span {
    display: inline-block;
    width: 24%;
    font-size: 14px;
    line-height: 36px;
    color: #666;
    letter-spacing: 0;
}

.recJob_btm {
    overflow: hidden;
    padding: 30px 10px 70px;
    /* border-bottom: 1px solid #dcdcdc; */
}

.recJob_btm h4 {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px;
}

.recJob_btm p {
    line-height: 2;
    color: #666;
}

.recJob_btm .recJob_l {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 80px;
    margin-bottom: 15px;
}

.recJob_btm .recJob_r {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding-left: 60px;
}

.recJob_info .tips {
    padding: 20px 0 40px;
    color: #025bf1;
    line-height: 1.8;
    font-size: 16px;
    display: none;
}

.recJob_info .tips a {
    display: inline-block;
    color: #025bf1;
}

.recJob_list li.cur {
    border-color: transparent;
    background: #fff;
}
.recJob_list li:first-child .recJob_info{
    display: block;
}
.recJob_name span img{
    width: 15px;
}




/* 关于我们 */
.abABox {
    position: relative;
    overflow: hidden;
}
.abATop{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.abATBox{
    width: 40%;
    padding-top: 10%;
}
.abARig{
    width: 65%;
}
.abAText span{
    font-size: 17px;
    display: block;
    margin-bottom: 20px;
}
.abAImg{
    width: 100%;
    /* position: relative; */
    margin-top: 30px;
}
.abAImg img{
    width: 100%;
    height: 100%;
    /* position: absolute; */
    left: 0;
    top: 0;
    object-fit: cover;
}
.abAYing{
    font-size: 150px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    position: absolute;
    left: -8%;
    bottom: -33%;
    line-height: 1;
}
.abAbg{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}
.abQBox{
    position: relative;
    background: #f5f9fa;
}
.abQTop{
    display: flex;
    align-items: center;
    justify-content: center;
}
.abQList{
    display: flex;
    margin-top: 50px ;
    padding-bottom: 50px;
}
.abQItem{
    width: calc(33.3% - 20px);
    margin-right: 30px;
    padding: 50px;
    height: 500px;
    position: relative;
    overflow: hidden;
    background: #fff;
    transition: all 0.48s;
}

.abQTit{
    font-size: 32px;
    font-weight: 500;
    line-height: 1;
}
.abQText{
    font-size: 15px;
    height: 150px;
    overflow-y: auto;
    margin-top: 20px;
    transition: all 0.48s;
    padding-right: 15px;
}
.abQText::-webkit-scrollbar-thumb {
    display: none;
}
.abQText::-webkit-scrollbar-track {
    display: none;
}
.abQItem:nth-child(1){
    background: #025bf1;
}
.abQItem:nth-child(2){
    background: #fff;
}
.abQItem:nth-child(3){
    background: #08AAB4;
}
.abQItem:nth-child(1) .abQTit,.abQItem:nth-child(3) .abQTit{
    color: #fff;
}
.abQItem:nth-child(1) .abQText,.abQItem:nth-child(3) .abQText{
    color: #fff;
}
.abQItem:hover .abQText {
    height: 320px;
}
.abQItem:hover .abQicon{
    top: 100%;
}
.abQicon{
    width: 80%;
    position: absolute;
    left: 20%;
    top: 60%;
    transition: all 0.48s;
}
.abFBox{
    position: relative;
    overflow: hidden;
    background: url(../images/abFBg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.abFList{
    padding: 100px 50px;
    overflow: hidden;
}
.abFItem{
    padding: 0 3%;
}
.abFImg {
    width: 100%;
    padding-top: 70%;
    position: relative;
}
.abFImg img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
 }
.abFNum{
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
    position: absolute;
    left: 0;
    bottom: -30px;
    color: #fff;
}
.abFItem p{
    font-size: 16px;
    color: #fff;
    margin-top: 50px;
}
.swiper-slide.abFItem:nth-child(2n){
    transform: translateY(100px);
}
.abFItem{
    transform: translateY(-50px);
    transition: all 0.48s;
}
.swiper-slide-active.abFItem{
    transform: translateY(0) !important;
}
.swiper-slide-active.abFItem .abFNum{
    left: -50px;
}
.abFBox .inner{
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}
.abFLeft{
    width: 20%;
}
.abFRig {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.abFswiper_pagination{
    width: calc(100% - 150px);
    height: 2px;
    background: rgb(255, 255, 255,.6);
    position: relative;
}
.abFswiper_pagination .swiper-pagination-progressbar-fill{
    background: #025bf1;
}
.abFBtn{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    margin-left: 10px;
}
.abFBtn img{
    width: 30%;
}
.abFBtnBox{
    display: flex;
    align-items: center;
    justify-content: center;
}
.abFSwiper_prev img{
    transform: rotate(180deg);
}
.abRBox{
    position: relative;
    overflow: hidden;
    background: #f7f8f9;
}
.abRTop{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.abRFList{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px;
}
.abRFList a{
    width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    border-radius: 50px;
}
.abRFList a.act{
    background: #025bf1;
    color: #fff;
}
.abRList{
    margin-top: 50px;
}
.abRItem{
    padding: 30px;
    background: #fff;
}
.abRImg{
    width: 100%;
    padding-top: 65%;
    position: relative;
}
.abRImg img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}
.abRItem p{
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}
.abBon{
    margin-top: 50px;
    display: flex;
    align-items: center;
}



/* 服务详情 */
.serDel{
    margin-top: 80px;
    overflow: hidden;
}
.serDTop{
    display: flex;
    justify-content: space-between;
}
.serDImg{
    width: 40%;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
}
.serDImg img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.serDTbox{
    width: 60%;
    padding: 50px 5% ;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}
.serDText{
    font-size: 17px;
    margin-top: 30px;
}
.serDList{
    margin-top: 50px;
    border-bottom: 1px solid #eee;
}
.serDItem{
    border-top: 1px solid #eee;
    padding: 30px 0;
}
.serDTit p{
   font-size: 28px;
   line-height: 1;
}
.serDTit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.serDIcon {
width: 30px;
height: 30px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid rgba(0, 0, 0, .8);
}
.serDshu {
width: 2px;
height: 12px;
border: 10px;
background: rgba(0, 0, 0, .8);
position: absolute;
transition: all 0.48s;
}
.serDItem.act .serDshu{
width: 0;
}
.serDIHang {
width: 12px;
height: 2px;
border: 10px;
background: rgba(0, 0, 0, .8);
}
.serDLtext{
font-size: 15px;
margin-top: 20px;
opacity: .8;
display: none;
}
.serDNum{
width: 35px;
height: 35px;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
border: 1px solid rgba(0, 0, 0, .8);
font-size: 14px;
margin-right: 15px;
}
.serDleft{
display: flex;
align-items: center;
justify-content: center;
}
.serSList{
margin-top: 70px;
}
.serSwiper{
width: 100%;
}
.serSItem img{
width: 100%;
}
.serSwiper .swiper-wrapper{
transition-timing-function: linear !important;
}


/* 产品详情 */
.prodel{
    margin-top: 90px;
}
.pdelTop{
    display: flex;
    justify-content: space-between;
   overflow: hidden;
}
.pdelLeft{
    width: 50%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.pdelSwiper{
    width: 100%;
    height: 100%;
}
.pdelImg{
    width: 100%;
    height: 100%;
    position: relative;
}
.pdelImg img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.pdelRig{
    width: 45%;
    padding: 5% 0;
}
.pdelTit p{
    font-size: 36px;
    font-weight: 600;
}
.pdelTit span{
    font-size: 18px;
    color: #025bf1;
    opacity: .6;
    display: block;
}
.pdelText{
    font-size: 17px;
    margin: 30px 0 50px;
}
.pdeltable{
    width: 100%;
    margin-top: 50px;
}
.pdeltable td{
    padding: 25px;
}
.pdeltable tr td:first-child{
    width: 20%;
}
.pdeltable tr td:nth-child(2){
    width: 20%;
    border-left: 1px solid #fff;
}
.pdeltable tr td:nth-child(3){
    width: 60%;
    border-left: 1px solid #fff;
}
.MsoNormal span{
    font-size: 17px;
    opacity: .9;
}
.pdelXTop{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pdeltable tr:nth-child(2n-1){
    background: #f7f8f9;
}
/* .pdeltable tr:nth-child(2n){
    background: rgb(2, 91, 241,.02);
} */

.pdeltable tr:first-child .MsoNormal span{
    font-size: 24px;
    font-weight: 500;
}
.pdelist{
   margin-top: 30px;
   display: flex;
   flex-wrap: wrap; 
}
.pdeItem{
    width: 30%;
    margin-right: 3%;
    position: relative;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 20px;
    /* border: 1px solid #025bf1; */
    flex-direction: column;
    background: #f7f8f9;
}
.pdeItem img{
    width: 40px;
    margin-right: 10px;
}
.pdeItem span{
    display: block;
    font-size: 20px;
    line-height: 1;
    margin-top: 10px;
}
.pdeTit{
    margin-top: 50px;
    font-size: 24px;
    font-weight: 600;
}
.proCBox{
    background: #f5f9fa;
    overflow: hidden;
}
.proCList{
    margin-top: 70px;
}
.proCItem{
    padding: 50px;
    border: 1px solid rgb(2, 91, 241,.2);
}
.proCImg{
    width: 100%;
    padding-top: 90%;
    position: relative;
}
.proCImg img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}
.proCItem p{
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}
.proCTop{
    display: flex;
    justify-content: space-between;
}
.proCBtn{
   display: flex;
   align-items: center;
}
.proCBtn .btn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(2, 91, 241,.5);
    margin-left: 20px;
    transition: all 0.48s;
}
.proCBtn .btn img{
    width: 32%;
    opacity: .5;
    transition: all 0.48s;
}
.proCBtn .btn:hover {
    background: rgb(2, 91, 241,.3);
    border: none;
}
.proCBtn .btn:hover img{
    opacity: 1;
}





@media (max-width: 1680px) {
    .joinFTit {
        font-size: 36px;
    }
    .joinFicon {
        width: 40px;
    }
    .joinFText {
        font-size: 16px;
    }
    .proRItem{
        width: calc(33.3% - 20px);
    }
    .proRItem:nth-child(4n) {
        margin-right: 30px;
    }
    .proRItem:nth-child(3n) {
        margin-right: 0;
    }
    .byTit span {
        font-size: 52px;
    }
    .byimg {
        height: 60vh;
    }
    .conLItem img {
        width: 30px;
    }
    .conLItem span {
        font-size: 16px;
    }
    .conMap {
        height: 500px;
    }
    .serText {
        font-size: 16px;
    }
    .recJob_tit span{
        font-size: 18px;
    }
    .abAText span {
        font-size: 16px;
    }
    .serDTit p {
        font-size: 24px;
    }
    .serDNum {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .serDText {
        font-size: 16px;
    }
    .pdelTit p {
        font-size: 32px;
    }   
    .pdelText {
        font-size: 16px;
    } 
    .pdeItem span {
        font-size: 18px;
    }
    .proCItem p{
        font-size: 18px;
    }
    .pdeltable tr:first-child .MsoNormal span {
        font-size: 20px;
    }
    .MsoNormal span {
        font-size: 16px;
    }
}
@media (max-width: 1468px){
    .pdeItem span {
        font-size: 17px;
    }
}
@media (max-width: 1368px){
    .pdeItem span {
        font-size: 16px;
    }
    .NavList {
        width: 80%;
    }
    .byTit span {
        font-size: 48px;
    }
    .NavNItem{
        margin-left: 50px;
    }
    .conLItem p {
        font-size: 20px;
    }
    .conItem {
        margin-bottom: 20px;
    }
    .serText {
        font-size: 15px;
    }
    .joinFText {
        font-size: 15px;
    }
    .joinFTit {
        font-size: 32px;
    }
    .joinRig {
        width: 60%;
    }
    .recJob_tit span{
        font-size: 17px;
    }
    .joinSItem,.joinSou{
        height: 50px;
    }
    .joinSou input,.joinSItem span,.joinSou a{
        font-size: 15px;
    }
    .joinSTbox a{
        font-size: 14px;
    }
    .abAText span {
        font-size: 15px;
    }
    .abQText {
        font-size: 14px;
    }
    .abQItem {
        padding: 50px 30px;
    }
    .abQicon {
        width: 70%;
        left: 20%;
        top: 70%;
    }
    .abFNum {
        font-size: 52px;
    }
    .abFItem{
        padding: 0 2%;
    }
    .abRFList a{
        font-size: 14px;
    }
    .abRItem p{
        font-size: 18px;
    }
    .abFswiper_pagination {
        height: 1px;
    }
    .InAList{
        margin-top: 50px;
    }
    .abQTit {
        font-size: 28px;
    }
    .abAImg{
        margin-top: 50px;
    }
    .serDIHang{
        height: 1px;
        width: 10px;
    }
    .serDshu{
        width: 1px;
        height: 10px;
    }
    .serDIcon {
        width: 25px;
        height: 25px;
    }
    .pdelImg {
        width: 100%;
        padding-top: 50%;
    }
    .pdelLeft {
        width: 100%;
    }
    .pdelTop {
        flex-direction: column;
    }
    .pdelRig{
        width: 100%;
    }
    .pdelTit p {
        font-size: 28px;
    }
    .MsoNormal span {
        font-size: 15px;
    }
    .pdeltable tr:first-child .MsoNormal span {
        font-size: 18px;
    }
}
@media (max-width: 1200px){
    .NavNItem {
        margin-left: 40px;
        font-size: 15px;
    }
    .byNavLeft span{
        font-size: 15px;
    }
    .byTit span {
        font-size: 42px;
    }
    .newItem{
        width: 50%;
    }
    .newItem:nth-child(3n) {
        border-right: 1px solid rgba(0, 0, 0, .1);
    }
    .newItem:nth-child(2n) {
        border-right: none;
    }
    .conItem input{
        font-size: 15px;
    }
    .conItem textarea {
        width: 100%;
        height: 120px;
        font-size: 15px;
    }
    .conLItem {
        width: calc(33.3% - 10px);
        padding: 30px;
        background: #f7f8f9;
    }
    .conMap {
        height: 400px;
    }
    .recJob_tit span {
        font-size: 16px;
    }
    .recJob_btm .recJob_l{
        padding-right: 50px;
    }
    .recJob_btm .recJob_r {
        padding-left: 20px;
    }
    .abAText span {
        font-size: 14px;
    }
    .abQicon {
        width: 300px;
        left: 70%;
        top: 40%;
    }
    .abQItem {
        width: 100%;
        margin-right: 0;
        height: 300px;
    }
    .abQList {
        flex-direction: column;
    }
    .abQItem:hover .abQText {
        height: 170px;
    }
    .abFBtn {
        width: 45px;
        height: 45px;
    }
    .abFNum {
        font-size: 48px;
    }
    .abFItem p {
        font-size: 15px;
    }
    .abRFList a {
        width: 100px;
        height: 45px;
    }
    .serDText {
        font-size: 15px;
    }
    .serDTit p {
        font-size: 22px;
    }
    .serDLtext {
        font-size: 14px;
    }
    .prodel {
        margin-top: 70px;
    }
}
@media (max-width: 1024px){
    .proRItem {
        width: calc(50% - 15px);
    }
    .proRItem:nth-child(3n) {
        margin-right: 30px;
    }
    .proRItem:nth-child(2n) {
        margin-right: 0;
    }
    .InPImg {
        width: 110px;
        height: 110px;
    }
    .NavNItem {
        margin-left: 30px;
    }
    .byimg {
        height: 500px;
    }
    .conRig {
        width: 100%;
        padding: 50px 30px ;
    }
    .conCon {
        flex-direction: column;
        margin: 0 0 50px;
    }
    .conImg {
        width: 100%;
        padding-top: 55%;
        position: relative;
    }
    .conList {
       flex-wrap: wrap;
    }
    .conLItem {
        width: calc(50% - 5px);
        padding: 30px;
        background: #f7f8f9;
        margin-bottom: 10px;
    }
    .conLItem:last-child{
        width: 100%;
    }
    .serItem {
        padding: 5% 0;
        flex-direction: column;
    }

.serImg {
    width: 100%;
    padding-top: 45%;
}
    .serTBox {
        width: 100%;
        margin-bottom: 50px;
    }
    .serItem:nth-child(2n-1) .serImg {
        order:inherit;
    }
    .serText {
        font-size: 14px;
    }
    .serText {
        margin: 20px 0 30px;
    }
    .joinFItem {
        width: 100% !important;
        margin-right: 0;
    }
    .joinFImg {
        height: 400px;
    }
    .joinFTit {
        font-size: 28px;
    }
    .joinFicon {
        width: 30px;
    }
    .joinZTop{
        flex-direction: column;
    }
    .joinRig {
        width: 80%;
        margin-top: 30px;
    }
    .recJob_box{
        margin-top: 30px;
    }
    .recJob_name span:nth-child(4){
        display: none;
    }
    .recJob_tit span:nth-child(4){
        display: none;
    }
    .recJob_tit span{
        width: 29%;
    }
    .recJob_name span{
        padding: 5px 15px;
        width: 29%;
    }
    .recJob_tit span:nth-child(1){
        width: calc(42% - 68px);
    }
    .recJob_name span:nth-child(1){
        width: calc(42% - 68px);
    }
    .recJob_top span {
        width: 32%;
    }
    .recJob_btm .recJob_l {
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .recJob_btm .recJob_r {
        width: 100%;
        float: none;
        box-sizing: border-box;
        padding-left: 0px ;
    }
    .joinSou input, .joinSItem span, .joinSou a {
        font-size: 14px;
    }
    .joinZTop .Tit{
        text-align: center;
    }
    .abARig {
        width: 100%;
        margin-top: 30px;
    }
    .abATop {
        flex-direction: column;
    }
    .abQTit {
        font-size: 24px;
    }
    .serDTbox {
        width: 100%;
        padding: 50px 5%;
    }
    .serDImg {
        width: 100%;
        padding-top: 50%;
    }
    .serDTop {
        flex-direction: column;
    }
    .pdelText {
        font-size: 15px;
    }
    .pdelText {
        margin: 20px 0 30px;
    }
    .pdeTit {
        margin-top: 30px;
        font-size: 20px;
        font-weight: 600;
    }
    .pdelTit span {
        font-size: 16px;
    }
}
@media (max-width: 900px){
    
    .NavList{
        display: none;
    }
    .NavRig{
        display: flex;
    }
    .byNavLeft span {
        font-size: 14px;
    }
    .byNavLeft a:first-child img {
        width: 18px;
        opacity: .8;
    }
    .proRItem .InPTit {
        font-size: 18px;
    }
    .byTit span {
        font-size: 36px;
    }
    .newItem{
        padding: 30px 30px 0 30px;
    }
    .conLItem img {
        width: 25px;
    }
    .conBtn {
        width: 160px;
        height: 50px;
        font-size: 14px;
    }
    .conItem textarea {
        width: 100%;
        height: 100px;
        font-size: 14px;
    }
    .conItem input {
        font-size: 14px;
    }
    .conLItem p {
        font-size: 18px;
    }
    .joinFTit {
        font-size: 24px;
    }
    .joinFText {
        font-size: 14px;
    }
    .joinFTBox {
        padding: 50px 30px;
    }
    .recJob_tit span {
        font-size: 15px;
    }
    .recJob_top span,.recJob_btm p{
        font-size: 13px;
    }
    .recJob_name span{
        font-size: 14px;
    }
    .recJob_btm h4{
        font-size: 16px;
    }
    .recJob_name{
        padding: 20px 0;
    }
    .abFNum {
        font-size: 42px;
        bottom: -20px;
    }
    .abFList {
        padding: 70px 50px;
        overflow: hidden;
    }
    .abFItem p {
        margin-top: 30px;
        font-size: 14px;
    }
    .abQicon {
        width: 200px;
        left: 70%;
        top: 40%;
    }
    .pdeltable tr:first-child .MsoNormal span {
        font-size: 16px;
    }
    .MsoNormal span {
        font-size: 14px;
    }
    .pdeItem span {
        font-size: 15px;
    }
    .pdeItem img {
        width: 35px;
    }
    .pdelTit p {
        font-size: 24px;
    }
    .pdelTit span {
        font-size: 15px;
    }
    .proCBtn .btn {
        width: 40px;
        height: 40px;
        margin-left: 10px;
    }
    
}
@media (max-width: 680px){
    .pdelText {
        font-size: 14px;
    }
    .conLItem{
        width: 100%;
    }
    .byTit span {
        font-size: 32px;
    }
    .proRItem {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 20px;
    }
    .byimg {
        height: 400px;
    }
    .newItem{
        width: 100%;
        border-right: none !important;
        padding: 30px 0 0;
    }
    .conMap {
        height: 300px;
    }
    .conItem input {
        width: 100%;
        height: 40px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
}
    .conLItem span {
        font-size: 14px;
    }
    .serText {
        font-size: 13px;
    }
    .serImg {
        width: 100%;
        padding-top: 65%;
    }
    .recJob_top span {
        width: 49%;
    }
    .joinSou input, .joinSItem span, .joinSou a {
        font-size: 13px;
    }
    .joinRig {
        width: 100%;
    }
    .recJob_tit span:nth-child(3){
        display: none
    }
    .recJob_name span:nth-child(3){
        display: none;
    }
    .recJob_tit span:nth-child(1) {
        width: calc(62% - 68px);
    }
    .recJob_tit span,.recJob_name span {
        width: 38%;
    }
    .recJob_name span:nth-child(1) {
        width: calc(62% - 68px);
    }
    .recJob_btm{
        padding: 30px 0 50px;
    }
    .recJob_top span{
        line-height: 30px;
    }
    .recJob_name span img{
        width: 12px;
    }
    .joinFText {
        font-size: 13px;
    }
    .joinFTit {
        font-size: 20px;
        margin: 10px 0;
    }
    .joinSTbox a {
        font-size: 12px;
        padding: 15px 0;
    }
    .abAText span {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .InAList{
        margin-top: 30px;
    }
    .abAImg {
        width: 100%;
        padding-top: 55%;
    }
    .abQText {
        font-size: 13px;
        height: 120px;
    }
    .abQItem:hover .abQText {
        height: 130px;
    }
    .abQItem {
        height: 230px;
        padding: 30px;
    }
    .abFswiper_pagination{
        display: none;
    }
    .abFRig {
        width: auto;
    }
    .abFLeft{
        width: 50%;
    }
    .abFBtn {
        width: 40px;
        height: 40px;
    }
    .abFNum {
        font-size: 36px;
        bottom: -20px;
    }
    .abRItem p {
        font-size: 16px;
    }
    .abRFList {
        margin-top: 30px;
    }
    .abRTop { flex-direction: column;
    }
    .abRList{
        margin-top: 30px;
    }
    .abRFList a {
        font-size: 12px;
    }
    .abRTop .Tit{
        text-align: center;
    }
    .abQicon {
        width: 150px;
        top: 57%;
    }
    .swiper-slide-active.abFItem .abFNum {
        left: -30px;
    }
    .serDImg {
        padding-top: 65%;
    }
    .serDTit p {
        font-size: 20px;
    }
    .serDNum {
        width: 26px;
        height: 26px;
        font-size: 12px;
    }
    .pdelImg {
        width: 100%;
        padding-top: 65%;
    }
    .pdelTit p {
        font-size: 22px;
    }
    .pdeltable tr:first-child .MsoNormal span {
        font-size: 14px;
    }
    .pdeltable tr td:nth-child(1) {
        width: 25%;
     }
    .pdeltable tr td:nth-child(2) {
        width: 25%;
     }
    .pdeltable td {
        padding: 20px 10px;
    }
    .MsoNormal span {
        font-size: 13px;
    }
    .pdeItem span {
        font-size: 14px;
    }
    .swiper-slide.abFItem:nth-child(2n) {
        transform: translateY(50px);
    }
    .abFList {
        padding: 50px 30px;
        overflow: hidden;
    }
    header {
        height: 80px;
    }
}
@media (max-width: 500px){
    .byTit span {
        font-size: 28px;
    }
    .byNav .inner {
        height: 60px;
    }
    .byimg {
        height: 350px;
    }
    .conItem {
        width: 100%;
        margin-right: 0;
    }
    .conRig {
        width: 100%;
        padding: 30px 20px 50px;
    }
    .conMap {
        margin-top: 20px;
        height: 250px;
    }
    .recJob_info{
        padding: 0 20px;
    }
    .joinSItem, .joinSou {
        height: 45px;
    }
    .recJob_tit span {
        font-size: 14px;
    }
    .recJob_top span, .recJob_btm p {
        font-size: 12px;
    }
    .recJob_btm h4 {
        font-size: 15px;
    }
    .recJob_name span {
        font-size: 13px;
    }
    .joinFTBox {
    padding: 50px 20px;
}
.joinFText {
    font-size: 12px;
}
.pdelText {
    font-size: 13px;
}
.pdeItem span {
    font-size: 13px;
}
.pdeItem {
    padding: 20px 10px;
}
.pdelTit span {
    font-size: 14px;
}
.proCItem {
    padding: 30px;
  }
  .proCItem p {
    font-size: 16px;
}
.MsoNormal span {
    font-size: 12px;
}
.abQTit {
    font-size: 20px;
}
.abQText{
    margin-top: 15px;
}
.joinSItem{
    padding: 0 10px;
}
.joinSou a {
    width: 80px;
}
.joinSou input {
    width: calc(100% - 80px);
    padding: 0 10px;
}
.joinZBox .inner {
    width: 96%;
}   
.joinSItem {
    width: 38%;
    margin-right: 2%;
}
.FtEwmList {
    margin-top: 0px;
}
}

