@charset "UTF-8";
/* yui3 reset.css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

iframe {
  display: block;
}

/* yui3 fonts */
@font-face {
  font-family: "SourceHanSansCN-Regular";
  src: url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.woff") format("woff"), url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "OPPOSans-R";
  src: url("./fonts/OPPOSans-R/OPPOSans-R.woff") format("woff"), url("./fonts/OPPOSans-R/OPPOSans-R.ttf") format("truetype"), url("./fonts/OPPOSans-R/OPPOSans-R.eot") format("embedded-opentype");
}
body {
  color: #333;
  font-family: SourceHanSansCN-Regular, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5f6f7;
}
body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

table {
  font-size: inherit;
  font: 100%;
}

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  color: #333;
  text-decoration: none;
}

input,
button,
textarea {
  border: 0;
  outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
  display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
  color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #999;
}

.placeholder {
  color: #999;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.l {
  float: left !important;
}

.r {
  float: right !important;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden !important;
}

.trans {
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* 当前位置位置 */
.location {
  padding-left: 23px;
  height: 57px;
  line-height: 57px;
  font-size: 14px;
  color: #a8b6c1;
  background: url("../images/location-icon.png") no-repeat 0 center;
}

.location a {
  color: #a8b6c1;
}

.location span {
  color: #c8000a;
}

#header {
  height: 137px;
}

.header {
  width: 100%;
  min-width: 1200px;
  height: 137px;
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.header .header-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.header .header-con .header-logo-img {
  width: 511px;
  height: 96px;
}
.header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header .header-right .header-menu-item {
  position: relative;
  height: 30px;
  color: #333;
  font-size: 16px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.header .header-right .header-menu-item:hover, .header .header-right .header-menu-item.current {
  font-weight: bold;
  color: #c8000a;
}
.header .header-right .header-menu-item:hover::after, .header .header-right .header-menu-item.current::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #c8000a;
}
.header .header-right .header-menu-item + .header-menu-item {
  margin-left: 22px;
}
.header .header-right .header-operation {
  display: flex;
  align-items: center;
  margin-bottom: 19px;
}
.header .header-right .header-operation .header-wechat {
  position: relative;
}
.header .header-right .header-operation .header-wechat:hover {
  z-index: 10;
}
.header .header-right .header-operation .header-wechat:hover .wechat-icon {
  background: #c8000a url("../images/wechat-icon-hov.png") no-repeat center;
  border-color: #c8000a;
}
.header .header-right .header-operation .header-wechat:hover .wechat-tip {
  transform: scale(1);
  opacity: 1;
}
.header .header-right .header-operation .header-wechat .wechat-icon {
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/wechat-icon.png") no-repeat center;
  border: 1px solid #dadada;
  border-radius: 20px;
  cursor: pointer;
}
.header .header-right .header-operation .header-wechat .wechat-tip {
  position: absolute;
  right: -20px;
  top: 95px;
  width: 816px;
  height: 358px;
  transform: scale(0);
  transform-origin: right top;
  opacity: 0;
  transition: opacity 0.3s;
}
.header .header-right .header-operation .header-wechat .wechat-tip::before {
  position: absolute;
  top: -42px;
  left: -30px;
  content: "";
  width: 876px;
  height: 430px;
  background: url("../images/tip-box.png") no-repeat center;
  z-index: -1;
}
.header .header-right .header-operation .header-wechat .wechat-tip h5 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 60px;
}
.header .header-right .header-operation .header-wechat .wechat-tip .wechat-code {
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
}
.header .header-right .header-operation .header-wechat .wechat-tip .wechat-code .item {
  width: 240px;
  text-align: center;
}
.header .header-right .header-operation .header-wechat .wechat-tip .wechat-code .item img {
  width: 240px;
  height: 240px;
  border: 1px solid #f1f1f1;
}
.header .header-right .header-operation .header-wechat .wechat-tip .wechat-code .item h6 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}

.header-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  width: 220px;
  height: 40px;
  border: 1px solid #dadada;
  border-radius: 20px;
}
.header-search .header-search-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 16px;
  width: 0;
  height: 100%;
  color: #333;
  font-size: 14px;
  background-color: transparent;
}
.header-search .header-search-input::-webkit-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}
.header-search .header-search-input::-moz-placeholder {
  color: rgba(153, 153, 153, 0.6);
}
.header-search .header-search-input:-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}
.header-search .header-search-input::-ms-input-placeholder {
  color: rgba(153, 153, 153, 0.6);
}
.header-search .header-search-input::placeholder {
  color: rgba(153, 153, 153, 0.6);
}
.header-search .header-search-icon {
  width: 50px;
  height: 100%;
  background: url("../images/header_search_icon.png") no-repeat center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pager .m-pagination-page {
  padding-right: 0;
}
.pager .m-pagination-page > li {
  margin-right: 6px;
}
.pager .m-pagination-page > li > a {
  min-width: 34px;
  height: 34px;
  line-height: 30px;
  padding: 0 7px;
  color: #666;
  font-family: SourceHanSansCN-Regular;
  border-width: 2px;
  border-color: #ebebeb;
  box-sizing: border-box;
}
.pager .m-pagination-page > li.active > a {
  border-color: #ae000e;
  color: #ae000e;
  font-weight: normal;
  background-color: #fff;
}
.pager .m-pagination-page > li:hover > a,
.pager .m-pagination-group > button:hover {
  border-color: #ae000e;
}
.pager .m-pagination-group > input {
  width: 34px;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  border: 2px solid #ebebeb;
  margin-left: 6px;
}
.pager .m-pagination-info {
  height: 34px;
  line-height: 34px;
  padding-left: 0;
}
.pager .m-pagination-group > button {
  display: none;
}
.pager .m-pagination-jump {
  position: relative;
}
.pager .m-pagination-jump:after {
  position: absolute;
  content: "页";
  line-height: 34px;
  left: 46px;
}
.pager .m-pagination-size > select {
  height: 34px;
  line-height: 34px;
}

.footer {
  min-width: 1200px;
  height: 123px;
  background-color: #282828;
  color: #fff;
  text-align: center;
  padding-top: 32px;
}
.footer .number-ct {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.footer .number-ct img {
  width: 21px;
  height: 22px;
  margin: 0 8px 0 16px;
}

.module-title {
  line-height: 42px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.module-title::before, .module-title::after {
  content: "";
  display: inline-block;
  width: 309px;
  height: 9px;
  margin: 0 30px;
  background: url("../images/module-tit-lt.png") no-repeat center bottom;
  vertical-align: middle;
}
.module-title::after {
  background-image: url("../images/module-tit-rt.png");
}

.module-box {
  min-width: 1320px;
  padding: 40px 0;
}

.sub-menu {
  width: 220px;
}
.sub-menu .sub-head {
  height: 86px;
  line-height: 86px;
  font-size: 22px;
  font-weight: bold;
  color: #c8000a;
  padding-left: 33px;
  background: url("../images/sub-compass.png") no-repeat center left;
}
.sub-menu .sub-tree-items {
  margin-top: 10px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}
.sub-menu .sub-tree-items.current .sub-tree-node > a {
  color: #fff;
  background: linear-gradient(to top, #c8000a, #ff6169);
  border-radius: 4px 4px 0 0;
}
.sub-menu .sub-tree-items.current .sub-tree-node > a:before {
  background-image: url("../images/menu_arr.png") !important;
}
.sub-menu .sub-tree-items.current .sub-tree-subs {
  display: block;
}
.sub-menu .sub-tree-items + .sub-menu .sub-tree-items {
  margin-top: 20px;
}
.sub-menu .sub-tree-items.hasChild .sub-tree-node > a:before {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/menu_arrh.png") no-repeat center center;
}
.sub-menu .sub-tree-node .sub-tree-tt {
  position: relative;
  height: 60px;
  line-height: 60px;
  padding-left: 24px;
  color: #333;
  font-size: 16px;
  background: linear-gradient(to top, #d6d6d6, #f5f5f5);
  border-radius: 4px;
  border: 1px solid #fff;
}
.sub-menu .sub-tree-subs {
  display: none;
}
.sub-menu .sub-tree-item {
  padding: 10px 0;
}
.sub-menu .sub-tree-item .sub-tree-tt {
  position: relative;
  width: 180px;
  margin: 0 auto;
  padding: 3px 0 3px 35px;
  color: #666;
  transition: background 0.3s;
}
.sub-menu .sub-tree-item .sub-tree-tt::before {
  position: absolute;
  top: 50%;
  left: 19px;
  transform: translateY(-50%);
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c5c5c5;
}
.sub-menu .sub-tree-item .sub-tree-tt:hover, .sub-menu .sub-tree-item .sub-tree-tt.active {
  background: rgba(255, 97, 105, 0.1);
  color: #c8000a;
  border-radius: 2px;
}
.sub-menu .sub-tree-item .sub-tree-tt:hover::before, .sub-menu .sub-tree-item .sub-tree-tt.active::before {
  background: #c8000a;
}
.sub-menu .sub-tree-tt {
  display: block;
}