.banner {
    width: 100%;
    height: 500px;
    background-size: cover;
    position: relative;
}

.banner .text1 {
    line-height: 66px;
    height: 66px;
    font-weight: 700;
    font-size: 60px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 185px;
    color: #fff;
    z-index: 999;
}

.banner .text2 {
    line-height: 76px;
    height: 76px;
    font-size: 43px;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 250px;
    color: #fff;
    z-index: 999;
}

.common-title {
    line-height: 36px;
    height: 36px;
    font-size: 30px;
    text-align: center;
    color: #333;
    margin: 95px 0 57px;
}

.nav {
    width: 100%;
    height: 66px;
    box-shadow: 0px 7px 7px -7px #eee;

}

.nav ul {
    overflow: hidden;
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.nav ul li {
    float: left;
    width: 200px;
    height: 66px;
    line-height: 66px;
    text-align: center;
}

.nav ul li:hover a {
    color: #11cc80;
}

.nav ul li a {
    color: #333;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    display: inline-block;
    border-right: 1px solid #E4E4E4;
    margin-top: 25px;
}

.curr {
    color: #11cc80 !important;
}

.company-info {
    width: 1200px;
    margin: 0 auto;
}

.company-info ul li {
    line-height: 30px;
    text-align: left;
    color: #333333;
    font-size: 14px;
    margin-bottom: 20px;
}

.company-info ul li:last-child {
    margin-bottom: 0;
}

.company-info ul li:first-child {
    margin-top: .25rem;
}

.video-content {
    width: 1200px;
    height: 331px;
    margin: 50px auto 0;
    position: relative;
}

.video-content .video-wraper:nth-child(1) {
    position: absolute;
    width: 588px;
    height: 331px;
    left: 0;
    top: 0;
}

.video-content .video-wraper:nth-child(2) {
    position: absolute;
    width: 588px;
    height: 331px;
    right: 0;
    top: 0;
}

.video-content .video-wraper video {
    width: 588px;
    height: 331px;
}

.video-content .video-wraper img {
    position: absolute;
    width: 588px;
    height: 331px;
    left: 0;
    top: 0;
    z-index: 11;
}

.team-content {
    padding-bottom: 90px;
}

.team-content ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.team-content ul li {
    float: left;
    width: 570px;
    height: 180px;
    margin-bottom: 55px;
    margin-right: 58px;
    position: relative;
}

.team-content ul li:nth-child(2n) {
    margin-right: 0;
}

.team-content ul li:nth-child(n+3) {
    margin-bottom: 0;
}

.team-content ul li .img-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}

.team-content ul li .img-left img {
    width: 100%;
    height: 100%;
}

.team-content ul li .right {
    padding-left: 197px;
    font-size: 0;
    text-align: left;
    padding-top: 28px;
}

.team-content ul li .right .right-top span:first-child {
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    color: #333;
}

.team-content ul li .right span:nth-child(2) {
    height: 26px;
    line-height: 26px;
    font-size: 15px;
    color: #11cc80;
    margin-left: 20px;
}

.team-content ul li .right .des {
    line-height: 26px;
    text-align: left;
    margin-top: 20px;
    font-size: 14px;
}

.goodness {
    background: url("../img/us/gywo_26.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    padding-bottom: 125px;
}

.goodness-content ul li {
    width: 510px;
    height: 90px;
    line-height: 90px;
    margin-bottom: 22px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 45px;
    -webkit-border-radius: 45px;
}

.goodness-content ul li span {
    font-size: 48px;
    margin: 0 5px;
    color: #fff;
    vertical-align: middle;
}

.goodness-content ul li:first-child {
    background: linear-gradient(90deg, rgba(45, 37, 168, 1) 0%, rgba(3, 207, 206, 1) 100%);
}

.goodness-content ul li {
    background: #11cc80;
}

.goodness-content ul li:last-child {
    margin-bottom: 0;
}

.report {
    overflow: hidden;
}

.report .list {
    width: 1200px;
    margin: 0 auto;
}

.report .list ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.report .list ul li {
    width: 384px;
    /*height: 369px;*/
    -webkit-box-shadow: #f3f5fe 0px 0px 30px;
    -moz-box-shadow: #f3f5fe 0px 0px 30px;
    box-shadow: 0px 0px 15px #eee;
    margin-right: 24px;
    float: left;
    margin-bottom: 10px;
}

.report .list ul li:last-child {
    margin-right: 0;
}

.report .list ul li .top-img {
    width: 100%;
    height: 160px;
}

.report .list ul li .top-img img {
    width: 100%;
    height: 100%;
}

.report .list ul li .report-content {
    padding: 25px 30px;
}

.report .list ul li .report-content .report-title {
    line-height: 26px;
    height: 52px;
    text-align: left;
    color: #333333;
    font-size: 16px;
}

.report .list ul li .report-content .report-des {
    line-height: 26px;
    text-align: left;
    color: #666;
    font-size: 14px;
    margin: 13px 0 20px;
}

.customer {
    padding-bottom: 140px;
}

.customer ul {
    overflow: hidden;
    width: 1092px;
    margin: 0 auto;
}

.customer ul li {
    float: left;
    width: 264px;
    height: 130px;
    margin-right: 12px;
    margin-bottom: 12px;
}

.customer ul li:nth-child(4n) {
    margin-right: 0;
}

.customer ul li:nth-child(n+9) {
    margin-bottom: 0;
}

.map-wraper {
    width: 100%;
    height: 500px;
    background: url(../img/location.png) no-repeat center center;
    background-size: cover;
    margin-top: 100px;
    margin-bottom: 76px;
    position: relative;
}

.map-wraper .info {
    position: absolute;
    background: url(../img/guanyu_07.png) no-repeat center center;
    background-size: 100% 100%;
    width: 400px;
    height: 210px;
    left: 50%;
    margin-left: -200px;
    top: 110px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 35px 0 0 56px;
    text-align: left;
}

.map-wraper .info .text1 {
    line-height: 24px;
    font-size: 20px;
    color: #333333;
    margin-bottom: 14px;
}

.map-wraper .info ul li {
    line-height: 32px;
    font-size: 14px;
    color: #333333;
}

.map-wraper .info ul li span {
    color: #ff8331;
}