@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
  z-index: 1;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 200px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 1060px) {
  .banner .bannerSwiper img {
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .banner .bannerSwiper img {
    height: 80px;
  }
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  z-index: 3;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #3755a4 solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #3755a4;
  width: 5px;
  height: 5px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.title {
  height: 46px;
  line-height: 46px;
}
@media screen and (max-width: 980px) {
  .title {
    background: #f8f8f8;
  }
}
.title a {
  display: inline-block;
  width: 152px;
  height: 46px;
  background-color: #3755a4;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 46px;
}
@media screen and (max-width: 1160px) {
  .title a {
    font-size: 16px;
  }
}
.title a i {
  width: 30px;
  height: 46px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 12px;
}
.title a i img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.moreLink {
  display: block;
  width: 108px;
  height: 40px;
  border-radius: 2px;
  border: solid 1px #e5e5e5;
  line-height: 38px;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #3755a4, #3755a4);
  background-image: linear-gradient(to right, #3755a4, #3755a4);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.moreLink:hover {
  background-size: 100% 100%;
  color: #fff;
  border-color: #3755a4;
  box-shadow: 0 10px 10px -5px rgba(51, 130, 229, 0.5);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.inBox1 {
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  .inBox1 {
    margin-top: 25px;
  }
}
.aLink {
  float: left;
  width: 25%;
}
.aLink ul li {
  margin-top: 25px;
}
.aLink ul li:first-child {
  margin-top: 0;
}
.aLink ul li a {
  width: 100%;
  display: block;
  height: 70px;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.aLink ul li a:first-child {
  margin-top: 0;
}
.aLink ul li a:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #3755a4;
  opacity: 0.7;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.aLink ul li a img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.aLink ul li a span {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1160px) {
  .aLink ul li a span {
    font-size: 18px;
  }
}
.aLink ul li a:hover {
  box-shadow: 0 0 10px rgba(51, 130, 229, 0.5);
}
.aLink ul li a:hover img {
  -webkit-transform: scale(1.08) rotate(0);
  -moz-transform: scale(1.08) rotate(0);
  -o-transform: scale(1.08) rotate(0);
  transform: scale(1.08) rotate(0);
}
@media screen and (max-width: 980px) {
  .aLink {
    width: 100%;
    float: none;
  }
  .aLink ul {
    margin-top: -15px;
    margin-left: -5px;
    margin-right: -5px;
  }
  .aLink ul::after {
    content: "";
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
  }
  .aLink ul li {
    width: 50%;
    margin-top: 10px;
    float: left;
    padding: 0 5px;
  }
  .aLink ul li:first-child {
    margin-top: 10px;
  }
}
@media screen and (max-width: 500px) {
  .aLink ul li a span {
    font-size: 14px;
    letter-spacing: -0.5px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
}
.hotSwiper {
  float: right;
  width: 39.2%;
}
.hotSwiper ul li .pic {
  display: block;
  width: 100%;
  height: 288px;
  border: solid 4px #f7f7f7;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hotSwiper ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hotSwiper ul li .cont {
  padding-top: 6px;
}
.hotSwiper ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hotSwiper ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.hotSwiper ul li .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  height: 20px;
  line-height: 20px;
  color: #8c8c8c;
  margin-top: 3px;
}
.hotSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.08) rotate(0);
  -moz-transform: scale(1.08) rotate(0);
  -o-transform: scale(1.08) rotate(0);
  transform: scale(1.08) rotate(0);
}
.hotSwiper ul li:hover .cont .bt {
  color: #3755a4;
}
@media screen and (max-width: 980px) {
  .hotSwiper {
    width: 100%;
    float: none;
    margin-top: 25px;
  }
  .hotSwiper ul li .pic {
    height: 0;
    padding-top: 60%;
  }
}
.news {
  width: 30.2%;
  float: left;
  margin-left: 2.8%;
}
.news .list {
  margin-top: 13px;
}
.news .list ul li {
  height: 37px;
  line-height: 36px;
  padding-right: 75px;
  border-bottom: 1px dashed #e1e1e1;
  position: relative;
}
.news .list ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #3755a4;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .list ul li:hover:after,
.news .list ul li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .list ul li .date {
  position: absolute;
  right: 0;
  top: 0;
  font-family: Arial;
  font-size: 12px;
  color: #bfbfbf;
}
.news .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 8px;
}
.news .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list ul li .bt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #a6a6a6;
  margin-right: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li:hover .bt {
  color: #3755a4;
}
.news .list ul li:hover .bt:before {
  background-color: #3755a4;
}
@media screen and (max-width: 980px) {
  .news {
    width: 100%;
    float: none;
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
  }
}
.inBox2 {
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  .inBox2 {
    margin-top: 0;
  }
}
.inBox2 .inContent {
  background: #f7f7f7;
}
@media screen and (max-width: 980px) {
  .inBox2 .inContent {
    background: none;
  }
}
.row {
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 10px;
}
.row::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 980px) {
  .row {
    margin: 0;
    padding: 0;
  }
}
.dynamic {
  width: 31%;
  padding: 0 20px;
  float: left;
  position: relative;
}
/* .dynamic:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #f2f2f2;
} */
.dynamic .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
/* .dynamic .hd ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
} */
.dynamic .hd ul li {
  float: left;
  /* margin-left: 44px; */
}
.dynamic .hd ul li:first-child {
  margin-left: 0 !important;
}
.dynamic .hd ul li a {
  display: block;
  width: 152px;
  height: 46px;
  background-color: #eaf2fc;
  color: #333333;
  font-size: 18px;
  text-align: center;
  line-height: 46px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.dynamic .hd ul li a i {
  width: 30px;
  height: 46px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 12px;
}
.dynamic .hd ul li a i img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.dynamic .hd ul li.on a,
.dynamic .hd ul li:hover a {
  color: #fff;
  background-color: #3755a4;
}
.dynamic .hd ul li.on a i,
.dynamic .hd ul li:hover a i {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}
@media screen and (max-width: 1160px) {
  .dynamic .hd ul li {
    flex: 1;
    margin-left: 0;
  }
  .dynamic .hd ul li a {
    width: 100%;
    font-size: 16px;
  }
  .dynamic .hd ul li a i {
    margin-right: 6px;
  }
}
.dynamic .bd {
  margin-top: 10px;
}
.dynamic .bd ul li {
  height: 37px;
  line-height: 36px;
  padding-right: 75px;
  border-bottom: 1px dashed #e1e1e1;
  position: relative;
}
.dynamic .bd ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #3755a4;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.dynamic .bd ul li:hover:after,
.dynamic .bd ul li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.dynamic .bd ul li .date {
  position: absolute;
  right: 0;
  top: 0;
  font-family: Arial;
  font-size: 12px;
  color: #bfbfbf;
}
.dynamic .bd ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 8px;
}
.dynamic .bd ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.dynamic .bd ul li .bt:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #a6a6a6;
  margin-right: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.dynamic .bd ul li:hover .bt {
  color: #3755a4;
}
.dynamic .bd ul li:hover .bt:before {
  background-color: #3755a4;
}
@media screen and (max-width: 980px) {
  .dynamic {
    width: 100%;
    padding: 0;
    margin-top: 25px;
    float: none;
  }
  .dynamic:before {
    display: none;
  }
}
.public {
  float: right;
  width: 38%;
  padding: 0 20px;
}
.public .tit {
  height: 46px;
  background-color: #3755a4;
  color: #fff;
  font-size: 18px;
  padding-left: 20px;
  line-height: 46px;
}
@media screen and (max-width: 1160px) {
  .public .tit {
    font-size: 16px;
  }
}
.public .tit i {
  width: 30px;
  height: 46px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 12px;
}
.public .tit i img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.public .list {
  background-color: #fcfcfc;
  height: 298px;
  padding: 18px 3px;
}
.public .list ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.public .list ul li {
  width: 50%;
  float: left;
  margin: 6px 0;
}
.public .list ul li a {
  display: inline-block;
  font-family: "slideyouran Regular", "KaiTi", "LiSu";
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -2px;
  white-space: nowrap;
  /* max-width: 200px; */
  height: 54px;
  padding: 0 5px;
  margin: auto;
}
.public .list ul li a span{
  height: 54px;
}
.public .list ul li a img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.public .list ul li a:hover {
  color: #3755a4;
}
@media screen and (max-width: 1160px) {
  .public .list ul li a span {
    white-space: pre-wrap;
    font-size: 12px !important;
  }
}
@media screen and (max-width: 980px) {
  .public {
    width: 100%;
    float: none;
    padding: 0;
    margin-top: 25px;
  }
  .public .list ul li {
    padding: 0 5px;
  }
  .public .list ul li a {
    max-width: 100%;
  }
  .public .list ul li a span {
    white-space: pre-wrap;
    font-size: 14px !important;
  }
}
@media screen and (max-width: 400px) {
  .public .list ul li a span {
    white-space: pre-wrap;
    font-size: 12px !important;
  }
}
.links {
  padding: 30px 0;
}
@media screen and (max-width: 980px) {
  .links {
    padding: 25px 0;
  }
}
.links .linkTabs {
  width: 100%;
  overflow: hidden;
  /* height: 114px; */
  position: relative;
}
.links .linkTabs ul {
  /* display: flex; */
  /* position: absolute; */
  margin-left: -10px;
  margin-right: -10px;
}
.links .linkTabs ul li {
  float: left;
  padding: 0 10px;
  width: 16.666%;
}
.links .linkTabs ul li .pic {
  display: block;
  width: 180px;
  width: 100%;
  height: 70px;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 4px;
}
.links .linkTabs ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.links .linkTabs ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 180px;
  width: 100%;
  margin-top: 10px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.links .linkTabs ul li:hover .pic {
  border-color: #3755a4;
}
.links .linkTabs ul li:hover .bt {
  color: #3755a4;
}

@media screen and (max-width: 980px) {
  .links .linkTabs ul li {
    width: 33.333%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 460px) {
  .links .linkTabs ul li {
    width: 50%;
    margin-bottom: 10px;
  }
}