html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
button,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0px;
  padding: 0px;
  border: 0px;
  vertical-align: baseline;
  background: transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="text"],
input[type="password"],
textarea,
button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
a {
  text-decoration: none;
  color: inherit;
  display: block;
}
em,
i {
  font-style: normal;
}
img {
  display: block;
  width: 100%;
}
ul,
ol,
li {
  list-style: none;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 55.5556%;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 65.1042%;
  }
}
@media screen and (min-width: 384px) {
  html {
    font-size: 66.6667%;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 71.875%;
  }
}
@media screen and (min-width: 448px) {
  html {
    font-size: 77.7778%;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 83.3333%;
  }
}
@media screen and (min-width: 512px) {
  html {
    font-size: 88.8889%;
  }
}
@media screen and (min-width: 544px) {
  html {
    font-size: 94.4444%;
  }
}
@media screen and (min-width: 576px) {
  html {
    font-size: 100%;
  }
}
@media screen and (min-width: 608px) {
  html {
    font-size: 105.556%;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 111.111%;
  }
}
body {
  width: 100%;
  max-width: 640px;
  min-width: 320px;
  font-size: 1.3rem;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.mar30 {
  margin: 3% auto;
}
.xwrap {
  padding: 0 3.125%;
}
.p {
  text-indent: 2em;
  line-height: 2em;
}
.img100 {
  width: 100%;
}
.title_main {
  text-align: center;
  position: relative;
  z-index: 1;
  font-weight: bold;
  margin: 3% auto 1.4%;
}
.title_main strong {
  font-size: 2.025rem;
  background: #fff;
  width: 28%;
  display: inline-block;
}
.title_main2 strong {
  width: 48%;
}
.title_main::after {
  width: 90%;
  height: 0;
  content: '';
  border-top: 2px solid #555556;
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: -1;
}
.zxbtn {
  width: 15.8rem;
  line-height: 3rem;
  background: #2394de;
  text-align: center;
  display: block;
  border-radius: 1.5rem;
  color: #fff;
  font-size: 1.4rem;
  margin: 3% auto;
}
.tit_p {
  text-align: center;
  font-size: 1.35rem;
}
.w98 {
  width: 96%;
  margin: 3% auto;
  display: block;
}
.p_w98 {
  width: 96%;
  margin: 3% auto;
  display: block;
  font-size: 1.2375rem;
  line-height: 2.25rem;
  color: #626060;
}
.p_w98 strong {
  color: red;
}
.bg_1 {
  background: url(/images_2016/huli/bg1.jpg) no-repeat;
  background-size: cover;
  padding-top: 12%;
  padding-bottom: 6%;
}
.bg_1 .title_main strong {
  background: #3395dd;
}
.bg_1 .title_main {
  color: #fff;
}
.bg_1 .title_main::after {
  border-top: 2px solid #fff;
}
.bg_1 .tit_p {
  color: #fff;
}
.bg_1 .flex {
  width: 98%;
  margin: 0.675rem auto 0;
}
.bg_1 .flex .left {
  width: 50%;
}
.bg_1 .flex .left img {
  width: 100%;
}
.bg_1 .flex .right {
  width: 50%;
  background: #fff;
}
.bg_1 .flex .right a {
  width: 44%;
  line-height: 1.575rem;
  border: 1px solid red;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.bg_1 .flex .right p {
  width: 98%;
  margin: 0.45rem auto 0.3375rem;
  font-size: 0.9rem;
}
.ul_list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}
.ul_list2 li {
  width: 49%;
  background: #3395dd;
  margin: 0.45rem auto 0;
}
.ul_list2 li img.youshi_img {
  width: 100%;
}
.ul_list2 li strong {
  text-align: center;
  margin: 3% auto;
  display: block;
  color: #fff;
}
.ul_list2 li strong img {
  width: 1.575rem;
  display: inline-block;
  position: relative;
  top: 0.3rem;
}
.ul_list2 li p {
  width: 92%;
  margin: 1.125rem auto;
  color: #fff;
}
.bg_2 {
  background: url(/images_2016/huli/bg2.jpg) no-repeat;
  background-size: cover;
  padding-top: 12%;
  padding-bottom: 0.1%;
  margin: 3% auto;
}
.bg_2 .title_main strong {
  background: #028ee0;
}
.bg_2 .title_main {
  color: #fff;
}
.bg_2 .title_main::after {
  border-top: 2px solid #fff;
}
.bg_2 .tit_p {
  color: #fff;
}
.ul_list3 {
  margin: 3% auto;
}
.ul_list3 li {
  color: #fff;
  width: 19%;
}
.ul_list3 li img {
  width: 100%;
}
.ul_list3 li p {
  text-align: center;
  font-size: 1.2rem;
}
.ul_list4 li {
  margin: 0.45rem 0;
}
.ul_list4 li .flex {
  background: #fff;
  line-height: 3.15rem;
  padding: 0 1.125rem;
  color: #255ec2;
}
.ul_list4 li .flex strong {
  float: left;
  font-size: 1.4rem;
}
.ul_list4 li .flex b {
  font-size: 1.575rem;
}
.ul_list4 li p {
  color: #fff;
  border: 1px solid #fff;
  padding: 1.125rem;
}
.bg_2 a.zxbtn {
  background: #fff;
  color: #255ec6;
}
.bg_qls {
  background: #c6e3f4;
  padding-top: 0.45rem;
  margin: 3% auto;
}
.mar {
  margin: 3% auto;
}
.bg_qls h2 {
  margin: 3% auto;
  text-align: center;
  font-size: 1.7rem;
}
.bm1 {
  border-radius: 0.3375rem;
  overflow: hidden;
}
.bm1_title {
  text-align: center;
  font-weight: bold;
}
.bm1_title span {
  color: #e33100;
}
.bm1_label {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.bm1_label input,
.bm1_label select {
  display: block;
  width: 74%;
  height: 3.375rem;
  line-height: 3.375rem;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  margin: 0 auto;
  padding-left: 6%;
  border-radius: 12px;
  font-size: 1.35rem;
}
.bm1_label p {
  display: block;
  margin: 0 auto;
  width: 80%;
  font-size: 1.575rem;
  line-height: 3.375rem;
}
.bm1_p {
  text-align: center;
}
.bm1_p img {
  display: inline;
  width: 3%;
  margin-right: 3%;
}
.bm1_submit {
  display: block;
  width: 80%;
  height: 3.15rem;
  line-height: 3.15rem;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  background: #028ee0;
  color: #fff;
  font-size: 1.35rem;
  border-radius: 20px;
}
.bmmd .swiper-slide p span {
  text-align: center;
  display: inline-block;
  width: 32%;
}
.bmmd {
  width: 90%;
  -webkit-box-shadow: 1px 1px 5px 4px #bdbdbd;
  box-shadow: 1px 1px 5px 4px #bdbdbd;
  border-radius: 0.225rem;
  background: #f7f9f6;
  height: 16.875rem;
  margin: 0 auto 1rem;
}
.swiper-slide {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 3.375rem !important;
  line-height: 3.375rem;
}
.lunbo_p1 {
  background: #028ee0;
  color: #fff;
  text-align: center;
  line-height: 3.375rem;
  font-size: 1.575rem;
  width: 90%;
  margin: 0 auto;
}
.lunbo_p2 {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: #f7f9f6;
  height: 3.375rem;
  line-height: 3.375rem;
  position: relative;
  z-index: 99;
}
.lunbo_p2 span {
  text-align: center;
  display: inline-block;
  width: 32%;
}
.hljs-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  padding-top: 1.5rem;
}
.hljs-wrap .hljs-item {
  position: relative;
  width: 48.5%;
  background: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
  padding-bottom: 3.2rem;
}
.hljs-wrap .hljs-item:nth-child(2n) {
  margin-left: 3%;
}
.hljs-wrap .hljs-item:nth-last-child(n+3) {
  margin-bottom: 3%;
}
.hljs-wrap .hljs-item .hljs-desc {
  padding: 0.6rem;
  text-align: justify;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.hljs-wrap .hljs-item .hljs-btn {
  width: 60%;
  background-color: #245ec2;
  border-radius: 0.4rem;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 1rem;
  left: 20%;
  line-height: 2.4rem;
}
.hlbtn {
  width: 15.8rem;
  line-height: 3rem;
  border-radius: 1.5rem;
  background-color: #fff;
  color: #2c5ec2;
  text-align: center;
  margin: 1.5rem auto 0;
  font-size: 1.4rem;
}
.zxUrl {
  cursor: pointer;
}
.sxhj-wrap {
  margin: 1.5rem 0;
}
.hljs-tit {
   text-align:center;
  font-size:1.5rem;
  font-weight:bold;
  line-height:1.5rem;
  padding-top:1.5rem;
}