<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {  font-family: 'f_bold';  src: url('../font/SourceHanSansCN-Bold.otf');  }
@font-face {  font-family: 'f_medium';  src: url('../font/SourceHanSansCN-Medium.otf');  }
@font-face {  font-family: 'f_Regular';  src: url('../font/SourceHanSansCN-Regular.otf');  }
@font-face {  font-family: 'f_light';  src: url('../font/SourceHanSansCN-Light.otf');  }
*{margin:0;padding: 0;box-sizing: border-box; }
a{text-decoration: none; }
ul,li{list-style-type: none;}
img{max-width: 100%;}
.clear{clear: both}
.w1000{width: 1000px; margin: 0 auto;}
.tel_show{display: none}
.header{ width: 100%;  float: left;  background-image: linear-gradient(#04094c, #000000b3);  position: absolute;  top: 0;  left: 0;  }
.header_left{  float: left;  }
.header_left img{margin-top: 30px;}
.header_right{float: right;  position: relative; width: 240px;  margin-top: 44px;  }
.header_right input{height: 48px;  width: 240px;  padding-left: 50px;  font-size: 20px;  background: none;  border: 1px #fac539 solid;  }
.header_right i{position: absolute;left: 200px;top: 6px;}

.banner{width: 100%;  float: left;  }
.banner img{width: 100%; float: left}
.main_cont{width: 100%; float: left;  background: url(../image/bg.png) no-repeat center top;  margin-top: -190px;  padding-top: 200px;  background-size: cover;  }
.list{width: 100%;float: left;border: 1px #b2adcd24 solid;background: #292a6b6e;padding: 30px;margin-bottom: 50px;text-align: center;}
.title{background: url("../image/titbg.png") no-repeat center;height: 90px;text-align: center;line-height: 90px;color: #fcf1cc;font-size: 40px;font-family: 'f_bold';}
.table{width: 100%;  float: left;  background: #220933;  color: #fff;  margin-top: 50px;  border-top-left-radius: 15px;  border-top-right-radius: 15px;  }
.table table{ width: 100%;  border-collapse: collapse;  border-top-right-radius: 15px;  border-top-left-radius: 15px;  overflow: hidden;  background: none;  }
.table table tr:first-child{  background-image: linear-gradient(#a8703d, #fec658);  height: 60px;  border-top-right-radius: 15px;  border: 0;  }
.table table tr:first-child td{ color: #333;  border-top: 0;  }
.table table tr:first-child td:first-child{border-left: 1px #bb8343 solid;}
.table table tr:first-child td:last-child{border-right: 1px #bb8343 solid;}
.table table tr{ border-bottom: 1px #ddd solid;  height: 48px;  }
.table table tr td{ padding: 10px 0;  border: 1px #ddd solid;  font-size: 16px;  font-family: f_light;  }
.table table tr td i{color:#eabd6a;}
.list p{width: 100%;float: left;padding: 15px 0 0;text-align: left;}
.jiang{font-family: 'f_bold';font-size: 18px;color: #fff;}
.wxts{font-family: f_light;font-size: 16px;color: #c28a45;}
.jieshi{font-family: f_Regular;font-size: 20px;color: #fff;}
footer{width: 100%;float: left;text-align: center;color: #fff;font-size: 16px;background: #000;padding: 20px 0;}

.tel_header-t{width: 100%;float: left;}
.tel_header-b{  width: 100%;  padding: 20px;  margin-top: 10px;  }

@media only screen and (max-width: 1000px) {
    .pc_show{display: none}
    .tel_show{display: block;position: relative;}
    .w1000 {  width: 100%;  }
    .list{padding: 20px 10px;}
    .title {  height: 60px;  line-height: 60px;  font-size: 24px;  background-size: contain;  }
    .table{margin-top: 30px;}
    .header_logo{  float: right;  }
    .header_logo img{  padding: 10px;  width: 100px;  }
    .header_right input{  width: 100%;  }
    .header_right i{  left: 27px;  top: 25px;  }
    .main_cont{margin-top: -20px; padding-top: 20px;}
}</pre></body></html>