html,
body {
  width: 100%;
  height: 100%;
  position: relative;
}
.whly-banner {
  overflow: hidden;
  background: url(yjtc_img_banner01.png) no-repeat center;
  background-size: cover;
}
.whly-banner img {
  display: inline-block;
}
.whly-spbanner {
  margin-top: 10px;
  position: relative;
}
.whly-spbanner img {
  display: block;
}
.whly-spbanner .spbtn {
  width: 70px;
  height: 70px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  background: url(yjtc_img_spico.png);
  background-size: cover;
}
.whly-sswx {
  width: 100%;
  margin-top: 10px;
  padding: 40px 0;
  background: url(yjtc_img_banner03.png) no-repeat top center;
  background-size: cover;
  overflow: hidden;
}
.whly-sswx .whly-lm {
  color: #fff;
}
.whly-sswx .whlv-jj {
  width: calc(45.25% - 9px);
  height: 496px;
  padding: 20px 25px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -msbox-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  overflow: hidden;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
  cursor: pointer;
}
.whly-sswx .whlv-jj h2 {
  font-size: 22px;
  color: #13559f;
  font-weight: bold;
  letter-spacing: 10px;
  display: block;
}
.whly-sswx .whlv-jj .nr {
  max-height: 420px;
  margin-top: 12px;
  font-size: 15px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 12;
}
.whly-sswx .whlv-jj .nr a {
  color: #333;
}
.whly-sswx .whlv-jj:hover {
  background: rgba(20, 90, 164, 0.8);
}
.whly-sswx .whlv-jj:hover h2,
.whly-sswx .whlv-jj:hover .nr a {
  color: #fff;
}
.whly-sswx .whlv-pic {
  width: calc(54.75% - 9px);
  overflow: hidden;
}
.whly-sswx .whlv-pic ul {
  margin: -18px -18px 0 0;
}
.whly-sswx .whlv-pic ul li {
  width: 50%;
  float: left;
  cursor: pointer;
}
.whly-sswx .whlv-pic ul li a {
  height: 240px;
  margin: 18px 18px 0 0;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.whly-sswx .whlv-pic ul li a img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
.whly-sswx .whlv-pic ul li a span {
  width: 100%;
  height: 0;
  background: rgba(20, 90, 164, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.whly-sswx .whlv-pic ul li a span i {
  color: #fff;
  line-height: 24px;
  padding-top: 50px;
  display: inline-block;
}
.whly-sswx .whlv-pic ul li:hover a span {
  height: 100%;
}
.wxly-rwwx {
  padding: 40px 0;
}
.wxly-rwwx .whly-lm {
  color: #454545;
}
.wxly-rwwx .rw-pic ul {
  margin: 0 -35px 0 0;
}
.wxly-rwwx .rw-pic ul li {
  width: 16.66%;
  float: left;
  cursor: pointer;
}
.wxly-rwwx .rw-pic ul li a {
  display: block;
  position: relative;
}
.wxly-rwwx .rw-pic ul li a .img {
  max-width: 100%;
  margin: 25px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  overflow: hidden;
}
.wxly-rwwx .rw-pic ul li a .img img {
  max-width: 100%;
  transform: rotate(-45deg) scale(1.5);
  -ms-transform: rotate(-45deg) scale(1.5);
  -moz-transform: rotate(-45deg) scale(1.5);
  -webkit-transform: rotate(-45deg) scale(1.5);
  -o-transform: rotate(-45deg) scale(1.5);
}
.wxly-rwwx .rw-pic ul li a .img .bgimg {
  max-width: 100%;
  max-height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wxly-rwwx .rw-pic ul li a span {
  padding: 5px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 15%;
  top: 40%;
  right: 15%;
  border: 1px solid #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.wxly-rwwx .rw-pic ul li:hover a .img {
  -webkit-animation: spin 1s linear;
}
.wxly-rwwx .rw-pic ul li:hover a .img .bgimg {
  max-height: 0;
}
.wxly-rwwx .rw-pic ul li:hover a span {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.wxly-rwwx .rw-pic ul li:nth-child(even) {
  margin-top: 86px;
}
.wxly-xwwx {
  padding: 0 0 40px 0;
}
.wxly-xwwx .whly-lm {
  color: #454545;
}
.wxly-xwwx .xw-pic {
  width: calc(45.25% - 9px);
  height: 478px;
}
.wxly-xwwx .xw-pics {
  width: calc(54.75% - 9px);
  overflow: hidden;
}
.wxly-xwwx .xw-pics ul {
  margin: -18px -18px 0 0;
}
.wxly-xwwx .xw-pics ul li {
  width: 50%;
  float: left;
  cursor: pointer;
}
.wxly-xwwx .xw-pics ul li a {
  height: 230px;
  margin: 18px 18px 0 0;
  display: block;
}
.wxly-xwwx .pic {
  position: relative;
  overflow: hidden;
}
.wxly-xwwx .pic img {
  width: 100%;
  height: 100% !important;
  object-fit: fill;
  display: block;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.wxly-xwwx .pic span {
  width: 100%;
  padding: 0 15px;
  font-size: 15px;
  color: #fff;
  line-height: 42px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.wxly-xwwx .pic:hover img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.wxly-xwwx .pic:hover span {
  line-height: 50px;
}
.wxly-zjyx {
  padding: 20px 0 40px 0;
}
.wxly-zjyx .whly-lm {
  color: #454545;
}
.wxly-zjyx .tab_menu {
  padding-left: 50px;
  border-bottom: 2px solid #eee;
  overflow: hidden;
}
.wxly-zjyx .tab_menu li {
  margin-right: 100px;
  padding: 0 20px 20px 20px;
  float: left;
  font-size: 20px;
  color: #454545;
  font-weight: bold;
  position: relative;
  display: block;
  cursor: pointer;
}
.wxly-zjyx .tab_menu li i {
  width: 100%;
  height: 3px;
  background: #13559f;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.wxly-zjyx .tab_menu li.selected {
  color: #13559f;
}
.wxly-zjyx .tab_menu li.selected i {
  display: block;
}
.wxly-zjyx .tab_box .panel {
  padding-top: 30px;
  display: none;
}
.wxly-zjyx .tab_box .panel ul {
  margin-right: -30px;
}
.wxly-zjyx .tab_box .panel ul li {
  width: 32.5%;
  padding-top: 30px;
  float: left;
}
.wxly-zjyx .tab_box .panel ul li a {
  margin-right: 30px;
  display: block;
  position: relative;
}
.wxly-zjyx .tab_box .panel ul li a .img {
  height: 400px;
  overflow: hidden;
}
.wxly-zjyx .tab_box .panel ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.wxly-zjyx .tab_box .panel ul li a span {
  width: 50%;
  height: 0;
  text-align: center;
  background: rgba(20, 90, 164, 0.8);
  position: absolute;
  left: 25%;
  bottom: 0;
  right: 25%;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.wxly-zjyx .tab_box .panel ul li a span i {
  color: #fff;
  line-height: 24px;
  padding-top: 12%;
  display: inline-block;
}
.wxly-zjyx .tab_box .panel ul li a:hover .img img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.wxly-zjyx .tab_box .panel ul li a:hover span {
  height: 25%;
  bottom: -10%;
}
.wxly-zjyx .tab_box .panel ul li:nth-of-type(2) {
  width: 35%;
  margin-top: -30px;
}
.wxly-zjyx .tab_box .panel ul.xjjd li {
  width: 50%;
  padding-top: 10px;
}
.wxly-zjyx .tab_box .panel ul.xjjd li:nth-of-type(2) {
  width: 50%;
  margin-top: 0;
}
.wxly-lylx {
  margin: 0 0 -20px 0;
  padding: 40px 0;
  background: url(yjtc_img_banner04.png) no-repeat top center;
  background-size: cover;
}
.wxly-lylx .whly-lm {
  color: #454545;
}
.wxly-lylx .tab_xl {
  padding-left: 50px;
  border-bottom: 2px solid #eee;
  overflow: hidden;
}
.wxly-lylx .tab_xl li {
  margin-right: 100px;
  padding: 0 20px 20px 20px;
  float: left;
  font-size: 20px;
  color: #454545;
  font-weight: bold;
  position: relative;
  display: block;
  cursor: pointer;
}
.wxly-lylx .tab_xl li i {
  width: 100%;
  height: 3px;
  background: #13559f;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.wxly-lylx .tab_xl li.selected {
  color: #13559f;
}
.wxly-lylx .tab_xl li.selected i {
  display: block;
}
.wxly-lylx .tab_xlbox .panel {
  padding-top: 30px;
  display: none;
}
.wxly-lylx .tab_xlbox .panel ul {
  margin-right: -30px;
}
.wxly-lylx .tab_xlbox .panel ul li {
  width: 33.33%;
  float: left;
}
.wxly-lylx .tab_xlbox .panel ul li a {
  margin-right: 30px;
  display: block;
  position: relative;
}
.wxly-lylx .tab_xlbox .panel ul li a .img {
  height: 330px;
  overflow: hidden;
}
.wxly-lylx .tab_xlbox .panel ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.wxly-lylx .tab_xlbox .panel ul li a span {
  width: 38%;
  height: 50%;
  text-align: center;
  border-radius: 50%;
  background: rgba(20, 90, 164, 0.8);
  position: absolute;
  left: 31%;
  bottom: -15%;
  right: 31%;
  -webkit-transition: 500ms;
  -o-transition: 500ms;
  -moz-transition: 500ms;
  transition: 500ms;
}
.wxly-lylx .tab_xlbox .panel ul li a span i {
  color: #fff;
  line-height: 24px;
  padding-top: 40%;
  display: inline-block;
}
.wxly-lylx .tab_xlbox .panel ul li a:hover .img img {
  transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.wxly-lylx .tab_xlbox .panel ul li a:hover span {
  bottom: -13%;
}
.wxly-lylx .wxly-ewm {
  padding: 110px 0 30px 0;
}
.wxly-lylx .wxly-ewm a {
  height: 160px;
  display: block;
  overflow: hidden;
}
.wxly-lylx .wxly-ewm a img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }
}
.whly-lm {
  margin-bottom: 38px;
  font-size: 32px;
  line-height: 144px;
  display: block;
}
.whly-lm img {
  height: 144px;
  float: left;
}
.whly-lm span,
.whly-lm a {
  margin-left: -30px;
}
.bgPop {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.bgPop .pop {
  width: 80%;
  padding: 80px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 130;
  display: none;
}
.bgPop .pop .video_item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.bgPop .pop .video_item video {
  width: 100%;
  height: 100% !important;
  object-fit: fill;
}
.bgPop .pop .video_item video poster {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.bgPop .pop .video_item .pop-close {
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
