ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*.im_title_left {
  width: 45px;
  height: 4px;
  display: block;
  margin: 1rem auto 1rem 0;
  background-color: #c3242d;
}*/
.basicParameters {
  background: rgba(240, 240, 240, 0.39);
  padding: 6.25rem 0;
  overflow-x: hidden;
}
.basicParameters .container {
  position: relative;
}
.basicParameters .container .basicParameters_content {
  margin-top: 2.375rem;
}
.basicParameters .container .basicParameters_content .basicParameters_content_tab {
  width: 20rem;
  height: 3.125rem;
  border-radius: 5px;
  position: relative;
  z-index: 3;
  transition: all 0.3s;
}
.basicParameters .container .basicParameters_content .basicParameters_content_tab li {
  font-size: 1rem;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 3.19rem;
  color: #333333;
  padding-left: 1rem;
  cursor: pointer;
  transition: all 0.5s;
  border-radius: 5px;
}
.basicParameters .container .basicParameters_content .basicParameters_content_tab li.active {
  color: #ffffff;
  background: #272727;
}
.basicParameters .container .basicParameters_content .basicParameters_content_item {
  display: none;
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}
.basicParameters .container .basicParameters_content .basicParameters_content_item.active {
  display: block;
}
.basicParameters .container .basicParameters_content .basicParameters_content_item::before {
  content: "";
  position: absolute;
  top: -1.625rem;
  left: -3.875rem;
  width: 133%;
  height: 711px;
  background: #ffffff;
  opacity: 1;
  border-radius: 10px 0px 0px 10px;
  z-index: 1;
}
.basicParameters .container .basicParameters_content .basicParameters_content_item .item_title {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 3rem;
  color: #333333;
  border-bottom: solid 0.25rem #cccccc;
}
.basicParameters .container .basicParameters_content .basicParameters_content_item .item_title::before {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 129px;
  height: 4px;
  background: #c3242d;
  opacity: 1;
}
.basicParameters .container .basicParameters_content .basicParameters_content_item .item_title .item_tab {
  display: flex;
}
.basicParameters .container .basicParameters_content .basicParameters_content_item .item_title .item_tab li {
  padding: 0 0.625rem;
  height: 1.875rem;
  background: #ffffff;
  border: 1px solid #cccccc;
  cursor: pointer;
  border-radius: 18px;
  font-size: 1.25rem;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 1.875rem;
  color: #666666;
  text-align: center;
  margin-left: 1.25rem;
}
.basicParameters .container .basicParameters_content .basicParameters_content_item .item_title .item_tab li.active {
  color: #c3242d;
  border: 1px solid #c3242d;
}
.basicParameters .container .basicParameters_content .basicParameters_content_item .basicParameters_table {
  position: relative;
  z-index: 3;
  width: 100%;
  padding-bottom: 1.875rem;
  margin-bottom: 1.78rem;
  display: none;
}
.basicParameters .container .basicParameters_content .basicParameters_content_item .basicParameters_table.active {
  display: table;
}
.basicParameters .container .basicParameters_content .basicParameters_content_item .basicParameters_table tbody {
  width: 100%;
}
.basicParameters .container .basicParameters_content .basicParameters_content_item .basicParameters_table tbody tr {
  border-bottom: 1px solid #cccccc;
}
.basicParameters .container .basicParameters_content .basicParameters_content_item .basicParameters_table tbody tr:last-child {
  border-bottom: none;
}
.basicParameters .container .basicParameters_content .basicParameters_content_item .basicParameters_table tbody tr td {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 3rem;
  color: #333333;
}
.basicParameters .container .basicParameters_content .basicParameters_content_item .basicParameters_table tbody tr td.title {
  font-weight: 600;
}
.basicParameters .container .basicParameters_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 15.75rem;
  height: 16.6875rem;
}
.basicParameters .container .basicParameters_img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
}
.im_title_top {
  font-size: 16px;
}
.features {
  background: url(../image/flexrobot_details_banner02.png);
  height: 686px;
  background-size: cover;
}
.features .container .pt100 .text-center .im_title_top {
  color: #fff;
}
.features .container .pt100 .text-center .mt1 {
  color: #fff;
}
.features .container .features_item {
  opacity: 0;
}
.industry {
  background-color: #f0f0f0;
}
.industry .swiper_industry_con {
  position: relative;
}
.industry .swiper_industry_con .swiper_industry {
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  padding: 10px;
}
.industry .swiper_industry_con .swiper_industry .swiper-wrapper .swiper-slide {
  background-color: #fff;
  padding: 10px;
  max-height: 25.5rem;
  align-items: baseline;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.5s;
}
.industry .swiper_industry_con .swiper_industry .swiper-wrapper .swiper-slide:hover {
  background-color: #c3242d;
}
.industry .swiper_industry_con .swiper_industry .swiper-wrapper .swiper-slide:hover p {
  color: #fff;
}
.industry .swiper_industry_con .swiper_industry .swiper-wrapper .swiper-slide:hover .im_title_middle {
  background-color: #fff;
}
.industry .swiper_industry_con .swiper_industry .swiper-wrapper .swiper-slide a {
  display: block;
}
.industry .swiper_industry_con .swiper_industry .swiper-wrapper .swiper-slide span {
  display: block;
}
.industry .swiper_industry_con .swiper_industry .swiper-wrapper .swiper-slide span img {
  vertical-align: top;
  width: 100%;
}
.industry .swiper_industry_con .swiper_industry .swiper-wrapper .swiper-slide p {
  font-size: 2rem;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 2.375rem;
  color: #333333;
  margin-top: 1.875rem;
  transition: all 0.5s;
}
.industry .swiper_industry_con .swiper-button-next,
.industry .swiper_industry_con .swiper-button-prev {
  color: #fff;
  width: 49px;
  height: 49px;
  background: rgba(0, 0, 0, 0.39);
  opacity: 0.4;
}
.scenario {
  margin: -3.75rem auto 3.75rem;
  background: #fff;
}
.scenario .scenario_item {
  margin-top: 3.125rem;
}
.scenario .scenario_item .scenario_item_li span {
  display: block;
}
.scenario .scenario_item .scenario_item_li span img {
  vertical-align: top;
  width: 100%;
}
.scenario .scenario_item .scenario_item_li .scenario_text {
  background-color: #f5f5f5;
  padding-bottom: 10px;
}
.scenario .scenario_item .scenario_item_li .title {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 22px;
  color: #333333;
  padding-left: 10px;
  line-height: 2.5;
}
.scenario .scenario_item .scenario_item_li .sub_title {
  display: flex;
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 28px;
  color: #666666;
}
.scenario .scenario_item .scenario_item_li .sub_title a {
  color: #666666;
  margin: 0 0.625rem;
}
.download .download_title {
  font-size: 38px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 55px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-left: 1.25rem;
}
.download .download_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 39px;
  margin-top: -19.5px;
  background: #c3242d;
}
.download .download_title .download_login {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 28px;
  color: #333333;
}
.download .download_title .download_login .login_btn {
  background-color: #d80c18;
  border-radius: 3px;
  width: 85px;
  height: 2.25rem;
  line-height: 2.25rem;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.download .download_text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f0f0f0;
  margin: 0.625rem auto;
  height: 3.125rem;
  line-height: 3.125rem;
  padding: 0 1.875rem;
}
.download .download_text .download_all {
  color: #016195;
}
.download .download_fiel .download_item li {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 46px;
  color: #333333;
  transition: all 0.5s;
  padding-left: 1.875rem;
  cursor: pointer;
}
.download .download_fiel .download_item li.active {
  background-color: #f0f0f0;
  color: #c3242d;
  position: relative;
}
.download .download_fiel .download_item li.active::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 13px;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #c3242d;
  border-top: 1px solid #c3242d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  visibility: inherit;
}
.download .download_fiel .download_item_tab {
  min-height: 29rem;
  overflow-y: auto;
  display: none;
}
.download .download_fiel .download_item_tab.active {
  display: block;
}
.download .download_fiel .download_item_tab li:nth-of-type(1) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.download .download_fiel .download_item_tab .list-group-item {
  padding: 2rem 1.25rem;
  border-top: none;
}
.download .download_fiel .download_item_tab .list-group-item:hover dl dd.w-lg {
  width: 28rem;
}
.download .download_fiel .download_item_tab .list-group-item:hover dl dd.w-md-change {
  width: 6.5625rem;
  overflow: hidden;
}
.download .download_fiel .download_item_tab .list-group-item dl {
  margin-bottom: 0rem;
}
.download .download_fiel .download_item_tab .list-group-item dl dd.w-lg {
  width: 34.9rem;
  transition: all 0.5s;
}
.download .download_fiel .download_item_tab .list-group-item dl dd.w-lg .format {
  display: inline-block;
  padding: 12px 7px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  background: #55647e;
}
.download .download_fiel .download_item_tab .list-group-item dl dd.w-lg .sm {
  margin-bottom: 6px;
}
.download .download_fiel .download_item_tab .list-group-item dl dd.w-md {
  width: 8.5rem;
}
.download .download_fiel .download_item_tab .list-group-item dl dd.w-md .lg {
  margin-bottom: 10px;
}
.download .download_fiel .download_item_tab .list-group-item dl dd.w-md-change {
  width: 0px;
  overflow: hidden;
  transition: all 0.5s;
}
.more {
  display: block;
  font-size: 38px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 35px;
  text-align: center;
  margin: 6.25rem auto 2.5rem;
}
.more a {
  color: #333333;
}
.service {
  padding-bottom: 6.25rem;
}
.service .service_item {
  margin: 1.8125rem auto;
}
.service .service_item .service_item_con {
  height: 9.5625rem;
  background-color: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.service .service_item .service_item_con .icon {
  font-size: 5.6875rem;
  color: #999999;
  margin: 0 1.6875rem 0 1.875rem;
}
.service .service_item .service_item_con .service_text .service_title {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 33px;
  color: #333333;
  margin: 0;
}
.service .service_item .service_item_con .service_text .service_sub {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
  line-height: 2.2;
}
.service .service_item .service_item_con .service_text .service_more {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #c3242d;
}
.service .service_item .service_item_con .service_text .service_more a {
  color: #c3242d;
}
.mt3 {
  width: 590px;
  height: 56px;
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 28px;
  color: #333333;
  margin: 0 auto;
}
.control_top {
  background-color: #f0f0f0;
  padding-bottom: 5rem;
}
.control_content {
  margin: 6.25rem auto;
}
.control_content .control_content_item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 3.375rem auto;
}
.control_content .control_content_item .control_content_item_li {
  background-color: #f0f0f0;
  border-radius: 20px;
  width: 100%;
  cursor: pointer;
}
.control_content .control_content_item .control_content_item_li .control_content_item_img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 356px;
  margin: 3.125rem auto;
  min-height: 421px;
}
.control_content .control_content_item .control_content_item_li .control_content_item_img img {
  display: block;
  width: 100%;
}
.control_content .control_content_item .control_content_item_li .title {
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 22px;
  color: #333333;
}
.control_content .control_content_item .control_content_item_li .sub_title {
  width: 261px;
  margin: 0.625rem auto;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
  min-height: 3.4375rem;
}
.productStandard {
  margin-bottom: 6.25rem;
}
.productStandard .productStandard_title {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.5rem;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 3rem;
  color: #333333;
  border-bottom: solid 0.25rem #cccccc;
}
.productStandard .productStandard_title::before {
  content: "";
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  width: 129px;
  height: 4px;
  background: #c3242d;
  opacity: 1;
}
.productStandard .basicParameters_table {
  width: 100%;
}
.productStandard .basicParameters_table tbody {
  width: 100%;
}
.productStandard .basicParameters_table tbody tr {
  border-bottom: 1px solid #cccccc;
}
.productStandard .basicParameters_table tbody tr td {
  text-align: center;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 3rem;
  color: #333333;
}
.productStandard .basicParameters_table tbody tr td.title {
  font-weight: 600;
}
.productStandard .basicParameters_table tbody tr td.br {
  border-right: 1px solid #cccccc;
}
.productStandard .basicParameters_table tbody tr td.left {
  text-align: left;
}
.controlsys_banner {
  height: 700px;
  background-size: cover;
}
.controlsys_banner .text-center .mt1,
.controlsys_banner .text-center .mt4 {
  color: #fff;
}
.controlsys_banner .text-center .mt3 {
  background-image: linear-gradient(90deg, #f28585 0%, #c3242d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 2;
}
.controlsys_banner .text-center .mt4 {
  width: 224px;
  margin: 0 auto;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 24px;
}
.ControlSystem {
  background: #f0f0f0;
  padding: 6.25rem 0 10.125rem;
}
.ControlSystem .text-left .mt1 {
  font-weight: 600;
  line-height: 1.3;
}
.ControlSystem .ControlSystem_content {
  position: relative;
  z-index: 3;
}
.ControlSystem .ControlSystem_content .ControlSystem_con {
  padding: 5.625rem 9.125rem 3.75rem 8.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ControlSystem .ControlSystem_content .ControlSystem_con .title {
  width: 256px;
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 42px;
  color: #333333;
}
.ControlSystem .ControlSystem_content .ControlSystem_con .ControlSystem_list {
  margin-top: 3.125rem;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 42px;
  color: #333333;
}
.ControlSystem .ControlSystem_content .ControlSystem_con .ControlSystem_list li {
  position: relative;
  padding-left: 10px;
}
.ControlSystem .ControlSystem_content .ControlSystem_con .ControlSystem_list li::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: solid 1px #c3242d;
}
.ControlSystem .ControlSystem_content .ControlSystem_con .ControlSystem_img {
  margin-left: 5.875rem;
  width: 28.125rem;
  background: rgba(255, 255, 255, 0.39);
}
.ControlSystem .ControlSystem_content .ControlSystem_con .ControlSystem_img img {
  max-width: 100%;
}
.ControlSystem .container .basicParameters_content .basicParameters_content_item::before {
  height: 450px;
}
img {
  max-width: 100%;
}
.controller {
  padding: 6.25rem 0;
}
.controller .text-left .sub_title {
  line-height: 2;
}
.controller .controller_list {
  margin-top: 5.625rem;
}
.controller .controller_list .controller_list_li + .controller_list_li {
  margin-top: -14.25rem;
}
.controller .controller_list .controller_list_li .controller_list_li_i {
  display: block;
  background-color: #f0f0f0;
  text-align: center;
  padding: 3.125rem 0;
  border-radius: 20px;
}
.controller .controller_list .controller_list_li .controller_list_li_i .title {
  font-size: 32px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 22px;
  color: #333333;
}
.controller .controller_list .controller_list_li .controller_list_li_i .sub_title {
  width: 232px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
  margin: 1.6875rem auto 1.5625rem;
  min-height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.controller .controller_list .controller_list_li .controller_list_li_i .more_btn {
  display: block;
  margin: 0 auto 2.5rem;
  border: 1px solid #cccccc;
  border-radius: 50px;
  width: 163px;
  height: 50px;
  line-height: 50px;
  color: #c3242d;
}
.controller .controller_list .controller_list_li .controller_list_li_i .img {
  width: 73%;
  display: block;
  margin: 0 auto;
}
.controller1 {
  background-color: #f1f1f1;
}
.controller1 .controller_list .controller_list_li .controller_list_li_i {
  background-color: #fff;
}
.Teaching {
  padding-top: 6.25rem;
}
.Teaching .container {
  height: 500px;
  padding: 5.75rem 0 0 3.375rem;
}
.Teaching .container .title {
  font-size: 46px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 55px;
  color: #ffffff;
}
.Teaching .container .im_title_left {
  background-color: #fff;
}
.Teaching .container .sub_title {
  margin-top: 0.625rem;
  width: 432px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
}
.Teaching .container .more_btn {
  width: 163px;
  height: 3.125rem;
  line-height: 3.125rem;
  display: block;
  margin-top: 1.875rem;
  background: #ffffff;
  opacity: 1;
  text-align: center;
  border-radius: 50px;
  color: #083983;
}
.flexrobot_banner {
  min-height: 43.75rem;
  background-size: cover;
}
.flexrobot_banner .pt100 .text-center .mt1 {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 22px;
  color: #333333;
}
.flexrobot_banner .pt100 .text-center .mt3 {
  font-size: 46px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 65px;
  color: #333333;
}
.flexrobot_banner .pt100 .text-center .mt4 {
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 37px;
  color: #333333;
}
.new_text {
  padding: 6.3125rem 0 5.625rem;
}
.new_text .new_text_title .iconfont {
  color: #d80c18;
  font-size: 2.5rem;
}
.new_text .new_text_title .news_ts {
  width: 280px;
  height: 40px;
  font-size: 28px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 56px;
  color: #333333;
}
.new_text .new_text_con {
  margin-top: 1.875rem;
}
.new_text .new_text_con div {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 32px;
  color: #333333;
}
.why .why_title {
  text-align: center;
  position: relative;
}
.why .why_title::before,
.why .why_title::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 35%;
  background: #999999;
  height: 1px;
}
.why .why_title::before {
  left: 0;
}
.why .why_title::after {
  right: 0;
}
.why .why_title .til {
  font-size: 16px;
}
.why .why_title .sub {
  font-size: 38px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 55px;
  color: #333333;
}
.pic {
  overflow: hidden;
  /*隐藏溢出*/
  width: 100%;
  height: 700px;
  margin: 0 auto;
  padding-top: 70px;
}
.pic .pic_item {
  display: flex;
}
.pic .pic_item li {
  height: 700px;
  width: 300px;
  position: relative;
}
.pic .pic_item li img {
  height: 700px;
}
.pic .pic_item li .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  background: rgba(0, 0, 0, 0.5);
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pic .pic_item li .txt .text_con {
  width: 100%;
  padding-left: 1.875rem;
}
.pic .pic_item li .txt .text_con .p1 {
  font-size: 38px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 32px;
  color: #ffffff;
}
.pic .pic_item li .txt .text_con .im_title_left {
  background-color: #fff;
  border-left-color: #fff;
}
.pic .pic_item li .txt .text_con .pic_list {
  opacity: 0;
}
.pic .pic_item li .txt .text_con .pic_list p {
  position: relative;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 45px;
  color: #ffffff;
  padding-left: 10px;
}
.pic .pic_item li .txt .text_con .pic_list p::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: solid 1px #fff;
}
@media (min-width: 768px) {
  .hiddle-xs {
    display: none;
  }
  .hiddle-lg {
    display: block;
  }
}
@media (max-width: 768px) {
  .hiddle-xs {
    display: block;
  }
  .hiddle-lg {
    display: none;
  }
}
.pic_ll {
  background-color: #272727;
  height: 500px;
}
.pic_ll .container .pt100 .text-center .im_title_top,
.pic_ll .container .pt100 .text-center .mt1 {
  color: #fff;
}
.ls_st {
  margin-top: 2.5rem;
  padding: 5.1875rem 0 0 6.25rem;
}
.ls_st .container {
  height: 400px;
}
.ls_st .container .im_title_left {
  border-left-color: #fff;
}
.wsw_item .swiper-slide a {
  display: block;
}
.wsw_item .swiper-slide .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  background: rgba(0, 0, 0, 0.5);
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wsw_item .swiper-slide .txt .text_con {
  width: 100%;
  padding-left: 1.875rem;
}
.wsw_item .swiper-slide .txt .text_con .p1 {
  font-size: 38px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 32px;
  color: #ffffff;
  display: block;
  margin: 0 auto;
}
.wsw_item .swiper-slide .txt .text_con .im_title_left {
  background-color: #fff;
  border-left-color: #fff;
}
.wsw_item .swiper-slide .txt .text_con .pic_list p {
  position: relative;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 45px;
  color: #ffffff;
  padding-left: 10px;
  text-align: left;
}
.wsw_item .swiper-slide .txt .text_con .pic_list p::before {
  content: "";
  position: absolute;
  top: 21px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: solid 1px #fff;
}
.bzd_com {
  background-color: #f1f1f1;
  padding: 5.1875rem 0 6.375rem;
}
.bzd_com .bzd_tile {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 55px;
  color: #333333;
}
.grid-shift1_conter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid-shift1_conter .compare-item {
  display: block;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 1.875rem 0 0.625rem;
}
.grid-shift1_conter .compare-item .after {
  content: "\e602";
  position: absolute;
  z-index: 10;
  display: block;
  top: -11px;
  right: 5px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #303030;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  opacity: 0;
  transition: opacity 0.2s;
}
.grid-shift1_conter .compare-item.compare-item--selected {
  background: rgba(255, 255, 255, 0.39);
  border: 2px solid #c3242d;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
}
.grid-shift1_conter .compare-item.compare-item--selected .after {
  opacity: 1;
}
.grid-shift1_conter .compare-item .compare-title {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 29px;
  color: #333333;
}
.grid-shift1_conter .compare-item .compare-item-image-wrapper .compare-item-image img {
  max-height: 213px;
}
.grid-sp {
  margin: 3.75rem 0;
  position: relative;
}
.grid-sp .iconfont {
  text-align: center;
  color: #999999;
  display: block;
  margin-top: -1.52rem;
}
.compare-table {
  width: 100%;
  text-align: center;
}
.compare-table .compare-table-title {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 55px;
  color: #333333;
}
.compare-table tr td {
  background-color: #fff;
  border-bottom: 16px solid #F1F1F1;
}
.compare-table tr:nth-of-type(1) td,
.compare-table tr:last-child td {
  background-color: transparent;
}
.compare-table .compare-table-icon {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 55px;
  color: #C3242D;
}
.compare-table .luoshi-right_arrow {
  display: block;
  margin: 0.625rem auto;
  width: 51px;
  height: 51px;
  line-height: 51px;
  background: #c3242d;
  border-radius: 50%;
  color: #fff;
}
.indexSwiper .swiper-button-next,
.indexSwiper .swiper-button-prev {
  outline: none;
  user-select: none;
  width: 49px;
  height: 49px;
}
.indexSwiper .swiper-button-next:after,
.indexSwiper .swiper-button-prev:after {
  display: none;
  font-size: 30px;
  color: #B2B2B2;
}
.indexSwiper .indexSlideMain {
  color: #F1F1F1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 61px;
}
.indexSwiper .indexSlideMain p {
  color: #F1F1F1;
  font-size: 19px;
  margin: 0;
  margin-bottom: 10px;
}
.indexSwiper .indexSlideMain h2 {
  font-size: 23px;
  font-weight: normal;
  line-height: 28px;
  margin: 0;
  margin-bottom: 30px;
}
.indexSwiper .indexSlideMain .a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FFFFFF;
  text-align: center;
  line-height: 36px;
  height: 36px;
  width: 121px;
  color: #F1F1F1;
  font-size: 16px;
  border-radius: 18px;
}
.indexSwiper .indexSlideMain .a img {
  width: 5px;
  height: auto;
  margin-left: 6px;
}
.indexSwiper .indexSlideMain h3 {
  color: #F1F1F1;
  font-size: 48px;
  line-height: 67px;
  margin: 0;
  margin-bottom: 19px;
}
.indexSwiper .indexSlideMain h3 span {
  font-size: 40px;
  font-weight: normal;
  font-weight: 200;
}
.partTitle1 {
  margin-top: 115px;
  margin-bottom: 107px;
}
.partTitle1 img {
  display: block;
  margin: 0 auto;
  height: 18px;
  margin-bottom: 17px;
}
.partTitle1 h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #333;
  font-size: 39px;
  font-weight: normal;
  margin: 0;
  font-weight: 300;
}
.partTitle1 h3 span {
  display: block;
  margin: 0 20px;
  width: 200px;
  height: 1px;
  background-color: #999;
}
.partMain1 .partMain1T {
  height: 705px;
  background: url(../image/004xxx.png) 50% 50% / cover no-repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 15%;
  transition: 0.2s linear all;
}
.partMain1 .partMain1T .l {
  height: 100%;
  width: 41%;
  display: flex;
  align-items: flex-end;
}
.partMain1 .partMain1T .l img {
  width: 100%;
}
.partMain1 .partMain1T .r {
  width: 598px;
}
.partMain1 .partMain1T .r .t i {
  display: block;
  font-style: normal;
  width: 51px;
  height: 5px;
  background-color: #C3242D;
  margin-bottom: 9px;
}
.partMain1 .partMain1T .r .t h3 {
  color: #333;
  font-size: 38px;
  margin-bottom: 14px;
}
.partMain1 .partMain1T .r .t h3 span {
  color: #C3242D;
}
.partMain1 .partMain1T .r .t p {
  color: #333;
  font-size: 27px;
  font-weight: 600;
}
.partMain1 .partMain1T .r .cen {
  margin: 82px 0;
  color: #333;
  font-size: 18px;
  line-height: 43px;
}
.partMain1 .partMain1T .r .d {
  display: flex;
  justify-content: space-between;
}
.partMain1 .partMain1T .r .d .items {
  text-align: center;
}
.partMain1 .partMain1T .r .d .items img {
  display: block;
  width: 72px;
  margin-bottom: 18px;
}
.partMain1 .partMain1T .r .d .items p {
  font-weight: 300;
  color: #333;
  font-size: 18px;
}
@media (max-width: 1440px) {
  .partMain1 .partMain1T {
    padding-right: 5%;
  }
}
.ov {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.partMain1D {
  height: 207px;
  background-color: #272727;
  position: relative;
  padding-top: 1px;
  display: flex;
  justify-content: flex-end;
}
.partMain1D .swiper-button-next:after,
.partMain1D .swiper-button-prev:after {
  display: none;
}
.partMain1D .swiper-button-next,
.partMain1D .swiper-button-prev {
  width: 56px;
  height: 56px;
}
.partMain1D .swiper-button-next,
.partMain1D .swiper-rtl .swiper-button-prev {
  right: 0;
}
.partMain1D .swiper-button-prev,
.partMain1D .swiper-rtl .swiper-button-next {
  left: 0;
}
.partMain1D .part1Slider {
  width: 80%;
  overflow: hidden;
  position: relative;
  padding-top: 60px;
  margin-top: -61px;
  z-index: 98;
}
.partMain1D .part1Slider .swiper-slide {
  background-color: transparent;
}
.part1Pic {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 256px;
  margin-top: -49px;
  width: 100%;
}
.part1Pic .l {
  width: 50%;
  height: 256px;
}
.part1Pic .l img {
  height: 256px;
  max-width: 100%;
  object-fit: contain;
}
.part1Pic .r {
  text-align: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 22px;
  padding-top: 60px;
}
.part1Pic .r h3 {
  color: #D80C18;
  font-size: 32px;
  font-weight: 200;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.part1Pic .r h3 span {
  color: #ccc;
  font-size: 26px;
}
.part1Pic .r p {
  color: #ccc;
  font-size: 16px;
}
.part1Change {
  width: 100vw;
}
.part1Change .partMain1T + .partMain1T {
  display: none;
}
#partMain2 .partMain1D {
  justify-content: flex-start;
  width: 100vw;
}
.partMain1 {
  width: 100vw;
}
.partMain1D {
  width: 100vw;
}
#partMain2.partMain1 .partMain1T {
  flex-direction: row-reverse;
  padding-right: 0;
  padding-left: 15%;
  background: url(../image/part2.png) no-repeat;
  background-size: 100% 100%;
}
#partMain2.partMain1 .partMain1T .l img {
  position: relative;
  z-index: 9;
  margin-bottom: -207px;
}
#partMain2.partMain1 .partMain1T .r {
  width: 466px;
}
#partMain2.partMain1 .partMain1T .r .t h3 {
  color: #fff;
}
#partMain2.partMain1 .partMain1T .r .t p {
  color: #fff;
}
#partMain2.partMain1 .partMain1T .r .cen {
  color: #fff;
}
#partMain2.partMain1 .partMain1T .r .d .items p {
  color: #fff;
}
.news {
  margin-top: 133px;
}
.newsTitlt {
  text-align: center;
  margin-bottom: 17px;
}
.newsTitlt p {
  font-size: 23px;
  color: #666;
  margin: 0;
  font-weight: 300;
  line-height: 32px;
}
.newsTitlt h3 {
  color: #333;
  font-size: 46px;
  font-weight: 300;
  margin: 0;
  line-height: 64px;
}
.newsTitlt span {
  display: block;
  margin: 0 auto;
  width: 51px;
  height: 5px;
  background-color: #D80C18;
  margin-top: 10px;
}
.newsD {
  max-width: 1370px;
  margin: 0 auto;
}
.newsD .items:last-child a {
  border-bottom: none;
}
.newsD a {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
  color: #666666;
}
.newsD a > img {
  margin-right: 83px;
  width: 445px;
  height: 296px;
  display: block;
}
.newsD a .r {
  flex: 1;
  width: 100px;
}
.newsD a .r .time {
  border-left: 4px solid #D80C18;
  padding-left: 9px;
  margin-bottom: 22px;
}
.newsD a .r .time h3 {
  font-size: 37px;
  font-weight: 200;
  line-height: 1;
}
.newsD a .r .time p {
  font-size: 16px;
}
.newsD a .r > h3 {
  color: #333;
  font-size: 23px;
  margin-bottom: 13px;
}
.newsD a .r > p {
  color: #666;
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}
.newsD a .r span {
  display: flex;
  width: 167px;
  height: 41px;
  border: 1px solid #D80C18;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #D80C18;
  float: right;
  margin-top: 60px;
}
.newsD a .r span img {
  margin-left: 14px;
}
.indexFooter {
  max-width: 1370px;
  margin: 0 auto;
  display: flex;
  padding-top: 90px;
  padding-bottom: 110px;
}
.indexFooter a {
  display: block;
  width: 20%;
  text-align: center;
}
.indexFooter a img {
  height: 67px;
  display: block;
  margin: 0 auto;
  margin-bottom: 11px;
}
.indexFooter a p {
  color: #333;
  font-size: 27px;
  font-weight: 200;
  line-height: 38px;
  margin-bottom: 6px;
}
.indexFooter a span {
  color: #333;
  font-size: 18px;
  font-weight: 200;
  line-height: 25px;
}
.indexFooter2 {
  background-color: #f1f1f1;
  padding: 64px 0;
}
.indexFooter2 .partTitle1 {
  margin: 0 auto;
}
.indexFooter2 a {
  display: block;
  width: 150px;
  height: 41px;
  border: 1px solid #333333;
  border-radius: 20px;
  margin: 0 auto;
  text-align: center;
  line-height: 41px;
  color: #333;
  font-size: 18px;
  margin-top: 23px;
}
.cd-main-content {
  display: block;
  height: auto;
}
.robotInfo {
  margin: 100px auto;
  display: flex;
  justify-content: space-between;
}
.robotInfo .info {
  width: 550px;
  font-size: 333px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}

/**/
.robotPart1 {
  height: 629px;
  background: url(../image/robot5.png) 50% 50% / cover no-repeat;
  padding-top: 61px;
  box-sizing: border-box;
  margin-bottom: 85px;
}
.robotPart1 .robotPart1Tit {
  color: #fff;
  margin-bottom: 38px;
  text-align: center;
}
.robotPart1 .robotPart1Tit p {
  font-size: 20px;
  line-height: 1;
}
.robotPart1 .robotPart1Tit h3 {
  font-size: 38px;
  line-height: 1;
  margin-top: .5rem;
}
.robotPart1 .robotPart1Tit span {
  display: block;
  margin: 0 auto;
  width: 45px;
  height: 4px;
  margin-top: 15px;
  background-color: #C3242D;
}
.robotPart1Main {
  display: flex;
  position: relative;
}
.robotPart1Main .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 520px;
  background-color: #272727;
  border-radius: 16px;
  transition: 0.2s linear all;
}
.robotPart1Main .items {
  position: relative;
  height: 520px;
  width: 300px;
  background-color: transparent;
  padding: 0 2rem;
  padding-top: 80px;
  box-sizing: border-box;
  cursor: pointer;
}
.robotPart1Main .items .t {
  display: flex;
  justify-content: left;
  color: #999;
  margin-bottom: 30px;
}
.robotPart1Main .items .t img {
  margin-right: 13px;
}
.robotPart1Main .items .t .image i {
  font-size: 72px;
  margin-right: 1rem;
}
.robotPart1Main .items .t h3 {
  font-size: 38px;
}
.robotPart1Main .items .t p {
  font-size: 20px;
}
.robotPart1Main .items .t span {
  width: 45px;
  display: block;
  height: 4px;
  background-color: #999;
  margin-top: 1rem;
}
.robotPart1Main .items .p1 {
  color: #fff;
  display: none;
  line-height: 2;
  font-size: 16px;
}
.robotPart1Main .items.active .t {
  color: #fff;
}
.robotPart1Main .items.active .t .image i{
  font-size: 72px;
  margin-right: 1rem;

}
.robotPart1Main .items.active .t span {
  background-color: #C3242D;
}
.robotPart1Main .items.active .p1 {
  display: block;
}
/**/
.robotPart2 {
  padding-top: 108px;
}
.robotPart2Tit {
  width: 788px;
  color: #333;
  margin-bottom: 33px;
}
.robotPart2Tit span {
  display: block;
  width: 45px;
  height: 4px;
  background-color: #C3242D;
  margin-bottom: 15px;
}
.robotPart2Tit h3 {
  font-size: 38px;
  margin-bottom: 21px;
  line-height: 1;
}
.robotPart2Tit p {
  font-size: 16px;
  line-height: 32px;
}
.robotPart2Form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.robotPart2Form .items {
  width: 365px;
}
.robotPart2Form .items input {
  font-size: 16px;
  border: 2px solid #ccc;
  height: 50px;
}
.robotPart2Form .items select {
  font-size: 16px;
  border: 2px solid #ccc;
  padding-right: 20px;
  height: 50px;
}
.robotPart2Form .items .type {
  margin-top: 11px;
  font-size: 16px;
  color: #666;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.robotPart2Form .items .type p {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
}
.robotPart2Form .items .type a span {
  display: block;
  padding: 0 5px;
  line-height: 22px;
  text-align: center;
  background-color: transparent;
  margin-right:1rem;
  border: 1px solid #ccc;
  color: #666666;
}
.robotPart2Form .items .type a:hover span {
  display: block;
  padding: 0 5px;
  line-height: 22px;
  text-align: center;
  background-color: transparent;
  margin-right:1rem;
  border: 1px solid #C3242D;
  color: #C3242D;
}
.prod-search-form {
  display: flex;
  justify-content: space-between;
}
.form-item {
  width: 44%;
}
.form-item label {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  margin-bottom: 12px;
}
.search-range-group {
  display: flex;
  justify-content: space-between;
}
.form-field {
  padding: 0 5px;
}
.form-field .slider.slider-horizontal {
  width: 100%;
}
.form-field .search-range-group {
  margin-top: 16px;
}
.form-field .search-range-group input {
  border: 0;
  background: transparent;
  font-size: 16px;
  color: #C3242D;
  max-width: 140px;
}
.form-field .search-range-group .fr {
  text-align: right;
}
.form-top-item {
  float: left;
  width: 27%;
  display: inline-block;
  margin: 80px 0 100px 6%;
  position: relative;
}
.form-top-item input {
  font-size: 24px;
  color: #9e9e9f;
  border: 0;
  height: 60px;
  background: none;
  border-bottom: 2px solid #ccc;
  width: 100%;
}
.form-top-item button {
  width: 38px;
  height: 38px;
  background: url("https://www.rokae.com/public/pc/images/ico_43.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: pointer;
  border: 0;
}
::-webkit-input-placeholder {
  color: #9e9e9f;
}
:-moz-placeholder {
  color: #9e9e9f;
}
::-moz-placeholder {
  color: #9e9e9f;
}
:-ms-input-placeholder {
  color: #9e9e9f;
}
.search_btn {
  text-align: center;
}
.search_btn a.bot-link {
  color: #fff;
  border-color: #d80c18;
  padding-left: 40px;
  padding-right: 40px;
}
.search_btn a.bot-link:after {
  background: #d80c18;
}
.search_btn a.bot-link:hover {
  border-color: #bdbdbd;
  text-decoration: none;
}
.search-result {
  margin-bottom: 80px;
}
.search-result .titles {
  position: relative;
  text-align: center;
  font-size: 24px;
  color: #595757;
  line-height: 2.4;
  margin: 80px 0;
}
.search-result .titles span {
  background: #fff;
  z-index: 2;
  position: relative;
  display: inline-block;
  padding: 0 40px;
}
.search-result .titles i {
  height: 1px;
  overflow: hidden;
  background: #ccc;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50px;
  z-index: 1;
}
.prod-list-box {
  margin-top: 40px;
  padding-bottom: 80px;
  margin-bottom: 20px;
}
.prod-search-list {
  position: relative;
}
.prod-search-list ul {
  width: 105%;
  margin-left: -5%;
}
.prod-search-list li {
  width: 45%;
  margin: 0 0 30px 5%;
  float: left;
  background: #fff;
}
.prod-search-list li a {
  text-decoration: none;
}
.prod-search-list li .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.prod-search-list li .pic .bgimg {
  width: 100%;
}
.prod-search-list li .con {
  display: block;
  width: 102%;
  margin-left: -2%;
}
.prod-search-list li .font {
  font-size: 36px;
  color: #595757;
  line-height: 1.8;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 10px;
}
.prod-search-list li .con p {
  display: inline-block;
  float: left;
  background: #eeeeef;
  line-height: 56px;
  font-size: 20px;
  width: 48%;
  overflow: hidden;
  margin-left: 2%;
  background-size: 100% 100%;
}
.prod-search-list li .con i {
  display: inline-block;
  background: #fff;
  height: 38px;
  width: 38px;
  border-radius: 50%;
  line-height: 40px;
  vertical-align: middle;
  margin: 0 10px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.prod-search-list li .con .txt1 i {
  background-image: url("https://www.rokae.com/public/pc/images/ico_44.png");
}
.prod-search-list li .con .txt2 i {
  background-image: url("https://www.rokae.com/public/pc/images/ico_45.png");
}
.prod-search-list li.hover .font {
  color: #d80c18;
}
.prod-search-list li.hover .pic .up-pic {
  transform: scale(1.1);
}
.bdb {
  border-bottom: 1px solid #dbdcdc;
}
.prod-show {
  width: 100%;
  overflow: hidden;
}
.prod-show .txt {
  width: 102%;
  margin-left: -4px;
}
.prod-show .txt p {
  display: inline-block;
  float: left;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  text-align: center;
  color: #595757;
  width: 49%;
  margin-left: 4px;
  background: #ededee;
}
.prod-show .txt i {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  width: 46px;
  background: #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.prod-show .txt .t1 i {
  background-image: url("https://www.rokae.com/public/pc/images/ico_44.png");
}
.prod-show .txt .t2 i {
  background-image: url("https://www.rokae.com/public/pc/images/ico_45.png");
}
.prod-detail {
  width: 100%;
  position: relative;
}
.prod-detail .p-title {
  color: #000;
  font-size: 38px;
  line-height: 1.8;
  margin: 80px 0 30px;
}
.prod-detail ul.func-desc {
  width: 100%;
}
.prod-detail .func-desc li {
  width: 33.3%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  float: left;
  transition: all 0.3s ease 0s;
}
.prod-detail .func-desc .cont-box {
  width: 68%;
  padding: 52px 22% 35px 10%;
  min-height: 240px;
}
.prod-detail .func-desc .ico {
  display: block;
  height: 66px;
  width: auto;
  transition: background 0.3s ease 0s;
}
.prod-detail .func-desc .tit {
  font-size: 24px;
  line-height: 36px;
  margin-top: 32px;
  color: #333;
  font-weight: bold;
  height: 64px;
  overflow: hidden;
}
.prod-detail .func-desc .font {
  display: block;
  line-height: 28px;
  font-size: 16px;
  height: 120px;
}
.prod-detail .func-desc li:hover {
  box-shadow: 0 0 20px 7px #efefef;
  z-index: 2;
}
.prod-detail .func-desc li:nth-child(odd) {
  background-color: #fcfcfc;
}
.prod-down {
  border-top: 1px solid #dbdcdc;
  border-bottom: 1px solid #dbdcdc;
  margin: 60px 0 60px;
  padding-bottom: 80px;
}
.prod-down .links {
  font-size: 24px;
  line-height: 2.4;
}
.tabdownload .links {
  display: none;
}
.prod-down .links span {
  padding-left: 44px;
  background: url("https://www.rokae.com/public/pc/images/ico_46.png") no-repeat 0 center;
  background-size: 26px 26px;
  display: inline-block;
  padding-right: 40px;
  /*width: 30%;*/
}
.prod-down .links a {
  color: #595757;
}
.prod-down .links a:hover {
  color: #d80c18;
}
.prod-tabbox {
  margin-top: -50px;
}
.prod-tabbox .tab,
.prod-tabbox .tabs {
  text-align: right;
  margin-bottom: 35px;
}
.prod-tabbox .tab li,
.prod-tabbox .tabs li {
  display: inline-block;
  border: 1px solid #595757;
  padding: 0 20px;
  line-height: 1.8;
  font-size: 16px;
  margin-left: 10px;
  border-radius: 20px;
  cursor: pointer;
}
.prod-tabbox .tab li.cur,
.prod-tabbox .tabs li.cur {
  background: #595757;
  color: #fff;
}
.prod-tabbox2 {
  margin-top: 20px;
}
.prod-tabbox2 .tab li {
  color: #b4b4b5;
  border-bottom: 4px solid #fff;
  line-height: 2.4;
  margin-right: 40px;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  float: left;
  margin-bottom: 20px;
}
.prod-tabbox2 .tab li.cur {
  color: #231815;
  border-color: #e60517;
}
/**/
.xmate_info_list ul {
  width: 80%;
  margin: 0 auto;
}
.xmate_info_list li {
  float: left;
  width: 100%;
  margin-bottom: 240px;
  position: relative;
}
.xmate_info_list p {
  color: #9e9e9f;
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
  font-family: 'Microsoft Yahei';
  margin-bottom: 0;
}
.xmate_info_list p.tit {
  color: #000;
}
.xmate_info_list li .img {
  position: relative;
  width: 50%;
  text-align: center;
}
.xmate_info_list li .img span {
  color: #9e9e9f;
  font-size: 24px;
  line-height: 1.8;
  position: absolute;
}
.xmate_info_list li .img .w1 {
  right: -170px;
  top: 25px;
}
.xmate_info_list li .img .w2 {
  left: 70px;
  bottom: 160px;
}
.xmate_info_list li .img span img {
  margin-right: 10px;
}
.xmate_info_list li .text {
  margin-top: 200px;
}
.xmate_info_list li.odd-li .img {
  float: right;
}
.xmate_info_list li.even-li .img {
  float: left;
  margin-right: 50px;
}
.xmate_info_list li .img_2 {
  position: absolute;
  right: 70px;
  top: 130px;
}
.xmate_info_list li .img_7 {
  position: absolute;
  left: -550px;
  top: 330px;
}
.xmate_info_list li .img_4 {
  display: none;
}
.xmate_info_list li .img_1,
.xmate_info_list li .img_3,
.xmate_info_list li .img_5,
.xmate_info_list li .img_6,
.xmate_info_list li .img_8 {
  max-width: 100%;
}
/* xmate */
.prod_video_wrap {
  width: 100%;
  z-index: 0;
  overflow: hidden;
}
.ipad_bg {
  background-repeat: no-repeat;
  background-image: url(https://www.rokae.com/public/pc/images/ipad.png);
  position: relative;
  background-size: 100%;
}
.video_box {
  background-color: #303030;
  padding: 180px 0 300px;
}
.video_box p {
  font-size: 60px;
  line-height: 1.5;
  color: #efefef;
}
.video_box p.t1 {
  color: #9e9e9f;
}
.btn_video {
  font-size: 26px;
  color: #efefef;
  line-height: 1.6;
  margin-top: 80px;
}
.btn_video i {
  width: 40px;
  height: 40px;
  display: inline-block;
  background: url(https://www.rokae.com/public/pc/images/ico_25.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
}
.slider-handle {
  top: -15px !important;
}
.robotPart3 .partTitle1 {
  margin-top: 50px;
  margin-bottom: 50px;
}
.robotPart3 .partTitle1 h3 img {
  margin: 0 9px;
}
.robotPart3 .partTitle1 h3 span {
  background-color: #ccc;
  flex: 1;
  margin: 0;
}
.robotPart3Tit {
  font-weight: bold;
  color: #333;
  font-size: 16px;
  margin-bottom: 50px;
}
.robotPart3Main {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 101px;
}
.robotPart3Main .items {
  width: 380px;
  height: 633px;
  background-color: #fff;
  border-radius: 25px;
  box-sizing: border-box;
  padding-top: 10px;
  border: 1px solid transparent;
  margin-right: 30px;
  margin-bottom: 30px;
}
.robotPart3Main .items:nth-of-type(3n) {
  margin-right: 0;
}
.robotPart3Main .items:hover {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.16);
  border: 1px solid #C3242D;
}
.robotPart3Main .items .t {
  height: 115px;
  line-height: 115px;
  text-align: center;
  font-size: 32px;
  color: #D80C18;
}
.robotPart3Main .items .t span {
  color: #333;
}
.robotPart3Main .items img {
  width: 100%;
}
.robotPart3Main .items a {
  display: block;
  width: 163px;
  height: 50px;
  background: rgba(241, 241, 241, 0.39);
  border: 1px solid #CCCCCC;
  border-radius: 50px;
  margin: 0 auto;
  margin-top: 34px;
  color: #C3242D;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
  transition: 0.2s linear all;
}
.robotPart3Main .items a:hover {
  background-color: #C3242D;
  color: #fff;
}
.robotPart3Main .items .cen {
  display: flex;
  margin-bottom: 36px;
}
.robotPart3Main .items .cen .cen1 {
  width: 50%;
  text-align: center;
}
.robotPart3Main .items .cen .cen1:nth-of-type(1) {
  border-right: 1px solid #ccc;
}
.robotPart3Main .items .cen .cen1 h3,
.robotPart3Main .items .cen .cen1 p {
  margin-bottom: 0;
}
.robotPart3Main .items .cen .cen1 p {
  font-size: 22px;
  line-height: 1.4;
  color: #333;
}
.robotPart3Main .items .cen .cen1 h3 {
  font-size: 12px;
  color: #666;
}
.lookMore {
  padding: 99px 0;
}
.lookMore .lookMoreTitle {
  text-align: center;
  color: #333;
  font-size: 33px;
  font-weight: bold;
  margin-bottom: 40px;
}
.lookMoreUl {
  display: flex;
  flex-wrap: wrap;
}
.lookMoreUl .items {
  width: 575px;
  height: 153px;
  background: rgba(244, 244, 244, 0.39);
  margin-right: 50px;
  margin-bottom: 29px;
}
.lookMoreUl .items:nth-of-type(2n) {
  margin-right: 0;
}
.lookMoreUl .items a {
  height: 153px;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
.lookMoreUl .items a img {
  width: 82px;
  margin-right: 26px;
}
.lookMoreUl .items a .r {
  width: 100px;
  flex: 1;
  color: #333;
}
.lookMoreUl .items a .r h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.lookMoreUl .items a .r p {
  margin-bottom: 8px;
  font-size: 16px;
  margin-top: 8px;
}
.lookMoreUl .items a .r span {
  color: #C3242D;
  font-size: 16px;
}
.part2 .partTitle1 {
  width: 1200px;
  margin: 107px auto;
}
.part2 .partTitle1 span {
  flex: 1;
}
.part2Main {
  background: url(../image/index12.png) 50% 50% / cover no-repeat;
  height: 722px;
  padding-top: 100px;
}
.part2Tit {
  color: #fff;
  text-align: center;
  margin-bottom: 49px;
}
.part2Tit p {
  font-size: 20px;
  margin: 0;
}
.part2Tit h3 {
  margin: 0;
  font-size: 40px;
  line-height: 56px;
  margin: 6px 0;
}
.part2Tit span {
  width: 45px;
  height: 4px;
  margin: 0 auto;
  display: block;
  background-color: #C3242D;
}
.part2Ul {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.part2Ul ul {
  max-width: 1370px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.part2Ul ul li {
  margin-bottom: -7px;
}
.part2Ul ul li.active .images .img1 {
  display: none;
}
.part2Ul ul li.active .images .img2 {
  display: block;
}
.part2Ul ul li.active span {
  background-color: #C3242D;
}
.part2Ul ul li.active p {
  color: #fff;
}
.part2Ul ul li.active .dot .img1 {
  display: none;
}
.part2Ul ul li.active .dot .img2 {
  display: block;
}
.part2Ul ul .images {
  width: 63px;
  height: 63px;
  margin: 0 auto;
}
.part2Ul ul .images img {
  margin: 0 auto;
}
.part2Ul ul .images .img1 {
  display: block;
}
.part2Ul ul .images .img2 {
  display: none;
}
.part2Ul ul span {
  display: block;
  margin: 0 auto;
  width: 45px;
  height: 4px;
  background-color: #999;
  margin-top: 16px;
  margin-bottom: 12px;
}
.part2Ul ul p {
  text-align: center;
  color: #999;
  font-size: 20px;
  line-height: 28px;
}
.part2Ul ul .dot {
  width: 15px;
  height: 15px;
  margin: 0 auto;
}
.part2Ul ul .dot img {
  width: 100%;
}
.part2Ul ul .dot .img1 {
  display: block;
}
.part2Ul ul .dot .img2 {
  display: none;
}
.part2Slider {
  position: relative;
  max-width: 1370px;
  margin: 0 auto;
  overflow: hidden;
  margin-top: 100px;
}
.part2Slider .swiper-slide {
  background-color: transparent;
}
.part2Slider .swiper-pagination {
  display: none;
}
.part2Slider .swiper-button-prev::after {
  display: none;
}
.part2Slider .swiper-button-prev {
  left: 0;
  bottom: 0;
  top: initial;
  width: 49px;
  height: 49px;
  background-color: #000;
}
.part2Slider .swiper-button-next::after {
  display: none;
}
.part2Slider .swiper-button-next {
  right: initial;
  left: 100px;
  bottom: 0;
  top: initial;
  width: 49px;
  height: 49px;
  background-color: #000;
}
.part2MainSl {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.part2MainSl .l {
  width: 504px;
}
.part2MainSl .l .t {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 13px;
}
.part2MainSl .l .t .title {
  color: #fff;
  font-size: 32px;
  line-height: 45px;
}
.part2MainSl .l .t .title span {
  width: 45px;
  height: 4px;
  display: block;
  background-color: #C3242D;
  margin-top: 8px;
}
.part2MainSl .l .t a {
  display: block;
  width: 115px;
  height: 36px;
  border: 1px solid #FFFFFF;
  opacity: 1;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  border-radius: 60px;
}
.part2MainSl .l .d {
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 28px;
}
.part2MainSl .r {
  padding: 14px;
  flex-shrink: 0;
  width: 600px;
  background-color: #fff;
}
.part2MainSl .r img {
  width: 100%;
}
.part2MainSl .part2 {
  margin-bottom: 200px;
}
