.public_top {
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 999;
  height: 64px;
}
.public_top .navigation_bar {
  width: 100%;
  display: flex;
  justify-content: center;
  height: 64px;
  padding: 0 40px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.08);
  position: fixed;
  top: 0;
}
.public_top .navigation_bar .navwidth {
  width: 1200px;
  padding: 0 47px;
  display: flex;
  justify-content: space-between;
}
.public_top .navigation_bar .logos {
  z-index: 999;
  display: flex;
  width: 877px;
  height: 64px;
}
.public_top .navigation_bar .logos .top_logos {
  height: 25px;
  margin-top: 20px;
  margin-right: 60px;
}
.public_top .navigation_bar .logos .index_title {
  width: 690px;
  height: 64px;
  line-height: 64px;
  display: flex;
  justify-content: space-between;
}
.public_top .navigation_bar .logos .index_title a {
  height: 64px;
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  text-decoration: none;
  position: relative;
  padding: 0 16px;
}
.public_top .navigation_bar .logos .index_title .index_title_line {
  width: 56px;
  height: 3px;
  background: #3370ff;
  position: absolute;
  top: 61px;
  border-radius: 0px 0px 2px 2px;
  margin-left: 16px;
}
.public_top .navigation_bar .logos .index_title .index_title_line1 {
  width: 27px;
  height: 3px;
  background: #3370ff;
  position: absolute;
  top: 61px;
  margin-left: 16px;
}
.public_top .navigation_bar .logos .index_title .index_title_line2 {
  width: 30px;
  height: 3px;
  background: #3370ff;
  position: absolute;
  top: 61px;
  margin-left: 26px;
}
.public_top .navigation_bar .logos .index_title .index_title_line3 {
  width: 30px;
  height: 3px;
  background: #3370ff;
  position: absolute;
  top: 61px;
  margin-left: 3px;
}
.public_top .navigation_bar .logos .index_title .layer {
  width: 100%;
  height: 340px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(52, 112, 255, 0.08);
  position: fixed;
  top: 64;
  left: 0;
  display: none;
}
.public_top .navigation_bar .logos .index_title .layer .layer_box {
  width: 1200px;
  height: 176px;
  margin: 0 auto;
}
.public_top .navigation_bar .logos .index_title .layer .layer_box .layer_box_title {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-left: 12px;
  border-bottom: 1px solid #DDDDDD;
}
.public_top .navigation_bar .logos .index_title .layer .layer_box .layer_products {
  width: 1200px;
  height: 75px;
  margin: 6px auto 0 auto;
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.public_top .navigation_bar .logos .index_title .layer .layer_box .layer_products .layer_products_item {
  width: 230px;
  height: 75px;
  line-height: 35px;
  display: flex;
  padding: 16px 0 0 12px;
}
.public_top .navigation_bar .logos .index_title .layer .layer_box .layer_products .layer_products_item img {
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  margin-right: 12px;
}
.public_top .navigation_bar .logos .index_title .layer .layer_box .layer_products .layer_products_item .layer_products_title {
  line-height: 16px;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  display: flex;
  text-align: left;
}
.public_top .navigation_bar .logos .index_title .layer .layer_box .layer_products .layer_products_item .layer_products_text {
  font-size: 12px;
  color: #666666;
  margin-top: 3px;
}
.public_top .navigation_bar .logos .index_title .layer .layer_box .layer_products .layer_products_item:hover {
  background-color: #f3f7ff;
}
.public_top .navigation_bar .logos .index_title .layer_programme {
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(52, 112, 255, 0.08);
  position: fixed;
  top: 64;
  left: 0;
  padding-bottom: 20px;
  display: none;
}
.public_top .navigation_bar .logos .index_title .layer_programme .layer_box {
  width: 1200px;
  height: 176px;
  margin: 0 auto;
  padding-top: 20px;
}
.public_top .navigation_bar .logos .index_title .layer_programme .layer_box .layer_box_title {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  margin-left: 12px;
  border-bottom: 1px solid #DDDDDD;
}
.public_top .navigation_bar .logos .index_title .layer_programme .layer_box .layer_products {
  width: 1200px;
  margin: 6px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.public_top .navigation_bar .logos .index_title .layer_programme .layer_box .layer_products .layer_products_item {
  width: 230px;
  line-height: 35px;
  display: flex;
  padding: 8px 0 0 12px;
  margin-top: 7px;
}
.public_top .navigation_bar .logos .index_title .layer_programme .layer_box .layer_products .layer_products_item .layer_products_img {
  width: 18px;
  height: 18px;
  margin-right: 12px;
}
.public_top .navigation_bar .logos .index_title .layer_programme .layer_box .layer_products .layer_products_item .layer_products_title {
  line-height: 16px;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  text-align: left;
}
.public_top .navigation_bar .logos .index_title .layer_programme .layer_box .layer_products .layer_products_item .layer_products_text {
  font-size: 12px;
  color: #666666;
  margin-top: 3px;
}
.public_top .navigation_bar .logos .index_title .layer_programme .layer_box .layer_products .layer_products_item div:hover {
  color: #3370ff;
}
.public_top .navigation_bar .logos .index_title .layer_programme .layer_box .layer_products .layer_products_item:hover {
  background-color: #f3f7ff;
}
.public_top .navigation_bar .top_btn {
  margin-top: 16px;
  z-index: 999;
  min-width: 186px;
  margin-left: 30px;
}
.public_top .navigation_bar .top_btn a {
  display: inline-block;
  width: 88px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
}
.public_top .navigation_bar .top_btn .btn1 {
  border: none;
  background-color: #3470ff;
  font-size: 14px;
  color: #ffffff;
  border-radius: 2px;
}
.public_top .navigation_bar .top_btn .btn2 {
  border: 1px solid #3470ff;
  background-color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  color: #3470ff;
  border-radius: 2px;
  margin-left: 3px;
}
.public_top .navigation_bar .user {
  display: none;
  height: 100%;
  line-height: 64px;
  cursor: pointer;
  position: relative;
}
.public_top .navigation_bar .user span {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  margin-right: 10px;
}
.public_top .navigation_bar .user img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.public_top .navigation_bar .user:hover .loginOut {
  display: block;
}
.public_top .navigation_bar .user .loginOut {
  display: none;
  position: absolute;
  line-height: 14px;
  padding: 4px;
  white-space: nowrap;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  bottom: -14px;
}
.latest_Rotation {
  height: 400px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.latest_Rotation .latest_box {
  width: 1094px;
  height: 274px;
  margin: 0 auto;
  position: relative;
  top: 70px;
  display: flex;
  justify-content: space-between;
}
.latest_Rotation .latest_box .left .title {
  font-size: 46px;
  font-weight: 500;
  color: #222222;
}
.latest_Rotation .latest_box .left .text {
  font-size: 14px;
  font-weight: 400;
  color: #222222;
  margin-top: 22px;
}
.latest_Rotation .latest_box .left button {
  margin-top: 45px;
  width: 140px;
  height: 46px;
  border: none;
  background-color: #3470ff;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  padding: 0;
}
.latest_Rotation .latest_box .right img {
  width: 280px;
  height: 250px;
}
.index_customer {
  font-size: 36px;
  color: #222222;
  text-align: center;
  margin-top: 130px;
  font-weight: 400;
}
.index_customer_txt {
  font-weight: 400;
  color: #8f959e;
  font-size: 16px;
  margin: 32px 0 50px 0;
  text-align: center;
}
.index_customer_img {
  width: 1200px;
  height: 519px;
  margin: 0 auto;
}
.index_customer_img img {
  width: 1200px;
  height: 519px;
}
.on_trial {
  margin-top: 95px;
}
.on_trial {
  height: 371px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.on_trial .on_trial_text {
  padding-top: 107px;
  font-size: 36px;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  line-height: 50px;
}
.on_trial .input_box {
  width: 549px;
  height: 44px;
  margin: 0 auto;
  margin-top: 46px;
  display: flex;
  background-color: #ffffff;
}
.on_trial .input_box input {
  width: 449px;
  height: 44px;
  outline: none;
  border: none;
  border-radius: 2px;
  margin-left: 4px;
  padding-left: 10px;
  font-size: 12px;
  line-height: 44px;
}
.on_trial .input_box .input_box_btn {
  width: 90px;
  height: 40px;
  font-size: 12px;
  font-weight: 400;
  background: #3470ff;
  border-radius: 2px;
  line-height: 44px;
  text-align: center;
  color: #ffffff;
  margin: 2px 0 0 4px;
}
.workOrder_experience {
  height: 371px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
}
.workOrder_experience .experience_title {
  height: 50px;
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  padding-top: 107px;
}
.workOrder_experience .experience_btn {
  width: 200px;
  margin: 96px auto 0 auto;
}
.workOrder_experience .experience_btn button {
  width: 200px;
  height: 44px;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(52, 112, 255, 0.08);
  border-radius: 2px;
  text-align: center;
  border: none;
  font-size: 14px;
  font-weight: 400;
  color: #3470ff;
  line-height: 20px;
}
.bottom_navigation {
  width: 100%;
  height: 463px;
  display: flex;
  padding-top: 82px;
  margin: 0 auto;
}
.bottom_navigation .foots {
  margin: 0 auto;
  display: flex;
  height: 288px;
  width: 1186px;
  justify-content: space-between;
}
.bottom_navigation .foots .bottom_img {
  width: 246px;
}
.bottom_navigation .foots .bottom_img img {
  width: 70px;
  height: 49px;
}
.bottom_navigation .foots .botton_title {
  width: 960px;
  display: flex;
  justify-content: space-between;
}
.bottom_navigation .foots .botton_title a {
  text-decoration: none;
  color: #646a73;
}
.bottom_navigation .foots .botton_title a:hover {
  color: #3370ff;
}
.bottom_navigation .foots .botton_title .bottom_product div:nth-child(1) {
  margin-bottom: 30px;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
}
.bottom_navigation .foots .botton_title .bottom_product div {
  margin-bottom: 26px;
  color: #646a73;
  font-size: 14px;
  font-weight: 400;
}
.bottom_navigation .foots .botton_title .solution div:nth-child(1) {
  margin-bottom: 30px;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
}
.bottom_navigation .foots .botton_title .solution div {
  margin-bottom: 26px;
  color: #646a73;
  font-size: 14px;
  font-weight: 400;
}
.bottom_navigation .foots .botton_title .helpcenter div:nth-child(1) {
  margin-bottom: 30px;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
}
.bottom_navigation .foots .botton_title .helpcenter div {
  margin-bottom: 26px;
  color: #646a73;
  font-size: 14px;
  font-weight: 400;
}
.bottom_navigation .foots .botton_title .aboutus div:nth-child(1) {
  margin-bottom: 30px;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
}
.bottom_navigation .foots .botton_title .aboutus div {
  margin-bottom: 26px;
  color: #646a73;
  font-size: 14px;
  font-weight: 400;
}
.bottom_navigation .foots .botton_title .contactus div:nth-child(1) {
  margin-bottom: 30px;
  font-size: 16px;
  color: #222222;
  font-weight: 400;
}
.bottom_navigation .foots .botton_title .contactus div {
  margin-bottom: 26px;
  color: #646a73;
  font-size: 14px;
  font-weight: 400;
}
.bottom_navigation .foots .botton_title .contactus .conta_qrcode {
  width: 110px;
}
.bottom_navigation .foots .botton_title .contactus .conta_qrcode img {
  width: 110px;
  height: 110px;
}
.line {
  width: 1200px;
  height: 1px;
  margin: 0 auto;
  background-color: #eff0f1;
  position: relative;
  bottom: 36px;
}
.icps {
  text-align: center;
  position: relative;
  bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #bbbfc4;
}
.map_title {
  text-align: center;
  height: 50px;
  font-size: 36px;
  font-weight: 400;
  color: #222222;
  line-height: 50px;
  margin-top: 59px;
}
.company {
  width: 1017px;
  height: 300px;
  margin: 70px auto 0 auto;
  display: flex;
  justify-content: space-between;
}
.company .address {
  height: 300px;
}
.company .address .channel_title {
  height: 28px;
  font-size: 20px;
  font-weight: 400;
  color: #1f2329;
  margin-top: 18px;
}
.company .address .channel_txts {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #646a73;
  line-height: 22px;
  margin-top: 15px;
}
.company .channel_map {
  width: 450px;
  height: 300px;
  border: 1px solid #dfe0e3;
}
.company .channel_map img {
  width: 450px;
  height: 250px;
}
.company .channel_map .chakan {
  width: 450px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company .channel_map .chakan img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  margin-top: -3px;
}
.company .channel_map .chakan div {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #646a73;
  line-height: 22px;
}
.line {
  width: 1200px;
  height: 1px;
  margin: 0 auto;
  background-color: #eff0f1;
  position: relative;
  bottom: 36px;
}
.icps {
  text-align: center;
  position: relative;
  bottom: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #bbbfc4;
}
.icps a:nth-child(1) {
  text-decoration: none;
  color: #333333;
}
.icps a:nth-child(2) {
  text-decoration: none;
}
.contact {
  width: 64px;
  height: 167px;
  position: fixed;
  top: 50%;
  right: 22px;
}
.contact > div {
  text-align: center;
  font-size: 10px;
}
.contact > div img {
  margin-top: 16px;
}
.contact .top {
  width: 64px;
  height: 64px;
  background-color: #2f66eb;
  border-radius: 4px 4px 0px 0px;
}
.contact .top img {
  width: 20px;
  height: 20px;
}
.contact .top div {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-top: 4px;
}
.contact .central_section {
  width: 64px;
  height: 64px;
  background-color: #2f66eb;
}
.contact .central_section div:nth-child(1) {
  padding: 0;
  margin: 0;
  width: 50px;
  height: 1px;
  background: #ffffff;
  opacity: 0.2;
  margin-left: 6px;
}
.contact .central_section img {
  width: 20px;
  height: 20px;
}
.contact .central_section div {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-top: 4px;
}
.contact .foot {
  width: 64px;
  height: 80px;
  background-color: #3470ff;
  box-shadow: 0px 2px 16px 0px #8FBEFF;
  border-radius: 0px 0px 4px 4px;
  margin-bottom: 6px;
}
.contact .foot div:nth-child(1) {
  padding: 0;
  margin: 0;
  width: 50px;
  height: 1px;
  background: #ffffff;
  opacity: 0.2;
  margin-left: 6px;
}
.contact .foot img {
  width: 20px;
  height: 20px;
}
.contact .foot div {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  margin-top: 4px;
}
.contact .back_off {
  width: 64px;
  height: 64px;
  box-shadow: 0px 2px 16px 0px #8FBEFF;
  border-radius: 4px;
  background: #0E72FF;
  display: none;
}
.contact .back_off img {
  width: 16px;
  height: 24px;
  margin: 15px 15px;
}
