/* CSS Document */

html,
body {
    height: 100%;
}

.banner {
    /* height: 100%; */
}

.zhezhao {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../image/ban_zhao02.png);
}

.three .zhezhao {
    position: unset;
    height: 833px;
}

.drwp .title {
    padding-top: 60px;
}

.drwp .title h1 {
    font-size: 42px;
    color: #333;
}

.drwp .title p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin: 8px auto 0;
}

.drwp .more {
    width: 160px;
    height: 50px;
    margin: 60px auto;
    display: block;
    background-color: #0a4fa0;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
}

.drwp .more:hover {
    background-color: #fff;
    box-shadow: 0 0 10px #666;
    color: #0a4fa0;
    transition: all 0.4s linear;
}

.drwp .one {
    overflow: hidden;
    padding: 60px 0;
}

.drwp .one .list {
    float: left;
    margin: 0 auto;
    width: calc(100% / 3);
    position: relative;
}

.drwp .one .list h1.jumbo {
    font-size: 55px;
    line-height: 55px;
    color: #333;
    font-family: "BEBAS";
}

.drwp .one .list p.a {
    font-size: 16px;
    line-height: 2;
    color: #333;
}

.drwp .one .list .xian {
    width: 20px;
    height: 1px;
    background-color: #0a4fa0;
    margin: 15px 0 20px;
}

.drwp .two {
    padding: 60px 0;
    background-color: #f2f2f2;
}

.drwp .two .more {
    margin: 60px auto 0;
}

.drwp .two .zzsc {
    width: 100%;
    font-family: '微软雅黑';
}

.drwp .two .zzsc .tab {
    overflow: hidden;
    width: 100%;
}

.drwp .two .zzsc .tab .title {
    float: left;
    width: 40%;
    padding: 0;
}

.drwp .two .zzsc .tab .tab_nav {
    float: right;
    max-width: 60%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drwp .two .zzsc .tab .tab_nav a {
    display: block;
    padding: 10px 0;
    margin-left: 20px;
    float: left;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: all 0.4s linear;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.drwp .two .zzsc .tab .tab_nav a:first-child {
    margin-left: 0;
}

.drwp .two .zzsc .tab .tab_nav a:hover {
    border-bottom: 2px solid #0a4fa0;
    color: #0a4fa0;
    text-decoration: none;
}

.drwp .two .zzsc .tab .tab_nav a.on {
    border-bottom: 2px solid #0a4fa0;
    color: #0a4fa0;
    text-decoration: none;
}

.drwp .two .zzsc .content {
    margin-top: 10px;
}

.drwp .two .zzsc .content li {
    display: none;
}

.drwp .two .zzsc .content li .box {
    overflow: hidden;
}

.drwp .two .zzsc .content li .box .team {
    float: left;
    width: calc(100%/4 - 22.5px);
    margin-right: 30px;
    margin-top: 40px;
}

.drwp .two .zzsc .content li .box .team:nth-child(4n+0) {
    margin-right: 0;
}

.drwp .two .zzsc .content li .box .team:hover {
    margin-top: 30px;
    margin-bottom: 10px;
    transition: all 0.4s linear;
}

.drwp .two .zzsc .content li .box .team:hover p {
    color: #0a4fa0;
}

.drwp .two .zzsc .content li .box .team p {
    font-size: 16px;
    color: #333;
    margin: 20px auto 0;
    text-align: center;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.4s linear;
}

.drwp .four {
    padding: 60px 0;
    background: url(../image/four_bg.jpg) no-repeat center/cover;
}

.drwp .four .title h1 {
    text-align: center;
    line-height: 50px;
}

.drwp .four .title h1 span {
    font-size: 70px;
    margin-right: 10px;
    color: #0a4fa0;
}

.drwp .four .list {
    overflow: hidden;
    margin-top: 50px;
}

.drwp .four .list li {
    padding: 60px 0;
    float: left;
    width: calc(100%/7 - 1.2px);
    border-right: #eee solid 1px;
    border-top: #eee solid 1px;
    border-bottom: #eee solid 1px;
    text-align: center;
    transition: all 0.3s linear;
    background: linear-gradient(#f1f1f1 50%, #fff 50%);
    background-size: 100% 200%;
    background-position: 0 -100%;
}

.drwp .four .list li img{
    transition: all .5s;
}

.drwp .four .list li:first-child {
    border-left: #eee solid 1px;
}

.drwp .four .list li:hover {
    -webkit-animation: myfirst 2s 1;
    background-position: 0 0%;
}

.drwp .four .list li:hover img{
    transform: rotate(360deg);
}

@-webkit-keyframes myfirst {
    0% {
        background-position: 0 100%;
    }

    100% {
        background-position: 0 0%;
    }
}

.drwp .four .list li h1 {
    font-size: 22px;
    color: #333;
    margin: 40px 0 10px;
    font-weight: normal;
}

.drwp .four .list li p {
    width: 75%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.drwp .four .list li:hover h1 {
    color: #0a4fa0;
    transition: all 0.3s linear;
}

.drwp .four .list li:hover p {
    color: #333;
    transition: all 0.3s linear;
}

.drwp .five {
    background: url(../image/effc0553f59155d066465e097162dc80.jpg) no-repeat center/cover;
    padding-top: 20px;
}

.drwp .five .title h1 {
    color: #fff;
}

.drwp .five .title p {
    color: #fff;
    max-width: 550px;
    margin-left: 0;
    margin-top: 2%;
    font-size: 16px;
}

.drwp .five .videolist {
    margin: 100px 0;
    height: 144px;
    display: flex;
    justify-content: left;
    align-items: center;
    background: url(../image/video_h.png) no-repeat left;
    background-size: 120px;
    transition: all 0.3s linear;
}

.drwp .five .videolist p {
    color: #fff;
    font-size: 14px;
    display: inline-block;
}

.drwp .five .videolist img {
    margin-right: 10px;
    margin-left: 50px;
    transition: all 0.3s linear;
}

.drwp .five .videolist:hover {
    background-size: 144px;
}

.drwp .five .videolist:hover img {
    margin-left: 60px;
}

.drwp .five .down {
    overflow: hidden;
    background: -webkit-linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(90deg, #f5f5f5 0%, #f5f5f5 30%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
}

.drwp .five .down .left {
    float: left;
    width: 60%;
    height: 350px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: left;
    align-items: center;
}

.drwp .five .down .left h1 {
    font-size: 24px;
    color: #333;
}

.drwp .five .down .left .p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 20px;
    width: 85%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.drwp .five .down .left .p p,
.drwp .five .down .left .p span {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.drwp .five .down .left .more {
    margin: 30px 0 0;
}

.drwp .five .down .right {
    float: right;
    width: 40%;
    height: 350px;
}

.drwp .five .down .right li {
    float: left;
    height: 100%;
    width: 50%;
    background-color: rgba(0, 29, 80, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
}

.drwp .five .down .right li:first-child {
    background-color: rgba(23, 65, 139, 0.9);
}

.drwp .five .down .right li p {
    font-size: 24px;
    color: #fff;
    margin: 30px 0 20px;
    text-align: center;
}

.drwp .five .down .right li .xian {
    width: 15px;
    height: 1px;
    margin: 0 auto;
    background-color: #fff;
}

.drwp .five .box {
    position: relative;
    perspective: 1000px;
}

.drwp .five .box .box-img {
    transform: rotateY(0);
    transition: all 0.5s ease-in-out 0s;
}

.drwp .five .down .right li:hover .box-img {
    transform: rotateY(-180deg);
}

.drwp .five .box .box-img img {
    width: 100%;
    height: auto;
}

.drwp .five .box .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    transform: rotateY(180deg);
    transition: all 0.5s ease-in-out 0s;
}

.drwp .five .down .right li:hover .box-content {
    transform: rotateY(0);
}

.drwp .five .box .box-content img {
    width: 100%;
    height: auto;
}

.drwp .sex {
    padding-bottom: 60px;
}

.drwp .sex .title {
    text-align: center;
}

.drwp .sex .list {
    margin-top: 40px;
    overflow: hidden;
    border-top: 1px solid #eee;
}

.drwp .sex .list li {
    float: left;
    width: calc(100%/6 - 1.2px);
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.drwp .sex .list li:first-child {
    border-left: 1px solid #eee;
}

.drwp .sex .list li:nth-child(7) {
    border-left: 1px solid #eee;
}

.drwp .seven {
    padding-bottom: 60px;
}

.drwp .seven .title {
    text-align: center;
}

.drwp .seven .zzsc2 .team .img {
    display: none;
}

.drwp .seven .zzsc2 .team:first-child .img {
    display: block;
    height: 261px;
}

.drwp .seven .zzsc2 .tab .tab_nav {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.drwp .seven .zzsc2 .tab .tab_nav a {
    display: block;
    padding: 10px 0;
    margin: 0 30px;
    float: left;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: all 0.4s linear;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.drwp .seven .zzsc2 .tab .tab_nav a:first-child {
    margin-left: 0;
}

.drwp .seven .zzsc2 .tab .tab_nav a:hover {
    border-bottom: 2px solid #0a4fa0;
    color: #0a4fa0;
    text-decoration: none;
}

.drwp .seven .zzsc2 .tab .tab_nav a.on {
    border-bottom: 2px solid #0a4fa0;
    color: #0a4fa0;
    text-decoration: none;
}

.drwp .seven .zzsc2 .content {
    margin-top: 10px;
}

.drwp .seven .zzsc2 .content li {
    display: none;
}

.drwp .seven .zzsc2 .content li .box {
    overflow: hidden;
}

.drwp .seven .zzsc2 .content li .box .team {
    float: left;
    width: calc(100%/3 - 24px);
    margin-right: 36px;
    margin-top: 59px;
}

.drwp .seven .zzsc2 .content li .box .team:first-child {
    margin-top: 0;
}

.drwp .seven .zzsc2 .content li .box .team:nth-child(2) {
    margin-top: 0;
}

.drwp .seven .zzsc2 .content li .box .team:nth-child(3) {
    margin-right: 0;
    margin-top: 0;
}

.drwp .seven .zzsc2 .content li .box .team:nth-child(5) {
    margin-right: 0;
}

.drwp .seven .zzsc2 .content li .box .team h1 {
    font-size: 18px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 20px 0;
    font-weight: normal;
}

.drwp .seven .zzsc2 .content li .box .team p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.drwp .seven .zzsc2 .content li .box .team:hover h1 {
    color: #0a4fa0;
    transition: all 0.4s linear;
}

.drwp .seven .zzsc2 .content li .box .team .down {
    padding-top: 30px;
    margin-top: 40px;
    border-top: 1px solid #e5e5e5;
    overflow: hidden;
}

.drwp .seven .zzsc2 .content li .box .team .down span {
    font-size: 14px;
    color: #999;
    float: right;
}

.drwp .seven .zzsc2 .content li .box .team .down span:first-child {
    float: left;
}

.drwp .seven .zzsc2 .content li .box .team .down span:hover {
    color: #0a4fa0;
    transition: all 0.4s linear;
}

.drwp .seven .zzsc2 .content li .box .team:nth-child(6) {
    display: none;
}


.drwp .case {
    overflow: hidden;
    padding-bottom: 60px;
    background-color: #fafafa;
}

.drwp .hexin {
    overflow: hidden;
    background: url(../image/hexin_bg.jpg) no-repeat center/cover;
}

.drwp .hexin .list {
    overflow: hidden;
    margin-top: 40px;
}

.drwp .hexin .list li {
    float: left;
    width: calc(100%/3 - 14px);
    margin-right: 21px;
    margin-bottom: 21px;
}

.drwp .hexin .list li:nth-child(3n+0) {
    margin-right: 0;
}

.drwp .hexin .list li:hover .txt {
    background-color: #17418b;
    transition: all 0.3s linear;
    margin-top: -72px;
}

.drwp .hexin .list li:hover .txt h1 {
    color: #fff;
    transition: all 0.3s linear;
}

.drwp .hexin .list li:hover .txt p {
    color: rgba(256, 256, 256, 0.5);
    transition: all 0.3s linear;
    -webkit-line-clamp: 4;
    height: 96px;
}

.drwp .hexin .list .txt {
    padding: 20px 30px;
    background-color: #fafafa;
}

.drwp .hexin .list .txt h1 {
    font-size: 18px;
    color: #333;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.drwp .hexin .list .txt p {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    color: #666;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.drwp .hexin .more {
    margin: 40px auto 60px;
}

.drwp .news .more {
    margin: 60px auto 0;
}

.drwp .advantage {
    background: url(../image/advantage_bg.jpg) no-repeat center top/cover;
    padding-bottom: 120px;
}

.drwp .advantage .box {
    margin: 60px auto 0;
    width: 680px;
    height: 680px;
    background: url(../images/advantage.png) no-repeat center top/cover;
    position: relative;
}

.drwp .advantage .box li {
    position: absolute;
    width: 70%;
}

.drwp .advantage .box li .txt {
    float: left;
    width: 75%;
    margin-right: 5%;
    text-align: right;
}

.drwp .advantage .box li .txt h1 {
    font-size: 24px;
    color: #333;
}

.drwp .advantage .box li .txt span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
    color: #999;
}

.drwp .advantage .box li .txt p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 24px;
    color: #666;
}

.drwp .advantage .box li img {
    float: right;
    width: 20%;
}

.drwp .advantage .box li:nth-child(4) .txt,
.drwp .advantage .box li:nth-child(5) .txt {
    float: right;
    width: 75%;
    margin-left: 5%;
    margin-right: 0;
    text-align: left;
}

.drwp .advantage .box li:nth-child(4) img,
.drwp .advantage .box li:nth-child(5) img {
    float: left;
    width: 20%;
}

.drwp .advantage .box li:first-child {
    top: 45px;
    left: -48%;
}

.drwp .advantage .box li:nth-child(2) {
    top: 290px;
    left: -62%;
}

.drwp .advantage .box li:nth-child(3) {
    top: 540px;
    left: -48%;
}

.drwp .advantage .box li:nth-child(4) {
    top: 110px;
    right: -55%;
}

.drwp .advantage .box li:nth-child(5) {
    top: 440px;
    right: -57%;
}

.drwp .manpower {
    background: url(../image/manpower_bg.jpg) no-repeat center top/cover;
    padding-bottom: 80px;
}

.drwp .manpower .center {
    overflow: hidden;
    margin: 60px auto 0;
}

.drwp .manpower .center .txt {
    float: left;
    border-radius: 5px;
    padding: 60px 0;
    width: 48%;
    margin-right: 4%;
    background: url(../images/manpower.png) no-repeat right bottom #fff;
}

.drwp .manpower .center .txt:last-child {
    float: right;
    margin-right: 0;
}

.drwp .manpower .center .txt h1 {
    text-align: center;
    font-size: 34px;
    color: #17418b;
    font-weight: normal;
}

.drwp .manpower .center .txt p {
    margin: 40px auto 0;
    text-align: center;
    font-size: 15px;
    line-height: 30px;
    color: #666;
    width: 80%;
}

.drwp .manpower a {
    width: 140px;
    height: 50px;
    margin: 60px auto 0;
    display: block;
    background-color: #17418b;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    border-radius: 5px;
}

.drwp .manpower a:hover {
    background-color: #fff;
    box-shadow: 0 0 10px #666;
    color: #17418b;
    transition: all 0.4s linear;
}



.drwp .partners {
    background-color: #fafafa;
    padding-bottom: 60px;
}


.drwp .aboutindex .four {
    background: url(../images/wenhua_bg.jpg) no-repeat center/cover;
    padding: 180px 0;
}

.drwp .aboutindex .four h1 {
    font-size: 36px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 40px;
}

.drwp .aboutindex .four p {
    font-size: 22px;
    line-height: 48px;
    color: #fff;
}


.drwp .youshi {
    background: url(../images/youshi_bg.jpg) no-repeat center/cover;
    padding-bottom: 60px;
}

.drwp .youshi .list {
    overflow: hidden;
    margin-top: 60px;
}

.drwp .youshi .list li {
    float: left;
    width: calc(100%/5 - 48px);
    margin-right: 60px;
    text-align: center;
}

.drwp .youshi .list li:last-child {
    margin-right: 0;
}

.drwp .youshi .list li h1 {
    font-size: 22px;
    color: #333;
    margin: 40px 0 10px;
    font-weight: normal;
}

.drwp .youshi .list li p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.drwp .youshi .list li:hover h1 {
    color: #0a4fa0;
    transition: all 0.3s linear;
}

.drwp .youshi .list li:hover p {
    color: #333;
    transition: all 0.3s linear;
}

.drwp .about {
    background: url(../image/about_bg.jpg) no-repeat center/cover;
    padding: 40px 0;
    overflow: hidden;
}

.drwp .about .center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.drwp .about .left {
    float: left;
    width: 34%;
}

.drwp .about .right {
    float: right;
    width: 61%;
    margin-left: 5%;
}

.drwp .about .left h1 {
    font-size: 70px;
    font-family: "abril fatface";
    color: rgba(256, 256, 256, 0.2);
}

.drwp .about .left h2 {
    font-size: 46px;
    color: #fff;
    margin: -40px 0 40px;
}

.drwp .about .left p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.drwp .about .left a {
    font-size: 14px;
    color: #17418b;
    margin-top: 40px;
    display: block;
}

.drwp .about .left a:hover {
    color: #fff;
    transition: all 0.3s linear;
}

.drwp .about .right .list li {
    border: 1px solid #ccc;
    padding: 40px 30px 50px;
    float: left;
    width: calc(100%/2 - 62px);
}

.drwp .about .right .list li:hover {
    background-color: rgba(23, 65, 139, 0.6);
    transition: all 0.3s linear;
}

.drwp .about .right .list li:first-child {
    opacity: 0;
    border-right: none;
    border-bottom: none;
}

.drwp .about .right .list li:nth-child(2) {
    border-bottom: none;
}

.drwp .about .right .list li:nth-child(3) {
    border-right: none;
}

.drwp .about .right .list li img {
    float: right;
    display: block;
}

.drwp .about .right .list li h1 {
    clear: both;
    font-size: 28px;
    color: #fff;
    line-height: 30px;
}

.drwp .about .right .list li p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 72px;
}

.drwp .news {
    background: url(../image/news_bg.jpg) no-repeat center/cover;
    padding-bottom: 60px;
}

.drwp .news .list {
    margin-top: 40px;
    overflow: hidden;
}

.drwp .news .list li {
    float: left;
    width: calc(100%/3 - 22px);
    margin-right: 33px;
}

.drwp .news .list li:nth-child(3n+0) {
    margin-right: 0;
}

.drwp .news .list li .txt {
    padding: 20px 15px;
    background-color: #fafafa;
}

.drwp .news .list li .txt h1 {
    font-size: 16px;
    color: #666;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.drwp .news .list li .txt .xian {
    width: 35px;
    height: 4px;
    background-color: #0a4fa0;
    margin: 10px 0 30px;
}

.drwp .news .list li .txt .bot {
    overflow: hidden;
}

.drwp .news .list li .txt .bot p {
    float: left;
    font-size: 14px;
    color: #666;
}

.drwp .news .list li .txt .bot span {
    float: right;
    font-size: 14px;
    color: #666;
}

.drwp .news .list li:hover .txt {
    background-color: #17418b;
    transition: all 0.3s linear;
}

.drwp .news .list li:hover .txt h1 {
    color: #fff;
    transition: all 0.3s linear;
}

.drwp .news .list li:hover .txt .bot p {
    color: #fff;
    transition: all 0.3s linear;
}

.drwp .news .list li:hover .txt .bot span {
    color: #fff;
    transition: all 0.3s linear;
}


@media (max-width:1599px) {
    .drwp .advantage .box li .txt h1 {
        font-size: 22px;
    }

    .drwp .advantage .box li .txt p {
        font-size: 14px;
    }

    .drwp .advantage .box {
        width: 580px;
        height: 580px;
    }

    .drwp .advantage .box li:first-child {
        left: -54%;
        width: 75%;
    }

    .drwp .advantage .box li:nth-child(2) {
        top: 260px;
    }

    .drwp .advantage .box li:nth-child(3) {
        top: 460px;
    }

    .drwp .advantage .box li:nth-child(4) {
        top: 100px;
    }

    .drwp .advantage .box li:nth-child(5) {
        top: 390px;
    }
}

@media (max-width:1299px) {

    .drwp .advantage .box {
        width: 500px;
        height: 500px;
    }

    .drwp .advantage .box li:first-child {
        left: -56%;
    }

    .drwp .advantage .box li:nth-child(2) {
        top: 230px;
    }

    .drwp .advantage .box li:nth-child(3) {
        top: 405px;
        width: 72%;
    }

    .drwp .advantage .box li:nth-child(4) {
        top: 80px;
    }

    .drwp .advantage .box li:nth-child(5) {
        top: 330px;
    }
}


@media (max-width:1199px) {

    .drwp .about .box .right {
        width: 37%;
        margin-right: 9%;
    }

    .drwp .about .box .right h1 {
        font-size: 30px;
    }

    .drwp .about .box .right .xian {
        margin: 20px 0 40px;
    }

    .drwp .about .box .right a {
        margin-top: 40px;
    }

    .drwp .advantage {
        padding-bottom: 80px;
    }

    .drwp .advantage .box {
        width: 90%;
        height: auto;
        overflow: hidden;
        background: none;
    }

    .drwp .advantage .box li .txt h1 {
        font-size: 20px;
    }

    .drwp .advantage .box li {
        position: static;
        float: left;
        width: 48% !important;
        margin-right: 4%;
        margin-bottom: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }

    .drwp .advantage .box li:nth-child(even) {
        margin-right: 0;
    }

    .drwp .advantage .box li:nth-child(even) {
        margin-right: 0;
    }

    .drwp .advantage .box li .txt {
        float: left !important;
        width: 75% !important;
        margin-left: 0 !important;
        margin-right: 5% !important;
        text-align: right !important;
    }

    .drwp .advantage .box li img {
        float: right !important;
        width: 20% !important;
    }
}

@media (max-width:996px) {
    .banner {
        height: auto;
        margin-top: 50px;
    }

    .drwp .more {
        width: 140px;
        height: 40px;
        line-height: 40px;
        margin: 30px auto;
    }

    .drwp .title {
        padding-top: 30px;
    }

    .drwp .title h2 {
        font-size: 36px;
    }

    .drwp .title h1 {
        font-size: 26px;
    }

    .drwp .title p {
        margin: 6px auto 0;
    }

    .swiper-container2 {
        margin: 20px auto 0 !important;
    }

    .drwp .one {
        padding: 30px 0 10px;
    }

    .drwp .one .list {
        width: 100%;
        margin: 0 5px 20px;
    }

    .drwp .one .list h1.jumbo {
        font-size: 30px;
        line-height: 30px;
    }

    .drwp .one .list .xian {
        margin: 10px 0 15px;
    }

    .drwp .two {
        padding: 30px 0;
    }

    .drwp .two .more {
        margin: 30px auto 0;
    }

    .drwp .two .zzsc .tab .title {
        float: none;
        width: 100%;
    }

    .drwp .two .zzsc .tab .tab_nav {
        float: none;
        max-width: 100%;
        height: auto;
        display: block;
        margin-top: 10px;
    }

    .drwp .two .zzsc .tab .tab_nav a {
        margin-left: 0;
        margin-right: 15px;
        font-size: 14px;
        padding: 10px 0 5px;
    }

    .drwp .two .zzsc .content li .box .team {
        width: calc(100%/2 - 7.5px);
        margin-right: 15px;
        margin-top: 20px;
    }

    .drwp .two .zzsc .content li .box .team:hover {
        margin-top: 10px;
    }

    .drwp .two .zzsc .content li .box .team:nth-child(4n+0) {
        margin-right: 15px;
    }

    .drwp .two .zzsc .content li .box .team:nth-child(even) {
        margin-right: 0;
    }

    .drwp .two .zzsc .content li .box .team p {
        font-size: 14px;
        margin: 10px auto 0;
    }

    .drwp .four {
        padding: 30px 0;
    }

    .drwp .four .list {
        margin-top: 30px;
    }

    .drwp .four .list li {
        padding: 20px 0;
        width: calc(100%/3 - 1.4px);
    }

    .drwp .four .list li:nth-child(3) {
        margin-right: 0;
    }

    .drwp .four .list li:nth-child(4) {
        /* margin-left: 17%; */
        border-left: 1px solid #eee;
        /* border-top: none; */
    }

    .drwp .four .list li:nth-child(5) {
        border-top: none;
    }

    .drwp .four .list li h1 {
        font-size: 16px;
        margin: 20px 0 5px;
    }

    .drwp .four .list li p {
        width: 90%;
        -webkit-line-clamp: 3;
        height: 72px;
    }

    .drwp .four .list li img {
        width: 45%;
        max-width: 50px;
    }

    .drwp .four .title h1 {
        line-height: 30px;
    }

    .drwp .four .title h1 span {
        font-size: 50px;
        margin-right: 6px;
    }

    .drwp .five {
        padding-top: 0;
    }

    .drwp .five .videolist {
        margin: 40px 0;
        height: 100px;
        background-size: 80px;
    }

    .drwp .five .videolist:hover {
        background-size: 100px;
    }

    .drwp .five .videolist:hover img {
        margin-left: 45px;
    }

    .drwp .five .videolist img {
        width: 20px;
        margin-right: 8px;
        margin-left: 35px;
    }

    .drwp .five .down .left {
        float: none;
        width: 100%;
        height: 280px;
    }

    .drwp .five .down .left h1 {
        font-size: 20px;
    }

    .drwp .five .down .right {
        float: none;
        width: 100%;
        height: 220px;
    }

    .drwp .five .down .right li img {
        width: 80%;
        display: block;
        margin: 0 auto;
        max-width: 110px;
    }

    .drwp .five .down .right li p {
        font-size: 18px;
        margin: 20px 0 10px;
    }

    .drwp .sex {
        padding-bottom: 30px;
    }

    .drwp .sex .list li {
        border-left: 1px solid #eee;
        width: calc(100%/2 - 2px);
    }

    .drwp .seven {
        padding-bottom: 30px;
    }

    .drwp .seven .zzsc2 .content li .box .team {
        float: left;
        width: calc(100%/2 - 10px);
        margin-right: 20px;
        margin-top: 0;
    }

    .drwp .seven .zzsc2 .content li .box .team:nth-child(3) {
        margin-right: 20px;
    }

    .drwp .seven .zzsc2 .content li .box .team:nth-child(even) {
        margin-right: 0;
    }

    .drwp .seven .zzsc2 .content li .box .team:nth-child(6) {
        display: block;
        margin-right: 0;
    }

    .drwp .seven .zzsc2 .team:first-child .img {
        display: none;
    }

    .drwp .seven .zzsc2 .content li .box .team h1 {
        font-size: 16px;
        margin: 20px 0 10px;
    }

    .drwp .seven .zzsc2 .content li .box .team .down {
        padding-top: 15px;
        margin-top: 15px;
    }

    .drwp .seven .zzsc2 .tab .tab_nav {
        height: 40px;
        margin-top: 20px;
    }

    .drwp .seven .zzsc2 .content li .box .team:nth-child(5) {
        margin-right: 20px;
    }

    .drwp .case {
        padding-bottom: 30px;
    }

    .drwp .hexin .list li {
        width: calc(100%/2 - 7.5px);
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .drwp .hexin .list li:nth-child(3n+0) {
        margin-right: 15px;
    }

    .drwp .hexin .list li:nth-child(even) {
        margin-right: 0;
    }

    .drwp .hexin .list li:nth-child(5),
    .drwp .hexin .list li:nth-child(6) {
        display: none;
    }

    .drwp .hexin .list .txt {
        padding: 8px 16px;
    }

    .drwp .hexin .list .txt h1 {
        font-size: 15px;
    }

    .drwp .hexin .list .txt p {
        margin-top: 5px;
    }

    .drwp .hexin .more {
        margin: 20px auto 30px;
    }

    .drwp .advantage {
        padding-bottom: 30px;
    }

    .drwp .advantage .box {
        margin: 30px auto 0;
    }

    .drwp .advantage .box li {
        margin-bottom: 30px;
        display: block;
    }

    .drwp .advantage .box li .txt h1 {
        font-size: 18px;
    }

    .drwp .manpower {
        padding-bottom: 40px;
    }

    .drwp .manpower .center {
        margin: 30px auto 0;
    }

    .drwp .manpower .center .txt {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        padding: 40px 0;
    }

    .drwp .manpower .center .txt h1 {
        font-size: 24px;
    }

    .drwp .manpower .center .txt p {
        margin: 30px auto 0;
        font-size: 14px;
        line-height: 26px;
    }

    .drwp .manpower a {
        margin: 0 auto;
        width: 120px;
        height: 45px;
        line-height: 45px;
    }

    .drwp .partners {
        padding-bottom: 30px;
    }


    .drwp .aboutindex .four {
        padding: 80px 0;
    }

    .drwp .aboutindex .four h1 {
        font-size: 30px;
        margin-bottom: 30px;
    }

    .drwp .aboutindex .four p {
        font-size: 18px;
        line-height: 40px;
    }

    .drwp .youshi {
        padding-bottom: 30px;
    }

    .drwp .youshi .list li {
        width: calc(100%/3 - 14px);
        margin-right: 21px;
        margin-bottom: 20px;
    }

    .drwp .youshi .list li:nth-child(3) {
        margin-right: 0;
    }

    .drwp .youshi .list li:nth-child(4) {
        margin-left: 17%;
    }

    .drwp .youshi .list {
        margin-top: 30px;
    }

    .drwp .youshi .list li h1 {
        font-size: 16px;
        margin: 20px 0 5px;
    }

    .drwp .youshi .list li img {
        width: 45%;
        max-width: 50px;
    }

    .drwp .about .left h1 {
        font-size: 48px;
    }

    .drwp .about .left h2 {
        font-size: 30px;
        margin: -30px 0 20px;
    }

    .drwp .about .right .list li {
        padding: 30px 20px 40px;
        width: calc(100%/2 - 42px);
    }

    .drwp .about .right .list li h1 {
        font-size: 20px;
        line-height: 20px;
    }

    .drwp .about .right .list li p {
        margin-top: 10px;
    }

    .drwp .about .right .list li img {
        width: 40px;
    }

    .drwp .about .left a {
        margin-top: 20px;
    }


    .drwp .news {
        padding-bottom: 30px;
    }

    .drwp .news .more {
        margin: 30px auto 0;
    }

    .drwp .news .list {
        margin-top: 20px;
    }

    .drwp .news .list li {
        width: calc(100%/2 - 10px);
        margin-right: 20px;
    }

    .drwp .news .list li:nth-child(even) {
        margin-right: 0;
    }

    .drwp .news .list li:nth-child(3) {
        display: none;
    }

    .drwp .news .list li .txt {
        padding: 10px 15px;
    }

    .drwp .news .list li .txt h1 {
        font-size: 14px;
    }

    .drwp .news .list li .txt .xian {
        margin: 8px 0 16px;
        width: 25px;
        height: 2px;
    }

    .drwp .news .list li .txt .bot p {
        font-size: 12px;
        line-height: 12px;
    }

    .drwp .news .list li .txt .bot span {
        font-size: 12px;
        line-height: 12px;
    }

    .drwp .seven .zzsc2 .content li .box .team p {
        display: none;
    }
}

@media (max-width: 767px) {
    .drwp .advantage .box li {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
    }

    .drwp .advantage .box li .txt {
        float: right !important;
        width: 75% !important;
        margin-left: 5% !important;
        margin-right: 0 !important;
        text-align: left !important;
    }

    .drwp .advantage .box li img {
        float: left !important;
        width: 20% !important;
    }

    .drwp .about .center {
        display: block;
    }

    .drwp .about .left {
        float: none;
        width: 100%;
    }

    .drwp .about .right {
        float: none;
        width: 100%;
        margin-top: 30px;
        margin-left: 0;
    }

    .drwp .about .right .list li {
        padding: 20px 20px 30px;
    }

    .drwp .about .right .list li h1 {
        font-size: 18px;
        line-height: 18px;
    }

    .drwp .about .right .list li p {
        height: 48px;
        -webkit-line-clamp: 2;
    }
    .drwp .three .gallery-top .title p.en{
        display: none;
    }
    .drwp .seven .zzsc2 .content li .box .team p {
        display: none;
    }
}

@media (max-width: 599px) {
    .drwp .title h2 {
        font-size: 26px;
    }

    .drwp .title h1 {
        font-size: 22px;
    }

    .drwp .title .xian {
        width: 60px;
        margin: 10px auto 0;
    }

    .drwp .title p {
        font-size: 14px;
    }

    .drwp .about .box .right h1 {
        font-size: 22px;
    }

    .drwp .about .box .right .xian {
        margin: 10px 0 20px;
    }

    .drwp .about .box .right span {
        font-size: 12px;
    }

    .drwp .about .box .right a {
        margin-top: 30px;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }


    .drwp .advantage .box li .txt {
        width: 100% !important;
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .drwp .advantage .box li img {
        display: none;
    }

    .drwp .advantage .box li .txt h1 {
        font-size: 16px;
    }

    .drwp .manpower .center .txt h1 {
        font-size: 22px;
    }

    .drwp .manpower .center .txt p {
        margin: 20px auto 0;
    }

    .drwp .manpower a {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .drwp .news .more {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }

    .drwp .case {
        padding-bottom: 120px;
    }

    .drwp .aboutindex .four {
        padding: 50px 0;
    }

    .drwp .aboutindex .four h1 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .drwp .aboutindex .four p {
        font-size: 15px;
        line-height: 30px;
    }


    .drwp .seven .zzsc2 .content li .box .team {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }

    .drwp .seven .zzsc2 .content li .box .team:nth-child(3) {
        margin-right: 0;
    }

    .drwp .three .gallery-top .title p.en{
        display: none;
    }

    .drwp .seven .zzsc2 .content li .box .team p {
        display: none;
    }

}