@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 */
body {
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Rototo, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

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

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

a {
  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 {
  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;
}

.ewb-container {
  width: 998px;
  margin: 0 auto;
}

.ewb-containernew {
  width: 1200px;
  margin: 0 auto;
}

@font-face {
  font-family: 'SourceHanSansCN-Bold';
  src: url("./fonts/SourceHanSansCN-Bold/SourceHanSansCN-Bold.eot") format("embedded-opentype"), url("./fonts/SourceHanSansCN-Bold/SourceHanSansCN-Bold.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Bold/SourceHanSansCN-Bold.woff") format("woff");
}

@font-face {
  font-family: 'SourceHanSansCN-Medium';
  src: url("./fonts/SourceHanSansCN-Medium/SourceHanSansCN-Medium.eot") format("embedded-opentype"), url("./fonts/SourceHanSansCN-Medium/SourceHanSansCN-Medium.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Medium/SourceHanSansCN-Medium.woff") format("woff");
}

@font-face {
  font-family: 'SourceHanSansCN-Regular';
  src: url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.eot") format("embedded-opentype"), url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular/SourceHanSansCN-Regular.woff") format("woff");
}

/* 当前位置位置 */
.location {
  padding-left: 18px;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
}

.location a {
  color: #333;
}

.location span {
  color: #ff6600;
}

html {
  height: 100%;
}

body {
  font-family: 'SourceHanSansCN-Regular';
}

.hasfooter {
  position: relative;
  min-height: 100%;
  padding-bottom: 177px;
  box-sizing: border-box;
  z-index: 1;
}

/* chosen */
.chosen-container {
  width: 312px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
}

.chosen-container-single .chosen-single {
  padding: 0 0 0 10px;
  height: 34px;
  border: 1px solid #c3d3e1;
  box-shadow: none;
  font-size: 14px;
  color: #333;
}

.chosen-container-single .chosen-single.cur {
  color: #333;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #c3d3e1;
}

.chosen-container-single .chosen-single span {
  margin-right: 28px;
  height: 32px;
  line-height: 32px;
}

.chosen-container-single .chosen-single div {
  width: 28px;
  padding: 0;
}

.chosen-container-single .chosen-single div b {
  width: 28px;
  height: 32px;
  background: url("../images/sel_ico.png") left center no-repeat;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background: url("../images/sel_ico_cur.png") left center no-repeat;
}

.chosen-container-single .chosen-drop {
  top: 35px;
  border: 1px solid #c3d3e1;
  border-top: 0;
  border-radius: 0;
}

.chosen-container-single .chosen-search input[type='text'] {
  border: 1px solid #c3d3e1;
}

.chosen-container .chosen-results {
  margin: 0;
  padding: 0;
  color: #676767;
}

.chosen-container .chosen-results li {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 16px;
}

.chosen-container .chosen-results li.highlighted {
  color: #fff;
  background: #0087ff;
}

/* header */
.header {
  height: 320px;
  background: url("../images/bg.png") no-repeat center;
  background-size: cover;
}

.header-con {
  position: relative;
  z-index: 1;
}

.header-log {
  position: absolute;
  left: 0;
  top: 74px;
  width: 600px;
  height: 110px;
}

.header-link {
  position: absolute;
  left: 655px;
  top: 96px;
  width: 194px;
  height: 72px;
  font-size: 36px;
  color: #0e6be0;
  font-family: 'SourceHanSansCN-Bold';
  line-height: 62px;
  text-align: center;
  background: url("../images/btn.png") no-repeat top center;
  background-size: 184px 62px;
  padding: 0 5px;
  box-sizing: border-box;
  z-index: 1;
}

.header-link:hover {
  background-image: url("../images/btn_hover.png");
  background-size: 100% 100%;
}

/* footer */
.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}

.ewb-footer {
  padding: 19px 0 29px 0;
  min-width: 129px;
  background-color: #4a4a4a;
}

/* 友情链接 */
.ewb-friendlink {
  height: 34px;
}

.ewb-fl-node {
  float: left;
  margin-left: 15px;
  width: 390px;
  vertical-align: top;
}

.ewb-fl-node:first-child {
  margin-left: 0;
}

.ewb-fl-sel {
  padding-left: 10px;
  width: 100%;
  height: 34px;
  line-height: 34px;
  border: 1px solid #dbdbdb;
  color: #666;
}

.ewb-fl-node .chosen-container-single .chosen-single {
  border: 1px solid #dbdbdb;
  color: #666;
}

.ewb-fl-node .chosen-container-single .chosen-single.cur {
  color: #666;
}

.ewb-fl-node .chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #dbdbdb;
}

.ewb-fl-node .chosen-container-single .chosen-drop {
  top: auto;
  bottom: 100%;
  border: 1px solid #dbdbdb;
  border-bottom: 0;
}

.ewb-fl-node .chosen-container-single .chosen-search input[type='text'] {
  border: 1px solid #dbdbdb;
}

/* 底部信息 */
.ewb-foot {
  position: relative;
  padding-top: 23px;
}

.ewb-foot-content {
  line-height: 24px;
  text-align: center;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.ewb-foot-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 12px;
  font-size: 14px;
  color: #e8e8e8;
}

.ewb-foot-icon {
  position: absolute;
  left: 50%;
  display: block;
}

.ewb-foot-icon.icon1 {
  top: 32px;
  margin-left: -397px;
  width: 103px;
  height: 49px;
}

.ewb-foot-icon.icon2 {
  top: 29px;
  margin-left: 283px;
  width: 48px;
  height: 60px;
}

.ewb-foot-icon img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}

/* 面包屑 */
.crumbs {
  position: relative;
  height: 95px;
  font-size: 26px;
  color: #333;
  font-family: 'SourceHanSansCN-Medium';
  line-height: 95px;
  padding-left: 50px;
  box-sizing: border-box;
  z-index: 1;
}

.crumbs-arrow {
  margin: 0 8px;
}

.crumbs::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 31px;
  height: 40px;
  background: url("../images/crumbs.png") no-repeat center;
  background-size: 100% 100%;
  content: '';
  z-index: 1;
}

.crumbs :last-child {
  color: #498ad6;
}

.pager {
  margin-top: 39px;
}

.pager .m-pagination-page > li > a,
.pager .m-pagination-size > select,
.pager .m-pagination-group > input,
.pager .m-pagination-group > button,
.pager .m-pagination-info {
  font-size: 28px;
}

.pager .m-pagination-page > li > a {
  height: 44px;
  line-height: 44px;
  padding: 0 14px;
}

.pager .next,
.pager .prev {
  display: inline-block;
  width: 14px;
  height: 24px;
  background: no-repeat center;
  background-size: 100% 100%;
}

.pager .next {
  margin-left: 23px;
  background-image: url("../images/next.png");
}

.pager .prev {
  background-image: url("../images/prev.png");
  margin-right: 23px;
}

.pager .m-pagination-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  margin-bottom: 20px;
  text-align: center;
}

.pager .m-pagination-jump {
  width: auto;
}

.pager .m-pagination-info,
.pager .m-pagination-jump {
  height: 46px;
  font-size: 32px;
  font-family: 'SourceHanSansCN-Bold';
  color: #333;
  line-height: 46px;
}

.pager .nowpage {
  margin: 0 32px;
}

.pager .m-pagination-group > input {
  width: 83px;
  height: 46px;
  font-family: 'SourceHanSansCN-Medium';
  color: #333;
  line-height: 44px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  margin: 0 18px;
}

.pager .m-pagination-group > button {
  height: 46px;
  font-size: 32px;
  font-family: 'SourceHanSansCN-Bold';
  color: #333;
  line-height: 46px;
  border: none;
}
