<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@media only screen and (max-width:309px){html{font-size:9.375px}}
@media only screen and (max-width:319px) and (min-width:310px){html{font-size:9.6875px}}
@media only screen and (max-width:349px) and (min-width:320px){html{font-size:10px}}
@media only screen and (max-width:359px) and (min-width:350px){html{font-size:10.9375px}}
@media only screen and (max-width:374px) and (min-width:360px){html{font-size:11.25px}}
@media only screen and (max-width:399px) and (min-width:375px){html{font-size:11.718px}}
@media only screen and (max-width:413px) and (min-width:400px){html{font-size:12.5px}}
@media only screen and (max-width:469px) and (min-width:414px){html{font-size:12.9375px}}
@media only screen and (max-width:479px) and (min-width:470px){html{font-size:14.6875px}}
@media only screen and (max-width:539px) and (min-width:480px){html{font-size:15px}}
@media only screen and (max-width:559px) and (min-width:540px){html{font-size:16.875px}}
@media only screen and (max-width:569px) and (min-width:560px){html{font-size:17.5px}}
@media only screen and (max-width:629px) and (min-width:570px){html{font-size:17.8125px}}
@media only screen and (max-width:639px) and (min-width:630px){html{font-size:19.6875px}}
@media only screen and (min-width:640px){html{font-size:20px}.viewport{max-width:640px}}
*,
::before,
::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color:transparent;
  margin: 0;
  padding: 0;
}
img {
    border:none;
    display:block;
    max-width:100%;
}
body {
    color: #333333;
    font-family: "SimSun";
    
    margin: 0 auto;
    max-width: 640px;
    min-width: 320px;
    overflow-x: hidden;
    padding: 0;
    width: 100%; 
    font-size:14px;
    background-color:#f5f5f5;
}
a:hover {
	text-decoration: none;
}
input, select, textarea {
    outline:none;  
}

.clear {
	clear:both;
}
div {
	margin:0 auto;	
}
ol,ul,li{list-style:none;}
a{text-decoration:none;}



.swiper-container .swiper-pagination-bullet-active {
	background-color:#ffffff;	
}
.head {
  height: 5rem;
  width: 100%;
  background-color: #ffffff;
}
.head a {
    display: block;
    height: 3rem;
    padding-top: 1rem;
    padding-left: 0.625rem;
    float: left;
}
.head a img {
   height: 3rem;
}
.head a.zone {
    float: right;
    padding-right: 0.625rem;
}
.nyhd {
  background-color: #2e18ab;
  display: block;
  height: 45px;
  line-height: 35px;
  padding: 5px 10px;
  text-align: center;
  width: 100%;
  color:#ffffff;
  padding-right: 37px;
  font-size:1.3rem;
  overflow:hidden;
}	
.nyhd .hback {
  background-image: url(../images/back.png);
  float: left;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display: block;
  width: 37.8px;
  height: 90%;
}
.dbbm {
    background-color: #ffffff;
    height: 3.7rem;
    line-height: 3.7rem;
    border-bottom: 1px solid #ededed;
    padding: 0 1rem;
    margin-top: 1rem;
    font-size:1.3rem;
}
.dbbm a {
  width: 7.2rem;
  height: 2.1rem;
  line-height: 2.1rem;
  border: 1px solid #f19322;
  border-radius: 34px;
  margin-top: 0.8rem;
  float: right;
  display: block;
  font-size: 1rem;
  text-align: center;
  color: #ef8200;
}
.dbbm a img {
  display: inline;
  vertical-align: middle;
  margin-top: -0.2rem;
  margin-right: 0.2rem;
  height: 1.05rem;
}
.baoming {
  background-color: #ffffff;
  padding:1rem;	
}
.baoming input, .baoming select, .baoming select option{
  width: 100%;
  height: 3rem;
  line-height:3rem;
  padding-left: 0.3rem;
  border: 1px solid #dcdcdc;
  color: #666;
  font-size:1.2rem;
  margin:0.3rem 0;
  outline: none;
  background-color:#ffffff;
  -webkit-appearance:none; 
}
.baoming .tijiao {
	background-color:#FF8B00;	
	font-size:1.3rem;
	color:#ffffff;
	border:none;
}
.dibu {
	background-color:#FFFFFF ;
	padding:1rem;
	font-size:1.1rem;
	color:#666666;
	text-align: center;
	margin-top: 0.8rem;
	margin-bottom: 5rem;
	line-height: 1.6rem;
}
.dibu a {
	color:#666666;
}
.dibu .fmulu a {
	border-right: 1px solid #666666;
}



.fenye a, .fenye b, .fenye a:visited, .fenye a:hover, .fenye a:active {
     background-color: #2e18ab;
    color: #ffffff;
    display: inline-block;
    margin: 0 0.2rem;
    padding: 0.3rem 0.7rem;
    border-radius: 1px;
}

.fhead {
    background-color: #FF8B00;
    display: none;
    height: 42px;
    left: 0;
    line-height: 42px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}
.fhead a {
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    width: 25%;
    border-right: 1px solid #ffffff;
}
.fhead a:nth-child(4) {
    border: none;
}</pre></body></html>