<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container-fluid {
    width: 100%;
    padding: 0;
    margin: 0;
}

.container {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
}

body {
    background: url(../image/bodybg1.png) no-repeat top center, url(../image/bodybg2.png) no-repeat top 337px center, url(../image/bodybg3.png) no-repeat top 635px center;
}

/* 头部——HEADER */
.header {
    height: 125px;
    overflow: hidden;
}

.con-head {
    line-height: 125px;
}

.con-head a img {
    margin-top: -20px;
    width: 180px;
}

.navv {
    margin-left: 20px;
    color: #fff;
}

.navv a {
    margin: 0 5px;
    font-size: 14px;
    color: #fff;
}

.phone {
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    background-color: rgb(0, 0, 0, 0.5);

    width: 140px;
    text-align: center;
    border-radius: 50px;
    letter-spacing: 4px;
    margin: 42px 0px 0;
    cursor: pointer;
    /* display: none; */
}

.header .phone2 {
    color: #fff;
    justify-content: center;
    align-items: center;
    display: none;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    letter-spacing: 4px;
    margin: 42px 0px 0;
    cursor: pointer;
}

.header .phone2 b {
    width: 210px;
    display: block;
    letter-spacing: 2px;
}

.zhuxiaobtn {
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    background: rgb(0, 0, 0, 0.5);
    width: 100px;
    text-align: center;
    border-radius: 50px;
    letter-spacing: 4px;
    display: block;
    margin-left: 10px;
    height: 50px;
}

/* banner */
.banner {
    overflow: hidden;
    position: relative;
    text-align: center;
    min-height: 406px;
}

.ban_word {
    position: absolute;
    right: 57px;
    top: 66px;
}

/* s1 */
.selectBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-top:70px;
}

.selectBox select {
    border: 0;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 50px;
    background: url(../image/select.png) no-repeat center right 10px rgba(255, 255, 255, 0.8);
    background: url(../image/select.png) no-repeat center right 10px rgb(255, 255, 255, 0.8);

    padding: 0 30px 0 18px;
    height: 54px;
    width: 150px;
    box-sizing: border-box;
    font-size: 16px;
}

.inquire {
    width: 218px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 4px;
    font-size: 30px;
    background: #FFFF01;
    border-radius: 50px;
    margin: 40px auto 60px;
    cursor: pointer;
    transition: 0.5s;
}

.inquire:hover {
    transform: translateX(10px);
}

/* s2 */
.s2 {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.3);
    border-radius: 50px;
    margin-bottom: 200px;
    /* overflow: hidden; */
}

.title {
    padding: 45px 0 0;
    text-align: center;
}

.s2Box {
    width: 910px;
    height: 310px;
    border: 1px solid #333;
    border-radius: 30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 52px auto 0;
    position: relative;
    box-sizing: border-box;
}

.word1 {
    position: absolute;
    left: 50px;
    top: -21px;
}

.word2 {
    position: absolute;
    right: 50px;
    top: -21px;
}

.leftBox {
    width: 158px;
    height: 234px;
    background: #FCF2F3;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #d7000f;
    font-size: 16px;
    line-height: 34px;
    margin-top: 20px;
}

.leftBox p a {
    color: #d7000f;
}

.rightBox {
    width: 580px;
}

.rightBox p {
    font-size: 16px;
    line-height: 32px;
    margin: 10px 0px;
}

.rightBox p span {
    display: block;
    font-weight: bold;
    font-size: 18px;
    color: #d7000f;
}

.codebox {
    height: 190px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 850px;
    margin: 0 auto;
}

.codeBox {
    width: 280px;
    height: 280px;
    border-radius: 10px;
    background: #D7000F;
    text-align: center;
    line-height: 280px;
    position: relative;
    top: 90px;
}

.codeBox img {
    width: 260px;
    border-radius: 10px;
}


/* mask */
.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
}

.s3 {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.3);

    height: 624px;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    left: 50%;
    top: 50%;
    margin-left: -500px;
    margin-top: -312px;
}

.s3 .worBox {
    font-size: 18px;
    width: 900px;
    margin: 30px auto;
    line-height: 44px;
}

.s3 .worBox p a {
    color: #d7000f;
}

.s3 .worBox p a:hover {
    border-bottom: 1px solid #d7000f;
}

/* s4 */
.popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.8);
    overflow-y: auto;
    display: none;
}

.s4 {
    width: 480px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.3);
    border-radius: 50px;
    position: relative;
    margin: 120px auto;
}

.close {
    position: absolute;
    right: -96px;
    top: -36px;
    width: 40px;
    transition: 0.5s;
    cursor: pointer;
}

.close:hover {
    transform: rotate(180deg);
}

.s4 .topQh {
    height: 130px;
    line-height: 140px;
    text-align: center;
    font-size: 40px;

}

.s4 .topQh span {
    margin: 0 20px;
    font-weight: bold;
    letter-spacing: 4px;
    cursor: pointer;
}

.s4 .topQh span.check {
    color: #F60000;

}

.form {
    width: 396px;
    margin: 0 auto;
    display: none;
    overflow: hidden;
}

.form&gt;input {
    width: 396px;
    height: 70px;
    background: #EEEEEE;
    border: 0;
    outline: 0;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 18px;
    padding-left: 18px;
    font-size: 24px;
}

.form p {
    margin-bottom: 18px;
    height: 70px;
}

.form p input {
    height: 70px;
    background: #EEEEEE;
    border: 0;
    outline: 0;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    float: left;
    width: 262px;
    padding-left: 18px;
    font-size: 24px;
    box-sizing: border-box;
}

.form p span {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 134px;
    height: 70px;
    display: block;
    float: right;
    background: #F60000;
    color: #fff;
    text-align: center;
    line-height: 70px;
    font-size: 24px;
}

.form p select {
    width: 182px;
    height: 70px;
    border: 0;
    outline: 0;
    border-radius: 10px;
    float: left;
    padding-left: 18px;
    font-size: 24px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../images/select.png) no-repeat center right 10px #EEEEEE;
}

.form p select:nth-child(2) {
    float: right;
}

.form input[type="button"] {
    width: 288px;
    height: 94px;
    background: #F60000;
    color: #fff;
    display: block;
    margin: 10px auto 30px;
    border-radius: 50px;
    font-size: 44px;
    font-weight: bold;
    letter-spacing: 8px;
    padding: 0;
}

/* navPosi */
.navPosi {
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -81px;
}

/* tittleall */
.tittleall {
    text-align: center;
    font-size: 18px;
    font-weight: 550;
    margin-top: 50px;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
    color: #333;
}

/* table */
.tableBox {
    width: 1000px;
    border: 1px solid #B9B9B9;
    overflow: hidden;
    border-radius: 14px;
    margin: 0 auto 70px;
    display: none;
}

.tableBox table {
    width: 1002px;
    background: url(../images/tablebg.png) no-repeat bottom center #fff;
    margin: -1px -1px -1px -1px;
    background-size: 100%;
}

.tableBox table tr td {
    border: 1px solid #B9B9B9;
    height: 88px;
}

.tableBox table tr td:nth-last-child(1) {
    color: #D8000F;
}

.tableBox table tr td:nth-last-child(2) {
    color: #D8000F;
}

.tableBox table tr.tr1 td {
    background: #D8000F;
    color: #fff;
    border: 1px solid #D8000F;
    border-right: 1px solid #fff;
    font-weight: bold;
    height: 56px;
}

/* notFound */
.notFound {
    width: 500px;
    background: url(../images/notfound2.png) no-repeat top center;
    height: 400px;
    margin: 0 auto;
    position: relative;
    display: none;
}

.notFound img {
    position: absolute;
    right: 42px;
    top: 98px;
    width: 170px;
}

.box3 {
  background:rgb(199 7 7);
  margin:0 auto;
}
.box3 .container {
  padding: 30px 0 74px;
}
.box3-title {
  width: 1001px;
  height: 182px;
  margin: auto;
  text-align: center;
  line-height: 145px;
  font-size: 60px;
  /* font-family: "FZZYJW"; */
  color: rgb(255, 255, 255);
  text-shadow: 0px 7px 1px rgba(238, 120, 33, .4);
  font-weight: 600;
}
.box3-content {
  width:1100px;
  height:400px;
  margin:0 auto;
  background:linear-gradient(101deg,rgb(253 42 42),rgb(171 19 19));
  box-shadow:0px 15px 46px 0px rgba(165 1 1 , 0.69);
  border-radius:196px;
  box-sizing: border-box;
  padding: 35px 0 37px 85px;
}
.code {
  margin-right: 24px;
}
.code-bg {
  width:222px;
  height:222px;
  background:linear-gradient(101deg,rgb(234 58 58),rgb(199 0 0));
  border-radius:6px;
  box-sizing: border-box;
  padding: 18px;
}
.code-bg1 {
  background: #fff;
  box-sizing: border-box;
  padding: 4px;
}
.code-bg img {
  display: block;
  width: 100%;
}
.code-detail {
  margin: 20px auto 0;
  width: 239px;
  height: 77px;
  color:rgba(255,255,255,1);
  font-size:24px;
  text-align: center;
  line-height: 70px;
}
.code-detail2 {
}
.micro-blog {
  width:343px;
  background:linear-gradient(101deg,rgb(249 94 94),rgb(175 0 0));
  border-radius:10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 30px;
}
.mb15 {
  margin-bottom: 15px;
}
.icon-bg {
  width:86px;
  height:86px;
  background:rgba(255,255,255,1);
  border-radius:50%;
  box-sizing: border-box;
  padding-top: 17px;
}
.yhzpgw{
	width:86px
}
.icon-bg2 {
  padding-top: 22px;
}
.icon-bg img {
  display: block;
  margin: auto;
}
.micro-blog p {
  color:rgba(255,255,255,1);
  font-size: 20px;
  line-height: 34px;
  text-align: center;
}
.box3-tz {
  box-sizing: border-box;
  padding-top: 80px;
  margin-left: 10px;
}

.yuyue-box {
  display: none;
  position: fixed;
  top: 100px;
  left: 0;
  right: 0;
  margin: auto;
  width: 550px;
  z-index: 99;
}
.yuyue-warp {
  width: 100%;
  background: #fc932c;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}
.yuyue-warp .infocon {
  width: 100%;
  margin: 0 auto;
}
.yuyue-warp .infocon form {
  width: 100%;
}
.yuyue-warp .infocon form dl {
  width: 100%;
  margin-bottom: 18px;
}
.yuyue-warp .infocon form dl dt {
  width: 15%;
  text-align: right;
  font-size: 18px;
  color: white;
  line-height: 42px;
}
.yuyue-warp .infocon form dl dd {
  width: 76%;
  padding-left: 16px;
}
.yuyue-warp .infocon form dl dd .yuyue-info {
  width: 100%;
  height: 42px;
  background: white;
  border-radius: 5px;
  padding-left: 10px;
  box-sizing: border-box;
}
.yuyue-warp .infocon form dl dd .yuyue-info.prov {
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 11px;
}
.yuyue-warp .infocon form dl dd .text-code {
  width: 70%;
}
.yuyue-warp .infocon form dl dd .sendcode {
  width: 28%;
  height: 42px;
  background: #fa4447;
  color: white;
  display: inline-block;
  margin: 0;
  float: right ;
  border-radius: 5px;
  font-size: 18px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}
.yuyue-warp .infocon form .yuyue-btn {
  width: 258px;
  height: 50px;
  background: #fa4447;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  color: white;
  display: block;
  margin: 50px auto 0;
}
.cs_qq{width:102px;padding-top: 3px;background:#e42923;position:fixed;_position:absolute;z-index:9999;top:50%;margin-top:-169px;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-400+"px");right:0;}
.cs_qq_close{width: 10px;height: 10px;cursor: pointer;font-size: 0;line-height: 0;margin-left: 89px;transition:transform 0.5s;-moz-transition: -moz-transform 0.5s;-webkit-transition: -webkit-transform 0.5s; -o-transition:-o-transform 0.5s;}
.cs_qq_close:hover{transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform: rotate(180deg);-o-transform:rotate(180deg);}
.cs_qq h4{width: 102px;height: 20px;font:bold 18px/20px 'Microsoft Yahei';color: #fff;text-align: center;letter-spacing: 1px;margin-bottom: 6px;}
.cs_qq_btn{width:94px;padding: 10px 0 10px 8px;background: #f74b46;}
.cs_qq_btn a{display:block;width:74px;height:28px; padding-left:20px;background:url(../image/cs_qq_btnbg.png) 0 center no-repeat;font:normal 16px/28px 'Microsoft Yahei';color:#fff;}
.cs_qq_btn a:hover{color:#ff0;text-decoration: underline;}
.cs_qq_tel{display: block;width: 102px;font:normal 14px/24px 'Microsoft Yahei';color: #fff;text-align: center;padding:8px 0;}
.cs_qq_tel span{display: block;font-size: 16px;}
.cs_qq_img{width:88px;height:88px;padding:7px;background: #fff;}





/*  */</pre></body></html>