html {
	font-size: 100px;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #fff;
}
body {
	color: #5b5041;
	font-size: 0.16rem;
}
img {
	border: 0
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	color: #5b5041;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
.bgc{
    background-color: #f2f2f2;
}
.zwnr{
    line-height: 160%;
}
.zwnr img{ display:inline-block; height:auto; max-width:100%; }
.zwnr ul{
  padding-left: 1rem;
  margin-bottom: 1rem;
  margin-bottom: 0;
}
.zwnr li{
    list-style: disc;
    list-style-position: outside;
}
.resetDiv ul,.resetDiv li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.sptop{
    height: 0.5rem;
}
.sp04{
    height: 0.4rem
}
.area92{ width:92%; margin:0 auto;}

.webTitle{
    margin: 0;
    text-align: center;
    padding: 0.4rem 0;
    font-size: 0.26rem;
    text-transform: uppercase;
}
.webTitle span{
    display: block;
    font-size: 0.09rem;
    font-weight: normal;
    padding-top: 5px;
    line-height: 160%;
    text-transform: lowercase;
}
.webHeader{
    position: fixed;
    height: 0.5rem;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding-left: 4%;
    display: flex;
    justify-content: space-between;
    z-index: 99999;
}
.webHeader > a{
    display: flex;    
    flex-direction: column;
    justify-content: center;
}
.webHeader > a img{
    display: block;
    height: 0.25rem;
}
.webHeader > .webHeaderBtns{
    position: relative;
}
.webHeader > .webHeaderBtns a{
    display: block;
    position: absolute;
}
.webHeader > .webHeaderBtns > a:first-child{
    right: 0.6rem;
    top: 0.12rem;
    height: 0.26rem;
    line-height: 0.26rem;
    padding: 0 0.1rem;
    border: 1px solid #c0aa8e;
    border-radius: 0.05rem;
    box-sizing: border-box;
    font-size: 0.12rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
}
.webHeader > .webHeaderBtns > a:first-child i{
    display: inline-block;
    padding-right: 3px;
    font-weight: normal;
}
.webHeader > .webHeaderBtns > a:last-child{
    height: 0.5rem;
    width: 0.6rem;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.webHeader > .webHeaderBtns > a:last-child i{
    display: block;
    font-size: 0.36rem;
}
.webDhList{
    display: none;
    position: fixed;
    z-index: 99998;
    left: 0;
    top: 0.5rem;
    background-color: #fff;
    height: calc(100% - 0.5rem);
    width: 100%;
    box-sizing: border-box;
    padding: 0 4%;
}
.webDhList > h2{
    margin: 0;
    padding: 0;
    padding-top: 0.3rem;
    padding-bottom: 0.1rem;
    font-size: 0.2rem;
    font-weight: normal;
    text-transform: uppercase;
}

.webDhList > div a{
    border-bottom: 1px solid #ddd;
    padding: 0.15rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
}
.webDhList > div a.on{
    color: #ff0000;
}
.webDhList > div a i{
    color: #c0aa8e;
}
.webDhList > ul{
    margin-top: 0.2rem;
}
.webDhList > ul li{
    padding-bottom: 0.06rem;
}
.webDhList > ul a{
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 0.1rem;
    border-radius: 5px;
}
.webDhList > ul i{
    display: inline-block;
    padding-right: 5px;
    font-size: 0.2rem;
}
.swiper {
    width: 100%;
    position: relative;
}
.swiper .swiper-pagination-bullet{
    background-color: #fff;
    opacity: 1;
}
.swiper .swiper-pagination-bullet-active{
    background-color: #ff4904;
}
.swiper .swiper-pagination-bottom{
    bottom: 0.1rem;
}
.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.homeADWZ{ 
    position: absolute;
    left: 2%;
    top: 0;
    width: 96%;
    height: calc(100% - 0.3rem);
    padding-bottom: 0.1rem;
    box-sizing: border-box;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.homeADWZ h1{
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 0.22rem;
    font-weight: bolder;
    text-transform: uppercase;
    text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.9);
    word-wrap: break-word;
    word-break: break-all;
}
.homeADWZ p{
    margin: 0;    
    padding: 0;
    padding-top: 0.05rem;
    font-size: 0.16rem;
    text-transform: lowercase;
    color: #fff;
    font-weight: bolder;
    text-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.9);
}
.homeADWZ span{
    background-color: rgba(0, 0, 0, 0.5);
}
.wlLink{
    display: block;
    background-color: #5b5041;
    box-sizing: border-box;
    padding: 0.1rem 4%;
    color: #fff;
}
.wlLink a{
    box-sizing: border-box;
    color: #fff;
    border: 1px solid #c0aa8e;
    display: flex;
    align-items: center;
    padding: 0.06rem 0.1rem;
    border-radius: 5px;
    margin-bottom: 0.1rem;
    text-transform: uppercase;
    font-weight: bold;
}
.wlLink > a:last-child{
    margin: 0;
}
.wlLink i{
    display: block;
    font-size: 0.3rem;
    font-weight: normal;
    margin-right: 0.06rem;
    font-weight: normal;
}
.homeService a{
    display: block;
    position: relative;
    margin-bottom: 0.1rem;
}
.homeService img{
    display: block;
    width: 100%;
}
.homeService h3{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0.15rem 0.1rem;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    box-sizing: border-box;
    font-size: 0.18rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.homeService i{
    transform: rotate(-180deg);
    font-size: 0.2rem;
    display: inline-block;
    padding-right: 0.1rem;
}
.homeYS{
    background: url(../imgs/bg01.jpg) 50% top no-repeat;
    background-size: cover;
    position: relative;
}
.homeYS .homeYSBgc{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
}
.homeYS .webTitle{
    position: relative;
    z-index: 2;
    color: #c0aa8e;
}

.homeYS ul{
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
}
.homeYS ul li{
    width: 44%;
    margin-left: 4%;
    margin-bottom: 0.15rem;
    border: 1px solid rgba(192, 170, 142, 0.5);
    color: #c0aa8e;
    -webkit-box-sizing: border-box;box-sizing: border-box;
    text-align: center;
    padding: 0.1rem;
    border-radius: 0.12rem;
}
.homeYS ul > li:last-child{
    width: 92%;
}
.homeYS ul li h3{
    font-size: 0.14rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
    padding-bottom: 0.1rem;
    line-height: 160%;
}
.homeYS ul li i{
    display: inline-block;
    font-size: 0.8rem;
    padding: 0.1rem 0;
}
.homeAbout .zwnr{
    border: 1px solid #ddd;
    border-radius: 0.1rem;
    box-shadow: 0 0 0.15rem rgba(0, 0, 0, 0.2);
    padding: 0.18rem 0.18rem 0.3rem 0.18rem;
    box-sizing: border-box;
}

a.linkMore{
    display: block;
    padding: 0.1rem;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #c0aa8e;
    color: #c0aa8e;
    line-height: 100%;
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 0.3rem;
}
.homepartner{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.homepartner a{
    display: block;
    width: 31%;
    margin-bottom: 0.06rem;
    margin-right: 2%;
    border: 1px solid #c0aa8e;
    box-sizing: border-box;
}
.homepartner > a:nth-child(3n+3){
    margin-right: 0;
}
.homepartner img{
    display: block;
    width: 100%;
}

.homeNews > a{
    display: block;    
    background-color: #fff;
    overflow: hidden;
}
.homeNews > a img{
    display: block;
    width: 100%;
}
.homeNews > a div{
    padding: 0.2rem;
}
.homeNews > a div span{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    color: #c0aa8e;
    font-size: 0.14rem;
}
.homeNews > a div span i{
    display: inline-block;
    height: 3px;
    width: 0.3rem;
    background-color: #c0aa8e;
    margin-right: 5px;
}
.homeNews > a div h3{
    margin: 0;
    padding: 0.1rem 0;
    font-size: 0.16rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
}
.homeNews > a div p{
    margin: 0;
    padding: 0;
    font-size: 0.14rem;
    line-height: 120%;
    color: #666;
}
.webFooter{
    background-color: #302516;
    padding-top: 0.4rem;
    color: #c0aa8e;
}
.webFooter a{
    color: #c0aa8e;
    text-decoration: underline;
}
.webFooter .btInfo h1{
    font-size: 0.2rem;
    margin: 0;
    padding: 0;
    padding-bottom: 0.2rem;
}
.webFooter .btInfo h1 span{
    display: block;
    font-weight: normal;
    font-size: 0.14rem;
    padding-top: 5px;
}
.webFooter .btInfo li{
    padding-bottom: 0.1rem;
    display: flex;
    align-items: center;
}
.webFooter .btInfo li span{
    margin-right: 0.1rem;
    background-color: #c0aa8e;
    color: #fff;
    padding: 0.06rem 0.1rem;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.webFooter .btInfo li i{
    font-size: 0.2rem;
}

.webFooter .btEWM{
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding-top: 0.2rem;
}
.webFooter .btEWM span{
    display: block;
    width: 32%;
    background-color: #fff;
    color: #302516;
    padding: 0.1rem;
    box-sizing: border-box;
    border-radius: 4px;
    font-size: 0.1rem;
}
.webFooter .btEWM img{
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin: 0 auto;
}
.webFooter .webBqwz{
    margin-top: 0.3rem;
    text-align: center;
    padding: 0.2rem 0;
    font-size: 0.1rem;
    background-color: rgba(0, 0, 0, 0.2);
}
.serviceMenu{
    margin-bottom: 0.3rem;
}
.serviceMenu a{
    display: block;
    border: 1px solid #c0aa8e;
    border-radius: 5px;
    padding: 0.1rem;
    margin-bottom: 0.1rem;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
}
.serviceMenu a.on{    
    color: #f9772d;
    -webkit-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.serviceBox{
    background-color: #fff;
}
.serviceBox .serviceItem{
    display: block;
    border-top: 4px solid #c0aa8e;
}
.serviceBox .serviceItem > img{
    display: block;
    width: 100%;
    height: auto;
}
.serviceBox .serviceItem > h2{
    width: 100%;
    background-color: #5b5041;
    margin: 0;
    padding: 0.15rem 0.1rem;
    color: #fff;
    box-sizing: border-box;
    font-size: 0.18rem;
}
.serviceBox .serviceItem .zwnr{
    padding: 0.2rem;
}
.serviceBox .serviceBtns{
    padding: 0.1rem 0.2rem 0.3rem 0.2rem;
}
.serviceBox .serviceBtns > a{
    display: flex;
    align-items: center;
    border: 1px solid #5b5041;
    border-radius: 4px;
    margin-bottom: 0.1rem;
}
.serviceBox .serviceBtns > a span{
    display: block;
    margin-right: 5px;
    padding: 0.1rem;
}
.serviceBox .serviceBtns > a i{
    font-size: 0.3rem;
}
.serviceBox .serviceBtns > div{
    border: 1px solid #5b5041;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.serviceBox .serviceBtns > div span{
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 0.2rem;
}
.serviceBox .serviceBtns > div img{
    display: block;
    width: 40%;
    padding: 0.2rem 0 0.05rem;
}
.serviceBox .serviceItemAlink{
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem;
    padding: 0 0.2rem 0.3rem 0.2rem;
    box-sizing: border-box;
}
.serviceBox .serviceItemAlink > a{
    display: inline-block;
    background-color: #5b5041;
    color: #fff;
    padding: 0.1rem 0.2rem;
    border-radius: 0.05rem;
}
.serviceFK{
    position: fixed;
    z-index: 99999999;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
            display: none;
}
.serviceFKbgc{
    display: none;
    position: fixed;
    z-index: 99999998;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
.serviceFK .fkBox{
    position: relative;
    width: 92%;
    box-sizing: border-box;
    background-color: #fff;
    padding: 0.2rem;
    border-radius: 0.1rem;
    border-top: 4px solid #c0aa8e;
    border-bottom: 4px solid #c0aa8e;
}
.serviceFK .fkBox > i{
    display: block;
    position: absolute;
    left: 50%;
    top: -0.4rem;
    color: #fff;
    width: 0.3rem;
    height: 0.3rem;
    margin-left: -0.2rem;
    padding: 0.05rem;
    font-size: 0.3rem;
    background-color: #c0aa8e;
    border-radius: 5px 5px 0 0;
}
.serviceFK .fkBox > i:hover{
    cursor: pointer;
}
.serviceFK input{
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #c0aa8e;
    outline: none;
    padding: 0.1rem;
    -webkit-box-sizing: border-box;box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 0.1rem;
}
.serviceFK input[type=submit]{
    background-color: #5b5041;
    color: #fff;
    border-color: #5b5041;
    font-size: 0.16rem;
    font-weight: bold;
}
.banBox{
    color: #fff;
    padding: 0 4%;
}
.banBox .webTitle{
    text-align: left;
}
.menuBtns{
    padding-bottom: 0.1rem;
}
.menuBtns a{
    display: block;
    padding: 0.1rem 0.15rem;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 0.1rem;
}
.menuBtns a.on{
    background-color: rgba(0, 0, 0, 0.9);
    border-color: #c0aa8e;
    color: #c0aa8e;
}
.nppage{
    margin-top: 0.3rem;
}
.nppage > a{
    display: block;
    text-decoration: none;
    margin-bottom: 0.1rem;
    border: 1px solid #5b5041;
    border-radius: 3px;
    height: 0.3rem;
    font-size: 0.14rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
}
.nppage > a span{
    display: block;
    height: 0.3rem;
    line-height: 0.3rem;
    padding: 0 0.06rem;
    background-color: #5b5041;
    color: #fff;
    margin-right: 0.1rem;
}
.scott {
    text-align: center;
    padding: 0.3rem 0;
    background-color: #fff;
    font-size: 0.14rem;
}
.scott a,
.scott span {
    display: inline-block;
}

.scott a {
    border: #c0aa8e 1px solid;
    padding: 2px 0.1rem;
    margin-left: 4px;
    height: 0.26rem;
    line-height: 0.26rem;
}

.scott span.current {
    border: #5b5041 1px solid;
    padding: 2px 0.1rem;
    margin-left: 4px;
    height: 0.26rem;
    line-height: 0.26rem;
    background-color: #5b5041;;
    color: #fff;
}

.scott span.disabled {
    border: #c0aa8e 1px solid;
    padding: 2px 0.1rem;
    margin-left: 4px;
    height: 0.26rem;;
    line-height: 0.26rem;
    background-color: #fff;
}
.newsDetail > h1{
    font-size: 0.2rem;
    text-transform: uppercase;
}
.newsDetail > i{
    height: 2px;
    display: block;
    width: 100%;
    background-color: #c0aa8e;
}
.newsDetail > span{
    display: block;
    padding: 0.2rem 0;
    font-size: 0.14rem;
    color: #c0aa8e;
    text-align: center;
}
.aboutBox{
    overflow: hidden;
    height: 30vh;
}
.aboutIntro{
    width: 92%;
    margin-left: 4%;
    margin-top: -1rem;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
    background-color: rgba(255, 255, 255, 0.93);
    border-radius: 0.1rem;
}
.aboutIntro > h1{
    background-color: #5b5041;
    color: #fff;
    font-size: 0.24rem;
    margin: 0;
    padding: 0.15rem;
    text-align: center;
    border-radius: 0.1rem 0.1rem 0 0;
    text-transform: uppercase;
}
.aboutIntro > .zwnr{
    padding: 0.1rem;
}
.historyBOx > .historyItem{
    border: 1px solid #5b5041;
    border-radius: 0.1rem;
    margin-bottom: 0.15rem;
}
.historyBOx > .historyItem > h2{
    background-color: #5b5041;
    margin: 1px;
    padding: 0.1rem;
    color: #fff;
    font-size: 0.26rem;
    border-radius: 0.1rem 0.1rem 0 0;
}
.historyBOx > .historyItem > h2 span{
    font-weight: normal;
    display: block;
    font-size: 0.16rem;
}
.historyBOx > .historyItem .zwnr{
    padding: 0.1rem;
}
.teamList{
    display: flex;
    flex-wrap: wrap;
}
.teamList > div{
    width: 44%;
    margin-left: 4%;
}
.teamList > div img{
    display: block;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0.1rem;
    border: 1px solid #c0aa8e;
}
.teamList > div h2{
    padding: 0.12rem 0;
    margin: 0;
    font-weight: normal;
    font-size: 0.16rem;
    text-align: center;
}
.teamList > div span{
    display: block;
    font-size: 0.1rem;
}
.certify{
    display: flex;
    flex-wrap: wrap;
}
.certify > div{
    width: 44%;
    margin-left: 4%;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.15);
    text-align: center;
    margin-bottom: 0.15rem;
    padding: 0.2rem 0.1rem;
    border-radius: 0.1rem;
    box-sizing: border-box;
}
.certify > div img{
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0.1rem;
}
.contactBox img{
    display: block;
    width: 100%;
    height: auto;
}
.contactNr > h1{
    margin: 0;
    padding: 0;
    font-size: 0.26rem;
    text-transform: uppercase;
}
.contactNr > h2{
    margin: 0.15rem 0;
    padding: 0;
    font-size: 0.2rem;
}
.contactNr > h2 span{
    display: block;
    font-size: 0.16rem;
    font-weight: normal;
    padding-top: 5px;
}
.contactNr > ul li{
    margin-bottom: 0.1rem;
    display: flex;
}
.contactNr > ul li span{
    display: block;
    margin-right: 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contactNr > ul li i{
    font-size: 0.2rem;
}
.contactEwm{
    margin: 0.2rem 0;
    border: 1px solid #c0aa8e;
    border-radius: 0.1rem;
    padding: 0.2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;    
}
.contactEwm span{
    width: 32%;
    display: block;
    text-align: center;
    font-size: 0.1rem;
}
.contactEwm img{
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 0.1rem;
}
.contactFK{
    padding-bottom: 0.8rem;
}
.contactFK input,.contactFK textarea{
    display: block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0.1rem;
    background-color: #fff;
    border: 1px solid #c0aa8e;
    border-radius: 0.05rem;
    padding: 0.1rem;
    outline: none;
}
.contactFK input[type=submit]{
    background-color: #5b5041;
    color: #fff;
    border-color: #5b5041;
    padding: 0.15rem;
    font-size: 0.16rem;
    text-transform: uppercase;
}
#showMes{
    font-size: 0.14rem;
    color: #ff0000;
    padding-bottom: 5px;
}
.contactMapBox{
    width: 92%;
    margin: 0 auto;
}
.contactMapBox .contactMapItem{
    margin-bottom: 0.15rem;
}
.contactMapBox .contactMapItem >h2{
    margin: 0;
    padding: 0;
    font-size: 0.16rem;
    padding: 0.15rem 0.1rem;
    background-color: #fff;
    border-radius: 0.05rem;
    display: flex;
    justify-content: space-between;
}
.contactMapBox .contactMapItem >h2 i{
    font-weight: normal;
}
.contactMapBox .MapItemIntro{
    background-color: #fff;
    border-radius: 0 0 0.05rem 0.05rem;
    padding: 0 0.1rem 0.15rem 0.1rem;
    display: none;    
}
.contactMapBox .MapItemIntro > span:first-child{
    border-top: 1px solid #ddd;
    padding-top: 0.15rem;
}
.contactMapBox .MapItemIntro > span{
    display: block;
    margin-bottom: 0.1rem;    
}
.contactMapBox .MapItemIntro > p{
    display: flex;
    padding: 0.1rem 0;
}
.contactMapBox .MapItemIntro > p span{
    display: block;
    text-align: center;
    margin-right: 0.15rem;
}
.contactMapBox .MapItemIntro > p img{
    display: block;
    width: 0.9rem;
    margin-bottom: 0.1rem;
}
.jobIntro >p:first-child{
    margin-top: 0;
    padding-top: 0;
}
.jobItem{
    margin-bottom: 0.2rem;    
    background-color: #fff;
    padding: 0 0.15rem;
    padding-bottom: 0.15rem;
    border-radius: 0.08rem;
    border: 1px solid #ddd;
    border-top: 3px solid #c0aa8e;
}
.jobItem > h2{
    margin: 0;
    padding: 0;
    padding: 0.15rem 0;
    font-size: 0.16rem;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0.15rem;
}
.jobItem > .jobItemInfo{
    padding-bottom: 0.05rem;
    border-bottom: 1px solid #ddd;
}
.jobItem > .jobItemInfo span{
    display: block;
    margin-bottom: 0.1rem;
}