.header {
  width: 120rem;
  height: 10rem;
  background-color: #fff;
}
.header .top {
  height: 2.25rem;
  background-image: linear-gradient(180deg, #e5e5e5 0%, #ffffff 53%, #e5e5e5 100%);
  padding-left: 23rem;
  padding-right: 23rem;
}
.header .top .title {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.header .top .title h6 {
  font-size: 0.91rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #434343;
  line-height: 2.25rem;
}
.header .top .title .barnav {
  display: flex;
  justify-content: flex-end;
  line-height: 2.25rem;
  font-size: 0.91rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #434343;
}
.header .top .title .barnav .support {
  padding-right: 1rem;
}
.header .top .title .barnav .tel {
  color: #fea201;
}
.header .container {
  padding-left: 23rem;
  padding-right: 23rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.header .container .tel {
  position: absolute;
  right: 22rem;
  top: 0rem;
  width: 15rem;
  height: 4rem;
  display: flex;

}

.header .container .tel span {
  font-size: 1.125rem;
  line-height: 4rem;
  padding-top: .8rem;

}

.header .container .logo {
  width: 16.25rem;
  height: 4.56rem;
  padding-top: 1.25rem;
}
.header .container .logo img {
  width: 100%;
  height: 100%;
}
.header .container .nav {
  padding-top: 4rem;
  padding-bottom: 1.81rem;
}
.header .container .nav .navUl {
  display: flex;
  justify-content: flex-end;
  font-size: 1.17rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
}
.header .container .nav .navUl .navLi {
  margin-left: 3rem;
}
.header .container .nav .navUl .navLi a {
  color: #333232;
}
.header .container .nav .navUl .navLi:hover a {
  color: #3f82d4;
  text-decoration: none;
}
.header .container .nav .navUl .active {
  color: #3f82d4;
}
.banner {
  width: 120rem;
  height: 40.56rem;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: 100%;
}
.main {
  width: 120rem;
}
.main .panel {
  padding-top: 2.25rem;
  padding-bottom: 2.13rem;
  padding-left: 18.15rem;
  padding-right: 18.15rem;
}
.main .panel .title {
  width: 25.06rem;
  height: 6.25rem;
  position: relative;
  margin: 0 auto;
}
.main .panel .title img {
  width: 25.06rem;
  height: 3.44rem;
}
.main .panel .title h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.82rem;
  color: #494949;
}
.main .panel .title span {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  font-size: 1.04rem;
  letter-spacing: 0.05rem;
  color: #494949;
}
.main .afterSales .sh {
  margin-top: 2rem;
}
.main .afterSales .sh .shUl {
  display: flex;
  justify-content: space-evenly;
}
.main .afterSales .sh .shUl .shLi {
  width: 15.75rem;
  height: 27.56rem;
  background-color: #f5f4f4;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.main .afterSales .sh .shUl .shLi .img {
  margin-top: 0.5rem;
  height: 9.44rem;
}
.main .afterSales .sh .shUl .shLi .img img {
  width: 100%;
  height: 100%;
}
.main .afterSales .sh .shUl .shLi .tit {
  margin-top: 3.13rem;
  margin-bottom: 2.44rem;
  font-size: 1.04rem;
  letter-spacing: 0.05rem;
  color: #494949;
}
.main .afterSales .sh .shUl .shLi .explain {
  font-size: 0.91rem;
  font-weight: normal;
  letter-spacing: 0.04rem;
  color: #494949;
}
.main .afterSales .sh .shUl .shLi .explain li {
  list-style: outside;
}
.main .afterSales .sh .shUl .shLi .btn {
  width: 12.81rem;
  height: 2.88rem;
  line-height: 2.88rem;
  text-align: center;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#000000, #000000);
  background-blend-mode: normal,
                            normal;
  border: solid 0.19rem #404040;
  position: absolute;
  bottom: 1rem;
}
.main .hotSale .chanpin .cpUl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.main .hotSale .chanpin .cpUl .cpLi {
  background-color: #f4f4f4;
  padding: 1rem;
  padding-bottom: 0.56rem;
  margin-right: 1.13rem;
  margin-top: 1rem;
  display: flex;
}
.main .hotSale .chanpin .cpUl .cpLi .img {
  width: 22.81rem;
  height: 23.81rem;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
}
.main .hotSale .chanpin .cpUl .cpLi .img img {
  padding: 10%;
}
.main .hotSale .chanpin .cpUl .cpLi .text {
  width: 14.13rem;
  height: 21.06rem;
  font-family: MicrosoftYaHei-Bold;
  font-size: 1.04rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #000000;
  padding: 1rem 0 1rem 1rem;
  position: relative;
}
.main .hotSale .chanpin .cpUl .cpLi .text h5 {
  font-weight: 600;
  height: 3rem;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .hotSale .chanpin .cpUl .cpLi .text .tedian {
  -webkit-line-clamp: 9;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main .hotSale .chanpin .cpUl .cpLi .text span {
  position: absolute;
  bottom: 0;
  right: 0;
}
.main .introduce {
  background-color: #efeeed;
}
.main .introduce .jieshao {
  display: flex;
  margin-top: 4.13rem;
  padding-bottom: 1.8rem;
}
.main .introduce .jieshao .text {
  width: 43rem;
  height: 26.13rem;
  font-size: 1.04rem;
  line-height: 2.08rem;
  letter-spacing: 0.05rem;
  color: #494949;
  position: relative;
}
.main .introduce .jieshao .text p {
  text-indent: 2em;
}
.main .introduce .jieshao .text span {
  font-weight: 600;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main .introduce .jieshao .img {
  margin-left: 3.36rem;
  width: 36.25rem;
  height: 26.56rem;
}
.main .introduce .jieshao .img img {
  width: 36.25rem;
  height: 26.56rem;
}
.main .otherServices .fuwu {
  padding-top: 6rem;
  padding-bottom: 5.7rem;
}
.main .otherServices .fuwu .fuwuUl {
  display: flex;
  justify-content: space-around;
}
.main .otherServices .fuwu .fuwuUl .fuwuLi {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main .otherServices .fuwu .fuwuUl .fuwuLi .img {
  width: 7.44rem;
  height: 8.69rem;
  display: flex;
  justify-content: center;
}
.main .otherServices .fuwu .fuwuUl .fuwuLi .img img {
  width: 7.44rem;
  height: 8.69rem;
}
.main .otherServices .fuwu .fuwuUl .fuwuLi span {
  padding-top: 2.25rem;
  font-size: 1.04rem;
  letter-spacing: 0.05rem;
  color: #494949;
}
.footer {
  width: 120rem;
  height: 21.06rem;
  position: relative;
}
.footer .container {
  padding: 2.56rem 22rem 1.63rem;
  display: flex;
}
.footer .container .left {
  flex: 6;
  padding-right: 10rem;
}
.footer .container .left .barnav {
  display: flex;
  justify-content: space-around;
}
.footer .container .left .barnav .sec_nav {
  letter-spacing: 0.05rem;
  color: #494949;
}
.footer .container .left .barnav .sec_nav h3 {
  font-weight: 600;
  font-size: 1.04rem;
  padding-bottom: 0.5rem;
}
.footer .container .left .barnav .sec_nav .nav_tit {
  display: block;
  font-size: 0.78rem;
}
.footer .container .right {
  flex: 3;
}
.footer .container .right .mes {
  display: flex;
  flex-direction: column;
}
.footer .container .right .mes .logo {
  width: 10.88rem;
  height: 3.06rem;
  margin-bottom: 2.13rem;
}
.footer .container .right .mes .logo img {
  width: 10.88rem;
  height: 3.06rem;
}
.footer .container .right .text {
  font-size: 0.78rem;
  font-weight: normal;
  letter-spacing: 0.04rem;
  color: #494949;
}
.footer .container .right .text h3 {
  font-size: 1.04rem;
  font-weight: 600;
}
.footer .container .right .text h4 {
  padding-bottom: 1rem;
  font-weight: 600;
}
.footer .container .right .text p {
  font-weight: 600;
}
.footer .qr {
  position: absolute;
  bottom: 0;
  left: 45%;
  display: flex;
}
.footer .qr .qr_con {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 3rem;
}
.footer .qr .qr_con img {
  width: 7.69rem;
  height: 7.69rem;
}
.footer .qr .qr_con span {
  margin-top: 0.5rem;
  font-size: 1.01rem;
  font-weight: 600;
  letter-spacing: 0.05rem;
  color: #494949;
}
.barBanner {
  width: 120rem;
  height: 19rem;
}
.barBanner img {
  width: 100%;
  height: 100%;
}
.section {
  padding: 2.81rem 22rem;
}
.section .main {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-around;
}
.section .main .aside {
  width: 18.75rem;
  height: 50rem;
}
.section .main .aside .title {
  display: flex;
  justify-content: center;
}
.section .main .aside .title .capital {
  font-size: 4.69rem;
  line-height: 4.69rem;
  color: #d7d9da;
}
.section .main .aside .title .headline {
  display: flex;
  flex-direction: column;
}
.section .main .aside .title .headline .tit {
  font-size: 2.08rem;
  font-weight: bold;
  line-height: 2.08rem;
  color: #045da0;
}
.section .main .aside .title .headline .tit_1 {
  font-size: 1.82rem;
  line-height: 1.82rem;
  color: #d7d9da;
}
.section .main .aside .nav .navUl .navLi {
  width: 18.75rem;
  height: 3.75rem;
  background-color: #e9eaea;
  box-shadow: -0.03rem 0.06rem 0.31rem 0rem rgba(185, 179, 179, 0.5);
  display: flex;
  align-items: center;
}
.section .main .aside .nav .navUl .navLi a {
  flex: 15;
  text-align: center;
  font-size: 1.04rem;
  line-height: 1.04rem;
  color: #333232;
}
.section .main .aside .nav .navUl .navLi .normal {
  flex: 1;
  width: 0px;
  height: 0px;
  margin: auto;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid #74d2f5;
}
.section .main .aside .nav .navUl .active {
  width: 18.75rem;
  height: 3.75rem;
  background-color: #74d2f5;
  box-shadow: -0.03rem 0.06rem 0.31rem 0rem rgba(185, 179, 179, 0.5);
  display: flex;
  align-items: center;
}
.section .main .aside .nav .navUl .active a {
  flex: 15;
  text-align: center;
  font-size: 1.04rem;
  line-height: 1.04rem;
  color: #333232;
}
.section .main .aside .nav .navUl .active .normal {
  flex: 1;
  width: 0px;
  height: 0px;
  margin: auto;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid #e9eaea;
}
.section .main .aside .nav .navUl .navLi:hover {
  box-shadow: -0.16rem 0.27rem 0.44rem 0rem rgba(158, 158, 158, 0.7);
  background: #74d2f5 linear-gradient(to right, #74d2f5, #74d2f5);
}
.section .main .aside .nav .navUl .navLi:hover .normal {
  border-left: 0.6rem solid #e9eaea;
}
.section .main .aside .nav .navUl .item1_item2 {
  float: right;
  padding-bottom: 0.6rem;
}
.section .main .aside .nav .navUl .item1_item2 .item2 {
  margin-top: 0.6rem;
  width: 15.75rem;
  height: 2.75rem;
  background-color: #e9eaea;
  box-shadow: -0.03rem 0.06rem 0.31rem 0rem rgba(185, 179, 179, 0.5);
  display: flex;
  align-items: center;
}
.section .main .aside .nav .navUl .item1_item2 .item2 a {
  flex: 15;
  text-align: center;
  font-size: 1.04rem;
  line-height: 1.04rem;
  color: #333232;
}
.section .main .aside .nav .navUl .item1_item2 .item2 .normal {
  flex: 1;
  width: 0px;
  height: 0px;
  margin: auto;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid #74d2f5;
}
.section .main .aside .nav .navUl .item1_item2 .active {
  margin-top: 0.6rem;
  width: 15.75rem;
  height: 2.75rem;
  background-color: #74d2f5;
  box-shadow: -0.03rem 0.06rem 0.31rem 0rem rgba(185, 179, 179, 0.5);
  display: flex;
  align-items: center;
}
.section .main .aside .nav .navUl .item1_item2 .active a {
  flex: 15;
  text-align: center;
  font-size: 1.04rem;
  line-height: 1.04rem;
  color: #333232;
}
.section .main .aside .nav .navUl .item1_item2 .active .normal {
  flex: 1;
  width: 0px;
  height: 0px;
  margin: auto;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid #e9eaea;
}
.section .main .aside .nav .navUl .item1_item2 .item2:hover {
  box-shadow: -0.16rem 0.27rem 0.44rem 0rem rgba(158, 158, 158, 0.7);
  background: #74d2f5 linear-gradient(to right, #74d2f5, #74d2f5);
}
.section .main .aside .nav .navUl .item1_item2 .item2:hover .normal {
  border-left: 0.6rem solid #e9eaea;
}
.section .main .aside .contact {
  padding-top: 5rem;
}
.section .main .aside .contact .tel {
  width: 18.5rem;
  height: 8.5rem;
  position: relative;
  padding-bottom: 0.88rem;
}
.section .main .aside .contact .tel img {
  width: 100%;
  height: 100%;
}
.section .main .aside .contact .tel .tit {
  position: absolute;
  top: 1.75rem;
  right: 1.69rem;
  font-size: 1.82rem;
  color: #087583;
}
.section .main .aside .contact .tel .number {
  position: absolute;
  top: 5.94rem;
  left: 2.7rem;
  font-size: 1.82rem;
  letter-spacing: 0.18rem;
  color: #ffffff;
}
.section .main .aside .contact .address {
  width: 18.5rem;
  height: 3.88rem;
  position: relative;
  padding-bottom: 0.88rem;
}
.section .main .aside .contact .address img {
  width: 100%;
}
.section .main .aside .contact .address .adress_tit {
  position: absolute;
  top: 1rem;
  left: 4.19rem;
  font-size: 0.78rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0.08rem;
  color: #ffffff;
}
.section .main .aside .contact .email {
  width: 18.5rem;
  height: 3.88rem;
  position: relative;
  padding-bottom: 0.88rem;
}
.section .main .aside .contact .email img {
  width: 100%;
}
.section .main .aside .contact .email .youxiang {
  position: absolute;
  top: 1.63rem;
  left: 4.19rem;
  font-size: 0.78rem;
  letter-spacing: 0.08rem;
  color: #ffffff;
}
.section .main .article .top {
  width: 54.94rem;
  height: 4.06rem;
  border-bottom: 0.19rem solid #dcdcdc;
  display: flex;
  justify-content: space-between;
}
.section .main .article .top .left {
  display: flex;
}
.section .main .article .top .left .img {
  width: 0.31rem;
  height: 3.44rem;
}
.section .main .article .top .left .img img {
  width: 100%;
  height: 100%;
}
.section .main .article .top .left .title {
  padding-left: 1rem;
}
.section .main .article .top .left .title p {
  font-size: 0.78rem;
  color: #c4c6c7;
}
.section .main .article .top .left .title h3 {
  font-size: 1.04rem;
  font-weight: 600;
  color: #123a83;
}
.section .main .article .top .right .ico {
  width: 3.44rem;
  height: 3.44rem;
  right: 0;
}
.section .main .article .top .right .ico img {
  width: 100%;
  height: 100%;
}
.section .main .article .content {
  height: auto;
  background-color: #e9eaea;
  margin-top: 1rem;
  position: relative;
}
.section .main .article .content .prev {
 height: 3rem;
  padding-left: 1rem;
  padding-bottom: 1rem;

  font-size: 0.78rem;
  line-height: 1rem;
}
.section .main .article .content .prev .num {
  height: 100%;
width: 10%;
  display: inline-block;
}
.section .main .article .content .prev .bar {
    height: 100%;

  display: inline-block;
  margin-left: 18rem;
}
.section .main .article .content .prev .bar select {
  
  width: 2rem;
 
  text-align: center;
  background: linear-gradient(#ffffff, #ffffff), linear-gradient(#009afe, #009afe);
  background-blend-mode: normal,
                                normal;
  border-radius: 0.31rem;
  border: solid 0.01rem #000000;
  /*Chrome鍜孎irefox閲岄潰鐨勮竟妗嗘槸涓嶄竴鏍风殑锛屾墍浠ュ鍐欎簡涓�涓�*/
  /*寰堝叧閿細灏嗛粯璁ょ殑select閫夋嫨妗嗘牱寮忔竻闄�*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*鍦ㄩ�夋嫨妗嗙殑鏈�鍙充晶涓棿鏄剧ず灏忕澶村浘鐗�*/
  background: url("../images/arrow.png") no-repeat scroll right center transparent;
  /*涓轰笅鎷夊皬绠ご鐣欏嚭涓�鐐逛綅缃紝閬垮厤琚枃瀛楄鐩�*/
  padding-right: 0.5rem;
}
.haocai_content {
  width: 54.94rem;
  height: 65.94rem;
}
.haocai_content .contentUl {
  padding-top: 2.25rem;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.haocai_content .contentUl .contentLi {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.haocai_content .contentUl .contentLi img {
  width: 14.38rem;
  height: 10.63rem;
  margin-bottom: 1rem;
}
.haocai_content .contentUl .contentLi p {
  text-align: center;
  font-size: 1.04rem;
  line-height: 1.3rem;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fxyq_content {
  width: 55rem;
  height: 62rem;
}
.fxyq_content .contentUl {
  padding-top: 2.25rem;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.fxyq_content .contentUl .contentLi {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}
.fxyq_content .contentUl .contentLi img {
  width: 19rem;
  height: 13rem;
  margin-bottom: 1rem;
}
.fxyq_content .contentUl .contentLi p {
  text-align: center;
  font-size: 1.04rem;
  line-height: 1.3rem;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.alfx_content {
  width: 54.94rem;
  height: 46.69rem;
}
.alfx_content .contentUl {
  padding-bottom: 4rem;
  background-color: #e9eaea;
}
.alfx_content .contentUl .contentLi {
  border-bottom: 0.13rem dashed #000000;
  padding: 1.25rem 2rem 2rem 1rem;
}
.alfx_content .contentUl .contentLi .title {
  display: flex;
}
.alfx_content .contentUl .contentLi .title img {
  padding-top: 0.5rem;
  width: 0.69rem;
  height: 1.13rem;
}
.alfx_content .contentUl .contentLi .title h3 {
  padding-left: 1rem;
  font-size: 1.3rem;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0rem;
  color: #000000;
}
.alfx_content .contentUl .contentLi .describe {
  padding-top: 1.81rem;
  text-indent: 2em;
  font-size: 0.78rem;
  line-height: 1.4rem;
  color: #000000;
}
.gsjs_content {
  width: 54.94rem;
  height: auto;
}
.gsjs_content .contentUl {
  background-color: #e9eaea;
  font-size: 1.04rem;
  line-height: 1.8rem;
  text-indent: 2em;
  padding: 2.63rem 1.38rem 8.19rem;
}
.gsjs_content .contentUl .jieshao {
  display: flex;
  justify-content: space-around;
}
.gsjs_content .contentUl .jieshao .left {
  font-family: MicrosoftYaHei;
  font-size: 1.04rem;
  line-height: 1.8rem;
  text-indent: 2em;
  color: #3b3c3c;
  width: 27.75rem;
  height: 13.75rem;
}
.gsjs_content .contentUl .jieshao .right {
  width: 21rem;
  height: 15.38rem;
}
.gsjs_content .contentUl .jieshao1 {
  margin-top: 1.63rem;
}
.lxwm_content {
  width: 54.94rem;
  height: auto;
}
.lxwm_content .contentUl {
  background-color: #e9eaea;
  font-size: 1.04rem;
  line-height: 1.8rem;
  font-weight: 600;
  color: #000000;
  padding: 4.38rem 3.63rem 7rem;
}
.lxwm_content .contentUl .map {
  margin-top: 5.13rem;
  width: 47.56rem;
  height: 18.81rem;
  border: #ccc solid 1px;
}
.qzzp_content {
  width: 54.94rem;
  height: auto;
}
.qzzp_content .contentUl {
  background-color: #e9eaea;
  color: #000000;
  padding: 1.56rem 1.88rem;
}
.qzzp_content .contentUl .zp {
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 0.06rem solid #242526;
}
.qzzp_content .contentUl .zp h3 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #333232;
}
.qzzp_content .contentUl .zp .text {
  margin-top: 2.56rem;
  font-size: 1.04rem;
  line-height: 1.3rem;
  color: #333232;
}
.alfx_section {
  padding-top: 1.13rem;
  width: 120rem;
  height: auto;
}
.alfx_section .main {
  display: flex;
  justify-content: space-around;
}
.alfx_section .main .alfx_content {
  width: 75rem;
  height: auto;
  background-color: #e9eaea;
}
.alfx_section .main .alfx_content .art_title {
  text-align: center;
  padding-bottom: 2rem;
  border-bottom: 0.06rem dotted #000000;
}
.alfx_section .main .alfx_content .art_title .title {
  padding-top: 2rem;
  font-size: 1.56rem;
  font-weight: 600;
  line-height: 2rem;
  color: #000000;
}
.alfx_section .main .alfx_content .art_title .bar {
  padding-top: 1.5rem;
  font-size: 0.78rem;
  line-height: 1rem;
  color: #000000;
}
.alfx_section .main .alfx_content .art_title .bar span {
  padding: 0rem 2rem;
}
.alfx_section .main .alfx_content .detail {
  padding: 1.5rem 2rem;
}
.kuang_title {
  padding-top: 1.5rem;
  padding-left: 2rem;
  font-size: 0.78rem;
  line-height: 1rem;
  color: #000000;
}
.fxyq_section {
  padding-top: 1.13rem;
  width: 120rem;
  height: auto;
}
.fxyq_section .main {
  display: flex;
  justify-content: space-around;
}
.fxyq_section .main .fxyq_content {
  width: 75rem;
  height: auto;
  background-color: #e9eaea;
}
.fxyq_section .main .fxyq_content .top {
      height: 20rem;
  padding: 1.63rem 1.8rem;
  display: flex;
  border-bottom: 0.06rem solid #0b49d3;
}
.fxyq_section .main .fxyq_content .top .left {
  width: 26.88rem;
  height: 18.75rem;
}
.fxyq_section .main .fxyq_content .top .left img {
  width: 100%;
  height: 100%;
}
.fxyq_section .main .fxyq_content .top .right {
  margin-left: 5.19rem;
  width: 39.25rem;
  height: 18.75rem;
}
.fxyq_section .main .fxyq_content .top .right .title {
  font-size: 1.56rem;
  line-height: 2rem;
  font-weight: 600;
  color: #000000;
  padding-bottom: 1rem;
  border-bottom: 0.06rem dotted #000000;
}
.fxyq_section .main .fxyq_content .top .right .jieshao {
  font-size: 0.78rem;
  line-height: 16px;
  color: #000000;
}
.fxyq_section .main .fxyq_content .top .right .jieshao p {
  padding-top: 2rem;
}
.fxyq_section .main .fxyq_content .top .right .anniu {
  width: auto;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fxyq_section .main .fxyq_content .top .right .anniu .btn {
  width: 10.19rem;
  height: 2.63rem;
  color: #fff;
  font-size: 1.25rem;
  background-color: #0b49d3;
  border-radius: 0.31rem;
  border-style: none;
}
.fxyq_section .main .fxyq_content .detail {
  padding: 1.5rem 2rem;
}
.fxyq_section .main .fxyq_content .detail img{
  max-width: 100%;
}
.tc {
  display: none;
  width: 26.44rem;
  height: 23.44rem;
  background-color: #ffffff;
  padding: 3rem 2.5rem 1.5rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.tc .text .shuru {
  display: flex;
  margin-bottom: 0.94rem;
}
.tc .text .shuru span {
  width: 7.63rem;
  font-family: MicrosoftYaHei;
  font-size: 1.04rem;
  line-height: 1.56rem;
  color: #000000;
  text-align: justify;
  text-align-last: justify;
}
.tc .text .shuru input {
  margin-left: 1rem;
  width: 13.81rem;
  height: 2.13rem;
  background-color: #ffffff;
  border-radius: 0.31rem;
  border: solid 0.06rem #000000;
}
.tc .tc_anniu {
  display: flex;
  justify-content: space-evenly;
  margin-top: 2.75rem;
}
.tc .tc_anniu .confirm {
  width: 4.25rem;
  height: 2rem;
  background-color: #d2d7e2;
  border-radius: 0.31rem;
  border: none;
}
.tc .tc_anniu .cancel {
  border: none;
  background: none;
  font-size: 1.04rem;
  line-height: 1.56rem;
  letter-spacing: 0rem;
  color: #000000;
}
@media screen and (max-width: 1280px) {
  .header .top {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .header .container {
    padding-left: 11rem;
    padding-right: 11rem;
  }
  .main .panel {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .main .afterSales .sh .shUl .shLi {
    width: 19.75rem;
  }
  .main .afterSales .sh .shUl .shLi .tit {
    margin-top: 1.13rem;
    margin-bottom: 1.44rem;
    font-size: 1.04rem;
    letter-spacing: 0.05rem;
    color: #494949;
  }
  .main .hotSale .chanpin .cpUl .cpLi .text {
    width: 23.13rem;
  }
  .main .introduce .jieshao .text {
    height: 30.13rem;
  }
  .footer .container {
    padding: 2.56rem 11rem 1.63rem;
    display: flex;
  }
  .footer .qr {
    left: 48%;
  }
  .section {
    padding: 2.81rem 11rem;
  }
  .section .main .aside {
    width: 30%;
    height: 50rem;
  }
  .section .main .aside .nav .navUl .navLi {
    width: 80%;
    height: 3.75rem;
  }
  .section .main .aside .nav .navUl .active {
    width: 80%;
    height: 3.75rem;
  }
  .section .main .aside .contact .tel,
  .section .main .aside .contact .address,
  .section .main .aside .contact .email {
    width: 87%;
    margin-top: 2rem;
  }
  .section .main .aside .contact .address .adress_tit {
    top: 0.5rem;
  }
  .section .main .aside .contact .email .youxiang {
    top: 0.63rem;
    overflow-wrap: anywhere;
  }
  .section .main .article,
  .section .main .article .top,
  .section .main .article .content {
    width: 100%;
  }
  .haocai_content .contentUl .contentLi img {
    width: 21.38rem;
    height: 14.63rem;
    margin-bottom: 1rem;
  }
  .section .main .article .content .prev .bar select {
    width: 2.81rem;
    height: 1.8rem;
  }
  .alfx_section .main .alfx_content,
  .fxyq_section .main .fxyq_content {
    width: 98rem;
  }
  .fxyq_content .contentUl .contentLi img {
    width: 29rem;
    height: 18rem;
    margin-bottom: 1rem;
  }
  .fxyq_section .main .fxyq_content .top {
    height: 24rem;
    padding-bottom: 4rem;
  }
  .haocai_content .contentUl .contentLi p {

line-height: 2.3rem;

}
}
