@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: "shs";
  src: url("../css/font/SourceHanSansCN-Regular/SourceHanSansCN-Regular.eot") format("embedded-opentype"), url("../css/font/SourceHanSansCN-Regular/SourceHanSansCN-Regular.ttf") format("truetype"), url("../css/font/SourceHanSansCN-Regular/SourceHanSansCN-Regular.woff") format("woff");
}
@font-face {
  font-family: "afy";
  src: url("../css/font/AlimamaFangYuanTiVF-Thin/AlimamaFangYuanTiVF-Thin.ttf") format("truetype");
}
@font-face {
  font-family: "ysb";
  src: url("../css/font/YouSheBiaoTiHei/YouSheBiaoTiHei.eot") format("embedded-opentype"), url("../css/font/YouSheBiaoTiHei/YouSheBiaoTiHei.ttf") format("truetype"), url("../css/font/YouSheBiaoTiHei/YouSheBiaoTiHei.woff") format("woff");
}
@font-face {
  font-family: "impact";
  src: url("../css/font/impact/impact.ttf") format("truetype");
}
body {
  min-width: 1440px;
  color: #333;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
}

* {
  -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 {
  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: 1440px;
  margin: 0 auto;
}

/* header */
#header .header {
  min-width: 1200px;
  background: #fff;
}
#header .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 102px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#header .header-chosen {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 42px;
}
#header .header-chosen .header-sel {
  width: 100%;
}
#header .header-chosen .chosen-container {
  width: 100%;
  height: 100%;
}
#header .header-chosen .chosen-container .chosen-single {
  padding: 0 0 0 10px;
  border: 0;
  background-color: transparent;
  color: #333;
  height: 38px;
  line-height: 38px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#header .header-chosen .chosen-container .chosen-single span {
  margin-right: 15px;
}
#header .header-chosen .chosen-container.chosen-container-active.chosen-with-drop .chosen-single {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#header .header-chosen .chosen-container.chosen-container-single .chosen-single div b {
  background: url("../images/header_chosen_down.png") no-repeat center center;
}
#header .header-chosen .chosen-container.chosen-container-active.chosen-with-drop .chosen-single div b {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#header .header-chosen .chosen-container .chosen-drop {
  width: 240px;
  border: 1px solid #fff;
  border-radius: 4px;
  overflow: hidden;
  background-color: #a0a0a0;
}
#header .header-chosen .chosen-container .chosen-drop .chosen-results {
  margin: 0;
  padding: 0 8px;
}
#header .header-chosen .chosen-container .chosen-drop .chosen-results li {
  text-align: center;
  font-size: 20px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 5px 0;
}
#header .header-chosen .chosen-container .chosen-drop .chosen-results li.highlighted, #header .header-chosen .chosen-container .chosen-drop .chosen-results li.result-selected {
  color: #0072dc;
  background: rgba(0, 114, 220, 0.08);
}
#header .header-search {
  position: relative;
  width: 430px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #0072dc;
  background: #fff;
}
#header .header-search:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 90px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background: #d6d6d6;
}
#header .header-search-input {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 0;
  background: transparent;
  padding: 0 59px 0 105px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  font-size: 14px;
}
#header .header-search-btn {
  position: absolute;
  width: 75px;
  height: 40px;
  top: 50%;
  right: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 20px;
  background: #0072dc url("../images/search.png") no-repeat center center;
  cursor: pointer;
}

.nav {
  position: relative;
  height: 58px;
  background: rgba(0, 114, 220, 0.55);
  font-size: 20px;
  text-align: center;
  padding-top: 4px;
  z-index: 5;
}
.nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav-menu > li {
  width: 240px;
  height: 50px;
  line-height: 50px;
}
.nav-menu > li.current a {
  font-weight: bold;
  background: #0072dc;
}
.nav-menu > li a {
  display: block;
  color: #fff;
  border-radius: 4px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.nav-menu > li a:hover {
  font-weight: bold;
  background: #0072dc;
}

.mod-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28px;
  font-family: "afy";
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 5px;
}
.mod-tit span {
  color: #0072dc;
}
.mod-tit::before, .mod-tit::after {
  content: "";
  width: 352px;
  height: 26px;
  margin: 0 20px;
  background: url("../images/tit-lt.png");
}
.mod-tit::after {
  background-image: url("../images/tit-rt.png");
}

.footer {
  height: 269px;
  font-size: 16px;
  background: #102234;
  padding-top: 32px;
}
.footer .info {
  height: 150px;
  padding-bottom: 25px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid rgba(71, 153, 234, 0.38);
}
.footer .info p {
  height: 37px;
  line-height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.footer .info p:nth-child(-n+3) {
  width: 950px;
}
.footer .info p:nth-child(n+4) {
  width: calc(100% - 1000px);
  padding-left: 30px;
}
.footer .info p:nth-child(4) {
  background: url("../images/icon-phone.png") no-repeat 0 center;
}
.footer .info p:nth-child(5) {
  background: url("../images/icon-email.png") no-repeat 0 center;
}
.footer .info p:nth-child(6) {
  background: url("../images/icon-address.png") no-repeat 0 center;
}
.footer .code {
  display: block;
  margin-top: 25px;
  color: #7cc0ff;
}

/* 当前位置位置 */
.location {
  padding-left: 24px;
  height: 64px;
  line-height: 64px;
  font-size: 16px;
  background: url("../images/localtion.png") no-repeat 0 center;
}

.location a {
  color: #333;
}

.location span {
  color: #0072dc;
}

.page-content {
  padding-bottom: 24px;
  background: #edf7ff;
}

.page-panel {
  background: #fff;
  -webkit-box-shadow: 0 4px 16 rgba(133, 171, 219, 0.3);
          box-shadow: 0 4px 16 rgba(133, 171, 219, 0.3);
  border-radius: 10px;
}

.panel-top {
  height: 66px;
  border-bottom: 1px solid #f3f4f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 24px;
}

.print {
  padding-left: 22px;
  color: #999;
  font-size: 13px;
  line-height: 16px;
  background: url("../images/print.png") no-repeat 0 center;
  cursor: pointer;
}

.sub-banner {
  height: 246px;
  margin: -58px 0 24px;
  background: url("../images/subbanner.png") no-repeat center 0;
  padding-top: 108px;
}
.sub-banner .sub-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sub-banner .title {
  margin-left: 48px;
  margin-right: 95px;
}
.sub-banner .title h3 {
  line-height: 46px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 4px;
}
.sub-banner .title span {
  line-height: 24px;
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
}
.sub-banner .btn {
  width: 148px;
  height: 46px;
  margin-top: 12px;
  padding-left: 22px;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #fff;
  border-radius: 4px;
  background-color: #0072dc;
  margin-right: 16px;
  background-position: 18px center;
  background-repeat: no-repeat;
  background-image: url("../images/icon-guide.png");
}
.sub-banner .btn:hover {
  background-color: #005bb0;
}
.sub-banner .btn.down {
  background-image: url("../images/icon-down.png");
}

.info-mod {
  padding-bottom: 20px;
}

/* 二级页右侧搜索框 */
.sec-search {
  width: 380px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 4px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}
.sec-search .sec-search-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 12px;
  width: 0;
  height: 100%;
  color: #333;
  font-size: 13px;
  background-color: transparent;
}
.sec-search .sec-search-icon {
  width: 36px;
  background: url("../images/sec-search.png") no-repeat center center;
  cursor: pointer;
}

.link-list .link-list-item {
  height: 60px;
  line-height: 60px;
  padding: 0 24px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  border-bottom: 1px solid #f3f4f6;
}
.link-list .link-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 24px;
  background: url("../images/dot.png") 0 center no-repeat;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.link-list .link-list-item h4 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.link-list .link-list-item span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #99a1af;
  font-size: 16px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.link-list .link-list-item:hover a h4,
.link-list .link-list-item:hover a span {
  color: #0072dc;
}

.pager {
  margin-top: 20px;
}
.pager .m-pagination-page {
  padding-right: 0;
}
.pager .m-pagination-page > li {
  margin-right: 6px;
}
.pager .m-pagination-page > li > a {
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  padding: 0 7px;
  font-size: 13px;
  color: #364153;
  border-width: 1px;
  border-color: #e5e7eb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
}
.pager .m-pagination-page > li.active > a {
  border-color: #0072dc;
  color: #fff;
  background-color: #0072dc;
}
.pager .m-pagination-page > li:hover > a,
.pager .m-pagination-group > button:hover {
  border-color: #0072dc;
  color: #fff;
  background-color: #0072dc;
}
.pager .m-pagination-group > input {
  width: 40px;
  height: 32px;
  line-height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  margin-left: 6px;
}
.pager .m-pagination-info {
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  font-size: 13px;
  color: #364153;
}
.pager .m-pagination-group > button {
  display: none;
}
.pager .m-pagination-jump {
  position: relative;
}
.pager .m-pagination-jump:after {
  position: absolute;
  content: "页";
  line-height: 32px;
  color: #364153;
  left: 52px;
  font-size: 13px;
}
.pager .m-pagination-size > select {
  height: 34px;
  line-height: 34px;
  border-color: #ebebeb;
  border-width: 2px;
}

.anime_action {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}