/* 发明专利页面 */

/* 上部背景区 */

.top_bg {
    position: relative;
}

.top_bg_txt {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 3% 120px;
    text-align: center;
}

.top_bg_txt>p {
    color: #fff;
    margin-top: 22px;
}

/* 定位盒子 */

.top_bg_dw {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    display: flex;
    background-color: #d82128;
    border-radius: 8px;
}

.top_bg_dw>div {
    padding: 35px 0;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid rgba(255, 255, 255, .5);
}

.top_bg_dw>div:last-child {
    border-right: 0;
}

.top_bg_dw>div>i {
    font-size: 28px;
    color: #fff;
    margin-right: 10px;
}

.top_bg_dw>div>span {
    font-size: 18px;
    color: #fff;
}

/* 媒体查询 */

@media screen and (max-width: 1100px) {
    .top_bg_dw {
        flex-wrap: wrap;
    }
    .top_bg_dw>div {
        flex: none;
        width: 50%;
        padding: 10px ;
        justify-content: flex-start;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
    }
    .top_bg_dw>div:nth-of-type(2n){
        border-right: none;
    }
    .top_bg_dw>div>span{
        font-size: 14px;
    }
}

/* 介绍 */

.introduce {
    margin-top: 150px;
}

/* 上文本 */

.introduce_txt {
    text-align: center;
}

.introduce_txt>p {
    margin-top: 13px;
}

/* 下盒子 */

.introduce_box {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.introduce_box>div {
    width: 48%;
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
    padding: 55px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    display: inline-block;
    margin: 0 15px;
}

.introduce_box>div>h4 {
    height: 40px;
}

.introduce_xian {
    height: 1px;
    width: 50px;
    background-color: #d82128;
    transition: all .4s;
}

.introduce_box>div:hover .introduce_xian {
    width: 80px;
}

.introduce_box>div>p {
    margin-top: 15px;
}

.introduce_box_explain {
    margin-top: 10px;
}

.introduce_box_explain>div {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dotted #b0b0b0;
    font-size: 16px;
    color: #222;
}

.introduce_box_explain>div::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #d82128;
    margin-right: 12px;
}

@media screen and (max-width: 1100px) {
    .introduce_box {
        flex-direction: column;
        margin: 0;
        margin-top: 30px;
    }
    .introduce_box>div {
        width: 100%;
        margin: 0;
        margin-top: 20px;
        padding: 30px;
    }
}

/* 流程 */

.flow {
    position: relative;
    margin-top: 100px;
    padding: 90px 0 180px;
    background: url(../images/upload/patentbg02.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

.flow_box {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    margin-left: -15px;
    margin-right: -15px;
}

.flow_box>div {
    position: relative;
    width: 100%;
    padding: 75px 0 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    margin: 0 15px;
}

/* 定位圆 */

.flow_box_yuan {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 82px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    background-color: #d82128;
    border-radius: 82px;
    font-size: 32px;
    color: #fff;
    
}
.flow_box>div>h4{
    padding: 0 10px;
    line-height: 1.5;
}

/* 内容 */

.flow_box>div>h5 {
    font-weight: 400;
    margin: auto;
    margin-top: 23px;
    width: 80%;
}
.flow_box>div>h5>p{
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    white-space: pre-line;
}

.flow_box>div>i {
    margin-top: 15px;
    font-size: 56px;
    color: #d8d8d8;
}

/* 定位盒子 */

.value_dw {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform: translateY(50%);
}

.value_dw_box {
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.value_dw_box>a {
    width: 50%;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10%;
    padding-right: 5%;
}

.value_dw_box>a:first-child {
    background-color: #222222;
}

.value_dw_box>a:last-child {
    background-color: #d82128;
}

.value_dw_box>a>.value_dw_p {
    position: relative;
    text-align: left;
    width: 80%;
    font-size: 72px;
    color: rgba(255, 255, 255, 0.3);
    transform: translateX(-20%);
    line-height: 26.6px;
}

.value_dw_box>a>.value_dw_p::before {
    content: '在线留言咨询';
    position: absolute;
    font-size: 28px;
    color: #fff;
    transform: translateX(28%);
}

.value_dw_box>a:last-child>.value_dw_p::before {
    content: '预约工程师专家';
}

.value_dw_box>a>div {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    /* background-color: #777; */
}

.value_dw_box>a>div>div {
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 8px;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    transform: translateX(-50%);
    transition: all .4s;
}

.value_dw_box>a:hover>div>div {
    transform: translateX(50%);
}

.value_dw_i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 55px;
    color: #fff;
    /* transform: translateX(50%); */
}

/* 补充 */

.flow_supplement {
    margin-top: 130px;
    display: flex;
    justify-content: space-between;
}

.flow_supplement>div {
    width: 48%;
}

/* 左 */

.flow_supplement_l>h6 {
    text-align: center;
    font-size: 32px;
    color: #222;
    font-weight: 700;
    margin-bottom: 40px;
}

.flow_supplement_ct {
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    padding: 28px 5%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.flow_supplement_ct>div {
    width: 40%;
}
.flow_supplement_ct>div.flow_supplement_ct_txt {
    width: 50%;
}

/* 图 */

.flow_supplement_ct_img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.flow_supplement_ct_img>img {
    width: 100%;
}

/* 定位 */

.flow_supplement_img_dw {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.76);
    font-size: 24px;
    color: #fff;
}

/* 字 */

.flow_supplement_ct_txt>div {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dotted #b0b0b0;
    font-size: 16px;
    color: #222;
}

.flow_supplement_ct_txt>div::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #d82128;
    margin-right: 12px;
}

/* 右 */

.flow_supplement_r>h6 {
    text-align: center;
    font-size: 32px;
    color: #222;
    font-weight: 700;
    margin-bottom: 40px;
}

.flow_supplement_r_img {
    display: flex;
    justify-content: space-around;
}

.flow_supplement_r_img>div {
    width: 48%;
}

.flow_supplement_r_img>div>img {
    width: 100%;
}

.flow_supplement_r_img>div>p {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #222;
}

@media screen and (max-width: 1200px) {
    .flow_supplement {
        flex-wrap: wrap;
    }
    .flow_supplement>div {
        width: 100%;
        margin-top: 50px;
    }
}

@media screen and (max-width: 1000px) {
    .flow {
        margin-top: 90px;
    }
    /* 内容 */
    .flow_box {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .flow_box>div {
        /* width: 49%; */
        margin-top: 80px;
    }
    .flow_box>div>p{
        width: 90%;
    }
    /* 定位 */
    .value_dw_box {
        flex-wrap: wrap;
    }
    .value_dw_box>a {
        width: 100%;
        padding: 24px 15%;
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .value_dw_box>a>.value_dw_p {
        font-size: 50px;
    }
    .value_dw_box>a>.value_dw_p::before {
        font-size: 22px;
    }
    
    .value_box {
        flex-wrap: wrap;
    }
    .value_box>div {
        width: 100%;
    }
    .value_box_txt>a {
        margin: 30px auto;
    }

    .flow_supplement_ct{
        padding: 20px 15px;
    }
    .flow_supplement_img_dw{
        font-size: 18px;
    }
    .flow_supplement_ct_txt>div{
        height: auto;
        line-height: 38px;
    }
}

/* 作用 */

.effect {
    margin-top: 110px;
    padding: 110px 0 90px;
    background: url(../images/upload/patentbg03.jpg) no-repeat center;
    background-size: cover;
}

.effect_box>h5 {
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}

.effect_box_ct {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.effect_box_ct>div {
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 35px 0;
    border-radius: 10px;
    border: 1px solid rgba(250, 250, 250, 0.4);
    margin-top: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.effect_box_ct>div:hover {
    border: 1px solid#d82128;
}

.effect_box_ct>div>i {
    font-size: 60px;
    color: #d82128;
}

.effect_box_ct>div>h4 {
    margin-top: 10px;
    color: #fff;
}

.effect_box_ct>div>p {
    font-size: 14px;
    color: #999;
    line-height: 21px;
    margin-top: 10px;
    width: 50%;
    text-align: center;
}

@media screen and (max-width: 1000px) {
    .effect {
        margin-top: 90px;
        padding-top: 90px;
    }
    .effect_box>h5{
        margin-bottom: 40px;
    }
    .effect_box_ct>div {
        width: 48%;
    }
    .effect_box_ct>div>i{
        font-size: 50px;
    }
    .effect_box_ct>div>p{
        width: 90%;
    }
}

/* 问题 */

.colorhbg {
    color: #d82128;
}

.colorbgbg {
    background-color: #fff;
}

.colorbg2bg {
    background-color: #efefef;
}

.issue {
    margin-top: 110px;
}

.issue>h5 {
    text-align: center;
    margin-bottom: 60px;
}

/* 上 */

.issue_box_ct {
    margin-top: 20px;
}

.issue_ct_t {
    display: flex;
    padding: 20px 4%;
    justify-content: space-between;
    align-items: center;
    background-color: #efefef;
    border-radius: 10px;
    cursor: pointer;
    transition: all .4s;
}

.issue_ct_t>h6 {
    font-size: 20px;
    font-weight: 400;
    transition: all .4s;
}

.issue_ct_t>i {
    font-size: 30px;
    font-weight: 100;
    transition: all .4s;
    color: #333;
}

.issue_ct_t>i:before {
    transition: all .4s;
}

.issue_box_ct.active .issue_ct_t {
    background: #fff;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.issue_box_ct.active .issue_ct_t h6 {
    color: #d82128;
    font-weight: 700;
}

.issue_box_ct.active .issue_ct_t>i:before {
    content: "\e603";
    color: #d82128;
    transition: all .4s;
}

/* 展开 */

.issue_ct_down {
    display: none;
    padding: 50px 5% 20px;
}

.issue_ct_down>p {
    margin-bottom: 18px;
}

@media screen and (max-width: 768px) {
    .issue {
        margin-top: 90px;
    }
    .issue>h5 {
        margin-bottom: 40px;
    }
    .issue_ct_t>h6{
        font-size: 16px;
    }
    .issue_ct_t>i{
        font-size: 22px;
    }
    .issue_ct_t{
        padding: 10px 20px;
    }
    .issue_ct_down{
        padding: 20px 20px 1px;
    }
    .issue_ct_down>p{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .issue_ct_down>p img{
        height: auto !important;
    }
    .issue_box_ct{
        margin-top: 10px;
    }
}

/* 优势 */

.advantage {
    margin-top: 110px;
}

.advantage>h5 {
    text-align: center;
}

/* 特点 */

.advantage_box {
    margin-top: 70px;
    display: flex;
}

.advantage_box>div {
    margin-right: 28px;
    width: 25%;
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.25); */
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.advantage_box>div:last-child {
    margin-right: 0;
}

.advantage_box>div>a {
    display: flex;
    padding: 45px 0;
    justify-content: center;
    align-items: center;
}

.advantage_box>div>a>i {
    font-size: 66px;
    color: #d82128;
}

.advantage_box>div>a>i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8%;
}

.advantage_box_txt>h3 {
    text-align: left;
    margin-bottom: 12px;
}

.advantage_box_txt>p {
    font-size: 16px;
    color: #777;
}

/* 联系 */

.advantage_consult {
    margin-top: 100px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}

.advantage_consult>div {
    padding: 60px 0;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #d8d8d8;
}
.advantage_consult>div #book_post{
    width: 80%;
}
.advantage_consult>div:last-child {
    border-right: none;
}


/* 左 */

.advantage_consult_l>h4 {
    font-weight: 700;
}

.advantage_consult_l>p {
    margin-top: 30px;
    text-align: center;
    width: 61%;
}
.advantage_consult_l>p a {
    color: #d82128;
}

.advantage_consult_l>a {
    margin-top: 40px;
    width: 80%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #d82128;
    border: 1px solid #d82128;
    color: #fff;
    border-radius: 10px;
}

.advantage_consult_l>a:hover {
    background-color: #fff;
    color: #222;
}

/* 右 */

.advantage_consult_r form>input {
    width: 100%;
    height: 50px;
    padding-left: 12px;
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
    color: #999999;
    border-radius: 10px;
    margin-top: 20px;
}

.advantage_consult_r form .submit {
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #222;
    border: 1px solid #222;
    color: #fff;
    border-radius: 10px;
    transition: all .4s;
}

.advantage_consult_r>a:hover {
    background-color: #fff;
    color: #222;
}

/* 媒体查询 */

@media screen and (max-width: 1400px) {
    .advantage_box {
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: center;
    }
    .advantage_box>div {
        width: 49%;
        margin: 0;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 992px) {
    .advantage {
        margin-top: 90px;
    }
    .advantage_box {
        margin-top: 40px;
    }
}

@media screen and (max-width: 800px) {
    .advantage_box>div {
        width: 100%;
        margin: 0;
        margin-bottom: 10px;
    }
    .advantage_box>div>a>i {
        font-size: 50px;
    }
    .advantage_box>div>a {
        justify-content: start;
        padding: 30px 20px;
    }
    .advantage_box_txt>h3 {
        font-size: 20px;
    }
    .advantage_box_txt>p {
        font-size: 14px;
    }

    .advantage_consult {
        flex-wrap: wrap;
    }
    .advantage_consult>div {
        width: 100%;
        border-right: 0;
        padding:50px 25px;
    }
    .advantage_consult>div:first-child{
        padding-bottom: 0;
    }
    .advantage_consult {
        margin-top: 90px;
    }
    .advantage_consult_l>p{
        width: 80%;
    }
    
}

/* 保障 */

.safeguard {
    margin-top: 100px;
    padding: 90px 0;
    background-color: #efefef;
}

.safeguard>h5 {
    text-align: center;
}

/* 内容盒子 */

.safeguard_box {
    margin-top: 55px;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    background-color: #fff;
}

.safeguard_box>div {
    width: 50%;
    padding: 65px 6%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid #d8d8d8;
}

.safeguard_box>div:last-child {
    border-right: none;
}

.safeguard_box>div>h4 {
    margin-bottom: 20px;
}

.safeguard_box>div>h4>i {
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
    color: #d82128;
    margin-right: 10px;
}

.safeguard_box>div>p {
    line-height: 30px;
}

@media screen and (max-width: 992px) {
    .safeguard {
        margin-top: 60px;
    }
    .safeguard_box {
        margin-top: 40px;
    }
}

@media screen and (max-width: 800px) {
    .safeguard_box {
        flex-wrap: wrap;
    }
    .safeguard_box>div {
        width: 100%;
        border-right: 0;
        padding: 25px;
    }
    .safeguard_box {
        margin-top: 40px;
    }
}

/* 服务 */

.service {
    margin-top: 120px;
}

.service>h5 {
    text-align: center;
}

/* 内容轮播 */

.service_box {
    margin-top: 50px;
    position: relative;
}

/* 左右按钮 */

.service_carousel_per,
.service_carousel_next {
    z-index: 5;
    position: absolute;
    top: 30%;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background-color: rgba(216, 33, 40, 0.9);
    border-radius: 90px;
    cursor: pointer;
}

.service_carousel_per>i,
.service_carousel_next>i {
    font-size: 40px;
    color: #fff;
}

.service_carousel_per {
    left: -45px;
}

.service_carousel_next {
    right: -45px;
}

/* 轮播 */

.service_carousel_container {
    width: 100%;
}

.service_carousel_slide_img {
    border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.service_carousel_slide_img>img {
    width: 100%;
}

/* 定位盒子 */

.servicel_slide_dw {
    bottom: 0;
    width: 90%;
    padding: 30px 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
    transform: translate(5%, -50%);
    transition: all .4s;
}

.service_carousel_slide>a:hover .servicel_slide_dw {
    transform: translate(5%, -70%);
}

.servicel_slide_dw>h6 {
    font-size: 18px;
    color: #d82128;
}

.servicel_slide_dw>p {
    margin-top: 8px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 媒体查询 */

@media screen and (max-width: 1000px) {
    .service {
        margin-top: 60px;
    }
    .service_box {
        width: 85%!important;
        margin: auto;
        margin-top: 30px;
    }
}

@media screen and (max-width: 550px) {
    .service_box {
        width: 85%!important;
    }
    .service_carousel_per,
    .service_carousel_next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 40px;
    }
    .service_carousel_per {
        left: -20px;
    }
    
    .service_carousel_next {
        right: -20px;
    }
    .service_carousel_per>i, .service_carousel_next>i{
        font-size: 24px;
    }
    .servicel_slide_dw>p {
        display: none;
    }
    .servicel_slide_dw{
        padding: 24px 0;
    }
    .advantage_consult>div #book_post{
        /* width: unset; */
    }
}

/* 案例 */

.case {
    margin-top: 100px;
}

/* 文本 */

.case_txt>h5,
.case_txt>p {
    text-align: center;
}

.case_txt>p {
    margin-top: 20px;
}

/* 典型 */

.case_model {
    margin-top: 40px;
}

.case_model_item {
    margin: 10px;
    border-radius: 8px;
    overflow: hidden;
}

.case_model_item a {
    display: block;
    /* border: 1px solid #eee; */
    /* border-radius: 10px; */
}

.case_model_item img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    padding: 0 2rem;
}

.case_model>a {
    display: block;
    overflow: hidden;
}

.case_model>a>img {
    width: 100%;
}

.case_model_item:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.case_model_item:hover img {
    -webkit-filter: unset;
    -moz-filter: unset;
    -ms-filter: unset;
    -o-filter: unset;
    filter: unset;
    filter: unset;
}

@media screen and (max-width: 1000px) {
    .case {
        margin-top: 60px;
    }
    .case_model_item a {
        border: 1px solid #eee;
        background: #eee;
        display: block;
        border-radius: 10px;
    }
    .case_model_item img {
        padding: 0;
    }
}

/* 团队 */

.team {
    margin-top: 100px;
}

/* 上部文本 */

.team_txt>h5 {
    text-align: center;
}

.team_txt>p {
    margin-top: 20px;
    text-align: center;
}

/* 团队tab */

/* 上 */

.team_tab_thumbs {
    margin-top: 40px;
    border: 1px solid #d8d8d8;
    background-color: #efefef;
    border-radius: 8px;
    overflow: hidden;
}

.team_tab_tp {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    border-right: 1px solid #d8d8d8;
    color: #222;
    font-size: 18px;
    cursor: pointer;
    background-color: #efefef;
}

.team_tab_thumbs .team_tab_slide:last-child .team_tab_tp {
    border-right: none;
}

.team_tab_tp>i {
    color: #c1c1c1;
    margin-right: 3%;
    font-size: 30px;
}

.swiper-slide-thumb-active .team_tab_tp {
    background-color: #fff;
    color: #d82128;
}

.swiper-slide-thumb-active .team_tab_tp>i {
    color: #d82128;
}

/* 下 */

.team_tab_top {
    margin-top: 40px;
}

.team_tab_dw {
    position: relative;
}

.team_btrn_per,
.team_btrn_next {
    position: absolute;
    top: 50%;
    margin-top: -88px;
    width: 88px;
    height: 88px;
    line-height: 88px;
    text-align: center;
    border-radius: 88px;
    background-color: rgba(216, 33, 40, 0.9);
    z-index: 9;
    cursor: pointer;
}

.team_btrn_per>i,
.team_btrn_next>i {
    font-size: 36px;
    color: #fff;
}

.team_btrn_per {
    left: 0;
    transform: translateX(-40%);
}

.team_btrn_next {
    right: 0;
    transform: translateX(40%);
}

.team_img_item {
    /* display: flex;
    justify-content: space-around; */
}

.team_img_item>a {
    display: block;
    width:100%;
}

.team_img_item>a>div>img {
    width: 100%;
    /* height: 381px; */
    border-radius: 10px;
}

/* 定位盒子 */

.team_img_dw {
    margin-left: 50%;
    transform: translate(-50%, -50%);
    width: 82%;
    padding: 30px 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.12);
    transition: all .4s;
}

.team_img_dw>h6 {
    font-size: 18px;
    color: #d82128;
}

.team_img_dw>p {
    margin-top: 8px;
    font-size: 14px;
    color: #666;
}

.team_img_item>a:hover .team_img_dw {
    transform: translate(-50%, -70%);
}

@media screen and (max-width: 1100px) {
    .team_tab_dw {
        width: 93%;
        margin: 0 auto;
    }
    .team {
        margin-top: 60px;
    }
}

@media screen and (max-width: 768px) {
    .team_img_dw{
        padding: 20px 0;
    }
    .team_tab_dw {
        /* width: 88%;
        margin: 0 auto; */
    }
    .team {
        margin-top: 60px;
    }
    .team .team_txt {
        width: 92%;
        margin: auto;
    }
    .team .team_txt p {
        font-size: 14px;
    }
    .team_tab_tp>i {
        display: none;
    }
    .team_img_item>a>div>img {
        height: auto;
    }
    .team_img_dw>p {
        display: none;
    }
    .team_img_dw>h6 {
        font-size: 14px;
    }
    .team_btrn_per,
    .team_btrn_next {
        width: 40px;
        height: 40px;
        border-radius: 40px;
        line-height: 40px;
        top: 65%;
    }
    .team_btrn_per>i,
    .team_btrn_next>i {
        font-size: 24px;
    }
    .team_img_item {
        display: block;
    }
    .team_img_item>a {
        width: 100%;
    }
}