@media screen and (min-width: 1440px) {
  .container {
    width: 1440px;
  }
}
@font-face {
  font-family: 'iconfont';
  src: url('fonts/iconfont.eot');
  src: url('fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('fonts/iconfont.woff2') format('woff2'), url('fonts/iconfont.woff') format('woff'), url('fonts/iconfont.ttf') format('truetype'), url('fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "微软雅黑", "Microsoft YaHei", arial, "宋体", sans-serif;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  overflow-x: hidden;
}
*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
  outline: none !important;
}
li,
ol,
ul {
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
ul,
li,
p {
  margin: 0;
  padding: 0;
}
button,
input,
textarea {
  resize: none;
  border: none;
  outline: none;
}
button:focus,
input:focus,
textarea:focus {
  border: none;
  outline: none;
}
a[data-fancybox] {
  outline: none;
}
a[data-fancybox] img {
  outline: none !important;
}
button,
input,
textarea {
  resize: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
form {
  padding: 0;
  margin: 0;
}
.img-box {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}
img[data-lazy] {
  background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../js/slick/ajax-loader.gif) no-repeat center;
}
.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.transform-0 {
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
}
.fancybox-slide--iframe .fancybox-content {
  margin: 0;
  width: 700px !important;
  height: 350px !important;
}
.goog-te-menu-frame {
  z-index: 9999999999999 !important;
  overflow: auto !important;
}
@media (max-width: 1199px) {
  .skiptranslate iframe {
    display: none;
  }
  .google-translation .skiptranslate {
    display: inline-block;
  }
  body {
    top: 0 !important;
  }
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  z-index: 998;
}
header .content {
  padding-left: 5%;
}
@media screen and (max-width: 1199px) {
  header .content {
    padding: 0 2.5%;
  }
}
header .content .logo {
  float: left;
  display: block;
  height: 59px;
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  header .content .logo {
    height: 60px;
    margin: 5px 0;
  }
}
header .content .logo img {
  height: 100%;
  width: auto;
}
header .content .search {
  float: right;
}
header .content .search > button {
  position: relative;
  display: block;
  width: 90px;
  height: 85px;
  background-color: #989898;
}
@media screen and (max-width: 1199px) {
  header .content .search > button {
    height: 70px;
    background-color: transparent;
    width: 45px;
  }
}
header .content .search > button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e660';
  color: #333;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  header .content .search > button::before {
    font-size: 20px;
    font-weight: 400;
  }
}
header .content .search form {
  display: none;
  position: absolute;
  right: 0;
  top: 85px;
  width: 380px;
  height: 45px;
  padding-top: 15px;
}
@media screen and (max-width: 1199px) {
  header .content .search form {
    top: 70px;
    right: 5px;
  }
}
@media screen and (max-width: 400px) {
  header .content .search form {
    width: calc(100% - 10px);
  }
}
header .content .search form input {
  float: left;
  width: 80%;
  height: 35px;
  line-height: 35px;
  padding-left: 8px;
  color: #666;
  font-size: 12px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header .content .search form button {
  float: right;
  width: 18.15789474%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #014296;
  color: #fff;
}
header .content .lan-switch {
  float: right;
  position: relative;
}
header .content .lan-switch button {
  display: block;
  position: relative;
  margin-right: 30px;
  width: 123px;
  color: #989898;
  text-align: center;
  background-color: transparent;
  font: 400 15px/85px "Microsoft Yahei";
}
@media screen and (max-width: 1199px) {
  header .content .lan-switch button {
    line-height: 70px;
  }
}
@media screen and (max-width: 767px) {
  header .content .lan-switch button {
    margin-right: 10px;
    font-size: 0;
    height: 70px;
    width: 50px;
  }
}
header .content .lan-switch button::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e668';
  font-size: 20px;
}
header .content .lan-switch button::after {
  display: block;
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e602';
  font-size: 23px;
  transition: all 0.3s;
}
header .content .lan-switch .active::after {
  transform: translateY(-50%) rotateX(180deg);
}
header .content .lan-switch ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 150px;
  background-color: #fff;
  border: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
  header .content .lan-switch ul {
    left: 50%;
    transform: translateX(-50%);
    width: auto;
  }
}
header .content .lan-switch ul li a {
  display: block;
  border-bottom: 1px solid #ddd;
  color: #333;
  text-align: center;
  font: 400 12px/30px "Microsoft Yahei";
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  header .content .lan-switch ul li a {
    padding: 0 5px;
    line-height: 25px;
  }
}
@media screen and (min-width: 1200px) {
  header .content .lan-switch ul li a:hover {
    color: #f06100;
  }
}
footer {
  margin-top: 20px;
  padding: 23px 0;
  border-top: 1px solid #EBEBEB;
}
@media screen and (max-width: 1199px) {
  footer {
    padding: 20px 0;
  }
}
@media screen and (max-width: 991px) {
  footer {
    text-align: center;
  }
}
footer p {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.42857143;
  color: #666;
}
footer p span {
  display: inline-block;
}
footer p a {
  display: inline-block;
  margin-right: 15px;
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
}
@media screen and (min-width: 1200px) {
  footer p a:hover {
    color: #0068B7;
  }
}
footer p a:nth-of-type(1) {
  position: relative;
}
footer p a:nth-of-type(1)::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -7.5px;
  transform: translateY(-50%);
  width: 1px;
  height: 10px;
  background-color: #666;
}
footer p a:nth-of-type(3) {
  margin-left: 15px;
}
.pagebanner {
  overflow: hidden;
  padding-top: 85px;
}
@media screen and (max-width: 1199px) {
  .pagebanner {
    padding-top: 70px;
  }
}
.pagebanner .item {
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .pagebanner .item {
    width: 130%;
    margin-left: -15%;
  }
}
@media screen and (max-width: 767px) {
  .pagebanner .item {
    width: 150%;
    margin-left: -25%;
  }
}
@media screen and (max-width: 480px) {
  .pagebanner .item {
    width: 170%;
    margin-left: -35%;
  }
}
.pagebanner .item a {
  display: block;
}
.pagebanner .item a img {
  width: 100%;
  height: auto !important;
}
.page-box {
  max-width: 1200px;
  margin: 0 auto;
}
.page-box .page-bar {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-box .page-bar .left-title h2 {
  margin: 0;
  padding: 15px 0;
  word-wrap: break-word;
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  background: #014296;
  text-align: center;
  font-weight: 600;
}
.page-box .page-bar .right-link {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .page-box .page-bar .right-link {
    padding: 15px 0;
  }
}
.page-box .page-bar .right-link h3 {
  margin: 0;
  color: #000;
  white-space: nowrap;
  font: 400 14px/55px "Microsoft Yahei";
}
@media screen and (max-width: 1199px) {
  .page-box .page-bar .right-link h3 {
    line-height: 25px;
  }
}
.page-box .page-bar .right-link ul li {
  display: inline-block;
  color: #000;
  font: 400 14px/55px "Microsoft Yahei";
}
@media screen and (max-width: 1199px) {
  .page-box .page-bar .right-link ul li {
    line-height: 25px;
  }
}
.page-box .page-bar .right-link ul li::after {
  content: '>>';
}
.page-box .page-bar .right-link ul li:last-child::after {
  display: none;
}
.page-box .content-box {
  display: flex;
  padding-top: 20px;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .page-box .content-box {
    flex-direction: column-reverse;
  }
}
.page-box .content-box .left-content {
  padding: 0 15px;
  padding-bottom: 15px;
  width: 75%;
}
@media screen and (max-width: 991px) {
  .page-box .content-box .left-content {
    width: 100%;
  }
}
.page-box .content-box .left-content .content {
  padding: 15px 0 10px;
  font-size: 16px;
  line-height: 25px;
}
@media screen and (max-width: 991px) {
  .page-box .content-box .left-content .content {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-box .content-box .left-content .content {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .page-box .content-box .left-content .content p a:hover {
    color: #f06100;
  }
}
.page-box .content-box .left-content .content p img {
  max-width: 100%;
  height: auto !important;
}
.page-box .content-box .left-content .content .paging-btn {
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .page-box .content-box .left-content .content .paging-btn {
    padding: 15px 0 0;
  }
}
.page-box .content-box .left-content .content .paging-btn ul {
  text-align: center;
}
.page-box .content-box .left-content .content .paging-btn ul li {
  display: inline-block;
  padding: 0 5px;
}
@media screen and (max-width: 767px) {
  .page-box .content-box .left-content .content .paging-btn ul li {
    padding: 0 3px;
  }
}
.page-box .content-box .left-content .content .paging-btn ul li a {
  display: block;
  height: 30px;
  padding: 0 5px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .page-box .content-box .left-content .content .paging-btn ul li a:hover {
    color: #f06100;
    text-decoration: underline;
  }
}
.page-box .content-box .left-content .content .paging-btn ul .active a {
  color: #f06100;
  font-weight: 700;
  text-decoration: underline;
}
.page-box .content-box .right-nav {
  padding: 0 15px;
  width: 25%;
}
@media screen and (max-width: 991px) {
  .page-box .content-box .right-nav {
    width: 100%;
    padding: 0;
  }
}
.page-box .content-box .right-nav h2,
.page-box .content-box .right-nav h3 {
  position: relative;
  margin: 0;
  padding-left: 40px;
  line-height: 59px;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: none;
}
@media screen and (max-width: 991px) {
  .page-box .content-box .right-nav h2,
  .page-box .content-box .right-nav h3 {
    padding-left: 20px;
    font-size: 18px;
    line-height: 35px;
  }
}
.page-box .content-box .right-nav .nav-box {
  padding: 10px 15px;
  background-color: #9c9c9c;
}
.page-box .content-box .right-nav .nav-box ul {
  padding: 5px 0 15px;
}
.page-box .content-box .right-nav .nav-box ul li {
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 991px) {
  .page-box .content-box .right-nav .nav-box ul li {
    padding: 7.5px 0;
  }
}
.page-box .content-box .right-nav .nav-box ul li a {
  display: block;
  padding-left: 46px;
  line-height: 20px;
  font-size: 13px;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .page-box .content-box .right-nav .nav-box ul li a {
    padding-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .page-box .content-box .right-nav .nav-box ul li a:hover {
    color: #014296;
    text-decoration: underline;
  }
}
.page-box .content-box .right-nav .info {
  padding: 10px 15px;
  background-color: #014296;
}
@media screen and (max-width: 1199px) {
  .page-box .content-box .right-nav .info {
    display: none;
  }
}
.page-box .content-box .right-nav .info ul {
  padding: 5px 0;
  line-height: 37px;
  color: #fff;
  font-size: 14px;
}
.page-box .content-box .right-nav .info ul li {
  display: flex;
}
.page-box .content-box .right-nav .info ul li b {
  font-weight: 400;
  white-space: nowrap;
}
.page-box .content-box .right-nav .info ul li a {
  display: inline-block;
}
.page-box .content-box .right-nav .info ul li a:hover {
  text-decoration: underline;
}
.page-box .content-box .right-nav .info ul li:nth-child(4) a {
  font-size: 12px;
}
