.banner{
    width: 100%;
    height: 280px;
    background: url("../images/resources/imgs_p1.png") no-repeat center;
    background-size: cover;
    padding-top: 122px;
}
.banner > p{
    font-size: 36px;
    color: #ffffff;
    text-align: center;
    line-height: 1;
}
.techologyNav{
    width: 100%;
    height: 120px;
    background: #ffffff;
    padding-top: 39px;
}
.listNav{
    display: flex;
    margin: 0 auto;
    width: 520px;
}
.listNav > li{

}
.listNav > li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 12px 49px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    border: 1px solid #dbdbdb;
}
.listNav > li:nth-child(1) a,.listNav > li:nth-child(2) a{
    border-right: none;
}
.listNav > li:hover a{
    color: #fec901;
    /*background: #fff;*/
    /*border: 1px solid #dbdbdb !important;*/
}
.bac{
    background: #fec901;
    border: none !important;
    color: #333333!important;
}
body{
    background: #f5f5f5;
}
.content{
    width: 100%;
    height: auto;
    margin-top: 24px;
    margin-bottom: 24px;
    background: #ffffff;
    padding-top:71px;
    padding-bottom: 67px;
}
.main2{
    width: 880px;
    height: auto;
    margin: 0 auto;
}
.main2 > p{
    color: #707070;
    line-height: 30px;
    font-size: 16px;
}
.main2 > p:nth-child(1){
    font-size: 30px;
    color: #333333;
    text-align: center;
    margin-bottom: 65px;
    line-height: 0;
}
.ming{
    width: 100%;
    height: 175px;
    background: #f5f5f5;
    border-left: 4px solid #fec901;
    margin-top: 46px;
    padding: 30px 26px 49px 28px;
    color: #707070;
    font-size: 16px;
line-height: 27px;
}
.ming > p{
    font-size: 16px;
}
.main2 p:nth-child(1){
    text-align: center;
}
.main2 p:nth-child(2){
    text-align: left;
    margin-top: 36px;
}