/*AVAIBLE_VI
[
{"vicolor":"#ba1e1e"},
{"vicolor":"#49B6DE"},
{"vicolor":"#007F9F"},
{"vicolor":"#77C789"}
]
AVAIBLE_VI*/
/*格式化*/
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: "Microsoft Yahei", Verdana, Arial, Helvetica, sans-serif;
  padding-top: 1px;
  background: #fff;
}
li,
ol {
  list-style: none;
}
ins {
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
a {
  text-decoration: none;
  font-family: "Microsoft Yahei";
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}
.clear {
  clear: both;
  line-height: 0px;
  overflow: hidden;
  zoom: 1;
  font-size: 0px;
  content: '.';
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
img {
  padding: 0;
  margin: 0;
}
a img {
  border: none;
}
input,
textarea {
  border: none;
  font-family: "Microsoft Yahei";
  font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 14px;
}
/*排版通用*/
.f-mm {
  margin-left: auto;
  margin-right: auto;
}
/*居中对齐*/
.f-fl {
  float: left;
}
/*左浮动*/
.f-fr {
  float: right;
}
/*右浮动*/
.f-tr {
  text-align: right;
}
/*右对齐*/
.f-tl {
  text-align: left;
}
/*左对齐*/
.f-tc {
  text-align: center;
}
/*中间对齐*/
.f-pr {
  position: relative;
}
/*定位*/
.f-di {
  display: inline;
}
/* -- 页面整体布局 -- */
.wrap {
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
}
/*网站首页宽度*/
img {
  display: block;
  width: 100%;
}
.message_button input {
  background-color: #ba1e1e !important;
}
a,
a:visited,
a:link,
a:active {
  color: #000000;
  cursor: default;
  text-decoration: none;
}
.head .menu_btn a {
  color: #272636;
  padding: 2px 4px;
}
.head .menu_btn a.downmenu {
  font-size: 22px;
  position: relative;
}
.head2 .logo {
  float: left;
  width: 7.5rem;
  height: 4.1rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  align-content: center;
}
.head2 .logo img {
  width: auto;
  max-width: 100%;
  max-height: 4.1rem;
  display: block;
}
.menu_btn .tsite {
  font-size: 1.4rem;
  color: white;
  margin-right: 3%;
  color: #fff;
  overflow: hidden;
}
.menu_btn .tsite a {
  float: left;
  min-width: 27.3%;
  text-align: center;
  font-family: "Microsoft YaHei";
  position: relative;
  overflow: hidden;
  padding: 0 1%;
}
.menu_btn .tsite a:last-child {
  width: 34%;
}
.menu_btn .tsite a:before {
  position: absolute;
  height: 1rem;
  width: 1px;
  content: "";
  right: 0;
  top: 1.5rem;
  background: #b2b2b2;
}
.menu_btn .tsite a:last-child:before,
.head2 .menu_btn .tsite a:last-child:after {
  background: none;
}
.menu_btn .cur {
  color: #ba1e1e;
}
.head2 {
  position: relative;
  z-index: 11;
  height: 4.1rem;
  background: #fff;
  border-bottom: 1px solid #53525b;
}
.head2 .menu_btn {
  padding: 0px;
  width: 62%;
  right: 0;
  height: 3.9rem;
  line-height: 3.9rem;
  position: absolute;
  overflow: hidden;
}
.title {
  height: 2rem;
  text-align: center;
  color: #333;
  font-size: 1.65rem;
  font-weight: normal;
  line-height: 2rem;
  margin-bottom: 1.05rem;
  overflow: hidden;
}
.px_on1 {
  overflow: hidden;
  margin: 1.1rem 0 3.3rem;
  padding: 0 3%;
  position: relative;
}
.px_on1_link {
  background-color: #eee;
}
.px_on1 .px_il {
  position: absolute;
  left: 4%;
  top: 47%;
  width: 1.45rem;
  z-index: 88;
}
.px_on1 .px_ir {
  position: absolute;
  right: 4%;
  top: 47%;
  width: 1.45rem;
  z-index: 88;
}
.px_on1 dd {
  color: #666;
  font-size: 1.18rem;
  line-height: 1.5rem;
}
.px_on1 dd h3 {
  height: 3.7rem;
  font-weight: normal;
  color: #333;
  font-size: 1.65rem;
  text-align: center;
  line-height: 3.7rem;
  overflow: hidden;
}
.px_on1 dd p {
  padding-bottom: 1.4rem;
}
.px_on1_txt {
  display: block;
  margin-bottom: 0.9rem;
  position: relative;
  padding-left: 0.6rem;
}
.px_on1_txt:before {
  content: "";
  position: absolute;
  height: 0.4rem;
  width: 0.4rem;
  left: 0;
  top: 0.5rem;
  background: #ba1e1e;
  border-radius: 0.4rem;
}
.px_on2 {
  margin-bottom: 2.6rem;
}
.px_on2 dl {
  margin: 0 2.3% 2.1rem;
}
.px_on2 dd h3 {
  margin: 0.6rem 0;
  font-weight: normal;
  color: #333;
  font-size: 1.33rem;
  line-height: 1.8rem;
}
.px_on2 h3 span {
  display: inline-block;
  width: 2.1rem;
  height: 1.8rem;
  text-align: center;
  color: #ba1e1e;
  font-size: 1.2rem;
  margin-right: 0.6rem;
  border: 1px solid #ba1e1e;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}
.px_on2 h3 i {
  display: inline-block;
  height: 1.8rem;
  vertical-align: top;
  max-width: 88%;
  overflow: hidden;
}
.px_on2 dl dd p {
  color: #666;
  font-size: 1.12rem;
}
.px_on3 {
  background: #f6f6f6;
  padding: 2rem 2.3%;
  margin-bottom: 2.8rem;
}
.px_on4 {
  overflow: hidden;
}
.px_on4 dl {
  font-size: 0;
  margin-bottom: 1.5rem;
  position: relative;
}
.px_on4 dd {
  width: 100%;
  max-height: 4rem;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1rem;
  overflow: hidden;
}
.px_on4 dd em {
  font-size: 1.6rem;
  font-weight: bold;
}
.px_on4 dd span {
  font-weight: bold;
}
.px_on4 ul {
  overflow: hidden;
  font-size: 0;
  padding: 0 2.3% 1.5rem;
  box-sizing: border-box;
}
.px_on4 ul li {
  float: left;
  width: 33.33%;
  padding-bottom: 1.5rem;
}
.px_on4 h4 {
  margin: 0 auto 2.8rem;
  width: 41%;
  background: #e70012;
  font-size: 1.37rem;
  color: #fff;
  height: 2.9rem;
  line-height: 2.9rem;
  font-weight: normal;
  text-align: center;
}
.g_ft {
  position: relative;
  padding: 1.25rem 0 1.35rem;
  font-size: 1.2rem;
  color: #666;
  text-align: center;
  border-top: 2px solid #ccc;
}
.g_ft em {
  display: block;
  max-height: 3.4rem;
  line-height: 1.7rem;
  text-align: center;
  overflow: hidden;
  margin: 0.2rem 0;
}
.g_ft em a,
.g_ft em span {
  display: inline-block;
  color: #666;
  text-decoration: none;
}
.g_ft .suo a {
  font-size: 1.1rem;
}
.f_top {
  display: inline-block;
  width: 2rem;
  position: absolute;
  right: 5.8%;
  top: -1.65rem;
  overflow: hidden;
  height: 3.3rem;
}
.f_top img {
  background-color: #ba1e1e;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 10px;
  }
}
@media screen and (min-width: 360px) {
  html {
    font-size: 11.25px;
  }
}
@media screen and (min-width: 375px) {
  html {
    font-size: 11.7px;
  }
}
@media screen and (min-width: 480px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 414px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 560px) {
  html {
    font-size: 17.5px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 20px;
  }
}
