@charset "UTF-8";
.ctx_head {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  height: 50px;
  background-color: #fff;
}

.ctx_head img {
  margin-top: 16px;
  width: 86px;
  height: 24px;
}

.ctx_head .ctx_nav {
  overflow: hidden;
  display: flex;
}

.ctx_head .ctx_nav .ctx_nav_home {
  padding: none;
  padding-right: 36px;
  margin-left: 80px;
}

.ctx_head .ctx_nav li {
  font-size: 14px;
  padding: 0 40px;
  line-height: 50px;
  color: #666666;
}

.ctx_head .ctx_nav li #industry {
  height: 50px;
  overflow: hidden;
}

.ctx_head .ctx_nav li #industry:hover .ctx_nav_link {
  color: #0076eb;
}

.ctx_head .ctx_nav li #industry p {
  height: 34.5px;
}

.ctx_head .ctx_nav li #industry .Industry_Services {
  display: none;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50px;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 10px 0 52px 0;
}

.ctx_head .ctx_nav li #industry .Industry_Services .Industry_Services_nav {
  padding: 0 26px;
  color: #333333;
  float: left;
}

.ctx_head .ctx_nav li #industry .Industry_Services .Industry_Services_nav h5 {
  font-size: 16px;
  line-height: 50px;
  text-align: left;
  border-bottom: 2px solid #E5E5E5;
  font-weight: bold;
}

.ctx_head .ctx_nav li #industry .Industry_Services .Industry_Services_nav ul > li {
  padding: 0;
  padding-right: 60px;
  line-height: 30px;
  text-align: left;
}

.ctx_head .ctx_nav li #industry .Industry_Services .Industry_Services_nav ul > li a {
  border: none;
}

.ctx_head .ctx_nav li #industry .Industry_Services .Industry_Services_nav ul > li .navActive {
  color: #0076eb;
}

.ctx_head .ctx_nav li #industry .Industry_Services .Industry_Services_nav:nth-of-type(1) {
  margin-left: 27vw;
}

@media (min-width: 2048px) {
  .ctx_head .ctx_nav li #industry .Industry_Services .Industry_Services_nav:nth-of-type(1) {
    margin-left: 34vw;
  }
}

.ctx_head .ctx_nav li #industry:hover .Industry_Services {
  display: block !important;
}

.ctx_head .ctx_nav .active {
  padding-bottom: 10px;
  border-bottom: 5px solid #0076eb;
  color: #0076eb;
}

.ctx_head .head_btn {
  line-height: 50px;
  margin-left: 85px;
  font-size: 14px;
}

.ctx_head .head_btn a {
  padding: 6px 15px;
  border-radius: 3px;
}

.ctx_head .head_btn .active {
  background: #0076EB;
  color: #ffffff;
}

.ctx_footer {
  margin-top: 0%;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}

.ctx_footer .footer_content {
  width: 1150px;
  margin: 0 auto;
}

.ctx_footer .footer_content #footer_log {
  display: block;
  margin-top: 34px;
  width: 92px;
  height: 24px;
}

.ctx_footer .footer_content .footer_about_Us {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.ctx_footer .footer_content .footer_about_Us .about_Us_left {
  display: flex;
}

.ctx_footer .footer_content .footer_about_Us .about_Us_left > ul {
  padding: 0 50px;
  text-align: left;
}

.ctx_footer .footer_content .footer_about_Us .about_Us_left > ul li {
  line-height: 26px;
  font-size: 14px;
  color: #666666;
  letter-spacing: 2px;
}

.ctx_footer .footer_content .footer_about_Us .about_Us_left > ul li:nth-of-type(1) {
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  letter-spacing: 1px;
}

.ctx_footer .footer_content .footer_about_Us .about_Us_left ul:nth-of-type(1) {
  padding: 0 50px 0 0;
}

.ctx_footer .footer_content .footer_about_Us .about_Us_right {
  display: flex;
}

.ctx_footer .footer_content .footer_about_Us .about_Us_right dl dt {
  width: 124px;
  height: 124px;
}

.ctx_footer .footer_content .footer_about_Us .about_Us_right dl dt img {
  display: block;
  width: 100%;
  height: 100%;
}

.ctx_footer .footer_content .footer_about_Us .about_Us_right dl dt dd {
  font-size: 14px;
  color: #666666;
}

.ctx_footer .footer_content .footer_about_Us .about_Us_right dl:nth-of-type(2) {
  margin-left: 46px;
}

.ctx_footer .footer_content .footer_contact_way {
  margin-top: 102px;
  width: 100%;
  border-bottom: 2px solid #e5e5e5;
}

.ctx_footer .footer_content .footer_contact_way ol {
  text-align: left;
  display: flex;
}

.ctx_footer .footer_content .footer_contact_way ol li {
  color: #666666;
  line-height: 30px;
  font-size: 14px;
  margin-left: 46px;
}

.ctx_footer .footer_content .footer_contact_way ol li h6 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}

.ctx_footer .footer_content .footer_contact_way ol li:nth-of-type(1) {
  margin: 0;
}

.ctx_footer .footer_content .footer_bottom {
  font-size: 14px;
  color: #666666;
  line-height: 39px;
  margin-bottom: 20px;
}

@media (min-width: 1280px) {
  .ctx_footer .footer_content {
    width: 1000px;
  }
}

.ctx_robot {
  position: fixed;
  right: 13px;
  top: 140px;
  width: 80px;
  height: 350px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 9px 10px rgba(0, 118, 235, 0.13);
}

.ctx_robot ul > li {
  width: 34px;
  height: 34px;
  padding: 0 23px;
  margin-top: 40px;
  color: #5397F7;
}

.ctx_robot ul > li img {
  width: 100%;
}

.ctx_robot .phone {
  display: none;
  position: absolute;
  right: 93px;
  top: 180px;
  width: 225px;
  text-align: left;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0px 9px 10px rgba(0, 118, 235, 0.32);
}

.ctx_robot .phone p {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}

.ctx_robot .phone h5 {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.ctx_robot .phone::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -19px;
  top: 11px;
  border: 10px solid;
  border-color: transparent transparent transparent #fff;
}

.ctx_robot .QR_code {
  display: none;
  width: 210px;
  height: 210px;
  background: #fff;
  position: absolute;
  right: 93px;
  top: 30px;
  border-radius: 5px;
  box-shadow: 0px 9px 10px rgba(0, 118, 235, 0.32);
}

.ctx_robot .QR_code::after {
  content: "";
  width: 180px;
  height: 180px;
  position: absolute;
  right: 14px;
  top: 14px;
  background: url("../img/2wm.png") no-repeat;
  background-size: 100%;
}

.ctx_robot .QR_code::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  right: -19px;
  top: 90px;
  border: 10px solid;
  border-color: transparent transparent transparent #fff;
}

.chat_info {
  display: none;
  width: 516px;
  height: 500px;
  position: fixed;
  background: #333333;
  border-radius: 5px;
  top: 15vh;
  right: 15vw;
  z-index: 10;
}

.chat_info .chat_info_top {
  width: 100%;
  height: 66px;
  background: #003F86;
  border-radius: 5px 5px 0px 0px;
  display: flex;
  justify-content: space-between;
}

.chat_info .chat_info_top .chat_logo {
  width: 86px;
  height: 24px;
  margin: 20px 16px;
  background-image: url("../img/组 8864@2x.png");
  background-size: 100% 100%;
}

.chat_info .chat_info_top .chat_top_right {
  width: 66px;
  height: 20px;
  margin: 20px 16px;
  display: flex;
  justify-content: space-between;
}

.chat_info .chat_info_top .chat_top_right .narrow {
  width: 24px;
  height: 2px;
  background-size: 100% 100%;
  margin-top: 18px;
}

.chat_info .chat_info_top .chat_top_right .close {
  width: 20px;
  height: 20px;
  background-image: url("../img/组 8865@2x.png");
  background-size: 100% 100%;
}

.chat_info .chat_info_content {
  width: 100%;
  height: 300px;
  background-color: #F5F5F5;
  overflow: hidden;
  overflow-y: auto;
}

.chat_info .chat_info_content s {
  display: block;
  font-size: 14px;
  color: #999999;
  margin: 10px 0;
}

.chat_info .chat_info_content .chat_CTX {
  height: auto;
  display: flex;
  width: 100%;
  justify-content: flex-start;
  margin-left: 10px;
  margin-top: 16px;
}

.chat_info .chat_info_content .chat_CTX .CTX_head {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.chat_info .chat_info_content .chat_CTX .CTX_head img {
  width: 100%;
  height: 100%;
}

.chat_info .chat_info_content .chat_CTX p {
  max-width: 308px;
  text-align: left;
  margin-left: 15px;
  background-color: #fff;
  padding: 7px 7px 7px 12px;
  border-radius: 5px;
  font-size: 14px;
  align-self: center;
  letter-spacing: 1px;
  position: relative;
}

.chat_info .chat_info_content .chat_CTX p::after {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  top: 8px;
  left: -16px;
}

.chat_info .chat_info_content .chat_customer {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
  margin-right: 10px;
}

.chat_info .chat_info_content .chat_customer .customer_head {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}

.chat_info .chat_info_content .chat_customer .customer_head img {
  width: 100%;
  height: 100%;
}

.chat_info .chat_info_content .chat_customer p {
  margin-right: 15px;
  max-width: 308px;
  text-align: left;
  background-color: #fff;
  padding: 7px 7px 7px 12px;
  letter-spacing: 1px;
  border-radius: 5px;
  font-size: 14px;
  align-self: center;
  position: relative;
}

.chat_info .chat_info_content .chat_customer p::after {
  content: "";
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: transparent  transparent transparent #fff;
  position: absolute;
  top: 8px;
  right: -16px;
}

.chat_info .chat_info_footer {
  overflow: hidden;
  width: 100%;
  height: 134px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(20, 103, 234, 0.13);
  position: relative;
}

.chat_info .chat_info_footer .textContent {
  outline: none;
  width: 95%;
  resize: none;
  line-height: 20px;
  letter-spacing: 1px;
  margin-top: 10px;
  border: 0;
}

.chat_info .chat_info_footer #sending {
  display: block;
  border: 0;
  background-color: transparent;
  outline: none;
  font-size: 14px;
  padding: 10px 30px;
  color: #fff;
  background: #003F86;
  position: absolute;
  right: 10px;
  bottom: 12px;
  border-radius: 2px;
}
