<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.px1400 {
  max-width: 1400px;
  margin: 0 auto;
}
/* PC澶撮儴 */
.head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  background-color: #93080c;
}
.head .logo {
  float: left;
  width: 85%;
}
.head .logo a {
  display: block;
  width: 100%;
}
.head .logo img {
  float: left;
  padding: 26px 0;
  width: 100%;
}
.head .logo .dz {
  float: left;
  border-left: 1px solid #c67c7e;
  padding-left: 18px;
  margin-left: 20px;
  margin: 20px;
}
.head .logo p {
  font-size: 33px;
  line-height: 52px;
  color: #fff;
}
.head .logo span {
  font-size: 8px;
  padding-bottom: 8px;
  color: #fff;
}
.head .headr {
  float: right;
}
.headr2{
  
float: left!important;
  
width: 100%;
}
.head .top .tops {
  float: right;
}
.head .top .tops a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  margin-top: 32px;
}
.head .top .tops em {
  font-size: 14px;
  color: #fff;
  padding: 0 10px;
}
.head .top .search {
  position: relative;
  float: right;
  margin-top: 45px;
  margin-left: 16px;
  box-sizing: border-box;
  width: 180px;
  /* height: 28px; */
  /* line-height: 28px; */
  border: 1px solid #fff;
  border-radius: 20px;
  padding-left: 8px;
  padding-right: 37px;
}
.head .top .search .text {
  border: none;
  width: 100%;
  height: 26px;
  line-height: 26px;
  background-color: transparent;
  color: #fff;
}
input[type="text"]::placeholder {
  color: #fff;
  height: 28px;
  line-height: 29px;
  opacity: 0.3;
}
.head .top .search .button {
  position: absolute;
  top: 3px;
  right: 7px;
  border: none;
  width: 24px;
  height: 24px;
  background: url(../images/sousuo.png) no-repeat;
  cursor: pointer;
}

.nav {
  text-align: right;
}

.nav &gt; ul {
  font-size: 0;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.nav &gt; ul &gt; li {
  display: inline-block;
  text-align: center;
  position: relative;
  margin-left: 45px;
}

.nav &gt; ul &gt; li:first-child {
  margin-left: 0;
}

.nav &gt; ul &gt; li &gt; a {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  position: relative;
  margin-top: 17px;
  margin-bottom: 21px;
}

.nav &gt; ul &gt; li &gt; a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: all 0.3s;
}

.nav &gt; ul &gt; li.on &gt; a::after {
  width: 100%;
}

.nav &gt; ul &gt; li.active &gt; a {
  color: #93080c;
}

.nav &gt; ul &gt; li:hover &gt; a:after {
  width: 100%;
}

.nav &gt; ul &gt; li &gt; div {
  position: absolute;
  top: 50px;
  /* left: 43px; */
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  z-index: 9999;
  display: none;
  padding-top: 10px;
}
.nav &gt; ul &gt; li:hover div {
  display: block;
}
.nav &gt; ul &gt; li &gt; div &gt; ul {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  line-height: normal;
}

.nav &gt; ul &gt; li &gt; div &gt; ul &gt; li a {
  font-size: 14px;
  line-height: 20px;
  transition: 0.3s;
  color: #333;
  padding: 7px 4px;
  display: block;
}
.nav &gt; ul &gt; li &gt; div &gt; ul &gt; li:hover {
  background: #93080c;
}
.nav &gt; ul &gt; li &gt; div &gt; ul &gt; li:hover a {
  color: #fff;
}

/* 绉诲姩绔� */

.wap {
  display: none;
}

.wap-menu {
  position: fixed;
  top: 15px;
  right: 10px;
  z-index: 99999;
  font-size: 0;
}

.wap-menu img {
  height: 25px;
}

.close-menu {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
}

/* footer */
.footer {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 58px;
  padding-bottom: 55px;
  background: #93080c;
}

.fl {
  float: left;
}
.fl p {
  font-size: 20px;
  line-height: 22px;
  color: #fff;
}
.footer-B-L-Box {
  padding-top: 28px;
}
@media screen and (max-width: 1400px){
.section3 .s3r .srb .abc{width: 100%;}
.px1400{padding-left: 10px;
    padding-right: 10px;}
}
.footer-B-L-Box .footerItem {
  width: 262px;
  height: 37px;
  background: transparent;
  line-height: 37px;
  font-size: 16px;
  color: #ffffff;
  padding-left: 12px;
  cursor: pointer;
  position: relative;
  margin-right: 0px;
  border: 1px solid #fff;
}

.footerItem::after {
  position: absolute;
  content: "";
  display: block;
  background: url(../images/icon-footer.png) no-repeat;
  width: 17px;
  height: 12px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.8s;
}

.footer-B-L-Box &gt; div:hover .footerItem::after {
  transform: translateY(-50%) rotateZ(180deg);
}

.fl div {
  position: relative;
}

.fl div ul {
  position: absolute;
  z-index: 9;
  bottom: 37px;
  display: none;
}
.fl .M-s:hover ul {
  display: block;
}
.fl .M-M:hover ul {
  display: block;
}
.fl .M-R:hover ul {
  display: block;
}

.fl div ul li {
  width: 262px;
  height: 40px;
  line-height: 40px;
}

.fl div ul li a:hover {
  background-color: #93080c;
  color: #ffffff;
  border: 1px solid #fff;
}

.fl div ul li a {
  display: block;
  color: #333;
  font-size: 13px;
  background-color: #ffffff;
  padding-left: 12px;
}

.footer-T-L &gt; div &gt; a:hover {
  text-decoration: underline;
}
.M-s,
.M-M,
.M-R {
  padding-bottom: 15px;
}
.M-s,
.M-M {
  display: none;
}
.fm {
  position: absolute;
  text-align: center;
  top: 101px;
  left: 47%;
  transform: translateX(-50%);
}
.fm a {
  display: block;
}

.fr {
  float: right;
}
.fr p:first-child {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}
.fr p:nth-child(n + 1) {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  max-width: 390px;
}
.ff {
  height: auto;
  background: url(../images/ff.png);
  text-align: center;
}
.ff p {
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  background: url(../images/ff.png) no-repeat center center;
  background-size: cover;
}

input {
  border: none;
}</pre></body></html>