* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  font-size: 625%;
  font-family: "Helvetica Neue", Helvetica, STHeiTi, "Microsoft YaHei", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0 auto;
  min-width: 320px;
  line-height: 1.5;
  font-size: 0.12em;
  color: #666;
  background: #fff;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
html,
body {
  scroll-behavior: smooth;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
/*hgroup,*/
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
}
a img {
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #666;
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
  font-size: 1.2em;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.al {
  text-align: left!important;
}
.ac {
  text-align: center!important;
}
.ar {
  text-align: right!important;
}
.hide {
  display: none;
}
.overhide {
  overflow: hidden;
}
.clear,
.clr {
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix,
.clearfix2 {
  *zoom: 1;
}
.clearfix2::after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
/*-------------------------结束公用样式--------------------------*/
/*body{background-color: #f2f2f2;}*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mcontain {
  margin: 0 auto;
  max-width: 11.8rem;
}
@media screen and (max-width: 1199px) {
  .mcontain {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
::-webkit-scrollbar {
  display: none;
}
a {
  color: #333;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.whbg {
  background-color: #fff;
}
.fade_bkbg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.fpic {
  display: block;
  width: 100%;
  vertical-align: bottom;
}
.omit {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hidel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.nodata {
  display: block;
  text-align: center;
  padding: 0.1rem;
  font-size: 0.13rem;
  color: #ccc;
}
.switchItem {
  display: none;
  margin: 25px 0;
}
.active.switchItem {
  display: block;
}
@supports (position: sticky) or (position: -webkit-sticky) {
  .stickyWrap {
    overflow: visible!important;
  }
  .stickyInTop {
    position: -webkit-sticky !important;
    position: sticky!important;
    z-index: 5;
    top: 0!important;
    left: auto!important;
    box-shadow: 0 0.05rem 0.05rem rgba(230, 33, 42, 0.2);
  }
}
.wbox,
.wpbox {
  margin-bottom: 0.08rem;
  background-color: #fff;
  overflow: hidden;
}
.wpbox {
  padding: 0 0.1rem;
}
.wb {
  display: -webkit-box;
  display: flex;
}
.wbc {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.wbw {
  display: block;
  -webkit-box-flex: 1;
  flex: 1;
}
.selftop {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.selfcenter {
  -webkit-align-self: center;
  align-self: center;
}
.selfend {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.cutrow,
.cuth,
.cutd {
  display: -webkit-box;
  display: flex;
}
.agc.cutrow,
.agc.cuth,
.agc.cutd {
  -webkit-box-align: center;
  align-items: center;
}
.cuth {
  margin-bottom: 0.05rem;
}
.cutcont,
.cuthcont,
.cutdcont {
  position: relative;
  display: block;
  -webkit-box-flex: 1;
  flex: 1;
  width: 100%;
  min-width: 1px;
}
.cutlside {
  margin-right: 0.1rem;
  position: relative;
  display: block;
}
.cutlside [class*="ico"] {
  margin-right: 0;
}
.cutrside {
  margin-left: 0.1rem;
  position: relative;
  display: block;
  text-align: right;
}
.ac.cutrside {
  text-align: center;
}
.tol,
.cuthcont {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
ins,
.ins {
  text-decoration: none;
}
.insm {
  margin-left: 0.03rem;
}
ins + del {
  margin-left: 0.05rem;
}
.inflist {
  line-height: 0.15rem;
  font-size: 0.11rem;
  color: #999;
}
.infitm {
  margin-left: 0.1rem;
  line-height: 0.15rem;
}
.infitm:first-child {
  margin-left: 0;
}
.infitm:visited {
  color: #999;
}
input::-webkit-input-placeholder {
  color: #bbb;
}
input:focus::-webkit-input-placeholder {
  color: #999;
}
input::-moz-placeholder {
  color: #bbb;
}
input:-ms-input-placeholder {
  color: #bbb;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none!important;
  margin: 0;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="number"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.setint,
.textint {
  display: block;
  text-align: left;
  text-indent: 0;
  padding: 0.09rem 0.14rem 0.09rem 0.14rem;
  width: 100%;
  line-height: 0.25rem;
  font-size: 0.14rem;
  color: #333;
  background-color: transparent;
  border: 1px solid #ced4da;
  border-radius: 0.05rem;
  outline: 0;
  box-shadow: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
.setint {
  height: 0.45rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.textint {
  height: auto;
  min-height: 1.2rem;
  resize: vertical;
}
.setint:focus,
.textint:focus {
  box-shadow: 0 0 0.1rem rgba(0, 64, 153, 0.2);
  border-color: #386db5;
}
.selgt {
  margin: 0 0.05rem 0.02rem 0.05rem;
  display: inline-block;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #999;
  transform: rotate(45deg) skew(-5deg, -5deg);
  -webkit-transform: rotate(45deg) skew(-5deg, -5deg);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
.rgt {
  margin: 0 0.05rem;
  display: inline-block;
  content: "";
  width: 0.06rem;
  height: 0.06rem;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #999;
  transform: rotate(45deg) skew(5deg, 5deg);
  -webkit-transform: rotate(45deg) skew(5deg, 5deg);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
}
[class*="btn"]:not(.disabledbtn):active [class*="ico"] {
  opacity: 0.6;
}
.addmico {
  margin-right: 0.03rem;
  position: relative;
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  vertical-align: top;
}
.addmico::before,
.addmico::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.01rem;
  margin-left: -0.05rem;
  display: block;
  content: "";
  width: 0.11rem;
  height: 0.02rem;
  min-height: 2px;
  line-height: 0;
  font-size: 0;
  background-color: #333;
  border-radius: 0.02rem;
}
.addmico::after {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
.addmico:active::before,
.addmico:active::after {
  background-color: #c00;
}
.mbico {
  margin-right: 0.05rem;
  display: inline-block;
  width: 0.35rem;
  height: 0.35rem;
  background-image: url(../images/icon/mbico.png);
  background-repeat: no-repeat;
  background-size: 0.35rem auto;
  vertical-align: top;
}
.mico {
  margin-right: 0.05rem;
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
  background-image: url(../images/icon/mico.png);
  background-repeat: no-repeat;
  background-size: 0.25rem auto;
  vertical-align: top;
}
.china_sico {
  background-position: 0 0rem;
}
.eng_sico {
  background-position: 0 -0.25rem;
}
.sico {
  margin-right: 0.1rem;
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../images/icon/sico.png);
  background-repeat: no-repeat;
  background-size: 0.4rem auto;
  vertical-align: top;
}
.tel_sico {
  background-position: 0 0;
}
.download_sico {
  background-position: 0 -0.2rem;
}
.whlocal_sico {
  background-position: 0 -0.4rem;
}
.whtel_sico {
  background-position: 0 -0.6rem;
}
.whmail_sico {
  background-position: 0 -0.8rem;
}
.home_sico {
  background-position: 0 -1rem;
}
.whome_sico {
  background-position: -0.2rem -1rem;
}
.whcart_sico {
  background-position: 0 -1.2rem;
}
.slocal_sico {
  background-position: 0 -1.4rem;
}
.stel_sico {
  background-position: 0 -1.6rem;
}
.smail_sico {
  background-position: 0 -1.8rem;
}
.smflagico {
  margin-right: 0.1rem;
  display: inline-block;
  width: 0.2rem;
  height: 0.15rem;
  background-image: url(../images/icon/smflagico.png);
  background-repeat: no-repeat;
  background-size: 0.2rem auto;
  vertical-align: top;
}
.china.smflagico {
  background-position: 0 0;
}
.eng.smflagico {
  background-position: 0 -0.2rem;
}
/*--全局顶部--*/
.header {
  display: block;
  background-color: #fff;
}
.headcontent {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.08rem 0;
}
.header_main {
  display: block;
  -webkit-box-flex: 1;
  flex: 1;
  min-width: 1px;
  text-align: left;
}
.headlogo {
  display: inline-block;
  max-width: 100%;
  width: 2.4rem;
  height: 0.6rem;
  background: url(../images/icon/headlogo.png) 0 0 no-repeat;
  background-size: cover;
  vertical-align: top;
  font-size: 0;
}
.header_side {
  display: block;
  text-align: right;
}
.tnavlist {
  margin: 0.08rem 0;
  line-height: 0.2rem;
  font-size: 0;
  color: #666;
  overflow: hidden;
}
.tnavitem {
  position: relative;
  display: inline-block;
  padding: 0 0.08rem;
  font-size: 0.14rem;
  vertical-align: top;
}
.tnavspc {
  margin: 0.02rem 0.08rem;
  display: inline-block;
  padding: 0;
  height: 0.16rem;
  line-height: 0;
  font-size: 0;
  border-left: 1px solid #999;
  vertical-align: top;
}
.tnavlink {
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tnavlink:hover {
  color: #0049ad;
}
.tnavlink:active {
  color: #d7000f;
}
.header_srow {
  margin: 0.08rem 0;
}
.headtelink,
.headownbtn {
  margin-left: 0.7rem;
  display: inline-block;
  text-align: center;
  padding: 0.1rem;
  height: 0.4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 0.2rem;
  font-size: 0.16rem;
}
.headtelink {
  color: #999;
}
.tnavitem .headtelink {
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  height: 0.2rem;
}
.headtelink .number {
  color: #333;
}
.headtelink .strong {
  line-height: 1;
  font-size: 0.2rem;
}
.headownbtn {
  color: #00479d;
  box-shadow: 0 0 0 0.01rem #0049ad;
  border-radius: 0.05rem;
}
@media screen and (max-width: 767px) {
  .header {
    position: -webkit-sticky !important;
    position: sticky!important;
    z-index: 25;
    top: 0!important;
    left: auto!important;
    box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.2);
  }
  .header_side {
    display: none;
  }
  .headlogo {
    width: 1.6rem;
    height: 0.4rem;
  }
}
.mainav_head {
  position: relative;
  width: 100%;
  height: 0.45rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 0.2rem;
  background-color: #fff;
  border-bottom: 1px solid #e6f1fb;
}
.mainav_headtitle {
  margin: 0 0.5rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.17rem;
  color: #0049ad;
}
.mainav_headlside,
.mainav_headrside {
  position: absolute;
  top: 0;
  height: 0.45rem;
  font-size: 0;
}
.mainav_headlside {
  left: 0;
}
.mainav_headrside {
  right: 0;
}
.mainav_headbtn {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0.13rem 0.1rem 0 0.1rem;
  min-width: 0.4rem;
  height: 0.45rem;
  font-size: 0.12rem;
  color: #333;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  vertical-align: top;
}
.mainav_headbtn:visited {
  color: #333;
}
.mainav_headbtn:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.hico {
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../images/icon/hico.png);
  background-repeat: no-repeat;
  background-size: 0.2rem auto;
  vertical-align: top;
}
.back_hico {
  margin: 0 0.05rem;
  display: inline-block;
  content: "";
  width: 0.12rem;
  height: 0.12rem;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: #0049ad;
  transform: rotate(45deg) skew(5deg, 5deg);
  -webkit-transform: rotate(45deg) skew(5deg, 5deg);
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  vertical-align: sub;
}
@media screen and (min-width: 768px) {
  .headnavbtn_box {
    display: none;
  }

  .mainav_head {
    display: none;
  }
  .mainav {
    position: relative;
    z-index: 5;
    display: block;
    height: 0.6rem;
    background-color: #0049ad;
  }
  .dark.mainav {
    background-color: #003784;
  }
  .mainav_list {
    position: relative;
    display: table;
    padding: 0;
    width: 100%;
    height: 0.6rem;
    line-height: 0.2rem;
    font-size: 0.14rem;
  }
  .mainav_item {
    position: relative;
    display: table-cell;
    padding: 0 0.05rem;
    width: auto;
    min-width: 1rem;
    text-transform: capitalize;
    vertical-align: middle;
  }
  .mainav_item:not(.subfull):hover {
    background-color: #003784;
  }
  .dark.mainav .mainav_item:not(.subfull):hover {
    background-color: #0049ad;
  }
  .mainav_rootitle {
    display: inline-block;
    text-align: center;
    width: 100%;
    color: #fff;
    font-weight: 500;
  }
  .mainav_sub {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    visibility: hidden;
    z-index: -1;
    overflow: hidden;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    background-color: #fff;
    box-shadow: 0 0.1rem 0.14rem rgba(0, 0, 0, 0.1);
    border-radius: 0 0 0.05rem 0.05rem;
  }
  .mainav_item:hover .mainav_sub {
    visibility: visible;
    z-index: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  .mainav_sub a {
    -moz-transition: 0s;
    -webkit-transition: 0s;
    transition: 0s;
  }
  .mainav_item:hover .mainav_sub a {
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .subfull.mainav_item {
    position: static;
  }
  .subfull.mainav_item:hover {
    background-color: #fff;
  }
  .subfull.mainav_item:hover .mainav_rootitle {
    color: #0049ad;
  }
  .mainav_sublist,
  .mainav_sublist a {
    color: #333;
    white-space: nowrap;
  }
  .mainav_subcolumns {
    display: block;
    padding: 0.2rem 0;
    overflow: hidden;
  }
  .mainav_subcolumn {
    float: left;
    padding: 0 0.2rem;
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .headnavbtn_box {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.08rem 0;
    font-size: 0;
  }
  .headbtn {
    position: relative;
    display: inline-block;
    padding: 0.1rem;
    min-width: 0.4rem;
    height: 0.4rem;
    line-height: 0.2rem;
    vertical-align: top;
  }
  .hasline.headbtn::before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -0.15rem;
    height: 0.3rem;
    font-size: 0;
    overflow: hidden;
    border-left: 1px solid #ddd;
  }
  .headbtn .mico {
    margin-left: -0.02rem;
    margin-top: -0.02rem;
  }
  .menuico {
    position: relative;
    display: inline-block;
    width: 0.2rem;
    height: 0.2rem;
    cursor: pointer;
  }
  .menuico_line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 0.03rem;
    min-height: 3px;
    border-radius: 0.03rem;
    opacity: 1;
    background: #0049ad;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    transform-origin: left center;
  }
  .menuico_line:nth-of-type(1) {
    top: 0;
  }
  .menuico_line:nth-of-type(2) {
    top: 0.08rem;
  }
  .menuico_line:nth-of-type(3) {
    top: 0.16rem;
  }
  .show_mainav .menuico_line:nth-of-type(1) {
    top: 15%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .show_mainav .menuico_line:nth-of-type(2) {
    width: 0;
    opacity: 0;
  }
  .show_mainav .menuico_line:nth-of-type(3) {
    top: 85%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .mainav {
    position: fixed;
    z-index: 199;
    top: 0;
    right: 100%;
    display: block;
    width: 0;
    height: 100%;
    transition: z-index 0s 0.3s;
    -webkit-transition: z-index 0s 0.3s;
    background-color: transparent;
    overflow: hidden;
  }
  .show_mainav .mainav {
    right: 0;
    width: 100%;
    transition: z-index 0s 0s;
    -webkit-transition: z-index 0s 0s;
  }
  .show_mainav .mainav .fade_bkbg {
    opacity: 1;
    visibility: visible;
  }
  .mainav_content,
  .subfull.mainav_item .mainav_sub {
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    padding: 0;
    height: 100%;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -webkit-backface-visibility: hidden;
    transition: transform 0.6s cubic-bezier(0.15, 0.95, 0.3, 1.04);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.15, 0.95, 0.3, 1.04);
  }
  .mainav_content {
    width: 80%;
    color: #fff;
    background-color: #0049ad;
  }
  .subfull.mainav_item .mainav_sub {
    width: 100%;
    color: #333;
    background-color: #fff;
  }
  .show_mainav .mainav_content,
  .open.subfull.mainav_item .mainav_sub {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
  }
  .show_mainav .mainav_content {
    z-index: 5;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
  }
  .open.subfull.mainav_item .mainav_sub {
    z-index: 7;
  }
  .mainav_list,
  .subfull.mainav_item .mainav_subcolumns {
    display: block;
    -webkit-box-flex: 1;
    flex: 1;
    min-width: 1px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .mainav_subcolumns {
    padding: 0 0.2rem;
  }
  .mainav_item {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
  }
  .mainav_rootitle {
    position: relative;
    z-index: 5;
    display: block;
    padding: 0.15rem 0.2rem;
    width: 100%;
    height: 0.5rem;
    line-height: 0.2rem;
    font-size: 0.16rem;
    color: #fff;
    background-color: #0049ad;
  }
  .mainav_item:not(.subfull) {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .mainav_item:not(.subfull) .mainav_sub {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    background-color: #fff;
    visibility: hidden;
    z-index: -1;
    overflow: hidden;
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transition: transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
  }
  .open.mainav_item:not(.subfull) .mainav_sub {
    position: static;
    visibility: visible;
    z-index: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  .subfull.mainav_item {
    position: static;
  }
}
.mainav_sublist {
  text-align: left;
  line-height: 0.2rem;
  font-size: 0.14rem;
}
.mainav_sublist a {
  display: block;
  padding: 0.05rem 0.2rem;
  width: 100%;
}
.mainav_sublist a:hover {
  color: #fff;
  background-color: #d7000f;
}
.mainav_subsec {
  margin: 0.15rem 0;
}
.mainav_subsec .title {
  font-size: 0.16rem;
  color: #0049ad;
  font-weight: 700;
}
.mainav_subsec .title a {
  color: #0049ad;
}
.mainav_subsec_list {
  margin-left: 1.5em;
  list-style: outside;
  font-size: 0.14rem;
  color: #F1C84F;
}
.mainav_subsec_list > li {
  margin: 0.05rem 0;
}
.mainav_subsec a:hover {
  color: rgba(0, 64, 152, 0.8);
}
.searchbn {
  position: relative;
  display: block;
  text-align: center;
  padding: 0.6rem 0 1rem 0;
  color: #fff;
  background: #0049ad url(../images/icon/bnwave.png) 50% 100% no-repeat;
  background-size: 40rem auto;
}
.searchbn_title {
  margin: 0.3rem 0;
  line-height: 1.2;
  font-size: 0.44rem;
  text-transform: capitalize;
}
.bnsearch {
  margin: 0.3rem auto 0.4rem;
  display: block;
  max-width: 8rem;
}
.bnsearch_box {
  margin: 0.15rem 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 0.05rem;
  overflow: hidden;
}
.bnsearch_input,
.bnsearch_btn {
  padding: 0.15rem 0.2rem;
  height: 0.65rem;
  line-height: 0.35rem;
  font-size: 0.22rem;
  border: none;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.bnsearch_input {
  display: block;
  -webkit-box-flex: 1;
  flex: 1;
  min-width: 1px;
  text-align: left;
  font-style: italic;
  background-color: #fff;
  border-radius: 0;
}
.bnsearch_btn {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #d7000f;
}
.bnsearch_btn::before {
  display: inline-block;
  content: "";
  width: 0.35rem;
  height: 0.35rem;
  background: url(../images/icon/mbico.png) 0 0 no-repeat;
  background-size: 0.35rem auto;
  vertical-align: top;
}
.bnsearch_hotwords {
  text-align: left;
  font-size: 0.14rem;
}
.bnsearch_hotwords a {
  margin-left: 0.2rem;
  display: inline-block;
  color: #fff;
}
.bnsearch_hotwords a:first-child {
  margin-left: 0;
}
.bnsearch_hotwords a:hover {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: underline;
}
.bnlinks {
  margin: 0.25rem 0;
  text-align: center;
  line-height: 1.5;
  font-size: 0.2rem;
  color: #fff;
}
.bnlinkitm {
  color: #fff;
  vertical-align: middle;
}
.bnlinkitm:hover {
  color: #0049ad;
  background-color: #fff;
}
.bnlink_spc {
  margin: 0 0.2rem;
  display: inline-block;
  height: 0.24rem;
  line-height: 0;
  font-size: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .searchbn {
    padding-top: 0.3rem;
    padding-bottom: 0.5rem;
  }
  .searchbn_title {
    margin: 0.2rem 0;
    font-size: 0.24rem;
  }
  .bnsearch_input,
  .bnsearch_btn {
    padding: 0.1rem 0.15rem;
    height: 0.5rem;
    line-height: 0.3rem;
    font-size: 0.16rem;
  }
  .bnsearch_btn::before {
    width: 0.3rem;
    height: 0.3rem;
    background-size: 0.3rem auto;
  }
  .bnsearch_hotwords {
    font-size: 0.12rem;
  }
  .bnlinks {
    font-size: 0.14rem;
  }
  .bnlink_spc {
    height: 0.2rem;
  }
}
.fsection {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.wh.fsection {
  background-color: #fff;
}
.gy.fsection {
  background-color: #f5f7f9;
}
.fsecthead {
  margin: 0.2rem 0 0.4rem 0;
  text-align: center;
  font-size: 0.16rem;
  color: #333;
}
.fsectitle {
  margin: 0.2rem 0 0.4rem 0;
  text-align: center;
  line-height: 1.2;
  font-size: 0.34rem;
  color: #333;
  font-weight: 400;
  text-transform: uppercase;
}
.cap.fsectitle {
  text-transform: capitalize;
}
.fsecthead .fsectitle {
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 767px) {
  .fsection {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
  .fsectitle {
    font-size: 0.24rem;
  }
}
.fsection_btnrow {
  margin: 0.4rem 0 0.2rem 0;
  display: block;
  text-align: center;
}
.advantagelist {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.advantageitem {
  margin: 0.1rem 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  min-width: 27%\0;
  line-height: 1.2;
  font-size: 0.16rem;
  color: #888;
}
.advantageitem .dt {
  font-size: 0.24rem;
  color: #333;
}
.advantageitem .icon {
  margin-right: 0.15rem;
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  background-image: url(../images/icon/advantagelist.png);
  background-repeat: no-repeat;
  background-size: 0.9rem auto;
}
.fore01.advantageitem .icon {
  background-position: 0 0;
}
.fore02.advantageitem .icon {
  background-position: 0 -0.9rem;
}
.fore03.advantageitem .icon {
  background-position: 0 -1.8rem;
}
@media screen and (max-width: 767px) {
  .advantageitem .dt {
    font-size: 0.18rem;
  }
  .advantageitem .icon {
    width: 0.6rem;
    height: 0.6rem;
    background-size: 0.6rem auto;
  }
  .fore01.advantageitem .icon {
    background-position: 0 0;
  }
  .fore02.advantageitem .icon {
    background-position: 0 -0.6rem;
  }
  .fore03.advantageitem .icon {
    background-position: 0 -1.2rem;
  }
}
.fks {
  -webkit-perspective: 8rem;
  perspective: 8rem;
  overflow: visible!important;
  box-shadow: 0 0.1rem 0.14rem rgba(0, 0, 0, 0.2);
}
.fks img {
  -webkit-transition: -webkit-transform 0.2s ease 0s;
  transition: transform 0.2s ease 0s;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
[class*="produce"]:not(.disabled):hover .fks img {
  transform: rotateY(-30deg);
  -moz-transform: rotateY(-30deg);
  -webkit-transform: rotateY(-30deg);
}
.booklist {
  margin: 0.2rem 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bookitem {
  margin: 0.2rem 0;
  display: block;
  padding: 0 0.1rem;
  width: 2.6rem;
}
.bookitem_produce {
  display: block;
}
.bookitem_pic {
  margin: 0 auto 0.3rem;
  position: relative;
  background-color: #666;
}
.bookitem_pic,
.bookitem_pic img {
  display: block;
  width: 1.6rem;
  height: 2.1rem;
}
.bookitem_produce .title {
  margin-bottom: 0.1rem;
  line-height: 1.4;
  font-size: 0.18rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
  overflow: hidden;
}
.bookitem_produce .title:hover {
  color: #0049ad;
}
.bookitem_produce .info {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.14rem;
  color: #999;
}
@media screen and (max-width: 767px) {
  .bookitem_pic,
  .bookitem_pic img {
    width: 1.4rem;
    height: 1.84rem;
  }
  .bookitem_produce .title {
    font-size: 0.16rem;
    color: #333;
  }
}
@media screen and (max-width: 414px) {
  .bookitem {
    text-align: center;
    width: 100%;
  }
}
.datenewsitem {
  margin: 0.2rem 0;
  float: left;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .datenewsitem:nth-of-type(odd) {
    padding-right: 10%;
  }
  .datenewsitem:nth-of-type(even) {
    padding-left: 10%;
  }
}
.datenews_produce {
  display: -webkit-box;
  display: flex;
}
.datenews_date {
  margin-right: 0.25rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: left;
  padding: 0.04rem 0.15rem 0.04rem 0.15rem;
  width: 0.9rem;
  height: 0.9rem;
  line-height: 1.2;
  font-size: 0.14rem;
  color: #333;
  background-color: #e6f1fb;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.datenews_date .day {
  font-size: 0.34rem;
  color: #666;
  font-weight: 200;
}
.datenews_cont {
  display: block;
  -webkit-box-flex: 1;
  flex: 1;
  min-width: 1px;
}
.datenews_cont .title,
.datenews_cont .decs {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  overflow: hidden;
}
.datenews_cont .title {
  margin-bottom: 0.06rem;
  max-height: 0.44rem;
  line-height: 0.22rem;
  font-size: 0.18rem;
  color: #333;
}
.datenews_cont .title:hover {
  color: #0049ad;
}
.datenews_cont .decs {
  max-height: 0.4rem;
  line-height: 0.2rem;
  font-size: 0.14rem;
  color: #999;
}
.datenews_date::before {
  position: absolute;
  content: '';
  display: block;
  background-color: #0049ad;
  width: 0;
  left: 50%;
  bottom: 0;
  height: 4px;
  font-size: 0;
  overflow: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.datenews_produce:hover .datenews_date::before {
  width: 100%;
}
.datenews_produce:hover .datenews_date .day {
  color: #0049ad;
}
@media screen and (max-width: 767px) {
  .datenewsitem {
    float: none;
    padding: 0;
    width: 100%;
  }
}
.hozclients {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.hozclients_title {
  margin-right: 0.1rem;
  font-size: 0.2rem;
  color: #333;
  font-weight: 400;
}
.hozclients_cont {
  display: block;
  -webkit-box-flex: 1;
  flex: 1;
  min-width: 1px;
  overflow: hidden;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.hozclients_lists {
  width: 10000px;
  white-space: nowrap;
}
.hozclients_list {
  display: inline-block;
  font-size: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: 40s linear infinite running rollclient;
  animation: 40s linear infinite running rollclient;
}
.hozclients_cont:hover .hozclients_list {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.hozclients_list > li {
  margin: 0 0.2rem;
  display: inline-block;
  vertical-align: middle;
}
.hozclients_list img {
  height: 0.8rem;
  vertical-align: bottom;
  opacity: 0.5;
  -webkit-filter: grayScale(100%);
  -moz-filter: grayScale(100%);
  filter: grayScale(100%);
}
.hozclients_list img:hover {
  opacity: 1;
  -webkit-filter: grayScale(0);
  -moz-filter: grayScale(0);
  filter: grayScale(0);
}
@media screen and (max-width: 767px) {
  .hozclients_list img {
    height: 0.6rem;
  }
}
@keyframes rollclient {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes rollclient {
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.boxsecmt {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.05rem 0.2rem;
  height: 0.5rem;
  line-height: 0.2rem;
  background-color: #f5f7f9;
}
.boxsecmt_gt {
  margin: 0 0.16rem 0 -0.2rem;
  position: relative;
  display: block;
  content: "";
  width: 0.04rem;
  height: 0.2rem;
  line-height: 0;
  font-size: 0;
  background-color: #0049ad;
}
.boxsecmtitle {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.18rem;
  color: #333;
}
.breadcrumbs {
  margin: 0.2rem 0;
  line-height: 0.2rem;
  font-size: 0.14rem;
  color: #666;
}
.breadcrumbs a {
  color: #666;
}
.breadcrumbs a:hover {
  color: #0049ad;
}
.breadcrumbs .spc {
  margin: 0 0.05rem;
}
.decsbn {
  display: block;
  color: #fff;
  background-color: #0049ad;
  margin-bottom: 0.5rem;
}
.decsbn_md0 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .decsbn {
    margin-bottom: 0rem;
  }
}
.decsbn_container {
  text-align: center;
  padding-top: 0.3rem;
  padding-bottom: 0.22rem;
}
.decsbn_title {
  margin: 0.22rem 0;
  line-height: 0.4rem;
  font-size: 0.36rem;
  text-transform: uppercase;
}
.decsbn_container .breadcrumbs,
.decsbn_container .breadcrumbs a {
  color: #fff;
}
.decsbn_container a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.incontainer {
  margin: 0.2rem 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.contside480,
.contside {
  display: block;
}
@media screen and (min-width: 768px) {
  .contside480 {
    width: 2.4rem;
  }
  .lg_mr80 {
    margin-right: 0.4rem;
  }
  .lg_ml70 {
    margin-left: 0.35rem;
  }
  .contside {
    display: block;
    -webkit-box-flex: 1;
    flex: 1;
    min-width: 1px;
  }
}
@media screen and (max-width: 767px) {
  .contside480,
  .contside {
    margin-right: 0;
    width: 100%;
  }
}
.refineside {
  position: relative;
  display: block;
  overflow: hidden;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.refineside_block {
  margin-bottom: 0.1rem;
  position: relative;
  display: block;
  padding: 0 0.05rem;
  background-color: #f5f7f9;
  overflow: hidden;
}
.refineside_item {
  position: relative;
  display: block;
  overflow: hidden;
}
.refineside_title {
  position: relative;
  cursor: pointer;
  z-index: 2;
  display: block;
  padding: 0.1rem 0.25rem 0.09rem 0.15rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 0.5rem;
  line-height: 0.3rem;
  font-size: 0.18rem;
  color: #333;
  font-weight: bold;
  background-color: #f5f7f9;
  border-bottom: 1px solid #ddd;
}
/*招聘*/
.jobs_list .refineside_title {
  height: 0.6rem;
}
.toggle.refineside_title::after {
  position: absolute;
  right: 0.15rem;
  top: 50%;
  margin-top: -0.09rem;
  display: block;
  content: "";
  border: 0.06rem solid rgba(0, 0, 0, 0);
  border-top-color: #ccc;
  -webkit-transform: rotate(180deg) scaleX(0.8);
  transform: rotate(180deg) scaleX(0.8);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.refineside_item .refineside_title {
  height: 0.4rem;
  line-height: 0.2rem;
  font-size: 0.14rem;
  font-weight: normal;
  border-bottom: none;
}
.refineside_fold .refineside_title {
  padding-left: 0;
}
.refineside_fold .refineside_title::after {
  right: 0;
}
.open > .refineside_title::after {
  border-top-color: #999;
  margin-top: -0.03rem;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
}
.refineside_content,
.refineside_fold,
.refineside_fall {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  width: 100%;
  visibility: hidden;
  z-index: -1;
  overflow: hidden;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
}
.refineside_fold {
  padding: 0 0.15rem;
  padding-bottom: 0.1rem;
}
.open.refineside .refineside_content,
.open.refineside_block .refineside_fold,
.open.refineside_item .refineside_fall {
  position: static;
  visibility: visible;
  z-index: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.refineside_list {
  margin: 0.15rem 0;
  line-height: 0.2rem;
  font-size: 0.14rem;
  color: #333;
}
.refineside_list > li {
  margin: 0.1rem 0;
}
.refineside_list a {
  color: #333;
}
.refineside_list > .selected a {
  font-weight: bold;
  color: #0049ad;
}
.typelinelist,
.chefilist {
  margin: 0.15rem 0;
  line-height: 0.2rem;
  font-size: 0.14rem;
  color: #666;
}
.typelinelist > li,
.chefilist > li {
  margin: 0.1rem 0;
}
.refineside_fall .typelinelist,
.refineside_fall .chefilist {
  margin-top: 0;
}
.refineside_fall .typelinelist > li,
.refineside_fall .chefilist > li {
  margin-top: 0;
}
.typelinelist > li {
  position: relative;
  padding-left: 0.1rem;
}
.typelinelist > li::before {
  position: absolute;
  left: 0;
  top: 0.09rem;
  display: block;
  content: "";
  width: 0.04rem;
  height: 0.02rem;
  min-height: 2px;
  background-color: #999;
}
.typelinelist > .selected::before {
  background-color: #0049ad;
}
.typelinelist a {
  color: #666;
  cursor: pointer;
}
.typelinelist > .selected a {
  font-weight: bold;
  color: #0049ad;
}
.itemche.refineside_item .refineside_title {
  padding-left: 0.3rem;
}
/*左右间距*/
.refineside_fall .typelinelist {
  margin-left: 0.08rem;
}
.chefilist a {
  position: relative;
  display: inline-block;
  padding-left: 0.3rem;
  vertical-align: top;
  color: #333;
}
.chefilist a::before,
.itemche.refineside_item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background: url(../images/icon/che.png) 0 0 no-repeat;
  background-size: 0.4rem auto;
}
.chefilist a::before {
  top: 0;
}
.itemche.refineside_item::before {
  z-index: 3;
  top: 0.1rem;
}
.chefilist > .selected a {
  color: #0049ad;
}
.chefilist > .selected a::before,
[data-selected="true"].itemche.refineside_item::before {
  background-position: -0.2rem 0;
}
.whrefinesides .refineside_block {
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
}
.whrefinesides .refineside_title {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .total.refineside_title {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .total.refineside_title {
    display: block;
  }
}
.cutplist {
  margin-bottom: 0.3rem;
}
.cutpitem {
  margin-top: 0.2rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #eee;
}
.cutpitem:last-of-type {
  margin-bottom: 0.2rem;
  padding-bottom: 0;
  border-bottom: none;
}
.cutpitem_pic {
  margin-right: 0.3rem;
  position: relative;
  display: block;
  width: 1rem;
  height: 1.3rem;
  box-shadow: 0 0.1rem 0.14rem rgba(0, 0, 0, 0.2);
}
.cutpitem_pic img {
  display: block;
  width: 1rem;
  height: 1.3rem;
}
.cutpitem_cnt {
  display: block;
  -webkit-box-flex: 1;
  flex: 1;
  min-width: 1px;
}
.cutpitem_title {
  margin: 0.1rem 0;
}
.cutpitem_title_text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  overflow: hidden;
  max-height: 0.5rem;
  line-height: 0.25rem;
  font-size: 0.18rem;
  color: #333;
}
.cutpitem_title_text:hover {
  color: #0049ad;
}
.cutpitem_info,
.cutpitem_details {
  margin-top: 0.1rem;
  line-height: 0.2rem;
  font-size: 0.14rem;
}
.cutpitem_details {
  color: #999;
}
.cutpitem_details .itm {
  color: #999;
}
.cutpitem_details .dk.itm {
  color: #666;
}
.cutpitem_details .itm + .itm {
  margin-left: 0.1rem;
  padding-left: 0.1rem;
  border-left: 1px solid #efefef;
}
.cutpitem_details a.itm:hover {
  color: rgba(153, 153, 153, 0.6);
}
.cutpitem_tools {
  margin-left: 0.5rem;
  margin-right: 0.15rem;
  width: 1.6rem;
}
.cutpitem_tools [class*="btn"] {
  margin: 0.1rem 0;
  display: block;
  width: 100%;
}
@media screen and (max-width: 549px) {
  .cutpitem_pic,
  .cutpitem_pic img {
    width: 0.85rem;
    height: 1.1rem;
  }
  .cutpitem_title {
    margin-top: 0;
  }
  .cutpitem_title_text {
    max-height: 0.4rem;
    line-height: 0.2rem;
    font-size: 0.16rem;
  }
  .cutpitem_info,
  .cutpitem_details {
    font-size: 0.13rem;
  }
  .cutpitem_tools {
    margin-top: 0.2rem;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
  }
  .cutpitem_tools [class*="btn"] {
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    -webkit-box-flex: 1;
    flex: 1;
    min-width: 1px;
  }
  .cutpitem_tools [class*="btn"] + [class*="btn"] {
    margin-left: 0.2rem;
  }
}
.cutnewslist {
  margin-bottom: 0.4rem;
}
.cutnewsitem {
  margin-top: 0.3rem;
  display: block;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #eee;
}
.cutnewsitem:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.cutnews_produce {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}
a.cutnews_produce:not(.disabled):active {
  opacity: 0.8;
}
a.cutnews_produce:hover {
  color: #0049ad;
}
.cutnews_pic {
  margin-right: 0.4rem;
  position: relative;
  display: block;
  width: 2.2rem;
  box-shadow: 0 0.1rem 0.14rem rgba(0, 0, 0, 0.2);
}
.cutnews_pic img {
  display: block;
  width: 100%;
}
.cutnews_cnt {
  display: block;
  -webkit-box-flex: 1;
  flex: 1;
  min-width: 1px;
}
.cutnews_title,
.cutnews_decs {
  margin-bottom: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
  overflow: hidden;
}
.cutnews_title {
  height: 0.5rem;
  line-height: 0.25rem;
  font-size: 0.18rem;
}
.cutnews_decs {
  height: 0.4rem;
  line-height: 0.2rem;
  font-size: 0.14rem;
  color: #666;
}
.cutnews_info {
  line-height: 0.2rem;
  font-size: 0.14rem;
  color: #999;
}
.cutnews_info .itm + .itm {
  margin-left: 0.2rem;
}
@media screen and (max-width: 549px) {
  .cutnews_pic {
    margin-right: 0.2rem;
    width: 1.6rem;
  }
  .cutnews_title,
  .cutnews_decs {
    margin-bottom: 0.05rem;
  }
  .cutnews_title {
    height: 0.4rem;
    line-height: 0.2rem;
    font-size: 0.16rem;
  }
}
@media screen and (max-width: 414px) {
  .cutnewsitem {
    margin-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
  .cutnews_pic {
    margin: 0 0 0.2rem 0;
    width: 100%;
  }
}
.sortrow {
  margin: 0.2rem 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.1rem 0.15rem;
  line-height: 0.3rem;
  font-size: 0.14rem;
  color: #333;
  background-color: #f5f7f9;
}
.sortrow_cnt,
.sortrow_side {
  margin: 0.05rem 0;
}
@media screen and (min-width: 550px) {
  .sortrow_cnt {
    display: block;
    -webkit-box-flex: 1;
    flex: 1;
    min-width: 1px;
  }
  .sortrow_item {
    /*margin: 0 0.1rem;*/
  }
}
@media screen and (max-width: 549px) {
  .sortrow_cnt,
  .sortrow_side {
    text-align: center;
    width: 100%;
  }
  .sortrow_item + .sortrow_item {
    margin-left: 0.1rem;
  }
}
.pagebtns {
  text-align: center;
}
.pagebtn {
  margin: 0 0.02rem;
  display: inline-block;
  text-align: center;
  padding: 0.05rem;
  min-width: 0.4rem;
  height: 0.3rem;
  line-height: 0.2rem;
  font-size: 0.14rem;
  color: #0049ad;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0.03rem 0.05rem rgba(0, 0, 0, 0.1);
  vertical-align: middle;
}
.pagebtn:not(.current):not(.disabled):hover {
  color: #fff;
  background-color: #0049ad;
}
.current.pagebtn {
  color: #333;
  cursor: default;
}
.disabled.pagebtn {
  color: #999;
  background-color: #F3F3F3;
}
.next.pagebtn::before {
  margin-left: 0.04rem;
  display: inline-block;
  content: "";
  border: 0.04rem solid rgba(0, 0, 0, 0);
  border-left-color: #0049ad;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  vertical-align: 0.01rem;
}
.disabled.next.pagebtn::before {
  border-left-color: #999;
}
.next.pagebtn:not(.current):not(.disabled):hover::before {
  border-left-color: #fff;
}
.prev.pagebtn::before {
  margin-right: 0.04rem;
  display: inline-block;
  content: "";
  border: 0.04rem solid rgba(0, 0, 0, 0);
  border-right-color: #0049ad;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  vertical-align: 0.01rem;
}
.disabled.prev.pagebtn::before {
  border-right-color: #999;
}
.prev.pagebtn:not(.current):not(.disabled):hover::before {
  border-right-color: #fff;
}
.selint {
  position: relative;
}
.selint_select {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
}
.spanselect {
  margin: 0 0.05rem;
  position: relative;
  z-index: 5;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.spanselect_current {
  position: relative;
  z-index: 2;
  display: inline-block;
  text-align: center;
  padding: 0.05rem 0.3rem 0.05rem 0.1rem;
  height: 0.3rem;
  line-height: 0.2rem;
  font-size: 0.14rem;
  color: #333;
  background-color: #fff;
  box-shadow: 0 0 0 1px #ccc inset;
  border-radius: 4px;
  vertical-align: top;
}
.spanselect_current::after,
.selint_arrow {
  position: absolute;
  right: 0.1rem;
  margin-top: -0.02rem;
  display: block;
  content: "";
  border: 0.05rem solid rgba(0, 0, 0, 0);
  border-top-color: #999;
  -webkit-transform: scaleX(0.8);
  transform: scaleX(0.8);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.spanselect_current::after {
  top: 50%;
}
.selint_arrow {
  top: 0.225rem;
}
.spanselect:hover .spanselect_current {
  border-radius: 4px 4px 0 0;
}
.spanselect_list {
  position: absolute;
  top: 100%;
  left: 0;
  text-align: center;
  border-radius: 0 0 4px 4px;
  background-color: #fff;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #ccc;
  box-shadow: 0 0.03rem 0.05rem rgba(0, 0, 0, 0.1);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-0.3rem);
  -webkit-transition: 0.3s ease;
  transform: translateY(-0.3rem);
  transition: 0.3s ease;
}
.spanselect:hover {
  z-index: 99;
  overflow: visible;
}
.spanselect:hover .spanselect_list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.spanselect_list > li {
  border-bottom: 1px solid #ccc;
}
.spanselect_list > li:last-child {
  border-bottom: none;
}
.spanselect_list a {
  display: block;
  padding: 0.05rem;
  width: 120px;
  line-height: 0.2rem;
  font-size: 0.12rem;
  color: #333;
  cursor: pointer;
}
.spanselect_list a:hover {
  color: #fff;
  background-color: #0049ad;
}
.releatedbox {
  margin-bottom: 0.15rem;
  display: block;
  padding: 0.05rem 0.15rem;
  font-size: 0.14rem;
  color: #666;
  background-color: #f5f7f9;
}
.releatedbox_title {
  margin: 0.2rem 0;
  font-size: 0.16rem;
  color: #333;
  font-weight: bold;
}
.releatedbox .sec {
  margin: 0.15rem 0;
}
.artdp_line {
  margin: 0.2rem 0;
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
  border-top: 1px solid #eee;
}
.artdp_head {
  margin: 0.1rem 0 0.5rem 0;
}
.artdp_thead {
  margin-bottom: 0.15rem;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.artdp_thead_cnt {
  display: block;
  -webkit-box-flex: 1;
  flex: 1;
  min-width: 1px;
}
.artdp_thead_rside {
  margin-left: 0.1rem;
  padding-top: 0.1rem;
  line-height: 0.2rem;
  font-size: 0.14rem;
  color: #999;
}
.artdp_title {
  margin-bottom: 0.15rem;
  line-height: 0.4rem;
  font-size: 0.3rem;
  color: #333;
}
.artdp_thead .artdp_title {
  margin-bottom: 0;
}
.artdp_tdecs {
  margin-bottom: 0.2rem;
  line-height: 0.2rem;
  font-size: 0.16rem;
  color: #333;
}
.artdp_tinfo {
  margin-bottom: 0.2rem;
  line-height: 0.2rem;
  font-size: 0.14rem;
  color: #999;
}
.artdp_tinfo .itm + .itm {
  margin-left: 0.2rem;
}
.prodpsku {
  margin: 0.1rem 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  line-height: 0.3rem;
  font-size: 0.16rem;
  color: #888;
}
.prodpsku_row:first-of-type {
  margin-top: 0;
}
.prodpsku_item {
  display: block;
}
.prodpsku_row .dt {
  color: #333;
}
.prodpsku_row .mbtn {
  margin-top: -0.05rem;
}
.prodpsku_row .list {
  margin-top: 0.08rem;
  color: #333;
}
.artdp_body {
  margin: 0.25rem 0 0.6rem 0;
  line-height: 1.6;
  font-size: 0.16rem;
  color: #333;
}
.artdp_body h2 {
  font-weight: bold;
  font-size: 1.6em;
}
.artdp_body h3 {
  font-weight: bold;
  font-size: 1.2em;
}
.artdp_body ul, .artdp_body ol {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  list-style-position: inside;
}
.artdp_body table {
  margin:auto;
}
.artdp_body table th {
  padding:0.5em;
}
.artdp_body table td {
  padding:0.5em;
}
.artdp_body .sec, .artdp_body p {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.artdp_body .small {
  font-size: 0.14rem;
  color: #666;
}
.artdp_body img {
  margin: 0.25rem auto;
  display: block;
  max-width: 90%;
  vertical-align: bottom;
}
.artdp_body .manual ul, .artdp_body .manual ol {
  margin-left: 0.4rem;
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
  list-style-type: disc;
  list-style-position: outside;
}
@media screen and (min-width: 768px) {
  .prodpsku_row {
    margin-top: 0.1rem;
    display: none;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  .prodpsku_item {
    display: block;
    -webkit-box-flex: 1;
    flex: 1;
    min-width: 1px;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .artdp_head {
    margin-bottom: 0.3rem;
  }
  .artdp_thead_rside {
    margin-top: 0.1rem;
    margin-left: 0;
    padding-top: 0;
    width: 100%;
  }
  .prodpsku_item {
    margin-top: 0.03rem;
    width: 100%;
  }
}
.requiresec {
  margin: 0.3rem 0;
  line-height: 2;
  font-size: 0.16rem;
  color: #333;
}
.requiresec .small {
  font-size: 0.14rem;
  color: #666;
}
.requiresec .sectitle {
  margin-bottom: 0.1rem;
  font-size: 0.16rem;
  font-weight: bold;
}
.decimalist {
  margin-left: 1.5em;
  list-style: decimal outside;
}
.spcli.decimalist > li {
  margin: 0.1rem 0;
}
.tabnav {
  position: relative;
  display: block;
  text-align: left;
  height: 0.45rem;
  line-height: 0.25rem;
  box-shadow: 0 -1px 0 0 #ccc inset;
}
.tabnavlist {
  white-space: nowrap;
  font-size: 0;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.tabnavlist > a {
  margin: 0 0.2rem;
  display: inline-block;
  text-align: center;
  padding: 0.1rem 0.2rem 0 0.2rem;
  height: 0.45rem;
  font-size: 0.18rem;
  color: #666;
  border-width: 1px 1px 0 1px;
  border-style: solid;
  border-color: transparent;
  vertical-align: top;
  -webkit-transition: 0s;
  transition: 0s;
}
.tabnavlist > .on {
  margin: 0;
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  border-radius: 0.05rem 0.05rem 0 0;
}
.dotlist {
  margin-left: 1.5em;
  list-style: disc outside;
}
.setoutrow {
  margin: 0.2rem 0;
}
.setitem .dt {
  margin-bottom: 0.1rem;
  line-height: 0.2rem;
  font-size: 0.16rem;
  color: #333;
}
.setitem .dd {
  position: relative;
}
.requiredot {
  margin: 0 0.05rem;
  color: #d7000f;
}
.incaptcha {
  position: absolute;
  right: 0;
  top: 0.025rem;
  display: block;
  padding: 0 0.03rem;
  height: 0.4rem;
}
.captcha_img {
  display: block;
  height: 0.4rem;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .setrow {
    margin: 0.2rem 0;
    display: -webkit-box;
    display: flex;
  }
  .setitem:not(.half) {
    -webkit-box-flex: 1;
    flex: 1;
    min-width: 1px;
    width: 100%;
  }
  .setitem:not(.half) + .setitem:not(.half) {
    margin-left: 0.8rem;
  }
  .half.setitem {
    padding-right: 0.4rem;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .setitem {
    margin: 0.1rem 0;
    width: 100%;
  }
}
.selpaywaybox {
  margin: 0.2rem 0;
  display: block;
  overflow: hidden;
}
.selpayways {
  margin: 0 -0.2rem;
  font-size: 0;
}
.selpaywaybox .selpayways {
  margin-bottom: -0.2rem;
}
.selpaywayitem {
  margin: 0 0.2rem 0.2rem 0.2rem;
  display: inline-block;
  vertical-align: top;
}
.selpaywayitem [type="radio"] {
  display: none;
}
.selpayway_label {
  position: relative;
  display: block;
  padding-left: 0.4rem;
  cursor: pointer;
}
.selpayway_label img {
  height: 0.6rem;
}
.selpayway_label::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  background-color: #ced4da;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.selpaywayitem :checked ~ .selpayway_label::before {
  background-color: #fff;
  border: 0.05rem solid #0049ad;
}
.cutcontacts {
  margin: 0.8rem 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.cutcontact_produce {
  display: block;
  text-align: center;
  padding: 0 20%;
  font-size: 0.14rem;
  color: #888;
}
.cutcontact_produce .dt {
  margin-bottom: 0.1rem;
  line-height: 0.2rem;
  font-size: 0.18rem;
  color: #333;
}
.cutcontact_produce .strong {
  line-height: 1;
  font-size: 0.2rem;
}
@media screen and (min-width: 768px) {
  .cutcontact_item {
    margin-left: -1px;
    display: block;
    -webkit-box-flex: 1;
    flex: 1;
    min-width: 1px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .cutcontact_item {
    width: 100%;
  }
  .cutcontacts {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  .cutcontact_produce {
    padding: 0.1rem 0;
  }
}
.teamplist {
  margin: 0.2rem -0.1rem 0 -0.1rem;
  overflow: hidden;
}
.teampitem {
  margin-bottom: 0.2rem;
  float: left;
  padding: 0 0.1rem;
  width: 25%;
}
.teampitem_roduce {
  position: relative;
  display: block;
  text-align: center;
}
.teamp_pic {
  position: relative;
  display: block;
  padding-bottom: 100%;
  width: 100%;
  border-radius: 0.05rem;
  overflow: hidden;
}
.teamp_pic img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
}
.teampitem_roduce .name {
  margin-top: 0.15rem;
  line-height: 0.25rem;
  font-size: 0.2rem;
  color: #333;
}
.teampitem_roduce .job {
  margin-top: 0.1rem;
  line-height: 0.2rem;
  font-size: 0.16rem;
  color: #888;
}
@media screen and (max-width: 767px) {
  .teampitem {
    width: 50%;
  }
}
.aboutsec {
  font-size: 0.16rem;
  color: #333;
}
.aboutsec .fsectitle {
  margin: 0 0 0.1rem 0;
}
.aboutsec .sec {
  margin-top: 0.1rem;
}
.aboutsec_cnt {
  display: block;
}
.aboutsec_pic {
  position: relative;
  display: block;
  border-radius: 0.05rem;
  overflow: hidden;
}
.aboutsec_pic img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .aboutsec {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
  }
  .aboutsec_cnt {
    width: 52%;
  }
  .aboutsec_pic {
    width: 42%;
  }
  .aboutsec_cnt + .aboutsec_pic {
    margin-left: 6%;
  }
  .aboutsec_pic + .aboutsec_cnt {
    margin-left: 6%;
  }
}
@media screen and (max-width: 767px) {
  .aboutsec_cnt,
  .aboutsec_pic {
    margin: 0.2rem 0;
  }
}
/*fsidenav*/
.fsidenav {
  position: fixed;
  bottom: 0.2rem;
  right: 0.2rem;
}
.fsidenav_item {
  margin-bottom: 0.7rem;
  position: relative;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
}
.fsidenav_btn {
  position: relative;
  display: block;
  text-align: center;
  padding: 0.08rem 0.04rem 0 0.04rem;
  width: 0.8rem;
  height: 0.8rem;
  line-height: 0.15rem;
  font-size: 0.14rem;
  color: #0049ad;
  background-color: #fff;
  border: 1px solid #0049ad;
  border-radius: 0.05rem;
}
.fsidenav_btn::before {
  margin: 0 auto 0.04rem;
  display: block;
  content: "";
  width: 0.4rem;
  height: 0.3rem;
  background-image: url(../images/icon/fsidenav.png);
  background-repeat: no-repeat;
  background-size: 0.8rem auto;
}
.download.fsidenav_btn::before {
  background-position: 0 0;
}
.fsidenav_btn:not(.disabledbtn):hover::before {
  background-position: -0.4rem 0;
}
.fsidenav_btn:not(.disabledbtn):hover {
  color: #fff;
  background-color: #d7000f;
  box-shadow: 0 0.03rem 0.1rem rgba(0, 0, 0, 0.5);
  -moz-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.fsidenav_btn:hover {
  border-color: #d7000f;
}
@media screen and (min-width: 1380px) {
  .fsidenav {
    right: auto;
    left: 50%;
    margin-left: 6.1rem;
  }
}
/*end fsidenav*/
/*底部*/
.helpself {
  display: block;
  padding: 0.25rem 0;
  margin-top: 0.6rem;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.5);
  background-color: #0049ad;
}
.h_helpself {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .helpself {
    margin-top: 0rem;
  }
}
.helpself a {
  color: rgba(255, 255, 255, 0.5);
}
.helpself a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.helpself_content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.helpself_column {
  margin-top: 0.2rem;
  margin-right: 1.2rem;
  max-width: 30%;
}
.helpself_column:last-of-type {
  margin-right: 0;
}
.helpself_title {
  margin-bottom: 0.15rem;
  color: #fff;
  font-variant: small-caps;
  text-transform: uppercase;
}
.helpself_title a {
  color: #fff;
}
.helpself_title a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.helpself_info {
  margin: 0.1rem 0;
  display: -webkit-box;
  display: flex;
  line-height: 0.2rem;
}
.helpself_list {
  margin-left: 1.5em;
  list-style: outside;
  color: rgba(255, 255, 255, 0.2);
}
.helpself_list > li {
  margin: 0.05rem 0;
}
.footer {
  display: block;
  padding: 0.2rem 0;
  line-height: 0.3rem;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.5);
  background-color: #003784;
}
.footer a {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.footer_content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer_main,
.footshares {
  margin: 0.05rem 0;
}
.footshareitm {
  margin: 0 0.05rem;
  display: inline-block;
  width: 0.3rem;
  height: 0.3rem;
  background-image: url(../images/icon/footshares.png);
  background-repeat: no-repeat;
  background-size: 0.3rem auto;
  vertical-align: top;
  opacity: 0.5;
}
.footshareitm:hover {
  opacity: 1;
}
.twitter.footshareitm {
  background-position: 0 0;
}
.facebook.footshareitm {
  background-position: 0 -0.3rem;
}
.instagram.footshareitm {
  background-position: 0 -0.6rem;
}
@media screen and (max-width: 767px) {
  .helpself_column {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }
  .footer_content {
    text-align: center;
  }
  .footer_main,
  .footshares {
    width: 100%;
  }
}
/*end 底部*/
/*btn*/
.abtnrow {
  margin: 0.1rem;
  display: block;
  text-align: center;
}
.spcbtnrow {
  margin: 0.1rem;
  display: flex;
  display: -webkit-box;
  align-items: center;
  -webkit-box-align: center;
  text-align: center;
}
.boxbody .spcbtnrow {
  margin-left: 0;
  margin-right: 0;
}
.spcbtnrow_item {
  margin-right: 0.1rem;
  display: block;
  flex: 1;
  -webkit-box-flex: 1;
  width: 100%;
}
.spcbtnrow_item:last-child {
  margin-right: 0;
}
.spcbtnrow_btn {
  display: block;
  width: 100%!important;
}
.bigbtn {
  display: block;
  text-align: center;
  padding: 0.1rem;
  width: 100%;
  height: 0.45rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 0.25rem;
  font-size: 0.15rem;
  border-radius: 0.04rem;
  border: none;
  outline: 0;
  -webkit-appearance: none;
}
.bmbtn {
  display: inline-block;
  text-align: center;
  padding: 0.15rem 0.2rem;
  min-width: 2.4rem;
  max-width: 100%;
  height: 0.5rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 0.2rem;
  font-size: 0.14rem;
  border-radius: 0.05rem;
  border: none;
  outline: 0;
  -webkit-appearance: none;
}
.mbtn {
  display: inline-block;
  text-align: center;
  padding: 0.1rem 0.2rem;
  max-width: 100%;
  height: 0.4rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 0.2rem;
  font-size: 0.14rem;
  border-radius: 0.05rem;
  border: none;
  outline: 0;
  -webkit-appearance: none;
}
[type="submit"],
button {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.primarybtn {
  color: #fff;
  background-color: #ff4940;
}
.primarybtn:visited {
  color: #fff;
}
.primarybtn:not(.disabledbtn):hover {
  box-shadow: 0 0.05rem 0.2rem rgba(153, 153, 153, 0.2);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
}
.primarybtn:not(.disabledbtn):active {
  color: rgba(255, 255, 255, 0.6);
  background-color: #e13129;
}
.secondbtn {
  color: #fff;
  background-color: #006dff;
}
.secondbtn:visited {
  color: #fff;
}
.secondbtn:not(.disabledbtn):hover {
  box-shadow: 0 0 0 1px #006dff inset, 0 0.05rem 0.2rem rgba(153, 153, 153, 0.2);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
}
.secondbtn:not(.disabledbtn):active {
  color: rgba(255, 255, 255, 0.6);
  background-color: #0049ad;
  box-shadow: 0 0.05rem 0.2rem rgba(153, 153, 153, 0.2);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
}
/*蓝色边框按钮*/
.secondlinebtn {
  color: #006dff;
  box-shadow: 0 0 0 1px #006dff inset;
}
.secondlinebtn:visited {
  color: #006dff;
}
.secondlinebtn:not(.disabledbtn):hover {
  box-shadow: 0 0 0 1px #0049ad inset, 0 0.05rem 0.2rem rgba(153, 153, 153, 0.2);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
}
.secondlinebtn:not(.disabledbtn):active {
  color: rgba(0, 64, 153, 0.6);
  background-color: #eee;
  box-shadow: 0 0.03rem 0.2rem rgba(53, 53, 53, 0.2) inset, 0 0.05rem 0.2rem rgba(153, 153, 153, 0.2);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
/*橘红边框按钮*/
.orangelinebtn {
  color: #ff6c02;
  box-shadow: 0 0 0 1px #ff6c02 inset;
}
.orangelinebtn:visited {
  color: #ff6c02;
}
.orangelinebtn:not(.disabledbtn):hover {
  box-shadow: 0 0 0 1px #ff6600 inset, 0 0.05rem 0.2rem rgba(153, 153, 153, 0.2);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
}
.orangelinebtn:not(.disabledbtn):active {
  color: #ff6600;
  background-color: #eee;
  box-shadow: 0 0.03rem 0.2rem rgba(53, 53, 53, 0.2) inset, 0 0.05rem 0.2rem rgba(153, 153, 153, 0.2);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
.defaultlinebtn {
  color: #666;
  box-shadow: 0 0 0 1px #ccc inset;
}
.defaultlinebtn:visited {
  color: #666;
}
.defaultlinebtn:not(.disabledbtn):hover {
  box-shadow: 0 0 0 1px #ccc inset, 0 0.05rem 0.2rem rgba(153, 153, 153, 0.2);
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px #0049ad inset;
  background-color: #fff;
  color: #0049ad;
}
.defaultlinebtn:not(.disabledbtn):active {
  color: rgba(255, 255, 255, 0.6);
  background-color: #ccc;
  box-shadow: 0 0.03rem 0.2rem rgba(53, 53, 53, 0.2) inset, 0 0 0 1px #ccc inset, 0 0.05rem 0.2rem rgba(153, 153, 153, 0.2);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
@media screen and (max-width: 767px) {
  .sm_bigbtn {
    margin: 0.1rem 0 0 0;
    display: block;
    width: 100%;
  }
}
/*距离*/
.mt0,
.mv0,
.m0 {
  margin-top: 0!important;
}
.m0,
.mb0,
.mv0 {
  margin-bottom: 0 !important;
}
.m0,
.mh0,
.ml0 {
  margin-left: 0 !important;
}
.m0,
.mh0,
.mr0 {
  margin-right: 0 !important;
}
.m10,
.mt10,
.mv10 {
  margin-top: 0.05rem !important;
}
.m10,
.mb10,
.mv10 {
  margin-bottom: 0.05rem !important;
}
.m10,
.mh10,
.ml10 {
  margin-left: 0.05rem !important;
}
.m10,
.mh10,
.mr10 {
  margin-right: 0.05rem !important;
}
.m20,
.mt20,
.mv20 {
  margin-top: 0.1rem !important;
}
.m20,
.mb20,
.mv20 {
  margin-bottom: 0.1rem !important;
}
.m20,
.mh20,
.ml20 {
  margin-left: 0.1rem !important;
}
.m20,
.mh20,
.mr20 {
  margin-right: 0.1rem !important;
}
.m30,
.mt30,
.mv30 {
  margin-top: 0.15rem !important;
}
.m30,
.mb30,
.mv30 {
  margin-bottom: 0.15rem !important;
}
.m30,
.mh30,
.ml30 {
  margin-left: 0.15rem !important;
}
.m30,
.mh30,
.mr30 {
  margin-right: 0.15rem !important;
}
.m40,
.mt40,
.mv40 {
  margin-top: 0.2rem !important;
}
.m40,
.mb40,
.mv40 {
  margin-bottom: 0.2rem !important;
}
.m40,
.mh40,
.ml40 {
  margin-left: 0.2rem !important;
}
.m40,
.mh40,
.mr40 {
  margin-right: 0.2rem !important;
}
.p0,
.pt0,
.pv0 {
  padding-top: 0 !important;
}
.p0,
.pb0,
.pv0 {
  padding-bottom: 0 !important;
}
.p0,
.ph0,
.pl0 {
  padding-left: 0 !important;
}
.p0,
.ph0,
.pr0 {
  padding-right: 0 !important;
}
.p10,
.pt10,
.pv10 {
  padding-top: 0.05rem !important;
}
.p10,
.pb10,
.pv10 {
  padding-bottom: 0.05rem !important;
}
.p10,
.ph10,
.pl10 {
  padding-left: 0.05rem !important;
}
.p10,
.ph10,
.pr10 {
  padding-right: 0.05rem !important;
}
.p20,
.pt20,
.pv20 {
  padding-top: 0.1rem !important;
}
.p20,
.pb20,
.pv20 {
  padding-bottom: 0.1rem !important;
}
.p20,
.ph20,
.pl20 {
  padding-left: 0.1rem !important;
}
.p20,
.ph20,
.pr20 {
  padding-right: 0.1rem !important;
}
.p30,
.pt30,
.pv30 {
  padding-top: 0.15rem !important;
}
.p30,
.pb30,
.pv30 {
  padding-bottom: 0.15rem !important;
}
.p30,
.ph30,
.pl30 {
  padding-left: 0.15rem !important;
}
.p30,
.ph30,
.pr30 {
  padding-right: 0.15rem !important;
}
.p40,
.pt40,
.pv40 {
  padding-top: 0.2rem !important;
}
.p40,
.pb40,
.pv40 {
  padding-bottom: 0.2rem !important;
}
.p40,
.ph40,
.pl40 {
  padding-left: 0.2rem !important;
}
.p40,
.ph40,
.pr40 {
  padding-right: 0.2rem !important;
}
.m24,
.mb24,
.mv24 {
  margin-bottom: 0.12rem !important;
}
.m24,
.mh24,
.ml24 {
  margin-left: 0.12rem !important;
}
.m24,
.mh24,
.mr24 {
  margin-right: 0.12rem !important;
}
.p24,
.pt24,
.pv24 {
  padding-top: 0.12rem !important;
}
.p24,
.pb24,
.pv24 {
  padding-bottom: 0.12rem !important;
}
.p24,
.ph24,
.pl24 {
  padding-left: 0.12rem !important;
}
.p24,
.ph24,
.pr24 {
  padding-right: 0.12rem !important;
}
.mt80 {
  margin-top: 0.4rem !important;
}
.mt160 {
  margin-top: 0.8rem !important;
}
.mh120 {
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
}
.mt120 {
  margin-top: 0.6rem;
}
.mt100 {
  margin-top: 0.5rem;
}
.mb60 {
  margin-bottom: 0.3rem;
}
.box_pt20 {
  padding-top: 0.1rem;
}
.box_pd40 {
  padding-bottom: 0.2rem;
}
.width80p {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .lg_cutcont {
    display: block;
    -webkit-box-flex: 1;
    flex: 1;
    min-width: 1px;
  }
  .lg_ml30 {
    margin-left: 0.15rem;
  }
}
@media screen and (max-width: 767px) {
  .lg_cutcont {
    display: block;
    width: 100%;
  }
  .md_block {
    margin-top: 0.2rem;
    display: block;
    width: 100%;
    text-align: center;
  }
}
/*font*/
/*color*/
.butxt {
  color: #0049ad;
}
a.butxt:hover {
  color: rgba(0, 64, 153, 0.6);
}
.ogtxt {
  color: #ff6c02;
}
a.ogtxt:hover {
  color: rgba(255, 108, 2, 0.6);
}
.text_up {
  text-transform: uppercase;
}
.linktxt {
  text-decoration: underline;
}
a.linktxt:hover {
  color: #fff;
  background-color: #0049ad;
}
/*---------------------------------------------图片缩小后摇动（不错）*/
/*左右摇摆*/
.hover_arrow .box:hover .icon_public {
  animation: landr 0.8s ease-in-out;
  -ms-animation: landr 0.8s ease-in-out;
  -moz-animation: landr 0.8s ease-in-out;
  -webkit-animation: landr 0.8s ease-in-out;
  -o-animation: landr 0.8s ease-in-out;
}
/*定义动画效果_css3*/
@keyframes landr {
  0% {
    transform: rotate(0deg);
    transform-origin: right bottom 0;
  }
  39% {
    transform: rotate(5deg);
    transform-origin: right bottom 0;
  }
  40% {
    transform: rotate(5deg);
    transform-origin: left bottom 0;
  }
  75% {
    transform: rotate(-10deg);
    transform-origin: left bottom 0;
  }
  100% {
    transform: rotate(0deg);
    transform-origin: left bottom 0;
  }
}
@-webkit-keyframes landr {
  0% {
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: right bottom 0;
  }
  39% {
    -webkit-transform: rotate(5deg);
    webkit-transform-origin: right bottom 0;
  }
  40% {
    -webkit-transform: rotate(5deg);
    -webkit-transform-origin: left bottom 0;
  }
  75% {
    -webkit-transform: rotate(-10deg);
    -webkit-transform-origin: left bottom 0;
  }
  100% {
    -webkit-transform: rotate(0deg);
    -webkit-transform-origin: left bottom 0;
  }
}
@media only screen and (min-width: 321px) and (max-width: 375px) {
  /*html{font-size: 75%;}*/
}
/*@media only screen and (min-width: 376px) and (max-width: 414px) {
	html{font-size: 68.75%;}
}

@media only screen and (min-width: 415px) and (max-width: 750px) {
	html{font-size: 75%;}
}

@media only screen and (min-width: 751px) and (max-width: 767px) {
	html{font-size: 75%;}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	html{font-size: 75%;}
}

@media only screen and (min-width: 1200px){
    html{font-size: 87.5%;}
}
*/

textarea {
  font-family: inherit;
}
p.err_msg {color: #d43f3a;}
