body {
  background-color: #ebebf3;
}
body img {
  display: inline;
}
button {
  cursor: pointer;
}
input[type='button'] {
  cursor: pointer;
}
.con {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.con .left {
  float: left;
  width: 923px;
}
.con .right {
  float: right;
  width: 260px;
}
.clear {
  clear: both;
}
.base_info {
  width: 100%;
  background-color: #1B2652;
}
.base_info .left,
.base_info .right {
  background-color: white;
  height: 400px;
  box-shadow: 0 9px 14px 2px rgba(148, 150, 150, 0.08);
  border-radius: 5px;
  margin: 20px 0 35px;
}
.base_info .left {
  position: relative;
}
.base_info .left p {
  font-size: 0;
  margin-left: 46px;
}
.base_info .left p .title {
  font-size: 13px;
  font-weight: 400;
  color: #434343;
  line-height: 23px;
  margin-right: 8px;
}
.base_info .left .p1 {
  margin-top: 39px;
  font-size: 24px;
  font-weight: bold;
}
.base_info .left .p1 span {
  font-size: 14px;
  font-weight: 400;
  margin-left: 9px;
}
.base_info .left .p2 {
  margin-top: 19px;
  width: 92px;
  font-size: 25px;
  font-weight: bold;
  color: #ffa800;
  line-height: 37px;
}
.base_info .left .p2 span {
  font-size: 20px;
}
.base_info .left .p2 span.white {
  color: white;
}
.base_info .left .p3 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.base_info .left .p3.type_discount {
  display: none;
}
.base_info .left .p3 .p3btn,
.base_info .left .p3 .p3btn2 {
  min-width: 80px;
  margin-right: 10px;
  padding: 0 10px;
  height: 37px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 400;
  border: 0;
}
.base_info .left .p3 .p3btn.active,
.base_info .left .p3 .p3btn2.active {
  background: #ffa800;
  color: #ffffff;
}
.base_info .left .p4 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.base_info .left .p4 .no_add,
.base_info .left .p4 .add {
  width: 38px;
  height: 37px;
  background: #f5f5f5;
  border: 1px solid #eeeeee;
}
.base_info .left .p4 .no_add {
  border-radius: 5px 0 0 5px;
  border-right: 0;
}
.base_info .left .p4 .add {
  border-radius: 0 5px 5px 0;
  border-left: 0;
}
.base_info .left .p4 .count {
  width: 100px;
  height: 35px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  text-align: center;
}
.base_info .left .p5 {
  margin-top: 20px;
}
.base_info .left .p5 .phone {
  width: 200px;
  height: 37px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  text-align: center;
}
.base_info .left .p5 .tip {
  font-size: 13px;
  font-weight: 400;
  color: #ff9000;
  line-height: 23px;
  margin-left: 15px;
}
.base_info .left .btn2div {
  display: inline-block;
  position: absolute;
  bottom: 41px;
  right: 46px;
}
.base_info .left .btn2div button {
  width: 160px;
  height: 40px;
  background-color: #ffa800;
  border-radius: 20px;
  vertical-align: middle;
  border: 0;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.base_info .left .btn2div button.chat {
  background-color: #02D2B5;
}
.base_info .left .btn2div button img {
  height: 22px;
  position: relative;
  top: 5px;
  margin-right: 4px;
}
.base_info .right .p1 {
  margin: 16px 0 0 24px;
  font-size: 14px;
  font-weight: bold;
  color: #070707;
  line-height: 24px;
}
.base_info .right .p2 {
  margin-top: 20px;
  text-align: center;
}
.base_info .right .p2 img {
  width: 165px;
  height: 165px;
  border-radius: 50%;
}
.base_info .right .p3 {
  margin: 20px 50px;
  font-size: 12px;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 24px;
}
.base_info .right .p4 {
  text-align: center;
}
.base_info .right .p4 button {
  width: 120px;
  height: 34px;
  background: #00d2b4;
  border-radius: 17px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
  border: 0;
}
.introduce {
  margin-top: 50px;
}
.introduce .section {
  z-index: 1;
  top: 0;
  position: relative;
}
.introduce .section li {
  width: 94px;
  height: 34px;
  background: #ffffff;
  border-radius: 5px 5px 0 0;
  text-align: center;
  line-height: 34px;
  float: left;
  margin-right: 5px;
  font-size: 14px;
  cursor: pointer;
}
.introduce .section li.active {
  background: #02D2B5;
  color: white;
  font-weight: bold;
}
.introduce .left .l_div {
  padding: 30px 20px;
  width: 883px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin: -1px 0 10px;
  border-radius: 5px;
}
.introduce .left .l_div .l_title {
  font-size: 30px;
  font-weight: bold;
  color: #090909;
  text-align: center;
  margin-top: 20px;
}
.introduce .left .l_div .l_title_e {
  font-size: 12px;
  font-weight: 400;
  color: #bdbdbd;
  text-align: center;
  margin-top: 6px;
}
.introduce .left .l_div .green_title {
  font-size: 16px;
  font-weight: bold;
  color: #02D2B5;
  text-align: center;
  margin-top: 20px;
}
.introduce .left .l_div .service {
  padding: 15px 0;
}
.introduce .left .l_div .service p {
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 15px;
}
.introduce .left .l_div .service .p_intro {
  line-height: 18px;
}
.introduce .left .l_div .service .p1 {
  font-size: 14px;
  font-weight: bold;
  color: #666666;
  line-height: 36px;
}
.introduce .left .l_div .service .table1 {
  width: 843px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 15px;
}
.introduce .left .l_div .service .table1 tr td {
  padding: 9px 0;
}
.introduce .left .l_div .service.need_line {
  border-bottom: 1px dashed #dcdcdc;
}
.introduce .left .l_div .deal {
  text-align: center;
  padding: 30px 0 15px;
}
.introduce .left .l_div .l_table {
  width: 100%;
  margin-top: 20px;
}
.introduce .left .l_div .l_table tr td {
  text-align: center;
  font-size: 14px;
  color: #090909;
  border: 1px solid #dcdcdc;
  padding: 20px;
  vertical-align: top;
}
.introduce .left .l_div .l_table tr td.title {
  background: #fbfcfc;
  vertical-align: middle;
  font-weight: bold;
}
.introduce .left .l_div .security {
  text-align: center;
  margin-top: 20px;
  vertical-align: bottom;
  display: inline-block;
  color: white;
  padding: 20px 2%;
  width: 20.5%;
  height: 120px;
  background: #02D2B5;
  border-radius: 5px;
  position: relative;
}
.introduce .left .l_div .security p {
  text-align: left;
}
.introduce .left .l_div .security .p1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 19px;
}
.introduce .left .l_div .security .p1.p2 {
  margin: 5px 0 30px;
  font-weight: 300;
  font-size: 9px;
}
.introduce .left .l_div .security img {
  height: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.introduce .left .l_div .security .p3 {
  font-size: 12px;
}
.introduce .left .l_div .security:hover {
  background: #02D2B5;
  opacity: 0.8;
}
.introduce .left .l_div .qry {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  border-left: 4px solid #02D2B5;
  padding-left: 6px;
}
.introduce .left .l_div .q,
.introduce .left .l_div .a {
  font-size: 14px;
  margin: 10px 10px 10px 31px;
  text-indent: -21px;
  line-height: 20px;
}
.introduce .left .l_div .q {
  color: #02D2B5;
  font-weight: bold;
}
.introduce .left .l_div .a {
  color: #666666;
}
.introduce .left .tips {
  font-size: 14px;
  font-weight: 400;
  color: #a7a7a7;
  margin-left: 30px;
  margin-bottom: 65px;
}
.introduce .right .title {
  width: 100%;
  height: 76px;
  background: #02D2B5;
  border-radius: 5px 5px 0 0;
  text-align: center;
  color: white;
}
.introduce .right .title .p1 {
  font-size: 16px;
  font-weight: bold;
  padding-top: 7px;
}
.introduce .right .title .p2 {
  font-size: 13px;
  margin-top: 8px;
}
.introduce .right .patent_type {
  background: white;
  position: relative;
}
.introduce .right .patent_type .info {
  border-top: 1px dashed #dcdcdc;
  margin: 0 25px;
  padding: 25px 5px 40px 45px;
}
.introduce .right .patent_type .info img {
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  left: 28px;
  top: 20px;
}
.introduce .right .patent_type .info .p1 {
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 10px;
  line-height: 20px;
}
.introduce .right .patent_type .info .p2 {
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
  margin-bottom: 20px;
}
.introduce .right .patent_type .info .p3 {
  font-size: 16px;
  font-weight: bold;
  color: #ffa800;
}
.introduce .right .patent_type .info .p3 span {
  font-size: 12px;
  color: #A7A7A7;
  font-weight: normal;
}
.introduce .right .patent_type .info .p4 {
  margin: 10px 0;
}
.introduce .right .patent_type .info .p4 button {
  width: 120px;
  height: 26px;
  background: linear-gradient(0deg, #ffb400 0%, #ff9000 100%);
  border-radius: 13px;
  border: 0;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
}
.introduce .right .patent_type .info .p4 button:hover {
  opacity: 0.8;
}
.introduce .right .patent_type.bottom {
  height: 40px;
  border-radius: 0 0 5px 5px;
}
