
@font-face{
  font-family: "xhjyjt";
  src: url("FZLTXHJW.TTF");
}
html{
  font-family: "xhjyjt";
}
/*
KISSY CSS Reset
理念：清除和重置是紧密不可分的
特色：1.适应中文 2.基于最新主流浏览器
维护：玉伯(lifesinger@gmail.com), 正淳(ragecarrier@gmail.com)
*/
/* 清除内外边距 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  /* for ie */
  /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
  
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}
h1 {
  font-size: 18px;
  /* 18px / 12px = 1.5 */
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4,
h5,
h6 {
  font-size: 100%;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
  
}
/* 统一等宽字体 */
small {
  font-size: 12px;
}
/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul,
ol {
  list-style: none;
}
/* 重置文本格式元素 */
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
abbr[title],
acronym[title] {
  /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
/* 重置表单元素 */
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: none;
}
/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 重置 hr */
hr {
  border: none;
  height: 1px;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
.common-container {
  width: 1200px;
  margin: 0 auto;
}
.header-common-wrap {
  position: relative;
  z-index: 1;
}
.header-common-wrap .header {
  height: 100px;
  width: 1200px;
  margin: 0 auto;
}
.header-common-wrap .head-logo {
  height: 100px;
  width: auto;
  float: left;
}
.header-common-wrap .head-logo img {
  vertical-align: middle;
  margin-top: 30px;
  height: 40px;
}
.header-common-wrap .header-search {
  cursor: pointer;
}
.header-common-wrap .head-nav {
  height: 100px;
  width: auto;
  float: right;
}
.header-common-wrap .navigator {
  height: 100px;
  width: auto;
  margin-left: 138px;
}
.header-common-wrap .navigator > li {
  height: 100px;
  width: 86px;
  float: left;
  text-align: center;
  line-height: 100px;
  position: relative;
}
.header-common-wrap .navigator > li .nav_ul {
  position: absolute;
  top: 100px;
  left: 0;
  height: auto;
  width: 100px;
  background-color: #ffb96a;
  display: none;
  padding: 0;
  margin: 0;
}
.header-common-wrap .navigator > li:nth-child(4) .nav_ul {
  width: 140px;
  left: -16px;
}
.header-common-wrap .navigator > li:hover .thisNav {
  color: #104ea3;
  display: inline-block;
  height: 98px;
}
.header-common-wrap .navigator > li:hover .nav_ul {
  display: block;
}
.header-common-wrap .navigator > li .nav_ul li {
  height: 35px;
  line-height: 35px;
}
.header-common-wrap .navigator > li .nav_ul li a {
  font-size: 14px;
  color: #fff;
}
.header-common-wrap .navigator > li .nav_ul li a:hover {
  color: #ff8800;
}
.header-common-wrap .navigator > li i {
  display: block;
  height: 1px;
  width: 20px;
  background-color: #104ea3;
}
.header-common-wrap .navigator > li a {
  font-size: 16px;
  color: #0b101a;
  text-decoration: none;
  cursor: pointer;
  position: relative;
}
.header-common-wrap .navigator .thisNav.active {
  font-size: 16px;
  color: #104ea3;
  display: inline-block;
  height: 98px;
}
.header-common-wrap .navigator .thisNav.active:before {
  content: '';
  position: absolute;
  top: 72px;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  border-bottom: 2px solid #104ea3;
}
.header-common-wrap .seek {
  height: 100px;
  width: auto;
  float: left;
}
.header-common-wrap .finds {
  height: 100px;
  width: auto;
  margin-left: 20px;
  text-align: center;
  line-height: 100px;
}
.header-common-wrap .finds p {
  float: left;
}
.header-common-wrap .finds p span:nth-child(1) {
  color: #104ea3;
  font-size: 16px;
}
.header-common-wrap .finds p a {
  color: #0b101a;
}
.header-common-wrap .finds span {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
}
.header-common-wrap .finds i {
  display: inline-block;
  height: 20px;
  width: 1px;
  border-left: 1px solid #666;
  vertical-align: middle;
  margin-left: 14px;
}
.header-common-wrap .finds img {
  float: right;
}
.common-footer .footer {
  height: 656px;
  width: 100%;
  min-width: 12pppx;
  /* margin-top: 150px; */
  background: url(../images/background.jpg) no-repeat center bottom;
}
.common-footer .foot-center {
  width: 1200px;
  margin: 0 auto;
}
.common-footer .foot-up {
  width: 1200px;
  margin-bottom: 85px;
}
.common-footer .foot-up p:nth-child(1) {
  line-height: 1;
  color: #eee;
  font-size: 40px;
  text-align: center;
  padding-top: 60px;
  letter-spacing: 5px;
  margin-bottom: 34px;
}
.common-footer .foot-up p:nth-child(2) {
  line-height: 1;
  font-size: 14px;
  text-align: center;
  color: #fff;
}
.common-footer .foot-down {
  height: 290px;
  width: 1200px;
}
.common-footer .down-left {
  height: 150px;
  width: 200px;
  float: left;
}
.common-footer .down-left p {
  font-size: 16px;
  color: #fff;
  margin-top: 34px;
}
.common-footer .down-left p i {
  margin-left: 20px;
}
.common-footer .down-left img {
  vertical-align: middle;
}
.common-footer .left-search {
  height: 20px;
  margin-top: 34px;
}
.common-footer .left-search span {
  display: inline-block;
  height: 26px;
  width: 28px;
  border-radius: 6px 0px 0px 6px;
  float: left;
  background-color: #0862de;
}
.common-footer .left-search span i {
  display: block;
  height: 11px;
  width: 28px;
  text-align: center;
}
.common-footer .left-search span i img {
  width: 12px;
  padding-bottom: 8px;
}
.common-footer .bott-Input {
  display: inline-block;
  height: 26px;
  width: auto;
  border-radius: 6px;
  background-color: #d9e0e9;
}
.common-footer .bott-Input .select {
  border: none;
  outline: none;
  height: 26px;
  width: 120px;
  border-radius: 0px 6px 6px 0px;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 7px;
}
.common-footer input::-webkit-input-placeholder {
  color: #104ea3;
  font-size: 16px;
  text-align: right;
}
.common-footer input::-moz-input-placeholder {
  color: #104ea3;
  font-size: 16px;
  text-align: right;
}
.common-footer input::-ms-input-placeholder {
  color: #104ea3;
  font-size: 16px;
  text-align: right;
}
.common-footer .down-right {
  height: 150px;
  width: 975px;
  float: left;
  margin-left: 20px;
}
.common-footer .down-right ul {
  height: auto;
  width: 130px;
  float: left;
  text-align: center;
  margin-left: 32px;
}
.common-footer .down-right ul .xinhua {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 22px;
}
.common-footer .down-right ul li {
  list-style-type: none;
  color: #eee;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 18px;
}
.common-footer .foot-bottom {
  border-top: 1px solid #456695;
  height: auto;
  width: 100%;
}
.common-footer .botts {
  height: auto;
  padding-top: 32px;
}
.common-footer .info-com {
  height: auto;
  width: 400px;
  margin: 0 auto;
}
.common-footer .botts p {
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.common-footer .botts p:first-child {
  margin-bottom: 24px;
}
.common-banner-wrap {
  min-width: 1200px;
  margin: 0 auto;
}
.common-banner-wrap .banner {
  width: 100%;
}
.common-class-title {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 66px 0;
}
.common-class-title .class-title-img {
  width: 678px;
}
.job-header {
  height: 76px;
}
.job-header .head-left {
  padding-top: 18px;
}
.job-header .head-right .head-item {
  margin-left: 75px;
  position: relative;
  padding-top: 30px;
  cursor: pointer;
  text-decoration: none;
}
.job-header .head-right a,
.job-header .head-right a:hover,
.job-header .head-right a:active {
  color: #0b101a;
}
.job-header .head-right .active {
  color: #104ea3;
}
.job-header .head-right .active:after {
  position: absolute;
  bottom: -6px;
  left: 10%;
  width: 80%;
  content: '';
  display: block;
}
.paginationjs.paginationjs-theme-blue .paginationjs-go-input > input[type=text],
.paginationjs.paginationjs-theme-blue .paginationjs-pages li {
  border: none;
}
body .paginationjs.paginationjs-theme-blue .paginationjs-pages li.active > a {
  background: #104ea3;
}
.paginationjs .paginationjs-pages li {
  margin-right: 10px;
}
body .paginationjs.paginationjs-theme-blue .paginationjs-pages li > a {
  color: #0b101a;
  font-size: 18px;
}
body .paginationjs .paginationjs-pages li:last-child {
  border: none;
}
body .paginationjs .paginationjs-pages li > a {
  background: transparent;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before,
.video-js .vjs-play-control .vjs-icon-placeholder:before,
.vjs-icon-play:before {
  font-size: 2em;
}
body .video-left .video-shadow {
  height: 80px;
  line-height: 80px;
  padding-left: 30px;
}
body .video-js .vjs-big-play-button {
  line-height: 3em;
  height: 3em;
  border-radius: 50%;
}
body .small-video .video-js .vjs-big-play-button {
  line-height: 3em;
  height: 3em;
  font-size: 16px;
  border-radius: 50%;
}
.scrollTop {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 20px;
  bottom: 160px;
  background: url(../images/scroll-top.png) no-repeat center;
  z-index: 11;
  cursor: pointer;
}

.common-footer .footer-share {
  position: relative;
}
.common-footer .footer-share .img2 {
  display: none;
}
.common-footer .footer-share:hover .img2 {
  display: block;
  position: absolute;
  top: 30px;
  left: 4px;
  width: 120px;
  height: 120px;
}
@media screen and (max-width: 752px){
  body{
    width: 1200px;
    overflow-x: hidden;
  }

  .information-bg .infor{
    overflow: hidden;
  }
}
