.banner{
    width: 100%;
    height: 280px;
    background: url("../images/aboutMe/banner.png") no-repeat center;
    background-size: cover;
    line-height: 280px;
}
.banner > p{
    font-size: 36px;
    color: #ffffff;
    text-align: center;
}
.navBox{
    width: 820px;
    height: 40px;
    display: flex;
    margin: 46px auto 0;
}
.navBox li{
    width: 20%;
    height: 100%;
}
.navBox li a{
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #dbdbdb;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #333;
}
.navBox li:nth-child(1) a,.navBox li:nth-child(2) a,.navBox li:nth-child(3) a,.navBox li:nth-child(4) a,.navBox li:nth-child(5) a{
    border-right: none;
}
.navBox > li:hover a{
    color: #fec901;
}
.bac1{
    background: #fec901;
    border: none!important;
    color: #333!important;
    line-height: 40px!important;
}
.content > p:nth-of-type(1){
    font-size: 30px;
    color: #060211;
    margin-top: 123px;
}
.content > p:nth-of-type(2){
    width: 60px;
    height: 4px;
    background: #fec901;
    margin-top: 20px;
}
.introContent{
    width: 100%;
    height: auto;
    margin-top: 62px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 115px;
}
.centCon{
    height: auto;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}
.leftCon{
    width: 631px;
    height: auto;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}
.rightImg{
    width: 480px;
    height: 410px;
    overflow: hidden;
}
.rightImg > img{
    width: 100%;
    height: auto;
}
.leftCon > p{
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    margin: 12px 0;
}
.centCon > p{
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    margin: 12px 0;
}
.developContent{
    width: 100%;
    padding:0px 0 123px 0;
    background: #f5f5f5;
    margin-top:40px ;
    position: relative;
    background: url("../images/aboutMe/bg.png") no-repeat center;
    background-size: cover;
    /*height: 1028px;*/
}
.mainDevelop{
    width: 974px;
    margin: 0 auto;
    position: relative;
}
.shuang{
    width: 142px;
    height: 181px;
    margin: 0 auto;
    position: relative;
}
.dan{
    width: 142px;
    height: 181px;
    margin: 0 auto;
    position: relative;
}
.c1{
    position: absolute;
    right: -4px;
    top: 154px;
    z-index: 1;
}
.c2{
    position: absolute;
    left: -56px;
    top: 154px;
    z-index: 1;
}
.year{
    position: absolute;
    left: 25px;
    top: 154px;
    color: #060211;
    font-size: 18px;
}
.ccont{
    position: absolute;
    left: -446px;
    top: 128px;
    width: 398px;
    height: auto;
    background: #ffffff;
    padding: 28px 30px 38px 30px;
    border: 1px solid #f0f0f0;
}
.ccont > div>span{
    display: block;
    float: left;
    line-height: 22px;
}
.ccont > div>span:nth-child(1){
    font-weight: bold;
    font-size: 30px;
    font-family: "Arial";
    color: #fec901;
    margin-top: -3px;
    margin-right: 6px;
}
.ccont > div>span:nth-child(3){
    margin-left: 74px;
    margin-top: -21px;
    width: 276px;
}
.ccont > div:nth-child(2){
    margin-top: 20px;
}
.ccont1{
    position: absolute;
    right: -395px;
    top: 128px;
    width: 398px;
    height: auto;
    background: #ffffff;
    padding: 28px 30px 38px 30px;
    border: 1px solid #f0f0f0;
}
.ccont1 > div>span{
    display: block;
    float: left;
    line-height: 22px;
}
.ccont1 > div>span:nth-child(1){
    font-weight: bold;
    font-size: 30px;
    font-family: "Arial";
    color: #fec901;
    margin-top: -3px;
    margin-right: 6px;
}
.ccont1 > div>span:nth-child(3){
    margin-left: 74px;
    margin-top: -21px;
    width: 276px;
}
.ccont1 > div:nth-child(2){
    margin-top: 20px;
}
.zhegai{
    position: absolute;
    background: #f5f5f5;
    width: 100%;
    height: 64px;
    top: -1px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 3;
    background: url("../images/aboutMe/hsban.png") no-repeat center;
    background-size: cover;
}
/*媒体报道*/
.news{
    width: 100%;
    height: 895px;
    background: #f5f5f5;
    margin-top: 41px;
    padding: 31px 0 47px 0;
}
.newslist{
    width: 1104px;
    height: auto;
    margin: 0 auto;
}
.newslist > li{
    width: 100%;
    height: 170px;
    margin-bottom: 20px;
    background: #ffffff;
}
.newslist > li a{
    display: block;
    width: 100%;
    height: 100%;
}
.leftImg3{
    float: left;
    width: 300px;
    height: 170px;
    overflow: hidden;
}
.leftImg3 img{
    width: 100%;
    height: auto;
}
.rightText3{
    width: 800px;
    float: right;
    padding: 33px 25px 35px 20px;
}
.rightText3 > p:nth-child(1){
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rightText3 > p:nth-child(2){
    font-size: 14px;
    color: #a8a8a8;
    margin-top: 7px;
}
.rightText3 > p:nth-child(3){
    font-size: 14px;
    color: #707070;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 24px;
    margin-top: 10px;
}
/*招聘信息*/
.zp{
    width: 1182px;
    margin:73px auto;
    padding-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.zp > li{
    width: 580px;
    height: 650px;
    box-shadow: 0px 5px 10px #d8d5d0;
    padding: 30px 40px 40px 40px;
    position: relative
}
.zp > li > p:nth-child(1){
    font-size: 28px;
    color: #333333;
}
.zp > li > p:nth-child(2){
    font-size: 14px;
    color: #707070;
    margin-top: 10px;
}
.zp > li > p:nth-child(3),.zp > li > p:nth-child(5){
    font-size: 18px;
    color: #1d2a33;
    margin-top: 20px;
}
.zp > li > p:nth-child(4),.zp > li > p:nth-child(6){
    font-size: 14px;
    color: #707070;
    margin-top: 10px;
    line-height: 24px;
}
.zp > li > p:nth-child(7){
    font-size: 14px;
    color: #707070;
    margin-top: 16px;
}
.submitJl{
    width: 130px;
    height: 40px;
    background: #fec901;
    border-radius: 4px;
    /* margin-top: 54px; */
    line-height: 40px;
    text-align: center;
    margin-top:60px;
    left: 40px;
    bottom: 80px
}
.submitJl a{
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    font-size: 14px;
}
.submitJl:hover{
    background: #FEE13A;
}
/*联系我们*/
.contactContent{
    width: 100%;
    margin-top: 63px;
}
.leftcontactUs{
    float: left;
    width: 486px;
}
.rightleftWay{
    float: left;
    margin-left:70px;
}
.leftcontactUs>p:nth-child(1){
    font-size: 30px;
    color: #333333;
}
.leftcontactUs>p:nth-child(2){
    font-size: 14px;
    color: #707070;
    margin-top: 20px;
}
.chenghu{
    width: 180px;
    height: 40px;
    border: 1px solid #dbdbdb;
    padding-left: 12px;
    margin-top: 48px;
}
.callMail{
    width: 500px;
    height: 40px;
    margin-top: 24px;
}
.call{
    width: 230px;
    height: 100%;
    border: 1px solid #dbdbdb;
    padding-left: 12px;
}
.mail{
    width: 230px;
    height: 100%;
    border: 1px solid #dbdbdb;
    padding-left: 12px;
    margin-left: 24px;
}
textarea{
    width: 480px;
    height: 170px;
    border: 1px solid #dbdbdb;
    margin-top: 24px;
    padding-left: 12px;
    padding-top: 10px;
}
.submitBox{
    width: 130px;
    height: 40px;
    background: #fec901;
    line-height: 40px;
    text-align: center;
    margin-top: 63px;
    border-radius: 4px;
    border: none
}
.submitBox:hover{
    background: #FEE13A;
}
.submitBox > a{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #333;
}
.rightleftWay >p:nth-child(1){
    font-size: 30px;
    color: #333333;
}
.rightleftWay >p:nth-child(2){
    font-size: 14px;
    color: #707070;
    margin-top: 20px;
}
.oneBox{
    margin-top: 48px;
}
.oneBox > img{
    float: left;
}
.oneBox > p{
    float: left;
    margin-left: 24px;
}
.oneBox > p>span{
    display: block;
    margin-top: 16px;
}
.oneBox > p>span:nth-child(1){
    margin-top: 0;
}
.mapBox{
    width: 100%;
    height: 314px;
    margin-top: 65px;
}
#container{
    width: 100%;
    height: 100%;
}
.BMap_pop{
    margin-top:-20px
}
.BMap_pop > img:nth-of-type(1){
    display: none !important;
}
/*联系我们2*/
.banner1{
    width: 100%;
    height: 280px;
    background: url("../images/aboutMe/banner9.png") no-repeat center;
    background-size: cover;
    padding-top: 122px;
}
.banner1 > p{
    font-size: 36px;
    color: #ffffff;
    text-align: center;
}
.formCon{
    width: 767px;
    height: auto;
    padding: 78px 0 0px 0;
    margin: 0 auto;
}
.formCon>p:nth-child(1){
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.formCon>p:nth-child(2){
    font-size: 14px;
    color: #707070;
    text-align: center;
    margin-top: 15px;
}
.dianhua{
    margin-top: 24px;
    height: 40px;
    margin-left: 26px;
}
.dianhua>input:nth-of-type(1){
    width: 280px;
    height: 40px;
    padding-left: 10px;
    margin-left: 10px;
    border: 1px solid #dbdbdb;
}
.dianhua > span:nth-of-type(2){
    margin-left: 24px;
}
.dianhua>input:nth-of-type(2){
    width: 280px;
    height: 40px;
    padding-left: 10px;
    margin-left: 10px;
    border: 1px solid #dbdbdb;
}
.texta{
    width: 650px !important;
    height: 220px !important;
}
#feedbackcontent::-webkit-input-placeholder{color:#A7A7A7;}
