@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
  -webkit-overflow-scrolling: touch;
  outline: none;
  transition: none;
}

div {
  box-sizing: border-box;
}

.callChatWin {
  cursor: pointer;
}

.common_wapper {
  width: 1200px;
  margin: 0 auto;
}

.content_title {
  text-align: center;
  line-height: 36px;
  font-size: 32px;
  color: #333;
  font-weight: 500;
}

header {
  padding-top: 6px;
}
header .common_wapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .common_wapper .logo {
  display: flex;
  align-items: center;
  line-height: 16px;
  font-size: 24px;
  color: #333;
  font-weight: 500;
}
header .common_wapper .logo img {
  width: 82px;
}
header .common_wapper .logo .both {
  margin-left: 13px;
  margin-right: 12px;
  width: 1px;
  height: 17px;
  background-color: #333;
}
header .common_wapper .container {
  display: flex;
  align-items: center;
}
header .common_wapper .container .input {
  width: 299px;
  height: 36px;
  background: #ffffff;
  border: 1px solid #dde3eb;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  border-radius: 4px;
  padding-left: 5px;
}
header .common_wapper .container .input input {
  width: 263px;
  height: 100%;
  border: 0px;
}
header .common_wapper .container .input .btn_search {
  background: #3563ff;
  box-sizing: border-box;
  padding: 5px 6px 6px 5px;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
}
header .common_wapper .container .input .btn_search img {
  width: 25px;
  height: 25px;
}
header .common_wapper .container .zxrx {
  width: 189px;
  height: 53px;
  background: #3563ff;
  border-radius: 4px;
  padding: 6px 22px 3px;
  margin-left: 96px;
}
header .common_wapper .container .zxrx div {
  width: 56px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
header .common_wapper .container .zxrx div.tel {
  width: 129px;
  height: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
}

.nav {
  height: 29px;
  margin-top: 13px;
}
.nav .common_wapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.nav .common_wapper .item {
  position: relative;
  line-height: 22px;
}
.nav .common_wapper .item .nav_title {
  display: flex;
  align-items: center;
  height: 26px;
  color: #333;
  font-size: 16px;
  cursor: pointer;
}
.nav .common_wapper .item .nav_title .icon {
  margin-left: 4px;
}
.nav .common_wapper .item ul {
  display: none;
  z-index: 99;
  background: #fff;
  position: absolute;
  top: 29px;
  padding: 7px 14px 5px;
  border: 1px solid #f2f2f2;
  font-size: 14px;
  font-weight: 400;
  color: #3563ff;
  line-height: 28px;
}
.nav .common_wapper .item ul li {
  cursor: pointer;
  font-size: 14px;
  line-height: 28px;
  height: 28px;
  white-space: nowrap;
}
.nav .common_wapper .item ul li:hover a {
  color: #3563ff;
}
.nav .common_wapper .item .both {
  width: 40px;
  height: 3px;
  background-color: transparent;
  margin: 0 auto;
}
.nav .common_wapper .item + .item {
  margin-left: 30px;
}
.nav .common_wapper .item:hover .both {
  background: #005bff;
}
.nav .common_wapper .item:hover ul {
  display: block;
}

.banner .banner_wapper .top {
  width: 100%;
  height: 487px;
  background: #006cc6 url(../img/banner.png) no-repeat;
  background-position: 50% -1px;
  background-size: 1922px;
}
.banner .banner_wapper .top .container {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 65px 0;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.banner .banner_wapper .top .container .left .left1 {
  height: 80px;
  line-height: 80px;
  font-size: 58px;
  font-weight: 600;
}
.banner .banner_wapper .top .container .left .left2 {
  height: 30px;
  font-size: 22px;
  line-height: 30px;
}
.banner .banner_wapper .top .container .left .left3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 320px;
  margin-top: 40px;
}
.banner .banner_wapper .top .container .left .left3 .item {
  width: 42px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.banner .banner_wapper .top .container .left .left3 .item .icon {
  height: 24px;
  width: 24px;
}
.banner .banner_wapper .top .container .left .left3 .item div {
  margin-top: 6px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}
.banner .banner_wapper .top .container .left .left4 {
  margin-top: 28px;
}
.banner .banner_wapper .top .container .left .left4 .btn {
  width: 131px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  border: 1px solid #ffffff;
  cursor: pointer;
}
.banner .banner_wapper .top .container .left .left4 .btn + .btn {
  margin-left: 12px;
}
.banner .banner_wapper .top .container .right {
  width: 330px;
}
.banner .banner_wapper .top .container .right .city {
  margin-top: 15px;
  font-size: 30px;
  color: #cbecfe;
}

#maodian {
  width: 100%;
  height: 82px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 99;
  box-shadow: 0px 4px 6px 0px rgba(53, 99, 255, 0.18), 0px 6px 20px 0px rgba(99, 129, 247, 0.25);
}
#maodian .common_wapper {
  width: 1200px;
  height: 82px;
  margin: 0 auto;
  padding: 0 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#maodian .common_wapper .item {
  transition: 0.3s all;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: center;
  background-size: 105px 107px;
  width: 173px;
  height: 100%;
  position: relative;
}
#maodian .common_wapper .item.item1 {
  background-image: url(../img/item1.png);
}
#maodian .common_wapper .item.item2 {
  background-image: url(../img/item2.png);
}
#maodian .common_wapper .item.item3 {
  background-image: url(../img/item3.png);
}
#maodian .common_wapper .item.item4 {
  background-image: url(../img/item4.png);
}
#maodian .common_wapper .item .name {
  line-height: 82px;
  position: absolute;
  right: 2px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
}
#maodian .common_wapper .item .both {
  width: 142px;
  height: 4px;
  margin-left: 31px;
  background: transparent;
  position: absolute;
  bottom: 0;
}
#maodian .common_wapper .item:hover .name a {
  text-shadow: 0px 4px 6px rgba(53, 99, 255, 0.18);
}
#maodian .common_wapper .item:hover .both {
  background: #005bff;
  box-shadow: 0px 4px 6px 0px rgba(53, 99, 255, 0.18);
}

section {
  margin-top: 82px;
}
section .common_wapper #content {
  margin-top: -164px;
  padding-top: 124px;
}
section .common_wapper #content .values .value {
  margin-top: 22px;
}
section .common_wapper #content .values .value .value_title {
  display: flex;
  color: #fff;
  padding: 27px 33px 27px 29px;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: 1201px;
  background-position: -1px 0;
}
section .common_wapper #content .values .value .value_title .left {
  height: 50px;
  font-size: 28px;
  line-height: 50px;
}
section .common_wapper #content .values .value .value_title .right {
  border-radius: 4px;
  border: 1px solid #fff;
  margin-top: 9px;
  width: 174px;
  text-align: center;
  height: 41px;
  padding: 9px 18px 8px 20px;
  font-size: 16px;
  line-height: 22px;
}
section .common_wapper #content .values .value .item_container {
  display: flex;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 29px 33px 34px 34px;
  background: #f7faff;
  border: 1px solid #d3e1ff;
  border-top: 0;
  height: 514px;
}
section .common_wapper #content .values .value .item_container .item {
  width: 365px;
  height: 210px;
  overflow: hidden;
  background: #ffffff;
  padding: 27px 16px 21px 25px;
  border-radius: 4px;
  border: 1px solid #3563ff;
  background-position: right bottom;
  background-repeat: no-repeat;
}
section .common_wapper #content .values .value .item_container .item .item_title {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  line-height: 28px;
}
section .common_wapper #content .values .value .item_container .item ul {
  margin-top: 12px;
  font-size: 14px;
  line-height: 24px;
  color: #7a7a7a;
  height: 81px;
}
section .common_wapper #content .values .value .item_container .item ul li {
  display: flex;
}
section .common_wapper #content .values .value .item_container .item ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #3563ff;
  margin: 0 6px;
  border-radius: 50%;
  margin-top: 10px;
  flex-shrink: 0;
}
section .common_wapper #content .values .value .item_container .item .btn {
  width: 119px;
  text-align: center;
  color: #fff;
  line-height: 22px;
  background-color: #3563ff;
  height: 39px;
  padding: 9px 24px 8px 26px;
  letter-spacing: 1px;
  cursor: pointer;
}
section .common_wapper #content .values .value .item_container .item:hover {
  box-shadow: 0px 6px 10px 0px #b6c8ed;
}
section .common_wapper #content .values .value.zjtx .value_title {
  background-image: url(../img/zjtx.png);
}
section .common_wapper #content .values .value.zjtx .item_container .item.zjtx1 {
  background-image: url(../img/zjtx1.png);
}
section .common_wapper #content .values .value.zjtx .item_container .item.zjtx2 {
  background-image: url(../img/zjtx2.png);
}
section .common_wapper #content .values .value.zjtx .item_container .item.zjtx3 {
  background-image: url(../img/zjtx3.png);
}
section .common_wapper #content .values .value.zjtx .item_container .item.zjtx4 {
  background-image: url(../img/zjtx4.png);
}
section .common_wapper #content .values .value.zjtx .item_container .item.zjtx5 {
  background-image: url(../img/zjtx5.png);
}
section .common_wapper #content .values .value.zjtx .item_container .item.zjtx6 {
  background-image: url(../img/zjtx6.png);
}
section .common_wapper #content .values .value.gxjs .value_title {
  background-image: url(../img/gxjs.png);
}
section .common_wapper #content .values .value.gxjs .item_container .item.gxjs1 {
  background-image: url(../img/gxjs1.png);
}
section .common_wapper #content .values .value.gxjs .item_container .item.gxjs2 {
  background-image: url(../img/gxjs2.png);
}
section .common_wapper #content .values .value.gxjs .item_container .item.gxjs3 {
  background-image: url(../img/gxjs3.png);
}
section .common_wapper #content .values .value.gxjs .item_container .item.gxjs4 {
  background-image: url(../img/gxjs4.png);
}
section .common_wapper #content .values .value.gxjs .item_container .item.gxjs5 {
  background-image: url(../img/gxjs5.png);
}
section .common_wapper #content .values .value.gxjs .item_container .item.gxjs6 {
  background-image: url(../img/gxjs6.png);
}
section .common_wapper #content .values .value.rmfw .value_title {
  background-image: url(../img/rmfw.png);
}
section .common_wapper #content .values .value.rmfw .item_container .item {
  padding: 27px 16px 18px 25px;
}
section .common_wapper #content .values .value.rmfw .item_container .item ul {
  height: 43px;
}
section .common_wapper #content .values .value.rmfw .item_container .item .price_container {
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #e1231a;
}
section .common_wapper #content .values .value.rmfw .item_container .item .price_container .number {
  font-size: 28px;
  line-height: 40px;
}
section .common_wapper #content .values .value.rmfw .item_container .item.rmfw1 {
  background-image: url(../img/rmfw1.png);
}
section .common_wapper #content .values .value.rmfw .item_container .item.rmfw2 {
  background-image: url(../img/rmfw2.png);
}
section .common_wapper #content .values .value.rmfw .item_container .item.rmfw3 {
  background-image: url(../img/rmfw3.png);
}
section .common_wapper #content .values .value.rmfw .item_container .item.rmfw4 {
  background-image: url(../img/rmfw4.png);
}
section .common_wapper #content .values .value.rmfw .item_container .item.rmfw5 {
  background-image: url(../img/rmfw5.png);
}
section .common_wapper #content .values .value.rmfw .item_container .item.rmfw6 {
  background-image: url(../img/rmfw6.png);
}

#zhengce {
  margin-top: -39px;
  padding-top: 82px;
}
#zhengce .zhengce_container {
  background-color: #f5f7fa;
  background-image: url(../img/zc.png);
  background-repeat: no-repeat;
  background-position: 50%;
  height: 466px;
  width: 100%;
}
#zhengce .zhengce_container .common_wapper {
  padding: 52px 0;
  height: 100%;
}
#zhengce .zhengce_container .common_wapper .values {
  margin-top: 40px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
#zhengce .zhengce_container .common_wapper .values .policy_item {
  width: 290px;
}
#zhengce .zhengce_container .common_wapper .values .policy_item .policy_item_label {
  background-color: #3563ff;
  height: 50px;
  display: flex;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
}
#zhengce .zhengce_container .common_wapper .values .policy_item .policy_item_label .policy_item_title {
  font-size: 20px;
  height: 16px;
  color: #fff;
  line-height: 16px;
}
#zhengce .zhengce_container .common_wapper .values .policy_item .policy_item_label .policy_item_icon {
  height: 18px;
  width: 18px;
}
#zhengce .zhengce_container .common_wapper .values .policy_item .policy_item_label .policy_item_icon img {
  height: 100%;
}
#zhengce .zhengce_container .common_wapper .values .policy_item .policy_value {
  padding: 10px;
  background: #ffffff;
  box-shadow: 0px 1px 2px 0px #d7e1ff;
  height: 180px;
}
#zhengce .zhengce_container .common_wapper .values .policy_item .policy_value div {
  text-align: center;
  line-height: 180px;
}
#zhengce .zhengce_container .common_wapper .values .policy_item .policy_value .policy {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
  height: 30px;
  cursor: pointer;
}
#zhengce .zhengce_container .common_wapper .values .policy_item .policy_value .policy a {
  color: #7a7a7a;
  font-size: 14px;
}
#zhengce .zhengce_container .common_wapper .values .policy_item .policy_value .policy a:hover {
  color: #3563ff;
}

.rybox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -82px;
  padding-top: 82px;
}
.rybox .width .content_title {
  padding-top: 38px;
}
.rybox .width .des {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 16px;
  margin-bottom: 39px;
}
.rybox .all {
  width: 1169px;
  height: 290px;
  position: relative;
  transition: 1s all;
}
.rybox .all ol {
  position: absolute;
  right: 10px;
  bottom: 10px;
  line-height: 20px;
  text-align: center;
}
.rybox .all ol li {
  float: left;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #ccc;
  margin-left: 10px;
  cursor: pointer;
}
.rybox .all ol li.current {
  background: yellow;
}
.rybox .all .lidiv {
  width: 211px;
  height: 290px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 7px 17px 0px #eef2ff;
  border-radius: 1px;
}
.rybox .all .lidiv1 img {
  width: 164px;
}
.rybox .all .lidiv2 img {
  width: 180px;
}
.rybox .all .screen {
  width: 1169px;
  height: 290px;
  overflow: hidden;
  position: relative;
}
.rybox .all .screen li {
  width: 1169px;
  height: 290px;
  overflow: hidden;
  float: left;
  display: flex;
  justify-content: space-around;
}
.rybox .all .screen ul {
  position: absolute;
  left: 0;
  top: 0px;
  width: 5854px;
}
.rybox .all #arr {
  display: none;
}
.rybox .all #arr #right {
  right: 5px;
  left: auto;
}
.rybox .all #arr span {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -20px;
  background: #000;
  cursor: pointer;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-family: "黑体";
  font-size: 30px;
  color: #fff;
  opacity: 0.3;
}

#chenggong {
  margin-top: -82px;
  padding-top: 82px;
}
#chenggong .width .content_title {
  padding-top: 60px;
}

.more_product {
  width: 100%;
  height: 585px;
  margin-top: 62px;
  background-image: url(../img/product.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 585px;
}
.more_product .width {
  height: unset;
}
.more_product .width .content_title {
  padding-top: 72px;
  color: #fff;
}
.more_product .product_container {
  width: 1200px;
  height: 370px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: space-between;
  flex-wrap: wrap;
  margin-top: 66px;
}
.more_product .product_container .product {
  width: 292px;
  height: 168px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d3e1ff;
}
.more_product .product_container .product .top {
  height: 120px;
  background: #ffffff;
  padding: 18px 19px 9px 20px;
  border-radius: 3px;
}
.more_product .product_container .product .top .pro_name {
  font-size: 20px;
  color: #333333;
  font-weight: 500;
  line-height: 28px;
}
.more_product .product_container .product .top ul {
  margin-top: 3px;
  font-size: 14px;
  color: #7a7a7a;
  line-height: 26px;
}
.more_product .product_container .product .top ul li {
  display: flex;
}
.more_product .product_container .product .top ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: #3563ff;
  margin-left: 2px;
  margin-right: 7px;
  border-radius: 50%;
  margin-top: 11px;
  flex-shrink: 0;
}
.more_product .product_container .product .bottom {
  padding: 9px 13px 7px 25px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  background: #e9f0fe;
  border-radius: 3px;
}
.more_product .product_container .product .bottom .price {
  font-size: 11px;
  color: #e1231a;
  line-height: 16px;
}
.more_product .product_container .product .bottom .price .num {
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}
.more_product .product_container .product .bottom .btn {
  width: 95px;
  height: 31px;
  padding: 7px 20px 6px 19px;
  line-height: 18px;
  background: #3563ff;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}
.more_product .product_container .product:hover {
  box-shadow: 0px 8px 10px 0px #1a3baa;
}/*# sourceMappingURL=index.css.map */