<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;color: #333;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details,main{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:normal;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 arial,simsun;color:#333;outline:0;}
body{background:#fff;}
a,a:hover{color:#333;
font-family:Tahoma,'å®‹ä½“',Verdana,Arial,Helvetica,sans-serif;
}

/* å¤´éƒ¨ */
.headerContainer {
  width: 100%;
  border-bottom: 1px solid #EFEEE7;
}

.header {
  width: 1280px;
  display: flex;
  align-items: center;
  margin: 0 auto 0;
  height: 100px;
}

.headerRow1 {
  width: 232px;
  height: 66px;
}

.headerRow2 {
  padding-left: 25px;
  flex: 1;
  display: flex;
  align-items: center;
position: relative;
  cursor: pointer;
}

.headerRow2&gt;img {
  width: 16px;
  height: 16px;
}

.headerRow2&gt;div {
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #333;
  padding-left: 4px;
}

.headerRow2&gt;div&gt;span {
  color: #015a57;
  padding-left: 4px;
}

.headerRow3 {
  width: 148px;
  height: 51px;
}

/* å¯¼èˆª */
.navContainer {
  width: 100%;
  background-color: #015A57;
  height: 52px;
}

.navContainer&gt;.nav {
  width: 1280px;
  height: 52px;
  margin: 0 auto;
}

.navContainer&gt;.nav&gt;ul {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}

.navContainer&gt;.nav&gt;ul li {
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  width: 142px;
  height: 52px;
  cursor: pointer;
  line-height: 52px;
  text-align: center;
  color: white;
  transition: all 0.3s;
}
.navContainer&gt;.nav&gt;ul li a{
  color: white;
  font-family: PingFangSC-Medium;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.navContainer&gt;.nav&gt;ul .avtion {
  background-color: white;
  color: #015A57;
}
.navContainer&gt;.nav&gt;ul .avtion a{
  color: #015A57;
}


.navContainer&gt;.nav&gt;ul li:hover {
  background-color: white;
  color: #015A57;
}
.navContainer&gt;.nav&gt;ul li:hover a{
  color: #015A57;
}


.headerContainer &gt;div .headerRow2 .layerConten {
  position: absolute;
  left: 0;
  top: 18px;
  display: none;
  padding-top: 42px;
  transition: all .2s;
  z-index: 999;
}

.headerContainer &gt;div .headerRow2:hover .layerConten {
  width: 600px;
  display: block;
}

.headerContainer &gt;div .headerRow2:hover .layerConten &gt;div {
  background: #f4f4f4;
  padding: 15px 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #aaaaaa;
}

.headerContainer &gt;div .headerRow2:hover .layerConten &gt;div:last-of-type {
  background: white;
  border: none;
}

.headerContainer &gt;div .headerRow2:hover .layerConten &gt;div a {
  padding: 4px 10px;
  font-size: 14px;
  color: #333;
  transition: all .2s;
  font-size: 14px;
  color: #333;
  transition: all .2s;
}

.headerContainer &gt;div .headerRow2:hover .layerConten &gt;div:first-of-type {
  color: #015a57;
}

.headerContainer &gt;div .headerRow2:hover .layerConten &gt;div a:hover {
  color: #015a57;
}
.modelTitle {
  text-align: center;
  padding-bottom: 50px;
}
.modelTitle &gt;div:first-of-type {
  color: rgba(1, 90, 87, 1);
  font-size: 40px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
}

.modelTitle &gt;div:first-of-type span {
  color: rgba(51, 51, 51, 1);
}

.modelTitle &gt;div:last-of-type {
  color: rgba(139, 139, 139, 1);
  font-size: 18px;
  text-transform: uppercase;
  font-family: PingFangSC-Regular;
  line-height: 25px;
  margin-top: 4px;
}





.headerRow4{
  display: flex;

}
.phoneText{

  font-family: PingFangSC;
  font-weight: 400;
  font-size: 16px;
  color: #8A8A8A;
  line-height: 22px;
  text-align: right;
  font-style: normal;
}
.phoneNum{
  font-family: DINEngschrift, DINEngschrift;
  font-weight: bold;
  font-size: 19px;
  color: #015A57;
  line-height: 27px;
  text-stroke: 1px #015A57;
  text-align: left;
  font-style: normal;
  -webkit-text-stroke: 1px #015A57;

}
.phoneIcon{
  width: 40px;
  height: 40px;
}
</pre></body></html>