/* viewpoint */

.viewpoint {
    padding: 80px 0 50px;
}

.viewpoint_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    background-color: #f7f7f7;
    padding: 20px 0;
}

.viewpoint_row .viewpoint_l {
    flex: 0 0 20%;
    max-width: 20%;
    overflow: hidden;
}

.viewpoint_row .viewpoint_l img {
    width: 100%;
}

.viewpoint_row .viewpoint_l:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    opacity: .9;
}

.viewpoint_row .viewpoint_text {
    flex: 1;
    padding: 20px 50px 20px 50px;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.viewpoint_row .viewpoint_text .h2 {
    font-size: 20px;
    color: #323232;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.viewpoint_row .viewpoint_text .viewpoint_des {
    font-size: 16px;
    line-height: 26px;
    color: #969696;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.viewpoint_row .viewpoint_time {
    flex: 0 0 12.85%;
    max-width: 12.85%;
    font-size: 16px;
    color: #999999;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.viewpoint_row .viewpoint_time h3 {
    border-radius: 5px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    width: 75px;
    height: 75px;
    background-color: #2683d5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.viewpoint_row .viewpoint_time p {
    font-size: 18px;
    font-weight: bold;
    color: #323232;
}

.zuoyou_de {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    color: #969696;
    transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
}

.zuoyou_de .zuo_zz i {
    margin-right: 10px;
}

.zuoyou_de .xw_ck {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 35px;
    border: 1px solid #dadada;
    border-radius: 20px;
    color: #969696;
    background-color: #fafafa;
}

.viewpoint_row:hover {
    background-color: #2683d5;
}

.viewpoint_row:hover .viewpoint_time p {
    color: #fff;
}

.viewpoint_row:hover .viewpoint_text .h2 {
    color: #fff;
}

.viewpoint_row:hover .viewpoint_text .viewpoint_des {
    color: #fff;
}

.viewpoint_row:hover .zuoyou_de {
    color: #fff;
}

.viewpoint_row:hover .zuoyou_de .xw_ck {
    color: #fff;
    background-color: #2683d5;
    border: 1px #fff solid;
}

@media only screen and (max-width:1024px) {
    .viewpoint_row .viewpoint_text {
        flex: 0 0 75%;
        max-width: 75%;
        order: 1;
        padding: 20px;
    }
    .viewpoint_row .viewpoint_text .viewpoint_des {
        font-size: 17px;
    }
    .viewpoint_row .viewpoint_l {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .viewpoint_row .viewpoint_time {
        flex: 0 0 25%;
        max-width: 25%;
        order: 1;
    }
    .viewpoint_row .viewpoint_text .h2 {
        font-size: 26px;
        margin-bottom: 13px;
    }
    .viewpoint_row {
        padding: 0;
    }
}


/* viewpoint end */


/* 研发中心 */

.yanfazx {
    padding: 57px 0 47px;
}

.yanfazx .container .dange {
    display: block;
    margin-top: 46px;
    position: relative;
}

.yanfazx .container .dange .xia {
    padding-bottom: 40px;
    border-bottom: 1px solid #c4c4c4;
    position: relative;
}

.yanfazx .container .dange .shijian {
    font-size: 16px;
    color: #818181;
    margin-top: 25px;
}

.yanfazx .container .dange .xia::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    height: 2px;
    width: 0%;
    background-color: #2c9ed5;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.yanfazx .container .dange:hover .xia::after {
    width: 100%;
}

.yanfazx .container .dange .shang {
    overflow: hidden;
}

.yanfazx .container .dange .shang img {
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    width: 100%;
}

.yanfazx .container .dange:hover .shang img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.yanfazx .container .dange .xia h5 {
    color: #323232;
    font-size: 18px;
    padding: 23px 0 30px;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.yanfazx .container .dange .xia span {
    font-size: 16px;
    color: #8d8d8d;
    transition: all .7s;
    -o-transition: all .7s;
    -ms-transition: all .7s;
    -moz-transition: all .7s;
    -webkit-transition: all .7s;
}

.yanfazx .container .dange:hover .xia h5 {
    font-weight: bold;
    color: #0b61ae;
}

.yanfazx .container .dange:hover .xia span {
    font-weight: bold;
    color: #0b61ae;
}

@media only screen and (max-width:992px) {
    .yanfazx .container .dange .xia h5 {
        font-size: 20px;
        padding: 20px 0;
    }
    .yanfazx .container .dange {
        margin-top: 20px;
    }
    .yanfazx .container .dange {
        padding-bottom: 22px;
    }
    .yanfazx .container .dange .xia span {
        font-size: 18px;
    }
    .yanfazx .container .dange .shijian {
        font-size: 18px;
    }
}

.gy_wm{width:100%; padding:60px 0 80px; overflow:hidden;}
.gy_wm .yj_cp .n_r{box-shadow:0px 5px 10px 0px rgba(95,125,158,.1); margin-bottom:30px;}
.gy_wm .yj_cp .t_p{overflow:hidden;}
.gy_wm .yj_cp .t_p img{width:100%; height:auto; display:block;
transition:all 1s;
-o-transition:all 1s;
-ms-transition:all 1s;
-moz-transition:all 1s;
-webkit-transition:all 1s;}
.gy_wm .yj_cp .n_r:hover .t_p img{transform:scale(1.1);
-o-transform:scale(1.1);
-ms-transform:scale(1.1);
-moz-transform:scale(1.1);
-webkit-transform:scale(1.1);}
.gy_wm .yj_cp .w_z{padding:20px 10px; text-align:center;}
.gy_wm .yj_cp .w_z h3{font-size:20px; line-height:32px;}
.gy_wm .yj_cp .w_z p{line-height:24px; color:#999;}
.gy_wm .gy_wz{font-size:16px; line-height:32px; color:#333; padding:30px; border-radius:20px; border:2px solid #ddd; margin-bottom:30px;}
.gy_wm .gy_nr img{max-width:100%; height:auto; display:block; margin:0 auto;}
.gy_wm .ry_zz .n_r{background-color:#fff; padding:20px; margin-bottom:30px; box-shadow:0px 8px 20px 0px rgba(95,125,158,.1);
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.gy_wm .ry_zz .n_r:hover{box-shadow:0px 8px 20px 0px rgba(95, 125, 158, 0.3);
transform:translateY(-10px);
-o-transform:translateY(-10px);
-ms-transform:translateY(-10px);
-moz-transform:translateY(-10px);
-webkit-transform:translateY(-10px);}
.gy_wm .ry_zz img{width:100%; height:auto; display:block;}
.gy_wm .zs_js{font-size:16px; line-height:32px; text-align:center; margin-bottom:50px;}
.gy_wm .ry_zz p{font-size:16px; text-align:center; margin-top:20px; padding-top:20px; border-top:1px solid #ddd;}
.gy_wm .zp_js .n_r{margin-bottom:50px; overflow:hidden; box-shadow:0px 5px 10px 0px rgba(95,125,158,.1);}
.gy_wm .zp_js .t_p img{width:100%; height:auto; display:block;}
.gy_wm .zp_js .w_z{padding:20px;}
.gy_wm .zp_js .w_z h3{font-size:20px; font-weight:bold; color:#2683d5; margin-bottom:15px;}
.gy_wm .zp_js .w_z p{font-size:15px; line-height:26px; color:#777;}
.gy_wm .lx_dt .map{width:100%;  margin-bottom:50px;}
.gy_wm .lx_wm .n_r h3{font-size:22px; line-height:32px; color:#2683d5;}
.gy_wm .lx_wm .n_r h4{font-size:16px; line-height:24px; color:#888; text-transform:uppercase; margin-bottom:20px;}
.gy_wm .lx_wm .w_z{font-size:15px; line-height:32px;}
.gy_wm .lx_wm .l_y input{width:100%; height:47px; font-size:14px; line-height:46px; border-bottom:1px solid #ddd; display:block;}
.gy_wm .lx_wm .l_y textarea{width:100%; height:72px; padding:10px 0; font-size:14px; line-height:26px; border-bottom:1px solid #ddd; display:block; resize:none;}
.gy_wm .lx_wm .l_y button{width:120px; height:36px; background-color:#2683d5; margin-top:15px; margin-right:15px; font-size:15px; line-height:36px; text-align:center; color:#fff; float:left;}
.gy_wm .lx_wm .l_y button.c_z{background-color:#aaa;}
@media only screen and (max-width:992px) {
.gy_wm{padding:50px 0 60px;}
.gy_wm .yj_cp .row{margin:0 -10px;}
.gy_wm .yj_cp .col-12{padding:0 10px;}
.gy_wm .yj_cp .n_r{margin-bottom:20px;}
.gy_wm .yj_cp .w_z{padding:10px;}
.gy_wm .yj_cp .w_z h3{font-size:18px; line-height:30px;}
.gy_wm .gy_wz{font-size:16px; line-height:32px; color:#333; padding:30px; border-radius:20px; border:2px solid #ddd; margin-bottom:30px;}
.gy_wm .ry_zz .n_r{padding:15px;}
.gy_wm .zs_js{font-size:14px; line-height:26px; margin-bottom:30px;}
.gy_wm .ry_zz p{font-size:14px; margin-top:15px; padding-top:15px;}
.gy_wm .zp_js .n_r{margin-bottom:35px;}
.gy_wm .zp_js .w_z h3{font-size:18px; margin-bottom:10px;}
.gy_wm .zp_js .w_z p{font-size:13px; line-height:24px;}
.gy_wm .lx_dt .map{ margin-bottom:40px;}
}
@media only screen and (max-width:640px) {
.gy_wm .ry_zz .row{margin:0 -10px;}
.gy_wm .ry_zz .col-6{padding:0 10px;}
.gy_wm .ry_zz .n_r{padding:10px; margin-bottom:20px;}
.gy_wm .ry_zz p{font-size:19px; line-height:39px; margin-top:10px; padding-top:10px;}
.gy_wm .zp_js .w_z{padding:15px;}
/* .gy_wm .lx_dt .map{height:200px;} */
.gy_wm .lx_wm .n_r h3{font-size:24px; line-height:30px;}
.gy_wm .lx_wm .n_r h4{font-size:19px;}
.gy_wm .lx_wm .w_z{font-size:19px; line-height:39px; margin-bottom:40px;}
.gy_wm .lx_wm .l_y input{
    height: 66px;
        font-size: 19px;
       
}
.gy_wm .lx_wm .l_y textarea{
    height: 113px;
    font-size: 19px;
    line-height: 43px;
}
.gy_wm .lx_wm .l_y button{
    width: 145px;
        height: 49px;
        font-size: 20px;
}
}
