@charset "utf-8";


/* Css for PEL, ver 1.0 CopyRight By Dongyi Network Technology CO.,Ltd Design Center 
   本网站通用布局
*/

/* Css Reset */
blockquote, body, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, img, input, li, ol, p, pre, td, textarea, th, ul { padding: 0; margin: 0 }
table { border-collapse: collapse; border-spacing: 0 }
fieldset, img { vertical-align: top; border: 0 }
address, caption, cite, code, dfn, em, i, th, var { font-weight: 400; font-style: normal }
li, ol, ul { list-style: none }
dd, div, dl, dt, li, ol, ul { zoom: 1 }
caption, th { text-align: left }
h1, h2, h3, h4, h5, h6 { font-weight: 400; font-size: 100% }
q:after, q:before { content: '' }
abbr, acronym { border: 0 }
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-size: 16px; line-height: 1.8; font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif }
article, aside, dialog, figure, footer, header, menu, nav, section, time { margin: 0; padding: 0; display: block; zoom: 1 }

/* Public */
html { font-size: 18px;}
body { color: #4f4f4f; font-size: 14px; line-height: 30px; font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; box-sizing: border-box; }
a { color: #4f4f4f; text-decoration: none; outline: none; -webkit-transition: 500ms; -o-transition: 500ms; -moz-transition: 500ms; transition: 500ms; }
a:hover { color: #cc9900; }
.clearbox { border: none; border-top: 1px solid transparent !important; clear: both; font-size: 0; height: 0; line-height: 0; margin-top: -1px !important; visibility: hidden; }
.blank { display: block; height: 10px; font-size: 0px; line-height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .clearfix { height: 1%; }
* + html .clearfix { min-height: 1%; }
.fl { float: left !important; }
.fr { float: right !important; }
.hide { display: none; }
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }
.prev, .next { transition: all 0.5s; }
input, textarea, select { padding: 0; font-family: inherit; outline: none; resize: none; background: none; border: none; font-size: inherit; color: inherit; }
input::-moz-placeholder { color: inherit; opacity: 0.5; font-size: inherit; }
textarea::-moz-placeholder { color: inherit; opacity: 0.5; font-size: inherit; }
select::-moz-placeholder { color: inherit; opacity: 0.5; font-size: inherit; }
::-webkit-input-placeholder { color: inherit; opacity: 0.5; font-size: inherit; }
::-ms-input-placeholder { color: inherit; opacity: 0.5; font-size: inherit; }

/* frame */
.siteWidth { position: relative; margin: 0 auto; width: 1470px; }

/*div{ transition:0.5s; }*/
img { border: none; vertical-align: middle; }

/*图片放大*/
.scaleImg img { transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; }
.scaleImg img:hover { -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); }



/* 图片经过效果 */
.pic a { display: block; position: relative; transition: all 200ms ease 0s; overflow: hidden; }
.pic a:after { content: ""; position: absolute; width: 100px; height: 100%; top: 0; left: -100%; overflow: hidden; background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0))); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%); background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%); -webkit-transform: skewX(-30deg); -moz-transform: skewX(-30deg); transform: skewX(-30deg); }
.pic a:hover:after { left: 150%; transition: left 1s ease 0s; }


.body_home .bb {
  position: absolute;
  left: 50%;
  bottom: 30px;
  text-align: center;
  transform: translateX(-50%);
  color: #94070a;
  font-size: 36px;
  cursor: pointer;
  opacity: 0;
  font-family: icon;
  padding: 0 10px;
  animation: bb 2s linear 0s infinite;
  font-weight: bold;
  width: 30px;
  height: 16px;
  background: url(../images/arrow.png) no-repeat center;
  z-index: 99;
}
@keyframes bb {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  20% {
    transform: translate(-50%, 3px);
    opacity: 1;
  }
  80% {
    transform: translate(-50%, 10px);
    opacity: 1;
  }
  90% {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 10px);
    opacity: 0;
  }
}
.rr {
  position: fixed;
  top: 50%;
  margin-top: -85px;
  right: 0;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  width: 82px;
  height: 170px;
  background: #94070a;
  transform: scale(0);
  background: url(../images/png27.png) center center no-repeat;
  transform-origin: right center;
  z-index: 2;
}
.rr.showdiv {
  opacity: 1;
  transform: none;
  transition: all 1s ease-out 0.5s;
}
.rr:before {
  content: "";
  background: url(../images/png21.png) center center no-repeat;
  width: 97px;
  height: 91px;
  position: absolute;
  left: -20px;
  top: 10px;
  transform: scale(1.6);
  transition: all 1.5s ease-out 1.8s;
  opacity: 0;
}
.rr:after {
  content: "";
  background: url(../images/png22.png) center center no-repeat;
  width: 78px;
  height: 88px;
  position: absolute;
  left: 15px;
  top: 80px;
  transform: scale(1.6);
  transition: all 1.5s ease-out 2.6s;
  opacity: 0;
}
.rr i {
  background: #c00;
  width: 36px;
  height: 100%;
  display: block;
  margin-left: 20px;
  position: relative;
  opacity: 0;
  z-index: 1;
}
.rr.showdiv i {
  margin-left: 40px;
  opacity: 1;
  transition: all 1s ease-out 4.5s;
}
.rr.showdiv:before {
  content: "";
  opacity: 1;
  transform: none;
}
.rr.showdiv:after {
  content: "";
  opacity: 1;
  transform: none;
}
.body_r {
  position: fixed;
  left: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  transition: left 1.3s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  z-index: 1;
  overflow: hidden;
}
.body_r.dis * {
  background: none !important;
}
.body_r.showdiv {
  left: 0;
}
.body_r .body_scroll {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.body_r .ll {
  position: absolute;
  top: 50%;
  left: 1%;
  text-align: center;
  transform: translateY(-50%);
  color: #fff;
  font-size: 20px;
  background: url(../images/arr-home.png) right 30px center no-repeat;
  padding-left: 40px;
  width: 20px;
  text-align: center;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.body_r .ll:hover {
  padding-left: 50px;
}
.body_r .ll.w {
  background-image: url(../images/png13a.png);
  color: #58453b;
}
.body_r.showdiv .ll {
  opacity: 1;
  visibility: visible;
}
.body_r .arr {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #fff;
  font-size: 80px;
  cursor: pointer;
  font-family: icon;
  opacity: 0;
  transition: all 0.5s ease-out 0.5s;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.body_r.showdiv .arr {
  opacity: 1;
}
.body_r .arr.h {
  display: none;
}
.screen {
  float: left;
  height: 100%;
  position: relative;
}
.screen .title {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.1;
}
.screen .title .fz40 {
  width: 40px;
  white-space: normal;
}
.screen .title .p {
  width: 18px;
  font-size: 18px;
  margin-left: 25px;
  word-wrap: break-word;
}

/* 首页大广告图-swiper-banner1*/
.nbanner {
  display: none;
}
.swiper-banner {
  overflow: hidden;
}
.swiper-banner .swiper-wrapper {
  position: relative; /* overflow: hidden; */
  z-index: 0;
  width: 100%;
  height: 100%; /* display: block; */
  transition-timing-function: cubic-bezier(0.07, 0.88, 1, 1);
}
.swiper-banner .swiper-wrapper .bd {
  position: relative;
  z-index: 0;
}
.swiper-banner .swiper-wrapper .bd .tempWrap {
  height: auto !important;
}
.swiper-banner .swiper-wrapper {
  height: 100% !important; /* display: block; */
}
.swiper-banner .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}
.swiper-banner .swiper-wrapper .swiper-slide video {
  object-fit: fill;
  width: 100%;
  height: 100%;
}
.swiper-banner .swiper-wrapper .swiper-slide .pic {
  height: 100%;
}
.swiper-banner .swiper-wrapper .swiper-slide a {
  width: 100%;
  height: 100%;
  display: block;
}
.swiper-banner .swiper-wrapper .swiper-slide img {
  width: 100%;
  display: none;
}
.swiper-banner .swiper-wrapper .swiper-slide .con {
  display: none;
}
.swiper-banner .swiper-wrapper .swiper-slide .title {
  width: 100%;
  height: 5rem;
  line-height: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  background: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0));
}
.swiper-banner .swiper-wrapper .swiper-slide .title a {
  color: #fff;
  position: relative;
  z-index: 9;
  padding: 0 3%;
  font-size: 1.67rem; /* width: 1470px; */ /* margin: 0 auto; */
}
.swiper-banner .pag {
  width: 100%;
  position: absolute;
  z-index: 99;
  bottom: 1rem;
  display: flex;
  justify-content: flex-end;
  padding: 0 3%;
  box-sizing: border-box;
}
.swiper-banner .pag .bMore {
  display: inline-block;
  color: #fff;
}
.swiper-banner .swiper-pagination {
  padding-top: 14px;
  height: 2.22rem;
  line-height: 2.22rem;
  text-align: right;
  background: none;
  opacity: 0.9;
  padding-right: 2.22rem;
  box-sizing: border-box;
  width: auto;
  position: relative;
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet {
  outline: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 1rem;
  height: 1rem;
  border-radius: 1.11rem;
  margin: 0.28rem;
  overflow: hidden;
  font-size: 0;
  transition: 0.5s;
  background: none;
  box-sizing: border-box;
  border: 1px solid rgb(255 255 255 / 0%);
  opacity: 0.5;
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid rgb(255 255 255 / 100%);
  transform: scale(1.2);
  opacity: 1;
}
.swiper-banner .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  display: block;
  width: 0.33rem;
  height: 0.33rem;
  position: absolute;
  top: 50%;
  margin-top: -0.17rem;
  left: 50%;
  margin-left: -0.17rem;
  transition: 1s;
  border-radius: 5px;
  background: #ffffff;
}
.swiper-banner .swiper-pagination .bMore {
  float: right;
  z-index: 9;
  position: absolute;
  top: 3px;
  right: 0;
  color: #fff;
  font-size: 12px;
}
.swiper-banner .bMore:hover {
  color: #f4c82b;
}

.swiper-banner .swiper-slide .pic a:after {
  display: none;
}

/* .swiper-banner.up .swiper-wrapper .swiper-slide-video .title{ bottom: 15%; background:none}
.swiper-banner.up .pag{bottom: 15%;}  */

.swiper-banner video::-webkit-media-controls-panel {
  /*     display: flex !important;
    opacity: 1 !important; */
}
/*.swiper-slide-video:after {display:block;content:'';position:absolute;left:0;top:0;width:100%;height: 100vh;z-index:1;}*/

/*焦点图*/
#focusNews {
  width: 50%;
  height: 510px;
  position: relative;
  background: #e3e3e3;
}
#focusNews .swiper-pagination {
  overflow: hidden;
  position: absolute;
  right: 0.8rem;
  height: 12px;
  left: auto;
  width: auto;
  bottom: 22px;
}
#focusNews .swiper-pagination .swiper-pagination-bullet {
  float: left;
  width: 10px;
  height: 10px;
  font-size: 0;
  background-color: #fff;
  border-radius: 100%;
  margin: 0 0.3rem;
  position: relative;
  cursor: pointer;
  opacity: 0.5;
}
#focusNews .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
#focusNews .swiper-slide {
  position: relative;
}
#focusNews .swiper-slide .pic img {
  width: 100%;
  height: 510px;
}
#focusNews .swiper-slide .con {
  width: 100%;
  height: 60px;
  background: #0861B3;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#focusNews .swiper-slide .title {
  width: 80%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  text-indent: 1em;
}
#focusNews .swiper-slide .title a {
  color: #fff;
}

.newsGrounp {
  overflow: hidden;
}
.newscon {
  /* background: #fff; */
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
#indXwdt {
	height: 510px;
  width: 50%;
  float: right;
  box-sizing: border-box;
}
.indYzyw .bd{
	height: 100%;
}
.indYzyw .bd ul{
	height: 100%;
	/* display: flex;
	flex-direction: column;
	justify-content: space-between; */
}
.indYzyw .bd ul a{
	text-decoration: none;
}
.indYzyw .hd {
  line-height: 2.5;
  overflow: hidden;
  margin-left: 98px;
  position: relative;
  margin-bottom: 15px;
}
.indYzyw .hd:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #e0e0e0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.indYzyw .hd h3 {
  font-size: 36px;
  border-bottom: 3px solid #f4c82b;
  float: left;
  z-index: 1;
  position: relative;
}
.indYzyw .hd .more {
  float: right;
  margin-top: 36px;
}
.indYzyw .bd li {
  height: 4.9rem;
  position: relative;
  transition: 0.3s;
  border-bottom: 1px solid #f1f1f1;
  /* margin: 10px 20px; */
	margin-left: 20px;
  transition: 0.3s;
	background-color: #fff;
	margin-bottom: 0.96rem;
}
.indYzyw .bd li:last-child {
	margin-bottom: 0;
}
.indYzyw .bd li:hover {
  background: #0861B3; /* box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); */
}
.indYzyw .bd li:hover .title {
  color: #fff;
}
.indYzyw .bd li:last-child {
  border-bottom: none;
}
.indYzyw .bd li .pic {
  display: none;
}
.indYzyw .bd li a {
  font-size: 1rem;
  padding-left: 122px;
  display: inline-block;
  padding-top: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-right: 1.67rem;
  transition: 0.3s;
}
.indYzyw .bd li .dateB {
  position: absolute;
  top: 16px;
  left: 24px;
	
}
.indYzyw .bd li .dateB .dateDD {
  font-size: 24px;
  display: block;
  color: #5D5D63;
  text-align: center;
  font-weight: bold;
}
.indYzyw .bd li .dateB .dateYM {
  display: block;
  margin-top: 0px;
  position: relative;
  text-align: center;
  font-size: 14px;
}
.indYzyw .bd li .dateB .dateYM:after {
  content: "";
  width: 1px;
  height: 50px;
  background: #e0e0e0;
  position: absolute;
  top: -28px;
  left: 76px;
}
.indYzyw .bd li:hover .dateDD {
  color: #f4c82b;
}
.indYzyw .bd li:hover .dateYM {
  color: #f4c82b;
}
.indYzyw .bd li:hover a {
  color: #0861B3;
}

.indTzgg {
  margin-top: 40px;
  overflow: hidden;
  margin-bottom: 60px;
}
.indTzgg .bd ul {
  display: flex;
  justify-content: space-between;
}
.indTzgg .bd li {
  height: 100px;
  position: relative;
  transition: 0.3s;
  width: 32%;
  float: left;
  background: #fff;
  margin-bottom: 15px;
}
.indTzgg .bd li:hover {
  background: #0861B3;
  box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 24%);
  color: #f4c82b;
}
.indTzgg .bd li:hover a {
  color: #fff;
}

.indTzgg .bd li .pic {
  display: none;
}
.indTzgg .bd li a {
  font-size: 1rem;
  padding-left: 122px;
  display: inline-block;
  padding-top: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-right: 30px;
}
.indTzgg .bd li .dateB {
  position: absolute;
  top: 26px;
  left: 24px;
}
.indTzgg .bd li .dateB .dateDD {
  font-size: 24px;
  display: block;
  color: #93a3c4;
  text-align: center;
  font-weight: bold;
}
.indTzgg .bd li .dateB .dateYM {
  display: block;
  margin-top: 0px;
  position: relative;
  text-align: center;
  font-size: 14px;
}
.indTzgg .bd li .dateB .dateYM:after {
  content: "";
  width: 1px;
  height: 50px;
  background: #e0e0e0;
  position: absolute;
  top: -28px;
  left: 76px;
}
.indTzgg .bd li:hover .dateDD {
  color: #f4c82b;
}
.main .pic01 {
  width: 100%;
  background: url(../images/col-bg-xyxw.jpg) no-repeat center bottom #f8f8f8;
  padding-top: 64px;
  padding-bottom: 64px;
}
.main .pic02 {
  width: 100%;
  background: url(../images/col-bg-tsxm.jpg) no-repeat center #365494;
  background-size: cover;
}
.main .pic04 {
  width: 100%;
  background: url(../images/col-bg-mtyz.jpg) no-repeat center;
  background-size: cover;
}
.col .hdt {
  overflow: hidden;
  margin-bottom: 1.67rem;
  line-height: 2;
}
.col .hdt h3 {
  float: left;
}
.col .hdt h3 a {
  font-size: 1.6rem;
  color: #0861B3;
  font-weight: bold;
  line-height: 1.5;
}
.col .hdt .more {
  float: right;
  line-height: 2;
  color: #0861B3;
  margin-top: 0.89rem;
}
.col .hdt .more:before {
  float: right;
  padding-left: 5px;
}
.col .hdt .more:hover {
  color: #f4c82b;
}
.col .hdt.w .more,
.col .hdt.w .more:before,
.col .hdt.w h3 a {
  color: #fff;
}
.col .hdt.w .more:hover,
.col .hdt.w .more:hover:before {
  color: #f4c82b;
}

/*专题网站*/
.main .indZtwz {
  width: 100%;
  padding: 0px 0;
  background: #fff;
  margin-bottom: 50px;
  padding-top: 1rem;
}
.main .pic06 {
  width: 100%;
  height: 280px;
  background: url(../images/pic06.png) no-repeat center;
}
.main .pic07 {
  width: 100%;
  height: 280px;
  background: url(../images/pic07.png) no-repeat center;
}
.Thd {
}
.Thd .moreBtn {
  float: right;
  font-size: 16px;
  margin-top: 30px;
  color: #999;
}
.Thd h3 b {
  font-size: 48px;
  font-weight: normal;
  color: #333;
}
.Thd h3 .en {
  font-size: 16px;
  font-family: Arial;
  display: block;
  text-transform: uppercase;
}

/*图片放大*/
.scaleImg img {
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.scaleImg img:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
[leftLoop] .arrow {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  top: 53%;
  position: absolute;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background: rgb(255 255 255 / 20%);
  z-index: 1;
}
[leftLoop] .arrow:before {
  position: absolute;
  left: 50%;
  margin-left: -3.5px;
  top: 50%;
  margin-top: -10px;
  font-size: 20px;
}
[leftLoop] .arrow.prev {
  left: -60px;
}
[leftLoop] .arrow.next {
  right: -60px;
}
[leftLoop] .arrow:hover {
  color: #f4c82b;
  background: #fff;
}

/*特色项目*/
.tsxm .swiper-slide {
  background: #fff;
  overflow: hidden;
  float: left;
}
.tsxm .swiper-slide .pic {
  overflow: hidden;
}
.tsxm .swiper-slide .pic img {
  width: 100%;
  height: auto;
}
.tsxm .swiper-slide .title {
  padding: 0;
  text-align: justify;
  position: relative;
  text-align: center;
}
.tsxm .swiper-slide .title .tit {
  overflow: hidden;
  text-overflow: ellipsis;
  border-top: 1px solid #f0f0f0;
  white-space: nowrap;
  line-height: 1.67rem;
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1rem;
  padding-top: 0.89rem;
  margin: 0.89rem;
}
.tsxm {
  padding: 1.428rem 0 2.5rem 0;
  overflow: hidden;
}
.tsxm .arrow {
  border-radius: 0px !important;
  background: hsl(0deg 0% 0% / 26%) !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  top: 50%;
  z-index: 2;
}
.tsxm .arrow:before {
  color: #ffffff !important;
}
.tsxm .arrow.prev {
  right: auto !important;
  left: 0 !important;
}
.tsxm .arrow.next {
  right: 0px;
}
.tsxm .arrow:hover {
  background: #0b4ea1 !important;
}
.tsxm .arrow:hover:before {
  color: #fff !important;
}

.tsxm .swiper-slide {
  transition: 2s;
  transform: translateY(100px);
  opacity: 0;
}
.tsxm .swiper-wrapper.up .swiper-slide {
  transition-delay: 0s !important;
  transition: 0.3s !important;
}
.tsxm .swiper-slide:hover {
  box-shadow: 3px 11px 8px rgb(0 0 0 / 18%);
  transform: translateY(-10px) !important;
}

.tsxm .hdt {
  transition: 0.5s;
  transform: translateY(100px);
  opacity: 0;
}
.show .hdt {
  transition-delay: 0.1s;
  opacity: 1;
  transform: translateY(0px);
}
.show .tsxm .swiper-slide:nth-child(1) {
  transition-delay: 0.2s;
}
.show .tsxm .swiper-slide:nth-child(2) {
  transition-delay: 0.3s;
}
.show .tsxm .swiper-slide:nth-child(3) {
  transition-delay: 0.4s;
}
.show .tsxm .swiper-slide:nth-child(4) {
  transition-delay: 0.7s;
}
.show .tsxm .swiper-slide:nth-child(5) {
  transition-delay: 0.6s;
}
.show .tsxm .swiper-slide:nth-child(6) {
  transition-delay: 0.7s;
}
.show .tsxm .swiper-slide:nth-child(7) {
  transition-delay: 0.5s;
}
.show .tsxm .swiper-slide:nth-child(8) {
  transition-delay: 0.6s;
}
.show .tsxm .swiper-slide {
  opacity: 1;
  transform: translateY(0px);
}

/*图标链接*/
.main .indIconlink .siteWidth {
  display: flex;
  justify-content: center;
  margin-bottom: 2%;
}
.main .indIconlink {
  width: 100%;
  height: auto;
  padding: 0% 0 0 0;
}
.main .indIconlink .em {
  display: block;
  width: 33%;
  height: 8.9rem;
  text-align: center;
  padding-bottom: 6%;
}
.main .indIconlink a.em:hover {
  transform: scale(0.95);
  box-shadow: 0px 10px 11px 7px rgb(134 134 134 / 26%);
}
.main .indIconlink .em p {
  font-size: 1.33rem;
  color: #fff;
}
.main .indIconlink .em img {
  margin-top: 17%;
  margin-bottom: 14%;
}
.main .indIconlink .btn {
  float: left;
  width: 50%;
  position: relative;
  z-index: 1;
  margin-top: 8%;
}
.main .indIconlink .btn .em {
  float: left;
  display: inline-block;
  overflow: hidden;
}
.main .indIconlink .em01 {
}
.main .indIconlink .em02 {
  z-index: 2;
  background: #0861B3;
}
.main .indIconlink .em03 {
  z-index: 2;
  background: #3b5fa9;
}
.main .indIconlink .em04 {
  z-index: 2;
  background: #953d40;
}
.main .indIconlink .em06 {
  z-index: 2;
  background: #559c9f;
}
.main .indIconlink .em07 {
  z-index: 1;
}
.main .indIconlink .em01 img,
.main .indIconlink .em05 img,
.main .indIconlink .em07 img,
.main .indIconlink .em08 img {
  margin: 0;
  width: 100%;
  height: auto;
}
.main .indIconlink .sg {
  /* position: absolute; */ /* right: 0; */ /* z-index: 0; */
  width: 50%;
  margin-left: -5%;
}
.main .indIconlink .em07 {
  width: 100% !important;
  display: block;
}
.main .indIconlink .em08 {
  position: relative;
  display: block;
  width: 100% !important;
  height: auto;
  padding-bottom: 0 !important;
}
.main .indIconlink .em08 .ct {
  position: absolute;
  top: 20%;
  left: 30%;
  margin-left: -70px;
  color: #fff;
  font-size: 1rem;
  text-align: left;
}
.main .indIconlink .em08 .ct p {
  font-size: 2rem;
  margin-bottom: 5%;
}

.main .indIconlink .em {
  transition: 2s;
  transform: translate(-100px, 0px);
  opacity: 0;
}
.main .indIconlink .em07,
.main .indIconlink .em08 {
  transition: 2s;
  transform: translate(100px, 0px);
  opacity: 0;
}
.show.indIconlink .em:nth-child(1) {
  transition-delay: 1.7s;
}
.show.indIconlink .em:nth-child(2) {
  transition-delay: 1.5s;
}
.show.indIconlink .em:nth-child(3) {
  transition-delay: 0.3s;
}
.show.indIconlink .em:nth-child(4) {
  transition-delay: 0.4s;
}
.show.indIconlink .em:nth-child(5) {
  transition-delay: 0.5s;
}
.show.indIconlink .em:nth-child(6) {
  transition-delay: 0.6s;
}
.show.indIconlink .em:nth-child(7) {
  transition-delay: 0.7s;
}
.show.indIconlink .em:nth-child(8) {
  transition-delay: 0.8s;
}
.show.indIconlink .em {
  transform: translateY(0px);
  opacity: 1;
}
.indIconlink.up .em {
  transition-delay: 0s !important;
  transition: 0.3s !important;
}

/*媒体一中*/
.mtyz {
  padding: 4rem 0;
  overflow: hidden;
}
.mtyz .bd {
  margin-top: 50px;
}
.mtyz .swiper-slide {
  background: #fff;
  overflow: hidden;
  float: left;
  transition: 0.3s;
}
.mtyz .swiper-slide .pic {
  background: #f0f0f0;
  overflow: hidden;
}
.mtyz .swiper-slide .pic img {
  width: 100%;
  height: auto;
  padding: 3%;
  box-sizing: border-box;
  background: #fff;
}
.mtyz .swiper-slide .con {
  padding: 1.11rem 1.11rem 0.89rem 1.11rem;
  text-align: justify;
  box-sizing: border-box;
}
.mtyz .swiper-slide .con .title {
  height: 2.78rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0.89rem;
}
.mtyz .swiper-slide .con .tit {
  font-size: 18px;
  line-height: 1.5;
  display: block;
  height: 2.78rem;
}
.mtyz .swiper-slide .con .intro {
  color: #999;
  font-size: 0.78rem;
  line-height: 1.5;
  min-height: 2.11rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 1.11rem;
}
.mtyz .swiper-slide .con .others {
  overflow: hidden;
  font-size: 0.78rem;
}
.mtyz .swiper-slide .con .others .CopyFrom {
  float: left;
  color: #f4c82b;
}
.mtyz .swiper-slide .con .others .date {
  float: left;
  font-family: FontAwesome;
  color: #0861B3;
}


.mtyz .swiper-slide a {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
}
.mtyz .swiper-slide a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
}
.mtyz .Thd h3 b {
  color: #fff;
}
.mtyz .Thd h3 .en {
  color: #fff;
}
.mtyz .swiper-slide {
  transition: 0.5s;
}
.mtyz .swiper-slide:hover {
  box-shadow: 3px 11px 8px rgb(0 0 0 / 18%);
  transform: translateY(-10px);
}
.mtyz .arrow {
  border-radius: 0px !important;
  background: hsl(0deg 0% 0% / 21%) !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  cursor: pointer;
  top: 50%;
  z-index: 2;
}
.mtyz .arrow:before {
  color: #ffffff !important;
}
.mtyz .arrow.prev {
  right: auto !important;
  left: 0 !important;
  transition: 2s;
  transform: translateX(-100px);
  opacity: 0;
}
.mtyz .arrow.next {
  right: 0px;
  transition: 2s;
  transform: translateX(100px);
  opacity: 0;
}
.mtyz .arrow:hover {
  background: #0b4ea1 !important;
}
.mtyz .arrow:hover:before {
  color: #fff !important;
}

.mtyz .swiper-slide {
  transition: 2s;
  transform: translateY(100px);
  opacity: 0;
}
.show .mtyz .swiper-slide:nth-child(1) {
  transition-delay: 0.1s;
}
.show .mtyz .swiper-slide:nth-child(2) {
  transition-delay: 0.2s;
}
.show .mtyz .swiper-slide:nth-child(3) {
  transition-delay: 0.3s;
}
.show .mtyz .swiper-slide:nth-child(4) {
  transition-delay: 0.4s;
}
.show .mtyz .swiper-slide:nth-child(5) {
  transition-delay: 0.5s;
}
.show .mtyz .swiper-slide:nth-child(6) {
  transition-delay: 0.6s;
}
.show .mtyz .swiper-slide:nth-child(7) {
  transition-delay: 0.7s;
}
.show .mtyz .swiper-slide:nth-child(8) {
  transition-delay: 0.8s;
}
.show .mtyz .swiper-slide {
  transform: translateY(0px);
  opacity: 1;
}
.show .mtyz .arrow {
  transform: translateY(0px);
  opacity: 1;
}
.mtyz .swiper-wrapper.up .swiper-slide {
  transition-delay: 0s !important;
  transition: 0.3s !important;
}
.mtyz .swiper-slide:hover {
  box-shadow: 3px 11px 8px rgb(0 0 0 / 18%);
  transform: translateY(-10px) !important;
}

/*专题网站*/
.ztwz {
  overflow: hidden;
}
.ztwz .bd {
  margin-top: 30px;
}
.ztwz .bd li {
  width: 25.1%;
  height: auto;
  overflow: hidden;
  float: left;
}
.ztwz .bd li img {
  width: 100%;
  height: auto;
}
.ztwz .bd li.li1 {
  width: 45.9%;
  height: auto;
  margin-right: 2%;
}
.ztwz .bd li.li2 {
  margin-bottom: 1.9%;
  margin-right: 1.9%;
}
.ztwz .bd li.li3 {
  margin-bottom: 1.9%;
}
.ztwz .bd li.li4 {
  margin-right: 1.9%;
}
.ztpiclist li {
  position: relative;
}
.ztpiclist li .pic {
  position: relative;
  z-index: 1;
}
.ztpiclist li .tit {
  position: absolute;
  display: block;
  width: 100%;
  height: 3.33rem;
  line-height: 3;
  padding-left: 1.11rem;
  font-size: 1rem;
  color: #fff;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: linear-gradient(rgb(255 255 255 / 0%), rgb(0 0 0 / 29%));
  box-sizing: border-box;
}

.ztwz .bd li {
  transition: 2s;
  transform: translateY(100px);
  opacity: 0;
}
.show .ztwz .bd li:nth-child(1) {
  transition-delay: 0.1s;
}
.show .ztwz .bd li:nth-child(2) {
  transition-delay: 1s;
}
.show .ztwz .bd li:nth-child(3) {
  transition-delay: 1.3s;
}
.show .ztwz .bd li:nth-child(4) {
  transition-delay: 1.4s;
}
.show .ztwz .bd li:nth-child(5) {
  transition-delay: 1.7s;
}
.show .ztwz .bd li {
  transform: translateY(0px);
  opacity: 1;
}

/*footlink*/
.footlink {
  background: #f1f1f1;
  color: #fff;
  overflow: hidden;
  padding: 30px 0;
}
.footlink .lbox {
  float: left;
  width: 50%;
  min-height: 8.33rem;
  overflow: hidden;
}
.footlink .lbox h3 {
  font-size: 1.11rem;
  font-weight: bold;
  margin-bottom: 1.11rem;
  color: #333;
}
.footlink .lbox .bd {
  line-height: 2;
  font-size: 0.78rem;
}
.footlink .lbox .bd ul li {
  display: inline-block;
  float: left;
}
.footlink .lbox .bd ul li a {
  font-size: 0.78rem;
}
.footlink .kslj ul li a {
  /* width: 6.67rem; */ /* height: 2.0rem; */
  line-height: 2; /* border-radius: 5px; */
  display: inline-block;
  text-align: center;
  border: 1px solid #e2e2e2;
  margin-bottom: 1.11rem;
  margin-right: 1.11rem;
  padding: 0.1rem 0.8rem;
  background: #fff;
}
.footlink .yqlj ul li {
  width: 33%;
}
.footlink .yqlj ul li a {
  line-height: 2;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  margin-right: 1.11rem;
}

/*响应式部分----------------------------------------*/
@media screen and (max-width: 1600px) {
  .header .siteWidth {
    width: 95vw;
  }
  .indYzyw .bd li a {
    padding-top: 18px;
  }
  .indYzyw .bd li .dateB {
    top: 14px;
    left: 24px;
  }
  .tsxmList li {
    width: 266px;
    margin-right: 45px;
  }
  .mtyzList li {
    width: 274px;
    margin-right: 34px;
  }
  .mtyzList li .con .title {
    /* min-height: 52px; */
  }

  [leftLoop] .arrow {
    background: rgb(0 0 0 / 20%);
  }
  [leftLoop] .arrow.prev {
    left: 1%;
  }
  [leftLoop] .arrow.next {
    right: 1%;
  }
}

@media screen and (max-width: 1440px) {
  .banner .hd {
    right: 2%;
    margin-right: 0;
  }
}

@media screen and (max-width: 1366px) {
  #indXwdt {
    width: 60%;
  }
  /* .indYzyw .bd li:nth-last-child(2) {
    border: none;
  } */
  /* .indYzyw .bd li:nth-last-child(1) {
    display: none;
  } */
  #focusNews {
    height: 510px;
    position: relative;
  }
  #focusNews .swiper-slide .pic img {
    height: 510px;
  }
  .indTzgg .bd ul {
    display: block;
  }
  .indTzgg .bd li {
    width: 100%;
    display: block;
  }
  .indTzgg .bd li:last-child {
    /* display: none; */
  }
  .tsxmList li {
    width: 320px;
    margin-right: 20px;
  }
  .mtyzList li {
    width: 320px;
    margin-right: 20px;
  }
  #focusNews .swiper-slide .title {
    font-size: 1rem;
  }

  /*友情链接*/
  .footlink .yqlj ul li {
    width: 50%;
  }
}
/*响应式-------------------------------------*/
@media only screen and (max-width: 1440px) {
  .siteWidth{
    width:100%; padding:0 6vw;
  }
}

/*响应式-------------------------------------*/
@media only screen and (max-width: 1024px) {
  .siteWidth {
    width: 80%;
  }
  .newscon {
    display: block;
  }
  .swiper-banner .swiper-wrapper .swiper-slide {
    height: auto;
  }
  .swiper-banner .swiper-wrapper .swiper-slide {
    background: none !important;
  }
  .swiper-banner .swiper-wrapper .swiper-slide img {
    width: 100%;
    display: block;
  }
  #focusNews {
    width: 100%;
    height: 240px;
  }
  #focusNews .swiper-slide .pic img {
    width: 100%;
    height: 240px;
  }
  #indXwdt {
    width: 100%;
    padding-top: 1rem;
  }
  .banner .hd {
    text-align: center;
    width: 100%;
    bottom: 0;
    padding-right: 0;
    box-sizing: border-box;
    padding: 0 5%;
  }
  .banner .hd ul {
  }
  .banner .hd ul li {
    cursor: pointer;
    display: inline-block;
    position: relative;
    width: 12px;
    height: 12px;
    border-radius: 20px;
    margin: 2px;
    overflow: hidden;
    font-size: 0;
    transition: 0.5s;
    background: none;
    box-sizing: border-box;
    border: 1px solid rgb(255 255 255 / 0%);
  }
  .banner .hd ul li.on {
    border: 1px solid rgb(255 255 255 / 100%);
    transform: scale(1.2);
  }
  .banner .hd ul li:after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -2px;
    transition: 1s;
    border-radius: 5px;
    background: #ffffff;
  }
  .banner .bd li .title {
    height: 80px;
  }
  .footlink .yqlj ul li {
    width: 50%;
  }
  .main .pic01 {
    padding-top: 10px;
  }
  .banner .bd li .title a {
    font-size: 15px;
  }
  .swiper-banner .swiper-wrapper .swiper-slide .title a {
    width: 80%;
    height: 2.56rem;
    font-size: 1.28rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-left: 0;
  }
  .swiper-banner .swiper-wrapper .swiper-slide .title {
    width: 100%;
    height: 6rem;
    line-height: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
  }

  /*图标链接*/
  .main .indIconlink .btn {
    margin-top: 5%;
  }

  .swiper-banner .pag {
    justify-content: space-between;
  }

  .footlink {
    background: #f1f1f1;
    padding: 33px 0;
  }
  #footer {
    padding: 30px 0;
  }
  .home.lock {
    overflow: hidden;
  }
  .home,
  .home body {
    height: auto;
    overflow: auto;
  }
  .body_home {
    height: auto;
    overflow: visible;
  }
  .body_home .banner {
    height: 51vw;
  }
  .banner .bd li {
    height: 51vw;
  }
  .body_home .banner .navg {
    display: none;
  }
  .body_b {
    width: auto;
    height: auto;
    position: static;
    opacity: 1;
    transform: none;
    overflow: hidden;
  }
  .body_home .bb {
    display: none;
  }
  .tsxmList li {
    width: 392px;
    margin-right: 20px;
  }
  .mtyzList li {
    width: 392px;
    margin-right: 20px;
  }

  .mtyz .arrow,
  .tsxm .hdt,
  .tsxm .swiper-slide,
  .main .indIconlink .em,
  .mtyz .swiper-slide,
  .ztwz .bd li {
    transition: 0s !important;
    transform: translate(0, 0) !important;
    opacity: 1 !important;
  }
}

@media only screen and (max-width: 800px) {
  .swiper-banner.up .swiper-wrapper .swiper-slide-video .title {
    /* bottom: 10%; */
  }
  .swiper-banner.up .pag {
    /* bottom: 10%; */
  }

  .siteWidth {
    width: 80%;
    margin: 0 auto;
  }
  .footlink .lbox {
    width: 100%;
  }
  .col .hdt h3 a {
  }
  .col .hdt {
    margin-bottom: 1rem;
  }
  .col .hdt .more {
    margin-top: 0rem;
  }
  /*图标链接*/
  .main .indIconlink .siteWidth {
    overflow: hidden;
    display: block;
  }
  .main .indIconlink .btn {
    float: none;
    width: 100%;
    margin-top: 0px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .main .indIconlink .em {
    display: block;
    width: 33.33%;
    text-align: center;
    padding-bottom: 10%;
  }
  .main .indIconlink .em02 img,
  .main .indIconlink .em03 img,
  .main .indIconlink .em04 img,
  .main .indIconlink .em06 img {
    width: 30%;
  }
  .main .indIconlink .sg {
    position: relative;
    right: 0;
    z-index: 0;
    width: 100%;
    margin-left: 0;
  }
  .main .indIconlink .sg img {
    width: 100%;
    height: auto;
  }
  .main .indIconlink .em07 {
    display: none;
  }
  .main .indIconlink {
    height: auto;
    padding: 20px 0 0 0;
  }
  .main .indIconlink .em08 {
    height: auto;
  }
  .footlink .yqlj ul li {
    width: 32%;
  }
  .ztwz .bd {
    margin-top: 10px;
  }
  .focusNews .hd ul li {
    width: 10px;
    height: 10px;
    font-size: 0;
    margin: 5px 2px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
  }
  .focusNews .hd ul li.on {
    background: #ffffff;
    width: 10px;
  }
  .indTzgg .bd ul {
    display: block;
  }
  .indTzgg .bd li {
    width: 100%;
    display: block;
    padding-bottom: 0px;
  }
  .focusNews .bd li .con a {
    font-size: 14px;
  }
  .indTzgg {
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .indTzgg .bd li a {
    font-size: 1.28rem;
  }
  .indTzgg .bd li .dateB {
    top: 14px;
    left: 20px;
  }
  .indTzgg .bd li a {
    font-size: 1.28rem;
    padding-left: 100px;
    padding-top: 10px;
    padding-right: 1rem;
  }
  .indTzgg .bd li .dateB .dateYM:after {
    content: "";
    width: 1px;
    height: 50px;
    background: #e0e0e0;
    position: absolute;
    top: -28px;
    left: 64px;
  }

  /*特色项目*/
  .tsxm {
    position: relative;
    padding: 20px 0;
  }
  .indTzgg .bd li:hover {
    background: #ffffff;
  }
  .indTzgg .bd li:hover a {
    color: #333333;
  }

  /*媒体一中*/
  .mtyz {
    padding: 3% 0 6% 0;
    overflow: hidden;
    margin-top: 4%;
  }
  .mtyz .bd {
    margin-top: 20px;
  }
  .indYzyw .bd li a {
    font-size: 1.28rem;
  }
  .indYzyw .bd li .dateB {
    top: 14px;
    left: 12px;
  }
  .indYzyw .bd li a {
    font-size: 1rem;
    padding-left: 90px;
    padding-right: 5;
  }
  .indYzyw .bd li .dateB .dateYM:after {
    content: "";
    width: 1px;
    height: 50px;
    background: #e0e0e0;
    position: absolute;
    top: -28px;
    left: 64px;
  }
  .tsxmList li {
    width: 390px;
  }
  .tsxmList li .pic {
    width: 390px;
  }
  .tsxmList li .title .tit {
    font-size: 14px;
  }

  .indYzyw .bd li:hover {
    background: #ffffff;
  }
  .indYzyw .bd li:hover .title {
    color: #333333;
  }
  .indTzgg .bd li:hover {
    background: #ffffff;
  }
  .indTzgg .bd li:hover a {
    color: #333333;
  }

  .footlink .lbox h3 {
    font-size: 1.3rem;
    margin-bottom: 1.11rem;
  }
  .footlink .lbox .bd {
    font-size: 1.1rem;
  }
  .footlink .lbox .bd ul li a {
    font-size: 1rem;
  }

  .ztpiclist li .tit {
    font-size: 1.1rem;
  }
  .tsxm .swiper-slide .title .tit {
    font-size: 1.1rem;
  }

  #focusNews .swiper-slide .con {
    height: 40px;
    background: #0861B3;
    line-height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #focusNews .swiper-slide .title {
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
    text-indent: 1em;
  }
  #focusNews .swiper-slide .title a {
    color: #fff;
  }

  #focusNews .swiper-pagination {
    right: 0.8rem;
    height: 12px;
    left: auto;
    width: auto;
    bottom: 12px;
  }
  #focusNews .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 0.2rem;
  }

  .mtyz .swiper-slide .con .title {
    height: 1.78rem;
    margin-bottom: 0.89rem;
  }
  .mtyz .swiper-slide .con .tit {
    font-size: 1rem;
    line-height: 1.5;
    height: 2.78rem;
  }
  .mtyz .swiper-slide .con .intro {
    font-size: 1rem;
    line-height: 1.5;
    min-height: 1.5rem;
    margin-bottom: 0.5rem;
  }
  .mtyz .swiper-slide .con .others {
    overflow: hidden;
    font-size: 1rem;
  }
  .mtyz .swiper-slide .con .others .date:before {
    padding-right: 5px;
  }

  /* 专题网站 */
  .main .indZtwz {
    width: 100%;
  }
  .ztwz .bd li {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .ztwz .bd li img {
    width: 100%;
    height: auto;
  }
  .ztwz .bd li.li1 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .ztwz .bd li.li2 {
    width: 48.5%;
    float: left;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .ztwz .bd li.li3 {
    width: 48.5%;
    float: right;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .ztwz .bd li.li4 {
    width: 48.5%;
    float: left;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .ztwz .bd li.li5 {
    width: 48.5%;
    float: right;
    height: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .main .indZtwz {
    width: 100%;
    background: #fff;
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 750px) {
  .indTzgg .bd li,
  .indYzyw .bd li {
    height: 6rem;
  }
}

@media only screen and (max-width: 640px) {
  .footlink .yqlj ul li {
    width: 50%;
  }
  .siteWidth {
    width: 94%;
  }
  .indTzgg .bd li,
  .indYzyw .bd li {
    height: 4.5rem;
    margin-left: 0px;
  }
}

@media only screen and (max-width: 414px) {
  .main .indIconlink .em {
    padding-bottom: 5%;
  }
}

@media only screen and (max-width: 375px) {
  .footlink .yqlj ul li {
    width: 100%;
  }
}
/*--index.css--*/


.xyfc .pic04 {
	width: 100%;
	background: url(../images/swipper.png) no-repeat center;
	background-size: cover;
}
.xyfc .col .hdt {
	overflow: hidden;
	margin-bottom: 1.67rem;
	line-height: 2;
}
.xyfc .col .hdt h3 {
	float: left;
}
.xyfc .col .hdt h3 a {
	font-size: 1.6rem;
	color: #0861B3;
	font-weight: bold;
	line-height: 1.5;
}
.xyfc .col .hdt .more {
	float: right;
	line-height: 2;
	color: #0861B3;
	margin-top: 0.89rem;
}
.xyfc .col .hdt .more:before {
	float: right;
	padding-left: 5px;
}
.xyfc .col .hdt .more:hover {
	color: #f4c82b;
}
.xyfc .col .hdt.w .more,  .col .hdt.w .more:before,  .col .hdt.w h3 a {
	color: #fff;
}
.xyfc .col .hdt.w .more:hover,  .col .hdt.w .more:hover:before {
	color: #f4c82b;
}
.swiper-banner .pag {
	justify-content: space-between;
}
.footlink {
	background: #f1f1f1;
	padding: 33px 0;
}
#footer {
	padding: 30px 0;
}
.home.lock {
	overflow: hidden;
}
.home,  .home body {
	height: auto;
	overflow: auto;
}
.body_home {
	height: auto;
	overflow: visible;
}
.body_home .banner {
	height: 51vw;
}
.banner .bd li {
	height: 51vw;
}
.body_home .banner .navg {
	display: none;
}
.body_b {
	width: auto;
	height: auto;
	position: static;
	opacity: 1;
	transform: none;
	overflow: hidden;
}
.body_home .bb {
	display: none;
}
.tsxmList li {
	width: 392px;
	margin-right: 20px;
}
.mtyzList li {
	width: 392px;
	margin-right: 20px;
}
.mtyz .arrow,  .tsxm .hdt,  .tsxm .swiper-slide,  .main .indIconlink .em,  .mtyz .swiper-slide,  .ztwz .bd li {
	transition: 0s !important;
	transform: translate(0, 0) !important;
	opacity: 1 !important;
}
.xyfc.mtyz .swiper-slide a {
	position: relative;
	display: block;
	height: 0;
	padding-bottom: 120%;
	overflow: hidden;
}
.xyfc.mtyz .swiper-slide a img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
}
.xyfc.mtyz .Thd h3 b {
	color: #fff;
}
.xyfc.mtyz .Thd h3 .en {
	color: #fff;
}
.xyfc.mtyz .swiper-slide {
	transition: 0.5s;
}
.xyfc.mtyz .swiper-slide:hover {
	box-shadow: 3px 11px 8px rgb(0 0 0 / 18%);
	transform: translateY(-10px);
}
.xyfc.mtyz .arrow {
	border-radius: 0px !important;
	background: hsl(0deg 0% 0% / 21%) !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	cursor: pointer;
	top: 50%;
	z-index: 2;
}
.xyfc.mtyz .arrow:before {
	color: #ffffff !important;
}
.xyfc.mtyz .arrow.prev {
	right: auto !important;
	left: 0 !important;
	transition: 2s;
	transform: translateX(-100px);
	opacity: 0;
}
.xyfc.mtyz .arrow.next {
	right: 0px;
	transition: 2s;
	transform: translateX(100px);
	opacity: 0;
}
.xyfc.mtyz .arrow:hover {
	background: #0b4ea1 !important;
}
.xyfc.mtyz .arrow:hover:before {
	color: #fff !important;
}
/* .topLevelClass .nav-item-child {
      color: "#34343c" !important;
    } */
.header-transparent .navbar-nav .nav-item-child {
	color: #fff !important;
}
.topLevelClass .navbar-nav .nav-item-child {
	color: #34343c !important;
}
.topLevelClass {
	box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
}
.banner-con {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 1;
	top: 0;
}
.banner-item {
	width: 100%;
	height: 100%;
}
.banner-con .mask-block {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 8rem;
	background-image: linear-gradient(180deg, #00000000 0%, #000000 100%);
}
.banner-con .banner-title {
	position: absolute;
	bottom: 3rem;
	left: 0;
	right: 0;
	padding-left: 5%;
	font-size: 1.6rem;
	color: #FFFFFF;
	z-index: 1;
}
.banner-con .swiper-wrapper {
	width: 100%;
	height: 100%;
}
.banner-con .swiper-pagination {
	text-align: left;
	padding-left: 5%;
	bottom: 1rem;
}
.banner-swiper-pagination-bullet {
	width: 14.05px;
	height: 14px;
	border: 0.7px solid #FFFFFF;
	border-radius: 7px;
	background: transparent;
	display: inline-block;
	margin-right: 14px;
}
.banner-bullet-active {
	background: #FFFFFF;
}
.banner-con img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-con video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-width-container {
	background-color: #fff;
	transition: margin 1s;
	opacity: 0;
}
.home-footer-container {
	background-color: #fff;
}
.news-container {
	background: url(#) no-repeat left bottom 100%;
}
.news-container .serve {
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0 10px;
	justify-content: space-between;
}
.news-container .serve .new-con {
	width: 47%;
}
.new-type-title {
	margin-bottom: 30px;
}
.news-container .serve .new-con .newsList {
	border-bottom: 1px solid #ebeaea;
	padding-bottom: 10px;
}
.news-container .serve .new-con .newsList:last-child {
	border-bottom: 1px solid transparent;
}
.news-container .serve .new-con .newsList p {
	color: #333;
	margin: 10px 0 2px;
	font-size: 18px;
}
.news-container .serve .new-con .newsList span {
	font-size: 14px;
	color: #c1c1c1;
}
.special-subject {
	padding: 70px 0;
}
.special-subject .subject-item {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 0;
	padding-bottom: 62%;
	cursor: pointer;
	transition: transform .5s;
}
.special-subject .subject-item:hover {
	transform: translateY(-12px);
}
.link-container {
	padding: 40px 0;
	background-color: #F8F8F8;
}
.link-site-con {
	display: flex;
	flex-wrap: wrap;
}
.link-site-con span {
	margin-bottom: 10px;
	display: block;
}
.link-site-con .left-con {
	width: 50%;
}
.link-site-con .left-con ul {
	display: flex;
	flex-wrap: wrap;
}
.link-site-con .left-con ul li {
	border: 1px solid #E2E2E2;
	margin-right: 10px;
	padding: 2px 10px;
	margin-bottom: 10px;
}
.link-site-con .right-con {
	width: 50%;
}
.link-site-con .right-con p {
	margin: 10px 0;
}
.link-site-con h2 {
	font-size: 1.4rem;
	color: #34343C;
}
.app-container {
	height: 100vh;
	overflow-y: hidden;
}
.title-link-con {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.title-link-con h3 {
	font-size: 1.6rem;
	color: #0861B3;
	font-weight: bold;
	line-height: 1.5;
}
.title-link-con a {
	font-size: 14px;
	color: #5D5D63;
}
.videoPlayIcon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 4rem;
	height: 4rem;
	margin: auto;
	cursor: pointer;
	background: url() no-repeat center / 100%;
	transition: transform .5s;
}
.videoPlayIcon:hover {
	transform: scale(1.1);
}

@media only screen and (max-width: 1440px) {
  .siteWidth{
    width:100%; padding:0 6vw;
  }
  .news-container .serve{padding: 50px 6vw 80px;}
}
@media only screen and (max-width: 640px) {
.news-container .serve .new-con {
	width: 100%;
}
.link-site-con .left-con, .link-site-con .right-con {
	width: 100%;
}


@media only screen and (max-width: 640px) {
.main .pic01 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.news-container .serve {
    padding: 50px 6vw 0px;
}
}
@media only screen and (max-width: 740px) {
.main .pic01 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.news-container .serve {
    padding: 50px 6vw 0px;
}


}

.ad-container {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 300px;
  max-width: 80%;
  z-index: 9999;
  transition: all 0.3s;
}
.ad-content {
  position: relative;
  border: 1px solid #ddd;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.ad-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #ccc;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.ad-image {
  width: 100%;
  height: auto;
  display: block;
}
@media (max-width: 768px) {
  .ad-container {
    width: 200px;
  }
}


    .mobile-buttons {
            display: none;
        }
        @media (max-width: 768px) {
            .mobile-buttons {
                display: flex;
                justify-content: space-around;
                padding: 10px 0;
            }
            .mobile-btn {
                width: 23%;
                text-align: center;
            }
            .mobile-btn img {
                width: 100%;
                height: auto;
            }
        }
