﻿@charset "utf-8";
html {
  -webkit-tap-highlight-color: transparent;
  font-size: 1rem;
}
body {
  font-family: "Microsoft YaHei UI", "Helvetica", sans-serif;
  -webkit-overflow-scrolling: touch;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
p,
th,
td,
img,
button,
footer,
header,
nav {
  margin: 0;
  padding: 0;
}
input,
button,
select,
textarea {
  font-family: "Microsoft YaHei UI", "Helvetica", sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: middle;
  -webkit-user-select: auto;
  border: 0;
  border-radius: 0;
}
input:focus {
  outline: none;
}
ul,
ol,
li {
  list-style: none;
}
li {
  text-decoration: none;
}
i,
em {
  font-style: normal;
}
a {
  color: #454545;
  text-decoration: none;
}
a:hover {
  color: #13559f;
  text-decoration: none;
}
a,
i,
span,
img {
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  overflow: hidden;
}
.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  max-width: 100%;
  border: 0;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.rendering {
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.main {
  max-width: 93.75rem;
  margin: 0 auto;
  display: block;
}
.header {
  background-image: url(../images/yjtc_bg_header.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  z-index: 999;
}
.header .top .fl,
.header .top .fr {
  font-size: 0;
  vertical-align: middle;
}
.header .top .fl a,
.header .top .fr a {
  padding: 0 0.625rem;
  font-size: 0.875rem;
  color: #4585cb;
  line-height: 1.625rem;
  display: inline-block;
  background: url(../images/yjtc_bg_header_a01.png) no-repeat right center;
}
.header .top .fl a:nth-of-type(1),
.header .top .fr a:nth-of-type(1) {
  padding-left: 0;
}
.header .top .fl a:nth-last-of-type(1),
.header .top .fr a:nth-last-of-type(1) {
  padding-right: 0;
  background: none;
}
.header .index-menu {
  width: 100%;
  position: absolute;
  top: 1.625rem;
  z-index: 9999;
  display: none;
  overflow: hidden;
  background-color: rgba(17, 81, 153, 0.9);
}
.header .index-menu .main {
  position: relative;
}
.header .index-menu .main .bmxz-hd {
  padding: 1.375rem 0 0.9375rem 0;
  color: #ffffff;
  font-weight: bold;
}
.header .index-menu .main .bmxz-bd {
  padding-bottom: 0.9375rem;
  border-bottom: 0.0625rem solid #f5f5f5;
}
.header .index-menu .main .bmxz-bd:nth-last-of-type(1) {
  padding-bottom: 1.125rem;
  border-bottom: 0;
}
.header .index-menu .main .bmxz-bd li {
  width: 16.66%;
  float: left;
  line-height: 2rem;
}
.header .index-menu .main .bmxz-bd li a {
  font-size: 0.9375rem;
  color: #ffffff;
}
.header .index-menu .main .close {
  position: absolute;
  top: 1.125rem;
  right: 0rem;
  cursor: pointer;
}
.header .index-logo {
  max-width: 28.625rem;
  margin: 3.125rem 0 5.4375rem 0;
}
.header .search {
  width: 28rem;
  margin: 4.5rem 0 5.5625rem 0;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.625rem;
  font-size: 0.9375rem;
  border-radius: 0.1875rem;
  background-color: rgba(255, 255, 255, 0.75);
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
}
.header .search input[type="text"] {
  width: 100%;
  height: 2.375rem;
  float: left;
  color: #2b6cb4;
  line-height: 2.375rem;
  border: 0;
  background: none;
}
.header .search input[type="button"] {
  width: 4.8125rem;
  height: 2.375rem;
  color: #fff;
  border: 0;
  position: absolute;
  top: 0.3125rem;
  right: 0.3125rem;
  bottom: 0.3125rem;
  background-color: #2b6cb4;
  letter-spacing: 0.0625rem;
  cursor: pointer;
}
.nav {
  width: 100%;
  overflow: hidden;
  background: #13559f;
  position: relative;
}
.nav .home {
  display: none;
}
.nav .pc-nav ul li {
  width: 14.285%;
  height: 3.4375rem;
  float: left;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.nav .pc-nav ul li a {
  font-size: 1.1875rem;
  color: #ffffff;
  font-weight: bold;
  line-height: 3.4375rem;
  letter-spacing: 0.0625rem;
  display: block;
  position: relative;
}
.nav .pc-nav ul li a span {
  display: block;
  position: relative;
  z-index: 1;
}
.nav .pc-nav ul li a i {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
  background-color: #2465ad;
  background-repeat: no-repeat;
  background-position: center center;
}
.nav .pc-nav ul li a:hover i,
.nav .pc-nav ul li a.cur i {
  height: 100%;
}
.nav .pc-nav ul li:nth-of-type(4) a:hover span,
.nav .pc-nav ul li:nth-of-type(4) a.cur span {
  z-index: 0;
}
.nav .pc-nav ul li:nth-of-type(4) a:hover i,
.nav .pc-nav ul li:nth-of-type(4) a.cur i {
  background-color: #2465ad;
  background-image: url(../images/yjtc_img_ykb_ico.png);
}
.footer {
  margin-top: 1.5625rem;
  padding: 0.9375rem 0 1.875rem 0;
  font-size: 0.96875rem;
  background: #115199;
}
.footer .drop-groups {
  padding-bottom: 0.9375rem;
  position: relative;
}
.footer .drop-groups .drop-down {
  width: 20%;
  float: left;
}
.footer .drop-groups .drop-down .tag {
  height: 2.5rem;
  padding: 0 0.625rem;
  color: #ffffff;
  text-align: center;
  line-height: 2.5rem;
  display: block;
  background-image: url(../images/yjtc_bg_header_a.png);
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  box-sizing: border-box;
}
.footer .drop-groups .drop-down .link-hide {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  display: none;
  background: #ffffff;
  border-radius: 1px;
  box-shadow: 0 0 0.625rem #cbdcea;
  box-sizing: border-box;
  overflow: hidden;
  animation-name: example;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.footer .drop-groups .drop-down .link-hide ul {
  margin: -0.9375rem -0.9375rem 0 0;
  padding: 1.25rem 0 1.25rem 1.5625rem;
  overflow: hidden;
  box-sizing: border-box;
}
.footer .drop-groups .drop-down .link-hide ul li {
  width: 20%;
  float: left;
}
.footer .drop-groups .drop-down .link-hide ul li a {
  margin: 0.9375rem 0.9375rem 0 0;
  font-size: 0.9375rem;
  display: block;
}
.footer .drop-groups .drop-down:nth-of-type(1) .tag {
  background-image: url(../images/yjtc_bg_header_a.png), url(../images/yjtc_bg_header_a.png);
  background-position: left center, right center;
  background-repeat: no-repeat, no-repeat;
}
@keyframes example {
  from {
    bottom: 3.4375rem;
  }
  to {
    bottom: 4.375rem;
  }
}
.footer .jcxx {
  padding-top: 1.25rem;
  font-size: 0.9375rem;
  color: #fff;
  border-top: 1px solid #165eae;
}
.footer .jcxx a {
  color: #fff;
}
.footer .jcxx .jcxx-l {
  width: calc(60% - 3.125rem);
}
.footer .jcxx .jcxx-l .jcxx-nav a {
  padding: 0 0.625rem;
  line-height: 1.625rem;
  display: inline-block;
  background: url(../images/yjtc_bg_header_a.png) no-repeat right center;
}
.footer .jcxx .jcxx-l .jcxx-nav a:nth-of-type(1) {
  padding-left: 0;
}
.footer .jcxx .jcxx-l .jcxx-nav a:nth-last-of-type(1) {
  background: none;
}
.footer .jcxx .jcxx-l p {
  margin-top: 0.625rem;
}
.footer .jcxx .jcxx-r {
  width: 40%;
  margin: 1.25rem 0 0 0;
  text-align: right;
  display: inline-block;
}
.footer .jcxx .jcxx-r a,
.footer .jcxx .jcxx-r span {
  padding-left: 0.9375rem;
  display: inline-block;
  vertical-align: middle;
}
.footer .jcxx .jcxx-r a img,
.footer .jcxx .jcxx-r span img {
  height: 3.125rem;
  vertical-align: middle;
}
.footer .jcxx .jcxx-r .ewm {
  width: 5.625rem;
  margin-top: 0;
  padding-left: 0.9375rem;
  display: inline-block;
  font-size: 0.8125rem;
  text-align: center;
}
.footer .jcxx .jcxx-r .ewm img {
  height: 5rem;
  margin-bottom: 0.3125rem;
}
.flexslider {
  height: 100%;
}
.flexslider .flex-viewport {
  height: 100%;
}
.flexslider .slides {
  height: 100%;
}
.flexslider .slides li {
  height: 100%;
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides li .slide {
  height: 100%;
  position: relative;
}
.flexslider .flex-direction-nav {
  display: none;
}
.flexslider .flex-control-paging {
  position: absolute;
  right: 0.3125rem;
  bottom: 0.9375rem;
  display: none;
}
.flexslider .flex-control-paging li {
  margin: 0rem;
  padding: 0rem;
  float: left;
  margin-right: 0.3125rem;
  display: block;
  overflow: hidden;
}
.flexslider .flex-control-paging li a {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 3.125rem;
  display: block;
  text-indent: -562.5rem;
  background: #fff;
  cursor: pointer;
}
.flexslider .flex-control-paging li a.flex-active {
  background: #F4C900;
}
.shadow-radial {
  display: inline-block;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 0.0625rem rgba(135, 172, 213, 0);
}
.shadow-radial:before,
.shadow-radial:after {
  width: 100%;
  height: 0.3125rem;
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.shadow-radial:before {
  bottom: 100%;
  background: -webkit-radial-gradient(50% 150%, ellipse, rgba(135, 172, 213, 0.6) 0%, rgba(135, 172, 213, 0) 60%);
  background: radial-gradient(ellipse at 50% 150%, rgba(135, 172, 213, 0.6) 0%, rgba(135, 172, 213, 0) 60%);
}
.shadow-radial:after {
  top: 100%;
  background: -webkit-radial-gradient(50% -50%, ellipse, rgba(135, 172, 213, 0.6) 0%, rgba(135, 172, 213, 0) 60%);
  background: radial-gradient(ellipse at 50% -50%, rgba(135, 172, 213, 0.6) 0%, rgba(135, 172, 213, 0) 60%);
}
.shadow-radial:hover:before,
.shadow-radial:hover:after {
  opacity: 1;
}
.lm a,
.lm span {
  font-size: 1.1875rem;
  color: #13559f;
  font-weight: bold;
  display: block;
}
.lm i {
  width: 2.5rem;
  height: 0.1875rem;
  margin-top: 0.625rem;
  background: #13559f;
  display: block;
}
.dqwz {
  padding: 0.9375rem 0;
  display: block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #666666;
  background-color: #fafbfc;
}
.dqwz span,
.dqwz a {
  margin: 0 0.1875rem;
  color: #666666;
  display: inline-block;
}
.infolist li {
  line-height: 2.875rem;
  position: relative;
}
.infolist li a {
  margin-right: 7.1875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.infolist li a:hover {
  letter-spacing: 0.01875rem;
}
.infolist li span {
  font-size: 0.9375rem;
  position: absolute;
  top: 0;
  right: 0;
  color: #999;
}
.pagination {
  margin-top: 1.25rem;
  font-size: 0.9375rem;
  text-align: center;
}
.pagination a {
  width: 2rem;
  margin: 0 0.375rem;
  text-align: center;
  line-height: 2rem;
  display: inline-block;
  background: #eee;
  border-radius: 0.1875rem;
}
.pagination a:hover {
  color: #fff;
  background: #2760b7;
  cursor: pointer;
}
.pagination .first-page,
.pagination .last-page,
.pagination .pn,
.pagination .yj-pga0,
.pagination .yj-pga8 {
  width: 4.875rem;
}
.pagination .cur {
  background: #2760b7;
  color: #fff;
}
