@charset "utf-8";
body {
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #FFFFFF;
  font-family: "微软雅黑";
}
.close {
  display: none;
}
.header {
  position: fixed;
  top: 0px;
  height: 60px;
  background: #d21a1a;
  width: 100%;
  min-width: 1000px;
  z-index: 2;
}
.header_log {
  float: left;
  width: 50px;
  height: 60px;
}
.header_log img {
  float: right;
  width: 29px;
  height: 29px;
  margin-top: 17px;
}
.header_text {
  float: left;
  width: 340px;
  height: 60px;
  line-height: 60px;
  padding-left: 10px;
  font-size: 15px;
  color: #FFFFFF;
  text-align: left;
}
.header_type {
  float: right;
  width: 520px;
  height: 60px;
  padding-right: 80px;
}
.header_button {
  float: right;
  width: 110px;
  height: 30px;
  background: #FFFFFF;
  text-align: center;
  color: #bd151c;
  font-size: 14px;
  border-radius: 5px;
  margin-top: 15px;
  line-height: 30px;
}
.header_button:hover {
  background: #fff5f5;
}
.header_title {
  float: right;
  margin-right: 50px;
  height: 60px;
  line-height: 60px;
  color: #FFFFFF;
  font-size: 14px;
  text-align: right;
}
.Directory {
  position: fixed;
  left: 0;
  top: 60px;
  bottom: 0;
  width: 330px;
  background: #fafafa;
  z-index: 1;
  overflow-y: auto;
}
.Directory::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}
.Directory::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #dddddd;
}
.Directory::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #fafafa;
}
.Directory_box {
  float: left;
  margin-top: 24px;
  margin-left: 30px;
  margin-bottom: 24px;
  width: 264px;
}
.Directory_selected {
  float: left;
  width: 20px;
  height: 40px;
  cursor: pointer;
}
.Directory_selected img {
  float: left;
  width: 9px;
  height: 7px;
  margin-top: 18px;
}
.Directory_ul {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
.Directory_ul_text {
  float: left;
  width: 80%;
  height: 40px;
  font-size: 16.5px;
  color: #333333;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 5px;
  cursor: pointer;
}
.Directory_li {
  float: left;
  margin-left: 20px;
}
.Directory_boxx {
  float: left;
  width: 100%;
}
.Directory_li_text {
  float: left;
  width: 100%;
  height: 34px;
  font-size: 14px;
  color: #333333;
  line-height: 34px;
  margin-left: 20px;
  cursor: pointer;
}
.Directory_li_text:hover {
  color: #db2a2a;
}
.Directory_li_text_sed {
  float: left;
  width: 100%;
  height: 34px;
  font-size: 14.5px;
  color: #db2a2a;
  line-height: 34px;
  margin-left: 20px;
  cursor: pointer;
  font-weight: bold;
}
.round {
  float: left;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #db2a2a;
  margin-top: 15px;
  margin-left: -10px;
}
.Directory_li_two {
  float: left;
  width: 100%;
  height: 34px;
  font-size: 14px;
  color: #333333;
  line-height: 34px;
  margin-left: 22px;
  cursor: pointer;
}
.Directory_li_two:hover {
  color: #db2a2a;
}
.Directory_selec {
  float: left;
  width: 20px;
  height: 30px;
  cursor: pointer;
}
.Directory_selec img {
  float: right;
  margin-right: 5px;
  width: 9px;
  height: 7px;
  margin-top: 13px;
}
.Directory_li_te {
  float: left;
  width: 80%;
  height: 34px;
  font-size: 14px;
  color: #333333;
  line-height: 34px;
  cursor: pointer;
}
.Directory_content_box {
  position: fixed;
  top: 60px;
  left: 310px;
  bottom: 0px;
  right: 0px;
  overflow-y: auto;
  overflow-x: auto;
  z-index: 1;
}
.Directory_content_box::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
  height: 5px;
}
.Directory_content_box::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #dddddd;
}
.Directory_content_box::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #fafafa;
}
.Directory_content {
  float: left;
  margin-left: 10%;
  margin-bottom: 50px;
  margin-top: 30px;
  width: 60%;
}
.Directory_rela {
  position: fixed;
  left: 10%;
  top: 30px;
  bottom: 0px;
  width: 60%;
  z-index: 1;
  background: #FFFFFF;
}
.Directory_cont {
  min-width: 660px;
  max-width: 100%;
}
.Content_title {
  float: left;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  color: #333333;
  text-align: left;
}
.Content_version {
  float: left;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #aaaaaa;
  text-align: left;
}
.Content_line {
  float: left;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  margin-top: 15px;
  margin-bottom: 40px;
}
.Content_line_bottom {
  float: left;
  width: 100%;
  height: 1px;
  background: #f0f0f0;
  margin-top: 50px;
  margin-bottom: 20px;
}
.Subtitle {
  float: left;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  color: #333333;
  text-align: left;
  font-weight: 700;
}
.Subtitle_con {
  float: left;
  width: 100%;
  font-size: 14px;
  text-align: left;
  color: #666666;
  margin-top: 20px;
  line-height: 22px;
}
.Subtitle_con_oc {
  float: left;
  width: 100%;
  font-size: 14px;
  text-align: left;
  color: #333333;
  margin-top: 20px;
  line-height: 22px;
}
.Subtitle_con_s {
  float: left;
  width: 100%;
  font-size: 14px;
  text-align: left;
  color: #666666;
  margin-top: 20px;
  margin-bottom: -15px;
  line-height: 22px;
}
.Subtitle_con_bold {
  float: left;
  width: 100%;
  font-size: 14.5px;
  text-align: left;
  color: #333333;
  margin-top: 10px;
  line-height: 22px;
  font-weight: bold;
}
.Subtitle_con_bold_big {
  float: left;
  width: 100%;
  font-size: 16.5px;
  text-align: left;
  color: #333333;
  margin-top: 60px;
  line-height: 22px;
  font-weight: bold;
}
.Subtitle_con_red {
  float: left;
  width: 100%;
  font-size: 14.5px;
  text-align: left;
  color: #ee0000;
  margin-top: 20px;
  line-height: 22px;
  font-weight: bold;
}
.Subtitle_con_bold_hight {
  float: left;
  width: 100%;
  font-size: 14.5px;
  text-align: left;
  color: #333333;
  margin-top: 20px;
  line-height: 22px;
  font-weight: bold;
}
.Subtitle_con_b {
  float: left;
  width: 100%;
  font-size: 16.5px;
  text-align: left;
  color: #333333;
  margin-top: 50px;
  line-height: 22px;
  font-weight: bold;
}
.Subtitle_con_black {
  float: left;
  width: 100%;
  font-size: 14px;
  text-align: left;
  color: #333333;
  margin-top: 10px;
  line-height: 22px;
}
.Subtitle_pic {
  float: left;
  width: 100%;
  margin-top: 50px;
  background: #f0f0f0;
  cursor: zoom-in;
}
.Subtitle_pic img {
  float: left;
  margin: 1%;
  width: 98%;
}
.Subtitle_pic_insets {
  float: left;
  width: 60%;
  margin-top: 100px;
  background: #f0f0f0;
  cursor: zoom-in;
}
.Subtitle_pic_insets img {
  float: left;
  margin: 1%;
  width: 98%;
}
.Subtitle_pic_ins {
  float: left;
  width: 60%;
  margin-top: 100px;
  background: #f0f0f0;
}
.Subtitle_pic_ins img {
  float: left;
  margin: 1%;
  width: 98%;
}
.explain_text_insets {
  float: left;
  width: 60%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}
.shadow {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0px;
  left: 0px;
  background: #000000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.Review_ima {
  position: absolute;
  top: 10%;
  width: 80%;
  height: 80%;
  left: 10%;
  z-index: 4;
}
.Review_ima img {
  max-width: 100%;
  max-height: 100%;
}
.explain_text {
  float: left;
  width: 100%;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
}
.blank {
  float: left;
  width: 100%;
  height: 50px;
}
.blank_s {
  float: left;
  width: 100%;
  height: 30px;
}
.blank_sme {
  float: left;
  width: 100%;
  height: 10px;
}
.bottom_content {
  float: left;
  width: 100%;
  height: 12px;
  line-height: 12px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #aaaaaa;
  text-align: left;
}
.construction_details {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.construction_details ul {
  margin: 0;
  padding: 0;
}
.construction_details li {
  float: left;
  width: 95%;
  margin-left: 20px;
  height: 30px;
  line-height: 30px;
  color: #666666;
  text-align: left;
  font-size: 14px;
}
.construction_con {
  float: left;
  width: 100%;
  font-size: 14px;
  text-align: left;
  color: #333333;
  margin-bottom: 10px;
  line-height: 22px;
}
.Subheading_box {
  position: fixed;
  top: 100px;
  right: 0;
  width: 20%;
  line-height: 20px;
  z-index: 1;
}
.Subheading_box_s {
  position: fixed;
  top: 100px;
  right: 0;
  width: 12%;
  line-height: 20px;
  z-index: 1;
}
.schedule_boexs, .schedule_boexs_blue {
  float: left;
  width: 86%;
  margin-left: 7%;
  border-left: 2px solid #dddddd;
}
.schedule_boexs_blue {
  border-left: 2px solid #db2a2a;
}
.schedule_boexs_text, .schedule_boexs_text_blue {
  float: left;
  width: 95%;
  min-height: 40px;
  line-height: 40px;
  margin-left: 5%;
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  text-decoration: none
}
.schedule_boexs_text_blue {
  color: #db2a2a;
}
.blank_box {
  float: left;
  width: 100%;
}
.mode {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.mode_pic {
  min-width: 22%;
  max-width: 42%;
  padding-top: 20px;
  float: left;
  text-align: left;
  min-height: 220px;
  max-height: 420px;
}
.mode_pic img {
  width: 94%;
  height: 94%;
}
.mode_pic_two {
  min-width: 22%;
  max-width: 42%;
  padding-top: 70px;
  float: left;
  text-align: left;
  min-height: 100px;
  max-height: 300px;
}
.mode_pic_two img {
  width: 94%;
  height: 94%;
}
.mode_div_two {
  width: 57%;
  float: left;
  height: 300px;
  margin-top: 90px;
}
.mode_div {
  width: 57%;
  float: left;
  height: 420px;
  margin-top: 20px;
}
.mode_content, .download_explain {
  width: 100%;
  float: left;
  margin-top: 27px;
  margin-bottom: 10px;
}
.mode_content ul, .download_explain ul {
  margin: 0px;
  padding: 0px;
}
.mode_content li, .download_explain li {
  width: 100%;
  float: left;
  list-style: none;
  margin-bottom: 5px;
}
.download_explain {
  margin-top: 15px;
}
.dot_function {
  float: left;
  margin-top: 10px;
  width: 6px;
  height: 6px;
  background: #ffffff;
  border-radius: 6px;
  border: 2px solid #2f6cb6;
}
.mode_txt {
  float: left;
  width: 86%;
  color: #666666;
  font-size: 15px;
  line-height: 2;
  margin-left: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.install_cost {
  float: left;
  width: 80%;
  text-align: left;
  color: #f13131;
  font-size: 16.5px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
}
.install_cost_one {
  float: left;
  width: 100%;
  text-align: left;
  color: #f13131;
  font-size: 14px;
  height: 25px;
  line-height: 25px;
}
.button_mode {
  background: #0e91e9;
  color: #ffffff;
  font-size: 16px;
  border-radius: 50px;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  float: left;
  box-shadow: 0px 0px 7px #1ea5ff;
  letter-spacing: 1.7px;
  margin-top: 20px;
}
.button_mode:hover {
  background: #0078c8;
}
.nr_box table {
  width: 100%;
  border-collapse: collapse;
}
.nr_box th {
  height: 50px;
  font-size: 13.5px;
  color: #FFFFFF;
  text-align: left;
  letter-spacing: 3px;
  line-height: 50px;
  padding-left: 20px;
  background: #3f3f3f;
  font-weight: 600;
  border: 1px solid #D1D1D1;
}
.nr_box td {
  padding: 15px 10px 15px 20px;
  border: 1px solid #D1D1D1;
  font-size: 14px;
  text-align: left;
}
.nr_box table, .nr_box td, .nr_box th {
  border-bottom: 1px solid #D1D1D1;
}
.nr_box {
  overflow: auto;
  float: left;
  margin-top: 30px;
  width: 100%;
  margin-bottom: 40px;
}
.nr_box_text {
  color: #aaaaaa;
}
.pho_square {
  float: left;
  width: 420px;
  height: 320px;
  margin-top: 30px;
  background: #f0f0f0;
}
.pho_square img {
  float: left;
  margin: 10px;
  width: 400px;
  height: 300px;
}
.pho_square_big {
  float: left;
  min-width: 420px;
  min-height: 220px;
  max-width: 820px;
  max-height: 620px;
  margin-top: 50px;
  background: #f0f0f0;
}
.pho_square_big img {
  float: left;
  margin: 1%;
  width: 98%;
  height: 98%;
}
.pho_square_big_s {
  float: left;
  width: 541px;
  height: 408px;
  margin-top: 80px;
  background: #e6e6e6;
}
.pho_square_big_s img {
  float: left;
  margin: 10px;
  width: 521px;
  height: 388px;
}
.pho_square_big_d {
  float: left;
  min-width: 390px;
  min-height: 188px;
  max-width: 890px;
  max-height: 488px;
  margin-top: 80px;
  background: #e6e6e6;
}
.pho_square_big_d img {
  float: left;
  margin: 1%;
  width: 98%;
  height: 98%;
}
.Text_details {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.Text_details ul {
  margin: 0;
  padding: 0;
}
.Text_details li {
  float: left;
  width: 95%;
  margin-left: 20px;
  line-height: 30px;
  color: #666666;
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
}
.Text_square {
  float: left;
  width: 100px;
  height: 40px;
  background: #fff2e5;
  color: #ec4300;
  font-size: 14.5px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  margin-top: 30px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.Text_square_blue {
  float: left;
  width: 100px;
  height: 40px;
  background: #d7eaff;
  color: #096dd9;
  font-size: 14.5px;
  text-align: center;
  font-weight: bold;
  line-height: 40px;
  margin-top: 30px;
  margin-bottom: 10px;
  border-radius: 3px;
}
.Pic_wizard {
  float: left;
  width: 640px;
  height: 430px;
  margin-top: 30px;
  background: #e6e6e6;
}
.Pic_wizard img {
  float: left;
  margin: 10px;
  width: 620px;
  height: 410px;
}
.Pic_wizard_h {
  float: left;
  width: 640px;
  height: 430px;
  margin-top: 60px;
  background: #e6e6e6;
}
.Pic_wizard_h img {
  float: left;
  margin: 10px;
  width: 620px;
  height: 410px;
}
.Pic_wizard_k {
  float: left;
  min-width: 340px;
  min-height: 260px;
  max-width: 840px;
  max-height: 560px;
  margin-top: 40px;
  background: #e6e6e6;
  cursor: zoom-in;
}
.Pic_wizard_k img {
  float: left;
  margin: 1%;
  width: 98%;
  height: 98%;
}
.Pic_wizard_phone {
  float: left;
  width: 300px;
  height: 611px;
  margin-top: 60px;
  margin-right: 20px;
  background: #e6e6e6;
  cursor: zoom-in;
}
.Pic_wizard_phone img {
  float: left;
  margin: 1%;
  width: 98%;
  height: 98%;
}
.Pic_wizard_b {
  float: left;
  width: 300px;
  height: 150px;
  margin-top: 60px;
  margin-right: 20px;
  background: #e6e6e6;
  cursor: zoom-in;
}
.Pic_wizard_b img {
  float: left;
  margin: 1%;
  width: 98%;
  height: 98%;
}
.wizard_details {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.wizard_details ul {
  margin: 0;
  padding: 0;
}
.wizard_details li {
  float: left;
  width: 100%;
  list-style-type: none;
  line-height: 30px;
  color: #666666;
  text-align: left;
  font-size: 14px;
}
.explain_text_c {
  float: left;
  width: 820px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #333333;
  margin-bottom: 20px;
}
.Type_a {
  text-decoration: none;
}