<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;
  text-decoration: none;
  /*font-size: 13.5px;*/
  font-family: 鐎甸偊鍠涢拏瀣⒖閸涘鎷�;
  font-weight: normal;
  list-style: none;
  border: 0;
}
box {
  width: 100%;
  min-width: 1200px;
  margin: auto;
  background: #000;
  height: 100px;
}
/*----- 濠㈣埖鎸抽崕鎾冀瀹勬壆纭€ -----*/
.header {
  width: 100%;
  height: 57px;
  border-bottom: 1px solid #f2f2f2;
  position: fixed;
  top: 0;
  left: 0;
  background: #FFF;
  z-index: 10;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: gupIn 1s 0.1s both;
  -moz-animation: gupIn 1s 0.1s both;
  animation: gupIn 1s 0.1s both;
}
/* LOGO闁哄秴鍢茬槐锟� */
.logo {
  display: block;
  position: absolute;
  left: 25px;
  height: 57px;
  line-height: 57px;
  overflow: hidden;
  -webkit-transition: 0.5s, opacity 0.6s;
  -moz-transition: 0.5s, opacity 0.6s;
  transition: 0.5s, opacity 0.6s;
}
.logo img {
  vertical-align: middle;
}
/* 閻庝絻澹堥崺鍛村冀韫囨梻澹夌€殿噯鎷� */
.nav {
  width: 850px;
  margin: auto;
  text-align: center;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.titleCom{
  padding:12px;
  float:left;
  font: normal 400 20px 'Microsoft YaHei';
}
.nav a {
  display: inline-block;
  height: 57px;
  padding: 0 35px;
  line-height: 57px;
  text-align: center;
  font-size: 16px;
  color: #000;
  -webkit-transition: 0.3s, color 0.5s;
  -moz-transition: 0.3s, color 0.5s;
  transition: 0.3s, color 0.5s;
}
.nav a:hover {
  /*color: #FFA200;*/
  color: #31AAE2;
}
.nav span {
  width: 100px;
  height: 2px;
  /*background: #FFA200;*/
  background: #31AAE2;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
  filter: alpha(opacity=0);
}
.header h1 {
  position: absolute;
  top: 0;
  right: 25px;
  /*height: 57px;*/
  line-height: 57px;
  font-size: 18px;
  font-weight: bold;
  background: url(../images/tel_bg.jpg) no-repeat 18px center;
  padding-left: 60px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #FFA200;
  margin: 0;
}
/*----- 闁告劕鎳庨鎰板冀瀹勬壆纭€ -----*/
.container {
  padding-top: 58px;
  width: 100%;
  height: 100%;
  position: relative;
  min-width: 1200px;
  margin: auto;
}
/* Banner闁哄秴鍢茬槐锟� */
.banner {
  position: relative;
  overflow: hidden;
  padding-top: 23.85416666666667%;
  min-width: 1249px;
}
.focus_img {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.focus_img li {
  width: 100%;
  float: left;
  list-style: none;
}
.focus_img li a {
  display: block;
  height: 100%;
}
.pic {
  width: 100%;
  vertical-align: top;
  pointer-events: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* 閻庝絻澹堥崺鍛存倷閿燂拷 */
.focus_dot {
  position: absolute;
  right: 0%;
  top: 60%;
  width: 14px;
  padding: 25px 36px;
  overflow: hidden;
}
.focus_dot li {
  float: left;
  width: 10px;
  height: 10px;
  margin: 4px 0;
  border: 2px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  list-style: none;
}
.focus_dot li p {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #FFF;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.focus_dot li.cur,
.focus_dot li:hover {
  border-color: #fff;
}
.focus_dot li.cur p,
.focus_dot li:hover p {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}
/* 闁哄倷鍗冲鍫ュ礉閵婏腹鍋撴担鍦鐎殿噯鎷� */
/*#news {*/
/*width: 100%;*/
/*min-width: 1200px;*/
/*margin: auto;*/
/*}*/
box h2 {
  background: url(../images/bj01.png) no-repeat center 50px;
  color: #525252;
  font-size: 24px;
  padding-top: 30px;
  text-align: center;
  -webkit-animation: gdownIn 1s 0.7s both;
  -moz-animation: gdownIn 1s 0.7s both;
  animation: gdownIn 1s 0.7s both;
}
box aside {
  color: #FFA200;
  /*color: #31AAE2;*/
  font-family: 閻庣懓顑勭紞锟�;
  font-size: 20px;
  margin: 10px 0 10px 0;
  text-align: center;
  -webkit-animation: gdownIn 1s 0.9s both;
  -moz-animation: gdownIn 1s 0.9s both;
  animation: gdownIn 1s 0.9s both;
}
/* 闁稿繐鍘栫花锟� 闁哄倸娲ら悺锟� */
.works_link {
  width: 1200px;
  height: 85px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  -webkit-animation: gdownIn 1s 1.2s both;
  -moz-animation: gdownIn 1s 1.2s both;
  animation: gdownIn 1s 1.2s both;
}
.works_link p {
  font-size: 16px;
  line-height: 30px;
  color: #838385;
}
/* 闁哄倷鍗冲鍫ュ炊閿燂拷 */
.works_wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-animation: gfadeIn 1s 1.5s both;
  -moz-animation: gfadeIn 1s 1.5s both;
  animation: gfadeIn 1s 1.5s both;
  min-width: 1249px;
}
#works {
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  /*position: absolute;*/
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
}
#works ul {
  width: 100%;
  overflow: hidden;
  float: left;
}
#works ul li {
  float: left;
  width: 25%;
  text-align: center;
  list-style: none;
}
#works ul li a {
  display: block;
  background: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#works ul li a:hover {
  background-color: transparent;
}
#works ul li a:hover h5,
#works ul li a:hover span {
  color: #fff;
}
#works ul li a:hover article summary {
  bottom: 0;
}
#works ul li a:hover article img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}
#works ul li a:hover article:before {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
}
#works ul li a:hover article:after {
  opacity: 1;
  filter: alpha(opacity=100);
  zoom: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
#works ul li article {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
  overflow: hidden;
}
#works ul li article img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100.5%;
  height: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
#works ul li article summary {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -50px;
  left: 0;
  line-height: 50px;
  color: #a9a9a9;
  background: rgba(0, 0, 0, 0.5);
  background: #666;
  text-align: left;
  text-indent: 20px;
  z-index: 3;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#works ul li h5 {
  line-height: 24px;
  font-size: 18px;
  color: #333;
  padding: 16px 0 16px 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#works ul li span {
  line-height: 22px;
  font-size: 14px;
  color: #999;
  display: block;
  padding-bottom: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
/* 闁哄倷鍗冲鍫⑩偓浣冨閸╁懘骞愭径鎰唉 */
#works_ctrl {
  width: 100%;
  height: 85px;
  background: #f1f1f1;
  box-shadow: 0 2px 20px #edecec inset;
  text-align: center;
  margin: 0;
  padding: 0;
}
#works_ctrl button {
  width: 52px;
  height: 50px;
  display: inline-block;
  margin: 17px 5px;
  border: none;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#works_ctrl #works_prev {
  background: #fff url(../images/works_arr.png) no-repeat 0 0;
}
#works_ctrl #works_prev:hover {
  background: #333 url(../images/works_arr.png) no-repeat -52px 0;
}
#works_ctrl #works_next {
  background: #fff url(../images/works_arr.png) no-repeat -52px -50px;
}
#works_ctrl #works_next:hover {
  background: #333 url(../images/works_arr.png) no-repeat 0 -50px;
}
#works_prev,
#works_next,
#works_more {
  border-radius: 2px;
  vertical-align: middle;
}
#works_more {
  display: inline-block;
  width: 92px;
  height: 50px;
  background: #fff url(../images/works_more.png) no-repeat center -50px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  vertical-align: middle;
}
#works_more:hover {
  background: #333 url(../images/works_more.png) no-repeat center 0;
}
/* 閻犙冨椤斿棝寮藉畡鎵 */
#news {
  width: 1200px;
  margin: 30px auto;
  overflow: hidden;
  min-width: 1249px;
}
/* 缂佹鍏涚粩锟� 缂佹鍏涚花锟� 闂侇喓鍔岄崹锟� */
#news .item {
  float: left;
  width: 30%;
  height: 375px;
  margin-left: 1.5%;
  background: #f8f8f8;
  position: relative;
}
#news .item h3,
#news .item h5,
#news .item span,
#news .item summary {
  padding: 0 18px;
}
#news .item h3,
#news .signing h3 {
  margin: 32px 0 30px;
  font-size: 18px;
  line-height: 18px;
}
#news .item a {
  color: #000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#news .item h5 {
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#news .item h3 a,
#news .signing h3 a {
  color: #999;
}
#news .item span {
  display: block;
  font-size: 12px;
  line-height: 12px;
  margin: 10px 0 25px;
  color: #999;
}
#news .item ul {
  list-style: none;
  padding: 0 18px;
}
#news .item ul li {
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  position: relative;
}
#news .item ul li a {
  display: block;
  height: 42px;
  width: 240px;
  color: #979797;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#news .item a:hover {
  /*color: #FFA200;*/
  color: #31AAE2;
}
#news .item ul li em {
  position: absolute;
  top: 0;
  right: 0;
  color: #b4b4b4;
  font-size: 14px;
  font-style: normal;
}
/* 缂佹鍏涚花鈺呮焾閵娿儱鐎� 闁搞儱澧芥晶锟� */
#news .pic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 170px;
  overflow: hidden;
}
#news .pic:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-top: 16px solid #f8f8f8;
}
/* 缂佹鍏涚粭渚€鏌堥妸銉ョ€� 闁归攱绋栨禒锟� */
#news .signing {
  float: right;
  width: 30%;
  height: 375px;
  padding: 0 2%;
  margin: 0 1.5%;
  background: #f8f8f8;
  overflow: hidden;
}
#news .signing a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#news .signing a:hover {
  color: #31AAE2;
}
#news .signing ul li {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  position: relative;
}
#news .signing ul li a {
  display: block;
  height: 42px;
  width: 240px;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#news .signing ul li a:hover {
  /*color: #FFA200;*/
  color: #31AAE2;
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  transform: translateX(10px);
}
#news .signing ul li span {
  position: absolute;
  top: 0;
  right: 0;
  color: #b4b4b4;
  font-size: 14px;
}
/*----- 缂侇喗鍎抽幖褍銆掗崨濠傜亞 -----*/
.product-pic {
  width: 1146px;
  height: 482px;
  position: relative;
  margin: 0 auto;
  margin-top: 26px;
  -webkit-animation: gdownIn 1s 1.2s both;
  -moz-animation: gdownIn 1s 1.2s both;
  animation: gdownIn 1s 1.2s both;
}
.main-pic {
  width: 1145px;
  height: 432px;
  position: relative;
  top: 0;
  overflow: hidden;
}
/* 闁告帒娲﹀畷鏌ュ箰婢舵劖灏� */
.page {
  display: block;
  width: 42px;
  height: 84px;
  position: absolute;
  top: 122px;
}
.page-left {
  background: url(../images/page.png) no-repeat 0px 0px;
  left: -76px;
}
.page-right {
  background: url(../images/page.png) no-repeat -42px 0px;
  right: -76px;
}
/* 婵炴挸鎲￠崹娆撳礆濡ゅ嫨鈧拷 */
.main-pic-list {
  width: 10000px;
  height: 340px;
  float: left;
  position: absolute;
  top: 0;
}
.zsh {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.main-pic-list li {
  width: 229px;
  height: 300px;
  float: left;
  position: relative;
  list-style: none;
}
.main-pic-list li a {
  display: inline-block;
  top: 120px;
  font-size: 18px;
}
.main-pic-title {
  position: absolute;
  bottom: 0px;
  width: 199px;
  height: 44px;
  background: url(../images/main-pic-title.png) no-repeat;
  padding: 10px 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.main-pic-title h4 {
  font-size: 18px;
  color: #2A2A2A;
  height: 25px;
  line-height: 25px;
  font-weight: normal;
}
.main-pic-title p {
  font-size: 13px;
  color: #858587;
  height: 20px;
  line-height: 20px;
}
/* 闂侇剦鍠楃亸鍛沪閿燂拷 */
.imgfilter {
  background: url(../images/imgfilter.png) repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.imgfilter a {
  margin-top: 120px;
  opacity: 0;
}
.imgfilter a:hover {
  /*color: #000;*/
  color: #C9E1F2;
}
.btn {
  display: block;
  width: 175px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}
.view-product {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  margin: 0;
}
.view-product:hover {
  border: 1px solid #C9E1F2;
}
/*----- 閹煎瓨娲熼崕鎾冀瀹勬壆纭€ -----*/
.footer {
  max-width: 1920px;
  min-width: 1202px;
  height: 184px;
  background: #3B3B3B;
  text-align: center;
  position: relative;
}
.re-top {
  display: block;
  width: 83px;
  height: 90px;
  background: url(../images/re-top.png) no-repeat;
  cursor: pointer;
  position: absolute;
  top: -53px;
  left: 50%;
  margin-left: -41px;
}
.footer-copy {
  font-size: 15px;
  color: #B9B9B9;
  padding-top: 75px;
}
.footer-copy p {
  height: 25px;
  line-height: 25px;
}
.gov {
  color: #31AAE2;
}
.gov:hover {
  color: #4F6F84
}
.whjy {
  position: absolute;
  display: inline;
  width: 50px;
  height: 50px;
  top: 40px;
  padding: 10px;
}</pre></body></html>