@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 {
  -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;
}

@font-face {
  font-family: "Source Han Sans CN";
  src: url("./fonts/SourceHanSansCN-Regular.woff") format("woff"), url("./fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("./fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}
@font-face {
  font-family: "Roboto";
  src: url("./fonts/Roboto/Roboto.woff") format("woff"), url("./fonts/Roboto/Roboto.ttf") format("truetype"), url("./fonts/Roboto/Roboto.eot") format("embedded-opentype");
}
html {
  height: 100%;
  background: #fff;
}

body {
  min-width: 1346px;
  font-family: "Source Han Sans CN";
}

.has-footer {
  position: relative;
  min-height: 100%;
  padding-bottom: 218px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

.content {
  padding-bottom: 40px;
}

/* 头部 */
#header {
  min-height: 315px;
}

.header {
  position: relative;
  height: 100%;
}
.header .header-vedio-box {
  position: relative;
  z-index: 1;
  height: 315px;
  padding-top: 36px;
  background: url("../images/banner.jpg") top center no-repeat;
  background-size: 100% 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .title {
  height: 80px;
  margin-left: 247px;
}
.header .title > img {
  width: 709px;
  height: 100%;
}
.header .text-logo {
  width: 1346px;
  margin-top: 22px;
  margin-left: -73px;
  height: 82px;
  text-align: right;
}
.header .text-logo > img {
  width: 385px;
  height: 100%;
}
.header .header-video {
  width: 100%;
}
.header-nav-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: rgba(58, 141, 243, 0.8);
  z-index: 2;
}
.header-nav-list {
  /* margin-right: 25px; */
}
.header-nav-item {
  position: relative;
  float: left;
  height: 60px;
  margin-right: 19px;
  border-bottom: 3px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-nav-item:last-child {
  margin-right: 0;
}
.header-nav-item.have-child span.text {
  position: relative;
  padding: 0 7px;
  background: url("../images/arrow_down.png") right 13px center no-repeat;
  background-size: 16px 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header-nav-item.have-child span.text a {
	color:#fff;
}
.header-nav-item.have-child:hover .header-sub-list {
  display: block;
}
.header-nav-item.have-child:hover span.text {
  font-size: 21px;
  background-image: url("../images/arrow_down_hover.png");
  background-position: right 7px center;
}
.header-nav-item:hover, .header-nav-item.current {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(113, 155, 255, 0.8)), to(rgba(113, 155, 255, 0)));
  background: linear-gradient(to top, rgba(113, 155, 255, 0.8), rgba(113, 155, 255, 0));
  border-color: #FDF86D;
}
.header-nav-item:hover .text, .header-nav-item.current .text {
  color: #EFF88E;
}
.header-nav-item .text {
  position: relative;
  display: block;
  width: 118px;
  height: 100%;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-nav-item a.text {
  text-align: center;
}

.header-nav-item.have-child span.text1 {
  position: relative;
  padding: 0 7px;
  background: url("../images/arrow_down.png") right 13px center no-repeat;
  background-size: 16px 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.header-nav-item.have-child span.text1 a {
	color:#fff;
}
.header-nav-item.have-child:hover span.text1 {
  font-size: 21px;
  background-image: url("../images/arrow_down_hover.png");
  background-position: right 7px center;
}
.header-nav-item:hover, .header-nav-item.current {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(113, 155, 255, 0.8)), to(rgba(113, 155, 255, 0)));
  background: linear-gradient(to top, rgba(113, 155, 255, 0.8), rgba(113, 155, 255, 0));
  border-color: #FDF86D;
}
.header-nav-item:hover .text1, .header-nav-item.current .text1 {
  color: #EFF88E;
}
.header-nav-item .text1 {
  position: relative;
  display: block;
  width: 155px;
  height: 100%;
  line-height: 60px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-nav-item a.text1 {
  text-align: center;
}

.header-sub-list {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 60px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  padding: 5px 5px;
  background-color: rgba(58, 141, 243, 0.6);
  box-sizing: border-box;
  text-align: center;
}
.header-sub-item {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px dashed #faff73;
}
.header-sub-item:hover a {
  color: #faff73;
}
.header-sub-item a {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 0;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-search-wrap {
  position: relative;
  width: 360px;
  height: 40px;
  margin: 10px 0;
}
.header-search-input {
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding-left: 13px;
  padding-right: 100px;
  background-color: #FFFFFF;
  border-radius: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: 0;
}
.header-search-input::-webkit-input-placeholder {
  color: #7C8BA1;
}
.header-search-input::-moz-placeholder {
  color: #7C8BA1;
}
.header-search-input:-ms-input-placeholder {
  color: #7C8BA1;
}
.header-search-input::-ms-input-placeholder {
  color: #7C8BA1;
}
.header-search-input::placeholder {
  color: #7C8BA1;
}
.header-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  vertical-align: top;
  width: 89px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEA905), to(#FF8540));
  background: linear-gradient(to bottom, #FEA905, #FF8540);
  border-radius: 48px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-search-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/header_search_ico.png") center no-repeat;
}
.header-search-btn:hover {
  opacity: 0.8;
}

/* 尾部 */
.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: #626d84;
  color: #d1d8e6;
  padding: 25px 0;
}
.footer .foot-search {
  margin-bottom: 16px;
}
.footer .foot-search .chosen-container-single .chosen-single {
  padding-left: 12px;
  height: 32px;
  border: 1px solid #96a3bc;
  background: #626d84;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.footer .foot-search .chosen-container-single .chosen-single div b {
  background: url("../images/footer_down_arrow.png") left center no-repeat;
}
.footer .foot-search .chosen-container-active .chosen-single div b {
  background: url("../images/footer_up_arrow.png") left center no-repeat;
}
.footer .foot-search .chosen-container-single .chosen-drop {
  border-radius: 0;
}
.footer .foot-search .chosen-container .chosen-results {
  margin: 0;
  padding: 9px 0;
  max-height: 180px !important;
}
.footer .foot-search .chosen-container .chosen-results li {
  padding: 5px 10px;
}
.footer .foot-search .chosen-container .chosen-results li.highlighted {
  background: #fff;
  color: #3a8df3;
}
.footer .foot-search-outer {
  width: 285px;
  margin-right: 20px;
}
.footer .foot-search-outer:last-child {
  margin-right: 0;
}
.footer .foot-info-row {
  line-height: 24px;
  font-size: 12px;
}
.footer .foot-info-row > span {
  margin-right: 15px;
}
.footer .foot-info-row > span:last-child {
  margin-right: 0;
}
.footer .foot-info-row a {
  color: #d1d8e6;
}
.footer .foot-qr-outer {
  margin-top: 8px;
}
.footer .foot-qr {
  display: block;
}

/* 侧边栏 */
.side {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  z-index: 1000;
}
.side-item {
  position: relative;
  background: #FFFFFF;
  border-radius: 4px;
  margin-bottom: 12px;
}
.side-item:last-child {
  margin-bottom: 0;
}
.side-item:hover {
  overflow: visible;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(193, 204, 224, 0.71);
          box-shadow: 0px 0px 20px 0px rgba(193, 204, 224, 0.71);
}
.side-item:hover .detail {
  display: block;
}
.side-item a {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  padding: 8px 0;
  text-align: center;
  background: linear-gradient(130deg, #86BBFF 0%, #1F77FB 100%, #1F77FB 100%);
  border-radius: 0 4px 4px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.side-item a img {
  width: 40px;
  height: 40px;
}
.side-item a p {
  font-family: "Roboto";
  margin-top: 4px;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
}
.side-item .detail {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 80px;
  min-width: 167px;
  min-height: 80px;
  padding: 15.5px 16px;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(193, 204, 224, 0.71);
          box-shadow: 0px 0px 20px 0px rgba(193, 204, 224, 0.71);
  border-radius: 4px 0 0 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.side-item .label {
  font-size: 15px;
  color: #7C8BA1;
  line-height: 20px;
}
.side-item .value {
  margin-top: 6px;
  font-size: 20px;
  font-weight: bold;
  line-height: 23px;
  color: #F13535;
}
.side .back-top {
  margin-top: 12px;
  width: 80px;
  height: 36px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(193, 204, 224, 0.71);
          box-shadow: 0px 0px 20px 0px rgba(193, 204, 224, 0.71);
}
.side .back-top a {
  display: block;
  height: 100%;
  background: url("../images/back-top.png") center no-repeat;
}

/* 通用样式 */
.container {
  width: 1200px;
  margin: 0 auto;
}

/* 面包屑导航 */
.location {
  height: 58px;
  padding: 20px 0;
  padding-left: 22px;
  font-size: 14px;
  color: #7C8BA1;
  background: url("../images/crumbs_ico.png") left center no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.location a {
  color: #7C8BA1;
  margin: 0 3px;
}
.location .current {
  color: #F47B09;
  margin: 0 3px;
}

/* 分页 */
.pager {
  margin-top: 32px;
  text-align: right;
}
.pager .m-pagination-page {
  padding-right: 0;
}
.pager .m-pagination-page > li {
  margin-right: 8px;
}
.pager .m-pagination-page > li > a,
.pager .m-pagination-size > select,
.pager .m-pagination-group > input,
.pager .m-pagination-group > button {
  background: #fff;
  border: 1px solid #D6D6D6;
  border-radius: 4px;
  color: #5c5c5c;
  height: 28px;
  line-height: 28px;
}
.pager .m-pagination-page > li.active > a {
  font-weight: normal;
  color: #3167F0;
  border-color: #3167F0;
}

.pager .m-pagination-size:after {
  position: absolute;
  content: "条/页";
  top: 1px;
  right: 33px;
  height: 28px;
  line-height: 28px;
  pointer-events: none;
}
.pager .m-pagination-size > select {
  height: 30px;
  min-width: 85px;
}
.pager .m-pagination-group > input {
  width: 28px;
}
.pager .m-pagination-jump {
  width: auto;
  font-size: 14px;
  padding-left: 36px;
  padding-right: 20px;
  position: relative;
}
.pager .m-pagination-jump:before, .pager .m-pagination-jump:after {
  position: absolute;
  top: 0;
  height: 30px;
  line-height: 30px;
}
.pager .m-pagination-jump:before {
  content: "跳至";
  left: 2px;
}
.pager .m-pagination-jump:after {
  content: "页";
  right: 0;
}
.pager .m-pagination-group > button {
  display: none;
}
.pager .m-pagination-size .chosen-container {
  min-width: 85px;
  height: 30px;
  line-height: 30px;
}
.pager .m-pagination-size .chosen-container-single .chosen-single {
  height: 30px;
  border-radius: 4px;
  border-color: #d6d6d6;
}
.pager .m-pagination-size .chosen-container-single .chosen-single span {
  height: 28px;
  line-height: 28px;
}
.pager .m-pagination-info {
  height: 30px;
  line-height: 30px;
  color: #333;
  font-size: 12px;
}