﻿@charset "utf-8";
/* CSS Document */
body {
  margin: 0px;
  text-align: center;
  font-family: "微软雅黑";
}
input::-webkit-input-placeholder {
  color: #AAAAAA;
  font-size: 13px;
}
textarea::-webkit-input-placeholder {
  color: #999999;
  font-size: 13px;
  font-family: "微软雅黑";
}
.content_div {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}
.content_div_new {
  max-width: 1200px;
  min-width: 1100px;
  position: relative;
  margin: 0 auto;
}
.copyright {
  width: 100%;
  height: 85px;
  padding-top: 30px;
  position: relative;
  margin: 0 auto;
  bottom: 0px;
  font-size: 13px;
  text-align: center;
  line-height: 2.2;
  color: #646464;
  background: #1a1a1a;
}
a.link_copyright {
  color: #646464;
  text-decoration: none;
}
a.link_copyright:hover {
  text-decoration: underline;
}
.clear {
  clear: both;
}
/*充值成功*/
.renewal_body {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #f1f5f9;
  z-index: 1;
}
.renewal_content_box {
  position: relative;
  margin: 0 auto;
  margin-top: 150px;
  min-width: 1100px;
  max-width: 1200px;
  z-index: 2;
  height: 700px;
}
.renewal_fireworks {
  float: left;
  width: 50%;
}
.renewal_fireworks_pic {
  float: left;
  width: 50%;
  height: 50%;
  margin-left: 42%;
  margin-top: 25%;
}
.renewal_fireworks_pic img {
  float: left;
  width: 100%;
  height: 100%;
}
.renewal_fireworks_title {
  float: left;
  margin-top: 37%;
  width: 100%;
  line-height: 50px;
  text-align: left;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
}
.renewal_fireworks_text {
  float: left;
  width: 100%;
  margin-top: 10px;
  line-height: 20px;
  text-align: left;
  color: #333333;
  font-size: 18px;
}
.renewal_fireworks_button {
  float: left;
  width: 120px;
  margin-top: 40px;
  height: 36px;
  border-radius: 50px;
  background: #0084e0;
  line-height: 36px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  box-shadow: 0px 0px 5px #3897ec;
  cursor: pointer;
}
.renewal_fireworks_button:hover {
  background: #0065ac;
}
.mountain_box {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 204px;
  z-index: 1;
}
.mountain_box img {
  width: 100%;
  height: 100%;
}
/*结束*/
/*系统提醒*/
.System_prompt_div {
  width: 500px;
  height: 460px;
  margin-left: -250px;
  margin-top: -230px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99;
  background-color: #FFF;
  border-radius: 15px;
}
.System_prompt_con {
  float: left;
  width: 420px;
  padding: 10px;
  height: 155px;
  margin-top: 20px;
  margin-left: 30px;
  overflow-y: auto;
  background: #f7f7f7;
  border-radius: 3px;
}
.System_prompt_con ul {
  margin: 0;
  padding: 0;
}
.System_prompt_con li {
  float: left;
  width: 100%;
  height: 80px;
  list-style: none;
  border-bottom: 1px solid #cccccc;
}
.System_Popup_button_one {
  float: left;
  width: 110px;
  height: 40px;
  line-height: 40px;
  margin-left: 195px;
  margin-top: 30px;
  border-radius: 5px;
  color: #FFFFFF;
  background: #0066ff;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}
.System_prompt_radio_div {
  float: left;
  width: 30px;
  height: 70px;
  margin-top: 10px;
}
.System_prompt_radio {
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 10px;
}
.System_prompt_body {
  float: left;
  width: 380px;
  height: 70px;
  margin-top: 10px;
}
.System_prompt_c {
  float: left;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  color: #333333;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.System_prompt_left {
  float: left;
  width: 60%;
  height: 20px;
  margin-top: 15px;
  line-height: 20px;
  font-size: 13px;
  color: #333333;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.System_prompt_right {
  float: right;
  width: 40%;
  height: 20px;
  margin-top: 15px;
  line-height: 20px;
  font-size: 13px;
  color: #333333;
  text-align: right;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.System_top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 12;
}
/*结束*/
/*视频当前播放*/
.Login_Window_video_body {
  position: relative;
  margin: 0 auto;
  display: flex;
  margin-top: 8%;
  width: 50%;
  margin-left: 25%;
  z-index: 12;
}
.Login_Window_video_close {
  position: absolute;
  top: -25px;
  right: -45px;
  width: 40px;
  height: 40px;
  z-index: 12;
}
.Login_Window_video_close img {
  float: left;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
/*结束*/
/*注册登录*/
.Login_Popup_Window_body {
  position: relative;
  margin: 0 auto;
  display: flex;
  margin-top: 8%;
  width: 580px;
  height: 740px;
  z-index: 12;
}
.Login_Popup_Window {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -230px;
  margin-top: -310px;
  width: 460px;
  height: 620px;
  border-radius: 15px;
  background: #FFFFFF;
  z-index: 12;
}
.Login_Popup_Window_close {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 230px;
  margin-top: -340px;
  width: 40px;
  height: 40px;
  z-index: 12;
}
.Login_Popup_Window_close img {
  float: left;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.Login_Popup_log {
  float: left;
  margin-top: 40px;
  width: 140px;
  height: 35px;
  margin-left: 160px;
}
.Login_Popup_log img {
  float: left;
  width: 140px;
  height: 35px;
}
.Login_type {
  float: left;
  width: 80%;
  margin-left: 10%;
  margin-top: 30px;
}
.Login_type_note {
  float: left;
  width: 50%;
  height: 50px;
}
.Login_type_note_text {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333333;
  font-size: 20px;
  cursor: pointer;
}
.Login_type_note_text_selected {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.Login_type_pop_text_selected {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
}
.Login_type_subscript_selected {
  float: left;
  margin-left: 25%;
  width: 50%;
  height: 2px;
  border-radius: 2px;
  text-align: center;
  background: #d21a1a;
}
.input_box {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #f6f7f8;
  border-radius: 10px;
}
.Login_input_type {
  float: left;
  width: 80%;
  height: 70px;
  margin-left: 10%;
  margin-top: 20px;
}
.Login_input_type_message {
  float: left;
  width: 80%;
  height: 70px;
  margin-left: 10%;
  margin-top: 10px;
}
.input_style {
  float: left;
  margin-left: 5%;
  width: 90%;
  outline: 0px;
  font-size: 15px;
  text-align: left;
  color: #333333;
  background: #f6f7f8;
  border: 0;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
}
.input_style_message {
  float: left;
  margin-left: 5%;
  width: 50%;
  outline: 0px;
  font-size: 15px;
  text-align: left;
  color: #333333;
  background: #f6f7f8;
  border: 0;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
}
.input_Verification_code {
  float: left;
  margin-left: 5%;
  width: 35%;
  line-height: 50px;
  font-size: 15px;
  text-align: left;
  color: #0066ff;
  cursor: pointer;
  height: 50px;
  text-align: center;
}
.input_Verification_code_countdown {
  float: left;
  margin-left: 5%;
  width: 35%;
  line-height: 50px;
  font-size: 15px;
  text-align: left;
  height: 50px;
  text-align: center;
  color: #AAAAAA;
}
.Login_Error_message {
  float: left;
  margin-left: 20px;
  line-height: 20px;
  font-size: 13px;
  color: #ef2d00;
  text-align: left;
}
.Login_enroll_button {
  float: left;
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: #FFFFFF;
  background: #d21a1a;
  height: 46px;
  line-height: 46px;
  margin-top: 5px;
  border-radius: 10px;
  cursor: pointer;
}
.Login_enroll_button:hover {
  background: #c41818;
}
.Login_The_third {
  width: 100%;
  position: relative;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 15px;
}
.Login_The_third_title {
  position: relative;
  margin: 0 auto;
  font-size: 14px;
  margin-top: -25px;
  color: #c0c0c0;
  height: 50px;
  line-height: 50px;
  width: 170px;
  background: #ffffff;
}
.Login_The_third_ico {
  float: left;
  width: 155px;
  margin-left: 151px;
}
.Login_The_WeChat {
  float: left;
  width: 46px;
  cursor: pointer;
}
.Login_The_ico_txt {
  width: 46px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #c0c0c0;
  font-size: 14px;
}
.Login_input_type_third {
  float: left;
  width: 80%;
  margin-left: 10%;
  margin-top: 5px;
}
.Login_The_qq {
  float: right;
  width: 46px;
  cursor: pointer;
}
.Login_The_content {
  float: left;
  width: 100%;
  line-height: 20px;
  color: #c0c0c0;
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
}
.Login_forget_message {
  float: right;
  margin-left: 20px;
  line-height: 20px;
  font-size: 13px;
  color: #0066ff;
  text-align: right;
  cursor: pointer;
}
/*结束*/
/*评论成功*/
.reg_wrong_remind {
  width: 159px;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
}
.success_remind_ico {
  width: 39px;
  height: 39px;
  background: url(images/success_remind.png) no-repeat;
  float: left;
}
.reg_remind_ico {
  width: 39px;
  height: 39px;
  background: url(images/reg_remind.png) no-repeat;
  float: left;
}
.reg_wrong_explain {
  width: 360px;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #666666;
  line-height: 2;
  text-align: center;
}
.reg_remind_txt {
  width: 120px;
  text-align: center;
  height: 39px;
  line-height: 39px;
  font-size: 24px;
  float: left;
  color: #333333;
}
.reg_remind_explain {
  width: 360px;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #666666;
  text-align: left;
  line-height: 2;
}
.reset_password_button {
  border: 0px;
  padding: 10px 40px 10px 40px;
  text-align: center;
  font-size: 18px;
  background: #0066ff;
  outline: 0px;
  cursor: pointer;
  letter-spacing: 1.2px;
  position: relative;
  margin: 0 auto;
  margin-top: 8px;
  border-radius: 5px;
  color: #ffffff;
}
.reset_password_button:hover {
  background: #0059df;
}
.reg_remind_div {
  width: 440px;
  height: 270px;
  margin-left: -220px;
  margin-top: -135px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99;
  background-color: #FFF;
  border-radius: 15px;
}
/*结束*/
/*加减弹窗*/
.Subtract_div {
  width: 400px;
  height: 270px;
  margin-left: -200px;
  margin-top: -135px;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 99;
  background-color: #FFF;
  border-radius: 15px;
}
.Subtract_count {
  background: #eeeeee;
  width: 260px;
  height: 50px;
  line-height: 50px;
  font-size: 26px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  color: #666666;
  margin-top: 50px;
}
.Subtract_input {
  width: 260px;
  position: relative;
  margin: 0 auto;
  margin-top: 20px;
  border: 0px;
  border-bottom: 1px solid #dcdcdc;
  height: 40px;
  line-height: 40px;
  outline: 0px;
  font-size: 15px;
  letter-spacing: 1.4px;
}
.Subtract_wrong_remind {
  width: 260px;
  position: absolute;
  margin-left: 70px;
  margin-top: 5px;
}
.Subtract_wrong_remind_ico {
  width: 21px;
  height: 21px;
  background: url(images/count_wrong_remind.png) no-repeat;
  float: left;
}
.Subtract_wrong_remind_txt {
  width: 174px;
  text-align: left;
  padding-left: 5px;
  height: 21px;
  float: left;
  line-height: 21px;
  font-size: 14px;
  color: #999999;
}
.Subtract_button_div {
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
  padding-top: 35px;
}
.Subtract_button_left {
  float: left;
  width: 110px;
  margin-left: 70px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #d21a1a;
  border: 1px solid #d21a1a;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}
.Subtract_button_left:hover {
  background: #d21a1a;
  color: #FFFFFF;
}
.Subtract_button_right {
  float: right;
  width: 110px;
  margin-right: 70px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #FFFFFF;
  background: #d21a1a;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}
.Subtract_button_right:hover {
  background: #c41818;
}
/*结束*/
/*导航条*/
.dorp_acc_pic {
  float: right;
  height: 50px;
  padding-right: 5px;
  width: 60px;
  margin-left: -10px;
}
.dorp_mem {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  margin-top: 50px;
  width: 220px;
  padding-left: 20px;
  padding-right: 20px;
  height: 300px;
  box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
  margin-left: -68px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top: 1px solid #e1e1e1;
  box-sizing: border-box;
  z-index: 1;
}
.dorp_acc_pic:hover .dorp_mem {
  display: block;
}
.dorp_account_div {
  float: left;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #f4f4f4;
  box-sizing: border-box;
}
.dorp_account_exit {
  float: left;
  padding-left: 15px;
  line-height: 50px;
  color: #333333;
  text-align: left;
  font-size: 14px;
  cursor: pointer;
}
.dorp_account_exit:hover {
  color: #0077ff;
}
.dorp_account_pic {
  float: left;
  width: 40px;
  height: 40px;
  margin-top: 15px;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50%;
}
.dorp_account_pic img {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.dorp_account_name {
  float: left;
  width: 120px;
  height: 20px;
  line-height: 20px;
  margin-top: 17px;
  color: #5b5b5b;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
.dorp_account_list {
  float: left;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 6px;
  height: 170px;
  border-bottom: 1px solid #f4f4f4;
  box-sizing: border-box;
}
.dorp_account_list ul {
  padding: 0;
  margin: 0;
}
.dorp_account_list li {
  float: left;
  width: 100%;
  height: 40px;
  list-style: none;
}
.dorp_account_list_text {
  float: left;
  margin-left: 15px;
  line-height: 40px;
  color: #333333;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
}
.dorp_account_list_text:hover {
  color: #0077ff;
}
.dorp_account_cer_div {
  float: left;
  width: 120px;
  height: 20px;
}
.dorp_account_cer_con {
  float: left;
  line-height: 20px;
  color: #ed9b48;
  font-size: 12px;
  text-align: left;
}
.dorp_account_cer_pic {
  float: left;
  width: 20px;
  height: 20px;
}
.dorp_account_cer_pic img {
  float: left;
  width: 100%;
  height: 100%;
}
.dorp_account_certification {
  float: left;
  line-height: 20px;
  color: #999999;
  font-size: 12px;
  text-align: left;
}
.dorp_con {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  margin-top: 65px;
  width: 670px;
  height: 331px;
  box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 10%);
  margin-left: -140px;
  border-top: 1px solid #e1e1e1;
  box-sizing: border-box;
  z-index: 1;
}
/*.account_drop_white:hover .dorp_con {
    display: block;
}*/
.dorp_list {
  float: left;
  width: 240px;
  height: 330px;
  background: #f4f4f4;
}
.dorp_list ul {
  padding: 0;
  margin: 0;
}
.dorp_list li {
  float: left;
  width: 100%;
  height: 110px;
  list-style: none;
  cursor: default;
}
.dorp_list_mock {
  float: left;
  width: 100%;
  margin-top: 26px;
}
.dorp_list_pic {
  float: left;
  width: 30px;
  height: 30px;
  margin-left: 40px;
}
.dorp_list_pic img {
  float: left;
  width: 100%;
  height: 100%;
}
.dorp_list_title, .dorp_list_title_bold {
  float: left;
  line-height: 30px;
  color: #333333;
  font-size: 16.5px;
  text-align: left;
  margin-left: 5px;
  text-decoration: none;
}
.dorp_list_title_bold {
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
}
.dorp_list_text {
  float: left;
  width: 100%;
  line-height: 20px;
  text-align: center;
  color: #999999;
  font-size: 14px;
}
.dorp_introduce {
  float: left;
  width: 430px;
  height: 330px;
}
.dorp_introduce_list_box {
  float: left;
  width: 215px;
  height: 330px;
}
.dorp_introduce_title_box {
  float: left;
  width: 160px;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-left: 40px;
}
.dorp_introduce_title_right {
  float: left;
  width: 160px;
  height: 60px;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 10px;
  margin-left: 20px;
}
.dorp_introduce_title_pic {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 20px;
}
.dorp_introduce_title_pic img {
  float: left;
  width: 100%;
  height: 100%;
}
.dorp_introduce_title {
  float: left;
  line-height: 60px;
  color: #333333;
  font-size: 16px;
  text-align: left;
  margin-left: 5px;
  cursor: pointer;
  text-decoration: none;
}
.dorp_introduce_title:hover {
  color: #0077ff;
}
.dorp_introduce_list_con {
  float: left;
  width: 160px;
  margin-left: 40px;
  margin-top: 10px;
}
.dorp_introduce_list_con ul {
  margin: 0px;
  padding: 0px;
}
.dorp_introduce_list_con li {
  float: left;
  width: 100%;
  height: 40px;
}
.dorp_introduce_list_con_text {
  float: left;
  line-height: 40px;
  color: #666666;
  font-size: 15px;
  text-align: left;
  margin-left: 25px;
  text-decoration: none;
  cursor: pointer;
}
.dorp_introduce_list_con_text:hover {
  color: #0077ff;
}
/*结束*/
/*首页结尾*/
.footer_bg {
  width: 100%;
  position: relative;
  margin: 0 auto;
  background: #1a1a1a;
  padding-top: 50px;
  padding-bottom: 20px;
  z-index: 1;
}
.footer_left {
  float: left;
  margin-left: 2%;
  width: 53%;
  border-right: 1px solid #4d4d4d;
}
.footer_right {
  float: right;
  margin-top: 5px;
  width: 38%;
}
.attention_div {
  float: left;
  margin-right: 30px;
  width: 134px;
  height: 168px;
}
.attention_pic {
  float: left;
  width: 134px;
  height: 134px;
}
.attention_txt_div {
  float: left;
  width: 134px;
  height: 30px;
}
.attention_ico, .attention_ico_1 {
  float: left;
  width: 35%;
  text-align: right;
  height: 14px;
  margin-top: 7px;
}
.attention_ico_1 {
  width: 33%;
}
.attention_ico_txt, .attention_ico_txt_1 {
  float: right;
  width: 61%;
  height: 34px;
  line-height: 34px;
  text-align: left;
  color: #cbcbcb;
  font-size: 15px;
}
.attention_ico_txt_1 {
  width: 63%;
}
.attention_txt .footer_logo {
  float: left;
  width: 100%;
  height: 60px;
}
.footer_logo_ico {
  float: left;
  width: 207px;
  height: 60px;
}
.footer_logo_txt {
  float: left;
  margin-left: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 25px;
  color: #cbcbcb;
}
.footer_about_us {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.footer_about_us_txt {
  float: right;
  margin-top: -5px;
  margin-bottom: 4px;
  width: 38%;
  height: 30px;
  line-height: 30px;
  text-align: left;
  font-size: 18px;
  color: #eaeaea;
  font-weight: bold;
  letter-spacing: 2px;
}
.footer_about_us_ico {
  float: left;
  width: 39px;
  height: 39px;
  margin-right: 17px;
  cursor: pointer;
}
.footer_ico_pop {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px;
  margin-left: 39px;
  margin-top: -39px;
  display: none;
}
.footer_ico_pop img {
  width: 150px;
  height: 150px;
}
.footer_left_txt {
  float: left;
  width: 95%;
  margin-top: 25px;
  margin-left: 2%;
}
.footer_left_txt ul {
  margin: 0px;
  padding: 0px;
}
.footer_left_txt li {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  list-style: none;
}
.footer_ico {
  float: left;
  text-align: center;
  width: 30px;
  height: 25px;
  margin-top: 2px;
}
.footer_txt {
  float: left;
  width: 93%;
  color: #bfbfbf;
  font-size: 15px;
  letter-spacing: 1.1px;
  text-align: left;
}
.footer_content {
  max-width: 1200px;
  min-width: 1000px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
.service_idea {
  width: 100%;
  position: relative;
  margin: 0 auto;
  font-size: 34px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 1.4px;
}
.footer_nav_div {
  max-width: 1200px;
  min-width: 1000px;
  position: relative;
  margin: 0 auto;
  margin-top: 35px;
}
.footer_nav_one_list_div {
  width: 30%;
  float: right;
  margin-top: 30px;
}
.footer_nav_one_list_title {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 16px;
  color: #eaeaea;
  letter-spacing: 1.2px;
  font-weight: bold;
}
.footer_nav_one_list {
  width: 100%;
  float: left;
  margin-top: 13px;
}
.footer_nav_one_list ul {
  margin: 0px;
  padding: 0px;
}
.footer_nav_one_list li {
  width: 100%;
  float: left;
  text-align: left;
  margin-bottom: 8px;
  list-style: none;
  letter-spacing: 1.5px;
}
.footer_nav_line {
  width: 0px;
  height: 148px;
  float: left;
  border-left: 1px solid #454545;
  margin-right: 5%;
  margin-left: -1.5%;
}
a.link_footer {
  color: #cbcbcb;
  text-decoration: none;
  font-size: 15px;
}
a.link_footer:hover {
  color: #cbcbcb;
  text-decoration: underline;
}
/*结束*/
/*导航*/
.Head_navigation {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  height: 65px;
  z-index: 10;
}
.Head_navigation_white {
  position: fixed;
  margin: 0 auto;
  width: 100%;
  height: 65px;
  z-index: 10;
  background: #d21a1a;
}
.header_div {
  max-width: 1200px;
  min-width: 1000px;
  height: 65px;
  position: relative;
  margin: 0 auto;
  z-index: 3;
}
.header {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 960px;
}
.logo_div {
  float: left;
  width: 320px;
  height: 65px;
}
.logo_div_pic {
  float: left;
  width: 30px;
  height: 30px;
  margin-top: 18px;
}
.logo_div_pic img {
  float: left;
  width: 100%;
  height: 100%;
}
.crm_name, .crm_name_black {
  float: left;
  margin-left: 4px;
  height: 65px;
  font-size: 16px;
  margin-top: 19px;
  text-align: left;
  color: #FFFFFF;
}
.crm_name_black {
  font-size: 20px;
  margin-top: 19px;
  color: #ffffff;
  font-weight: bold;
}
.trademark {
  float: left;
  margin-left: -2px;
  margin-top: 13px;
  width: 10px;
  height: 30px;
  color: #ffffff;
  text-align: left;
}
.crm_text, .crm_text_black {
  float: left;
  margin-left: 5px;
  margin-top: 24px;
  color: #FFFFFF;
  font-size: 14px;
  height: 65px;
  font-weight: 100;
  letter-spacing: 1.2px;
}
.crm_text_black {
  color: #ffffff;
}
.nav_right {
  width: 700px;
  float: right;
}
.header_button_div {
  float: right;
  margin-top: 15.5px;
  width: 145px;
  margin-left: 15px;
}
.button_blue, .button_green {
  float: right;
  background: #ffffff;
  color: #bd151c;
  width: 130px;
  height: 34px;
  line-height: 34px;
  border-radius: 3px;
  border: 0px;
  outline: 0px;
  text-align: center;
  font-size: 15px;
  cursor: pointer;
}
.button_blue:hover {
  background: #fff5f5;
}
.button_green {
  background: #00b783;
}
.button_green:hover {
  background: #008c66;
}
.account_drop, .account_drop_black {
  float: right;
  text-align: center;
  width: 85px;
  height: 65px;
  line-height: 65px;
  color: #FFFFFF;
  font-size: 16px;
  text-decoration: none;
}
.account_drop_white {
  float: right;
  width: 85px;
  height: 65px;
  line-height: 65px;
  color: #FFFFFF;
}
.account_drop_white_text, .account_drop_black_text {
  float: right;
  height: 65px;
  line-height: 65px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: right;
  margin-right: 3px;
}
.account_drop_black, .account_drop_black_text {
  color: #ffffff;
}
.account_drop_white_pic {
  float: right;
  margin-right: 15px;
  width: 15px;
  height: 15px;
  margin-top: 27px;
}
.account_drop_white_pic img {
  float: left;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.account_members_area, .account_members_area_black {
  float: left;
  width: 90px;
  height: 65px;
  line-height: 65px;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: -15px;
  text-decoration: none;
  cursor: pointer;
}
.account_members_area_black {
  color: #000000;
}
.members_pic {
  float: right;
  width: 26px;
  height: 26px;
  margin-top: 4px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 50%;
}
.members_pic img {
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
/*首页*/
.banner_div {
  position: relative;
  width: 100%;
  height: 500px;
  background: #ffffff;
  z-index: 1;
}
.banner_div_pic {
  position: relative;
  width: 100%;
  height: 500px;
  min-width: 1000px;
  background: url("images/ba1.png") no-repeat center;
  z-index: 1;
}
.banner_shadow {
  position: absolute;
  width: 100%;
  height: 65px;
  background: linear-gradient(to bottom, #0000004a, #ffffff00);
  z-index: 2;
}
.banner_left {
  position: absolute;
  margin-top: 65px;
  width: 590px;
  height: 435px;
  z-index: 2;
}
.banner_title {
  float: left;
  margin-top: 110px;
  width: 100%;
  text-align: left;
  font-size: 44px;
  color: #1a1a1a;
  font-weight: bold;
}
.banner_con {
  float: left;
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  text-align: left;
  color: #d30000;
  font-weight: 200;
}
.banner_con_button {
  float: left;
  width: 142px;
  height: 42px;
  margin-top: 40px;
  background: #db2a2a;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 1.4px;
}
.banner_con_button:hover {
  background: #ed2e2e;
}
.crm_body {
  position: relative;
  max-width: 1200px;
  min-width: 1100px;
  height: 870px;
  margin: 0 auto;
  z-index: 1;
}
.crm_body_form {
  position: relative;
  width: 1200px;
  height: 950px;
  margin: 0 auto;
  z-index: 1;
}
.crm_body_time {
  position: relative;
  max-width: 1200px;
  min-width: 1100px;
  height: 880px;
  margin: 0 auto;
  z-index: 1;
}
.crm_body_news {
  position: relative;
  width: 100%;
  height: 600px;
  margin: 0 auto;
  background: #f2f6fa;
  z-index: 1;
}
.crm_body_bottom {
  position: relative;
  width: 100%;
  height: 260px;
  margin: 0 auto;
  background: #0056b8;
  z-index: 1;
}
.banner_div_bottom {
  position: relative;
  width: 100%;
  height: 260px;
  background: url("images/Bottom_picture.png") no-repeat center;
  z-index: 1;
}
.page_title, .page_title_down, .page_title_middle {
  float: left;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #333333;
  font-size: 34px;
  font-weight: bold;
  margin-top: 70px;
}
.page_title_down {
  margin-top: 50px;
}
.page_title_middle {
  margin-top: 70px;
}
.page_Subtitle {
  float: left;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #333333;
  font-size: 18px;
}
.page_middle {
  position: absolute;
  margin: 0 auto;
  width: 720px;
  height: 60px;
  margin-top: 190px;
  left: 50%;
  margin-left: -360px;
}
.page_version {
  float: left;
  width: 120px;
  text-align: center;
  font-size: 14px;
  height: 60px;
  line-height: 60px;
  color: #333333;
}
.page_version_selected_text {
  float: left;
  width: 120px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 60px;
  color: #333333;
}
.page_version_selected_line {
  float: left;
  width: 60px;
  margin-left: 30px;
  background: #cd0000;
  height: 4px;
  border-radius: 2px;
}
.page_category_left {
  float: left;
  width: 46%;
  height: 500px;
  margin-top: 85px;
}
.page_category_left img {
  float: left;
  width: 100%;
  height: 100%;
}
.arrow_down {
  border: 2px solid #FFFFFF;
  border-width: 0px 2px 2px 0px;
  display: inline-block;
  padding: 3px;
  float: right;
  margin-top: 27px;
  margin-left: 5px;
  margin-right: 15px;
  cursor: pointer;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.arrow_right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.arrow_left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.arrow_up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.arrow_down_black {
  border: 2px solid #ffffff;
  border-width: 0px 2px 2px 0px;
  display: inline-block;
  padding: 3px;
  float: right;
  margin-top: 27px;
  margin-left: 5px;
  margin-right: 15px;
  cursor: pointer;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.Elements {
  float: left;
  width: 400px;
  margin-top: -30px;
  margin-left: 40px;
}
.Elements_lump {
  float: left;
  width: 150px;
  height: 20px;
  line-height: 20px;
  text-align: left;
  color: #cccccc;
  font-size: 13px;
}
.Elements_lump_big {
  float: left;
  width: 250px;
  height: 20px;
  line-height: 20px;
  text-align: left;
  color: #cccccc;
  font-size: 13px;
}
.page_category_right {
  float: right;
  width: 53%;
  margin-top: 120px;
}
.Product_Title {
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
}
.Cut_down_page {
  float: right;
  width: 100px;
  height: 30px;
  background: #eff5ff;
  text-align: center;
  line-height: 30px;
  color: #0077ff;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
}
.Cut_down_page:hover {
  background: #2975f3;
  color: #FFFFFF;
}
.Cut_up_page {
  float: right;
  width: 100px;
  height: 30px;
  background: #eff5ff;
  text-align: center;
  line-height: 30px;
  color: #0077ff;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
  margin-right: 3%;
}
.Cut_up_page:hover {
  background: #2975f3;
  color: #FFFFFF;
}
.Product_Contents {
  float: left;
  width: 100%;
  line-height: 24px;
  font-size: 15px;
  color: #333333;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 20px;
  text-indent: 2em;
  letter-spacing: 0.5px;
}
.Hot_Section {
  float: left;
  width: 100%;
  height: 20px;
  margin-top: 25px;
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  text-align: left;
}
.Hot_Section_down {
  float: left;
  width: 100%;
  height: 20px;
  margin-top: 20px;
  font-weight: bold;
  color: #333333;
  font-size: 16px;
  text-align: left;
}
.Trending_Videos {
  float: left;
  width: 100%;
  min-width: 640px;
}
.Trending_Videos ul {
  padding: 0;
  margin: 0;
}
.Trending_Videos li {
  float: left;
  width: 140px;
  height: 120px;
  margin-top: 15px;
  list-style: none;
}
.Trending_Vid {
  float: left;
  width: 140px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 3px;
  box-shadow: 2px 4px 10px #e6e6e6;
  cursor: pointer;
}
.Trending_Vid img {
  float: left;
  width: 100%;
  height: 100%;
}
.Trending_Vid_p {
  float: left;
  width: 30px;
  height: 30px;
  margin-top: -52px;
  margin-left: 58px;
}
.Trending_Vid_p img {
  float: left;
  width: 100%;
  height: 100%;
}
.Trending_Vid_text {
  float: left;
  width: 100%;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.Trending_Videos_block {
  float: left;
  width: 25px;
  height: 120px;
  margin-top: 15px;
}
.Trending_block {
  float: left;
  width: 100%;
}
.Trending_methods_pic {
  float: left;
  margin-top: 20px;
  width: 30px;
  height: 30px;
}
.Trending_methods_pic img {
  float: left;
  width: 100%;
  height: 100%;
}
.Trending_methods_text {
  float: left;
  height: 30px;
  line-height: 30px;
  color: #333333;
  font-size: 15px;
  margin-top: 20px;
}
.Trending_methods_white {
  float: right;
  width: 130px;
  height: 40px;
  border-radius: 50px;
  background: #FFFFFF;
  color: #0077ff;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  box-shadow: 0px 0px 5px #bfddff;
  cursor: pointer;
  margin-top: 16px;
}
.Trending_methods_white:hover {
  background: #f9fcff;
  box-shadow: 0px 0px 5px #bfddff;
}
.Trending_methods_white_text {
  float: right;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  font-weight: bold;
  margin-right: 2%;
  color: #333333;
  margin-top: 20px;
}
.Trending_methods_blue {
  float: right;
  width: 130px;
  height: 40px;
  border-radius: 50px;
  background: #d21515;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  box-shadow: 2px 2px 5px #e1bcbc;
  cursor: pointer;
  margin-top: 16px;
}
.Trending_methods_blue:hover {
  background: #e41f1f;
  box-shadow: 2px 2px 5px #e1bcbc;
}
.Planning_Gray_8 {
  float: left;
  width: 100%;
  margin-top: 120px;
  min-width: 1200px;
  margin-bottom: 80px;
}
.Large_plate_crm {
  float: left;
  width: 350px;
  height: 640px;
  margin-top: 70px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #dde2e9;
}
.Large_plate_crm1, .Large_plate_crm2, .Large_plate_crm3 {
  float: left;
  width: 100%;
  height: 100px;
  background: #dc2b2b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.Large_plate_crm2 {
  background: #ef663c;
}
.Large_plate_crm3 {
  background: #eb8242;
}
.Large_plate_crm1_title {
  float: left;
  width: 100%;
  height: 24px;
  margin-top: 30px;
  line-height: 24px;
  color: #FFFFFF;
  font-size: 22px;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
.Large_plate_crm1_text {
  float: left;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
.Large_plate_crm_con {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
}
.Large_plate_crm_con ul {
  padding: 0;
  margin: 0;
}
.Large_plate_crm_con li {
  float: left;
  height: 40px;
  list-style: none;
  width: 280px;
  padding-left: 35px;
}
.Large_crm_text {
  float: left;
  line-height: 40px;
  font-size: 15px;
  color: #5a5a5a;
  text-align: left;
}
.Large_crm_pic {
  float: right;
  line-height: 40px;
  font-size: 15px;
  color: #5a5a5a;
  text-align: right;
}
.Large_crm_pic img {
  float: right;
  width: 20px;
  height: 20px;
  margin-top: 10px;
}
.Large_crm_one {
  float: left;
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #333333;
  font-size: 15px;
  text-align: center;
}
.Large_crm_blue {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 55px;
  color: #dc2b2b;
  font-size: 22px;
  text-align: center;
}
.Large_crm_two {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 55px;
  color: #f04a22;
  font-size: 22px;
  text-align: center;
}
.Large_crm_three {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 55px;
  color: #eb8242;
  font-size: 22px;
  text-align: center;
}
.Large_crm_one_button, .Large_crm_two_button, .Large_crm_three_button {
  float: left;
  margin-left: 105px;
  width: 140px;
  height: 40px;
  border-radius: 3px;
  background: #dc2b2b;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  margin-top: 20px;
}
.Large_crm_one_button:hover {
  background: #c32828;
}
.Large_crm_two_button {
  background: #ef663c;
}
.Large_crm_two_button:hover {
  background: #dd5e37;
}
.Large_crm_three_button {
  background: #eb8242;
}
.Large_crm_three_button:hover {
  background: #da773a;
}
.Large_crm_long {
  float: left;
  width: 30px;
  height: 640px;
  margin-top: 70px;
  background: #f6f6f6;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  writing-mode: tb-rl;
  line-height: 2.2;
  font-size: 13px;
  color: #999999;
  text-align: center;
}
.Large_placeholder {
  float: left;
  width: 60px;
  height: 640px;
  margin-top: 70px;
}
.Timeline_box {
  float: left;
  width: 100%;
  height: 450px;
  margin-top: 70px;
}
.Timeline_box img {
  float: left;
  width: 100%;
  height: 100%;
}
.dynamic_box {
  float: left;
  width: 100%;
  margin-top: 70px;
}
.dynamic_box ul {
  padding: 0;
  margin: 0;
}
.dynamic_box li {
  float: left;
  list-style: none;
  width: 32%;
  height: 225px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #e5e5e5;
}
.dynamic_label {
  float: left;
  margin-left: 7%;
  margin-top: 32px;
  width: 120px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  background: #eb8242;
  border-radius: 3px;
}
.dynamic_label_block {
  float: left;
  width: 2%;
  height: 225px;
}
.dynamic_text {
  float: left;
  margin-left: 7%;
  width: 86%;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333333;
  font-size: 15px;
  text-align: left;
  text-decoration: none;
  margin-top: 30px;
  cursor: pointer;
}
.dynamic_text:hover {
  color: #0077ff;
}
.dynamic_time_pic {
  float: left;
  width: 20px;
  height: 20px;
  margin-left: 7%;
  margin-top: 30px;
}
.dynamic_time_pic img {
  float: left;
  width: 100%;
  height: 100%;
}
.dynamic_time_text {
  float: left;
  line-height: 20px;
  margin-left: 5px;
  color: #999999;
  font-size: 16px;
  text-align: left;
  margin-top: 30px;
}
.dynamic_time_more {
  float: right;
  line-height: 20px;
  color: #999999;
  font-size: 15px;
  text-align: right;
  margin-top: 30px;
  cursor: pointer;
  margin-right: 25px;
  text-decoration: none;
}
.dynamic_time_more:hover {
  color: #0077ff;
}
.smart_title {
  float: left;
  width: 100%;
  line-height: 50px;
  margin-top: 70px;
  color: #FFFFFF;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 10px #003c81;
}
.smart_button {
  position: absolute;
  margin: 0 auto;
  width: 160px;
  height: 50px;
  background: #3a7ec9;
  border: 1px solid #ffffff;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 50px;
  margin-top: 150px;
  margin-left: -80px;
  left: 50%;
}
.smart_button:hover {
  background: #FFFFFF;
  border: 0;
  color: #006ae3;
}
.home_Code_QR {
  position: absolute;
  margin-top: 335px;
  margin-left: 87px;
  z-index: 4;
  width: 180px;
  height: 210px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #9bc6f6;
  display: none;
}
.home_Code_QR img {
  margin-top: 20px;
  width: 140px;
  height: 140px;
}
/*筹划期产品页*/
.banner_div_crm1 {
  position: relative;
  width: 100%;
  height: 500px;
  background: linear-gradient(to bottom, #ffffff, #f6dddd);
  z-index: 1;
}
.banner_div_crm1_pic {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 500px;
  background: url("images/crm1.png") no-repeat center;
  z-index: 1;
}
.banner_crm_shadow {
  position: absolute;
  width: 100%;
  height: 65px;
  background: linear-gradient(to bottom, #92acc7, #ffffff00);
  /*background: linear-gradient(to bottom, #6886a6, #ccdbea);
    opacity: 0.6;*/
  z-index: 2;
}
.banner_crm_title {
  float: left;
  margin-top: 110px;
  width: 100%;
  text-align: left;
  font-size: 35px;
  color: #1a1a1a;
  font-weight: bold;
}
.banner_crm_con {
  float: left;
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  text-align: left;
  color: #4d4d4d;
}
.banner_crm1_button {
  float: left;
  width: 140px;
  height: 31px;
  padding-top: 9px;
  margin-top: 25px;
  background: #dc2828;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  box-shadow: 0px 0px 7px #ffcece;
}
.banner_crm1_button:hover {
  background: #cc2525;
}
.product_crm1_shadow {
  position: absolute;
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, #ffffff, #ffffff);
  z-index: 2;
}
.product_background {
  position: absolute;
  width: 100%;
  height: 390px;
  margin-top: 100px;
  background: url("images/crm1_pic_1.png") no-repeat center;
  z-index: 1;
}
.Code_QR_ba, .Code_QR_ba_1 {
  position: absolute;
  margin-top: -120px;
  margin-left: 115px;
  z-index: 4;
  width: 180px;
  height: 210px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #dedede;
  display: none;
}
.Code_QR_ba_1 {
  margin-left: 150px;
}
.Code_QR_ba img, .Code_QR_ba_1 img {
  margin-top: 20px;
  width: 140px;
  height: 140px;
}
.crm1_captions_pic {
  position: absolute;
  width: 46%;
  height: 500px;
  margin-top: 50px;
  z-index: 2;
}
.crm1_captions_pic img {
  float: left;
  width: 100%;
}
.crm1_captions_content {
  position: absolute;
  width: 560px;
  height: 600px;
  right: 0;
  z-index: 2;
}
.crm1_content_title_box {
  float: left;
  width: 100%;
  height: 40px;
  margin-top: 125px;
}
.crm1_content_title {
  float: left;
  line-height: 40px;
  color: #333333;
  font-size: 28px;
  text-align: left;
  font-weight: bold;
}
.crm1_content_title_right {
  float: right;
  line-height: 50px;
  font-size: 18px;
  color: #333333;
  text-align: right;
  margin-right: 15px;
}
.crm1_underline {
  float: left;
  width: 50px;
  height: 4px;
  background: #d60707;
  margin-top: 5px;
}
.crm1_introduce {
  float: left;
  width: 100%;
  height: 220px;
  line-height: 28px;
  color: #333333;
  font-size: 15px;
  margin-top: 25px;
  text-align: left;
  letter-spacing: 1.2px;
}
.crm1_species_blue {
  float: left;
  width: 150px;
  height: 150px;
  background: #d60707;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #bcbcbc;
  cursor: pointer;
}
.crm_species_pic {
  float: left;
  width: 70px;
  height: 70px;
  margin-left: 40px;
  margin-top: 30px;
}
.crm_species_pic img {
  float: left;
  width: 100%;
}
.crm_species_title, .crm_species_title_black {
  float: left;
  width: 100%;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.crm_species_title_black {
  color: #333333;
  font-weight: normal;
  font-size: 15px;
  line-height: 32px;
}
.crm_species_placeholder {
  float: left;
  width: 48px;
  height: 150px;
}
.crm_species_white {
  float: left;
  width: 150px;
  height: 150px;
  background: #FFFFFF;
  ;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #e7e7e7;
  cursor: pointer;
}
.crm_species_white:hover {
  box-shadow: 0px 0px 10px #e1bcbc;
}
.crm1_local {
  float: right;
  width: 30px;
  height: 30px;
  margin-top: 10px;
}
.crm1_local img {
  float: left;
  width: 30px;
  height: 30px;
}
.crm1_local_text {
  float: right;
  line-height: 50px;
  font-size: 16px;
  text-align: right;
  color: #0077ff;
  text-decoration: none;
}
.crm_introduce_attribute {
  float: left;
  width: 100%;
  height: 40px;
}
.crm_introduce_title {
  float: left;
  line-height: 20px;
  text-align: left;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  width: 16%;
}
.crm_introduce_con {
  float: left;
  line-height: 20px;
  color: #333333;
  font-size: 16px;
  text-align: left;
  width: 84%;
}
.Financial_Notes_Videos {
  float: left;
  width: 100%;
  min-width: 640px;
  margin-top: 20px;
}
.Financial_Notes_Videos ul {
  margin: 0;
  padding: 0;
}
.Financial_Notes_Videos li {
  float: left;
  width: 110px;
  list-style: none;
}
.Financial_Notes_Videos_pic {
  float: left;
  width: 100%;
  height: 200px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #d3d3d3;
  cursor: pointer;
}
.Financial_Notes_Videos_pic img {
  float: left;
  width: 100%;
  height: 100%;
}
.Financial_Notes_Videos_text {
  float: left;
  width: 100%;
  line-height: 40px;
  text-align: center;
  color: #646464;
  font-size: 14px;
}
.Financial_Notes_placeholder {
  float: left;
  width: 18px;
  height: 200px;
}
.Text_Introduction {
  float: left;
  width: 100%;
  margin-top: 20px;
  line-height: 28px;
  color: #333333;
  font-size: 15px;
  text-align: left;
}
.crm_body_product {
  position: relative;
  max-width: 1200px;
  min-width: 1100px;
  height: 650px;
  margin: 0 auto;
  z-index: 1;
}
.product_plan_left {
  float: left;
  width: 41%;
  height: 475px;
  margin-top: 85px;
  background: #FFFFFF;
  border-radius: 20px;
  box-shadow: 0px 0px 10px #dadada;
  margin-left: 4%;
}
.product_plan_left img {
  float: left;
  width: 100%;
}
.plan_label {
  float: left;
  margin-left: -80px;
  width: 160px;
  height: 60px;
  border-radius: 50px;
  line-height: 60px;
  color: #FFFFFF;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-top: 140px;
  background: #d50000;
  opacity: 0.85;
}
.plan_title {
  float: left;
  height: 60px;
  line-height: 60px;
  color: #333333;
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  margin-top: 140px;
  margin-left: 20px;
}
.product_plan_right {
  float: left;
  width: 55%;
}
.plan_con_box {
  float: left;
  width: 100%;
  height: 200px;
  background: #f9f9f9;
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.plan_con_box ul {
  margin: 0;
  padding: 0;
}
.plan_con_box li {
  float: left;
  margin-left: 10%;
  width: 90%;
  height: 50px;
  list-style: none;
}
.plan_con_column_pic {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 15px;
}
.plan_con_column_pic img {
  float: left;
  width: 100%;
}
.plan_con_column_text {
  float: left;
  line-height: 50px;
  color: #333333;
  font-size: 15px;
  text-align: left;
  margin-left: 12px;
}
.plan_con_button {
  float: left;
  width: 150px;
  height: 46px;
  line-height: 46px;
  color: #FFFFFF;
  text-align: center;
  background: #d60707;
  border-radius: 5px;
  box-shadow: 0px 0px 8px #ffa6a6;
  margin-top: 15px;
  cursor: pointer;
  margin-right: 20px;
}
.plan_con_button:hover {
  background: #c60707;
}
.plan_con_block {
  float: left;
  width: 15%;
  height: 110px;
}
.plan_elements {
  float: left;
  width: 360px;
  margin-top: 17px;
}
.plan_elements_lump {
  float: left;
  width: 130px;
  height: 20px;
  line-height: 20px;
  text-align: left;
  color: #cccccc;
  font-size: 12px;
}
.plan_elements_lump_big {
  float: left;
  width: 230px;
  height: 20px;
  line-height: 20px;
  text-align: left;
  color: #cccccc;
  font-size: 12px;
}
.plan_link_footer {
  cursor: pointer;
  text-decoration: none;
  color: #cccccc;
}
.plan_link_footer:hover {
  color: #0077ff;
}
.crm_body_Popular, .crm_body_Popular_crm3 {
  position: relative;
  width: 100%;
  height: 700px;
  margin: 0 auto;
  background: #fafafa;
  z-index: 1;
}
.crm_body_Popular_crm3 {
  background: #f9f9f9;
}
.Code_QR {
  position: absolute;
  margin-top: 386px;
  margin-left: 280px;
  z-index: 4;
  width: 180px;
  height: 210px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #dedede;
  display: none;
}
.Code_QR img {
  margin-top: 20px;
  width: 140px;
  height: 140px;
}
.Code_QR_text {
  float: left;
  width: 84%;
  height: 50px;
  margin-left: 8%;
  font-size: 13px;
  color: #333333;
  text-align: center;
  border-radius: 5px;
}
.Popular_label_box {
  float: left;
  width: 15%;
  min-width: 152px;
  height: 430px;
  padding-top: 50px;
  margin-top: 30px;
  border-right: 1px solid #dedede;
}
.Popular_label_box ul {
  padding: 0;
  margin: 0;
}
.Popular_label_box li {
  float: left;
  width: 100%;
  height: 50px;
  list-style: none;
  cursor: pointer;
}
.Popular_label_Color_piece {
  float: right;
  width: 3px;
  margin-top: 5px;
  height: 40px;
  background: #d60707;
  margin-right: -1px;
}
.Popular_label_con_selected {
  float: right;
  width: 150px;
  margin-top: 5px;
  line-height: 40px;
  color: #333333;
  text-align: center;
  background: linear-gradient(to right, #f8f8f8, #ffc9c9);
  font-size: 15px;
  font-weight: bold;
}
.Popular_label_con, .Popular_label_con_crm3 {
  float: right;
  width: 150px;
  margin-top: 5px;
  margin-right: 2px;
  color: #333333;
  text-align: center;
  line-height: 40px;
  font-size: 15px;
}
.Popular_label_con:hover {
  color: #d60707;
}
.Popular_label_con_crm3:hover {
  color: #eb8242;
}
.Popular_label_body {
  float: left;
  width: 80%;
  height: 430px;
  padding-top: 50px;
  margin-top: 30px;
}
.Popular_introduce_body, .Popular_introduce_body_crm {
  float: left;
  width: 50%;
  height: 480px;
  margin-left: 3%;
}
.Popular_introduce_body_crm {
  width: 45%;
}
.Popular_introduce_title {
  float: left;
  width: 100%;
  height: 50px;
}
.Popular_introduce_crm1 {
  float: left;
  width: 6px;
  height: 6px;
  background: #d60707;
  border-radius: 50px;
  margin-top: 22px;
}
.Popular_introduce_tit {
  float: left;
  line-height: 50px;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  margin-left: 10px;
}
.Popular_introduce_con {
  float: left;
  width: 90%;
  margin-left: 16px;
  color: #333333;
  font-size: 15px;
  line-height: 26px;
  text-align: left;
  margin-top: 10px;
  height: 190px;
}
.Popular_introduce_documents, .Popular_introduce_documents_phone {
  float: left;
  margin-left: 16px;
  width: 125px;
}
.Popular_introduce_documents_phone {
  width: 75px;
}
.Popular_documents_box {
  float: left;
  width: 125px;
  height: 75px;
  box-shadow: 0px 0px 10px #dfdfdf;
  background: #ffffff;
  border-radius: 5px;
}
.Popular_documents_box img {
  float: left;
  width: 100%;
}
.Popular_documents_box_phone {
  float: left;
  width: 75px;
  height: 120px;
  box-shadow: 0px 0px 10px #dfdfdf;
  background: #ffffff;
  border-radius: 5px;
}
.Popular_documents_box_phone img {
  float: left;
  width: 100%;
  height: 100%;
}
.Popular_documents_pic {
  float: left;
  width: 30px;
  height: 30px;
  margin-top: -50px;
  margin-left: 47.5px;
}
.Popular_documents_pic img {
  float: left;
  width: 100%;
  height: 100%;
}
.Popular_documents_pic_phone {
  float: left;
  width: 30px;
  height: 30px;
  margin-top: -70px;
  margin-left: 24px;
}
.Popular_documents_pic_phone img {
  float: left;
  width: 100%;
  height: 100%;
}
.Popular_documents_text {
  float: left;
  width: 100%;
  line-height: 40px;
  color: #333333;
  text-align: center;
  font-size: 14px;
}
.Popular_introduce_pic, .Popular_introduce_pic_crm {
  float: right;
  width: 47%;
  margin-top: -50px;
}
.Popular_introduce_pic_crm {
  width: 52%;
}
.Popular_introduce_pic img {
  float: left;
  width: 100%;
}
.Popular_introduce_pic_crm img {
  float: left;
  width: 100%;
}
.crm_dispose {
  position: relative;
  max-width: 1200px;
  min-width: 1100px;
  height: 800px;
  padding-top: 20px;
  margin: 0 auto;
  z-index: 1;
}
.Dispose_box {
  float: left;
  width: 100%;
  margin-top: 60px;
}
.Dispose_unfold_one, .Dispose_unfold_two, .Dispose_unfold_three, .Dispose_unfold_four, .Dispose_unfold_five {
  float: left;
  width: 46%;
  height: 400px;
  box-shadow: 0px 0px 10px #929293;
  background: url("images/crm1_Figure_tally.png") no-repeat center;
  border-radius: 3px;
}
.Dispose_unfold_two {
  background: url("images/crm1_Figure_bill.png") no-repeat center;
}
.Dispose_unfold_three {
  background: url("images/crm1_Figure_Statistics.png") no-repeat center;
}
.Dispose_unfold_four {
  background: url("images/crm1_Figure_customer.png") no-repeat center;
}
.Dispose_unfold_five {
  background: url("images/crm1_Figure_inventory.png") no-repeat center;
}
.Dispose_unfold_title {
  float: left;
  width: 496px;
  margin-left: 8%;
  line-height: 50px;
  margin-top: 50px;
  font-size: 28px;
  text-align: left;
  color: #FFFFFF;
  font-weight: bold;
}
.Dispose_unfold_ti {
  float: left;
  width: 496px;
  margin-left: 8%;
  line-height: 50px;
  font-size: 28px;
  text-align: left;
  color: #FFFFFF;
  font-weight: bold;
}
.Dispose_unfold_line, .Dispose_unfold_line_crm2, .Dispose_unfold_line_crm3 {
  float: left;
  width: 110px;
  margin-left: 8%;
  height: 4px;
  background: #d60707;
}
.Dispose_unfold_line_crm2 {
  background: #d60707;
}
.Dispose_unfold_line_crm3 {
  background: #eb8242;
}
.Dispose_unfold_text {
  float: left;
  width: 460px;
  margin-left: 8%;
  line-height: 20px;
  font-size: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
  color: #FFFFFF;
  margin-top: 35px;
}
.Dispose_unfold_button, .Dispose_unfold_button_crm2, .Dispose_unfold_button_crm3 {
  float: right;
  width: 150px;
  height: 46px;
  background: #d60707;
  border-radius: 5px;
  color: #FFFFFF;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  margin-right: 8%;
  cursor: pointer;
  margin-top: 60px;
  box-shadow: 0px 0px 10px #4b4b4b;
}
.Dispose_unfold_button_crm2 {
  background: #d60707;
}
.Dispose_unfold_button_crm2:hover {
  background: #c80505;
}
.Dispose_unfold_button_crm3 {
  background: #eb8242;
}
.Dispose_unfold_button_crm3:hover {
  background: #da773a;
}
.Dispose_QR {
  position: absolute;
  margin-top: 75px;
  margin-left: 343px;
  z-index: 4;
  width: 180px;
  height: 210px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #dedede;
  display: none;
}
.Dispose_QR img {
  margin-top: 20px;
  width: 140px;
  height: 140px;
}
.Dispose_block {
  float: left;
  width: 1.5%;
  height: 400px;
}
.Dispose_section {
  float: left;
  width: 12%;
  height: 400px;
  box-shadow: 0px 0px 10px #f6e3e3;
  background: url("images/Dispose_section_pic_bck.png") no-repeat center center, linear-gradient(to bottom, #ffffff, #fffbfb);
  cursor: pointer;
  border-radius: 3px;
}
.Dispose_section_text {
  float: left;
  width: 100%;
  height: 30px;
  margin-top: 60px;
  line-height: 30px;
  color: #333333;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.Dispose_section_pic {
  float: left;
  width: 42%;
  margin-left: 29%;
  margin-top: 190px;
}
.Dispose_section_pic img {
  float: left;
  width: 100%;
}
.user_feedback_title {
  float: left;
  width: 100%;
  margin-top: 50px;
  text-align: left;
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
}
.user_feedback_con {
  float: left;
  width: 60%;
  height: 540px;
  margin-top: 20px;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.user_feedback_con::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.user_feedback_con ul {
  padding: 0;
  margin: 0;
}
.user_feedback_con li {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 20px;
}
.user_feedback_pic {
  float: left;
  width: 76px;
  height: 76px;
}
.user_feedback_pic img {
  float: left;
  width: 100%;
  height: 100%;
}
.user_feedback_message {
  float: left;
  width: 85%;
  padding-top: 18px;
}
.user_feedback_problem {
  float: left;
  width: 100%;
  line-height: 20px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}
.user_feedback_gp {
  float: left;
  width: 100%;
  line-height: 20px;
  color: #999999;
  font-size: 14px;
  text-align: left;
  margin-top: 5px;
}
.user_feedback_reply {
  float: left;
  width: 92%;
  background: #FFFFFF;
  padding: 3% 4%;
  margin-top: 10px;
  border-radius: 10px;
}
.user_feedback_reply_title {
  float: left;
  width: 100%;
  line-height: 20px;
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.user_feedback_reply_con {
  float: left;
  width: 100%;
  line-height: 20px;
  font-size: 14px;
  text-align: left;
  margin-top: 7px;
}
.user_feedback_Keep {
  float: left;
  width: 60%;
  height: 70px;
  margin-top: -50px;
  background: linear-gradient(to bottom, #ffffff33, #ffffff);
}
.Sending_Message_box {
  float: right;
  width: 35%;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #e0e0e0;
  height: 430px;
  padding: 2.5% 2.5%;
}
.Sending_Message_title {
  float: left;
  width: 100%;
  text-align: left;
  line-height: 26px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
.Sending_Message_remind {
  float: left;
  width: 100%;
  line-height: 20px;
  margin-top: 5px;
  color: #999999;
  font-size: 13px;
  text-align: left;
}
.Sending_Message_con {
  float: left;
  padding: 3%;
  width: 94%;
  height: 260px;
  background: #f5f5f5;
  margin-top: 20px;
  border: 0;
  color: #333333;
  font-size: 15px;
  line-height: 20px;
  outline: none;
  border-radius: 5px;
  font-family: "微软雅黑";
  text-align: left;
  resize: none;
}
.Message_checkbox {
  float: left;
  margin-top: 24px;
}
.Message_checkbox_text {
  float: left;
  margin-left: 3px;
  color: #666666;
  text-align: left;
  line-height: 20px;
  font-size: 13px;
  margin-top: 20px;
}
.Sending_Message_phone {
  float: left;
  width: 150px;
  height: 36px;
  background: #f5f5f5;
  margin-top: 10px;
  margin-left: 10px;
  border: 0;
  color: #333333;
  font-size: 14px;
  line-height: 20px;
  outline: none;
  border-radius: 5px;
  font-family: "微软雅黑";
  text-align: center;
  box-sizing: border-box;
  display: none;
}
.Sending_Message_button {
  float: right;
  width: 100px;
  height: 36px;
  margin-top: 10px;
  background: #dc2b2b;
  color: #FFFFFF;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
}
.Sending_Message_button:hover {
  background: #c32828;
}
/*筹划期产品页结束*/
/*建设期产品页*/
.crm2_body {
  position: relative;
  max-width: 1200px;
  min-width: 1100px;
  height: 1380px;
  margin: 0 auto;
  z-index: 1;
}
.banner_div_crm2 {
  position: relative;
  width: 100%;
  height: 500px;
  background: linear-gradient(to bottom, #ffffff, #f6dddd);
  z-index: 1;
}
.banner_div_crm2_pic {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 500px;
  background: url("images/crm2.png") no-repeat center;
  z-index: 1;
}
.banner_crm2_button {
  float: left;
  width: 140px;
  height: 40px;
  margin-top: 25px;
  background: #dc2b2b;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 40px;
  box-shadow: 0px 0px 7px #e1bcbc;
}
.banner_crm2_button:hover {
  background: #c32828;
}
.banner_crm2_button_write {
  float: left;
  width: 140px;
  height: 40px;
  margin-top: 25px;
  background: #FFFFFF;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  color: #0077ff;
  font-size: 16px;
  line-height: 40px;
  box-shadow: 0px 0px 7px #c6d6e8;
  margin-left: 20px;
}
.banner_crm2_button_write:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.crm2_species_blue {
  float: left;
  width: 150px;
  height: 150px;
  background: #d60707;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #e1bcbc;
  cursor: pointer;
}
.plan_title_crm {
  float: left;
  height: 60px;
  line-height: 60px;
  color: #333333;
  text-align: left;
  font-size: 26px;
  font-weight: bold;
  margin-top: 140px;
  margin-left: 10%;
}
.plan_trial_blue, .plan_trial_green {
  float: left;
  line-height: 20px;
  color: #0077ff;
  text-align: left;
  font-size: 16px;
  margin-top: 27px;
}
.plan_trial_green {
  color: #eb8242;
}
.plan_title_blue {
  float: right;
  line-height: 20px;
  color: #0077ff;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  margin-top: 160px;
}
.plan_title_red, .plan_title_red_crm3 {
  float: right;
  line-height: 20px;
  color: #d02d2d;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  margin-top: 166px;
}
.plan_title_red_crm3 {
  font-size: calc(8px + .2vw);
}
.plan_title_red_big, .plan_title_red_big_crm3 {
  float: right;
  height: 60px;
  line-height: 60px;
  color: #d02d2d;
  text-align: left;
  font-size: 32px;
  font-weight: bold;
  margin-top: 140px;
}
.plan_title_red_big_crm3 {
  font-size: calc(10px + .8vw);
}
.plan_con_button_crm2 {
  float: left;
  width: 150px;
  height: 46px;
  line-height: 46px;
  color: #FFFFFF;
  text-align: center;
  background: #d60707;
  border-radius: 5px;
  box-shadow: 0px 0px 8px #e1bcbc;
  margin-top: 15px;
  cursor: pointer;
  margin-right: 20px;
}
.plan_con_button_crm2:hover {
  background: #c50606;
}
.Popular_label_Color_piece_crm2, .Popular_label_Color_piece_crm3 {
  float: right;
  width: 3px;
  margin-top: 5px;
  height: 40px;
  background: #d60707;
  margin-right: -1px;
}
.Popular_label_Color_piece_crm3 {
  background: #eb8242;
}
.Popular_label_con_selected_crm2, .Popular_label_con_selected_crm3 {
  float: right;
  width: 150px;
  margin-top: 5px;
  line-height: 40px;
  color: #333333;
  text-align: center;
  background: linear-gradient(to right, #f8f8f8, #ffc9c9);
  font-size: 15px;
  font-weight: bold;
}
.Popular_label_con_selected_crm3 {
  background: linear-gradient(to right, #f8f8f8, #ffe6d6);
}
.Popular_introduce_crm2, .Popular_introduce_crm3 {
  float: left;
  width: 6px;
  height: 6px;
  background: #d60707;
  border-radius: 50px;
  margin-top: 22px;
}
.Popular_introduce_crm3 {
  background: #eb8242;
}
.Dispose_unfold_one_crm2, .Dispose_unfold_two_crm2, .Dispose_unfold_three_crm2, .Dispose_unfold_four_crm2, .Dispose_unfold_five_crm2 {
  float: left;
  width: 46%;
  height: 400px;
  box-shadow: 0px 0px 10px #929293;
  background: url("images/crm2_Figure_situation.png") no-repeat center;
  border-radius: 3px;
}
.Dispose_unfold_two_crm2 {
  background: url("images/crm2_Figure_work.png") no-repeat center;
}
.Dispose_unfold_three_crm2 {
  background: url("images/crm2_Figure_Statistics.png") no-repeat center;
}
.Dispose_unfold_four_crm2 {
  background: url("images/crm2_Figure_rechecking.png") no-repeat center;
}
.Dispose_unfold_five_crm2 {
  background: url("images/crm2_Figure_security.png") no-repeat center;
}
.crm2_underline {
  float: left;
  width: 50px;
  height: 4px;
  background: #d60707;
  margin-top: 5px;
}
/*结束*/
/*发展期产品页*/
.banner_div_crm3 {
  position: relative;
  width: 100%;
  height: 500px;
  background: linear-gradient(to bottom, #ffffff, #f7e7de);
  z-index: 1;
}
.banner_div_crm3_pic {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 500px;
  background: url("images/crm3.png") no-repeat center;
  z-index: 1;
}
.product_crm3_shadow {
  position: absolute;
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, #00728b14, #ffffff00);
  z-index: 2;
}
.banner_crm3_button {
  float: left;
  width: 140px;
  height: 40px;
  margin-top: 25px;
  background: #eb8242;
  border-radius: 5px;
  cursor: pointer;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 40px;
  box-shadow: 0px 0px 7px #ffae7c;
}
.banner_crm3_button:hover {
  background: #da773a;
}
.crm3_underline {
  float: left;
  width: 50px;
  height: 4px;
  background: #eb8242;
  margin-top: 5px;
}
.crm3_species_green {
  float: left;
  width: 150px;
  height: 150px;
  background: #eb8242;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #bcbcbc;
  cursor: pointer;
}
.crm3_species_white {
  float: left;
  width: 150px;
  height: 150px;
  background: #FFFFFF;
  ;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #e7e7e7;
  cursor: pointer;
}
.crm3_species_white:hover {
  box-shadow: 0px 0px 10px #e8cdbc;
}
.plan_con_button_crm3 {
  float: left;
  width: 150px;
  height: 46px;
  line-height: 46px;
  color: #FFFFFF;
  text-align: center;
  background: #eb8242;
  border-radius: 5px;
  box-shadow: 0px 0px 8px #dfcabd;
  margin-top: 15px;
  cursor: pointer;
  margin-right: 20px;
}
.plan_con_button_crm3:hover {
  background: #da773a;
}
.Dispose_unfold_one_crm3, .Dispose_unfold_two_crm3, .Dispose_unfold_three_crm3, .Dispose_unfold_four_crm3, .Dispose_unfold_five_crm3 {
  float: left;
  width: 46%;
  height: 400px;
  box-shadow: 0px 0px 10px #929293;
  background: url("images/crm3_Figure_situation.png") no-repeat center;
  border-radius: 3px;
}
.Dispose_unfold_two_crm3 {
  background: url("images/crm3_Figure_office.png") no-repeat center;
}
.Dispose_unfold_three_crm3 {
  background: url("images/crm3_Figure_financial.png") no-repeat center;
}
.Dispose_unfold_four_crm3 {
  background: url("images/crm3_Figure_inventory.png") no-repeat center;
}
.Dispose_unfold_five_crm3 {
  background: url("images/crm2_Figure_security.png") no-repeat center;
}
/*价格对比页*/
.banner_function {
  position: relative;
  width: 100%;
  height: 400px;
  background: #941515;
  z-index: 1;
}
.banner_function_pic {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 400px;
  background: url("images/function.png") no-repeat center;
  z-index: 1;
}
.banner_function_con {
  position: absolute;
  width: 100%;
  height: 50px;
  color: #FFFFFF;
  font-size: 34px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  margin-top: 170px;
  z-index: 2;
}
.banner_function_con_mark {
  position: absolute;
  width: 100%;
  height: 30px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
  margin-top: 220px;
  z-index: 2;
}
.contrast_div {
  width: 100%;
  background: #fafafa;
  position: relative;
  margin: 0 auto;
  padding-bottom: 80px;
}
.contrast_body {
  width: 100%;
  min-height: 500px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #cbcbcb;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  margin-top: -100px;
}
.contrast_con_Small {
  float: left;
  width: 15%;
  background: #FFFFFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 30px;
  margin-top: -20px;
}
.contrast_con_big {
  float: left;
  width: 204px;
  background: #FFFFFF;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 30px;
  margin-top: -20px;
}
.contrast_con_Small_title {
  float: left;
  width: 15%;
  height: 370px;
  box-sizing: border-box;
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
.contrast_con_big_title {
  float: left;
  width: 204px;
  height: 370px;
  box-sizing: border-box;
  border-right: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
.contrast_con_title {
  float: left;
  width: 100%;
  text-align: center;
  line-height: 50px;
  color: #333333;
  font-size: 15px;
  margin-top: 10px;
}
.contrast_version_title {
  float: left;
  width: 100%;
  line-height: 50px;
  color: #333333;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
.contrast_version_block {
  float: left;
  width: 100%;
  margin-top: 35px;
}
.contrast_version_money {
  float: left;
  width: 100%;
  line-height: 35px;
  margin-top: 25px;
  color: #333333;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  height: 40px;
}
.contrast_version_money_text {
  float: left;
  width: 100%;
  line-height: 35px;
  margin-top: 25px;
  color: #333333;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  height: 40px;
}
.contrast_version_explain {
  float: left;
  width: 100%;
  line-height: 20px;
  color: #666666;
  font-size: 13px;
  text-align: center;
  margin-top: 10px;
  height: 40px;
}
.contrast_section {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.contrast_section_pic {
  float: left;
  width: 20px;
  height: 20px;
  margin-left: 17%;
}
.contrast_section_pic img {
  float: left;
  width: 100%;
}
.contrast_section_text {
  float: left;
  line-height: 20px;
  color: #666666;
  text-align: left;
  margin-left: 5px;
  font-size: 13px;
}
.contrast_crm2_button {
  float: left;
  width: 54%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  margin-top: 25px;
  margin-left: 23%;
  box-shadow: 0px 0px 10px #e1bcbc;
  background: #dc2b2b;
  border-radius: 50px;
}
.contrast_crm2_button:hover {
  background: #c32828;
}
.contrast_crm1_button {
  float: left;
  width: 54%;
  height: 29px;
  padding-top: 7px;
  color: #dc2b2b;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  margin-top: 25px;
  margin-left: 23%;
  background: #ffffff;
  border-radius: 50px;
  border: 2px solid #dc2b2b;
}
.contrast_crm1_button:hover {
  background: #f9e9e9;
}
.contrast_crm3_button {
  float: left;
  width: 54%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  margin-top: 25px;
  margin-left: 23%;
  box-shadow: 0px 0px 10px #ffe3d1;
  background: #eb8242;
  border-radius: 50px;
}
.contrast_crm3_button:hover {
  background: #da773a;
}
.contrast_transverse {
  position: relative;
  width: 100%;
  height: 60px;
}
.contrast_transverse:hover {
  background: #f9f9f9;
}
.contrast_transverse_con {
  position: relative;
  width: 100%;
  height: 60px;
  border-top: 1px solid #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
.contrast_matter_make, .contrast_matter {
  float: left;
  width: 15%;
  box-sizing: border-box;
  border-right: 1px solid #f3f3f3;
  line-height: 60px;
  color: #333333;
  text-align: center;
  font-size: 15px;
}
.contrast_matter {
  width: 204px;
  font-size: 14px;
}
.contrast_matter_combine, .help_crm1 {
  float: left;
  width: 408px;
  box-sizing: border-box;
  border-right: 1px solid #f3f3f3;
  height: 60px;
}
.help_crm1 {
  width: 204px;
}
.contrast_combine_vio {
  float: left;
  width: 70%;
  margin-left: 15%;
}
.contrast_combine_type {
  float: left;
  width: 71px;
  height: 28px;
  background: #fbe5e5;
  border-radius: 50px;
  color: #d50000;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 16px;
}
.help_crm1_link {
  float: left;
  margin-top: 16px;
  margin-left: 20px;
  width: 71px;
  height: 28px;
  background: #fbe5e5;
  border-radius: 50px;
  color: #d50000;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  cursor: pointer;
}
.help_crm1_txt_link {
  color: #d50000;
  text-decoration: none;
}
.contrast_combine_type_block {
  float: left;
  width: 12.5%;
  height: 60px;
}
.contrast_pic {
  float: left;
  width: 204px;
  box-sizing: border-box;
  border-right: 1px solid #f3f3f3;
  height: 60px;
}
.contrast_pic img {
  width: 20px;
  height: 20px;
  margin-top: 20px;
}
.contrast_one {
  position: relative;
  width: 100%;
  height: 30px;
}
.contrast_two {
  position: relative;
  width: 100%;
  height: 370px;
  margin-top: -20px;
}
.contrast_transverse_title {
  position: relative;
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #333333;
  font-weight: bold;
  font-size: 15px;
}
.contrast_transverse_gray {
  position: relative;
  width: 100%;
  height: 60px;
  background: #f7f7f7;
  cursor: pointer;
}
.contrast_matter_make_gray {
  float: left;
  width: 15%;
  height: 60px;
}
.arrow_down_contrast {
  border: 2px solid #333333;
  border-width: 0px 2px 2px 0px;
  display: inline-block;
  padding: 3px;
  float: right;
  margin-top: 27px;
  margin-left: 5px;
  margin-right: 20%;
  cursor: pointer;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.arrow_down_contrast_block {
  float: right;
  width: 5%;
  height: 60px;
}
.contrast_drop_white_text {
  float: right;
  line-height: 60px;
  font-size: 15px;
  color: #333333;
  text-align: right;
  margin-right: 3px;
  font-weight: bold;
}
.arrow_up_contrast {
  border: 2px solid #333333;
  border-width: 0px 2px 2px 0px;
  display: inline-block;
  padding: 3px;
  float: right;
  margin-top: 30px;
  margin-left: 5px;
  margin-right: 20%;
  cursor: pointer;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.contrast_sort, .contrast_sort_sma {
  float: right;
  margin-right: 11%;
  padding: 5px 10px 5px 10px;
  font-size: 15px;
  line-height: 50px;
  color: #333333;
  text-align: right;
}
.contrast_sort img {
  float: right;
  width: 16px;
  height: 16px;
  margin-top: 18px;
  margin-left: 3px;
  cursor: pointer;
}
.contrast_sort_sma {
  margin-right: 20%;
}
.contrast_sort_sma img {
  float: right;
  width: 16px;
  height: 16px;
  margin-top: 18px;
  margin-left: 3px;
  cursor: pointer;
}
.contrast_left_side {
  float: left;
  width: 15%;
  height: 110px;
  box-sizing: border-box;
  border-right: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
}
.contrast_transverse_max {
  position: relative;
  width: 100%;
  height: 110px;
}
.contrast_right_side {
  float: left;
  width: 204px;
  box-sizing: border-box;
  border-right: 1px solid #f3f3f3;
  border-top: 1px solid #f3f3f3;
  height: 110px;
}
.contrast_right_block {
  float: left;
  width: 100%;
  height: 10px;
}
.appreciation_body {
  position: relative;
  width: 100%;
  height: 1100px;
  margin: 0 auto;
  z-index: 2;
  margin-top: 80px;
}
.appreciation_list {
  float: left;
  width: 100%;
  text-align: center;
  color: #B3B3B3;
  font-size: 16px;
  line-height: 40px;
}
.appreciation_list_blue, .appreciation_list_green, .appreciation_list_white {
  float: left;
  width: 5%;
  height: 3px;
  background: #d50000;
  margin-left: 47.5%;
  margin-top: -40px;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.appreciation_list_green {
  background: #d60707;
}
.appreciation_list_white {
  background: #FFFFFF;
}
.appreciation_con {
  float: left;
  width: 100%;
  margin-top: 50px;
}
.appreciation_con ul {
  margin: 0;
  padding: 0;
}
.appreciation_con li {
  float: left;
  width: 100%;
  height: 180px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 20px;
  list-style: none;
}
.appreciation_con_pic {
  float: left;
  margin-left: 5%;
  width: 10%;
  height: 180px;
}
.appreciation_con_pic img {
  float: left;
  width: 80px;
  height: 80px;
  margin-top: 50px;
}
.appreciation_con_text {
  float: left;
  width: 60%;
  height: 180px;
}
.appreciation_con_title, .appreciation_con_tit, .appreciation_con_titl {
  float: left;
  width: 100%;
  line-height: 30px;
  margin-top: 50px;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  text-align: left;
}
.appreciation_con_tit {
  margin-top: 30px;
}
.appreciation_con_titl {
  margin-top: 40px;
}
.appreciation_con_box {
  float: left;
  width: 100%;
  line-height: 20px;
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
  text-align: justify;
  text-justify: inter-ideograph;
  letter-spacing: 0.5px;
}
.appreciation_con_right {
  float: right;
  width: 25%;
  height: 180px;
}
.appreciation_con_right_mack {
  float: right;
  margin-right: 20%;
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  margin-top: 85px;
  color: #333333;
  text-align: right;
}
.appreciation_con_money {
  float: right;
  line-height: 180px;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  text-align: right;
  margin-right: 10px;
}
.Bottom_of_version {
  position: relative;
  width: 100%;
  height: 40px;
  background: #f9f9f9;
  text-align: center;
  font-size: 12px;
  line-height: 40px;
  color: #acacac;
}
.Bottom_link_footer {
  color: #a6a6a6;
  text-decoration: none;
  font-size: 12px;
}
.Bottom_link_footer:hover {
  color: #0077ff;
}
.contrast_suspension {
  position: fixed;
  top: 65px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 70px;
  z-index: 3;
}
.contrast_suspension_box {
  max-width: 1200px;
  min-width: 1000px;
  position: relative;
  margin: 0 auto;
  height: 80px;
  background: #FFFFFF;
  z-index: 3;
  box-shadow: 0px 0px 10px #cfcfcf;
}
.contrast_suspension_left {
  float: left;
  width: 15%;
  box-sizing: border-box;
  border-right: 1px solid #f3f3f3;
  height: 80px;
  color: #333333;
  text-align: center;
  font-size: 15px;
}
.contrast_suspension_right {
  float: left;
  width: 204px;
  box-sizing: border-box;
  border-right: 1px solid #f3f3f3;
  height: 100px;
}
.contrast_suspension_title {
  float: left;
  width: 100%;
  line-height: 80px;
  color: #333333;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
.contrast_suspension_div {
  position: absolute;
  z-index: 15;
  margin-top: 40px;
  display: none;
}
.contrast_suspension_remind {
  position: absolute;
  font-size: 16px;
  margin-left: 80px;
  text-align: left;
  margin-top: -54px;
  width: 370px;
  color: #333333;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 8px #c8c8c8;
}
.contrast_under_fields {
  font-size: 16px;
  position: absolute;
  left: 33px;
  color: #e7e7e7;
  font-family: "宋体";
  top: -30px;
}
.contrast_on_fields {
  position: absolute;
  font-size: 16px;
  left: 33px;
  font-family: "宋体";
  color: #FFFFFF;
  top: -29px;
}
.contrast_txt {
  position: relative;
  margin: 0 auto;
  text-align: left;
  margin: 15px;
}
.contrast_type {
  float: left;
  width: 100%;
  line-height: 20px;
  font-size: 15px;
  color: #333333;
  font-weight: bold;
  text-align: left;
}
.contrast_type_con {
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
}
.contrast_type_con_voc {
  float: left;
  width: 100%;
  line-height: 24px;
  color: #333333;
  font-size: 14px;
  text-align: left;
}
.contrast_type_con_left {
  float: left;
  width: 21%;
  line-height: 24px;
  color: #333333;
  font-size: 14px;
  text-align: left;
}
.contrast_type_con_right {
  float: left;
  width: 79%;
  line-height: 24px;
  color: #333333;
  font-size: 14px;
  text-align: left;
}
/*结束*/
/*软件下载*/
.banner_gary {
  position: relative;
  width: 100%;
  height: 400px;
  background: linear-gradient(to bottom, #fffafa, #f5dddd);
  z-index: 1;
}
.banner_gary_pic {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 400px;
  background: url("images/download_pic.png") no-repeat center;
  z-index: 1;
}
.banner_gary_con {
  float: left;
  margin-top: 105px;
  width: 100%;
  text-align: left;
  font-size: 36px;
  color: #1a1a1a;
  font-weight: bold;
}
.banner_gary_mack, .banner_gary_mack_crm3 {
  float: left;
  padding-right: 10px;
  height: 30px;
  font-size: 18px;
  color: #4d4d4d;
  line-height: 30px;
  text-align: center;
  margin-top: 15px;
}
.download_blue {
  float: left;
  width: 100%;
  background: linear-gradient(to right, #f5dddd, #fff9f9);
  border-radius: 10px;
  height: 440px;
  margin-top: 50px;
}
.download_pic_box {
  float: left;
  width: 100%;
  height: 105px;
  margin-top: 15px;
}
.download_pic_logo {
  float: left;
  width: 55px;
  height: 55px;
  margin-top: 30px;
  margin-left: 45px;
}
.download_pic_logo img {
  float: left;
  width: 100%;
  height: 100%;
}
.download_con_box {
  float: left;
  width: 31%;
  margin-left: 4%;
  height: 270px;
  border-right: 1px solid #ffd4d5;
  box-sizing: border-box;
}
.download_headline {
  float: left;
  width: 100%;
}
.download_headline_title {
  float: left;
  line-height: 22px;
  margin-top: 5px;
  color: #1a1a1a;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.download_content {
  float: left;
  width: 100%;
  line-height: 26px;
  margin-top: 30px;
  color: #4d4d4d;
  text-align: left;
  font-size: 16px;
  height: 130px;
}
.download_type {
  float: left;
  width: 27%;
  height: 30px;
  margin-right: 1%;
}
.download_type_pic {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
.download_type_pic img {
  float: left;
  width: 100%;
  height: 100%;
}
.download_type_text {
  float: left;
  margin-left: 5px;
  line-height: 30px;
  color: #333333;
  font-size: 16px;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
}
.download_con_right_box {
  float: left;
  width: 65%;
  height: 270px;
}
.download_local_box, .download_local_bo {
  float: left;
  margin-left: 10%;
  width: 40%;
}
.download_local_bo {
  margin-left: 5%;
}
.download_local_block {
  float: left;
  width: 100%;
  margin-top: 5px;
}
.download_local_title {
  float: left;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  text-align: left;
  font-weight: bold;
}
.download_local_tag, .download_local_tag_green {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  color: #c43338;
  background: #ffd4d5;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  margin-left: 10px;
}
.download_local_tag_green {
  color: #b74400;
  background: #f6c6a9;
}
.download_local_con {
  float: left;
  width: 100%;
  line-height: 24px;
  margin-top: 10px;
  text-align: left;
  color: #4d4d4d;
  font-size: 15px;
}
.download_local_button {
  float: left;
  width: 160px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #e1bcbc;
  background: #dc2828;
  margin-top: 45px;
  cursor: pointer;
}
.download_local_button:hover {
  background: #c61f1f;
  box-shadow: 2px 2px 5px #e1bcbc;
}
.download_local_button_hollow {
  float: left;
  width: 160px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #c0272d;
  font-size: 18px;
  border-radius: 5px;
  border: 1.5px solid #dc2929;
  margin-top: 45px;
  cursor: pointer;
}
.download_local_button_hollow:hover {
  background: #fbe5e5;
}
.download_local_remind {
  float: left;
  margin-left: 10%;
  line-height: 40px;
  color: #333333;
  font-size: 15px;
  text-align: left;
}
.download_local_copyright {
  float: left;
  width: 90%;
  margin-left: 10%;
  margin-top: 10px;
  line-height: 20px;
  color: #917e7e;
  font-size: 12px;
  text-align: left;
}
.download_link_footer {
  color: #917e7e;
  text-decoration: none;
  font-size: 12px;
}
.download_link_footer:hover {
  color: #583b3b;
}
.download_green {
  float: left;
  width: 63%;
  background: linear-gradient(to right, #fcece2, #fae0d0);
  border-radius: 10px;
  height: 430px;
  margin-top: 30px;
}
.download_con_box_green {
  float: left;
  width: 47%;
  margin-left: 6%;
  height: 270px;
  border-right: 1px solid #ffd4ba;
  box-sizing: border-box;
}
.download_local_button_green {
  float: left;
  width: 160px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  border-radius: 5px;
  margin-top: 45px;
  cursor: pointer;
  background: #ee935c;
}
.download_local_button_green:hover {
  background: #da773a;
}
.download_gray {
  float: left;
  width: 35%;
  margin-left: 2%;
  background: #fdf5f5;
  border-radius: 10px;
  height: 430px;
  margin-top: 30px;
}
.download_pic_remind {
  float: right;
  margin-right: 45px;
  line-height: 20px;
  margin-top: 45px;
  color: #333333;
  font-size: 16px;
  text-align: right;
}
.download_con_box_gary {
  float: left;
  width: 85%;
  margin-left: 10%;
}
.download_link_crm {
  color: #4D4D4D;
  text-decoration: none;
  font-size: 15px;
}
.download_link_crm:hover {
  color: #0077ff;
}
.download_local_button_gary {
  float: left;
  width: 160px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #c0272d;
  font-size: 18px;
  border-radius: 5px;
  border: 1.5px solid #dc2929;
  margin-top: 25px;
  cursor: pointer;
}
.download_local_button_gary:hover {
  background: #fbe5e5;
}
.download_Code_QR {
  position: absolute;
  margin-top: -80px;
  margin-left: -9px;
  z-index: 4;
  width: 180px;
  height: 210px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #dedede;
  display: none;
}
.download_Code_QR img {
  margin-top: 20px;
  width: 140px;
  height: 140px;
}
.download_local_gary_remind {
  float: left;
  width: 100%;
  line-height: 24px;
  text-align: left;
  font-size: 12px;
  color: #808080;
  margin-top: 20px;
}
.download_body {
  position: relative;
  max-width: 1200px;
  min-width: 1000px;
  height: 1000px;
  margin: 0 auto;
  z-index: 1;
}
.Other_download {
  float: left;
  width: 100%;
  height: 520px;
  border: 1px solid #e2e2e2;
  background: #fbfbfb;
  border-radius: 3px;
  margin-top: 40px;
}
.Other_download_left {
  float: left;
  width: 20%;
  height: 520px;
  background: #f5f5f5;
  border-right: 1px solid #e2e2e2;
  box-sizing: border-box;
}
.Other_download_left ul {
  margin: 0;
  padding: 0;
}
.Other_download_left li {
  float: left;
  width: 100%;
  height: 70px;
  list-style: none;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 1px solid #e2e2e2;
  box-sizing: border-box;
}
.Other_download_title_bold, .Other_download_title {
  float: left;
  font-size: 16px;
  line-height: 70px;
  text-align: left;
  margin-left: 15%;
  font-weight: bold;
}
.Other_download_title {
  font-weight: normal;
}
.Other_download_voc_bold, .Other_download_voc {
  float: right;
  margin-right: 10%;
  font-size: 16px;
  font-weight: bold;
  line-height: 70px;
}
.Other_download_voc {
  font-weight: normal;
  font-size: 16px;
}
.Other_download_right {
  float: left;
  width: 75%;
  height: 490px;
  margin-left: 4%;
  margin-top: 20px;
  overflow-y: auto;
  overflow-x: hidden;
}
.Other_download_right ul {
  margin: 0;
  padding: 0;
}
.Other_download_right li {
  float: left;
  width: 50%;
  height: 80px;
  list-style: none;
}
.Other_download_pic {
  float: left;
  width: 55px;
  height: 55px;
  margin-top: 12.5px;
  background: #FFFFFF;
  border-radius: 5px;
}
.Other_download_pic img {
  float: left;
  width: 100%;
  height: 100%;
}
.Other_download_con {
  float: left;
  width: 52%;
  margin-left: 3%;
  margin-top: 20px;
}
.Other_download_con_title {
  float: left;
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #333333;
  font-size: 15px;
  text-align: left;
}
.Other_download_con_remind {
  float: left;
  width: 100%;
  line-height: 20px;
  color: #999999;
  font-size: 13px;
  text-align: left;
}
.Other_download_button {
  float: left;
  width: 80px;
  height: 30px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  background: #FFFFFF;
  color: #666666;
  line-height: 30px;
  text-align: center;
  margin-top: 22px;
  cursor: pointer;
  font-size: 15px;
}
.Other_download_button:hover {
  background: #f3f3f3;
}
/*结束*/
/*智能推荐*/
.banner_public {
  position: relative;
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, #f5dcdd, #feeded);
  z-index: 1;
}
.banner_public_pic {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 300px;
  background: url("images/banner_public_one.png") no-repeat center;
  z-index: 1;
}
.Intelligent_div {
  width: 100%;
  background: #fafafa;
  position: relative;
  margin: 0 auto;
  height: calc(100vh - 385px);
  min-height: 700px;
}
.Intelligent_body {
  width: 84%;
  margin-left: 8%;
  min-height: 550px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #e3e3e3;
  position: relative;
  margin: 0 auto;
  z-index: 3;
  margin-top: -30px;
}
.Intelligent_body_bon {
  width: 76%;
  margin-left: 12%;
  min-height: 100px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #e3e3e3;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  margin-top: -75px;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.banner_Intelligent_con {
  position: absolute;
  width: 100%;
  height: 50px;
  color: #333333;
  font-size: 34px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  margin-top: 140px;
  z-index: 2;
  background: url("images/banner_public_one_b.png")no-repeat center;
}
.banner_Intelligent_mark {
  position: absolute;
  width: 100%;
  height: 30px;
  color: #333333;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
  margin-top: 190px;
  z-index: 2;
}
.Intelligent_con_background {
  position: absolute;
  width: 92%;
  margin-left: 4%;
  margin-top: 4%;
  height: 86%;
  background: url("images/Intelligent_pic.png")no-repeat center, #f7f8fa;
}
.Intelligent_con_color {
  position: absolute;
  width: 92%;
  margin-left: 4%;
  margin-top: 4%;
  height: 86%;
  background: #f7f8fa;
}
.Intelligent_con_remind {
  float: left;
  margin-left: 30px;
  margin-top: 15px;
  height: 30px;
  line-height: 30px;
  color: #cccccc;
  font-size: 14px;
  text-align: left;
}
.Intelligent_con {
  float: left;
  width: 100%;
  height: 150px;
  text-align: center;
  color: #5a5959;
  line-height: 150px;
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.crmplan_button_blue_div {
  width: 47%;
  float: left;
}
.crmplan_button_blue {
  float: right;
  padding: 10px 45px 12px 45px;
  font-size: 20px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0px 7px 10px -5px #80b3ee;
  color: #FFFFFF;
  background: #0077ff;
  cursor: pointer;
  font-weight: bold;
}
.crmplan_button_blue:hover {
  background: #0058dc;
}
.crmplan_button_green_div {
  width: 47%;
  float: right;
}
.crmplan_button_more {
  float: right;
  padding: 10px 45px 12px 45px;
  font-size: 16px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0px 7px 10px -5px #cbe3ff;
  color: #0077ff;
  background: #FFFFFF;
  cursor: pointer;
}
.crmplan_button_more:hover {
  background: #f1f7ff;
}
.crmplan_download {
  float: left;
  padding: 10px 45px 12px 45px;
  font-size: 16px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0px 7px 10px -5px #80b3ee;
  color: #FFFFFF;
  background: #0077ff;
  cursor: pointer;
}
.crmplan_download:hover {
  background: #0058dc;
}
.crmplan_button_green {
  float: left;
  padding: 10px 45px 12px 45px;
  font-size: 20px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0px 7px 10px -5px #86d482;
  color: #FFFFFF;
  background: #09b600;
  cursor: pointer;
  font-weight: bold;
}
.crmplan_button_green:hover {
  background: #079100;
}
.crmplan_title {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #333333;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-top: 35px;
}
.crmplan_box {
  float: left;
  width: 80%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-left: 5%;
  height: 100px;
  margin-top: 50px;
  background: #FFFFFF;
  border: 1px solid #ececec;
  border-radius: 5px;
}
.crmplan_mark {
  float: left;
  width: 100%;
}
.crmplan_headline {
  float: left;
  line-height: 50px;
  color: #333333;
  font-size: 14px;
  text-align: left;
}
.crmplan_con {
  float: right;
  line-height: 50px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
}
.crmplan_remind {
  float: left;
  margin-left: 5%;
  width: 90%;
  margin-top: 20px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  font-size: 14px;
  min-height: 80px;
}
/*结束*/
/*关于我们*/
.banner_About_pic {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 300px;
  background: url("images/About_Us_pic.png") no-repeat center;
  z-index: 1;
}
.banner_public_left {
  position: absolute;
  margin-top: 65px;
  width: 590px;
  z-index: 2;
}
.banner_public_con {
  float: left;
  margin-top: 50px;
  width: 100%;
  text-align: left;
  font-size: 34px;
  color: #333333;
  font-weight: bold;
}
.About_us_box {
  position: relative;
  width: 100%;
  min-height: 860px;
  height: calc(100vh - 415px);
  margin: 0 auto;
  background: #f9f9f9;
  z-index: 1;
}
.About_us_con {
  float: left;
  width: 1160px;
  margin-top: 60px;
}
.About_us_map {
  float: left;
  margin-top: 50px;
  width: 520px;
}
.About_map {
  float: left;
  width: 520px;
  height: 480px;
  background: #FFFFFF;
}
.About_us_introduce {
  float: right;
  width: 450px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 47px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 8px #e7e7e7;
}
.About_us {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #333333;
  font-size: 28px;
  font-weight: bold;
  text-align: left;
}
.About_us_type {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d8d8d8;
  margin-top: 10px;
  padding-bottom: 10px;
}
.About_pic {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 20px;
  margin-right: 10px;
}
.About_pic img {
  float: left;
  width: 20px;
  height: 20px;
}
.About_us_title {
  float: left;
  line-height: 60px;
  color: #333333;
  font-size: 18px;
  text-align: left;
  font-weight: bold;
}
.About_us_phone {
  float: left;
  margin-left: 30px;
  line-height: 30px;
  margin-top: 15px;
  color: #333333;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
}
.About_us_text {
  float: left;
  margin-left: 5px;
  color: #515151;
  line-height: 30px;
  margin-top: 15px;
  text-align: left;
  font-size: 15px;
  margin-bottom: 17px;
}
.About_us_WeCom {
  float: left;
  margin-left: 5px;
  margin-top: 18px;
  margin-bottom: 20px;
  width: 100px;
  height: 100px;
}
.About_QR_code_box {
  float: left;
  width: 100px;
  margin-left: 30px;
  margin-right: 20px;
  margin-top: 25px;
}
.About_QR_code {
  float: left;
  width: 100px;
  height: 100px;
}
.About_QR_code img {
  float: left;
  width: 100%;
  height: 100%;
}
.About_QR_code_text {
  float: left;
  width: 100%;
  line-height: 40px;
  color: #515151;
  font-size: 15px;
  text-align: center;
}
.About_GPS {
  float: left;
  width: 520px;
  margin-top: 20px;
}
.About_GPS_title {
  float: left;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #d8d8d8;
}
.product_public_shadow {
  position: absolute;
  width: 100%;
  height: 20px;
  background: linear-gradient(to bottom, #bac7d236, #ffffff00);
  z-index: 2;
}
/*结束*/
/*视频列表*/
.banner_Video_List_crm2 {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 300px;
  background: url("images/Video_List_pic.png") no-repeat center;
  z-index: 1;
}
.banner_Video_List_crm3 {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 300px;
  background: url("images/Video_List_pic_crm3.png") no-repeat center;
  z-index: 1;
}
.Trending_Videos_div {
  float: left;
  width: 100%;
  margin-top: 70px;
}
.Trending_Videos_title {
  float: left;
  width: 100%;
  line-height: 30px;
  color: #999999;
  font-weight: 18px;
  text-align: left;
  font-size: 16px;
}
.Trending_Videos_title_bold {
  float: left;
  width: 100%;
  line-height: 36px;
  font-weight: bold;
  color: #333333;
  text-align: left;
  font-size: 30px;
}
.Trending_Videos_note {
  float: left;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
  height: 36px;
}
.Trending_Videos_note_text {
  float: left;
  line-height: 40px;
  font-weight: bold;
  color: #f0f0f0;
  font-size: 32px;
  text-align: left;
  background: #FFFFFF;
}
.Trending_Videos_note_version {
  float: right;
  line-height: 40px;
  text-align: right;
  color: #999999;
  font-size: 14px;
}
.Trending_Videos_line, .Trending_Videos_line_crm3 {
  float: left;
  margin-left: 29px;
  width: 65px;
  height: 3px;
  background: #cd0000;
  margin-top: -30px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.Trending_Videos_line_crm3 {
  background: #cd0000;
}
.Trending_Videos_crm {
  float: left;
  width: 97%;
  margin-left: 3%;
  margin-top: 50px;
}
.Trending_Videos_crm ul {
  margin: 0;
  padding: 0;
}
.Trending_Videos_crm li {
  float: left;
  width: 20%;
  list-style: none;
  margin-right: 6%;
}
.Trending_Videos_pic {
  float: left;
  width: 230px;
  height: 140px;
  border-radius: 5px;
  cursor: pointer;
}
.Trending_Videos_pic img {
  float: left;
  width: 100%;
}
.Trending_Videos_play {
  float: left;
  width: 50px;
  height: 50px;
  margin-top: -95px;
  margin-left: 90px;
}
.Trending_Videos_play img {
  float: left;
  width: 100%;
}
.Trending_Videos_time {
  float: right;
  text-align: right;
  line-height: 20px;
  color: #FFFFFF;
  font-size: 14px;
  margin-top: -25px;
  margin-right: 10px;
}
.Trending_Videos_writing {
  float: left;
  width: 230px;
  line-height: 50px;
  font-size: 16.5px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.Trending_Videos_stance {
  float: left;
  width: 6%;
  height: 200px;
}
.Videos_body_crm {
  position: relative;
  max-width: 1200px;
  min-width: 1000px;
  height: 500px;
  margin: 0 auto;
  z-index: 1;
}
.Videos_body {
  width: 100%;
  min-height: 500px;
  padding-bottom: 50px;
  float: left;
  margin: 0 auto;
}
.Videos_caption {
  width: 100%;
  height: 150px;
  float: left;
  margin: 0 auto;
}
.Videos_title {
  float: left;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}
.Videos_list {
  float: left;
  width: 100%;
  line-height: 40px;
  font-weight: bold;
  color: #f0f0f0;
  font-size: 32px;
  text-align: center;
  background: #FFFFFF;
}
.contrast_videos_gray {
  float: left;
  width: 100%;
  height: 50px;
  background: #f7f7f7;
  cursor: pointer;
  margin-bottom: 30px;
}
.contrast_videos_text {
  float: left;
  line-height: 50px;
  font-size: 15px;
  color: #333333;
  text-align: left;
  margin-right: 3px;
  font-weight: bold;
  margin-left: 20px;
}
.arrow_down_videos {
  border: 2px solid #333333;
  border-width: 0px 2px 2px 0px;
  display: inline-block;
  padding: 3px;
  float: left;
  margin-top: 20px;
  margin-left: 5px;
  cursor: pointer;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.arrow_up_videos {
  border: 2px solid #333333;
  border-width: 0px 2px 2px 0px;
  display: inline-block;
  padding: 3px;
  float: left;
  margin-top: 25px;
  margin-left: 5px;
  cursor: pointer;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.Trending_Videos_contrast {
  float: left;
  width: 97%;
  margin-left: 3%;
}
.Trending_Videos_contrast ul {
  margin: 0;
  padding: 0;
}
.Trending_Videos_contrast li {
  float: left;
  width: 200px;
  list-style: none;
  margin-right: 32px;
  margin-bottom: 40px;
}
.Trending_Videos_contrast_pic {
  float: left;
  width: 200px;
  height: 120px;
  cursor: pointer;
}
.Trending_Videos_contrast_pic img {
  float: left;
  width: 200px;
  height: 120px;
}
.Trending_Videos_contrast_play {
  float: left;
  width: 30px;
  height: 30px;
  margin-top: -40px;
  margin-left: 10px;
}
.Trending_Videos_contrast_play img {
  float: left;
  width: 100%;
  height: 100%;
}
.Trending_Videos_contrast_time {
  float: right;
  text-align: right;
  line-height: 20px;
  color: #FFFFFF;
  font-size: 14px;
  margin-top: -32px;
  margin-right: 10px;
}
.Trending_Videos_contrast_writing {
  float: left;
  width: 200px;
  line-height: 40px;
  font-size: 14px;
  color: #333333;
  text-align: center;
}
.Trending_Videos_title_one, .Trending_Videos_title_two {
  float: left;
  width: 200px;
  line-height: 24px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  margin-top: -86px;
}
.Trending_Videos_title_two {
  margin-top: -74px;
}
.contrast_videos_block {
  float: left;
  width: 100%;
  min-height: 190px;
  margin-bottom: 20px;
}
.banner_public_crm3 {
  position: relative;
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, #f5dcdd, #feeded);
  z-index: 1;
}
.banner_crm3_shadow {
  position: absolute;
  width: 100%;
  height: 65px;
  background: linear-gradient(to bottom, #8ab2a7, #ffffff00);
  z-index: 2;
}
/*结束*/
/*视频播放*/
.Video_Play_body {
  position: relative;
  margin: 0 auto;
  width: 1200px;
  min-height: 500px;
  padding-top: 70px;
  padding-bottom: 100px;
}
.Video_Play_title {
  float: left;
  width: 100%;
  line-height: 30px;
  font-size: 26px;
  color: #333333;
  text-align: left;
  margin-top: 45px;
}
.Video_Play_Version {
  float: left;
  width: 100%;
  margin-top: 10px;
  line-height: 20px;
  color: #999999;
  font-size: 16px;
  text-align: left;
}
.video {
  float: left;
  margin-top: 30px;
  width: 830px;
  height: 490px;
  background: #f2f2f2;
  margin-bottom: 30px;
  box-shadow: 0px 0px 8px #e0e0e0;
}
.video_play_div {
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 40px;
}
.video_recommend_div {
  float: right;
  width: 320px;
  height: 655px;
  padding-left: 20px;
  background: #f5f5f5;
  border-radius: 5px;
  margin-top: 30px;
}
.video_recommend_title {
  float: left;
  width: 100%;
  line-height: 60px;
  color: #333333;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.video_recommend {
  float: left;
  width: 100%;
  height: 580px;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.video_recommend::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}
.video_recommend ul {
  margin: 0;
  padding: 0;
}
.video_recommend li {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 20px;
}
.video_recommend_pic {
  float: left;
  width: 150px;
  height: 90px;
  margin-right: 15px;
  cursor: pointer;
}
.video_recommend_pic img {
  float: left;
  width: 100%;
  height: 100%;
}
.video_recommend_text {
  float: left;
  width: 150px;
  margin-left: -165px;
  margin-top: 38px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  font-size: 18px;
  cursor: pointer;
}
.video_recommend_con {
  float: left;
  width: 150px;
  line-height: 20px;
  font-size: 15px;
  text-align: left;
  color: #333333;
  margin-top: 10px;
}
.video_recommend_time {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 10px;
}
.video_recommend_time img {
  float: left;
  width: 100%;
  height: 100%;
}
.video_recommend_time_text {
  float: left;
  line-height: 20px;
  color: #9499a0;
  font-size: 14px;
  text-align: left;
  margin-top: 10px;
  margin-left: 5px;
}
.video_message {
  float: left;
  border-radius: 5px;
  background: #f5f5f5;
  padding: 15px;
  width: 800px;
  height: 50px;
  border: 0;
  outline: none;
  resize: none;
}
.video_left {
  float: left;
  width: 830px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e9e9e9;
}
.video_feedback_con {
  float: left;
  width: 830px;
  margin-top: 20px;
}
.video_feedback_con ul {
  padding: 0;
  margin: 0;
}
.video_feedback_con li {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 20px;
}
.video_feedback_reply {
  float: left;
  width: 92%;
  background: #f5f5f5;
  padding: 3% 4%;
  margin-top: 10px;
  border-radius: 10px;
}
.video_feedback_message {
  float: left;
  width: 90%;
  padding-top: 18px;
}
/*结束*/
/*数据安全*/
.banner_data_security {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 300px;
  background: url("images/Data_Security_pic.png") no-repeat center;
  z-index: 1;
}
.Data_Security_note {
  float: left;
  width: 100%;
  height: 36px;
}
.Data_Security_left {
  float: left;
  width: 35%;
  margin-top: 160px;
}
.Data_Security_pic {
  float: left;
  width: 100%;
}
.Data_Security_pic img {
  float: left;
  width: 370px;
}
.Data_Security_right {
  float: left;
  width: 60%;
  padding-left: 5%;
  margin-top: 50px;
}
.Data_Security_con {
  float: left;
  width: 100%;
  margin-top: 40px;
}
.Data_Security_con_title {
  float: left;
  width: 100%;
  line-height: 20px;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
.Data_Security_con_text {
  float: left;
  line-height: 20px;
  color: #333333;
  font-size: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
}
.Data_Security_caption {
  width: 100%;
  margin-top: 130px;
  float: left;
}
.Contrast_box {
  float: left;
  width: 95%;
  margin-left: 5%;
  padding-bottom: 100px;
  margin-top: 100px;
}
.Contrast_left {
  float: left;
  width: 48%;
}
.Contrast_right {
  float: left;
  width: 48%;
  margin-left: 1%;
}
.Contrast_case {
  float: left;
  width: 100%;
}
.Contrast_pic {
  float: left;
  width: 40px;
  height: 40px;
}
.Contrast_pic img {
  float: left;
  width: 100%;
  height: 100%;
}
.Contrast_title {
  float: left;
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #333333;
  margin-left: 5px;
}
.Contrast_text {
  float: left;
  margin-left: 45px;
  line-height: 20px;
  font-size: 15px;
  color: #333333;
  text-align: left;
}
.Contrast_list {
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 50px;
}
.Contrast_list ul {
  margin: 0;
  padding: 0;
}
.Contrast_list li {
  float: left;
  width: 100%;
  list-style: none;
  background: #fafafa;
  height: 80px;
  margin-bottom: 15px;
}
.Contrast_triangle_div {
  float: left;
  margin-left: 5%;
  margin-top: 33px;
}
.Contrast_triangle {
  width: 0px;
  height: 0px;
  border: 7px solid transparent;
  border-left-color: #333333;
}
.Contrast_list_con {
  float: left;
  width: 90%;
  line-height: 20px;
  height: 80px;
  display: flex;
  align-items: center;
  word-warp: break-word;
  word-break: break-all;
  text-align: left;
  text-justify: inter-ideograph;
  font-size: 15px;
  color: #333333;
}
.Contrast_vs {
  position: absolute;
  margin-left: 44.5%;
  line-height: 80px;
  color: #f0f0f0;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
}
/*结束*/
/*服务器代维*/
.banner_server {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 300px;
  background: url("images/banner_public_two.png") no-repeat center;
  z-index: 1;
}
.banner_server_con {
  position: absolute;
  width: 100%;
  height: 50px;
  color: #333333;
  font-size: 34px;
  font-weight: bold;
  line-height: 50px;
  text-align: center;
  margin-top: 140px;
  z-index: 2;
  background: url("images/banner_public_two_b.png")no-repeat center;
}
.Data_server_caption {
  width: 100%;
  margin-top: 80px;
  float: left;
}
.Data_server_con {
  float: left;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 50px;
}
.Data_server_list {
  float: left;
  width: 23.5%;
  min-height: 240px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px #e0e0e0;
}
.Data_server_block {
  float: left;
  width: 2%;
  height: 280px;
}
.Data_server_title_div {
  float: left;
  width: 100%;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.Data_server_round {
  float: left;
  width: 8px;
  height: 8px;
  background: #0077ff;
  border-radius: 50px;
  margin-left: 5%;
  margin-top: 6px;
}
.Data_server_title {
  float: left;
  line-height: 20px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  margin-left: 5px;
  width: 88%;
}
.Data_server_text {
  float: left;
  width: 85%;
  margin-left: 9%;
  line-height: 20px;
  color: #666666;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.3px;
}
.Data_server_text_box {
  float: left;
  width: 85%;
  margin-left: 9%;
}
.Data_server_text_left {
  float: left;
  line-height: 20px;
  color: #666666;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.3px;
}
.Data_server_text_right {
  float: right;
  line-height: 20px;
  color: #da4d00;
  text-align: right;
  font-size: 15px;
  letter-spacing: 0.3px;
  font-weight: bold;
}
.Data_server_text_con {
  float: left;
  width: 100%;
  line-height: 20px;
  color: #666666;
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.3px;
  margin-top: 20px;
}
.nr_box table {
  width: 100%;
  border-collapse: collapse;
}
.nr_box th {
  height: 60px;
  font-size: 13.5px;
  color: #FFFFFF;
  text-align: left;
  letter-spacing: 3px;
  line-height: 50px;
  padding-left: 40px;
  background: #3f3f3f;
  font-weight: 600;
  border: 1px solid #D1D1D1;
}
.nr_box td {
  padding: 20px 10px 20px 40px;
  border: 1px solid #D1D1D1;
  font-size: 14px;
  text-align: left;
  color: #3f3f3f;
}
.nr_box table, .nr_box td, .nr_box th {
  border-bottom: 1px solid #D1D1D1;
}
.nr_box {
  overflow: auto;
  float: left;
  margin-top: 60px;
  width: 100%;
  margin-bottom: 50px;
}
.Data_server_middle {
  float: left;
  width: 30%;
  margin-left: 35%;
  background: #0077ff;
  height: 34px;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 34px;
  font-weight: bold;
  margin-top: -17px;
}
.Data_server_job_box {
  float: left;
  width: 100%;
  padding-bottom: 80px;
  border: 1px solid #d2e4ff;
  box-sizing: border-box;
  margin-top: 80px;
  margin-bottom: 100px;
}
.Data_server_job_text, .Data_server_job_title {
  float: left;
  margin-left: 5%;
  width: 90%;
  margin-top: 40px;
  line-height: 20px;
  color: #333333;
  font-size: 15px;
  text-align: left;
  text-indent: 2em;
}
.Data_server_job_title {
  font-weight: bold;
}
.Data_server_job_con {
  float: left;
  margin-left: 8%;
  width: 90%;
  margin-top: 30px;
}
.Data_server_job_con ul {
  margin: 0;
  padding: 0;
}
.Data_server_job_con li {
  float: left;
  width: 100%;
  list-style: none;
  margin-bottom: 20px;
}
.Data_server_job_pic {
  float: left;
  width: 20px;
  height: 20px;
}
.Data_server_job_list {
  float: left;
  line-height: 20px;
  color: #3f3f3f;
  font-size: 15px;
  text-align: left;
  margin-left: 5px;
}
/*结束*/
/*新闻列表*/
.news_list {
  width: 96%;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
}
.news_list ul {
  margin: 0px;
  padding: 0px;
}
.news_list li {
  float: left;
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  padding-top: 30px;
  cursor: pointer;
}
.news_list li:hover {
  background: #f8f8f8;
}
.news_date_div {
  float: left;
  width: 12%;
}
.news_date {
  width: 100%;
  float: left;
  color: #eb8242;
  text-align: right;
  font-size: 36px;
  font-weight: bold;
}
.news_date_line {
  float: right;
  width: 27%;
  background: #eb8242;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.news_year_month {
  float: left;
  width: 100%;
  text-align: right;
  color: #eb8242;
  line-height: 30px;
  font-size: 16px;
}
.news_list_title_div {
  width: 84%;
  float: left;
  margin-left: 2%;
}
.news_list_title {
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 8px;
}
.link_blue_news_list {
  color: #333333;
  font-size: 16.5px;
  font-weight: bold;
  text-decoration: none;
}
.news_list_content_summary {
  padding-left: 1%;
  width: 99%;
  height: 50px;
  float: left;
  text-align: left;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  letter-spacing: 1.2px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  text-align: justify;
}
.news_list_content_remind {
  float: left;
  padding-left: 1%;
  width: 99%;
  text-align: left;
  color: #999999;
  font-size: 14px;
  margin-top: 10px;
  line-height: 20px;
}
.page {
  width: 100%;
  float: left;
  margin-bottom: 80px;
  height: 30px;
  line-height: 30px;
  margin-top: 30px;
}
.link_page {
  float: right;
  color: #999999;
  text-decoration: none;
  font-size: 14px;
  background: #ffffff;
  padding: 2px 16px;
  border-radius: 4px;
  margin-left: 10px;
  border: 1px solid #d3d3d3;
  cursor: pointer;
  margin-right: 1%;
}
.link_page:hover {
  border: 1px solid #d21a1a;
  color: #FFFFFF;
  background: #d21a1a;
}
.link_page_current {
  float: right;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 14px;
  background: #d21a1a;
  padding: 2px 16px;
  border-radius: 4px;
  margin-left: 10px;
  border: 1px solid #d21a1a;
  cursor: pointer;
  margin-right: 1%;
}
/*结束*/
/*新闻详情*/
.news_title_box {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-bottom: 15px;
  margin-top: 60px;
  min-height: 80px;
  border-bottom: 1px solid #e5e5e5;
}
.news_title {
  float: left;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  margin-bottom: 20px;
  color: #333333;
}
.news_source {
  float: left;
  width: 45%;
  text-align: right;
  color: #535353;
  font-size: 15px;
  line-height: 30px;
}
.news_time {
  float: right;
  width: 45%;
  text-align: left;
  color: #535353;
  font-size: 15px;
  line-height: 30px;
}
.news_content {
  width: 96%;
  position: relative;
  margin: 0 auto;
  text-align: left;
  color: #333333;
  margin-top: 30px;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 1.4px;
  text-align: justify;
  text-justify: inter-ideograph;
  padding-bottom: 50px;
}
/*隐私&服务*/
.Privacy_con {
  float: left;
  width: 100%;
  margin-top: 60px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 15px;
  text-align: left;
  color: #3c3c3c;
  padding-bottom: 50px;
}
.Privacy_details, .Privacy_details_right {
  float: left;
  width: 96%;
  margin-left: 4%;
  margin-top: 5px;
  line-height: 24px;
  letter-spacing: 0.5px;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 15px;
  text-align: left;
  color: #3c3c3c;
}
.Privacy_details_right {
  text-align: right;
}
.Privacy_details_title {
  float: left;
  font-weight: bold;
}
.Privacy_details_con {
  float: left;
  width: 95%;
  margin-left: 20px;
  font-size: 14px;
  line-height: 24px;
}
/*结束*/
/*系统到期*/
.renewal_body {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: #f1f5f9;
  z-index: 1;
}
.renewal_cer_box {
  position: relative;
  margin: 0 auto;
  margin-top: 13%;
  min-width: 1100px;
  max-width: 1200px;
  z-index: 2;
  height: 700px;
}
.renewal_fireworks_cer {
  float: left;
  width: 100%;
}
.renewal_fireworks_cer_text {
  position: relative;
  margin: 0 auto;
  text-align: center;
  color: #333333;
  font-weight: bold;
  font-size: 22px;
  line-height: 60px;
}
.renewal_fireworks_cer_pic {
  position: relative;
  margin: 0 auto;
  width: 35%;
}
.renewal_fireworks_cer_pic img {
  float: left;
  width: 100%;
}
.renewal_fireworks_con_text {
  float: left;
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 16px;
  line-height: 50px;
  margin-top: 15px;
}
.renewal_fireworks_con_te {
  float: left;
  width: 100%;
  text-align: center;
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}
.renewal_fireworks_con_button {
  margin: 0 auto;
  width: 120px;
  margin-top: 300px;
  height: 36px;
  border-radius: 50px;
  background: #0084e0;
  line-height: 36px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  box-shadow: 0px 0px 5px #3897ec;
  cursor: pointer;
}
.renewal_fireworks_con_button:hover {
  background: #0065ac;
}
/*结束*/
/*IP*/
.crmplan_div_bg {
  width: 100%;
  background: #f8f8f8;
  position: relative;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
}
.ip_div {
  width: 86%;
  min-height: 500px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px #cbcbcb;
  position: relative;
  margin: 0 auto;
  background-color: #ffffff;
}
.ip_current {
  width: 60%;
  text-align: left;
  color: #999999;
  font-size: 22px;
  position: relative;
  margin: 0 auto;
  padding-top: 90px;
}
.ip_check {
  width: 60%;
  position: relative;
  margin: 0 auto;
  margin-top: 10px;
}
.ip_check ul {
  margin: 0px;
  padding: 0px;
}
.ip_check li {
  width: 100%;
  text-align: left;
  color: #333333;
  font-size: 22px;
  float: left;
  list-style: none;
  text-decoration: none;
  margin-top: 30px;
}
.input_ip_check {
  border: 1px solid #999999;
  height: 38px;
  outline: 0px;
  width: 350px;
  padding-left: 10px;
  float: right;
  margin-right: 20px;
  box-sizing: border-box;
}
.button_ip_check {
  height: 38px;
  padding-left: 40px;
  padding-right: 40px;
  background: #d60707;
  font-size: 18px;
  color: #ffffff;
  outline: 0px;
  border: 0px;
  cursor: pointer;
  border-radius: 4px;
  float: right;
  margin-right: 10px;
}
.button_ip_check:hover {
  background: #c50606;
}
.ip_remarks {
  width: 60%;
  text-align: left;
  color: #999999;
  font-size: 14px;
  position: relative;
  margin: 0 auto;
  margin-top: 5px;
}
.ip_interface {
  width: 60%;
  text-align: left;
  color: #666666;
  font-size: 18px;
  position: relative;
  margin: 0 auto;
  margin-top: 40px;
}
.map_location {
  width: 1200px;
  height: calc(100vh - 560px);
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
  background: #FFFFFF;
  min-height: 600px;
}
.map_div_bg {
  width: 100%;
  background: #f8f8f8;
  position: relative;
  margin: 0 auto;
  padding-top: 40px;
  height: calc(100vh - 400px);
  min-height: 700px;
}
/*结束*/
/*失败解决办法*/
.setuperr_div {
  width: 84%;
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  padding-bottom: 60px;
}
.setuperr_title {
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  float: left;
  margin-bottom: 30px;
  margin-top: 10px;
}
.setuperr_list {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.setuperr_list ul {
  padding: 0;
  margin: 0;
}
.setuperr_list li {
  width: 100%;
  float: left;
  line-height: 2.1;
  letter-spacing: 1.4px;
  font-size: 16px;
  color: #666666;
  list-style: none;
  margin-bottom: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.link_setuperr {
  color: #0066ff;
  text-decoration: none;
}
.link_setuperr:hover {
  text-decoration: underline;
}
/*结束*/
/*关于我们*/
.banner_public_con_write {
  float: left;
  margin-top: 50px;
  width: 100%;
  text-align: left;
  font-size: 34px;
  color: #FFFFFF;
  font-weight: bold;
}
.banner_About {
  position: relative;
  width: 100%;
  min-width: 1000px;
  height: 300px;
  background: url("images/About_Us_banner.png") no-repeat right;
  z-index: 1;
}
.banner_About_Us {
  position: relative;
  width: 100%;
  height: 300px;
  background: #011124;
  z-index: 1;
}
.banner_About_mack {
  float: left;
  padding-right: 10px;
  height: 30px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 30px;
  text-align: left;
  margin-top: 15px;
}
.About_Us_con_v {
  float: left;
  width: 50%;
  margin-top: 50px;
}
.About_Us_con_r {
  float: left;
  width: 55%;
  margin-top: 80px;
  margin-left: 5%;
}
.About_Us_con_x {
  float: left;
  width: 40%;
  margin-top: 50px;
}
.About_title {
  float: left;
  margin-left: 3%;
  line-height: 50px;
  color: #333333;
  font-size: 26px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
}
.About_introduce_box {
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.About_introduce_round {
  float: left;
  width: 8px;
  height: 8px;
  border-radius: 50px;
  background: #d60707;
  margin-top: 7px;
}
.About_introduce {
  float: left;
  width: 90%;
  line-height: 24px;
  font-size: 16px;
  text-align: justify;
  text-justify: inter-ideograph;
  margin-left: 10px;
  color: #484848;
}
.About_section {
  float: right;
  width: 45%;
  height: 160px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 0px 8px #e1e1e1;
  margin-left: 3%;
}
.About_section_big {
  float: right;
  width: 93%;
  margin-top: 20px;
  height: 160px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 0px 8px #e1e1e1;
}
.About_section_pic {
  float: left;
  width: 100%;
  margin-top: 20px;
  height: 160px;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0px 0px 8px #e1e1e1;
}
.About_section_pic img {
  float: left;
  width: 80%;
  height: 43px;
  margin-top: 57px;
  margin-left: 44px;
}
.About_section_title {
  float: left;
  margin-left: 8%;
  width: 92%;
  font-size: 20px;
  color: #d60707;
  font-weight: bold;
  line-height: 30px;
  margin-top: 30px;
  text-align: left;
}
.About_section_remind {
  float: left;
  margin-left: 8%;
  width: 92%;
  margin-top: -25px;
  color: #d60707;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
  filter: alpha(opacity=10);
  -moz-opacity: 0.1;
  opacity: 0.1;
}
.About_section_con {
  float: left;
  width: 92%;
  margin-left: 8%;
  line-height: 20px;
  color: #333333;
  font-weight: bold;
  text-align: left;
  font-size: 16.5px;
  margin-top: 15px;
}
.About_caption {
  width: 100%;
  margin-top: 120px;
  float: left;
}
.About_mock {
  float: left;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #333333;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 20px;
}
.About_mock_box {
  float: left;
  width: 830px;
  margin-left: 17%;
  margin-top: 50px;
}
.About_mock_ro_crm1, .About_mock_ro_crm2, .About_mock_ro_crm3 {
  float: left;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  -moz-box-shadow: 0px 0px 8px #ffbaba;
  -webkit-box-shadow: 0px 0px 8px #ffbaba;
  box-shadow: 0px 0px 8px #ffbaba;
  cursor: pointer;
}
.About_mock_ro_crm4, .About_mock_ro_crm5, .About_mock_ro_crm6 {
  float: left;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  -moz-box-shadow: 0px 0px 8px #ffbaba;
  -webkit-box-shadow: 0px 0px 8px #ffbaba;
  box-shadow: 0px 0px 8px #ffbaba;
}
.About_mock_ro_crm2, .About_mock_ro_crm3, .About_mock_ro_crm4, .About_mock_ro_crm5, .About_mock_ro_crm6 {
  margin-left: 35px;
}
.About_mock_round {
  float: left;
  margin-top: 1px;
  margin-left: 1px;
  width: 102px;
  height: 102px;
  border-radius: 50%;
  line-height: 102px;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
}
.About_mock_round_text {
  display: none;
  position: absolute;
  width: 104px;
  height: 104px;
  line-height: 104px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  z-index: 3;
}
.About_mock_round_block {
  position: absolute;
  width: 104px;
  height: 104px;
  margin-left: -104px;
  z-index: 4;
}
.About_mock_round_crm1, .About_mock_round_crm2, .About_mock_round_crm3 {
  display: none;
  position: absolute;
  width: 104px;
  height: 104px;
  line-height: 104px;
  border-radius: 50%;
  cursor: pointer;
  background: url("images/circle.png");
  animation: move 5s infinite;
  -webkit-animation: move 10s infinite;
  z-index: 2;
  text-decoration: none;
}
.About_mock_round_crm4, .About_mock_round_crm5, .About_mock_round_crm6 {
  display: none;
  position: absolute;
  width: 98px;
  height: 98px;
  margin-top: 3px;
  margin-left: 3px;
  border-radius: 50%;
  background: #fbe6e6;
  z-index: 2;
}
.About_mock_round_crm_text {
  float: left;
  width: 100%;
  text-align: center;
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-top: 28px;
}
.About_mock_round_crm_remind {
  float: left;
  width: 100%;
  text-align: center;
  color: #666666;
  font-size: 14px;
  text-align: center;
}
.About_mock_ro_crm6:hover .About_mock_round_crm6 {
  display: block;
}
.About_mock_ro_crm5:hover .About_mock_round_crm5 {
  display: block;
}
.About_mock_ro_crm4:hover .About_mock_round_crm4 {
  display: block;
}
.About_mock_ro_crm3:hover .About_mock_round_crm3 {
  display: block;
}
.About_mock_ro_crm2:hover .About_mock_round_crm2 {
  display: block;
}
.About_mock_ro_crm1:hover .About_mock_round_crm1 {
  display: block;
}
@keyframes move {
  50% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes move {
  50% {
    transform: rotate(360deg);
  }
}
.Version_Introduction {
  float: left;
  width: 90%;
  margin-left: 5%;
  line-height: 24px;
  color: #333333;
  font-size: 15px;
  text-align: left;
  text-indent: 2em;
  margin-top: 60px;
}
.about_map_pic {
  float: left;
  width: 80%;
  margin-left: 10%;
  margin-top: 100px;
  margin-bottom: 30px;
}
.about_map_pic img {
  float: left;
  width: 100%;
}
.certificate {
  float: left;
  width: 96%;
  margin-bottom: 80px;
  margin-top: 70px;
  margin-left: 2%;
}
.certificate ul {
  margin: 0px;
  padding: 0px;
}
.certificate li {
  width: 25%;
  list-style: none;
  float: left;
}
.certificate_pic {
  width: 80%;
  float: left;
  margin-left: 10%;
}
.certificate_pic img {
  width: 100%;
}
.certificate_txt {
  width: 100%;
  float: left;
  text-align: center;
  color: #666666;
  font-size: 14px;
  letter-spacing: 1.2px;
  margin-top: 10px;
}
.about_base {
  position: relative;
  width: 100%;
  height: 500px;
  background: #0056b8;
  margin-top: 60px;
}
.banner_div_base {
  position: relative;
  width: 100%;
  height: 500px;
  min-width: 1000px;
  background: url("images/About_Us_base.png") no-repeat center;
  z-index: 1;
}
.About_base_caption {
  width: 100%;
  margin-top: 40px;
  float: left;
}
.base_title {
  float: left;
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px;
}
.base_list {
  float: left;
  width: 100%;
  line-height: 40px;
  font-weight: bold;
  color: #366ec0;
  font-size: 32px;
  text-align: center;
}
.Development_div {
  float: left;
  width: 100%;
}
.Development_div ul {
  padding: 0;
  margin: 0;
}
.Development_div li {
  float: left;
  width: 12.5%;
  height: 220px;
  list-style: none;
  margin-top: 140px;
}
.Development_title {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  color: #FFFFFF;
  font-size: 24px;
  text-align: center;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.Development_title_now {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  font-size: 36px;
  text-align: center;
  font-weight: bold;
  margin-top: -90px;
}
.Development_text {
  float: left;
  width: 100%;
  height: 20px;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.Development_text_now {
  float: left;
  width: 100%;
  height: 20px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  margin-top: -52px;
}
.Development_small_round_div {
  float: left;
  width: 100%;
  height: 14px;
  margin-top: 5px;
}
.Development_small_round_div_now {
  float: left;
  width: 100%;
  height: 22px;
  margin-top: -22px;
}
.Development_small_round {
  float: left;
  width: 10%;
  height: 100%;
  border-radius: 50%;
  margin-left: 45%;
  background: #FFFFFF;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.Development_small_round_now {
  float: left;
  width: 15%;
  height: 100%;
  border-radius: 50%;
  margin-left: 42.5%;
  background: #FFFFFF;
}
.Development_line_div {
  float: left;
  width: 100%;
  height: 150px;
}
.Development_line_div_now {
  float: left;
  width: 100%;
  height: 220px;
}
.Development_line {
  float: left;
  width: 2%;
  margin-left: 49%;
  height: 100%;
  background: #FFFFFF;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.Development_line_now {
  float: left;
  width: 2%;
  margin-left: 49%;
  height: 100%;
  background: #FFFFFF;
}
/*结束*/
/*新加*/
.Shadow_login {
  width: 100%;
  height: 100%;
  z-index: 11;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #000000;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.Shadow_login_one {
  width: 100%;
  height: 100%;
  z-index: 90;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #000000;
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
}
/*首页补充*/
.dynamic_box_more {
  float: left;
  width: 100%;
  height: 30px;
  margin-top: 30px;
}
.dynamic_box_more_text {
  float: right;
  line-height: 30px;
  font-size: 16px;
  color: #393939;
  text-align: right;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.Timeline_box_remind_one {
  float: left;
  width: 450px;
  margin-left: 10%;
  margin-top: -100px;
}
.Timeline_box_remind_two {
  float: left;
  width: 450px;
  margin-left: 30%;
  margin-top: -420px;
}
.Timeline_box_remind_three {
  float: left;
  width: 300px;
  margin-left: 75%;
  margin-top: -200px;
}
.Timeline_box_remind_text {
  float: left;
  width: 100%;
  line-height: 20px;
  color: #333333;
  font-size: 16.5px;
  text-align: left;
  font-weight: bold;
}
.Timeline_box_remind_con {
  float: left;
  width: 100%;
  margin-top: 10px;
  line-height: 20px;
  color: #333333;
  font-size: 15px;
  text-align: left;
}
/*结束*/
/*app下载*/
.banner_app_download {
  position: relative;
  width: 100%;
  min-height: 940px;
  height: calc(100vh - 115px);
  background: #0056b9;
  z-index: 1;
}
.banner_app_bottom {
  position: relative;
  width: 100%;
  min-height: 940px;
  height: calc(100vh - 115px);
  background: url(images/banner_m.png) no-repeat;
  background-size: 100% 100%;
  z-index: 1;
}
.m_download {
  width: 90%;
  position: relative;
  margin: 0 auto;
  padding-top: 160px;
}
.m_pic {
  float: right;
  width: 40%;
}
.m_pic img {
  float: left;
  width: 100%;
}
.download_div {
  width: 53%;
  float: left;
  margin-bottom: 50px;
  margin-left: 2%;
}
.download_div_no {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.download_div_phone {
  width: 100%;
  float: left;
  margin-top: 100px;
}
.download_div_remind {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.download_div_re {
  float: left;
  width: 140px;
  border: 2px solid #d60707;
  line-height: 45px;
  margin-top: 10px;
  font-size: 18px;
  color: #d60707;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}
.download_div_re:hover {
  background: #d60707;
  color: #ffffff;
}
.remind_ico {
  float: left;
  margin-top: 30px;
  width: 39px;
  height: 39px;
}
.remind_title {
  float: left;
  margin-top: 30px;
  margin-left: 10px;
  height: 39px;
  line-height: 39px;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
.remind_content {
  float: left;
  width: 90%;
  color: #000000;
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 1.4px;
  margin-top: 10px;
  margin-bottom: 13px;
}
.channel_download {
  background: #d60707;
  width: 120px;
  height: 36px;
  line-height: 36px;
  float: left;
  border-radius: 4px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
.explain_download {
  float: left;
  width: 100%;
  color: #000000;
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 1.4px;
  margin-top: 10px;
  margin-bottom: 13px;
}
.code_div {
  float: left;
  width: 104px;
  margin-right: 60px;
}
.code_download {
  float: left;
  width: 130px;
  height: 130px;
  border: 2px solid #d60707;
  padding: 6px;
  border-radius: 6px;
  margin-top: 10px;
}
.code_txt {
  float: left;
  width: 145px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
}
.app_explain_title {
  background: #d60707;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  padding-right: 27px;
  float: left;
  border-radius: 4px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}
/*结束*/
/*9*/
.extension_boy_8 {
  position: relative;
  width: 100%;
  height: 500px;
  background: linear-gradient(to right, #f1f7ff, #cadbff);
  z-index: 1;
}
.extension_div_8 {
  position: relative;
  width: 100%;
  height: 500px;
  background: url("images/background_8.jpg") no-repeat center;
  z-index: 1;
}
.extension_con_8 {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 500px;
  z-index: 1;
}
.extension_txt_new_8 {
  width: 546px;
  float: left;
  margin-top: 140px;
  margin-left: 25px;
}
.extension_crm_name_8 {
  width: 100%;
  float: left;
}
.extension_crm_name_8_left {
  float: left;
  text-align: left;
  font-size: 36px;
  color: #333333;
  font-weight: bold;
  letter-spacing: 2.2px;
}
.extension_crm_name_8_point {
  float: left;
  width: 10px;
  height: 10px;
  background: #0077ff;
  border-radius: 50px;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 18px;
}
.extension_slogan_new_8 {
  width: 100%;
  float: left;
  letter-spacing: 1px;
  text-align: left;
  font-size: 16px;
  color: #555555;
  margin-top: 15px;
  margin-bottom: 20px;
}
.extension_pic_new_8 {
  float: right;
  width: 590px;
}
.extension_pic_new_8 img {
  width: 590px;
  height: 463px;
}
.button_down_new_8 {
  float: left;
  width: 140px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1.0px;
  background: #0077ff;
  cursor: pointer;
  margin-right: 25px;
  box-shadow: 0px 0px 8px #439bff;
}
.button_down_new_8:hover {
  background: #0061d0;
}
.button_extension_try_new_8 {
  float: left;
  width: 140px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  color: #0077ff;
  font-size: 16px;
  letter-spacing: 1.0px;
  background-color: #ffffff;
  cursor: pointer;
  box-shadow: 0px 0px 8px #f1f1f1;
}
.button_extension_try_new_8:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.Gray_bar_8 {
  float: left;
  width: 100%;
  height: 30px;
  background: #333333;
  filter: alpha(opacity=15);
  -moz-opacity: 0.15;
  opacity: 0.15;
  margin-top: -30px;
}
.Gray_bar_box_8 {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 30px;
  z-index: 2;
  top: -30px;
}
.Gray_bar_text_8 {
  float: left;
  margin-left: 30px;
  line-height: 30px;
  text-align: left;
  font-size: 12px;
  color: #FFFFFF;
}
.Gray_bar_text_ri_8 {
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
}
.Gray_bar_text_ri_8:hover {
  text-decoration: underline;
}
.Planning_Gray_8 {
  float: left;
  width: 100%;
  margin-top: 120px;
  min-width: 1200px;
  margin-bottom: 80px;
}
.Planning_Gray_8_c {
  float: left;
  width: 100%;
  margin-top: 50px;
  min-width: 1200px;
  margin-bottom: 80px;
}
.Land_title_body {
  float: left;
  width: 435px;
  margin-left: 25px;
}
.Land_title {
  float: left;
  width: 100%;
  font-weight: bold;
  text-align: left;
  color: #333333;
  font-size: 28px;
  margin-bottom: 35px;
}
.Land_text {
  float: left;
  width: 100%;
  text-align: left;
  color: #333333;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 35px;
}
.button_down_land_blue {
  float: left;
  width: 150px;
  text-align: center;
  height: 40px;
  line-height: 39px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1.0px;
  background: #0077ff;
  cursor: pointer;
  margin-right: 25px;
}
.button_down_land_blue:hover {
  background: #0061d0;
}
.Land_section {
  float: right;
  width: 220px;
  height: 310px;
  border-radius: 15px;
  border: 1px solid #c6e0ff;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px 3px #deedff;
  margin-left: 22px;
  margin-top: -35px;
}
.Land_section_box {
  float: left;
  width: 100%;
}
.Land_section_pic {
  float: left;
  width: 165px;
  margin-left: 27.5px;
  margin-top: 50px;
}
.Land_section_pic img {
  float: left;
  width: 100%;
  height: 100%;
}
.Land_section_text_blod {
  float: left;
  width: 100%;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
  color: #333333;
  margin-top: 20px;
}
.Land_section_text {
  float: left;
  width: 100%;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 13px;
  color: #898989;
}
.Land_section_line {
  float: left;
  width: 50px;
  height: 3px;
  margin-left: 85px;
  background: #0077ff;
  margin-top: 49px;
}
.Rolling_plate {
  float: left;
  width: 700px;
  height: 500px;
}
.Rolling_plate_write {
  float: left;
  width: 520px;
  height: 90px;
  background: #FFFFFF;
  border: 1px solid #cfefe6;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px #a9d4c7;
  margin-left: 90px;
  border-radius: 10px;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.Rolling_plate_write_pic {
  float: left;
  width: 40px;
  height: 40px;
  margin-left: 50px;
  margin-top: 25px;
}
.Rolling_plate_write_pic img {
  float: left;
  width: 40px;
  height: 40px;
}
.Rolling_plate_write_text {
  float: left;
  height: 90px;
  line-height: 90px;
  margin-left: 15px;
  text-align: left;
  color: #666666;
  font-size: 14px;
}
.Rolling_plate_middle {
  float: left;
  width: 620px;
  height: 110px;
  background: #FFFFFF;
  border: 1px solid #00b783;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px #a9d4c7;
  margin-left: 40px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.Rolling_plate_body {
  float: left;
  width: 435px;
  margin-left: 25px;
  margin-top: 115px;
}
.button_down_land_green {
  float: left;
  width: 150px;
  text-align: center;
  height: 40px;
  line-height: 39px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 1.0px;
  background: #00b783;
  cursor: pointer;
  margin-right: 25px;
}
.button_down_land_green:hover {
  background: #00835e;
}
.Rolling_plate_middle_pic {
  float: left;
  width: 50px;
  height: 50px;
  margin-left: 45px;
  margin-top: 30px;
}
.Rolling_plate_middle_pic img {
  float: left;
  width: 50px;
  height: 50px;
}
.Rolling_plate_middle_text_blod {
  float: left;
  margin-left: 20px;
  width: 500px;
  height: 20px;
  line-height: 20px;
  margin-top: 33px;
  font-size: 16px;
  color: #333333;
  text-align: left;
  font-weight: bold;
}
.Rolling_plate_middle_text {
  float: left;
  margin-left: 20px;
  width: 500px;
  height: 20px;
  line-height: 20px;
  margin-top: 5px;
  font-size: 13px;
  color: #666666;
  text-align: left;
}
.Rolling_plate_gary {
  float: left;
  width: 520px;
  height: 90px;
  background: linear-gradient(to bottom, #f5f5f5, #ffffff);
  margin-left: 90px;
  border-radius: 10px;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
  margin-top: 30px;
}
.Cheap_section {
  float: left;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  color: #333333;
  font-size: 28px;
  margin-bottom: 10px;
}
.Cheap_section_title {
  float: left;
  width: 100%;
  height: 26px;
  line-height: 26px;
  color: #666666;
  text-align: center;
  font-size: 15px;
  margin-bottom: 60px;
}
.Cheap_section_type_left {
  float: left;
  width: 360px;
  height: 490px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 10px;
  margin-left: 40px;
  box-shadow: 0px 0px 10px #dfdfdf;
}
.Cheap_section_type_right {
  float: left;
  width: 735px;
  height: 490px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-top: 10px;
  margin-left: 40px;
  box-shadow: 0px 0px 10px #dfdfdf;
}
.Cheap_section_type_left_con {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.Cheap_section_type_left_con_s {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.Cheap_section_type_left_tit {
  float: left;
  height: 50px;
  line-height: 50px;
  color: #0077ff;
  font-size: 18px;
  text-align: left;
  margin-left: 45px;
  font-weight: bold;
}
.Cheap_section_type_left_bon {
  float: right;
  width: 100px;
  height: 30px;
  background: #eaf0f8;
  border-radius: 50px;
  text-align: center;
  line-height: 30px;
  color: #0077ff;
  font-size: 14px;
  margin-right: 30px;
  margin-top: 10px;
}
.Cheap_section_type_left_cont {
  float: left;
  margin-left: 45px;
  height: 30px;
  line-height: 30px;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-top: 15px;
}
.Cheap_section_type_left_caption {
  float: left;
  height: 32px;
  line-height: 32px;
  color: #333333;
  font-size: 32px;
  text-align: left;
  font-weight: bold;
  margin-left: 45px;
}
.Cheap_section_type_left_box {
  float: left;
  width: 315px;
  margin-left: 45px;
  margin-top: 30px;
}
.Cheap_section_type_left_box ul {
  margin: 0px;
  padding: 0px;
}
.Cheap_section_type_left_box li {
  float: left;
  width: 100%;
  height: 30px;
  list-style: none;
  margin-bottom: 2px;
}
.Cheap_section_square {
  float: left;
  width: 6px;
  height: 6px;
  background: #0077ff;
  margin-top: 12px;
  margin-right: 8px;
}
.Cheap_section_square_text {
  float: left;
  height: 30px;
  line-height: 30px;
  color: #333333;
  font-size: 14px;
  text-align: left;
}
.Cheap_section_button {
  float: left;
  width: 160px;
  margin-left: 45px;
  height: 50px;
  background: linear-gradient(to right, #0077ff, #009cff);
  box-shadow: 0px 0px 10px #009cff;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  border-radius: 5px;
  margin-top: 50px;
  cursor: pointer;
}
.Cheap_section_button:hover {
  box-shadow: 0px 0px 15px #009cff;
}
.Cheap_section_type_right_title {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.Cheap_section_type_right_title_r {
  position: absolute;
  right: 50px;
  margin-top: 46px;
  text-align: right;
  font-weight: normal;
  color: #0077ff;
  text-decoration: underline;
  font-size: 13px;
  cursor: pointer;
}
.big_plate {
  float: left;
  width: 50%;
  height: 360px;
  border-right: 1px solid #f1f1f1;
  box-sizing: border-box;
}
.big_plate_blue, .big_plate_green {
  float: left;
  width: 330px;
  height: 120px;
  border-radius: 10px;
  background: #0077ff;
  margin-left: 20px;
}
.big_plate_green {
  background: #00b783;
}
.big_plate_blue_text {
  float: left;
  width: 310px;
  margin-left: 30px;
  height: 24px;
  line-height: 24px;
  color: #FFFFFF;
  font-size: 20px;
  text-align: left;
  margin-top: 25px;
}
.big_plate_blue_money {
  float: left;
  width: 310px;
  margin-left: 30px;
  height: 24px;
  line-height: 24px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: left;
  margin-top: 20px;
}
.big_plate_blue_con {
  float: left;
  margin-left: 50px;
  margin-top: 15px;
  width: 270px;
}
.big_plate_blue_con ul {
  margin: 0px;
  padding: 0px;
}
.big_plate_blue_con li {
  float: left;
  width: 100%;
  height: 30px;
  list-style: none;
}
.big_plate_blue_con_text_left {
  float: left;
  line-height: 30px;
  height: 30px;
  font-size: 13px;
  color: #333333;
  text-align: left;
}
.big_plate_blue_con_text_right {
  float: right;
  line-height: 30px;
  height: 30px;
  font-size: 13px;
  color: #333333;
  text-align: right;
}
.big_plate_blue_con_pic_right {
  float: right;
  line-height: 30px;
  height: 30px;
}
.big_plate_blue_con_pic_right img {
  float: right;
  width: 20px;
  height: 15px;
  margin-top: 7.5px;
}
.big_plate_blue_button {
  float: left;
  margin-top: 25px;
  background: #0077ff;
  width: 110px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  margin-left: 50px;
  cursor: pointer;
}
.big_plate_blue_button:hover {
  box-shadow: 0px 0px 10px #4799f7;
}
.big_plate_green_button {
  float: left;
  margin-top: 25px;
  background: #00b783;
  width: 110px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  margin-left: 50px;
  cursor: pointer;
}
.big_plate_green_button:hover {
  box-shadow: 0px 0px 10px #7ad5bb;
}
.crm2_blue_small_8 {
  float: left;
  width: 100%;
  height: 500px;
  background: #f1f6fa;
  margin-top: 100px;
  padding-top: 60px;
}
.About_us_8 {
  float: left;
  width: 1120px;
  height: 320px;
  margin-left: 40px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #e6e6e6;
  margin-top: 50px;
}
.About_us_left {
  float: left;
  margin-left: 50px;
  margin-top: 50px;
  width: 500px;
}
.About_us_left_text {
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  text-align: left;
}
.About_us_left_text_con {
  float: left;
  width: 100%;
  line-height: 24px;
  margin-top: 30px;
  color: #666666;
  font-size: 14px;
  text-align: left;
}
.About_us_right {
  float: right;
  width: 511px;
  height: 176px;
  margin-top: 80px;
  margin-right: 50px;
}
.About_us_right img {
  float: left;
  width: 100%;
  height: 100%;
}
.triangle_right {
  position: absolute;
  width: 0;
  height: 0;
  margin-top: 450px;
  border-top: 50px solid transparent;
  border-left: 500px solid #c7d7f0;
  border-bottom: 50px solid transparent;
}
.triangle_left {
  position: absolute;
  right: 0;
  width: 0;
  height: 0;
  margin-top: 450px;
  border-top: 50px solid transparent;
  border-right: 500px solid #c7d7f0;
  border-bottom: 50px solid transparent;
}
.About_blue_8 {
  float: left;
  width: 100%;
  height: 260px;
}
.About_blue_8_box {
  position: absolute;
  width: 100%;
  z-index: 2;
  height: 260px;
  background: #0056b8;
}
.About_blue_8_pic {
  position: relative;
  width: 100%;
  height: 260px;
  background: url("images/fall_crm2_pic_9.png") no-repeat center;
}
.About_blue_8_text {
  float: left;
  width: 100%;
  font-size: 30px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  text-shadow: 0px 0px 10px #0045ac;
  letter-spacing: 1px;
  margin-top: 80px;
}
.About_blue_8_button {
  float: left;
  margin-left: 520px;
  line-height: 50px;
  width: 160px;
  height: 50px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  background: linear-gradient(to right, #ff864f, #ffc541);
  border-radius: 3px;
  margin-top: 30px;
  box-shadow: 0px 0px 5px #ff864f;
  cursor: pointer;
}
.About_blue_8_button:hover {
  box-shadow: 0px 0px 10px #ffc541;
}
.Login_Window_video_body {
  position: relative;
  margin: 0 auto;
  display: flex;
  margin-top: 8%;
  width: 50%;
  margin-left: 25%;
  z-index: 11;
}
.Login_Window_video_close {
  position: absolute;
  top: -25px;
  right: -45px;
  width: 40px;
  height: 40px;
  z-index: 11;
}
.Login_Window_video_close img {
  float: left;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.button_down_land_blue_write {
  float: left;
  width: 140px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #0077ff;
  font-size: 16px;
  letter-spacing: 1.0px;
  background-color: #ffffff;
  cursor: pointer;
  box-shadow: 0px 0px 8px #a9d6ff;
}
.button_down_land_blue_write:hover {
  background: #0077ff;
  color: #FFFFFF;
}
.button_down_land_green_write {
  float: left;
  width: 140px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #00b783;
  font-size: 16px;
  letter-spacing: 1.0px;
  background: #ffffff;
  cursor: pointer;
  box-shadow: 0px 0px 8px #14b08496;
}
.button_down_land_green_write:hover {
  background: #00b783;
  color: #FFFFFF;
}
.crm9_body {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.banner_crm_shadow_9 {
  position: absolute;
  width: 100%;
  height: 65px;
  background: linear-gradient(to bottom, #92a5cb, #ffffff00);
  z-index: 2;
}
/*结束*/
/*推广页样式开始*/
.extension_div {
  position: fixed;
  top: 65px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: -webkit-linear-gradient(left top, #134888, #6494cf); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom right, #134888, #6494cf); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom right, #134888, #6494cf); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom right, #134888, #6494cf); /* 标准的语法 */
}
.extension {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  margin-top: 150px;
  height: 476px;
  z-index: 1;
}
.extension_txt {
  width: 546px;
  float: left;
}
.extension_crm_name {
  width: 100%;
  float: left;
  text-align: left;
  font-size: 37px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 2.2px;
  text-shadow: 0px 5px 5px rgba(4, 0, 0, 0.4);
}
.extension_slogan {
  width: 100%;
  float: left;
  letter-spacing: 2.2px;
  text-align: left;
  font-size: 24px;
  color: #ffea00;
  margin-top: 15px;
}
.use_plan {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.use_plan ul {
  margin: 0px;
  padding: 0px;
}
.use_plan li {
  width: 100%;
  float: left;
  text-align: left;
  list-style: none;
  line-height: 1.6;
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
}
a.link_yellow_16 {
  color: #ffea00;
  text-decoration: none;
  font-size: 16px;
}
a.link_yellow_16:hover {
  text-decoration: underline;
}
.button_extension_div_1 {
  width: 100%;
  float: left;
  margin-top: 50px;
  margin-bottom: 12px;
}
.dot_extension {
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
  float: left;
  margin-top: 7px;
  margin-right: 8px;
}
.button_down {
  float: left;
  padding-right: 26px;
  padding-left: 56px;
  text-align: left;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  color: #ffffff;
  font-size: 17px;
  letter-spacing: 1.4px;
  background: url(images/extension_down_ico.png) 26px no-repeat;
  background-color: #00a4f0;
  cursor: pointer;
  box-shadow: 0px 5px 13px rgba(4, 0, 0, 0.1);
  margin-right: 36px;
}
.button_down:hover {
  background-color: #009ce4;
}
.button_extension_try {
  float: left;
  padding-right: 26px;
  padding-left: 62px;
  text-align: left;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  color: #154c8e;
  font-size: 17px;
  letter-spacing: 1.4px;
  background: url(images/extension_cloud_ico.png) 20px no-repeat;
  background-color: #ffffff;
  cursor: pointer;
  box-shadow: 0px 5px 13px rgba(4, 0, 0, 0.1);
}
.button_extension_try:hover {
  background-color: #efefef;
}
.download_box {
  width: 94%;
  float: left;
  padding: 3%;
  text-align: left;
  background: #31619b;
  border-radius: 5px;
  margin-top: 8px;
}
.download_box_text {
  float: left;
  width: 100%;
}
.download_box_left {
  float: left;
  width: 35%;
  line-height: 15px;
  margin-bottom: 10px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 300;
}
.download_box_left_1 {
  float: left;
  width: 35%;
  line-height: 15px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 300;
}
.download_box_right {
  float: left;
  width: 30%;
  line-height: 15px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
}
.download_box_ri {
  color: #FFFFFF;
  font-size: 13px;
  text-decoration: none;
}
.download_box_ri:hover {
  text-decoration: underline;
}
.download_box_cer {
  float: left;
  width: 65%;
  line-height: 15px;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
}
.extension_pic {
  float: right;
  width: 634px;
}
.extension_pic img {
  width: 634px;
  height: 472px;
}
/*推广页样式结束*/
/*推广页2开始*/
.extension_content {
  position: fixed;
  z-index: 1;
  top: 60px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  overflow-y: auto;
}
.extension_banner {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  width: 100%;
  height: 550px;
  background-color: #fff5f5;
}
.extension_banner_content {
  position: relative;
  margin: 0 auto;
  z-index: 3;
  width: 1200px;
  height: 550px;
}
.extension_banner_pic {
  float: right;
  margin-top: 87px;
  width: 650px;
  height: 388px;
}
.extension_banner_left {
  float: left;
  width: 550px;
}
.extension_banner_title {
  float: left;
  margin-top: 130px;
  width: 100%;
  height: 50px;
  font-size: 45px;
  font-weight: bold;
  text-align: left;
  color: #000000;
}
.extension_banner_title_small {
  float: left;
  margin-top: 30px;
  width: 100%;
  height: 50px;
  font-size: 21px;
  text-align: left;
  color: #000000;
  font-weight: 100;
}
.extension_down {
  float: left;
  margin-top: 70px;
  width: 161px;
  padding-right: 35px;
  height: 58px;
  line-height: 58px;
  border-radius: 29px;
  cursor: pointer;
  background: url("images/extension_down.png") no-repeat 34px 17px;
  background-color: #d10808;
  color: #ffffff;
  text-align: right;
  font-size: 22px;
}
.extension_down:hover {
  background-color: #e30909;
}
.extension_try {
  float: left;
  width: 110px;
  margin-left: 50px;
  margin-top: 81px;
  height: 35px;
  line-height: 35px;
  color: #d10808;
  text-align: left;
  cursor: pointer;
  font-size: 22px;
  background: url("images/banner_triangle.png") no-repeat 91px 11px;
}
.banner_copyright {
  float: left;
  margin-top: 35px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  color: #f9dcdc;
  text-align: center;
}
.banner_copyright_link {
  color: #f9dcdc;
  text-decoration: none;
}
.banner_copyright_link:hover {
  text-decoration: underline;
}
.extension_slogan_title {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  margin-top: 80px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #85909e;
  font-size: 40px;
  font-weight: bold;
}
.extension_highlights {
  position: relative;
  margin: 0 auto;
  margin-bottom: 60px;
  margin-top: 80px;
  z-index: 2;
  width: 1200px;
  height: 360px;
}
.extension_highlights_pic_left, .extension_highlights_pic_right {
  float: left;
  width: 580px;
  height: 360px;
}
.extension_highlights_pic_right {
  float: right;
}
.extension_highlights_txt_right, .extension_highlights_txt_left {
  float: right;
  width: 580px;
}
.extension_highlights_txt_left {
  float: left;
}
.extension_highlights_title, .extension_highlights_title_1 {
  float: right;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: left;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
}
.extension_highlights_title_1 {
  margin-top: 15px;
}
.extension_highlights_title_small {
  float: right;
  margin-top: 15px;
  margin-bottom: 10px;
  width: 99%;
  padding-left: 1%;
  height: 34px;
  line-height: 34px;
  text-align: left;
  font-size: 19px;
  color: #ffffff;
  background-image: linear-gradient(to right, #d00100, #ffffff);
}
.extension_highlights_content {
  float: right;
  width: 100%;
  font-size: 15px;
  color: #808080;
  line-height: 1.8;
  margin-top: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.font_bold {
  font-weight: bold;
  color: #d10808;
}
.extension_foot {
  position: relative;
  margin: 0 auto;
  width: 1897px;
  height: 433px;
  background: #212121;
}
/*推广页2结束*/
.extension_red_content {
  position: fixed;
  z-index: 1;
  left: 0px;
  right: 0px;
  top: 65px;
  bottom: 0px;
  overflow-y: auto;
}
.extension_banner_gradient {
  position: relative;
  margin: 0 auto;
  z-index: 2;
  width: 100%;
  background-image: linear-gradient(to bottom, #f56351, #e4322d, #e4322d, #e4322d, #d00000);
}
.extension_banner_pic_red {
  position: relative;
  z-index: 4;
  margin: 0 auto;
}
.extension_red_button, .extension_red_button_try {
  float: left;
  background: #feeadd;
  color: #fff7da;
  background-color: rgba(254, 234, 221, 0.2);
  letter-spacing: 1.2px;
  cursor: pointer;
  border: 1px solid #feeadd;
}
.extension_red_button:hover, .extension_red_button_try:hover {
  color: #d30807;
  background-image: linear-gradient(to bottom, #feebdd, #ffcf9a);
  border-image: linear-gradient(to bottom, #feebdd, #ffcf9a) 1;
}
.extension_red_button:hover > svg {
  color: #d30807;
}
.extension_red_button_try:hover > svg {
  color: #d30807;
}
.extension_light {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  text-align: left;
  width: 30%;
  height: auto;
}
.extension_light img {
  width: 100%;
}
.extension_cup {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 3;
  text-align: right;
  width: 7%;
  height: auto;
}
.extension_cup img {
  width: 100%;
}
.extension_bg_red {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  width: 100%;
  background: url("images/extension_bg_red.png") no-repeat;
  background-size: cover;
}
.extension_slogan_red_bg {
  position: relative;
  margin: 0 auto;
  z-index: 3;
  width: 20%;
  background-image: linear-gradient(to bottom, #f54240, #ff1c1c);
}
.extension_slogan_red_bg_left, .extension_slogan_red_bg_right {
  float: left;
  width: 15%;
  min-width: 50px;
  background: #af1e1e;
}
.extension_slogan_red_bg_right {
  float: right;
}
.extension_slogan_red_bg_center {
  position: relative;
  z-index: 5;
  margin: 0 auto;
  width: 14%;
  background-image: linear-gradient(to bottom, #f54240, #ff1c1c);
}
.extension_slogan_red_bg_white {
  position: relative;
  z-index: 4;
  margin: 0 auto;
  background-image: linear-gradient(to bottom, #fffcf5, #fff3d5);
}
.extension_slogan_dot_div {
  float: left;
  width: 16%;
}
.extension_slogan_dot_left {
  float: right;
  background: #ffffff;
}
.extension_slogan_dot_right {
  float: left;
  background: #ffffff;
}
.extension_slogan_txt {
  float: left;
  width: 65%;
  margin-left: 3%;
  color: #ffffff;
  text-align: center;
}
.extension_slogan_subtitle {
  float: left;
  width: 80%;
  margin-left: 10%;
}
.extension_slogan_subtitle_dot {
  float: left;
  width: 5%;
}
.extension_slogan_subtitle_txt {
  float: left;
  width: 80%;
  color: #f21e1e;
  font-weight: bold;
}
.industry_status {
  float: left;
  width: 38%;
  margin-left: 8%;
  background: #f0f0f0;
}
.we_are_different {
  float: left;
  width: 46%;
  background-image: linear-gradient(to bottom, #ff4f4f, #ff1f1f);
}
.industry_status_title, .we_are_different_title {
  float: left;
  width: 50%;
  margin-left: 25%;
  font-weight: 500;
  background: #999999;
  color: #ffffff;
}
.we_are_different_title {
  width: 56%;
  margin-left: 22%;
  background-image: linear-gradient(to bottom, #fffcf5, #fff3d5);
  color: #d00000;
}
.industry_status_content, .we_are_different_content {
  float: left;
  width: 70%;
  margin-left: 15%;
  color: #111111;
  text-align: justify;
  text-justify: inter-ideograph;
  font-weight: 300;
}
.we_are_different_content {
  color: #fffcf5;
}
.vs {
  position: absolute;
  z-index: 5;
  background-image: linear-gradient(to bottom, #fff3d5, #fffcf5);
  font-weight: bolder;
}
.copyright_information_red {
  position: relative;
  z-index: 4;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  color: #e35355;
  margin-top: -50px;
}
.copyright_information_red_link {
  color: #e05052;
  text-decoration: none;
}
.copyright_information_red_link:hover {
  text-decoration: underline;
}
/* 4k及以上 */
@media screen and (min-width:3600px) {
  .extension_banner_gradient {
    height: 1600px;
  }
  .extension_banner_pic_red {
    width: 3040px;
    height: 1600px;
    background: url("images/banner_red_1.png") center no-repeat;
  }
  .extension_red_button, .extension_red_button_try {
    margin-left: 265px;
    margin-top: 860px;
    width: 310px;
    height: 90px;
    line-height: 90px;
    font-size: 36px;
  }
  .extension_red_button_try {
    margin-left: 40px;
  }
  .extension_slogan_red_bg {
    height: 160px;
    border-radius: 80px 80px 0px 0px;
  }
  .extension_slogan_red_bg_left, .extension_slogan_red_bg_right {
    height: 160px;
    border-radius: 80px 80px 0px 0px;
  }
  .extension_slogan_red_bg_right {
    border-radius: 80px 80px 0px 0px;
  }
  .extension_slogan_red_bg_center {
    height: 160px;
    margin-top: -160px;
    border-radius: 0px 0px 80px 80px;
  }
  .extension_slogan_red_bg_white {
    width: 64%;
    margin-top: -100px;
    border-radius: 80px;
    box-shadow: 10px 10px 9px #b40101;
    margin-bottom: 200px;
    padding-bottom: 110px;
  }
  .extension_slogan_dot_div {
    height: 160px;
  }
  .extension_slogan_txt {
    height: 160px;
    line-height: 160px;
    font-size: 80px;
    letter-spacing: 10px;
    font-weight: bold;
  }
  .extension_slogan_dot_left, .extension_slogan_dot_right {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-top: 70px;
  }
  .extension_slogan_subtitle {
    height: 80px;
    margin-top: 80px;
  }
  .extension_slogan_subtitle_txt {
    font-size: 70px;
    height: 80px;
    line-height: 80px;
    margin-top: -4px;
    letter-spacing: 5px;
  }
  .extension_slogan_subtitle_dot {
    height: 80px;
  }
  .extension_slogan_subtitle_dot_small {
    position: relative;
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #fec2af;
    margin-top: 25px;
  }
  .extension_slogan_subtitle_dot_big {
    position: relative;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background: #fd635f;
    margin-top: 15px;
  }
  .industry_status {
    margin-top: 170px;
    height: 920px;
    border-radius: 40px 0px 0px 40px;
  }
  .we_are_different {
    margin-top: 80px;
    height: 1090px;
    border-radius: 40px;
  }
  .industry_status_title, .we_are_different_title {
    height: 110px;
    line-height: 110px;
    font-size: 60px;
    border-radius: 55px;
    margin-top: 85px;
  }
  .we_are_different_title {
    margin-top: 100px;
  }
  .industry_status_content, .we_are_different_content {
    font-size: 40px;
    margin-top: 25px;
    margin-bottom: 50px;
    line-height: 2;
  }
  .we_are_different_content {
    margin-top: 60px;
    margin-bottom: 90px;
    font-size: 49px;
  }
  .vs {
    margin-left: 36%;
    margin-top: 390px;
    border: 4px solid #ff4040;
    width: 87px;
    padding-right: 13px;
    height: 100px;
    border-radius: 60px;
    line-height: 90px;
    color: #f64343;
    font-style: oblique;
    font-size: 70px;
    letter-spacing: -5px;
  }
  .copyright_information_red {
    font-size: 22px;
    margin-bottom: 80px;
  }
}
/* 2k及以上 */
@media screen and (max-width:3600px) and (min-width:2500px) {
  .extension_banner_gradient {
    height: 940px;
  }
  .extension_banner_pic_red {
    width: 1824px;
    height: 940px;
    background: url("images/banner_red_2.png") center no-repeat;
  }
  .extension_red_button {
    margin-left: 90px;
    margin-top: 400px;
    width: 310px;
    height: 93px;
    font-size: 19px;
  }
  .extension_red_button, .extension_red_button_try {
    margin-left: 160px;
    margin-top: 555px;
    width: 190px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
  }
  .extension_red_button_try {
    margin-left: 30px;
  }
  .extension_slogan_red_bg {
    height: 100px;
    border-radius: 50px 50px 0px 0px;
  }
  .extension_slogan_red_bg_left, .extension_slogan_red_bg_right {
    height: 100px;
    border-radius: 50px 50px 0px 0px;
  }
  .extension_slogan_red_bg_right {
    border-radius: 50px 50px 0px 0px;
  }
  .extension_slogan_red_bg_center {
    height: 100px;
    margin-top: -100px;
    border-radius: 0px 0px 50px 50px;
  }
  .extension_slogan_red_bg_white {
    width: 58%;
    margin-top: -50px;
    border-radius: 35px;
    box-shadow: 7px 7px 9px #b40101;
    margin-bottom: 160px;
    padding-bottom: 110px;
  }
  .extension_slogan_dot_div {
    height: 100px;
  }
  .extension_slogan_txt {
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    letter-spacing: 5px;
    font-weight: 500;
  }
  .extension_slogan_dot_left, .extension_slogan_dot_right {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    margin-top: 44px;
  }
  .extension_slogan_subtitle {
    height: 50px;
    margin-top: 50px;
  }
  .extension_slogan_subtitle_txt {
    font-size: 44px;
    height: 50px;
    line-height: 50px;
    margin-top: -4px;
    letter-spacing: 3px;
  }
  .extension_slogan_subtitle_dot {
    height: 50px;
  }
  .extension_slogan_subtitle_dot_small {
    position: relative;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    border-radius: 15px;
    background: #fec2af;
    margin-top: 16px;
  }
  .extension_slogan_subtitle_dot_big {
    position: relative;
    margin: 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 25px;
    background: #fd635f;
    margin-top: 11px;
  }
  .industry_status {
    margin-top: 125px;
    height: 620px;
    border-radius: 25px 0px 0px 25px;
  }
  .we_are_different {
    margin-top: 55px;
    height: 750px;
    border-radius: 25px;
  }
  .industry_status_title, .we_are_different_title {
    height: 76px;
    line-height: 76px;
    font-size: 36px;
    border-radius: 55px;
    margin-top: 65px;
  }
  .we_are_different_title {
    margin-top: 80px;
  }
  .industry_status_content, .we_are_different_content {
    font-size: 25px;
    margin-top: 25px;
    margin-bottom: 50px;
    line-height: 2;
  }
  .we_are_different_content {
    margin-top: 40px;
    margin-bottom: 90px;
    font-size: 30px;
  }
  .vs {
    margin-left: 35%;
    margin-top: 260px;
    border: 4px solid #ff4040;
    width: 66px;
    padding-right: 14px;
    height: 80px;
    border-radius: 46px;
    line-height: 70px;
    color: #f64343;
    font-style: oblique;
    font-size: 58px;
    letter-spacing: -5px;
  }
  .copyright_information_red {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
/* 1k和2k之间 */
@media screen and (max-width:2500px) and (min-width:1850px) {
  .extension_banner_gradient {
    height: 800px;
  }
  .extension_banner_pic_red {
    width: 1510px;
    height: 800px;
    background: url("images/banner_red_3.png") center no-repeat;
  }
  .extension_red_button, .extension_red_button_try {
    margin-left: 130px;
    margin-top: 460px;
    width: 158px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
  }
  .extension_red_button_try {
    margin-left: 20px;
  }
  .extension_slogan_red_bg {
    height: 76px;
    border-radius: 38px 38px 0px 0px;
  }
  .extension_slogan_red_bg_left, .extension_slogan_red_bg_right {
    height: 76px;
    border-radius: 38px 38px 0px 0px;
  }
  .extension_slogan_red_bg_right {
    border-radius: 38px 38px 0px 0px;
  }
  .extension_slogan_red_bg_center {
    height: 76px;
    margin-top: -76px;
    border-radius: 0px 0px 38px 38px;
  }
  .extension_slogan_red_bg_white {
    width: 58%;
    margin-top: -40px;
    border-radius: 28px;
    box-shadow: 4px 4px 9px #b40101;
    margin-bottom: 120px;
    padding-bottom: 110px;
  }
  .extension_slogan_dot_div {
    height: 76px;
  }
  .extension_slogan_txt {
    height: 76px;
    line-height: 76px;
    font-size: 36px;
    letter-spacing: 3px;
    font-weight: 500;
  }
  .extension_slogan_dot_left, .extension_slogan_dot_right {
    width: 8px;
    height: 8px;
    border-radius: 6px;
    margin-top: 34px;
  }
  .extension_slogan_subtitle {
    height: 44px;
    margin-top: 35px;
  }
  .extension_slogan_subtitle_txt {
    font-size: 34px;
    height: 44px;
    line-height: 44px;
    margin-top: -4px;
    letter-spacing: 3px;
  }
  .extension_slogan_subtitle_dot {
    height: 44px;
  }
  .extension_slogan_subtitle_dot_small {
    position: relative;
    margin: 0 auto;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fec2af;
    margin-top: 17px;
  }
  .extension_slogan_subtitle_dot_big {
    position: relative;
    margin: 0 auto;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    background: #fd635f;
    margin-top: 13px;
  }
  .industry_status {
    margin-top: 90px;
    height: 520px;
    border-radius: 16px 0px 0px 16px;
  }
  .we_are_different {
    margin-top: 40px;
    height: 610px;
    border-radius: 16px;
  }
  .industry_status_title, .we_are_different_title {
    height: 56px;
    line-height: 56px;
    font-size: 28px;
    border-radius: 55px;
    margin-top: 50px;
  }
  .we_are_different_title {
    margin-top: 60px;
  }
  .industry_status_content, .we_are_different_content {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 2;
  }
  .we_are_different_content {
    margin-top: 25px;
    margin-bottom: 90px;
    font-size: 24px;
  }
  .vs {
    margin-left: 36%;
    margin-top: 215px;
    border: 4px solid #ff4040;
    width: 40px;
    padding-right: 10px;
    height: 50px;
    border-radius: 46px;
    line-height: 45px;
    color: #f64343;
    font-style: oblique;
    font-size: 34px;
    letter-spacing: -2px;
  }
  .copyright_information_red {
    font-size: 13px;
    margin-bottom: 50px;
  }
}
/* 1080p以下*/
@media screen and (max-width:1850px) {
  .extension_banner_gradient {
    height: 500px;
  }
  .extension_banner_pic_red {
    width: 1000px;
    height: 500px;
    background: url("images/banner_red_4.png") center no-repeat;
  }
  .extension_red_button {
    margin-left: 90px;
    margin-top: 400px;
    width: 310px;
    height: 93px;
    font-size: 19px;
    line-height: 32px;
  }
  .extension_red_button, .extension_red_button_try {
    margin-left: 80px;
    margin-top: 305px;
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .extension_red_button_try {
    margin-left: 15px;
  }
  .extension_slogan_red_bg {
    height: 50px;
    border-radius: 25px 25px 0px 0px;
  }
  .extension_slogan_red_bg_left, .extension_slogan_red_bg_right {
    height: 50px;
    border-radius: 25px 25px 0px 0px;
  }
  .extension_slogan_red_bg_right {
    border-radius: 25px 25px 0px 0px;
  }
  .extension_slogan_red_bg_center {
    width: 13.9%;
    height: 50px;
    margin-top: -50px;
    border-radius: 0px 0px 25px 25px;
  }
  .extension_slogan_red_bg_white {
    width: 50%;
    margin-top: -22px;
    border-radius: 18px;
    box-shadow: 4px 4px 9px #b40101;
    margin-bottom: 80px;
    padding-bottom: 110px;
  }
  .extension_slogan_dot_div {
    height: 50px;
  }
  .extension_slogan_txt {
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: 500;
  }
  .extension_slogan_dot_left, .extension_slogan_dot_right {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    margin-top: 22px;
  }
  .extension_slogan_subtitle {
    height: 44px;
    margin-top: 20px;
  }
  .extension_slogan_subtitle_txt {
    font-size: 26px;
    height: 34px;
    line-height: 34px;
    margin-top: -1px;
    letter-spacing: 3px;
  }
  .extension_slogan_subtitle_dot {
    height: 34px;
  }
  .extension_slogan_subtitle_dot_small {
    position: relative;
    margin: 0 auto;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #fec2af;
    margin-top: 13px;
  }
  .extension_slogan_subtitle_dot_big {
    position: relative;
    margin: 0 auto;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #fd635f;
    margin-top: 11px;
  }
  .industry_status {
    margin-top: 58px;
    height: 385px;
    border-radius: 10px 0px 0px 10px;
  }
  .we_are_different {
    margin-top: 20px;
    height: 460px;
    border-radius: 10px;
  }
  .industry_status_title, .we_are_different_title {
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    border-radius: 20px;
    margin-top: 38px;
  }
  .we_are_different_title {
    margin-top: 40px;
  }
  .industry_status_content, .we_are_different_content {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 50px;
    line-height: 1.6;
    letter-spacing: 1.5px;
  }
  .we_are_different_content {
    margin-top: 25px;
    margin-bottom: 90px;
    font-size: 20px;
  }
  .vs {
    margin-left: 35.5%;
    margin-top: 170px;
    border: 2px solid #ff4040;
    width: 32px;
    padding-right: 6px;
    height: 38px;
    border-radius: 46px;
    line-height: 36px;
    color: #f64343;
    font-style: oblique;
    font-size: 24px;
    letter-spacing: -2px;
  }
  .copyright_information_red {
    font-size: 12px;
    margin-bottom: 50px;
  }
}
/*白色推广页开始*/
.promotion_white_bg {
  position: fixed;
  z-index: 1;
  left: 0px;
  right: 0px;
  top: 65px;
  bottom: 0px;
  overflow-y: auto;
}
.promotion_white {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
}
.promotion_white img {
  width: 100%;
  height: auto;
}
.promotion_white_div {
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  right: 0px;
}
.promotion_white_content {
  position: relative;
  margin: 0 auto;
}
.promotion_white_content_pic {
  float: right;
  height: auto;
}
.promotion_white_content_pic img {
  width: 100%;
}
.promotion_white_txt {
  float: left;
}
.promotion_white_title {
  float: left;
  width: 100%;
  font-weight: bold;
  color: #d51d1e;
  text-align: left;
}
.promotion_white_title_blue {
  color: #262d3d;
}
.promotion_white_title_red {
  color: #d51d1e;
}
.promotion_white_subtitle {
  float: left;
  width: 100%;
  text-align: left;
  color: #262d3d;
}
.two_plan {
  float: left;
  border: 2px solid #ffffff;
  background: #f8f7fa;
}
.two_plan ul {
  margin: 0px;
  padding: 0px;
}
.two_plan li {
  float: left;
  width: 100%;
  list-style: none;
}
.two_plan_ico_div {
  float: left;
  width: 3%;
}
.two_plan_ico {
  float: left;
  background: #d93538;
}
.two_plan_txt {
  float: right;
  width: 95%;
  color: #586279;
  text-align: justify;
  text-justify: inter-ideograph;
}
.two_plan_txt_red {
  float: left;
  width: 100%;
  color: #d51d1e;
  font-weight: bold;
  text-align: left;
}
.version_difference {
  float: left;
  width: 100%;
}
.version_difference_ico {
  float: left;
  width: 5%;
}
.version_difference_ico img {
  width: 50%;
  height: auto;
}
.version_difference_link {
  float: left;
  width: 95%;
  color: #D93538;
  text-align: left;
}
.version_difference_link:hover {
  text-decoration-line: underline;
  cursor: pointer;
}
.promotion_down {
  float: left;
  cursor: pointer;
  background: #cd0000;
}
.promotion_down:hover {
  background: #bb0c0e;
}
.promotion_down_txt {
  float: left;
  width: 68%;
  color: #ffffff;
  text-align: right;
}
.promotion_down_ico {
  float: right;
  width: 27%;
  text-align: left;
}
.promotion_try {
  float: left;
  cursor: pointer;
  background: #ffffff;
}
.promotion_try:hover {
  background: #f8f8f8;
}
.promotion_try_txt {
  float: left;
  width: 68%;
  color: #cd0000;
  text-align: right;
}
.copyright_information {
  float: left;
  border: 2px solid #ffffff;
  background: #f8f7fa;
  color: #78849E;
  text-align: left;
}
/* 4k及以上 */
@media screen and (min-width:3600px) {
  .promotion_white_content_pic {
    width: 53%;
  }
  .promotion_white_txt {
    margin-left: 10%;
    width: 37%;
  }
  .promotion_white_content {
    width: 3200px;
    margin-top: 260px;
  }
  .promotion_white_txt {
    margin-top: 200px;
  }
  .promotion_white_title {
    font-size: 90px;
    height: 120px;
    line-height: 120px;
    letter-spacing: 10px;
  }
  .promotion_white_subtitle {
    font-size: 44px;
    height: 90px;
    line-height: 90px;
    letter-spacing: 2px;
    margin-top: 10px;
  }
  .two_plan {
    margin-top: 30px;
    width: 90%;
    padding: 30px 5% 30px 5%;
    border-radius: 30px;
  }
  .two_plan li {
    margin-bottom: 15px;
  }
  .two_plan_txt {
    font-size: 30px;
    letter-spacing: 1.5px;
    line-height: 1.6;
  }
  .two_plan_txt_red {
    font-size: 36px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 8px;
  }
  .two_plan_ico_div {
    width: 3%;
    margin-top: 8px;
  }
  .two_plan_ico {
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 20px;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
  }
  .two_plan_txt {
    width: 95%;
  }
  .version_difference {
    margin-top: 30px;
  }
  .version_difference_ico {
    height: 20px;
    margin-top: 7px;
  }
  .version_difference_link {
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 3px;
  }
  .promotion_down {
    height: 85px;
    width: 250px;
    border-radius: 8px;
    margin-right: 50px;
  }
  .promotion_try {
    height: 81px;
    width: 246px;
    border-radius: 8px;
    border: 2px solid #cd0000;
  }
  .promotion_down_txt {
    height: 85px;
    line-height: 85px;
    font-size: 30px;
  }
  .promotion_try_txt {
    height: 83px;
    line-height: 83px;
    font-size: 30px;
  }
  .promotion_down_ico {
    margin-top: 26px;
  }
  .promotion_down_ico img {
    width: 32px;
    height: 32px;
  }
  .copyright_information {
    margin-top: 30px;
    width: 90%;
    padding: 20px 5% 16px 5%;
    border-radius: 10px;
    line-height: 1.5;
  }
  .copyright_information_txt, .copyright_information_txt_1, .copyright_information_txt_2, .copyright_information_txt_right {
    float: left;
    width: 35%;
    height: 30px;
    margin-bottom: 2px;
    color: #78849E;
    font-size: 18px;
  }
  .copyright_information_txt_1 {
    margin-bottom: 0px;
  }
  .copyright_information_txt_right {
    width: 30%;
    text-align: center;
  }
  .copyright_information_link {
    color: #78849E;
    text-decoration: none;
  }
  .copyright_information_link:hover {
    text-decoration: underline;
  }
  .copyright_information_txt_2 {
    width: 65%;
    margin-bottom: 0px;
    letter-spacing: 1px;
  }
}
/* 2k及以上 */
@media screen and (max-width:3600px) and (min-width:2500px) {
  .promotion_white_content_pic {
    width: 54%;
  }
  .promotion_white_txt {
    margin-left: 10%;
    width: 36%;
  }
  .promotion_white_content {
    width: 1900px;
    margin-top: 150px;
  }
  .promotion_white_txt {
    margin-top: 100px;
  }
  .promotion_white_title {
    font-size: 54px;
    height: 80px;
    line-height: 80px;
    letter-spacing: 6px;
  }
  .promotion_white_subtitle {
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    letter-spacing: 1px;
    margin-top: 10px;
  }
  .two_plan {
    margin-top: 20px;
    width: 90%;
    padding: 20px 5% 20px 5%;
    border-radius: 18px;
  }
  .two_plan li {
    margin-bottom: 10px;
  }
  .two_plan_txt {
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.4;
  }
  .two_plan_txt_red {
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .two_plan_ico_div {
    width: 3%;
    margin-top: 3px;
  }
  .two_plan_ico {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 14px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
  }
  .two_plan_txt {
    width: 94%;
  }
  .version_difference {
    margin-top: 20px;
  }
  .version_difference_ico {
    height: 20px;
    margin-top: 7px;
  }
  .version_difference_link {
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    letter-spacing: 3px;
  }
  .promotion_down {
    height: 62px;
    width: 186px;
    border-radius: 5px;
    margin-right: 30px;
  }
  .promotion_try {
    height: 58px;
    width: 182px;
    border-radius: 5px;
    border: 2px solid #cd0000;
  }
  .promotion_down_txt {
    height: 62px;
    line-height: 62px;
    font-size: 22px;
  }
  .promotion_try_txt {
    height: 58px;
    line-height: 58px;
    font-size: 22px;
  }
  .promotion_down_ico {
    margin-top: 19px;
  }
  .promotion_down_ico img {
    width: 22px;
    height: 22px;
  }
  .copyright_information {
    margin-top: 30px;
    width: 94%;
    padding: 14px 3% 5px 3%;
    border-radius: 7px;
    line-height: 1.5;
  }
  .copyright_information_txt, .copyright_information_txt_1, .copyright_information_txt_2, .copyright_information_txt_right {
    float: left;
    width: 35%;
    height: 30px;
    color: #78849E;
    font-size: 16px;
  }
  .copyright_information_txt_right {
    width: 30%;
    text-align: center;
  }
  .copyright_information_link {
    color: #78849E;
    text-decoration: none;
  }
  .copyright_information_link:hover {
    text-decoration: underline;
  }
  .copyright_information_txt_2 {
    width: 65%;
    margin-bottom: 0px;
    letter-spacing: 1px;
  }
}
/* 1k和2k之间 */
@media screen and (max-width:2500px) and (min-width:1850px) {
  .promotion_white_content_pic {
    width: 54%;
  }
  .promotion_white_txt {
    margin-left: 10%;
    width: 36%;
  }
  .promotion_white_content {
    width: 1500px;
    margin-top: 120px;
  }
  .promotion_white_txt {
    margin-top: 100px;
  }
  .promotion_white_title {
    font-size: 46px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 2.2px;
  }
  .promotion_white_subtitle {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    margin-top: 10px;
  }
  .two_plan {
    margin-top: 10px;
    width: 90%;
    padding: 15px 5% 10px 5%;
    border-radius: 12px;
  }
  .two_plan li {
    margin-bottom: 10px;
  }
  .two_plan_txt {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.4;
  }
  .two_plan_txt_red {
    font-size: 18px;
    height: 22px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .two_plan_ico_div {
    width: 3%;
    margin-top: 1px;
  }
  .two_plan_ico {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
  }
  .two_plan_txt {
    width: 94%;
  }
  .version_difference {
    margin-top: 14px;
  }
  .version_difference_ico {
    height: 20px;
  }
  .version_difference_link {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    letter-spacing: 3px;
  }
  .promotion_down {
    height: 46px;
    width: 140px;
    border-radius: 3px;
    margin-right: 18px;
  }
  .promotion_try {
    height: 44px;
    width: 138px;
    border-radius: 3px;
    border: 1px solid #cd0000;
  }
  .promotion_down_txt {
    height: 46px;
    line-height: 46px;
    font-size: 18px;
  }
  .promotion_try_txt {
    margin-left: 5%;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
  }
  .promotion_down_ico {
    float: left;
    margin-left: 4%;
    text-align: left;
    width: 23%;
    margin-top: 14px;
  }
  .promotion_down_ico img {
    width: 16px;
    height: 16px;
  }
  .copyright_information {
    margin-top: 30px;
    width: 94%;
    padding: 10px 3% 5px 3%;
    border-radius: 4px;
    line-height: 1.5;
  }
  .copyright_information_txt, .copyright_information_txt_1, .copyright_information_txt_2, .copyright_information_txt_right {
    float: left;
    width: 35%;
    height: 22px;
    color: #78849E;
    font-size: 12px;
  }
  .copyright_information_txt_right {
    width: 30%;
    text-align: center;
  }
  .copyright_information_link {
    color: #78849E;
    text-decoration: none;
  }
  .copyright_information_link:hover {
    text-decoration: underline;
  }
  .copyright_information_txt_2 {
    width: 65%;
    margin-bottom: 0px;
    letter-spacing: 1px;
  }
}
/* 1080p以下*/
@media screen and (max-width:1850px) {
  .promotion_white_content_pic {
    width: 54%;
  }
  .promotion_white_txt {
    margin-left: 10%;
    width: 36%;
  }
  .promotion_white_content {
    width: 1200px;
    margin-top: 120px;
  }
  .promotion_white_txt {
    margin-top: 50px;
  }
  .promotion_white_title {
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    letter-spacing: 2.2px;
  }
  .promotion_white_subtitle {
    font-size: 16px;
    height: 25px;
    line-height: 25px;
    letter-spacing: 1px;
    margin-top: 2px;
  }
  .two_plan {
    margin-top: 10px;
    width: 90%;
    padding: 10px 5% 7px 5%;
    border-radius: 8px;
  }
  .two_plan li {
    margin-bottom: 10px;
  }
  .two_plan_txt {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.4;
  }
  .two_plan_txt_red {
    font-size: 14px;
    height: 18px;
    line-height: 18px;
    margin-bottom: 5px;
  }
  .two_plan_ico_div {
    width: 3%;
    margin-top: 1px;
  }
  .two_plan_ico {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    color: #ffffff;
    font-size: 11px;
  }
  .two_plan_txt {
    width: 94%;
  }
  .version_difference {
    margin-top: 14px;
  }
  .version_difference_ico {
    height: 20px;
  }
  .version_difference_link {
    font-size: 13px;
    height: 14px;
    line-height: 14px;
    letter-spacing: 3px;
  }
  .promotion_down {
    height: 38px;
    width: 110px;
    border-radius: 3px;
    margin-right: 18px;
  }
  .promotion_try {
    height: 36px;
    width: 108px;
    border-radius: 3px;
    border: 1px solid #cd0000;
  }
  .promotion_down_txt {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
  .promotion_try_txt {
    margin-left: 5%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .version_difference_ico {
    margin-top: -5px;
  }
  .promotion_down_ico {
    float: left;
    margin-left: 4%;
    text-align: left;
    width: 23%;
    margin-top: 9px;
  }
  .promotion_down_ico img {
    width: 16px;
    height: 16px;
  }
  .copyright_information {
    margin-top: 30px;
    width: 94%;
    padding: 10px 3% 5px 3%;
    border-radius: 4px;
    line-height: 1.5;
  }
  .copyright_information_txt, .copyright_information_txt_1, .copyright_information_txt_2, .copyright_information_txt_right {
    float: left;
    width: 35%;
    height: 22px;
    color: #78849E;
    font-size: 11px;
  }
  .copyright_information_txt_right {
    width: 30%;
    text-align: center;
  }
  .copyright_information_link {
    color: #78849E;
    text-decoration: none;
  }
  .copyright_information_link:hover {
    text-decoration: underline;
  }
  .copyright_information_txt_2 {
    width: 65%;
    margin-bottom: 0px;
    letter-spacing: 1px;
  }
}