#robot {
    background-color: #fff;
}

#robot .cpfl {
    width: 100%;
    background-color: #edeff2;
    padding: 80px 0 100px 0;
}

#robot .cpfl .lrt {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#robot .cpfl .lrt .left {
    width: 360px;
}

#robot .cpfl .lrt .left .cpfl_text {
    width: 100%;
    height: 90px;
    padding: 0 30px 0 30px;
    color: #fff;
    display: flex;
    align-items: center;
    font-weight: bold;
    position: relative;
    background: #185d96;
}

#robot .cpfl .lrt .left .three_text {
    width: 100%;
    background-color: #fff;
    padding: 0 30px 70px;
}

#robot .cpfl .lrt .left .three_text .three {
    width: 100%;
    border-bottom: 1px dashed #dbdbdb;
}

#robot .cpfl .lrt .left .three_text .three .tup {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 38px 0;
    cursor: pointer;
    position: relative;
}
#robot .cpfl .lrt .left .three_text .three .tup.act a{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
#robot .cpfl .lrt .left .three_text .three .tup a{
    z-index: -1;
}
#robot .cpfl .lrt .left .three_text .three .tup .yuan_img {
    width: 24px;
    height: 24px;
    background: url(../images/r_3.png) center no-repeat;
}

#robot .cpfl .lrt .left .three_text .three.act .tup .yuan_img {
    background: url(../images/r_4.png) center no-repeat;
}

#robot .cpfl .lrt .left .three_text .three .tup .byjq_text {
    flex: 1;
    color: #444;
    font-weight: bold;
    padding-left: 20px;
}

#robot .cpfl .lrt .left .three_text .three.act .tup .byjq_text {
    color: #185d96;
}

#robot .cpfl .lrt .left .three_text .three .tup .jiant_img {
    width: 13px;
    height: 8px;
    background: url(../images/r_5.png) center no-repeat;
}
#robot .cpfl .lrt .left .three_text .three .tup.act .jiant_img {
    display: none;
}
#robot .cpfl .lrt .left .three_text .three.act .tup .jiant_img {
    background: url(../images/r_6.png) center no-repeat;
}

#robot .cpfl .lrt .left .three_text .three .tbp {
    width: 100%;
    padding: 0 0 38px 45px;
    display: none;
}

#robot .cpfl .lrt .left .three_text .three.act1 .tbp {
    display: block;
}

#robot .cpfl .lrt .left .three_text .three .tbp .ul1 {
    width: 100%;
}

#robot .cpfl .lrt .left .three_text .three .tbp .ul1 li {
    width: 100%;
    min-height: 20px;
    line-height: 20px;
    margin-bottom: 37px;
    padding: 1px 0 0 30px;
    background: url(../images/r_7.png) top left no-repeat;
    color: #68757e;
}

#robot .cpfl .lrt .left .three_text .three .tbp .ul1 li.act {
    background: url(../images/r_8.png) top left no-repeat;
    color: #185d96;
}

#robot .cpfl .lrt .left .three_text .three .tbp .ul1 li.act1 {
    background: url(../images/r_8.png) top left no-repeat;
    color: #185d96;
}

#robot .cpfl .lrt .left .three_text .three .tbp .ul1 li:last-child {
    margin-bottom: 0;
}

#robot .cpfl .lrt .right {
    width: calc(100% - 384px);
}

.g_nine_img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.g_nine_img .nine {
    width: 32.2%;
    margin: 0 1.7% 1.7% 0;
}

.g_nine_img .nine:nth-child(3n) {
    margin-right: 0;
}

.g_nine_img .nine .big_img {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

.g_nine_img .nine .big_img img {
    width: 100%;
}

.g_nine_img .nine:hover .big_img img {
    transform: scale(1.1);
}

.g_nine_img .nine .text {
    width: 100%;
    padding: 20px 19px 18px;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.g_nine_img .nine:hover .text {
    width: calc();
    background-color: #185d96;
}

.g_nine_img .nine:hover .text .left_text {
    width: calc(100% - 35px);
}

.g_nine_img .nine .text .d_text {
    color: #45494c;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.g_nine_img .nine:hover .text .d_text {
    color: #fff;
}

.g_nine_img .nine .text .c_text {
    width: 100%;
    color: #909599;
    font-family: Arial;
    margin-top: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.g_nine_img .nine:hover .text .c_text {
    color: #fff;
}

.g_nine_img .nine .text .right_img {
    opacity: 0;
}

.g_nine_img .nine:hover .text .right_img {
    opacity: 1;
}

#robot .cpfl .lrt .right .fy {
    margin-top: 40px;
}
#robot .cpfl .lrt .right .fy_box{
	padding: 0;
}

#robot .cpfl .lrt .right .right_box {
    flex: 1;
    background-color: #fff;
    padding: 60px 60px 80px;
}

#robot .cpfl .lrt .right .right_box .r_up {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#robot .cpfl .lrt .right .right_box .r_up .left {
    width: 51.25%;
    background-color: #f2f4f7;
    position: relative;
}

#robot .cpfl .lrt .right .right_box .r_up .left .l_big_img {
    width: 100%;
}

#robot .cpfl .lrt .right .right_box .r_up .left .l_big_img img {
    width: 100%;
}

#robot .cpfl .lrt .right .right_box .r_up .left .l_ul1 {
    width: 100%;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    padding: 0 60px;
}

#robot .cpfl .lrt .right .right_box .r_up .left .l_ul1 li {
    margin-right: 10px;
    border: 1px solid #d7d9db;
    cursor: pointer;
    max-width: 66px;
}

#robot .cpfl .lrt .right .right_box .r_up .left .l_ul1 li.act{
    border: 1px solid #009fe8;
}

#robot .cpfl .lrt .right .right_box .r_up .left .l_ul1 li:last-child {
    margin-right: 0px;
}

#robot .cpfl .lrt .right .right_box .r_up .left .l_ul1 li img {
    width: 100%;
}

#robot .cpfl .lrt .right .right_box .r_up .right {
    flex: 1;
    padding-left: 60px;
}

#robot .cpfl .lrt .right .right_box .r_up .right .right_text .en_text {
    color: #303233;
    font-family: Arial;
}

#robot .cpfl .lrt .right .right_box .r_up .right .right_text .d_text {
    color: #303233;
    font-weight: bold;
    margin: 19px 0 20px 0;
}

#robot .cpfl .lrt .right .right_box .r_up .right .right_text .dd_text {
    color: #303233;
    font-weight: bold;
}

#robot .cpfl .lrt .right .right_box .r_up .right .right_text .dian_line {
    width: 100%;
    height: 1px;
    margin: 40px 0;
}

#robot .cpfl .lrt .right .right_box .r_up .right .right_text .dian_line img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#robot .cpfl .lrt .right .right_box .r_up .right .right_text .cpjs_text {
    color: #303233;
    font-weight: bold;
}

#robot .cpfl .lrt .right .right_box .r_up .right .right_text .c_text {
    color: #444;
    line-height: 1.875;
    text-align: justify;
    margin-top: 18px;
    height: 150px;
    overflow: auto;
    padding-right: 10px;
}

#robot .cpfl .lrt .right .right_box .r_up .right .right_text .c_text::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}

#robot .cpfl .lrt .right .right_box .r_up .right .right_text .c_text::-webkit-scrollbar-thumb {
    background: #185d96;
}

#robot .cpfl .lrt .right .right_box .r_up .right .right_text .c_text::-webkit-scrollbar-track {
    background: #fff;
}

#robot .cpfl .lrt .right .right_box .dian_img {
    width: 100%;
    margin: 60px 0;
}

#robot .cpfl .lrt .right .right_box .dian_img img {
    width: 100%;
    object-fit: cover;
}

#robot .cpfl .lrt .right .right_box .four_img {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 60px;

}

#robot .cpfl .lrt .right .right_box .four_img .four {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-right: 60px;
    position: relative;
}

#robot .cpfl .lrt .right .right_box .four_img .four::before {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #185d96;
    position: absolute;
    bottom: -9px;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#robot .cpfl .lrt .right .right_box .four_img .four.act::before {
    opacity: 1;
    width: 100%;
}

#robot .cpfl .lrt .right .right_box .four_img .four:hover::before {
    opacity: 1;
    width: 100%;
}

#robot .cpfl .lrt .right .right_box .four_img .four .sm_img {
    width: 36px;
    height: 32px;
    position: relative;
}

#robot .cpfl .lrt .right .right_box .four_img .four .sm_img img {
    position: absolute;
    top: 0;
    left: 0;
}

#robot .cpfl .lrt .right .right_box .four_img .four .sm_img img:last-child {
    opacity: 0;
}

#robot .cpfl .lrt .right .right_box .four_img .four:hover .sm_img img:last-child {
    opacity: 1;
}

#robot .cpfl .lrt .right .right_box .four_img .four.act .sm_img img:last-child {
    opacity: 1;
}

#robot .cpfl .lrt .right .right_box .four_img .four.act .sm_img img:first-child {
    opacity: 0;
}

#robot .cpfl .lrt .right .right_box .four_img .four:hover .sm_img img:first-child {
    opacity: 0;
}

#robot .cpfl .lrt .right .right_box .four_img .four .f_text {
    color: #333;
    font-weight: bold;
    margin-top: 10px;
}

#robot .cpfl .lrt .right .right_box .four_img .four.act .f_text {
    color: #185d96;
}

#robot .cpfl .lrt .right .right_box .four_img .four:hover .f_text {
    color: #185d96;
}

#robot .cpfl .lrt .right .right_box .six_text {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#robot .cpfl .lrt .right .right_box .six_text .six {
    width: 31.2%;
    height: 100px;
    border: 1px solid #e6e8eb;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #444;
    font-weight: bold;
    margin: 0 3.2% 3.2% 0;
    text-align: center;
    line-height: 1.5;
    position: relative;
    padding: 0 10px;
    font-size: 14px;
}


#robot .cpfl .lrt .right .right_box .six_text .six:nth-child(3n) {
    margin-right: 0;
}

#robot .cpfl .lrt .right .right_box .six_text .six:nth-child(4),
#robot .cpfl .lrt .right .right_box .six_text .six:nth-child(5),
#robot .cpfl .lrt .right .right_box .six_text .six:nth-child(6) {
}

#robot .cpfl .lrt .right .right_box .six_text .six:hover {
    color: #185d96;
}

#robot .cpfl .lrt .right .right_box .six_text .six::before {
    content: "";
    display: block;
    width: 0;
    height: 8px;
    background-color: #185d96;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

#robot .cpfl .lrt .right .right_box .six_text .six:hover::before {
    width: 100%;
    opacity: 1;
}

#robot .cpfl .lrt .right .right_box .c_line {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0px 0 30px 0;
}

#robot .cpfl .lrt .right .right_box .d2_big_img {
    width: 100%;
    margin: 0 auto;
}

#robot .cpfl .lrt .right .right_box .d2_big_img img {
    max-width: 100%;
    margin: 0 auto;
}

#robot .cpfl .lrt .right .right_box .d2_big_img3 ,#robot .cpfl .lrt .right .right_box .d2_big_img,.d3_big_img ,.d4_big_img {
    line-height: 1.5;
    color: #666;
    text-align: justify;
} 

/* 新闻列表 */
#news .nine_img {
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
}

#news .nine_img .sbox {
    width: 33%;
    display: block;
    position: relative;
    margin: 0 0.5% 0.5% 0;
}

#news .nine_img .sbox:nth-child(3n) {
    margin-right: 0;
}

#news .nine_img .sbox .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#news .nine_img .sbox .img img {
    display: block;
    width: 100%;
}

#news .nine_img .sbox .img .yuan {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0%;
    z-index: 2;
    z-index: 3;
    overflow: hidden;
}

#news .nine_img .sbox .img img {
    display: block;
    width: 100%;
}

#news .nine_img .sbox .img .yuan img {
    display: block;
    width: 100%;
    transform: scale(2.5);
    -webkit-transform: scale(2.5);
}

#news .nine_img .sbox:hover .img .yuan img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

#news .nine_img .sbox .txt {
    padding: 30px 40px;
    background: #fff;
    line-height: 1.5;
}

#news .nine_img .sbox:hover .txt {
    background: #edf8fd;
}

#news .nine_img .sbox .txt .stt {
    display: block;
    width: calc(100% - 160px);
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 72px;
}

#news .nine_img .sbox:hover .txt .stt {
    color: #009fe8;
}

#news .nine_img .sbox .txt .day {
    width: 160px;
    float: right;
    text-align: right;
    color: #185d96;
}

#news .nine_img .sbox .btm {
    line-height: 46px;
    padding: 0 40px;
    background: #f4f6f8 url(../images/in_4_1.png) 90% center no-repeat;
    color: #68757e;
}

#news .nine_img .sbox:hover .btm {
    background: #e5f5fd url(../images/in_4_2.png) 90% center no-repeat;
    color: #009fe8;
}

.fy_box {
    padding: 0.8rem 0;
}

.fy_box .fy {
    justify-content: center;
}

/* 新闻详情 */
#news_cont .two_daohang {
    margin-top: 0;
}

#news_cont .xwxq {
    width: 100%;
    background-color: #f4f6f8;
    padding: 50px 0 90px 0;
}

#news_cont .xwxq .lrt {
    width: 100%;
    display: flex;
}

#news_cont .xwxq .lrt .left {
    width: 62.5%;
}

#news_cont .xwxq .lrt .left .up_text {}

#news_cont .xwxq .lrt .left .up_text .d_text {
    font-weight: bold;
    color: #222;
    line-height: 1.4;
}

#news_cont .xwxq .lrt .left .up_text .two_text {
    width: 100%;
    display: flex;
    margin-top: 23px;
}

#news_cont .xwxq .lrt .left .up_text .two_text .two {
    color: #009fe8;
    display: flex;
    align-items: center;
    margin-right: 55px;
}

#news_cont .xwxq .lrt .left .up_text .two_text .two:last-child {
    margin-right: 0;
}

#news_cont .xwxq .lrt .left .up_text .two_text .two .s1 {
    width: 1px;
    height: 12px;
    background-color: #185d96;
    margin: 0 7px 0 6px;
}

#news_cont .xwxq .lrt .left .up_text .two_text .two .t_text {
    color: #185d96;
    margin-left: 11px;
}

#news_cont .xwxq .lrt .left .line {
    width: 100%;
    height: 1px;
    background-color: #dddddd;
    margin: 26px 0 41px 0;
    position: relative;
}

#news_cont .xwxq .lrt .left .line::before {
    content: "";
    display: block;
    width: 45px;
    height: 34px;
    background: url(../images/nc_2.png) center no-repeat;
    position: absolute;
    bottom: -63px;
    left: -29px;
}

#news_cont .xwxq .lrt .left .c_text {
    color: #666;
    line-height: 1.875;
}

#news_cont .xwxq .lrt .left .c_text img {
    display: block;
    max-width: 100%;
    margin: 30px auto 22px;
}

#news_cont .xwxq .lrt .left .c_text .bo_text {
    color: #222;
    font-weight: bold;
    line-height: 1.5;
    margin: 30px 0 11px 0;
}

#news_cont .xwxq .lrt .right {
    width: 23.8%;
    position: absolute;
    margin-top: 10px;
	/* top: 0; */
    right: 8.333%;
}
#news_cont .xwxq .lrt .right.act{
	position: fixed;
	top: 192px;
}

#news_cont .xwxq .lrt .right .r_up {}

#news_cont .xwxq .lrt .right .r_up a {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

#news_cont .xwxq .lrt .right .r_up a .s_img {
    width: 24px;
    height: 24px;
    position: relative;
}

#news_cont .xwxq .lrt .right .r_up a .s_img img {
    position: absolute;
    top: 0;
    left: 0;
}

#news_cont .xwxq .lrt .right .r_up a .s_img img:last-child {
    opacity: 0;
}

#news_cont .xwxq .lrt .right .r_up a:hover .s_img img:last-child {
    opacity: 1;
}

#news_cont .xwxq .lrt .right .r_up a:hover .s_img img:first-child {
    opacity: 0;
}

#news_cont .xwxq .lrt .right .r_up a .s_text {
    color: #3c3c3c;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 10px;
    border-bottom: 1px solid transparent;
}

#news_cont .xwxq .lrt .right .r_up a:hover .s_text {
    color: #222;
    border-bottom: 1px solid #222;
}

#news_cont .xwxq .lrt .right .r_up a:last-child .s_text {
    width: 35px;
}


/* 案例列表 */
#cases .allb {
    width: 100%;
}

#cases .banner1 .ban_text .ban_line {
    margin-top: 50px;
}

#cases .allb .ul1 li {
    width: 33.125%;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 0 0.3125% 0.3125% 0;
}

#cases .allb .ul1 li:nth-child(3n) {
    margin-right: 0;
}

#cases .allb .ul1 li a {
    display: block;
    width: 100%;
    overflow: hidden;
}

#cases .allb .ul1 li a img {
    display: block;
    width: 100%;
    transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    transform: scale(1.0000001);
    -webkit-transform: scale(1.0000001);
}

#cases .allb .ul1 li:hover a img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

#cases .allb .ul1 li .txt {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.6rem 0 0;
    color: #fff;
    line-height: 1.5;
    width: 100%;
}

#cases .allb .ul1 li .txt .ltt {
    font-weight: bold;
    text-align: center;
}

#cases .allb .ul1 li .txt .ltc {
    margin: 5px 0;
    text-align: center;
}

#cases .allb .ul1 li .txt .bf {
    display: block;
    width: 46px;
    height: 46px;
    border: 1px solid #fff;
    margin: 20px auto;
    background: url(../images/bf.png) center no-repeat;
    cursor: pointer;
}

#cases .allb .ul1 li .txt .bf:hover {
    background: #fff url(../images/bf2.png) center no-repeat;
}

#cases .fy_box {
    padding: 100px 0;
}

#cases .fy_box .fy {
    justify-content: center;
}

/* 案例详情 */
#case_cont .yycj {
    width: 100%;
    /* background: url(../images/cc_3.jpg) center no-repeat; */
    padding: 80px 0;
	background-size: cover;
}

#case_cont .yycj .lrt {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#case_cont .yycj .lrt .left {
    width: 42.5%;
}

#case_cont .yycj .lrt .left .d_text {
    font-weight: bold;
    color: #222;
}

#case_cont .yycj .lrt .left .line {
    width: 40px;
    height: 5px;
    background-color: #185d96;
    border-radius: 5px;
    margin: 40px 0 31px 0;
}

#case_cont .yycj .lrt .left .c_text {
    color: #444;
    line-height: 1.875;
}

#case_cont .yycj .lrt .right {
    width: 50%;
    position: relative;
}

#case_cont .yycj .lrt .right img {
    width: 100%;
}

#case_cont .yycj .lrt .right .vid{
    width: 46px;
    height: 46px;
    background: url(../images/cc_5.png) center no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #fff;
    cursor: pointer;
}
#case_cont .yycj .lrt .right .vid:hover{
    background:#fff url(../images/cc_6.png) center no-repeat;
}

/* 解决方案 */
#case_cont .jjfa{
    width: 100%;
    background-color: #e6e8eb;
    padding: 80px 0;
}
#case_cont .jjfa .up{
    width: 100%;
    text-align: center;
    margin-bottom: 54px;
}
#case_cont .jjfa .up .d_text{
    color: #222;
    font-weight: bold;
}
#case_cont .jjfa .up .c_text{
    color: #444;
    line-height: 1.875;
    margin-top: 23px;
}
#case_cont .jjfa .lrt{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
#case_cont .jjfa .lrt .two{
    width: 48.75%;
    height: 220px;
    display: flex;
	margin: 0.2rem 0;
}
#case_cont .jjfa .lrt .two .left{
    width: 178px;
    height: 100%;
    background: #f5f7fa url(../images/cc_1.png) center no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* #case_cont .jjfa .lrt .two .left img{
	position: relative;
	filter: drop-shadow(100vw 0px 0 #185d96);
	-webkit-filter: drop-shadow(100vw 0px 0 #185d96);
	right: 100vw;
} */
#case_cont .jjfa .lrt .two .right{
    flex: 1;
    padding: 40px 50px 0;
    background-color: #fff;
}
#case_cont .jjfa .lrt .two .right .d_text{
    font-weight: bold;
    color: #222;
    letter-spacing: 6px;
}
#case_cont .jjfa .lrt .two .right .line_img{
    width: 100%;
    height: 1px;
    background: url(../images/cc_4.png) center no-repeat;
    margin: 30px 0 22px 0;
    position: relative;
}
#case_cont .jjfa .lrt .two .right .line_img::before{
    content: "";
    display: block;
    width: 26px;
    height: 1px;
    background-color: #555;
    position: absolute;
    top: 0;
    left: 0;
}
#case_cont .jjfa .lrt .two .right .c_text{
    color: #444;
    line-height: 1.875;
}

/* 工作流程 */
#case_cont .gzlc{
    width: 100%;
    padding: 80px 0;
}
#case_cont .gzlc .up{
    width: 100%;
    text-align: center;
    margin-bottom: 54px;
}
#case_cont .gzlc .up .d_text{
    color: #222;
    font-weight: bold;
}
#case_cont .gzlc .up .c_text{
    color: #444;
    line-height: 1.875;
    margin-top: 23px;
}
#case_cont .gzlc .down{
    width: 100%;
    line-height: 1.8;
    font-size: 16px;
    color: #444;
}
#case_cont .gzlc .down img{
    max-width: 100%;
    margin: 0 auto;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
}

/* 实施难度 */
#case_cont .ssnd{
    width: 100%;
    background-color: #e6e8eb;
    padding: 80px 0;
}

#case_cont .ssnd .up{
    width: 100%;
    text-align: center;
    margin-bottom: 54px;
}
#case_cont .ssnd .up .d_text{
    color: #222;
    font-weight: bold;
}
#case_cont .ssnd .down{
    width: 100%;
}
#case_cont .ssnd .down .ul1{
    width: 100%;
}
#case_cont .ssnd .down .ul1 li{
    width: 100%;
    padding: 24px 38px;
    line-height: 1.5;
    background-color: #fff;
    border-bottom: 1px dashed #e6e8eb;
    font-size: 16px;
}
#case_cont .ssnd .down .ul1 li:nth-child(2n){
    background-color: #f7f8fa;
}
#case_cont .ssnd .down .ul1 li:hover{
    background-color: #f0f9fe;
}

/* 给客户带来的价值 */
#case_cont .khjz{
    width: 100%;
    padding: 80px 0;
}

#case_cont .khjz .up{
    width: 100%;
    text-align: center;
    margin-bottom: 54px;
}
#case_cont .khjz .up .d_text{
    color: #222;
    font-weight: bold;
}
#case_cont .khjz .down{
    width: 100%;
}
#case_cont .khjz .down .five_text{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
#case_cont .khjz .down .five_text .five{
    width: 18.75%;
    margin: 0 1.5625% 1.5625% 0;
    border-radius: 8px;
    border: 1px solid #e6e8eb;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}
#case_cont .khjz .down .five_text .five:hover{
    background-color: #185d96;
    border: 1px solid #fff;
}
#case_cont .khjz .down .five_text .five:nth-child(5n){
    margin-right: 0;
}
#case_cont .khjz .down .five_text .five .d_text{
    padding: 23px 0;
    text-align: center;
    width: 100%;
    color: #185d96;
    font-weight: bold;
    border-bottom: 1px solid #e6e8eb;
    background-color: #f7f8fa;
}
#case_cont .khjz .down .five_text .five:hover .d_text{
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    background-color: #185d96;
}
#case_cont .khjz .down .five_text .five .c_text{
    width: 100%;
    padding: 22px 37px 42px;
    line-height: 1.625;
    color: #444;
    text-align: center;
}
#case_cont .khjz .down .five_text .five:hover .c_text{
    color: #fff;
}
#case_cont .khjz .down .five_text .five::before{
    content: "";
    display: block;
    width: 0;
    height: 6px;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#case_cont .khjz .down .five_text .five:hover::before{
    width: 100%;
    opacity: 1;
}


/* 技术论坛 */

/* 下载 */
#qa .xz{
    width: 100%;
    background-color: #edeff2;
    padding: 80px 0;
}


#qa .xz .down{
    width: 100%;
}
#qa .xz .down .five_text{
    width: 100%;
}
#qa .xz .down .five_text .five{
    width: 100%;
    padding: 35px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    position: relative;
    margin-bottom: 15px;
}
#qa .xz .down .five_text .five:last-child{
    margin-bottom: 0;
}
#qa .xz .down .five_text .five::before{
    content: "";
    display: block;
    width: 5px;
    height: 0;
    background-color: #185d96;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#qa .xz .down .five_text .five:hover::before{
    opacity: 1;
    height: 100%;
}
#qa .xz .down .five_text .five .left{
    width: calc(100% - 155px);
    display: flex;
    align-items: center;
}
#qa .xz .down .five_text .five .left .bo_img{
    width: 34px;
}
#qa .xz .down .five_text .five .left .l_text{
    flex: 1;
    color: #444;
    line-height: 1.5;
    margin-left: 25px;
}
#qa .xz .down .five_text .five .right{
    width: 105px;
    display: flex;
    align-items: center;
}
#qa .xz .down .five_text .five .right .r_text{
    color: #185d96;
    margin-right: 20px;
}
#qa .xz .down .fy{
    justify-content: center;
    margin-top: 52px;
}

/* 论坛 */
#qa .lt{
    width: 100%;
    background-color: #fff;
    padding: 100px 0;
}
#qa .lt .up{
    width: 100%;
    text-align: center;
    margin-bottom: 54px;
}
#qa .lt .up .d_text{
    color: #222;
    font-weight: bold;
}
#qa .lt .up .c_text{
    color: #444;
    line-height: 1.875;
    margin-top: 23px;
}
#qa .lt .down{
    display: none;
    width: 100%;
}
#qa .lt .down .three_text{
    width: 100%;
}
#qa .lt .down .three_text .three{
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px dashed #e1e3e6;
    margin-bottom: 40px;
}
#qa .lt .down .three_text .three:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
#qa .lt .down .three_text .three .syz{
    width: 100%;
    display: flex;
    align-items: center;
}
#qa .lt .down .three_text .three .syz .s_text{
    margin-left: 20px;
}
#qa .lt .down .three_text .three .syz .s_text .d_text{
    color: #185d96;
}
#qa .lt .down .three_text .three .syz .s_text .d_text .s1{
    color: #444;
    margin: 0 10px;
}
#qa .lt .down .three_text .three .syz .s_text .d_text .s2{
    color: #444;
}
#qa .lt .down .three_text .three .syz .s_text .c_text{
    color: #999;
    font-family: Arial;
    margin-top: 18px;
} 
#qa .lt .down .three_text .three .tof_text{
    width: 100%;
    color: #444;
    line-height: 1.5;
    margin: 22px 0 20px 0;
}
#qa .lt .down .three_text .three .lx_text{
    width: 100%;
    padding: 20px 25px;
    background-color: #edeff2;
}
#qa .lt .down .three_text .three .lx_text .d_text{
    color: #185d96;
}
#qa .lt .down .three_text .three .lx_text .d_text .s1{
    color: #444;
    margin: 0 10px;
}
#qa .lt .down .three_text .three .lx_text .c_text{
    color: #444;
    line-height: 1.5;
    margin-top: 22px;
}
#qa .lt .down .fy{
    justify-content: center;
    margin-top: 50px;
}


#qa .lt .ix{

}

#qa .lt .ix .dl1{
    
}

#qa .lt .ix .dl1 dt{
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #ddd;
}


#qa .lt .ix .dl1 dt .dtop{
    
    
}


#qa .lt .ix .dl1 dt .dtop .dlt{
    width: 70px;
    float: left;
}

#qa .lt .ix .dl1 dt .dtop .dlt img{
    display: block;
    width: 100%;
}

#qa .lt .ix .dl1 dt .dtop .drt{
    width: calc(100% - 100px);
    float: right;
    line-height: 1.5;
}

#qa .lt .ix .dl1 dt .dtop .drt .drtc{
    margin-top: 10px;
    text-align: justify;
    color: #444;
}


#qa .lt .ix .dl1 dt .dtop .drt .drtc img{margin: 20px 0;max-width: 50%;}

#qa .lt .ix .dl1 dt .dbtm{
    margin-top: 30px;

}


#qa .lt .ix .dl1 dt .dbtm .btn{}

#qa .lt .ix .dl1 dt .dbtm .btn div{
    display: block;
    float: left;
    width: 100px;
    line-height: 34px;
    border: 1px solid #ddd;
    text-align: center;
    margin-right: 15px;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
}

#qa .lt .ix .dl1 dt .dbtm .btn .zk span{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: #fff;
    opacity: 0;
}

#qa .lt .ix .dl1 dt .dbtm .btn div:hover{
    background: #185d96;
    color: #fff;
    border: 1px solid #185d96;
}

#qa .lt .ix .dl1 dt .dbtm .btn .zk:hover span{
    color: #fff;
    background: #185d96;
}

#qa .lt .ix .dl1 dt .dbtm .btn .zk.act span{
    opacity: 1;
}

#qa .lt .ix .dl1 dt .dbtm .kj{
    padding:  20px;
    background: #edeff2;
    margin-top: 30px;
    display: none;
}
#qa .lt .ix .dl1 dt .dbtm .kj span{
    display: block;
    float: right;
    line-height: 20px;
    cursor: pointer;
    padding-left: 30px;
    background: url(../images/xz_1.png) center left no-repeat;
    color: #7a8599;
}

#qa .lt .ix .dl1 dt .dbtm .kj span:nth-child(2){margin-right: 20px;background: url(../images/xz_3.png) center left no-repeat;}


#qa .lt .ix .dl1 dt .dbtm .kj textarea{
    display: block;
    width: 100%;
    height: 130px;
    border: 0;
    resize: none;
    background: #edeff2;
    font-family: arial;
    line-height: 1.5;
}

#qa .lt .ix .dl1 dd{
    padding-bottom: 45px ;
    border-bottom: 1px solid #ddd;
    margin-bottom: 45px;
    display: none;
}

#qa .lt .ix .dl1 dd .dtop{}

#qa .lt .ix .dl1 dd .dtop .syz{
    color: #185d96;
}

#qa .lt .ix .dl1 dd .dtop .day{
    color: #999;
    margin: 15px 0 20px;
}

#qa .lt .ix .dl1 dd .dtop .dtt{
    line-height: 1.5;
    margin-bottom: 25px;
}

#qa .lt .ix .dl1 dd .dbtm{
    padding: 30px 25px;
    background: #edeff2;
}

#qa .lt .ix .dl1 dd .dbtm li{
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

#qa .lt .ix .dl1 dd .dbtm li:last-child{
    border: 0;
    padding-bottom: 0;
}

#qa .lt .ix .dl1 dd .dbtm li .lsyz{
    color: #185d96;
}

#qa .lt .ix .dl1 dd .dbtm li .ltt{
    margin: 20px 0;
    color: #444;
    line-height: 1.5;
}

#qa .lt .ix .dl1 dd .dbtm li .lbtn{
    display: block;
    width: 60px;
    padding-left: 30px;
    background: url(../images/xz_2.png) center left no-repeat;
    cursor: pointer;
    color: #7a8599;
}

#qa .lt .ix .dl1 dd .dbtm li .lkj{
    margin-top: 30px;
    padding: 20px;
    background: #fff;
    display: none;
}

#qa .lt .ix .dl1 dd .dbtm li .lkj textarea{
    display: block;
    width: 100%;
    height: 130px;
    border: 0;
    resize: none;
    background: #fff;
    font-family: arial;
    line-height: 1.5;
}



#qa .lt .ix .dl1 dd .dbtm li .lkj .tj span{
    display: block;
    float: right;
    line-height: 20px;
    cursor: pointer;
    padding-left: 30px;
    background: url(../images/xz_1.png) center left no-repeat;
    color: #7a8599;
}



#qa .lt .ix .dl1 .images{width: 100%;}

#qa .lt .ix .dl1 .images img{display: inline-block; max-width: 20%;max-height: 200px; margin:  0 0.5%;cursor: pointer;}

#qa .lt .ix .yhtx{}

.ft{background: #edeef0;padding: 100px 0;position: relative;z-index: 1;}

.ft .up .d_text {color: #222;font-weight: bold;text-align: center;}

#qa .ft .up .c_text {
    color: #444;
    line-height: 1.875;
    margin-top: 23px;
    text-align: center;
}

.yhtx .ul1{width: 100%;max-width: 1240px; margin: 50px auto 0;}

.yhtx .ul1 li{width: 32%;float: left;border: 1px solid #ddd;border-radius: 5px;overflow: hidden;height: 50px;padding: 0 20px;margin-right: 2%; margin-bottom: 2%;background: #f9f9f9;}

.yhtx .ul1 li input{display: block;width: 100%;height: 100%;border: 0;background: #f9f9f9;font-size: 16px;outline: none;color: #000;}

.yhtx .ul1 li:nth-child(3n),.yhtx .ul1 li:nth-child(5){margin-right: 0;}

.yhtx .ul1 li:nth-child(5){width: 66%;}

.yhtx .ul1 li:last-child{width: 100%;height: auto;background: #fff;}

.yhtx .ul1 li textarea{display: block;width: 100%;height: 200px;border: 0;font-size: 16px;color: #000;padding: 10px 0;line-height: 1.5;resize: none;font-family: arial;}

.yhtx .btn{display: block; margin: 20px auto 0;width: 180px;line-height: 50px;text-align: center;border:1px solid  #ddd; border-radius: 30px;color: #666;background: #fff;}

.yhtx .btn{background: #185d96;color: #fff;border:1px solid  #185d96;}








/* 搜索页面 */
#search{
    width: 100%;
    background-color: #edeff2;
}
#search .banner1 .ban_line{
    margin-top: 50px;
}
#search .banner1 .ban_text {
    top: calc(42% + 40px);
}

#search .ssjg{
    width: 100%;
    margin-top: -110px;
    position: relative;
    z-index: 5;
}
#search .ssjg .box .box_box{
    padding: 35px 24px 60px;
    background-color: #e0e0e0;
}
#search .ssjg .box .d_text{
    color: #333;
    margin-bottom: 25px;
}
#search .ssjg .box .down{
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#search .ssjg .box .down .inp{
    width: 74%;
    height: 100%;
    position: relative;
}
#search .ssjg .box .down .inp .ss_img{
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
}

#search .ssjg .box .down .inp input{
    width: 100%;
    height: 100%;
    border: 0;
    background-color: #fff;
    padding-left: 28px;
    font-size: 16px;
}
#search .ssjg .box .down .ss{
    width: 11.3%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333;
    background-color: #eeeeee;
    cursor: pointer;
}
#search .ssjg .box .down .ss:hover{
    background-color: #185d96;
    color: #fff;
}
#search .ssjg .box .down .fh{
    width: 11.3%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #eeeeee;
    cursor: pointer;
}
#search .ssjg .box .down .fh:hover{
    background-color: #185d96;
}
#search .ssjg .box .down .fh .fh_text{
    color: #333;
    padding-left: 44px;
    position: relative;
}
#search .ssjg .box .down .fh:hover .fh_text{
    color: #fff;
}
#search .ssjg .box .down .fh .fh_text::before{
    content: "";
    display: block;
    width: 27px;
    height: 28px;
    background: url(../images/search_2.png) center no-repeat;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#search .ssjg .box .down .fh:hover .fh_text::before{
    background: url(../images/search_3.png) center no-repeat;
}



/* 产品中心 */
#search .cpzx{
    width: 100%;
    padding: 49px 0 98px 0;
}
#search .cpzx .cpzx_text{
    width: 100%;
    color: #595656;
    margin-bottom: 50px;
}
#search .cpzx .cpzx_text .s1{
    color: #185d96;
}
#search .cpzx .down{
    width: 100%;
}
#search .cpzx .down .g_nine_img{
    width: 100%;
}
#search .cpzx .down .g_nine_img .nine{
    width: 24.375%;
    margin:0 0.8333% 0.8333% 0;
}
#search .cpzx .down .g_nine_img .nine:nth-child(3n){
    margin:0 0.8333% 0.8333% 0;
}
#search .cpzx .down .g_nine_img .nine:nth-child(4n){
    margin-right: 0;
}
#search .cpzx .down .fy{
    margin-top: 50px;
    justify-content: center;
}

#search .cpzx .cc_line{
    width: 100%;
    height: 1px;
    background-color: #c8c9cc;
    margin: 80px 0 0 0;
}

/* 新闻中心 */
#search .xwzx{
    width: 100%;
    padding: 0 0 125px 0;
}
#search .xwzx .cpzx_text{
    width: 100%;
    color: #595656;
    margin-bottom: 50px;
}
#search .xwzx .cpzx_text .s1{
    color: #185d96;
}

#search .xwzx .three_img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

#search .xwzx .three_img .sbox {
    width: 33%;
    display: block;
    position: relative;
    margin: 0 0.5% 0.5% 0;
}

#search .xwzx .three_img .sbox:nth-child(3n) {
    margin-right: 0;
}

#search .xwzx .three_img .sbox .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

#search .xwzx .three_img .sbox .img img {
    display: block;
    width: 100%;
}

#search .xwzx .three_img .sbox .img .yuan {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0%;
    z-index: 2;
    z-index: 3;
    overflow: hidden;
}

#search .xwzx .three_img .sbox .img img {
    display: block;
    width: 100%;
}

#search .xwzx .three_img .sbox .img .yuan img {
    display: block;
    width: 100%;
    transform: scale(2.5);
    -webkit-transform: scale(2.5);
}

#search .xwzx .three_img .sbox:hover .img .yuan img {
    transform: scale(1);
    -webkit-transform: scale(1);
}

#search .xwzx .three_img .sbox .txt {
    padding: 30px 40px;
    background: #fff;
    line-height: 1.5;
}

#search .xwzx .three_img .sbox:hover .txt {
    background: #edf8fd;
}

#search .xwzx .three_img .sbox .txt .stt {
    display: block;
    width: calc(100% - 160px);
    float: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 72px;
}

#search .xwzx .three_img .sbox:hover .txt .stt {
    color: #009fe8;
}

#search .xwzx .three_img .sbox .txt .day {
    width: 160px;
    float: right;
    text-align: right;
    color: #185d96;
}

#search .xwzx .three_img .sbox .btm {
    line-height: 46px;
    padding: 0 40px;
    background: #f4f6f8 url(../images/in_4_1.png) 90% center no-repeat;
    color: #68757e;
}

#search .xwzx .three_img .sbox:hover .btm {
    background: #e5f5fd url(../images/in_4_2.png) 90% center no-repeat;
    color: #009fe8;
}
#search .xwzx .down .fy{
    margin-top: 50px;
    justify-content: center;
}



.layui-quote-nm{margin: 0;border: 0 !important;padding: 0;}












@media(max-width:1680px) {}

@media(max-width:1580px) {}

@media(max-width:1440px) {
    #case_cont .khjz .down .five_text .five .c_text {
    padding: 22px 34px 42px;
}
}

@media(max-width:1366px) {
    #case_cont .khjz .down .five_text .five .c_text {
    padding: 22px 20px 30px;
}
}

@media(max-width:1280px) {
    #robot .cpfl .lrt .left {
    width: 300px;
}
#robot .cpfl .lrt .left .cpfl_text {
    padding: 0 20px 0 20px;
}
#robot .cpfl .lrt .left .three_text {
    padding: 0 20px 50px;
}
#robot .cpfl .lrt .right {
    width: calc(100% - 330px);
}
#robot .cpfl .lrt .right .right_box .r_up .left .l_ul1 {
    bottom: 20px;
    padding: 0px 30px;
}
#robot .cpfl .lrt .right .right_box {
    padding: 40px 40px 50px;
}
#robot .cpfl .lrt .right .right_box .r_up .right {
    padding-left: 40px;
}
#robot .cpfl .lrt .right .right_box .r_up .right .right_text .d_text {
    margin: 15px 0 16px 0;
}
#robot .cpfl .lrt .right .right_box .r_up .right .right_text .dian_line {
    margin: 28px 0;
}
#robot .cpfl .lrt .right .right_box .r_up .right .right_text .c_text {
    margin-top: 10px;
}
}

@media(max-width:1030px) {
    .two_daohang .box .lrt .right .three_text {
    padding: 0 28px;
}
#robot .cpfl {
    padding: 60px 0;
}
#robot .cpfl .lrt .left {
    width: 250px;
}
#robot .cpfl .lrt .left .three_text .three .tbp {
    padding: 0 0 25px 14px;
}
#robot .cpfl .lrt .left .three_text .three .tbp .ul1 li {
    margin-bottom: 25px;
}
#robot .cpfl .lrt .left .three_text .three .tup {
    padding: 25px 0;
}
#robot .cpfl .lrt .right {
    width: calc(100% - 270px);
}
#robot .cpfl .lrt .right .right_box .r_up .right {
    padding-left: 20px;
}
#robot .cpfl .lrt .right .right_box {
    padding: 30px 20px 40px;
}
#robot .cpfl .lrt .right .right_box .r_up .right .right_text .dian_line {
    margin: 20px 0;
}
#robot .cpfl .lrt .right .right_box .r_up .right .right_text .c_text {
    height: 130px;
}
#robot .cpfl .lrt .right .right_box .four_img .four {
    margin-right: 50px;
}
#robot .cpfl .lrt .right .right_box .six_text .six {
    height: 60px;
}
#robot .cpfl .lrt .right .right_box .dian_img {
    margin: 45px 0;
}
#cases .banner1 .ban_text .ban_line {
    margin-top: 30px;
}
#cases .fy_box {
    padding: 55px 0;
}
#case_cont .yycj {
    padding: 60px 0;
}
#case_cont .jjfa {
    padding: 60px 0;
}
#case_cont .jjfa .up .c_text {
    margin-top: 12px;
}
#case_cont .jjfa .up {
    margin-bottom: 27px;
}
#case_cont .jjfa .lrt .two {
    height: 170px;
}
#case_cont .jjfa .lrt .two .left {
    width: 130px;
}
#case_cont .jjfa .lrt .two .right {
    padding: 24px 25px 0;
}
#case_cont .gzlc {
    padding: 60px 0;
}
#case_cont .gzlc .up .c_text {
    margin-top: 12px;
}
#case_cont .gzlc .up {
    margin-bottom: 27px;
}
#case_cont .ssnd {
    padding: 60px 0;
}
#case_cont .ssnd .up {
    margin-bottom: 27px;
}
#case_cont .khjz {
    padding: 60px 0 50px 0;
}
#case_cont .khjz .up {
    margin-bottom: 27px;
}
#case_cont .khjz .down .five_text .five .c_text {
    padding: 10px 7px 3px;
}
#qa .xz {
    padding: 60px 0;
}
#qa .xz .up .c_text {
    margin-top: 12px;
}
#qa .xz .up {
    margin-bottom: 27px;
}
#qa .xz .down .five_text .five {
    padding: 20px 30px;
}
#qa .lt {
    padding: 60px 0;
}
#qa .lt .up .c_text {
    margin-top: 12px;
}
#qa .lt .up {
    margin-bottom: 27px;
}
#news .nine_img .sbox .txt {
    padding: 20px 20px;
}
#news .nine_img .sbox .txt .day {
    width: 100px;
}
#news .nine_img .sbox .txt .stt {
    width: calc(100% - 100px);
}
#news .fy_box {
    padding: 55px 0;
}
#news_cont .two_daohang {
    margin-top: 0px;
}
#news_cont .xwxq {
    padding: 40px 0 60px 0;
}
#news_cont .xwxq .lrt .right {
    width: 26.8%;
    position: fixed;
    margin-top: 0px;
    right: 4.333%;
}
#search .banner1 .ban_line {
    margin-top: 30px;
}
#search .ssjg .box .box_box {
    padding: 20px 24px 35px;
}
#search .ssjg {
    margin-top: -80px;
}
#search .banner1 .ban_text {
    top: calc(29% + 40px);
}
#search .cpzx .cpzx_text {
    margin-bottom: 30px;
}
#search .cpzx .down .fy {
    margin-top: 40px;
}
#search .cpzx {
    width: 100%;
    padding: 49px 0 60px 0;
}
#search .cpzx .cc_line {
    margin: 60px 0 0 0;
}
#search .xwzx .cpzx_text {
    margin-bottom: 30px;
}
#search .xwzx .three_img .sbox .txt {
    padding: 20px;
}
#search .xwzx .three_img .sbox .txt .day {
    width: 100px;
}
#search .xwzx .three_img .sbox .txt .stt {
    width: calc(100% - 100px);
}
#search .xwzx {
    padding: 0 0 60px 0;
}

}
@media(max-width:960px) {
    #robot .cpfl {
    padding: 30px 0;
}
#robot .cpfl .lrt .left {
    display: none;
}
#robot .cpfl .lrt .right {
    width:100%;
}
.g_nine_img .nine {
    width: 100%;
    margin: 0 0 6% 0;
}
.g_nine_img .nine:last-child {
    margin-bottom: 0;
}
#robot .cpfl .lrt .right .right_box .r_up {
    display: block;
}
#robot .cpfl .lrt .right .right_box .r_up .left {
    width: 100%;
    display: block;
}
#robot .cpfl .lrt .right .right_box .r_up .left .l_ul1 {
    bottom: 20px;
    padding: 0px 10px;
}
#robot .cpfl .lrt .right .right_box .r_up .right {
    padding-left: 0px;
    margin-top: 20px;
}
#robot .cpfl .lrt .right .right_box .r_up .right .right_text .c_text {
    height: auto;
}
#robot .cpfl .lrt .right .right_box {
    padding: 15px 15px 30px;
}
#robot .cpfl .lrt .right .right_box .dian_img {
    margin: 25px 0;
}
#robot .cpfl .lrt .right .right_box .four_img .four {
    margin-right: 25px;
}
#robot .cpfl .lrt .right .right_box .six_text {
    margin-top: 35px;
}
#robot .cpfl .lrt .right .right_box .six_text .six {
    width: 100%;
    min-height: 60px;
    margin: 0  0;
    padding: 10px ;
    line-height: 1.5;
    margin: 0 0 10px;
    float: none;
    height: auto;

}

#robot .cpfl .lrt .right .right_box .six_text .six:nth-child(4), #robot .cpfl .lrt .right .right_box .six_text .six:nth-child(5), #robot .cpfl .lrt .right .right_box .six_text .six:nth-child(6) {
    margin-bottom: 10px;
}




#robot .cpfl .lrt .right .right_box .six_text .six:nth-child(2n) {
    margin-right: 0 !important;
}
#robot .cpfl .lrt .right .right_box .six_text .six:nth-child(3n) {
    margin-right: 4%;
}
#robot .cpfl .lrt .right .right_box .c_line {
    margin: 30px 0 30px 0;
}
#cases .allb .ul1 li {
    width: 100%;
    float: none;
    margin: 0 0% 4% 0;
}
#cases .allb .ul1 li:last-child {
    margin-bottom: 0;
}
#cases .fy_box {
    padding: 30px 0;
}
#cases .phone_ckgd {
    margin: 00px auto 0;
}
#case_cont .yycj {
    padding: 30px 0;
}
#case_cont .yycj .lrt {
    display: block;
}
#case_cont .yycj .lrt .left {
    width: 100%;
}
#case_cont .yycj .lrt .right {
    width: 100%;
    margin-top: 15px;
}
#case_cont .yycj .lrt .left .d_text {
    text-align: center;
}
#case_cont .yycj .lrt .left .line {
    margin: 15px auto 15px;
}
#case_cont .jjfa {
    padding: 30px 0;
}
#case_cont .jjfa .up {
    margin-bottom: 20px;
}
#case_cont .jjfa .lrt {
    display: block;
}
#case_cont .jjfa .lrt .two {
    width: 100%;
    height: 140px;
    margin-bottom: 15px;
}
#case_cont .jjfa .lrt .two:last-child {
    margin-bottom: 0;
}
#case_cont .jjfa .lrt .two .left {
    width: 70px;
    padding: 10px;
}
#case_cont .jjfa .lrt .two .right .line_img {
    margin: 10px 0 10px 0;
}
#case_cont .jjfa .lrt .two .right {
    padding: 15px 15px 0;
}
#case_cont .gzlc {
    padding: 30px 0;
}
#case_cont .gzlc .up {
    margin-bottom: 20px;
}
#case_cont .ssnd {
    padding: 30px 0;
}
#case_cont .ssnd .down .ul1 li {
    padding: 15px;
}
#case_cont .ssnd .up {
    margin-bottom: 20px;
}
#case_cont .khjz {
    padding: 30px 0;
}
#case_cont .khjz .up {
    margin-bottom: 20px;
}
#case_cont .khjz .down .five_text .five {
    width: 48%;
    margin: 0 4% 4% 0;
}
#case_cont .khjz .down .five_text .five:nth-child(2n) {
    margin-right: 0;
}

#qa .xz {
    padding: 30px 0;
}
#qa .xz .down .five_text .five .right .r_text {
    display: none;
}
#qa .xz .down .five_text .five .right {
    width: 50px;
}
#qa .xz .down .five_text .five {
    padding: 15px;
}
#qa .xz .down .five_text .five .left .l_text {
    margin-left: 15px;
}
#qa .xz .down .five_text .five .left .bo_img {
    width: 24px;
}
#qa .xz .down .five_text .five .right {
    width: 31px;
}
#qa .xz .down .five_text .five .left {
    width: calc(100% - 50px);
}
#qa .lt {
    padding: 30px 0;
}
#qa .lt .down .three_text .three .tof_text {
    margin: 15px 0 15px 0;
}
#qa .lt .down .three_text .three .lx_text {
    padding: 15px 15px;
}
#qa .lt .down .three_text .three .lx_text .c_text {
    margin-top: 10px;
}
#qa .lt .down .three_text .three {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
#news .nine_img .sbox {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 0 6% 0;
}
#news .nine_img .sbox:last-child {
    margin-bottom: 0;
}
#news .fy_box {
    padding: 25px 0;
}
#news .phone_ckgd {
    margin: 0px auto 0;
}
#news .nine_img {
    margin-top: 20px;
}
#news .nine_img .sbox .txt {
    padding: 15px;
}
#news_cont .xwxq .lrt .right {
    width: 100%;
    position: relative;
    margin-top: 30px;
    right: auto;
}
#news_cont .xwxq .lrt {
    width: 100%;
    display: block;
}
#news_cont .xwxq .lrt .left{
    width: 100%;
}
#news_cont .xwxq {
    padding: 30px 0;
}
#news_cont .xwxq .lrt .left .up_text .two_text {
    margin-top: 10px;
}
#news_cont .xwxq .lrt .left .line {
    margin: 20px 0 15px 0;
} 
#search .ssjg {
    margin-top: 25px;
}
#search .ssjg .box .box_box {
    padding:15px;
}
#search .ssjg .box .down {
    height: auto;
    display: block;
}
#search .ssjg .box .down .inp {
    width: 100%;
    height: 50px;
    position: relative;
}
#search .ssjg .box .down .inp input {
    padding-left: 15px;
}
#search .ssjg .box .down .ss {
    width: 48%;
    height: 50px;
    margin-right: 4%;
    float: left;
    margin-top: 10px;
}
#search .ssjg .box .down .fh {
     width: 48%;
    height: 50px;
    float: right;
    margin-top: 10px;
}
#search .cpzx {
    width: 100%;
    padding: 30px 0;
}
#search .cpzx .cpzx_text {
    line-height: 1.5;
}
#search .cpzx .down .g_nine_img .nine {
    width: 100%;
    margin: 0 0 6% 0;
}
#search .cpzx .down .g_nine_img .nine:last-child {
    margin-bottom: 0;
}
#search .cpzx .cc_line {
    margin: 30px 0 0 0;
}
#search .xwzx .cpzx_text {
    line-height: 1.5;
}
#search .xwzx .three_img .sbox {
    width: 100%;
    margin: 0 0 6% 0;
}
#search .xwzx .three_img .sbox:last-child {
    margin-bottom: 0;
}
#search .xwzx {
    padding: 0 0 30px 0;
}
#search .banner1 .ban_text {
    top: 50%;
}
#cases .allb {
    margin-top: 20px;
}

#robot .cpfl .lrt .right .right_box .four_img{margin-bottom: 20px;}


#qa .lt .ix .dl1 dt .dtop .dlt{width: 30px;}


#qa .lt .ix .dl1 dt .dtop .drt{width: calc(100% - 40px);}

#qa .lt .ix .dl1 dt{padding-bottom: 20px;margin-bottom: 20px;}

#qa .lt .ix .dl1 dd .dtop .day,#qa .lt .ix .dl1 dd .dbtm li .ltt{margin: 10px 0;}

#qa .lt .ix .dl1 dd .dtop .dtt{margin-bottom: 15px;}

#qa .lt .ix .dl1 dd .dbtm{padding: 0px 10px 20px;}

#qa .lt .ix .dl1 dd .dbtm li{padding: 20px 0;}

#qa .lt .ix .dl1 dd{margin-bottom: 20px;padding-bottom: 20px;}

#qa .lt .ix .dl1 dt .dtop .drt .drtc img,#qa .lt .ix .dl1 .images{max-width: 100%;width: 100%;}



#qa .lt .ix .dl1 .images img{height: 50px;}



.yhtx .ul1{width: 100%;margin-top: 30px;}

.yhtx .ul1 li,.yhtx .ul1 li:nth-child(5){width: 100%;float: none;}

.ft{padding: 30px 0;}



}

















































































































































































