<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
body { font-family:"Hiragino Sans GB","MicroSoft YaHei",Arial,sans-serif; overflow-x: hidden;color:#333;}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, select, textarea, th, td { margin: 0; padding: 0; }
img { border:none; max-width:100%; }
a { color:#0d0d0d; text-decoration:none;}
a,area { blur:expression(this.onFocus=this.blur()) }
ul, li{ list-style:none;}
table { border-collapse:collapse;border-spacing:0; max-width:100%;}
input { outline:0;}
input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
:focus { outline: none; }
input::focus-inner { padding:0;border:0;}
input,select,button,textarea{
   border:none;
}
select{
	background: url(../fonts/jt.svg) 98% center no-repeat;
    background-size: 25px;}
select,option{
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一�?/
    border: none;
    outline: none;
    /*很关键：将默认的select选择框样式清�?/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
	 /*将背景改为红�?/
    
    /*加padding防止文字覆盖*/
    padding-right: .14rem;
}

.fl { float:left;} .fr { float:right;}
.clearfix:after {  display: block;  content: '';  clear: both; }
.clearfix { zoom: 1;}
.clear { height:0; width:100%; font-size:1px; line-height:0; visibility:hidden; overflow:hidden;}
.Width { width:1216px; margin:0 auto;position: relative;}
.hide { display:none;} .onlymob { display:none;}
.pointer { cursor:pointer;}
.ml480 { margin-left:620px; }
body{
  color:#333;
}
.mobile{
  display: none;
}


/* 通用头部 */
.ht_top {width: 100%;background: #fafafa url(../images/nav_bg.gif) repeat-x 0 0;line-height: 41px;overflow: hidden;}
.ht_top .zt_top { width: 1070px;height: 41px;margin: 0 auto;}
.ht_top h1 { float:left;}
.ht_top h1 a {float: left;width: 131px;height: 40px;overflow: hidden;text-indent: -100em;background: url(../images/logo.gif) no-repeat; font-size:12px;}
.ht_top .topnav {float: right; color:#0d0d0d; font-size:12px;}
.ht_top .topnav a {padding:0 8px;}
.ht_top .topnav a:hover { color:#e4393c; text-decoration:underline;}
@keyframes movef{
  0%{
    transform: translateX(-10px);
  }
  100%{
    transform: translateX(10px);

  }
}

@keyframes movefr{
  0%{
    transform: translateX(10px);
  }
  100%{
    transform: translateX(-10px);

  }
}
@keyframes myscale{
  0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.02);

  }
  100%{
    transform: scale(1);
  }
}

/*右侧选悬浮样式结�?/
.banner {
	background: url(../images/banner1.png) top center no-repeat;
    color: #fff;
    overflow: hidden;
    position: relative;
    background-color: #eee;
    background-size: cover;
    width: 100%;

}
.banner img{
  margin-left:3%;
}

.title{
  text-align: center;
  margin-bottom: 55px;
}

.title h3 {
  font-size: 48px;
  color:#242a56;
  margin-bottom: 10px;
  line-height: 1;
}
.title h3::before{
  content: "";
  width:30px;
  height:20px;
  background: #DD4366;
  display: inline-block;
  margin-right:25px;
  position: relative;
  top:-5px;
}
.title p{
  font-size: 18px;
  color:#333;
  line-height: 30px;
}

/* 通用底部 */
.footer {
  position: relative; 
  padding: 10px 0;
  text-align: center; 
  background: #3a4240;
}
.footer p {
  position: relative; 
  z-index: 2;
  color: #fff; 
  font-size: 18px;
  line-height: 32px; 
}
.footer p a {
  color: #fff;
  font-size: 18px;
}
.footer p span { padding: 0 5px; }
body { 
	background:url(../images/banner1.png)  no-repeat center center;
   background-size:cover;
   background-attachment:fixed;
   background-color:#CCCCCC;
}
.note{margin-top:20px;text-align: center;}
.order {
    color: #5f5c5c;
	float:right;
	box-sizing: border-box;
	background:#fff;
	border-radius:10px;
	box-shadow: 0 0 50px rgba(27, 26, 26, 0.22);
    padding: 2%;
    margin: 4%;
}
.order h3{margin-bottom:28px;text-align: center;}

.list-div {
	position: relative; 
	border: 1px solid #9E9E9E;
	margin-bottom:20px;
	border-radius: 6px;
}
.list-div input,
.list-div select {
	display: block; width:100%; height:36px; box-sizing: border-box;
	border:none; border-radius:6px;
	outline: none;
	line-height:36px; text-indent: 1em;
	padding-left: 30px;
}
.list-div input {
	line-height: normal; font-family:"Hiragino Sans GB", "MicroSoft YaHei", Arial, sans-serif ;
}
.list-div img{
	width: 30px;
    position: absolute;
    margin: 3px 3px;
    right: auto;
    line-height: 36px;
	}
.list-div .fs {
	position:absolute; right:0; top:0;
	width:100px; cursor: pointer;
	background: #00d3a400; border:none;
	color:#006f51; text-align: center; text-indent: 0;
	transition: all .2s;
	border: 1px solid #006f51;
    height: 60%;
	line-height: 1px;
    margin-top: 2%;
    margin-right: 2%;
    text-align: center;
    padding-left: 0px;
    border-radius: 30px;
}
.list-div .fs:hover {
	background-position:100% top;
}
.yuyueBtn {
  display: block; width:100%; height:40px; margin:30px auto 0; cursor: pointer;
  background: #00694a; border-radius:40px; border:none;
background: linear-gradient( 90deg, #00694a,#018369, #018369, #00694a ) repeat left / 300% 100%;
      box-shadow: 0 3px 10px 0 rgba(14, 14, 14, 0.13);
  color:#fff; font-size:20px; line-height:40px; text-align: center;
}
.yuyueBtn:hover {
	background-position:100% top;
}


.footer {
  min-width: 1200px;
  clear: both;
  text-align: center;
  padding: 40px 0 40px 0;
  position: relative;
  background-color: #333;
}

.footer p {
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.footer p a {
  color: #fff;
  font-size: 16px;
}

.footer p span {
  padding: 0 5px;
}
 .m-footer {
  display: none;
}




@media screen and (max-width:1080px){
.list-div {
    margin-bottom: 10px;
}
.order{
    padding: 10px;
    margin: 20px;
    float: none;
	margin-top:9rem;
	margin-bottom:10rem;
	}
  html{ font-size:20px; }
  body { font: 0.7rem/1.2rem "Hiragino Sans GB","\5FAE\8F6F\96C5\9ED1","\9ED1\4F53",Arial,sans-serif; margin: 0 auto; overflow-x: hidden;
    background-size: 200% 24rem;
	height:100%; 
	background:#c1c1c1;}
  html,body{  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
.Width {  width: 100%;  }
 
  /* 隐藏元素 */
  .ht_top .topnav a:nth-child(n+2) ,
  .footer p,
  .pc,
  .onlypc,
  .ht_top .topnav
  ,.right-fix,
  .banner .tips span,
  .banner .year,
  .ht_right,
  .pc
  {  display: none;  }
  .mob{
    display: block;
  }
  

  /* 通用头部 */
  .ht_top { line-height: 2.5rem; height:2.5rem; background-size:auto 100%; }
  .ht_top .zt_top { width:17.5rem; height:2.5rem; }
  .ht_top h1 a { height:2.5rem; width:7.5rem; background: url(../images/mob_logo.png) no-repeat center; background-size:100%; }
  .ht_top .topnav { font-size:0.8rem; text-indent:-1000rem;}
  .ht_top .topnav a { padding:0 0 0 0.3rem; text-indent: 0; float: right; }
  
  .banner { 
    background-size:100% 100%;
    padding-top:3.25rem;
	background-color: #009688;
}

  
  .title{
    margin-bottom: 1.25rem;
  }
  .title h3{
    font-size:1.2rem;
  }
  .title h3::before{
    width:.75rem;
    height:.5rem;
    margin-right:.5rem;
    top:-.25rem;
  }
  .title p{
    font-size:.65rem;
    line-height: 1rem;
    padding:0 18%;
  }
 
  /* 通用底部 */
   
.banner {
  width: 100%;
  background-image: url(../images/mbanner.png);
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  text-align: center;
   height: 8rem;
    background-size:100%;
}
.footer {
    display: none;
  }
  



.m-footer {
    display:block;
    color: #fff;
    text-align: center;
    height: 2.5rem;
    width: 100%;
    font-size: 0.7rem;
    line-height: 2.5rem;
    background-color: #333;
	position: fixed;left: 0;bottom: 0;

  }
}</pre></body></html>