<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}
html,
body {
  background-color: #fff !important;
}
li {
  cursor: pointer;
}
a {
  cursor: pointer;
}
#head {
  height: 78px;
  padding-top: 32px;
  margin-bottom: 32px;
}
#head .main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  height: 52px;
  margin: 0 auto;
}
#head .main .name {
  display: flex;
  align-items: center;
}
#head .main .name .fl {
  width: 94px;
  height: 78px;
  margin-right: 15px;
}
#head .main .name .fl img {
  width: 94px;
  height: 78px;
}
#head .main .name .fr div:nth-child(1) {
  font-size: 36px;
  font-weight: 700;
}
#head .main .name .fr div:nth-child(2) {
  font-size: 18px;
  letter-spacing: 2px;
}
#head .main .info {
  display: flex;
  align-items: center;
}
#head .main .info .fl {
  width: 64px;
  height: 64px;
  margin-right: 15px;
}
#head .main .info .fl img {
  width: 64px;
  height: 64px;
}
#head .main .info .fr2 div:nth-child(1) {
  font-size: 18px;
}
#head .main .info .fr2 div:nth-child(2) {
  font-size: 45px;
  font-weight: 700;
}
#main-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 55px;
  margin: 0 auto;
  background-color: #0064d2;
}
#main-nav .nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  height: 55px;
}
#main-nav .nav li {
  display: inline-block;
  font-size: 18px;
  line-height: 55px;
  text-align: center;
  flex: 1;
  cursor: pointer;
}
#main-nav .nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#main-nav .nav li:hover {
  background-color: #CC0000;
}
#swiper {
  width: 100%;
  height: 651px;
}
#product {
  width: 1200px;
  margin: 0 auto;
}
#product .title {
  text-align: center;
  padding-bottom: 50px;
}
#product .title .name {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  margin-top: 63px;
  color: #000;
}
#product .title .name span {
  color: #CC0000;
}
#product .title .name .char {
  position: absolute;
  right: 450px;
  top: -6px;
  color: #ff7800;
  font-size: 24px;
}
#product .title .text {
  font-size: 18px;
  color: #272727;
  margin-top: 2px;
}
#product .title .border {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
#product .title .border span:nth-child(1) {
  width: 100px;
  height: 3px;
  background-color: #ff7800;
}
#product .title .border span:nth-child(2),
#product .title .border span:nth-child(3) {
  width: 34px;
  height: 3px;
  background-color: #000;
  margin-left: 2px;
}
#product .sort {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  margin-top: 38px;
  padding-bottom: 100px;
}
#product .sort .left {
  width: 267px;
  text-align: center;
}
#product .sort .left .nav-text {
  width: 267px;
  height: 109px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #0064d2;
}
#product .sort .left .nav-text p {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
}
#product .sort .left .nav-text div {
  font-size: 16px;
  color: #fff;
  margin-top: 5px;
}
#product .sort .left .sort-nav {
  padding-bottom: 24px;
  background-color: #fafafa;
}
#product .sort .left .sort-nav li {
  display: flex;
  justify-content: left;
  width: 267px;
  height: 52px;
  padding: 0 40px;
}
#product .sort .left .sort-nav li a {
  display: flex;
  width: 100%;
  align-items: center;
  font-size: 20px;
  color: #000;
  border-bottom: 1px dashed #a9a9a9;
}
#product .sort .left .sort-nav li:hover a {
  color: #CC0000;
}
#product .sort .left .sort-nav li a span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #CC0000;
  margin-right: 10px;
}
#product .sort .right .content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-left: 15px;
}
#product .sort .right .content a {
  display: inline-block;
  height: 332px;
  margin-right: 9px;
  background-color: #fafafa;
}
#product .sort .right .content a:nth-child(n+4) {
  margin-top: 15px;
}
#product .sort .right .content a li {
  display: inline-block;
  height: 332px;
}
#product .sort .right .content a:hover li p {
  color: #CC0000;
}
#product .sort .right .content a li .img {
  overflow: hidden;
  background-color: #dadada;
  width: 298px;
  height: 271px;
}
#product .sort .right .content a li p {
  text-align: center;
  font-size: 20px;
  color: #242424;
  margin-top: 20px;
}
#product .sort .right .content a:nth-child(3),
#product .sort .right .content a:nth-child(6) {
  margin-right: 0;
}
#pinzhi {
  width: 100%;
  background-color: #0064d2;
}
#pinzhi .main {
  width: 1200px;
  padding-top: 50px;
  margin: 0 auto;
  height: 604px;
}
#pinzhi .main .content {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}
#pinzhi .main .content li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
}
#pinzhi .main .content li img {
  width: 98px;
  height: 98px;
}
#pinzhi .main .content li p {
  font-size: 16px;
  color: #fff;
  margin-top: 32px;
}
#pinzhi .main .content li div {
  font-size: 16px;
  color: #fff;
  margin-top: 0px;
}
#pinzhi .main-bg {
  width: 100%;
  height: 320px;
  background-color: #fff;
}
#pinzhi .main-bg .doaling {
  width: 1200px;
  margin: 0 auto;
  background-color: #fff;
  padding-top: 10px;
  transform: translate(0, -306px);
}
#pinzhi .main-bg .doaling .title {
  text-align: center;
  padding-bottom: 50px;
}
#pinzhi .main-bg .doaling .title .name {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  margin-top: 63px;
  color: #CC0000;
}
#pinzhi .main-bg .doaling .title .name span {
  color: #000;
}
#pinzhi .main-bg .doaling .title .name .char {
  position: absolute;
  right: 450px;
  top: -6px;
  color: #ff7800;
  font-size: 24px;
}
#pinzhi .main-bg .doaling .title .text {
  font-size: 18px;
  color: #272727;
  margin-top: 2px;
}
#pinzhi .main-bg .doaling .title .border {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
#pinzhi .main-bg .doaling .title .border span:nth-child(1) {
  width: 100px;
  height: 3px;
  background-color: #ff7800;
}
#pinzhi .main-bg .doaling .title .border span:nth-child(2),
#pinzhi .main-bg .doaling .title .border span:nth-child(3) {
  width: 34px;
  height: 3px;
  background-color: #000;
  margin-left: 2px;
}
#pinzhi .main-bg .doaling .btm {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
#pinzhi .main-bg .doaling .btm .img {
  width: 539px;
  height: 396px;
}
#pinzhi .main-bg .doaling .btm .img img {
  width: 539px;
  height: 396px;
}
#pinzhi .main-bg .doaling .btm .info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 547px;
  height: 396px;
}
#pinzhi .main-bg .doaling .btm .info .head {
  font-size: 26px;
  margin-top: 30px;
}
#pinzhi .main-bg .doaling .btm .info .cont {
  font-size: 18px;
  text-indent: 2;
  margin-top: 30px;
}
#pinzhi .main-bg .doaling .btm .info .btn {
  display: flex;
}
#pinzhi .main-bg .doaling .btm .info .btn div {
  width: 186px;
  line-height: 62px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
#pinzhi .main-bg .doaling .btm .info .btn div:nth-child(1) {
  background-color: #0064d2;
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}
#pinzhi .main-bg .doaling .btm .info .btn .btn1:hover,
#pinzhi .main-bg .doaling .btm .info .btn .btn2:hover {
  transform: scale(1.1);
}
#pinzhi .main-bg .doaling .btm .info .btn div:nth-child(2) {
  margin-left: 10px;
  background-color: #e53238;
  color: #fff;
  transition: all 0.5s;
  cursor: pointer;
}
#Introduction {
  background-color: #fafafa;
  margin-top: 100px;
  padding-bottom: 50px;
}
#Introduction .main {
  width: 1200px;
  padding-top: 50px;
  margin: 0 auto;
}
#Introduction .main .title {
  text-align: center;
}
#Introduction .main .title .name {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  color: #CC0000;
}
#Introduction .main .title .name span {
  color: #000;
}
#Introduction .main .title .name .char {
  position: absolute;
  right: 450px;
  top: -6px;
  color: #ff7800;
  font-size: 24px;
}
#Introduction .main .title .text {
  font-size: 18px;
  color: #000;
  margin-top: 20px;
}
#Introduction .main .title .border {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
#Introduction .main .title .border span:nth-child(1) {
  width: 100px;
  height: 3px;
  background-color: #ff7800;
}
#Introduction .main .title .border span:nth-child(2),
#Introduction .main .title .border span:nth-child(3) {
  width: 34px;
  height: 3px;
  background-color: #000;
  margin-left: 2px;
}
#Introduction .mySwiper2 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
#Introduction .mySwiper2 .swiper-wrapper {
  background-color: #fff;
}
#Introduction .mySwiper2 .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  color: #000;
}
#Introduction .mySwiper2 .swiper-wrapper .img {
  width: 392px;
  height: 296px;
}
#Introduction .mySwiper2 .swiper-wrapper .look {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}
#Introduction .mySwiper2 .swiper-wrapper .look p {
  font-size: 18px;
  border-bottom: 1px solid #dadada;
}
#Introduction .mySwiper2 .swiper-wrapper .look p,
#Introduction .mySwiper2 .swiper-wrapper .look div {
  text-align: left;
  line-height: 54px;
}
#Introduction .mySwiper2 .swiper-wrapper .look div {
  font-size: 13px;
  display: flex;
  justify-content: space-between;
}
#Introduction .mySwiper2 .swiper-wrapper .look div span:nth-child(2) {
  color: #a8a8a8;
}
#zixun {
  display: flex;
  align-items: center;
  width: 100%;
  height: 270px;
}
#zixun .main {
  margin: 0 auto;
  color: #fff;
}
#zixun .main p {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
}
#zixun .main div:nth-child(2) {
  width: 830px;
  text-align: center;
  margin-top: 10px;
}
#zixun .main .btn {
  width: 186px;
  line-height: 64px;
  text-align: center;
  font-size: 22px;
  background-color: #CC0000;
  color: #fff;
  margin: 0 auto;
  margin-top: 20px;
  transition: all 0.5s;
  cursor: pointer;
}
#zixun .main .btn:hover {
  transform: scale(1.2);
}
#news {
  margin-top: 48px;
}
#news .main {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 35px auto;
}
#news .title {
  text-align: center;
}
#news .title .name {
  position: relative;
  font-size: 35px;
  font-weight: 700;
  color: #CC0000;
}
#news .title .name span {
  color: #000;
}
#news .title .name .char {
  position: absolute;
  right: 450px;
  top: -6px;
  color: #ff7800;
  font-size: 24px;
}
#news .title .text {
  font-size: 18px;
  color: #000;
  margin-top: 20px;
}
#news .title .border {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
#news .title .border span:nth-child(1) {
  width: 100px;
  height: 3px;
  background-color: #ff7800;
}
#news .title .border span:nth-child(2),
#news .title .border span:nth-child(3) {
  width: 34px;
  height: 3px;
  background-color: #000;
  margin-left: 2px;
}
#news .fl {
  display: flex;
  flex-direction: column;
  width: 556px;
}
#news .fl .img {
  height: 246px;
}
#news .fl .img img {
  width: 556px;
  height: 246px;
}
#news .fl .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fafafa;
   height: 120px;
  padding: 0 32px;
}
#news .fl .title .on-tit {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
#news .fl .title .on-tit span:nth-child(1) {
  font-size: 18px;
}
#news .fl .title .on-tit span:nth-child(2) {
  font-size: 18px;
  color: #686868;
}
#news .fl .title .on-tit:hover span {
  text-decoration: underline;
  color: #CC0000;
}
#news .fl .title .text {
  margin-top: 20px;
  font-size: 16px;
  color: #686868;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
#news .news-list {
  display: flex;
  width: 1200px;
  flex-wrap: wrap;
  justify-content: space-between;
}
#news .news-list .list-item {
  display: inline-block;
  width: 582px;
  height: 130px;
  background-color: #fafafa;
  padding: 0 30px;
  color: #000;
  margin-top: 10px;
}
#news .news-list .list-item .icon {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#news .news-list .list-item .icon .icon1 {
  display: flex;
  align-items: center;
}
#news .news-list .list-item .icon .icon1 .sanjiao {
  width: 0;
  height: 0;
  margin-right: 6px;
  border-top: 7px solid transparent;
  border-left: 14px solid red;
  border-bottom: 7px solid transparent;
}
#news .news-list .list-item .icon .icon1:hover span {
  color: #CC0000;
  text-decoration: underline;
}
#news .news-list .list-item .text {
  margin-top: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -moz-box;
  -moz-line-clamp: 2;
  -moz-box-orient: vertical;
  overflow-wrap: break-word;
  word-break: break-all;
  white-space: normal;
  overflow: hidden;
}
#address {
  background-color: #2061c4;
}
#address .address-info {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  height: 130px;
  align-items: center;
}
#address .address-info .name {
  display: flex;
  align-items: center;
}
#address .address-info .name .fl {
  width: 94px;
  height: 78px;
  margin-right: 15px;
}
#address .address-info .name .fl img {
  width: 94px;
  height: 78px;
}
#address .address-info .name .fr div:nth-child(1) {
  font-size: 24px;
  color: #fff;
}
#address .address-info .name .fr div:nth-child(2) {
  font-size: 16px;
  color: #fff;
}
#address .address-info .center {
  font-size: 18px;
  color: #fff;
}
#address .address-info .frs {
  width: 94px;
  height: 94px;
}
#address .address-info .frs img {
  width: 94px;
  height: 94px;
}
#banquan {
  background-color: #fff;
}
#banquan .main {
  width: 1200px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
#banquan div:nth-child(1) {
  font-size: 16px;
  color: #000;
  cursor: pointer;
}
#banquan div:nth-child(2) {
  font-size: 16px;
  color: #000;
}
#banquan div:nth-child(2) a {
  color: #000;
}
#banquan div:nth-child(2) span {
  margin-left: 20px;
}
#banquan div:nth-child(2) span a {
  color: #000;
}
</pre></body></html>