#robot {
  background-color: #fff;
}

.trans {
  transition: all .5s;
}

#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 {
  font-size: 28px;
  width: 100%;
  height: 90px;
  padding: 0 30px 0 30px;
  color: #fff;
  display: flex;
  align-items: center;
  font-weight: bold;
  position: relative;
background: #b7b7b7 url(../image/r_2.png) top right no-repeat
}

#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;
}

.box {
  width: 100%;
  padding: 0 160px;
  margin: 0 auto;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  box-sizing: border-box;
}

#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;
  font-size: 18px;
  color: #444;
  font-weight: bold;
  padding-left: 20px;
}

#robot .cpfl .lrt .left .three_text .three.act .tup .byjq_text {
  color: #291770;
}

#robot .cpfl .lrt .left .three_text .three .tup .jiant_img {
  width: 13px;
  height: 8px;
  background: url(../image/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(../image/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(../image/r_7.png) top left no-repeat;
  color: #68757e;
}

#robot .cpfl .lrt .left .three_text .three .tbp .ul1 li.act {
  background: url(../image/r_8.png) top left no-repeat;
  color: #291770;
}

#robot .cpfl .lrt .left .three_text .three .tbp .ul1 li.act1 {
  background: url(../image/r_8.png) top left no-repeat;
  color: #291770;
}

#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 {
  border: 1px solid #dcdcdc;
  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 {
  padding: 2%;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #dcdcdc;
  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.05);
}

.g_nine_img .nine .text {
  width: 100%;
  font-size: 16px;
  padding: 20px 19px 18px;
  background-color: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.g_nine_img .nine:hover .text {
  transition: all .5s;
  width: calc();
  background-color: #291770;
}

.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 {
  z-index: 1;
  position: relative;
  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: #291770;
}

#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: #291770;
  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: #291770;
}

#robot .cpfl .lrt .right .right_box .four_img .four:hover .f_text {
  color: #291770;
}

#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: #291770;
}

#robot .cpfl .lrt .right .right_box .six_text .six::before {
  content: "";
  display: block;
  width: 0;
  height: 8px;
  background-color: #291770;
  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: #291770;
}

#news .nine_img .sbox .btm {
  line-height: 46px;
  padding: 0 40px;
  background: #f4f6f8 url(../image/in_4_1.png) 90% center no-repeat;
  color: #68757e;
}

#news .nine_img .sbox:hover .btm {
  background: #e5f5fd url(../image/in_4_2.png) 90% center no-repeat;
  color: #009fe8;
}

.fy_box {
  padding: 95px 0;
}

.fy_box .fy {
  justify-content: center;
}

/* æ–°é—»è¯¦æƒ… */
#news_cont .two_daohang {
  margin-top: 80px;
}

#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: #291770;
  margin: 0 7px 0 6px;
}

#news_cont .xwxq .lrt .left .up_text .two_text .two .t_text {
  color: #291770;
  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(../image/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: fixed;
  margin-top: 10px;
  right: 8.333%;
}

#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: 36px;
}


/* æ¡ˆä¾‹åˆ—è¡¨ */
#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: 80px 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(../image/bf.png) center no-repeat;
  cursor: pointer;
}

#cases .allb .ul1 li .txt .bf:hover {
  background: #fff url(../image/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(../image/cc_3.jpg) center no-repeat;
  padding: 80px 0;
}

#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: #291770;
  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(../image/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(../image/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;
}

#case_cont .jjfa .lrt .two .left {
  width: 178px;
  height: 100%;
  background: #f5f7fa url(../image/cc_1.png) center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

#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(../image/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: #291770;
  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: #291770;
  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: #291770;
}

#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 .up {
  width: 100%;
  text-align: center;
  margin-bottom: 54px;
}

#qa .xz .up .d_text {
  color: #222;
  font-weight: bold;
}

#qa .xz .up .c_text {
  color: #444;
  line-height: 1.875;
  margin-top: 23px;
}

#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: #291770;
  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: #291770;
  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: #291770;
}

#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: #291770;
}

#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: #291770;
  color: #fff;
  border: 1px solid #291770;
}

#qa .lt .ix .dl1 dt .dbtm .btn .zk:hover span {
  color: #fff;
  background: #291770;
}

#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(../image/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(../image/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: #291770;
}

#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: #291770;
}

#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(../image/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(../image/xz_1.png) center left no-repeat;
  color: #7a8599;
}



#qa .lt .ix .dl1 .image {
  width: 100%;
}

#qa .lt .ix .dl1 .image 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: #291770;
  color: #fff;
  border: 1px solid #291770;
}








/* æœç´¢é¡µé¢ */
#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: #291770;
  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: #291770;
}

#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(../image/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(../image/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: #291770;
}

#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: #291770;
}

#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: #291770;
}

#search .xwzx .three_img .sbox .btm {
  line-height: 46px;
  padding: 0 40px;
  background: #f4f6f8 url(../image/in_4_1.png) 90% center no-repeat;
  color: #68757e;
}

#search .xwzx .three_img .sbox:hover .btm {
  background: #e5f5fd url(../image/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: 150px 0 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 .image {
    max-width: 100%;
    width: 100%;
  }



  #qa .lt .ix .dl1 .image 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;
  }



}




/* 产品详情 */


.pr-top {
  position: relative;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dadada;
  flex-flow: row-reverse;
  justify-content: space-between;
}

.mflex {
  display: flex;
  flex-wrap: wrap;
}


.pr-top {
  position: relative;
  margin-top: 60px;
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid #dadada;
  flex-flow: row-reverse;
  justify-content: space-between;
}



.mflex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pr-top .picslide {
  position: relative;
  max-height: 550px;
  width: 40%;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, .1)
}


.bigimg {
  overflow: hidden;
}

.pr-top .picslide .swiper-container {
  height: 100%;
}

.pr-top .picslide .page {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #291770;
  color: #fff;
  cursor: pointer;
  z-index: 2;
  outline: none;
}

.pr-top .picslide .page span {
  font-size: 24px;
}

.pr-top .picslide .page.prev {
  left: 0;
}

.pr-top .picslide .page.prev span {
  transform: rotate(180deg);
}

.pr-top .picslide .page.next {
  right: 0;
}

.pr-top .pictext {
  width: 56%;
}

.pr-top .pictext .tx-title {
  font-size: 24px;
  margin: 20px 0 18px;
  line-height: 1em;
  color: #333;
}

.pr-top .tx-summary {
  font-size: 16px;
  border-top: 1px solid #dadada;
  padding: 16px 0;
  margin-bottom: 50px;
}

.pr-top .tx-summary p {
  line-height: 1.5em !important;
  text-indent: 0;
}

.pr-con .pr-con-type {
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 0;
  border-bottom: 1px solid #291770;
}

.pr-con-type li {
  margin-right: 5px;
  font-size: 20px;
  padding: 0 43px;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
  color: #666;
  background: #f4f4f4;
  cursor: pointer;
}

.pr-con-type li.on {
  font-size: 20px;
  color: #fff;
  background: #291770;
}

.pr-con-type li:hover {
  font-size: 20px;
  color: #fff;
  background: #291770;
}

.m-content table td {
  padding: 10px;
  line-height: 1.5em;
}

.m-content table p {
  margin-bottom: 0;
}

.bigimg:hover img {
  max-width: 100%;
  height: auto;
  outline: none;
  transform: translateZ(0) scale(1.05);
}

.bigimg img {
  display: block;
  transition: all .8s;
  padding: 8%;
}

.mflex_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mhover {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: translate(0, 0);
}

.go-back {
  margin: 70px auto 130px;
  border: 1px solid #291770;
  width: 150px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 100px;
  color: #291770;
}

.pr-top .picslide .bigimg {
  height: 100%;
}


@media (max-width: 1680px) {
  .box {
    padding: 0 40px;
  }
}

@media (max-width: 1000px) {
  #robot .cpfl .lrt {
    flex-direction: column-reverse;
  }

  .pr-top {
    flex-wrap: wrap;
  }

  .pr-top .pictext,
  .pr-top .picslide {
    width: 100%;
    display: block;
  }

  .go-back {
    margin: 50px auto;
    width: 120px;
    height: 40px;
  }

  .pr-top .pictext,
  .pr-top .picslide {
    width: 100%;
    display: block;
  }

  .box {
    padding: 0 5%;
    min-width: 200px;
    width: 100%;
  }

  #robot .cpfl .lrt .left {
    width: 100%;
  }
}

/*  */
/*鼠标效果*/
.mhover {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: translate(0, 0);
}

.mhover::before,
.mhover::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 100%;
  left: 0;
  z-index: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.mhover::before {
  background: #4b0ca8;
}

.mhover::after {
  background: #291770;
}

.mhover:hover {
  color: #fff;
}

.mhover:hover::before,
.mhover:hover::after {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.mhover:hover::after {
  -webkit-transition-delay: 0.175s;
  transition-delay: 0.175s;
}

.mhover span,
.mhover i,
.mhover img {
  position: relative;
  z-index: 1;
}

.g_nine_img .nine .text .left_text {
  position: relative;
  z-index: 1;
}


/* 公共留言 s */

.f-warp {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}

.f-jsb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}


@media (max-width: 1000px) {
  .pr-con-type li {

    padding: 0 40px;

  }
}

/* 公共留言 e */
.pr-con {
  font-family: Arial, "思源黑体" !important;
}

.pr-js table {
  border-collapse: collapse;
}


@media (max-width: 648px) {
  .pr-js table {
    width: 100%;
  }

  .pr-con-type li {
    padding: 0 30px;
  }
}

.product_con_view {}

.product_con_view .top {}

.product_con_view .top .fl {
  width: 48%;
  float: left;
}

.product_con_view .product_det_pic {}

.product_con_view .product_det_pic ul {}

.product_con_view .product_det_pic ul li {}

.product_con_view .product_det_pic img {}

.product_con_view .product_det_ico {
  margin-top: 20px;
}

.product_con_view .product_det_ico ul {}

.product_con_view .product_det_ico ul li {
  border: 1px solid #d7d9db;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product_con_view .product_det_ico ul li.swiper-slide-thumb-active {
  border-color: #291770;
}

.product_con_view .product_det_ico ul li .pic {
  overflow: hidden;
}

.product_con_view .product_det_ico img {}

.product_con_view .product_det_ico .swiper-button-prev {}

.product_con_view .product_det_ico .swiper-button-next {}

.product_con_view .top .fr {
  float: right;
  width: 50%;
}

.product_con_view .fr h3 {
  color: #242e33;
  font-size: 36px;
  line-height: 1.3;
  padding-bottom: 20px;
  margin: 0px 0px 20px;
  border-bottom: 1px solid #d7d9db;
}

.product_con_view .fr .des {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.product_con_view .fr .inquiry {
  margin-top: 30px;
}

.product_con_view .fr .inquiry a {
  display: inline-block;
  color: #fff;
  padding: 15px 30px;
  font-size: 16px;
  min-width: 150px;
  background-color: #291770;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-right: 10px;
}

.product_con_view .fr .inquiry a:first-child {
  background-color: #333;
}

.product_con_view .fr .keyword_box {
  padding-top: 20px;
  margin-top: 30px;
  border-top: 1px solid #d7d9db;
}

.product_con_view .fr .keyword_box a {
  display: inline-block;
  font-size: 13px;
  line-height: 1.3;
  color: #333;
  padding: 10px 30px;
  margin-right: 10px;
  margin-bottom: 12xp;
  border: 1px solid #ddd;
  border-radius: 50px;
}

.product_con_view .bot {
  margin-top: 50px;
  background: #fff;
  border-radius: 10px;
  padding: 30px 40px;
}

.product_con_view .bot .bot_nav {
  border-bottom: 2px rgba(0, 0, 0, .1) solid;
}

.product_con_view .bot .bot_nav li {
  float: left;
  position: relative;
  font-size: 24px;
  line-height: 60px;
  color: #242e33;
  margin-right: 50px;
  padding-right: 5px;
  cursor: pointer;
}

.product_con_view .bot .bot_nav li:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: #291770;
  height: 2px;
  opacity: 0;
}

.product_con_view .bot .bot_nav li.active {
  color: #291770;
}

.product_con_view .bot .bot_nav li.active:after {
  opacity: 1;
}

.product_con_view .bot .bot_con {
  margin-top: 50px;
}

.product_con_view .bot .bot_con>li {
  display: none;
  color: #5d6e75;
  font-size: 16px;
  line-height: 1.8;
}

.product_con_view .bot .bot_con>li.show {
  display: block;
}

.product_con_view .remen {
  margin-top: 60px;
}

.product_con_view .remen .tit {
  color: #404040;
  font-size: 32px;
  line-height: 1.6;
  text-align: center;
  margin: 0px 0px 50px;
}

.product_con_view .remen ul {}

.product_con_view .remen ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  text-align: center;
}

.product_con_view .remen ul li:nth-child(3n) {
  margin-right: 0;
}

.product_con_view .remen ul li a {
  display: block;
}

.product_con_view .remen ul li .pic {
  border-radius: 8px;
}

.product_con_view .remen ul li img {}

.product_con_view .remen ul li p {
  display: block;
  padding: 20px 2%;
  color: #242e33;
  font-size: 20px;
  line-height: 1.6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.product_con_view .remen ul li:hover p {
  color: #291770;
}

@media (max-width: 1000px) {

  .product_con_view .top .fl,
  .product_con_view .top .fr {
    width: 100%;
  }

  .product_con_view .fr .keyword_box {
    padding-top: 30px;
    margin-top: 50px;
  }

  .product_con_view .fr .keyword_box a {
    padding: 10px 20px;
  }

  .product_con_view .bot {
    margin: 50px 0;

  }

  .product_con_view .fr h3 {
    font-size: 24px;
    padding: 20px 0;

  }
}