.hd {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 100;
}
.header {
  width: 87%;
  margin: 0 auto;
  height: 1.1rem;
  position: relative;
}
.header .logo {
  float: left;
  width: 2.53rem;
  height: 0.55rem;
  margin-top: 0.3rem;
  margin-right: 0.3rem;
}
.header .logo img {
  width: 180px;
  display: block;
}
.header .nav{
    float:left;
}
.header .nav .nav_uli {
  float: left;
  position: relative;
  display: inline;
  margin-right: 0.5rem;
  transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.header .nav .nav_uli.l3{
    margin-right: 0.3rem;
}
.header .nav .nav_uli:last-child{
    margin-right:0;
}
.header .nav .nav_uli a {
  display: block;
  font-weight: bold;
  color: #444444;
  font-size: 0.2rem;
  height: 1.1rem;
  line-height: 1.1rem;
  box-sizing: border-box;
  padding: 0 0.16rem;
}
.header .nav .nav_uli h3 a:hover,
.header .nav .nav_uli h3 a.on {
  color: #0043c7;
  border-bottom: 3px solid #0043c7;
}
.header .nav .nav_uli .sub {
  display: none;
  width: 120%;
  left: 50%;
  transform: translateX(-50%);
  top: 1.1rem;
  position: absolute;
  background: #fff;
  text-align: center;
  z-index: 100;
}
.header .nav .nav_uli .sub li {
  position: relative;
  padding: 0 0.11rem;
}
.header .nav .nav_uli .sub a {
  color: #444;
  display: block;
  height: 0.5rem;
  line-height: 0.5rem;
  padding: 0;
  font-weight: normal;
  font-size: .18rem;
}
.header .nav .nav_uli .sub a:hover,
.header .nav .nav_uli .sub a.on {
  color: #0043c7;
  border-bottom: 3px solid #0043c7;
}
.header .search {
  width: 0.3rem;
  border-radius: 0.3rem;
  display: flex;
  position: absolute;
  right: 0.55rem;
  height: 1.1rem;
  padding-top: 0.35rem;
  box-sizing: border-box;
}
/*.header .search:hover input {
  transform: translateX(0%);
  opacity: 1;
}*/
.header .search input {
    width: 0;
    height: 0.4rem;
    padding: 0 0.4rem 0 0;
    color: #fff;
    border-bottom:2px solid #fff;
    font-size: 0.14rem;
    line-height: 0.4rem;
    flex: 1;
    transition: all 0.5s;
    position: absolute;
    right: -.15rem;
    opacity: 0;
    box-sizing: border-box;
    background: transparent;
}
.header .search input::placeholder{
    color:#fff;
}
.header .zysearch input{
     color: #444444;
    border-bottom:2px solid #444444;
}
.header .zysearch input::placeholder{
    color:#444;
}
.header .search input.open{
    width:2.5rem;
    opacity:1;
}
.header .search .sou {
  position: absolute;
  border-radius: 0.4rem;
  width: 0.4rem;
  height: 0.4rem;
  right:-.19rem;
}
.header .search .sou img {
  width: 0.21rem;
}
.zytopbanner {
width: 100%;
height: 4.5rem;
position: relative;
overflow: hidden;
}
.zytopbanner img {
  display: block;
  width: 100%;
  height: 4.5rem;
}
.zytopbanner video {
  display: block;
  width: 100%;
}
.zytopbanner .swiper-pagination {
  bottom: 0.1rem;
  height: 0.2rem;
}
.zytopbanner .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
}
.zytopbanner .swiper-pagination-bullet-active {
  opacity: 1;
}
.w {
  width: 76%;
}
.zysecondnav {
  width: 100%;
  height: 0.7rem;
  overflow: hidden;
}
.zysecondnav .swiper-slide {
    width:16.6% !important
}
.dq {
  font-size: 0.16rem;
}
.dq img {
  vertical-align: -1px;
  margin-right: 0.14rem;
}
.dq i {
  display: inline-block;
  color: #e3e4e7;
  margin: 0 0.14rem;
}
.dq a.on,
.dq a:hover {
  color: #0043c7;
}
.cpnav {
  border-bottom: 1px solid #eaeaea;
  height: 0.7rem;
  line-height: 0.7rem;
  width: 100%;
  background: #fff;
}
.cpnav .inner {
  display: flex;
  justify-content: space-between;
}
.cp .navlinks {
  min-width: 1rem;
  font-size: 0.18rem;
  color: #000000;
  font-weight: bold;
  display: block;
  margin-right: 0.66rem;
  padding-left: 0.2rem;
  box-sizing: border-box;
  position: relative;
}
/*.cp .navlinks.on:before,
.cp .navlinks:hover::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.12rem;
  height: 0.12rem;
  border: 2px solid #0043c7;
  box-sizing: border-box;
  border-radius: 100%;
  transition: all 0.5s;
}*/
.cp .navlinks:hover:after,
.cp .navlinks.on:after {
    height:100%;
}
.cp .navlinks:hover,
.cp .navlinks.on {
  color: #fff;
}

.cp .navlinks:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 0;
  background: #0043c7;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease-in-out;
  z-index: -1;
}
.cp .cptit { 
  position: relative;
  font-size: 0.3rem;
  font-weight: bold;
  text-align: center;
  color: #3a3a3a;
  padding-top: 0.56rem;
  margin-bottom: 0.1rem;
  width:14rem;
  line-height:.42rem;
}
.cp .cont {
    /* background: url(../img/cpcontbj.png) no-repeat 4rem center; */
    width: 100%;
    min-height: 2.7rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cp .cont p {
  color: #393d41;
  font-size: 0.18rem;
  margin-bottom: 0.18rem;
  width:14rem;
  line-height: .2rem;
}
.cp .cont p:nth-child(1){
  color: rgb(255, 106, 0);
}
.cp .cont p span{
  color: rgb(255, 106, 0);
  display:block;
  margin-bottom:.2rem;
}
.cp .scheme {
  width: 100%;
  background: url(../img/cpbj.jpg) no-repeat bottom center;
  height: 7rem;
  position: relative;
}
.cp .scheme:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -0.43rem;
  background: url(../img/dot.png) no-repeat center;
  width: 0.54rem;
  height: 0.9rem;
  background-size: cover;
}
.cp .scheme .schemeSwip{
  width: 14rem;
  margin: 0.5rem auto;
  overflow: hidden;
}
.cp .hzSwiper{
   width: 14rem;
  margin: 0.7rem auto;
  overflow: hidden;
}
.cp .scheme .schemeSwip .swiper-pagination{
  bottom: 0;
}
.cp .hzSwiper .paginationHz {
    bottom:-.45rem;
    position:absolute;
}
.cp .scheme .schemeSwip .swiper-pagination .swiper-pagination-bullet,.cp .hzSwiper .paginationHz .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.09rem;
  box-shadow: 1px 0px 20px 1px rgba(0, 0, 0, 0.15);
}
.cp .scheme .schemeSwip .swiper-pagination .swiper-pagination-bullet-active,.cp .hzSwiper .paginationHz .swiper-pagination-bullet-active {
  background: #0043c7;
}
.paginationHz{
    text-align:center;
}
.cp .scheme .schemeSwip ul,.cp .scheme .hzSwiper ul {
  overflow: hidden;
  width: 14rem;
}
.cp .scheme .schemeSwip ul li {
  width: 4.47rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 0.05rem;
  box-sizing: border-box;
  padding: 0.3rem 0.32rem 0.3rem 0.5rem;
  float: left;
  margin-bottom: 0.3rem;
  margin-right: 0.28rem;
  display: flex;
  align-items: center;
  box-shadow: -12px 11px 24px -15px rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 2;
  transition: all 0.3s linear;
  cursor:pointer;
}
.cp .scheme .schemeSwip ul li:nth-child(3n) {
  margin-right: 0;
}
.cp .scheme .schemeSwip ul li img {
  margin-right: 0.1rem;
  max-width: 0.42rem;
}
.cp .scheme .schemeSwip ul li h6 {
  color: #393d41;
  font-size: 0.18rem;
  margin-bottom: 0.05rem;
  transition: 0.2s;
  line-height:.2rem;
}
.cp .scheme .schemeSwip ul li p {
    color: #515151;
    font-size: 0.17rem;
    transition: 0.2s;
    line-height: .2rem;
}
.cp .scheme .schemeSwip ul li:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../img/minor-bg.png) no-repeat 100% 0 / cover;
  z-index: -1;
  border-radius: 0.05rem;
  opacity: 0;
  transition: opacity 0.3s linear;
}
.cp .scheme .schemeSwip ul li:hover {
  background: #2468f2;
}
.cp .scheme .schemeSwip ul li:hover h6,
.cp .scheme .schemeSwip ul li:hover p {
  color: #fff;
}
.cp .scheme .schemeSwip ul li:hover:after {
  transition: opacity 0.3s linear 0.3s;
  opacity: 1;
}
.cp .collaborate {
  position: relative;
}
.cp .collaborate.fixed{
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 3.55rem;
}
.cp .collaborate .list {
  width: 14rem;
}
.cp .collaborate .list li {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  border-bottom: 1px solid #f1f1f2;
}
.cp .collaborate .list li div {
  width: 1.99rem;
  height: 1rem;
  border-right: 1px solid #f1f1f2;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
}
.cp .collaborate .list li div img {
  max-width: 1.45rem;
  width: 6.25rem;
}
.cp .collaborate .list li div:nth-child(7n) {
  border-right: 0;
}
.cp .collaborate .list li:last-child {
  border-bottom: 0;
}
.cp .hz {
  background: url(../img/hebj.jpg) no-repeat center;
  width: 100%;
  height: 1.48rem;
  line-height: 1.48rem;
  margin-top: 0.46rem;
}
.cp .hz p {
  float: left;
  font-size: 0.36rem;
  color: #fff;
  margin-left: 1.3rem;
}
.cp .hz a {
  margin-top: 0.46rem;
  float: right;
  border: 1px solid #fff;
  width: 2.21rem;
  height: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 0.18rem;
  margin-right: 2.15rem;
  transform: 0.5s;
  position: relative;
  cursor:pointer;
}
.cp .hz a img {
  margin-left: 0.17rem;
}
.cp .hz a span {
  position: relative;
  z-index: 1;
}
.cp .hz a .btnbg-x {
  position: absolute;
  left: -1px;
  width: 0;
  top: -1px;
  bottom: -1px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.cp .hz a:hover .btnbg-x {
  width: calc(100% + 2px);
  background: #0043c7;
}
.ft {
  background: #07090c;
  padding-top: 0.68rem;
}
.ft .container {
  width: 16.42rem;
  margin: 0 auto;
}
.ft .ft-top .ft-l {
  float: left;
  color: #fff;
}
.ft .ft-top .ft-l h1 {
  font-size: 0.38rem;
  margin-bottom: 0.2rem;
}
.ft .ft-top .ft-l h1 img {
  margin-right: 0.2rem;
  vertical-align: -8px;
  width: 0.48rem;
}
.ft .ft-top .ft-l p {
  color: #8a8a8a;
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
}
.ft .ft-top .ft-r {
  float: right;
}
.ft .ft-top .ft-r .evm {
  float: left;
  margin-right: 1.08rem;
}
.ft .ft-top .ft-r .evm img {
  width: 1.39rem;
}
.ft .ft-top .ft-r .evm p {
  color: #fff;
  font-size: 0.14rem;
  text-align: center;
  margin-top: 0.05rem;
}
.ft .ft-top .ft-r ul {
  float: right;
}
.ft .ft-top .ft-r ul li {
  float: left;
  margin-right: 0.75rem;
  text-align: center;
}
.ft .ft-top .ft-r ul li a:hover {
  color: #0043c7;
}
.ft .ft-top .ft-r ul li:last-child {
  margin-right: 0;
}
.ft .ft-top .ft-r ul li h1 {
  font-size: 0.2rem;
  margin-bottom: 0.18rem;
  line-height:.3rem;
}
.ft .ft-top .ft-r ul li h1 a {
  color: #fff;
  display:block;
}
.ft .ft-top .ft-r ul li .column {
  margin-bottom: 0.12rem;
  font-size: 0.16rem;
  /*font-weight: bold;*/
  color: #8d8d8d;
  display: block;
  line-height:.24rem;
}
.ft .ft-btm {
  font-size: 0.14rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #1c222a;
  height: 0.74rem;
  margin-top: 0.2rem;
}
.ft .ft-btm p {
  color: #8d8d8d;
  margin-right: 0.14rem;
}
.ft .ft-btm a {
  color: #53555a;
  margin-right: 0.1rem;
  line-height:.2rem;
}
.ft .ft-btm a:hover {
  color: #0043c7;
}
.ft .ft-btm img {
  margin: 0 0.1rem;
}
.yf .module {
  display: flex;
  justify-content: space-between;
  width: 14rem;
  margin: 1rem auto;
  position: relative;
}
.yf .module .modtxt {
  width: 5.25rem;
}
.yf .module .modtxt .tit {
  padding-bottom: 0.45rem;
  border-bottom: 1px solid #e1e7ec;
  margin-bottom: 0.46rem;
  margin-top: 0.54rem;
  position: relative;
}
.yf .module .modtxt .tit span {
  font-weight: bold;
  font-size: 1.09rem;
  color: rgba(57, 61, 65, 0.1);
  position: relative;
}
.yf .module .modtxt .tit span:after {
  content: '';
  position: absolute;
  right: -3rem;
  bottom: 0.1rem;
  background: url(../img/titbj.png) no-repeat left center;
  width: 1.34rem;
  height: 0.47rem;
  background-size: contain;
}
.yf .module .modtxt .tit h1 {
  color: #323232;
  font-size: 0.48rem;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0.46rem;
}
.yf .module .modtxt .tit p {
  font-size: 0.17rem;
  color: #323232;
}
.yf .module .modtxt .tit>p{
    line-height:0.25rem;
}
.yf .module .modtxt .cont {
  color: #393d41;
  font-size: 0.18rem;
  line-height: 0.4rem;
  height:2.1rem;
  overflow:auto;
}
.yf .module .modtxt .cont::-webkit-scrollbar {
    width: 2px;
    height: 8px;
    border-radius: 2px;
    background-color: #e3e5e8;
}

.yf .module .modtxt .cont::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #1e52d8;
}

.yf .module .modtxt .cont::-webkit-scrollbar-track {
    border-radius: 4px;
    transition: 0.3s ease-in-out;
}
.yf .module .modpto {
  width: 8rem;
  height: 5.1rem;
  overflow: hidden;
  border-radius: 0.4rem;
}
.yf .module .modpto .yfSwip1,
.yf .module .modpto .yfSwip2,
.yf .module .modpto .yfSwip3,
.yf .module .modpto .yfSwip4 {
  width: 100%;
  height: 100%;
}
.yf .module .modpto .yfSwip1 img,
.yf .module .modpto .yfSwip2 img,
.yf .module .modpto .yfSwip3 img,
.yf .module .modpto .yfSwip4 img {
  width: 100%;
  height: 100%;
}
.yf .modBg {
  width: 100%;
}
.yf .modBg.col {
  background: #f8f9fa;
  padding-top: 0.1rem;
  min-height: 6.2rem;
}
.yf .modBg.col .module{
  margin: .5rem auto;
}
.yfcg_md {
    height: 100px;
}
.yf .fzlc {
    overflow: hidden;
    width: 90%;
    height: 7rem;
    background: url(../img/fybg.jpg) no-repeat center 2rem;
    background-size: cover;
    margin: 0 auto;
}
.yf .fzlc .etui {
  width: 3.52rem;
  position: relative;
}
.yf .fzlc .etui .year {
  position: absolute;
  top: 2.6rem;
}
.yf .fzlc .etui .year img {
  width: 0.58rem;
}
.yf .fzlc .etui .year .txt {
  position: absolute;
  left: 0.5rem;
  bottom: 0rem;
  width: 2.8rem;
}
.yf .fzlc .etui .year h1 {
  font-size: 0.5rem;
  margin-bottom: 0.12rem;
}
.yf .fzlc .etui .year p {
  font-size: 0.2rem;
  line-height: 1.3;
}
.yf .fzlc .etui .ccie {
  width: 2.6rem;
  margin-left: 0.7rem;
}
.yf .fzlc .etuiEven {
  margin-top: 1.34rem;
}
.yf .fzlc .etuiEven .year {
  position: absolute;
  top: -1rem;
}
.yf .fzlc .etuiEven .year .txt {
  position: absolute;
  bottom: 1.4rem;
}
.yf .fzlc .fzSwip {
  position: relative;
}
.yf .fzlc .fzSwip .swiperNext,
.yf .fzlc .fzSwip .swiperPrev {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  bottom: -1.3rem;
  cursor: pointer;
}
.yf .fzlc .fzSwip .swiperPrev {
  background: url(../img/lth.png) no-repeat center;
  background-size: cover;
  left: 45%;
}
.yf .fzlc .fzSwip .swiperPrev.swiper-button-disabled {
  background: url(../img/lt.png) no-repeat center;
  background-size: cover;
}
.yf .fzlc .fzSwip .swiperNext {
  background: url(../img/rth.png) no-repeat center;
  background-size: cover;
  right: 45%;
}
.yf .fzlc .fzSwip .swiperNext.swiper-button-disabled {
  background: url(../img/rt.png) no-repeat center;
  background-size: cover;
}
.albg {
  width: 100%;
  height: 4.52rem;
  background: url(../img/albg.jpg) no-repeat center;
  color: #fff;
  padding-top: 1.15rem;
  box-sizing: border-box;
  text-align: center;
}
.albg .txt {
  font-size: 0.48rem;
}
.albg .uls {
  width: 78%;
  margin: 0.65rem auto 0;
  display: flex;
}
.albg .uls li {
  width: 25%;
  flex-shrink: 0;
  position: relative;
}
.albg .uls li .counter {
  font-size: 0.7rem;
}
.albg .uls li em {
  position: absolute;
  top: -18%;
  right: 16%;
  font-size: 0.41rem;
}
.albg .uls li span {
  display: block;
  font-size: 0.16rem;
  line-height: 0.4rem;
}
.albg .uls li:nth-child(2) em {
  right: 10%;
}
.lm{
  min-height: 5rem;
}
.lm .title {
  height: 1.25rem;
  line-height: 1.25rem;
  font-size: 0.28rem;
  font-weight: bold;
}
.lm .title span {
  width: 1.02rem;
  height: 0.01rem;
  background: #6f6f6f;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.32rem;
}
.lm .lmlist {
  overflow: hidden;
  min-height: 5rem;
  margin-bottom: 0.1rem;
}
.lm .lmlist a {
  float: left;
  width: 4.5rem;
  margin-right: 0.24rem;
  margin-bottom: 0.4rem;
  border: 1px solid #efefef;
  box-sizing: border-box;
}
.lm .lmlist a:nth-child(3n) {
  margin-right: 0;
}
.lm .lmlist a .imgbox {
  width: 100%;
  height: 3rem;
  overflow: hidden;
}
.lm .lmlist a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 3rem;
  transition: 0.5s;
}
.lm .lmlist a:hover .imgbox img {
    transform:scale(1.1);
}
.lm .lmlist a .lmtxt {
  /* height: 1.45rem; */
  border-top: 0;
  padding: 0.28rem 0.3rem 0;
  box-sizing: border-box;
}
.lm .lmlist a .lmtxt .tit {
    font-size: 0.18rem;
    color: #010125;
    margin-bottom: 0.1rem;
    line-height: .20rem;
    border-top: 1px solid #efefef;
    padding-top: 0.1rem;
}
.lm .lmlist a:hover .lmtxt .tit {
    color: #0043c7;
}
.lm .lmlist a:hover .detail {
  color: #0043c7;
}
.lm .lmlist a:hover .detail img {
  transform: translateX(10px);
}
.lm .lmlist a .lmtxt p {
  font-size: 0.14rem;
  color: #7f838a;
  padding-bottom: 0.2rem;
  height:.16rem;
  border-bottom: 1px solid #efefef;
  line-height:.18rem;
}
.lm .lmlist a .lmtxt p span {
  display: inline-block;
  margin: 0 0.12rem;
}
.lm .lmlist a .detail {
  height: 0.5rem;
  line-height: 0.5rem;
  display: flex;
  justify-content: space-between;
  color: #7f838a;
  font-size: 0.14rem;
  align-items: center;
}
.lm .lmlist a .detail img {
  flex-shrink: 0;
  width: 0.22rem;
  height: 0.1rem;
  transition: all .3s;
}
.xw .xwbg {
  width: 100%;
  height: 4.5rem;
}
.xw .xwbg img {
  display: block;
  width: 100%;
  height: 100%;
}
.xw .news {
  margin-top: 0.4rem;
  min-height: 4rem;
}
.xw .newsList {
  width: 100%;
  position: relative;
}
.xw .newsList:after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  transition: .8s;
  z-index: -1;
  background: rgba(218,226,247,.6);
}
.xw .newsList:hover .nr .zuo h2 {
  color: #0043c7;
}
.xw .newsList:hover .nr .zuo span {
  color: #fff;
  background: #0043c7;
}
.xw .newsList:hover .nr .you {
  border-left: 1px solid #b1b7c6;
}
.xw .newsList:hover .nr .you .img1 {
  display: none;
}
.xw .newsList:hover .nr .you .img2 {
  display: inline-block;
}
.xw .newsList:hover:after {
  width: 100%;
}
.xw .newsList a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.45rem 0.31rem;
  box-sizing: border-box;
  border-bottom: 0.01rem solid #e8e8e8;
}
.xw .newsList a .tp {
  float: left;
  width: 2.63rem;
  height: 1.62rem;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 0.6rem;
}
.xw .newsList a .tp img {
  width: 100%;
  height: 100%;
  transform: all 0.5s;
}
.xw .newsList a .nr {
  float: right;
  width: 76%;
  height: 100%;
  flex: 1;
  margin-left: auto;
}
.xw .newsList a .nr .zuo {
  float: left;
  width: 80%;
}
.xw .newsList a .nr .zuo h2 {
  font-size: 0.2rem;
  color: #010125;
  line-height: 0.3rem;
  width: 95%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.xw .newsList a .nr .zuo h5 {
  font-size: 0.16rem;
  color: #68686f;
  line-height: 0.24rem;
  height: 0.48rem;
  margin-top: 0.15rem;
  margin-bottom: 0.3rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.xw .newsList a .nr .zuo span {
  display: block;
  width: 0.97rem;
  height: 0.32rem;
  border: 0.01rem solid #eaeaea;
  line-height: 0.32rem;
  text-align: center;
  font-size: 0.14rem;
}
.xw .newsList a .nr .you {
  float: right;
  width: 18%;
  height: 1.62rem;
  padding-top: 0.2rem;
  box-sizing: border-box;
  text-align: center;
  border-left: 0.01rem solid #e8e8e8;
}
.xw .newsList a .nr .you span {
  display: block;
  font-size: 0.28rem;
  color: #010125;
}
.xw .newsList a .nr .you em {
  display: block;
  font-size: 0.16rem;
  color: #010125;
  margin-top: 0.1rem;
}
.xw .newsList a .nr .you img {
  width: 0.16rem;
  height: 0.14rem;
  margin-top: 0.45rem;
}
.xw .newsList a .nr .you .img2 {
  display: none;
}
.fy {
  width: 100%;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.9rem;
  display:flex;
  align-items:center;
  justify-content:center;
}
.fy a {
  display: inline-block;
  transition: all 0.5s;
  font-size: 0.16rem;
  cursor: pointer;
  margin:0 .03rem;
}
.fy .swy {
  padding: 0 0.11rem;
  line-height: 0.36rem;
  border: 0.01rem solid #e8e8e8;
  text-align: center;
  font-size: 0.16rem;
}
.fy .sxy {
  padding: 0 0.11rem;
  line-height: 0.36rem;
  border: 0.01rem solid #e8e8e8;
  font-size: 0.16rem;
}
.fy .sz {
  padding: 0 0.12rem;
  text-align: center;
  line-height: 0.36rem;
  border: 0.01rem solid #e8e8e8;
  font-size: 0.16rem;
}
.fy .tz {
  display: inline-flex;
  width: 0.84rem;
  border: 0.01rem solid #e8e8e8;
  line-height: 0;
  line-height: 0.36rem;
}
.fy .tz a{
    flex:1;
    background:#efefef;
}
.fy input {
    /* float: left; */
    width: 54%;
    line-height: 0.34rem;
    font-size: 0.16rem;
    text-align: center;
}
.fy .go {
  /* float: right; */
  width: 40%;
  display: inline-block;
  line-height: 0.36rem;
  text-align: center;
  background-color: #efefef;
  font-size: 0.16rem;
}
.fy .gong {
  display: inline-block;
  padding: 0 0.11rem;
  line-height: 0.36rem;
  border: 0.01rem solid #e8e8e8;
  margin:0 .03rem;
}
.fy .gong span {
  font-size: 0.16rem;
  color: #1c1c1c;
}
.fy .gong em {
  color: #0043c7;
  font-size: 0.16rem;
}
.fy a[href]:hover,
.fy a.on {
  color: #0043c7;
  border-color: #0043c7;
}
.xwxq .head {
  width: 100%;
  height: 2.6rem;
  background: #f2f3f5;
  margin-bottom: 0.5rem;
}
.xwxq .head .dqbox {
  height: 0.56rem;
  border-bottom: 1px solid #eaeaea;
  line-height: 0.56rem;
}
.xwxq .head .title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #333333;
  margin-top: 0.42rem;
  margin-bottom: 0.32rem;
  line-height:.48rem;
}
.xwxq .head .date {
  color: #999999;
}
.xwxq .head .date span {
  display: inline-block;
  margin: 0 0.1rem;
}
.xwxq .head .date img {
  vertical-align: middle;
  width: 0.34rem;
  margin: 0 0.05rem;
}
.xwxq .xqmain .details {
  width: 10rem;
  min-height: 4rem;
  float: left;
}
.xwxq .xqmain .details .xqcont {
  font-size: 0.18rem;
  color: #666666;
  min-height:500px;
}
.xwxq .xqmain .details .xqcont p {
  line-height: 0.4rem;
  margin-bottom: 0.3rem;
}
.xwxq .xqmain .details .xqcont img {
  max-width: 100%;
  display: block;
  margin: 0.22rem auto;
}
.xwxq .xqmain .recommend {
  float: right;
  width: 3.25rem;
  direction: rtl;
  padding-left: 0.33rem;
  box-sizing: border-box;
  height: 6.6rem;
  /*overflow: auto;*/
  margin-bottom:.5rem;
}
.xwxq .xqmain .recommend h1 {
  font-size: 0.29rem;
  color: #333;
  margin-bottom: 0.26rem;
  direction: ltr;
}
.xwxq .xqmain .recommend a {
  display: block;
  margin-bottom: 0.25rem;
  direction: ltr;
}
.xwxq .xqmain .recommend a p {
  color: #333333;
  line-height: 0.32rem;
  margin-bottom: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
    .xwxq .xqmain .recommend a:hover p {
        color: #0043c7;
    }
    .xwxq .xqmain .recommend a span {
        color: #999999;
    }
.xwxq .xqmain .recommend::-webkit-scrollbar {
  width: 2px;
  height: 8px;
  border-radius: 2px;
  background-color: #e3e5e8;
}
.xwxq .xqmain .recommend::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #1e52d8;
}
.xwxq .xqmain .recommend::-webkit-scrollbar-track {
  border-radius: 4px;
  transition: 0.3s ease-in-out;
}
.xwxq .xqmain .context {
  border-top: 1px solid #e5e5e5;
  height: 0.76rem;
  line-height: 0.76rem;
  display: flex;
  justify-content: space-between;
  margin: 0.58rem 0;
}
.xwxq .xqmain .context a {
  color: #666666;
  width: 48%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.xwxq .xqmain .context a[href]:hover {
  color: #0043c7;
}
.zy-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 1.1rem;
  height: 100vh;
}
.zy-banner .anlibg {
  position: fixed;
  height: auto;
  width: 100%;
  top: 0;
  transition: all 0.5s;
}
.zy-banner .zzc {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.zy-banner .gs {
  position: absolute;
  z-index: 9;
  left: 2.48rem;
  bottom: 0.87rem;
  width: 4.4rem;
  padding: 0.43rem 0.4rem 0.28rem 0.3rem;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.7);
}
.zy-banner .gs h2 {
  font-size: 0.26rem;
  color: #323232;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
}
.zy-banner .gs .lj {
  display: block;
  font-size: 0.14rem;
  color: #757575;
  line-height: 0.32rem;
  padding-left: 0.4rem;
  margin-top: 0.6rem;
  background: url(../img/alxq-lj.png) no-repeat left center;
  background-size: 0.32rem 0.32rem;
}
.zy-banner .gs .llnr {
  height: 0.32rem;
  line-height: 0.32rem;
  margin-top: 0.2rem;
}
.zy-banner .gs .ll {
  display: inline-block;
  height: 0.32rem;
  font-size: 0.14rem;
  color: #757575;
  line-height: 0.32rem;
  padding-left: 0.4rem;
  background: url(../img/alxq-ll.png) no-repeat left center;
  background-size: 0.32rem 0.32rem;
}
.zy-banner .ycnr {
  position: absolute;
  top: 18%;
  right: 3%;
  width: 4.87rem;
  z-index: 9;
}
.zy-banner .ycnr li {
  float: left;
  width: 2.435rem;
  height: 0.88rem;
}
.zy-banner .ycnr li:nth-child(2n) {
  float: right;
}
.zy-banner .ycnr li a {
  display: block;
  transition: all 0.5s;
}
.zy-banner .ycnr li a[href]:hover .zuo,
.zy-banner .ycnr li a[href]:hover .you {
  background-color: #0043c7;
  color: #fff;
}
.zy-banner .ycnr li a .zuo {
  float: left;
  width: 0.5rem;
  height: 0.88rem;
  background-color: #a2a2a2;
  text-align: center;
  color: #fff;
  line-height: 0.88rem;
}
.zy-banner .ycnr li a .you {
  float: right;
  width: 1.92rem;
  height: 100%;
  padding: 0.14rem 0.19rem 0.14rem 0.1rem;
  box-sizing: border-box;
  background-color: #a2a2a2;
}
.zy-banner .ycnr li a .you h5,
.zy-banner .ycnr li a .you h6 {
  font-size: 0.14rem;
  color: #fff;
  font-weight: normal;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 0.6rem;
}
.zy-banner .ycnr li a .erz {
  float: right;
}
.zy-banner .ycnr li a .ery {
  float: left;
}
.alxq {
  width: 100%;
  height: 100%;
}
.alxq .nr {
  position: relative;
  z-index: 9;
  width: 73.6%;
  margin: 0 auto;
  min-height: 5rem;
  height: 100%;
  background-color: #fff;
}
.alxq .nr .gs{
    width: 73.6%;
    padding-top:.3rem;
    margin: 0 auto;
    display:flex;
    justify-content:space-between;
}
.alxq .nr .gs h2{
    font-size: 0.26rem;
    color: #323232;
    line-height: 0.4rem;
}
.alxq .nr .gs .gjz{
    margin-top:.2rem;
}
.alxq .nr .gs .llnr{
    height: 0.32rem;
    line-height: 0.32rem;
}
.alxq .nr .gs .ll{
    display: inline-block;
    height: 0.32rem;
    font-size: 0.14rem;
    color: #757575;
    line-height: 0.32rem;
    padding-left: 0.4rem;
    background: url(../img/alxq-ll.png) no-repeat left center;
    background-size: 0.32rem 0.32rem;
} 
.alxq .nr .yi {
  width: 73.6%;
  padding:.3rem 0;
  margin: 0 auto;
}
.alxq .nr .yi>a {
  float: left;
  width: 1.17rem;
  height: 1.17rem;
  margin-top:.35rem;
}
.alxq .nr .yi p {
  font-size: 0.14rem;
  color: #4e4e4e;
  line-height: 0.24rem;
}
.alxq .nr .yi video{
    max-width:100%;
}
.topScreen {
    width: 100%;
    background: url(../img/djbg.jpg) no-repeat center;
    background-size: 100% 100%;
    height: 4.51rem;
    padding-top: 0.82rem;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.topScreen video{
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}
.topScreen h1 {
  font-size: 0.48rem;
  color: #fff;
  text-align: center;
  display: none;
}
.topScreen .rySwiper {
  width: 14rem;
  margin: 0 auto;
  font-size: 0;
  display: flex;
  justify-content: space-between;
  color: #fff;
  position:relative;
  overflow:hidden;
  padding-top:1.5rem;
}
.topScreen .rySwiper .arrow {
    position: absolute;
    top: 23%;
    width: 0.56rem;
    height: 2.3rem;
    cursor:pointer;
    z-index:99999999999;
}
.rySwiper .ryswiper-prev {
    left: 0;
    background: url(../img/zjt-h.png) no-repeat center;
    background-size: 0.56rem 0.56rem;
}
.rySwiper .ryswiper-next {
    right: 0;
    background: url(../img/yjt-h.png) no-repeat center;
    background-size: 0.56rem 0.56rem;
}
.rySwiper .ryswiper-prev:hover {
    background: url(../img/zjt-l.png) no-repeat center;
    background-size: 0.56rem 0.56rem;
}
.rySwiper .ryswiper-next:hover {
    background: url(../img/yjt-l.png) no-repeat center;
    background-size: 0.56rem 0.56rem;
}
.rySwiper .w3 {
    text-align: center;
    width: 100%;
}
.rySwiper .w3:hover .img-main {
    opacity: 1;
}
.rySwiper .w3:hover .first-screen-div,
.rySwiper .w3:hover .img-main {
    transform: translateY(-70px);
}
.rySwiper .w3 .first-screen-div {
    transition: 1s;
    padding: 0 0.2rem;
}
.rySwiper .w3 .first-screen-div h3 {
    font-weight: normal;
    display: inline;
}
.rySwiper .w3 .first-screen-div h3 p {
    font-size: 0.23rem;
    position: relative;
}
.rySwiper .w3 .first-screen-div h3 span {
    position: absolute;
    right: -43px;
    top: -22px;
    font-size: 12px;
    cursor: pointer;
    padding: 20px 30px 20px 0;
}
.rySwiper .w3 .first-screen-div h6 {
    margin-top: 0.1rem;
    font-size: 0.16rem;
    text-align: center;
    height: 0.2rem;
}
.rySwiper .w3 .img-main {
    transition: 1s;
    opacity: 0;
}
.rySwiper .w3 .img-main img {
    margin-top: 0.1rem;
    width: 2.25rem;
    transition: all 0.3s;
}
.djlist {
  width: 14rem;
  margin: 0.54rem auto;
  min-height: 4rem;
}
.djlist a {
  float: left;
  width: 4.36rem;
  margin-right: 0.46rem;
  margin-bottom: 0.46rem;
}
.djlist a:nth-child(3n) {
  margin-right: 0;
}
.djlist a .imgbox {
  height: 2.65rem;
  width: 100%;
  overflow: hidden;
}
.djlist a .imgbox img {
  width: 100%;
  display: block;
  transition: 0.3s;
  height: 100%;
}
.djlist a .lmtxt {
  background: #fcfcfc;
  height: 1.4rem;
  box-sizing: border-box;
  padding: 0.12rem 0.3rem;
}
.djlist a .lmtxt .tit {
  line-height: 0.34rem;
  color: #333;
  font-size: 0.18rem;
  height:.68rem;
}
.djlist a .lmtxt .detail {
  height: 0.38rem;
  line-height: 0.38rem;
  display: flex;
  justify-content: space-between;
  color: #8f9cbe;
  align-items: center;
}
.djlist a .lmtxt .detail img {
  width: 0.22rem;
}
.djlist a:hover .imgbox img {
  transform: scale(1.1);
}
.djlist a:hover .lmtxt .tit {
    color: #d70000;
}
.rc h1 {
    color: #323232;
    font-weight: normal;
    font-size: 0.36rem;
    margin-top: 0.72rem;
    margin-bottom: 0.42rem;
}
.rc h1 span {
  color: #0043c7;
  font-weight: bold;
  display: inline-block;
  margin-right: 0.1rem;
}
.rc .reason_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.rc .reason_list .reason_item .div{
    width:100%;
    height:1.61rem;
    display:flex;
    justify-content:center;
    align-items:center;
    margin-bottom:.32rem;
}
.rc .reason_list .reason_item {
  flex: 0 0 23.5%;
  padding: 0.34rem 0.18rem 0.44rem;
  border-radius: 24px;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 0.2rem;
  box-shadow: 5px 5px 20px rgba(0,0,0,.1);
}
.rc .reason_list .reason_item .reason_img {
  width: 1.68rem;
}
.rc .reason_list .reason_item .reason_title {
  font-size: 0.32rem;
  color: #101010;
  font-weight: bold;
  margin-bottom: 0.1rem;
}
.rc .reason_list .reason_item .reason_text {
  font-size: 0.18rem;
  color: #4b4b4b;
  line-height: 0.26rem;
}
.rc .domestic {
  display: flex;
}
.rc .domestic .domestic_box {
  margin-right: 0.32rem;
  position: relative;
  flex: 1;
  height: 2.56rem;
  color: rgba(0, 0, 0, 0.8);
  background-color: #ffffff;
  padding: 0.5rem;
  padding-top: 0.68rem;
  border-radius: 0.2rem;
  transition: 0.35s;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: -1px 3px 10px rgba(0,0,0,.1);
}
.rc .domestic .domestic_box.hover {
  background: url(../img/rcshadow.png) no-repeat center;
  background-size: 100% 100%;
  flex: 1.5;
  box-shadow: none;
}
.rc .domestic .domestic_box.hover .domestic_logo {
  opacity: 0;
}
.rc .domestic .domestic_box.hover .btn {
  opacity: 1;
}
.rc .domestic .domestic_box.hover .title,
.rc .domestic .domestic_box.hover .text {
  color: #fff;
}
.rc .domestic .domestic_box .domestic_logo {
  position: absolute;
  right: 0.44rem;
  top: 0.52rem;
  width: 1.22rem;
  height: 1.06rem;
  background-image: url(../img/domestic_logo1.png);
  background-size: cover;
}
.rc .domestic .domestic_box .btn {
  position: absolute;
  right: 0.32rem;
  top: 1.02rem;
  width: 1.64rem;
  color: #ffffff;
  border: 2px solid #ffffff;
  background-color: transparent;
  transition: 0.35s;
  opacity: 0;
  z-index: 99;
  min-width: 1.4rem;
  padding: 0 0.24rem;
  height: 0.56rem;
  font-size: 0.18rem;
  line-height: 0.3rem;
  font-weight: 500;
  border-radius: 1rem;
}
.rc .domestic .domestic_box .title {
  font-size: 0.32rem;
  color: #101010;
  line-height: 0.4rem;
  font-weight: 500;
  margin-bottom: 0.18rem;
}
.rc .domestic .domestic_box .text {
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #101010;
}
.rcSwip {
  height: 0.88rem;
  line-height: 0.88rem;
  overflow: hidden;
  border-top: 1px solid #cccccc;
  margin-top: 0.45rem;
  margin-bottom: 0.46rem;
}
.rcSwip .swiper-slide {
  flex: 1;
}
.rcSwip .swiper-slide-thumb-active .txt {
  border-top: 2px solid #0043c7;
  color: #0043c7;
}
.rcSwip .txt {
  box-sizing: border-box;
  border-top: 2px solid transparent;
  cursor: pointer;
  font-size: 0.3rem;
  color: #101010;
  text-align: center;
  width: 2.2rem;
}
.rcSwip2 {
  overflow: hidden;
}
.rcSwip2 .video_box {
  position: relative;
}
.rcSwip2 .video_box img {
  width: 10.6rem;
  height: 5.75rem;
  border-radius:.15rem;
}
.rcSwip2 .video_box .infobox {
  position: absolute;
  right: 3%;
  top: 1.57rem;
  background: #ffff;
  border-radius: 0.2rem;
  width: 4.65rem;
  height: 3rem;
  padding: 0.76rem 0.56rem;
  box-sizing: border-box;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}
.rcSwip2 .video_box .infobox .info_img {
  position: absolute;
  right: 0;
  top: -0.32rem;
  background: url(../img/douhao.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.71rem;
  height: 0.67rem;
}
.rcSwip2 .video_box .infobox .text {
  color: #4b4b4b;
  font-size: 0.18rem;
  line-height: 0.36rem;
}
.rcSwipbox {
  position: relative;
  width: 100%;
  overflow:hidden;
}
.rcSwipbox:after {
  content: '';
  position: absolute;
  background: url(../img/rcdian.png) no-repeat -3rem 4rem;
  width: 9.3rem;
  height: 8.32rem;
  right: 0;
  bottom: 0;
}
.rcSwipbox h1 {
  color: #323232;
  font-weight: normal;
  font-size: 0.36rem;
  margin-bottom: 0.42rem;
}
.rcSwipbox h1 span {
color: #0043c7;
font-weight: bold;
display: inline-block;
margin-right: 0.1rem;
}
.tpBanner {
  position: relative;
}
.tpBanner img {
  width: 100%;
  height: 4.52rem;
}
.tpBanner .wz {
  position: absolute;
  left: 13%;
  top: 1.65rem;
  color: #fff;
  z-index: 10;
}
.tpBanner .wz p {
  margin-bottom: 20px;
}
.tpBanner .wz p:first-of-type {
  font-weight: bold;
}
.post_list {
  margin: 0.65rem auto;
  min-height: 5rem;
}
.post_list .item {
  width: 100%;
  border: 1px solid #e6eaf6;
  margin-bottom: 0.24rem;
}
.post_list .item.on {
  border-bottom: 2px solid #0043c7;
}
.post_list .item.on .item-content {
  height: auto;
}
.post_list .item.on .img1 {
  display: none;
}
.post_list .item.on .img2 {
  display: block!important;
}
.post_list .item-head {
  cursor: pointer;
  height: 0.92rem;
  padding: 0 0.16rem;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  color: #333333;
}
.post_list .item-head h1 {
  font-size: 0.25rem;
  margin-right: 0.82rem;
  min-width: 3.4rem;
}
.post_list .item-head span {
  margin-right: 1.5rem;
  min-width: 2rem;
}
.post_list .item-head .anniu {
  margin-left: auto;
}
.post_list .item-head .anniu img {
  width: 0.27rem;
}
.post_list .item-head .anniu .img2 {
  display: none;
}
.post_list .item-content {
  overflow: hidden;
  transition: 0.5s;
  height: 0;
}
.post_list .item-content .pd {
  padding: 0.18rem 0.16rem 0.45rem;
}
.post_list .item-content div {
  margin-bottom: 0.2rem;
  color: #333;
}
.post_list .item-content div h1 {
  font-weight: normal; 
  margin-bottom: 0.2rem;
  font-size: 0.25rem;
}
.post_list .item-content div p {
  font-size: 0.18rem;
  margin-bottom: 0.14rem;
  line-height: 1.5;
  color: #838383;
}
.post_list .item-content button {
  width: 1.77rem;
  height: 0.5rem;
  line-height: 0.44rem;
  display: block;
  color: #fff;
  text-align: center;
  background: #0043c7;
  border-radius: 0.4rem;
  font-weight: bold;
  margin-top: 0.34rem;
  transition: 0.3s;
  box-sizing: border-box;
  border: 2px solid transparent;
  font-size: .23rem;
  letter-spacing: 2px;
}
.post_list .item-content button:hover {
  background: #fff;
  border: 2px solid #0043c7;
  color: #0043c7;
}
.lxbox {
  margin-top: 0.6rem;
  margin-bottom: 1.06rem;
}
.lxbox .left {
  float: left;
  color: #333;
  margin-right: 1.3rem;
}
.lxbox .left h1 {
  font-size: 0.5rem;
  line-height: 0.6rem;
}
.lxbox .left h2 {
  font-weight: normal;
  margin-top: 0.3rem;
  font-size: 0.46rem;
}
.lxbox .left p {
  margin-top: 0.14rem;
}
.lxbox .left button {
  background: #0043c7;
  color: #fff;
  font-size: 0.24rem;
  width: 1.96rem;
  height: 0.52rem;
  line-height: 0.52rem;
  transition: 0.3s;
  margin-top: 0.3rem;
}
.lxbox .left button:hover {
  opacity: 0.8;
}
.lxbox .center {
  color: #333;
  float: left;
}
.lxbox .center h1 {
  font-size: 0.24rem;
  margin-bottom: 0.14rem;
}
.lxbox .center h2 {
  margin-bottom: 0.18rem;
  color: #0043c7;
  font-size: 0.4rem;
}
.lxbox .center h6 {
  color: #666666;
  font-weight: normal;
  margin-bottom: 0.28rem;
}
.lxbox .center p {
  font-size: 0.18rem;
  margin-bottom: 0.16rem;
}
.lxbox .right {
  width: 1.82rem;
  float: right;
}
.dian {
  position: relative;
}
.dian:after {
  content: '';
  position: absolute;
  left: 2%;
  background: url(../img/lxdian.png) no-repeat center;
  width: 0.94rem;
  height: 0.79rem;
  bottom: 0;
  background-size: 100% 100%;
}
.dt {
  width: 14rem;
  height: 4.09rem;
  margin: 0.64rem auto 1rem;
}
.dt iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.gywm {
  width: 14rem;
  margin: 0.77rem auto 0;
}
.gywm .ggtit {
  text-align: center;
}
.gywm .ggtit .gywm-a {
  display: inline-block;
  position: relative;
  z-index: 999;
  padding-left: 0.7rem;
  background: url(../img/20.jpg) no-repeat;
  background-size: 1.3rem 0.77rem;
}
.gywm .ggtit .gywm-a p {
  width: 100%;
  font-size: 0.17rem;
  color: #717c88;
  line-height: 0.3rem;
  text-align: center;
}
.gywm .ggtit .gywm-a p span {
  display: inline-block;
  font-size: 0.36rem;
  color: #676774;
  line-height: 0.84rem;
  font-weight: normal;
  position: relative;
  z-index: 2;
  line-height: 0.64rem;
}
.gywm .ggtit .gywm-a p span:after {
  position: absolute;
  right: 0%;
  content: '';
  z-index: -1;
  top: 58%;
  background: url(../img/gywm-tp1.png) no-repeat;
  background-size: 100%;
  width: 1.09rem;
  height: 0.24rem;
}
.gywm .ggtit .gywm-a p em {
  font-size: 0.36rem;
  color: #0043c7;
  line-height: 0.4rem;
  margin-top: 0.2rem;
  display: block;
}
.gywm .ggtit .gywm-a p em:before {
  position: absolute;
  content: '';
  z-index: -1;
  top: 74%;
  left: 0%;
  width: 1.01rem;
  height: 0.34rem;
  background: url(../img/gywm-tp2.png) no-repeat left center;
  background-size: 1.01rem 0.34rem;
}
.gywm .ggtit .gywm-a p em:after {
  position: absolute;
  top: 74%;
  right: -12%;
  content: '';
  z-index: -1;
  width: 1.01rem;
  height: 0.34rem;
  background: url(../img/gywm-tp3.png) no-repeat right center;
  background-size: 1.01rem 0.34rem;
}
.gywm .gywm-sz .sy {
  height: 3rem;
}
.gywm .gywm-sz .sy .sy-san {
  background: #fff;
  width: 100%;
  height: 7.12rem;
  padding-top: 0.74rem;
  box-sizing: border-box;
}
.gywm .gywm-sz .sy .sy-san .sz {
  text-align: center;
  margin-top: 0.4rem;
}
.gywm .gywm-sz .sy .sy-san .sz ul {
  width: 73.6%;
  display: inline-block;
  text-align: center;
}
.gywm .gywm-sz .sy .sy-san .sz ul li {
  width: 24%;
  position: relative;
  display: inline-block;
  text-align: center;
}
.gywm .gywm-sz .sy .sy-san .sz ul li .num {
  position: relative;
}
.gywm .gywm-sz .sy .sy-san .sz ul li .num h2 {
  position: relative;
  text-align: center;
  font-size: 0.5rem;
  color: #5c5c5c;
  font-weight: bold;
}
.gywm .gywm-sz .sy .sy-san .sz ul li .num em {
  position: absolute;
  top: -18%;
  right: 0;
  font-size: 0.41rem;
  color: #646464;
}
.gywm .gywm-sz .sy .sy-san .sz ul li span {
  display: block;
  font-size: 0.18rem;
  color: #646464;
  line-height: 0.4rem;
}
.gywm .gywm-sz .sy .sy-san .sz ul li .line {
  position: absolute;
  right: -15%;
  top: 2%;
  width: 0.01rem;
  height: 0.9rem;
  background-color: #efefef;
}
.gywm .gywm-sz .sy .sy-san .sz ul li:nth-child(2n) em {
  right: 22%;
}
.gywm .gywm-sz .sy .sy-san .sz ul li:nth-child(3n) em {
  right: 11%;
}
.gywm .gywm-sz .sy .sy-san .sz ul li:nth-child(4n) em {
  right: 4%;
}
.fzlc {
  width: 100%;
}
.fzlc .box.gradient-blue {
  background-image: linear-gradient(-148deg, #313B81 6%, #1E1E51 94%);
  color: #fff;
}
.fzlc .box {
  padding: 0 0 80px 0;
  position: relative;
  background-color: #fff;
}
.fzlc .box.about-history {
  overflow: hidden;
}
.about-history-circle {
  padding: 0 0 80px 0;
  position: relative;
  background-color: #fff;
  width: 1440px;
  height: 1440px;
  position: absolute;
  top: 30px;
  left: 50%;
  margin-left: -720px;
  background: url(../img/bg-history-line.svg) no-repeat;
  background-size: 100%;
  transition: all 1s;
  transform-origin: center center;
}
.w2 {
  width: 100%;
  max-width: 1400px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}
.about-history .title-region {
  margin-bottom: 0;
}
.title-region {
  text-align: center;
  padding-top: 80px;
  margin-bottom: 50px;
  position: relative;
  z-index: 3;
}
.box.gradient-blue h2 {
  color: #fff;
}
.box h2 {
  font-size: 32px;
  color: #000000;
  line-height: 150%;
  text-align: center;
  margin-bottom: 5px;
  font-family: PingFangSC-Thin;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.history-item {
  width: 63%;
  height: 400px;
  margin: 0 auto;
  padding: 30px 0;
  display: flex;
  align-items: center;
}
.history-time {
  width: 170px;
  float: left;
  padding-right: 30px;
  text-align: right;
  font-size: 64px;
  color: #FFFFFF;
  letter-spacing: 0;
  font-weight: bold;
  font-family: 'Arial';
}
.history-info {
  flex: 1;
}
.history-item .history-info p {
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.history-info li {
  padding-left: 13px;
  background: url(../img/pointer.svg) no-repeat left 14px;
  opacity: 0.7;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 210%;
  margin-bottom: 2px;
}
.history-pagination {
  width: 100%;
  height: 60px;
  display: flex;
  border-top: 2px solid rgba(34, 100, 255, 0.5);
}
.history-pagination .swiper-pagination-bullet-active {
  color: #fff;
}
.history-pagination .swiper-pagination-bullet {
  flex: 1;
  width: auto;
  height: auto;
  border-radius: inherit;
  transform: none;
  background: none;
  position: relative;
  font-size: 20px;
  padding-top: 27px;
  font-weight: bold;
  overflow: inherit;
  opacity: 1;
  color: #707ABF;
  transition: all 0.5s;
  margin: 0 !important;
  text-align: center;
  font-family: 'Arial';
}
.history-pagination .swiper-pagination-bullet-active:before {
  content: '';
  width: 1px;
  height: 100px;
  display: block;
  top: -100px;
  left: 50%;
  margin-left: -0.5px;
  background-image: linear-gradient(0deg, rgba(106, 202, 255, 0.4) 43%, rgba(106, 202, 255, 0) 100%);
  position: absolute;
}
.history-pagination .swiper-pagination-bullet span.pointer {
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  border-radius: 100%;
  left: 50%;
  top: -11px;
  margin-left: -11px;
  z-index: 4;
}
.history-pagination .swiper-pagination-bullet-active span.pointer:before {
  background: #6ACAFF !important;
}
.history-pagination .swiper-pagination-bullet-active span.pointer:after {
  width: 8px;
  height: 8px;
  margin-left: -10px;
  margin-top: -10px;
  background: #6ACAFF;
  border: 6px solid #3A4792;
}
.history-pagination .swiper-pagination-bullet span.pointer:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  border-radius: 100%;
  background: transparent;
  transition: all 0.5s linear;
}
.history-pagination .swiper-pagination-bullet-active span.pointer:after {
  width: 8px;
  height: 8px;
  margin-left: -10px;
  margin-top: -10px;
  background: #6ACAFF;
  border: 6px solid #3A4792;
}
.history-pagination .swiper-pagination-bullet span.pointer:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #2B52CB;
  border: 4px solid #929AD8;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -7px;
  transition: all 0.5s linear;
  z-index: 3;
}
.history-pagination .swiper-pagination-bullet-active:after {
  content: '';
  display: block;
  position: absolute;
  height: 10px;
  width: 1px;
  background-image: linear-gradient(0deg, rgba(106, 202, 255, 0) 0%, #6ACAFF 50%, rgba(106, 202, 255, 0) 100%);
  top: 0;
  left: 50%;
  margin-left: -0.5px;
  animation: sout 2s linear infinite;
}
.fzlc .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.history-pagination-active {
  position: absolute;
  bottom: 59px;
  height: 2px;
  left: 0;
  transition: all 0.5s;
  background-image: linear-gradient(-90deg, #6ACAFF 0%, #0B1CBA 100%);
}
.gfwh {
  margin-top: 0.8rem;
  padding-bottom: 1rem;
  background: url(../img/sy-wu-bj.jpg) no-repeat right bottom;
  background-size: 16.08rem 6.26rem;
}
.gfwh .ggtit {
  text-align: center;
}
.gfwh .ggtit a {
  display: inline-block;
}
.gfwh .ggtit a .si-span {
  line-height: 0.64rem;
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 0.36rem;
  font-weight: normal;
}
.gfwh .ggtit a .si-span:before {
  position: absolute;
  top: 10%;
  content: '';
  z-index: -1;
  left: -10%;
  width: 1.34rem;
  height: 0.47rem;
  background: url(../img/sy-a3.png) no-repeat;
  background-size: 1.34rem 0.47rem;
}
.gfwh .ggtit a .si-span i {
  color: #0043c7;
}
.gfwh .ggtit a .si-span:after {
  position: absolute;
  top: 10%;
  content: '';
  z-index: -1;
  right: -4%;
  width: 0.68rem;
  height: 0.46rem;
  background: url(../img/sy-a4.png) no-repeat;
  background-size: 0.68rem 0.46rem;
}
.gfwh .ggtit a em {
  display: block;
  font-size: 0.18rem;
  color: #68686f;
  line-height: 0.3rem;
}
.gfwh .nr ul {
  width: 73.6%;
  margin: 0.2rem auto 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.gfwh .nr ul li {
  position: relative;
  height: 3.48rem;
  width: 2.7rem;
  box-sizing: border-box;
  margin-right: 0.17rem;
  transition: all 0.5s ease-in-out;
}
.gfwh .nr ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.gfwh .nr ul li:hover,
.gfwh .nr ul li.on {
  width: 5.51rem;
}
.gfwh .nr ul li:hover a > img,
.gfwh .nr ul li.on a > img {
  width: 100%;
}
.gfwh .nr ul li:hover .tp,
.gfwh .nr ul li.on .tp {
  bottom: 1.36rem;
}
.gfwh .nr ul li:hover .tp h2,
.gfwh .nr ul li.on .tp h2 {
  color: #fff;
  border-bottom: 0.02rem solid #fff;
}
.gfwh .nr ul li:hover a .rq h3,
.gfwh .nr ul li.on a .rq h3 {
  display: block;
}
.gfwh .nr ul li a > img {
  width: 100%;
  height: 100%;
}
.gfwh .nr ul li a .rq h3 {
  position: absolute;
  top: 2.3rem;
  left: 0;
  color: #fff;
  font-size: 0.16rem;
  text-align: left;
  font-weight: normal;
  padding-left: 0.34rem;
  box-sizing: border-box;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.05s ease-in;
  display: none;
  -webkit-line-clamp: 1;
  line-height:.28rem;
}
.gfwh .nr ul li:hover a .rq h3 {
  display: block;
}
.gfwh .nr ul li a .tp {
  position: absolute;
  bottom: 0.18rem;
  left: 0;
  padding-left: 0.34rem;
  box-sizing: border-box;
  width: 100%;
  transition: all .3s;
}
.gfwh .nr ul li a .tp > img {
  display: block;
}
.gfwh .nr ul li a h2 {
  display: inline-block;
  font-size: 0.24rem;
  font-weight: normal;
  color: #fff;
  line-height: 0.4rem;
  margin-top: 0.2rem;
  padding-bottom: 0.18rem;
  max-width: 100%;
  -webkit-line-clamp: 1;
}
.ryzz {
  /* padding-top: 0.7rem; */
}
.ryzz .yi-nr {
  width: 100%;
  /*background: url(../img/2019.jpg) no-repeat;*/
  background-position: 80% 0;
  background-size: 7.02rem 2.57rem;
  /* height:4.35rem;
  margin-bottom: 0.3rem; */
}
.ryzz .yi-nr .yi-box {
  position: relative;
  width: 63%;
  margin: 0 auto;
  height:2.7rem;
}
.ryzz .yi-nr .yi-box .inne {
  position: relative;
  display: none;
  padding-bottom: 0.3rem;
  box-sizing: border-box;
}
.ryzz .yi-nr .yi-box .inne.active {
  display: block;
}
.ryzz .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ryzz .swiper-container .swiper-slide {
  text-align: center;
}
.ryzz .swiper-container .swiper-slide img {
  width: 3.71rem;
  height: 2.29rem;
}
.ryzz .swiper-button-prev {
  position: absolute;
  left: -0.9rem;
  top: 33%;
  z-index: 2;
  width: 0.56rem;
  height: 2.3rem;
  background: url('../img/zjt-h.png') no-repeat center;
  background-size: 0.56rem 0.56rem;
}
.ryzz .yi-box .inner {
  position: relative;
  display: none;
  padding: 1.4rem 0 1rem 0;
  box-sizing: border-box;
}
.ryzz .yi-box .inner.active {
  display: block;
}
.ryzz .swiper-button-prev:hover {
  background: url('../img/zjt-l.png') no-repeat center;
  background-size: 0.56rem 0.56rem;
}
.ryzz .swiper-button-next {
  width: 0.56rem;
  height: 2.3rem;
  right: -0.9rem;
  top: 33%;
  background: url('../img/yjt-h.png') no-repeat center;
  background-size: 0.56rem 0.56rem;
}
.ryzz .swiper-button-next:hover {
  background: url('../img/yjt-l.png') no-repeat center;
  background-size: 0.56rem 0.56rem;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.ryzz .yi-nr .tab-title {
  width: 100%;
  padding: 0 13.2%;
  box-sizing: border-box;
  margin-top: 0.3rem;
  border-top: 0.01rem solid #ededed;
}
.ryzz .tab-title .inne {
  width: 100%;
  height: 100%;
  /* overflow-x: scroll;
  white-space: nowrap; */
  height: 0.61rem;
}
.ryzz .yi-nr .tab-title .title-item {
  font-size: 0.18rem;
  color: #7f7f7f;
  line-height: 0.61rem;
  cursor: pointer;
  text-align: center;
  font-family: 'Arial';
}
.ryzz .yi-nr .tab-title .title-item.active {
  color: #000000;
  border-top: 0.02rem solid #0043c7;
}
.ryzz .er-nr {
  width: 100%;
  background-color: #f5f5f5;
  padding: 0.8rem 0;
}
.ryzz .er-nr ul {
  width: 73.6%;
  margin: 0 auto;
}
.ryzz .er-nr ul li {
  float: left;
  width: 6.86rem;
}
.ryzz .er-nr ul li img {
  width: 6.86rem;
  height: 4.6rem;
}
.ryzz .er-nr ul li .wz {
  /* width: 100%; */
  background-color: #fff;
  padding: 0.25rem 0.26rem;
  /* padding-bottom: .15rem; */
  box-sizing: border-box;
}
.ryzz .er-nr ul li span {
  display: block;
  font-size: 0.16rem;
  color: #646464;
  margin-bottom: 0.15rem;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-top: 0.15rem;
  line-height: 0.2rem;
}
.ryzz .er-nr ul li h2 {
  display: inline-block;
  font-size: 0.2rem;
  color: #000000;
  max-height: 0.3rem;
  /* transition: all .2s ease; */
  margin-top: 0.1rem;
  line-height: 0.26rem;
  text-align: left;
}
.ryzz .er-nr ul li h2:hover a {
  /* text-decoration: underline; */
  color: #0043c7;
}
.ryzz .er-nr ul li:nth-child(even) {
  float: right;
}
.syhead {
  background: #000072;
}
.syhead .header {
  width: 88%;
}
.syhead .logo {
  width: 1.8rem;
  margin-top: 0.33rem;
}
.syhead .nav .nav_uli {
  margin-right: 0.66rem;
}
.syhead .nav .nav_uli a {
  position: relative;
  color: #fff;
}
.syhead .nav .nav_uli a:hover,
.syhead .nav .nav_uli a.on {
  color: #fff !important;
  border: 0!important;
}
.syhead .nav .nav_uli a:hover:after,
.syhead .nav .nav_uli a.on:after {
  content: '';
  background: url(../img/line.png) no-repeat center;
  width: 1.05rem;
  height: 0.02rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.syhead .nav .nav_uli .sub a:hover,
.syhead .nav .nav_uli .sub a.on {
  color: #0043c7 !important;
}
.syhead .search .sou {
  margin-left: 0.15rem;
}
.sybanner {
  width: 100%;
  position: relative;
}
.sybanner .sySwip {
  width: 100%;
  height: 7rem;
  overflow: hidden;
}
.sybanner .sySwip .bnrbox {
  width: 100%;
  height: 100%;
  position: relative;
}
.sybanner .sySwip .bnrbox .banner {
  width: 100%;
  height: 100%;
  display: block;
}
.sybanner .sySwip .bnrbox .txt {
  position: absolute;
  left: 10%;
  top: 1.39rem;
}
.sybanner .sySwip .bnrbox .txt img {
  margin-bottom: 0.2rem;
  display: block;
}
.sybanner .sySwip .bnrbox .txt img:nth-child(1n) {
  width: 8.18rem;
}
.sybanner .sySwip .bnrbox .txt img:nth-child(2n) {
  width: 3.58rem;
}
.sybanner .sySwip .bnrbox .txt img:nth-child(3n) {
  width: 6.71rem;
}
.sybanner .sySwip .bnrbox .vidbtn {
  position: absolute;
  width: 0.41rem;
  right: 8%;
  cursor: pointer;
  bottom: 20%;
}
.sybanner .btmjt {
  position: absolute;
  bottom: 10%;
  left: 50%;
  width: 0.22rem;
  z-index: 100;
  transform: translateX(-50%);
  -webkit-animation-name: mouse;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
}
/*main {
  width: 100%;
  background: url(../img/sybg.jpg) no-repeat center top;
  background-color: #010126;
  background-size: 100% 100%;
  padding-bottom: 0.78rem;
}*/
main .product {
  position: relative;
  padding-top: 1.2em;
}
main .product .prodian {
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 0.55rem;
}
main .product .procontainer {
  width: 86%;
  margin: 0 auto;
}
main .product .procontainer .tit {
  text-align: center;
  color: #fff;
  margin-bottom: 0.48rem;
}
main .product .procontainer .tit h1 {
  font-size: 0.48rem;
  margin-bottom: 0.18rem;
}
main .product .procontainer .tit h1 img {
  width: 0.54rem;
  vertical-align: bottom;
  margin-right: 0.1rem;
}
main .product .procontainer .tit h2 {
  font-size: 0.28rem;
}
main .product .procontainer ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
main .product .procontainer ul li {
  width: 2.58rem;
  height: 4.05rem;
  position: relative;
}
main .product .procontainer ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 0;
  background: url(../img/i_hover.png) no-repeat center center;
  z-index: 2;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
main .product .procontainer ul li:hover:before {
  height: 100%;
}
main .product .procontainer ul li .items {
  position: absolute;
  top: 0.42rem;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 3;
}
main .product .procontainer ul li .items h1 a{
    line-height:.4rem;
} 
main .product .procontainer ul li .items a {
  color: #fff;
  display: block;
  line-height:.3rem;
}
main .product .procontainer ul li .items a:hover {
  background: -webkit-linear-gradient(left, #d8b235, #6fb997 25%, #d8b235 50%, #43bcbf 75%, #43bcbf);
  color: transparent;
  -webkit-background-clip: text;
  background-size: 230% 100%;
  animation: masked-animation 1s infinite linear;
}
main .product .procontainer ul li .items h1 {
  font-size: 0.3rem;
  margin-bottom: 0.3rem;
}
main .product .procontainer ul li .items h5 {
  font-size: 0.2rem;
  margin-bottom: 0.14rem;
}
main .product .procontainer .more {
  width: 2.34rem;
  height: 0.62rem;
  line-height: 0.62rem;
  text-align: center;
  font-size: 0.2rem;
  font-weight: bold;
  display: block;
  margin: 0.78rem auto 1.14rem;
  background: url(../img/kuang.png) no-repeat center;
  background-size: 100% 100%;
  transition: 0.3s;
  position: relative;
  z-index: 2;
}
main .product .procontainer .more:hover .btnbg-x {
  width: calc(100% + 2px);
  background: #0043c7;
}
main .product .procontainer .more .btnbg-x {
  position: absolute;
  left: -1px;
  width: 0;
  top: -1px;
  bottom: -1px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
main .product .procontainer .more span {
  position: relative;
  z-index: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #f6b019, #02c1fd);
}
@-webkit-keyframes masked-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@-webkit-keyframes mouse {
  0% {
    bottom: 0%;
  }
  50% {
    bottom: 4%;
  }
  100% {
    bottom: 0%;
  }
}
.anzs {
  margin-top: 1.12rem;
  margin-bottom: 1.1rem;
  position: relative;
}
.anzs .circle {
  position: absolute;
  width: 0.92rem;
  top: -8%;
  left: 20%;
  animation: App-logo-spin infinite 20s linear;
}
.anzs > h1 {
  text-align: center;
  color: #fff;
  font-size: 0.48rem;
  position: relative;
  padding-bottom: 0.38rem;
}
.anzs > h1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0.98rem;
  height: 0.02rem;
  background: #e7b127;
}
.anzs .slideTxtBox .hd {
  background: transparent;
  width: 10rem;
  margin: 0.52rem auto;
}
.anzs .slideTxtBox .hd ul {
  display: flex;
  justify-content: space-between;
}
.anzs .slideTxtBox .hd ul li {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  cursor: pointer;
}
.anzs .slideTxtBox .hd ul li.on p {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #f6b019, #02c1fd);
}
    .anzs .slideTxtBox .hd ul img {
        width: 0.46rem;
        margin-bottom: 0.24rem;
        height: 0.46rem;
    }
.anzs .slideTxtBox .hd ul .imgh{
    display:none;
}
.anzs .slideTxtBox .hd ul li.on .imgs {
    display:none;
}
.anzs .slideTxtBox .hd ul li.on .imgh{
    display:inline-block;
}
.anzs .slideTxtBox .hd ul p {
    color: #fff;
    font-weight: bold;
    font-size: 0.24rem;
    line-height:.29rem;
}
.anzs .slideTxtBox .bd {
  width: 86%;
  margin: 0 auto;
}
.anzs .slideTxtBox .bd ul {
  overflow: hidden;
}
.anzs .slideTxtBox .bd ul li {
  float: left;
  width: 3.97rem;
  height: 2.66rem;
  margin-right: 0.14rem;
  margin-bottom: 0.12rem;
  overflow: hidden;
  position: relative;
}
.anzs .slideTxtBox .bd ul li div {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/cb_hover.png) no-repeat center bottom;
  background-size: 100% 100%;
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 0;
}
/*.anzs .slideTxtBox .bd ul li:hover div {
  opacity: 1;
}*/
.anzs .slideTxtBox .bd ul li:hover img {
  transform: scale(1.2);
}
.anzs .slideTxtBox .bd ul li:nth-child(4n) {
  margin-right: 0;
}
.anzs .slideTxtBox .bd ul li img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.syzx {
  width: 86%;
  margin: 1.15rem auto 0;
}
.syzx .tit {
  color: #fff;
  text-align: center;
}
.syzx .tit h1 {
  font-size: 0.48rem;
}
.syzx .tit h2 {
  margin-top: 0.25rem;
  margin-bottom: 0.56rem;
  font-size: 0.28rem;
}
.syzx .zxbox {
  background: #fff;
  width: 100%;
  overflow: hidden;
  height: 5.65rem;
  padding: 0.32rem;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.syzx .zxbox .left {
  width: 7.8rem;
}
.syzx .zxbox .left .zxSwip {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.syzx .zxbox .left .zxSwip .zxbanner {
  position: relative;
  width: 7.8rem;
  height: 5rem;
}
.syzx .zxbox .left .zxSwip .zxbanner a{
    display:block;
    width:100%;
    height:100%;
}
.syzx .zxbox .left .zxSwip .zxbanner img {
  display: block;
  width: 100%;
}
.syzx .zxbox .left .zxSwip .zxbanner .contText {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 1rem;
  background: url(../img/mask.png) no-repeat center;
  background-size: 100% 100%;
  line-height: 1.3rem;
  color: #fff;
  font-size: 0.22rem;
  padding: 0 0.3rem;
  box-sizing: border-box;
}
.syzx .zxbox .left .zxSwip .zxbanner .contText p {
  font-weight: bold;
  width: 5.96rem;
  font-size:.2rem;
}
.syzx .zxbox .left .zxSwip .swipearrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.35rem;
  height: 0.62rem;
  background: url(../img/arrl.png) no-repeat center;
  background-size: 100% 100%;
  z-index: 10;
  left: 0;
  cursor: pointer;
  transition: 0.3s;
}
.syzx .zxbox .left .zxSwip .swipearrow:hover {
  opacity: 0.7;
}
.syzx .zxbox .left .zxSwip .swipearrow.zxnext {
  background: url(../img/arrowr.png) no-repeat center;
  right: 0;
  left: inherit;
}
.syzx .zxbox .right {
  width: 7.5rem;
}
.syzx .zxbox .right .zxlist {
  overflow: hidden;
  height: 5rem;
}
.syzx .zxbox .right .zxlist a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.16rem;
  background: #eff5f9;
  width: 100%;
  height: 1.13rem;
  position: relative;
  padding: 0.14rem;
  box-sizing: border-box;
  z-index: 2;
}
.syzx .zxbox .right .zxlist a:hover {
  color: #fff;
}
.syzx .zxbox .right .zxlist a:hover:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/zxxwbg.jpg) no-repeat center;
  left: 0;
  top: 0;
  z-index: -1;
}
.syzx .zxbox .right .zxlist a:hover .date {
  border-right: 1px solid #4672d6;
}
.syzx .zxbox .right .zxlist a:hover .date h2 {
  color: #fff;
}
.syzx .zxbox .right .zxlist a:hover .date p {
  color: #fff;
}
.syzx .zxbox .right .zxlist a .date {
  text-align: center;
  width: 1.24rem;
  border-right: 1px solid #dddedf;
}
.syzx .zxbox .right .zxlist a .date h2 {
  font-family: Georgia;
  font-size: 0.48rem;
  color: #333333;
  margin-bottom: 0.16rem;
  line-height: .7;
  height: 0.44rem;
}
.syzx .zxbox .right .zxlist a .date p {
  color: #999999;
  font-size: 0.2rem;
}
.syzx .zxbox .right .zxlist a .txt {
  width: 5.6rem;
  padding: 0 0.28rem;
  line-height: 0.38rem;
  font-size: 0.2rem;
  font-weight: bold;
}
.zxcontainer {
  position: relative;
  width: 100%;
  z-index: 2;
}
.zxcontainer .circle {
  position: absolute;
  right: 0;
  top: -9%;
  width: 3.13rem;
  z-index: -1;
  animation: turnY 3S infinite;
}
@keyframes turnY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rightNav {
  position: fixed;
  right: 2%;
  z-index: 100;
  bottom: 20%;
  background: #343840;
  width: 0.84rem;
  transition: 0.3s;
}
.rightNav div {
  width: 100%;
  height: 0.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #44474e;
  cursor: pointer;
  transition: 0.3s;
}
.rightNav div:last-child {
  border-bottom: 0;
}
.rightNav div img {
  width: 0.41rem;
  margin-bottom: 0.08rem;
  transition: 0.3s;
}
.rightNav div p {
  color: #fff;
  transition: 0.3s;
}
.rightNav.on {
  width: 0.54rem;
}
.rightNav.on div {
  height: 0.5rem;
}
.rightNav.on p {
  display: none;
}
.rightNav.on .rtSecondDiv img {
    transform: rotate(180deg);
}
.wzdt .dt_ul {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-top: 0.2rem;
  padding-top: 0.5rem;
  min-height: 4.76rem;
  justify-content: space-between;
}
.wzdt .dt_ul li {
  position: relative;
  text-align: center;
  flex: 1;
}
.wzdt .dt_ul li .a1 {
  display: block;
  font-size: 0.18rem;
  font-weight: bold;
  color: #323232;
  line-height: 0.3rem;
}
.wzdt .dt_ul li .ej {
  width: auto;
  margin-top: 0.2rem;
  background: none;
}
.wzdt .dt_ul li .ej a {
  display: block;
  font-size: 0.16rem;
  color: #323232;
  line-height: 0.3rem;
  margin-bottom: 0.15rem;
}
.wzdt .dt_ul li a:hover {
  color: #004fff;
}
.symask {
  position: fixed;
  width: 60%;
  height: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  z-index: 1000;
  display: none;
}
.symask video {
  display: block;
  width: 100%;
  /*height: 100%;*/
}
.symask .close {
  cursor: pointer;
  position: absolute;
  right: -0.3rem;
  top: -0.3rem;
  width: 0.3rem;
  height: 0.3rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.5rem;
  background: rgba(0, 0, 0, 0.5);
}
.nodata{
 margin: 1.5rem auto 1rem;
}
.yanfa {
    width: 100%;
    background: url(../img/bg18.jpg)no-repeat center /100% 100%;
    height: 8.53rem;
    padding-top: .65rem;
    box-sizing: border-box;
}

.yanfa .tit {
    font-size: .36rem;
    text-align: center;
    color: #86b824;
    margin-bottom:.55rem;
}

.yanfa .tit span {
    font-size: .72rem;
    font-weight: bold;
    font-family: 'Bahnschrift';
    margin-bottom: .55rem;
}
.yanfa ul{
    width:14rem;
    margin:0 auto;
    overflow:hidden;
}
.yanfa ul li{
    float:left;
    width:4.39rem;
    padding:0 .54rem .3rem .6rem;
    box-sizing:border-box;
    border-right:1px solid #e2e4e8;
}
.yanfa ul li:nth-child(3n) {
    margin-right:0;
    border-right:none;
}
.yanfa ul li:nth-child(4),.yanfa ul li:nth-child(5),.yanfa ul li:nth-child(6) {
    padding-top:.28rem;
    border-top:1px solid #e2e4e8;
}
.yanfa li img{
    width:.53rem;
    height:.53rem;
    margin-bottom:.12rem;
}
.yanfa li h5{
    font-size:.24rem;
    color:#1c5cb0;
    margin-bottom:.14rem;
}
.yanfa li p{
    font-size:.16rem;
    color:#666666;
    line-height:1.5;
}
.vidmask{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.7);
    z-index:999999;
    display:none;
}
.vidmask .popcontent{
    left:50%;
    top:50%;
    max-width: 60%;
    transform:translate(-50%,-50%);
    background:#fff;
    position:absolute;
}
.vidmask .popcontent iframe,.vidmask .popcontent video{
    width:100%;
    display:block;
}
.vidmask .popcontent .close{
    width:.5rem;
    height:.45rem;
    background:#fff;
    color:#333;
    font-weight:bold;
    font-size:.3rem;
    line-height:.3rem;
    display:flex;
    justify-content:center;
    align-items:center;
    position:absolute;
    right:-.5rem;
    top:0;
    cursor:pointer;
}