@charset "UTF-8";
header.mobile{
  background: #ffffff;
  padding: 0.2rem 0;
  box-shadow: 0 0 12px 0px rgba(5,60,129,0.7);
  border-top: 0.1rem solid #053c81;
  animation: 0.8s ease .3s 1 normal backwards running fadeInDown2;
  z-index: 1001;
}
header.mobile::before{
  display: none;
}
header.mobile .logo a img:nth-of-type(2){
  display: block;
}
header.mobile .logo a img:nth-of-type(1){
  display: none;
}
header.mobile .nav ul>li>a{
  color: #000000;
}
header.mobile .linkTop a{
 color: #c9c9c9;
}
header.mobile .linkTop a:hover{
  color: #053c81;
}
header.mobile .linkTop a::before{
  background: #c9c9c9;
}
header.mobile .nav ul>li ol li a:hover{
  color: #DFBA82;
}
header.mobile .nav ul>li>a:hover{   
   color: #DFBA82;
}
.nyBanner{
  position: relative;
  overflow: hidden;
}
.nyBannerSub img{
  display: block;
  width: 100%;
  height: auto;
  min-height: 220px;
  object-fit: cover;
}
/* 当前位置 */
.dqwz{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/dqwzBg.png) no-repeat left center;
  background-size: auto 100%;
}
.dqwz2{
  background: url(../img/dqwzBg2.png) no-repeat left center;
  background-size: auto 100%;
}
.dqwz .w1500{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  left: 50%;
  bottom: 29.5%;
  transform: translateX(-50%);
  z-index: 1000;
}
.dqwz h2{
  font-family: Microsoft YaHei;
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  padding-bottom: 0.15rem;
  border-bottom: 2px solid #E6C390;
  margin-bottom: 0.2rem;
  float: left;
  text-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.dqwz p{
  width:100%;
  padding-left: 30px;
  background: url(../img/dqwzIcon.png) no-repeat left center;
  box-sizing: border-box;
}
.dqwz p,.dqwz p a{
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}
.dqwz p a:hover{
  color: #E6C390;
}

/* 二级导航 */
.leftNav{
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
}
.leftNav .erLm{
  display:none;
}
.leftNav ul{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.leftNav ul>li {
  height: auto;
  width: auto;
  position: relative;
  z-index: 10;
  margin-right: 0.9rem;
}
.leftNav ul>li:last-of-type{
  margin-right: 0;
}
.leftNav ul.erNav2{
  justify-content: space-between;
}
.leftNav ul.erNav2 li{
  margin-right: 0;
}
.leftNav ul>li>a{
    display: block;
    font-family: Microsoft YaHei;
    font-size: 0.18rem;
    font-weight: normal;
    line-height: 0.7rem;
    letter-spacing: 0em;
    color: #333333;
    white-space: nowrap;
}
.leftNav ul>li>a:hover{
  color: #053C81;
}
.leftNav ul>li.hover>a{
  color: #053C81;
}
main{
  background: url(../img/mainBg.png) no-repeat center bottom;
  background-size: 100% auto;
  position: relative;
}

main.xxjjBg {
    background: none;
}

main .w1500 {
    position: relative;
    z-index: 9;
}
.txtList{
  margin-top: 0.4rem;
}

main.txtListB {
    padding-bottom: 1.15rem;
}

.txtList ul {
    margin-bottom: 0.93rem;
}
.txtList li a{
  display: block;
  font-family: Microsoft YaHei;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.32rem;
  letter-spacing: 0em;
  color: #333333;
  padding: 0.3rem 0;
  padding-left: 0.32rem;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #D8D8D8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.txtList li a span{
  font-family: HarmonyOS Sans SC;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.32rem;
  letter-spacing: 0em;
  color: #053C81;
  margin-left: 5px;
}
.txtList li a::after{
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  border: 3px solid #053C81;
  box-sizing: border-box;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.txtList li a::before{
  display: block;
  content: "";
  width: 0;
  height: 1px;
  background: #053C81;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .5s;
}
.txtList li a:hover::before{
  width: 100%;
}
.txtList li a:hover::after{
  border: 3px solid #DFBA82;
}
.txtList li a:hover{
  color: #053C81;
}
.fy{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.fy .fySub{
  display: block;
  width: auto;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  margin: 0 8px;
  border-radius: 20px;
  border: 1px solid #CECECE;
  box-sizing: border-box;
  min-width: 40px;
}
.fy .fySub:first-of-type,.fy .fySub:last-of-type{
  padding: 0 20px;
}
.fy .fySub.on,.fy .fySub:hover{
  background: #004A99;
  color: #ffffff;
}
.imgList{
  margin-top: 0.76rem;
}

main.imgListB {
    padding-bottom: 1.13rem;
}
.imgList ul{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.44rem;
}
.imgList li{
  width: calc(100% / 3);
  padding: 0.4rem;
  box-sizing: border-box;
  border-right: 1px solid #E5E5E5;
  border-top: 1px solid #E5E5E5;
}
.imgList li:nth-of-type(3n){
  border-right: 1px solid transparent;
}
.imgList li:nth-of-type(1),.imgList li:nth-of-type(2),.imgList li:nth-of-type(3){
  border-top: 1px solid transparent;
  padding-top: 0;
}
.imgList a{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.imgList a .img{
  width: 100%;
  padding: 68% 0 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all .5s;
}
.imgList a span{
  display: block;
}
.imgList a .con span.time{
  font-family: HarmonyOS Sans SC;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #053C81;
  margin-top: 0.3rem;
}
.imgList a .con span.tit{
  font-family: Microsoft YaHei;
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  height: 0.6rem;
  letter-spacing: 0em;
  color: #333333;
  display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
  margin: 0.2rem 0 0.15rem;
}
.imgList a .con span.txt{
  font-family: Microsoft YaHei;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.26rem;
  height: 0.52rem;
  letter-spacing: 0em;
  color: #929292;
  display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
}
.imgList a:hover .con span.tit{
  color: #053C81;
}
.imgList a:hover .con span.txt{
  color: #666666;
}
.imgList a:hover .img{
  transform: scale(1.05);
}
.xyjg {
  margin-top: 0.75rem;
}

.xyjg:first-of-type {
    margin-top: 0.7rem;
}
main.xxjg{
  padding-bottom: 2.54rem;
}
.xyjg h2.tit p{
  font-family: Source Han Serif CN;
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.32rem;
  letter-spacing: 0em;
  color: #053C81;
  background: #ffffff;
  padding-right: 10px;
  z-index: 9;
}
.xyjg h2.tit{
  position: relative;
  display: flex;
  justify-content: left;
}
.xyjg h2.tit::before{
  display: block;
  content: "";
  width: 100%;
  border-bottom: 1px dashed rgba(5, 60, 129, 0.4);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.xyjg ul{
  display: flex;
  flex-wrap: wrap;
}
.xyjg ul li{
  width: 23.05%;
  margin-right: 2.6%;
  margin-top: 0.37rem;
  border-bottom: 2px solid #053C81;
}
.xyjg ul li:nth-of-type(4n){
  margin-right: 0;
}
.xyjg ul li a{
  display: flex;
  width: 100%;
  height: 0.8rem;
  font-family: Microsoft YaHei;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  text-align: center;
  letter-spacing: 0em;
  color: #333333;
  background: linear-gradient(180deg, #C4D8F1 -129%, #FFFFFF 79%);
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 9;
}
.xyjg ul li a::before{
  display: block;
  content: "";
  width: 0;
  height: 100%;
  background: #053C81;
  left: 50%;
  top: 0;
  position: absolute;
  z-index: -1;
  transition: all .5s;
}
.xyjg ul li a:hover{
  color: #ffffff;
}
.xyjg ul li a:hover::before{
  left: 0;
  width: 100%;
}
.lsh{
  padding: 0.91rem 0 0.58rem;
}
.lsh ul{
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: space-evenly;
  align-items: flex-start;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 0.8rem;
}
.lsh ul li{
  width: 2.32rem;
  padding-bottom: 0.38rem;
  position: relative;
  margin: 0 1rem;
}
.lsh ul li::before{
  display: block;
  content: "";
  width: 32px;
  height: 2px;
  background: #0A3F82;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.lsh ul li:hover::before{
  background: #DFBA82;
}
.lsh ul li a{
  display: block;
  width: auto;
  height: auto;
  transition: all .5s;
}

.lsh ul li a:hover {
    transform: translateY(-10px);
}
.lsh ul li .img{
  width: 100%;
  padding: 132% 0 0;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
.lsh ul li .tit{
  font-family: Microsoft YaHei;
  font-size: 0.28rem;
  font-weight: normal;
  line-height: 0.36rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #053C81;
  margin-top: 0.1rem;
}
.lsh ul li .tit span{
  display: block;
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.32rem;
  text-align: center;
  letter-spacing: 0em;
  color: #616161;
  margin-top: 5px;
}
.lsh ul li:hover .tit{
  font-weight: bold;
}
.cbr{
  padding: 1.25rem 0 2rem;
  position: relative;
}
.cbrImg {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.cbrImg .img {
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 100%;
}
.cbrImg .img img{
  width: 3.7rem;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 100%;
}
.cbrImg .tit{
  font-family: Microsoft YaHei;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 0.38rem;
  text-align: center;
  letter-spacing: 0.05em;
  color: #053C81;
  margin: 0.2rem 0 0.4rem;
  position: relative;
}

.cbrImg .tit::before {
    display: block;
    content: "";
    width: 30px;
    height: 1px;
    background: #E6C390;
    position: absolute;
    left: 50%;
    bottom: -0.2rem;
    transform: translateX(-50%);
}
.cbrImg .txt{
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.32rem;
  text-align: center;
  letter-spacing: 0em;
  color: #333333;
}
.cbrCon{
  max-height: 6.3rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 14;
  overflow: hidden;
}
.cbrCon p{
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.44rem;
  text-align: justify;
  letter-spacing: 0em;
  text-indent: 2em;
  color: #333333;
}
/* 翻页 */
.book_boxs{
  position: relative;
  z-index: 9;
}
#cover{ 
  position: absolute; 
  top: 0; 
  bottom: 0; 
  left: 0; 
  width: 50%;
}
.flipbook{
  position: relative;
}
.flipbook::before{
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/cbrImgBg.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}
.page_d{
  height: 100%;
  text-align: left;
  padding: 0.5rem;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}
.even .page_d, #cover .page_d{
  width: 100%; 
  background: url(../img/cbrImg2.png) center no-repeat; 
  background-size: 100% 100%;
}
.odd .page_d{
  width: 100%;
  background: url(../img/cbrImg1.png) center no-repeat;
  background-size: 100% 100%;
}
.odd .page_d::before{
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 94.2%;
  opacity: 0.25;
  background: #053C81;
  bottom: 0;
  left: 0;
  transform: translate(-50%,-0.06rem);
}
.cbr{
  display: block;
  width: 100%;
}
.cbrApp{
  display: none;
}
main.content{
  background: #F5F9FD url(../img/mainBg.png) no-repeat bottom center;
  background-size: 100% auto;
}
.xywh{
  padding: 1.3rem 0 1.7rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.xywh .tabIn{
  width: 2.8rem;
  height: auto;
}
.xywh .tabIn li{
  width: 2.6rem;
  height: auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  cursor: pointer;
  margin-bottom: 0.82rem;
  align-items: center;
}
.xywh .tabIn li .icon{
  width: 0.58rem;
  height: 0.58rem;
  position: relative;
  border-radius: 100%;
  box-sizing: border-box;
  border: 1px dashed transparent;
}
.xywh .tabIn li .icon img{
  display: block;
  width: 0.48rem;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.xywh .tabIn li .tit{
  font-family: Source Han Serif CN;
  font-size: 0.2rem;
  font-weight: 600;
  letter-spacing: 0em;
  color: #053C81;
  margin-left: 0.3rem;
  transition: all .5s;
  position: relative;
  line-height: 0.4rem;
}
.xywh .tabIn li .icon::before{
  display: block;
  content: "";
  width: 4px;
  height: 0.78rem;
  background: url(../img/xywhInBg.png) repeat-y center;
  background-size: 100% auto;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%,3px);
}
.xywh .tabIn li .icon::after{
  display: block;
  content: "";
  width: 0;
  height: 2px;
  background: #053C81;
  position: relative;
  left: 100%;
  top: 50%;
  transform: translate(-0.05rem,-50%);
}
.xywh .tabIn li:last-of-type .icon::before{
  display: none;
}
.xywh .tabIn li:hover .icon,.xywh .tabIn li.in .icon{
  border: 1px dashed #053C81;
}
.xywh .tabIn li:hover .icon::after,.xywh .tabIn li.in .icon::after{
  width:00.95rem;
}
.xywh .tabIn li.in .tit,.xywh .tabIn li:hover .tit{
  margin-left: 1rem;
}
.xywh .tabCon{
  width: calc(100% - 2.8rem);
  border: 1px solid #D3D3D3;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.04);
}
.xywh .tabCon>div{
  display: none;
  animation: 0.8s ease .3s 1 normal backwards running fadeInUp;
}
.xywh .tabCon>div.con{
  display: block;
}
.xywh .tabCon .content{
  padding: 0.52rem 0.6rem;
}
.xywh .tabCon .content .bt{
  font-family: Microsoft YaHei;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0em;
  color: #053C81;
  margin-bottom: 0.35rem;
}
.xywh .tabCon .conSub p,.xywh .tabCon .conSub p span{
  font-family: Microsoft YaHei;
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.34rem;
  text-align: justify;
  letter-spacing: 0em;
  color: #333333;
}
.xywh .tabCon .conSub .txt_tit{
  font-size: 0.28rem;
  margin: 0.45rem 0 0.76rem;
  text-align: center;
  text-indent: 0;
}
.xywh .tabCon .conSub p{
  text-indent: 2em;
}
.xywh .tabCon .conSub img{
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0.3rem auto;
}
.ny{
  padding: 0.8rem 0 1.37rem;
} 
.ny .nySub{
  padding: 0.6rem;
  background: #ffffff;
  border-top: 8px solid #053C81;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
.ny .nySub .content{
  width: calc(100% - 1rem);
}
.ny .content .bt{
  font-family: Microsoft YaHei;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.4rem;
  text-align: center;
  letter-spacing: 0em;
  color: #333333;
  margin-bottom: 0.2rem;
}
.ny .content .xq{
  font-family: Microsoft YaHei;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.4rem;
  text-align: center;
  letter-spacing: 0em;
  color: #888888;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px dashed #BFBFBF;
}
.ny .content .conSub p,.ny .content .conSub p span{
  font-family: Microsoft YaHei;
  font-size: 0.18rem!important;
  font-weight: normal;
  line-height: 0.34rem!important;
  text-align: justify;
  letter-spacing: 0em;
  color: #333333;
}
.ny .content .conSub p{
  text-indent: 2em;
}
.ny .content .conSub img{
  display: inline-block;
  height: auto;
  max-width: 100%;
  margin: 0.5rem auto;
}
.ny .content .prevNext{
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
}
.ny .content .prevNext a{
  display: block;
  width: 48%;
  padding: 0.2rem 0.3rem;
  box-sizing: border-box;
  border: 1px solid #DFDFDF;
  border-top: 2px solid #053C81;
}
.ny .content .prevNext a p{
  font-family: Microsoft YaHei;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: 0em;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;
  max-height: 0.6rem;
}
.ny .content .prevNext a span{
  display: block;
  color: #888888;
}
.ny .content .prevNext a:hover p{
  color: #053c81;
  font-weight: bold;
}
/* 分享 */
.ny .nySub .fx{
  width: 1rem;
  height: auto;
  position: relative;
}
.ny .nySub .fx .absolute{
  width: 0.5rem;
  height: auto;
  position: relative;
  transform: translateY(75%);
}
.ny .nySub .fx .absolute p{
  display: block;
  width: 0.5rem;
  height: auto;
  font-family: Arial;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.4rem;
  letter-spacing: 0em;
  color: #888888;
  text-align: center;
  margin-bottom: 0.1rem;
  cursor:pointer;
}
.ny .nySub .fx .absolute .span1{
  display: flex;
  width: 0.5rem;
  height: 0.5rem;
  background: #053C81;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}
.ny .nySub .fx .absolute p:hover{
  color: #DFBA82;
}
.ny .nySub .fx .absolute p:hover .span1{
  background: #FEBE52;
}
.my-share-d{
  width: 100%;
  top: 100%;
  left: 50%;
  position: absolute;
  display: none;
  transform: translateX(-50%);
}
.my-share-d>div{
  display: block;
  width: .44rem;
  height: .44rem;
  background: #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(141, 141, 141, 0.11);
  cursor: pointer;
  transition: .4s;
  margin-bottom: 10px;
}
.my-share-d>div:hover{
  background: rgba(141, 141, 141, 0.3);
}
.qrid_zz{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,0.9);display: none;top: 0;left: 0;z-index: 1000;display: none;justify-content: center;align-items: center;}
.qrid_zz #qrid{padding: 8px;background: #fff;border-radius: 5px;}
.ssjf{
  padding: 0.8rem 0 1.17rem;
}
.ssjf .work-img{
  position: relative;
  overflow: hidden;
}
.ssjf .work-img li{
  width: 32%;
  box-sizing: border-box;
  float: left;
  margin-right: 2%;
  margin-bottom: 0.3rem;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.5s;
}
.work-img li:nth-of-type(3n){
  margin-right:0;
}
.ssjf .work-img a{
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.ssjf .work-img a:hover img {
    transform: scale(1.1);
}
.ssjf .work-img img{
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: all .5s;
}
main.yinLang::before{
  display:block;
  content:"";
  width: 100%;
  padding: 17.5% 0 0;
  background: url(../img/yinLang.png) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
}
.xxjj{
  padding: 0.78rem 0 1.2rem;
  overflow: hidden;
  background: url(../img/xxjjBg2.png) no-repeat center bottom;
  background-size: 100% auto;
}
.xxjj .conSub p{
  font-family: Microsoft YaHei;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.46rem;
  text-align: justify;
  letter-spacing: 0em;
  color: #333333;
  text-indent: 2em;
  margin: 0 auto;
}
.xxjj .conSub:nth-of-type(2) p{
  line-height: 0.5rem;
}
.xxjjSub .tit {
  margin-bottom: 0.58rem;
}
.xxjjSub .tit h1{
  font-family: Microsoft YaHei;
  font-size: 0.3rem;
  font-weight: bold;
  line-height: 0.4rem;
  letter-spacing: 0.05em;
  color: #053C81;
  margin-bottom: 0.18rem;
}
.xxjjSub .tit h2{
  font-family: Arial;
  font-size: 0.14rem;
  font-weight: bold;
  line-height: 0.16rem;
  letter-spacing: 0.05em;
  color: #053C81;
}
.xxjjSub .flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.xxjjSub .w548{
  width: 52.48%;
  box-sizing: border-box;
}
.xxjjSub .w452{
  width: 47.52%;
  box-sizing: border-box;
}
.xxjjSub .img.w548{
  padding-right: 0.55rem;
}

.xxjjSub .conSub.w452 {
    padding-left: 0.14rem;
}
.xxjjSub .img.w452{
  padding-left: 0.65rem;
}
.xxjjSub .flex .img img{
  display: flex;
  width: 100%;
  height: auto;
}
.conts ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}
.conts ul li .icon{
  width: 1.24rem;
  height: 1.24rem;
  border: 1px dashed #0957B0;
  border-radius: 100%;
  position: relative;
}
.conts ul li .icon img{
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.conts ul li .icon span{
  display: block;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.3rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index:5;
  text-indent: 0;
}
.conts ul li h2{
  font-family: HarmonyOS Sans SC;
  font-size: 0.5rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #0957B0;
  margin: 0.15rem 0 0.1rem;
}
.conts ul li h3{
  font-family: Source Han Sans CN;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0em;
  color: #666666;
}
.xxjjSub:nth-of-type(1) {
  background: url(../img/mainBg.png) no-repeat bottom center;
  background-size: 100% auto;
}
.xxjjSub:nth-of-type(1) .conSub{
  padding-bottom: 0.54rem;
  position: relative;
}
.xxjjSub:nth-of-type(1) .conSub:nth-of-type(2){

}
.xxjjSub:nth-of-type(1) .conSub:nth-of-type(2):before{
  display:block;
  content:"";
  width: 19.55rem;
  height: 4.27rem;
  background: url(../img/yinLang.png) no-repeat bottom center;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  bottom: 0.82rem;
  transform: translateX(-50%);
  z-index: 0;
}
.xxjjSub:nth-of-type(3) .flex{
  margin-bottom: 0.63rem;
}

.xxjjSub:nth-of-type(3) .flex:nth-of-type(2) {
    margin-bottom: 0.75rem;
}
.xxjjSub:nth-of-type(2){
  background: #053C81 url(../img/xxjjBg.png) no-repeat bottom left;
  background-size: auto 100%;
  padding: 0.68rem 0 0.48rem;
  margin-bottom: 0.63rem;
}
.xxjjSub:nth-of-type(2) .conSub p{
  color: #ffffff;
  padding-left: 2rem;
  box-sizing: border-box;
  margin-bottom: 0.45rem;
}

.xxjjSub:nth-of-type(2) .conSub p:last-of-type {
    margin-bottom: 0;
}
.xxjjSub:nth-of-type(2) .conSub p:nth-of-type(1){
  padding-left: 0;
  margin-bottom:0.23rem;
}
@media only screen and (min-width: 1921px){
  .dqwz p, .dqwz p a{
    font-size: 0.14rem;
    line-height: 0.2rem;
  }
}
@media only screen and (min-width: 1041px){
  .leftNav ul{
    display: flex!important;
  }
}
@media only screen and (max-width: 1500px){
  .leftNav ul>li>a{
    font-size: 17px;
    line-height: 54px;
  }

.leftNav ul>li {
    margin-right: 0.6rem;
}
}
@media only screen and (max-width: 1040px){
  main{
    margin: 0;
  }

main.xxjg {
    padding-bottom: 30px;
}
  .leftNav{
  box-shadow: none;
  }
  .leftNav ul{
    padding: 0;
    display: none;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.06);
  }
  .leftNav .erLm h2{
    font-size: 20px;
    line-height: 55px;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    color: #ffffff;
  }
  .leftNav .erLm p.xl {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: url(../img/subNav.svg) no-repeat right center;
    cursor: pointer;
    transition: all .3s;
    background-size: 100% auto;
  }
  .leftNav .erLm {
      position: relative;
      display: block;
      margin-top: 30px;
      background: #053c81;
  }
  .leftNav .erLm p.xl.on{
    transform: translateY(-50%) rotate(-90deg);
  }
  .leftNav ul>li>a{
    font-size: 18px;
    line-height: 44px;
    padding: 5px 20px 5px 30px;
    box-sizing: border-box;
  }
  .leftNav ul>li {
      border-bottom: 1px solid rgba(0,0,0,0.12);
      margin-right: 0;
  }
  .leftNav ul>li:last-of-type {
      border-bottom: none;
  }
  main.txtListB,main.imgListB{
  padding-bottom: 80px;
  }

.txtList ul {
    margin-bottom: 80px;
}
  .dqwz .w1500{
    bottom:25%;
  }
  .dqwz h2{
    font-size: 26px;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  .nyBannerSub img{
    min-height: 300px;
  }
  .txtList li a{
    font-size: 18px;
    line-height: 30px;
    padding: 20px 0;
    padding-left: 25px;
  }
  .txtList li a span{
    font-size: 18px;
    line-height: 30px;
  }
  .txtList li a::after{
    width: 12px;
    height: 12px;
    border: 2px solid #053C81;
  }
  .txtList li a:hover::after{
    border: 2px solid #DFBA82;
  }
  .txtList{
    margin-top: 20px;
  }
  .imgList{
    margin-top:40px;
  }
  .imgList li{
    padding: 20px 15px;
  }
  .imgList a .con span.time{
    font-size: 18px;
    margin-top: 20px;
  }
  .imgList a .con span.tit{
    font-size: 17px;
    line-height: 24px;
    height: 48px;
    margin: 10px 0;
  }
  .imgList a .con span.txt{
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }
  .xyjg,.xyjg:first-of-type {
    margin-top: 60px;
  }
  .xyjg:last-of-type{
    margin-bottom: 60px;
  }
  .xyjg h2.tit p{
    font-size: 22px;
    line-height: 32px;
  }
  .xyjg ul li{
    width: 32%;
    margin-right: 2%;
    margin-top: 30px;
  }
  .xyjg ul li:nth-of-type(4n){
    margin-right: 2%;
  }
  .xyjg ul li:nth-of-type(3n) {
      margin-right: 0;
  }
  .xyjg ul li a{
    height: 60px;
    font-size: 18px;
    line-height: 26px;
  }
  .lsh{
    padding: 50px 0;
  }
  .lsh ul{
    margin-bottom: 40px;
  }
  .lsh ul li{
    width: 22%;
    padding-bottom: 20px;
    position: relative;
    margin: 0 5%;
  }
  .lsh ul li .tit{
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
  }
  .lsh ul li .tit span{
    font-size: 14px;
    line-height: 20px;
  }
  .xywh{
    padding: 60px 0 80px;
  }
  .xywh .tabIn{
    margin-bottom: 40px;
    width: 100%;
  }
  .xywh .tabCon{
    width: 100%;
  }
  .xywh .tabCon .content{
    padding: 40px;
  }
  .xywh .tabCon .content .bt{
    font-size: 28px;
    margin-bottom: 25px;
  }
  .xywh .tabIn{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .xywh .tabIn li{
    width: auto;
    height: auto;
    border-radius: 0;
    flex-direction: column;
    margin-bottom: 0;
    justify-content: center;
  }

.xywh .tabIn li .tit,.xywh .tabIn li.in .tit, .xywh .tabIn li:hover .tit {
    margin-left: 0;
    border-bottom: 2px solid transparent;
}

.xywh .tabIn li.in .tit, .xywh .tabIn li:hover .tit {border-bottom: 2px solid #053c81;}

.xywh .tabIn li .icon::before,.xywh .tabIn li .icon::after {
    display: none;
}
  .xywh .tabIn li.in::before{
    display: none;
  }
  .ny .nySub{
    padding: 40px;
    flex-direction: column-reverse;
  }

.ny {
    padding: 60px 0;
}
  .ny .nySub .content{
    width: 100%;
  }
  .ny .nySub .content .bt{
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .ny .nySub .content .xq{
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .ny .content .prevNext a{
    padding: 15px;
    width: 49%;
  }

  .ny .content .prevNext {
      margin-top: 40px;
  }
  .ny .nySub .fx .absolute{
      display: flex;
      width: auto;
      margin-top: 30px;
      justify-content: flex-end;
      position: static;
      transform: none;
  }

.ny .nySub .fx .absolute p {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 0;
    width: auto;
}

.ny .nySub .fx {
    width: 100%;
}

.ny .content .conSub img {
    margin: 20px 0;
    display: block;
}
  .ny .nySub .fx p, .ny .nySub .fx .absolute a {
      display: flex;
      align-items: center;
      margin-right: 20px;
      margin-bottom: 0;
  }
  .ny .nySub .fx .absolute span {
      margin-right: 10px;
  }
  .my-share-d {
      left: auto;
      right: 0;
      top: 120%;
      width: auto;
      transform: translateY(0);
      background: #fff;
      box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.2);
      padding: 5px 0;
  }

  .my-share-d>div {
      float: left;
      margin: 0 10px;
      margin-bottom: 0;
  }
  .ssjf{
    padding: 60px 0;
  }
  .xxjjSub .w548{
    width: 100%;
    box-sizing: border-box;
  }
  .xxjjSub .w452{
    width: 100%;
    box-sizing: border-box;
  }
  .xxjjSub .img.w548{
    padding-right: 0;
  }
  .xxjjSub .img.w452{
    padding-left: 0;
  }
  .xxjjSub:nth-of-type(3) .flex{
    margin-bottom: 0!important;
  }

.xxjj .conSub p {
    font-size: 0.18rem;
    line-height: 0.4rem!important;
}
  .xxjjSub:nth-of-type(3) .conSub{
    margin-bottom: 20px;
  }
  .xxjjSub .flex .img img{
    margin-bottom: 20px;
  }
  .xxjjSub:nth-of-type(2){
    padding: 40px 0 20px;
    margin-bottom: 40px;
    background: #053C81;
  }
  .xxjjSub:nth-of-type(2) .conSub p{
    padding-left: 0;
    margin-bottom: 20px;
  }
  .conts ul{
    justify-content: space-evenly;
    margin-top: 40px;
  }
  .xxjjSub:nth-of-type(1) .conSub {
      padding-bottom: 40px;
  }
  .xxjjSub:nth-of-type(1) .conSub:nth-of-type(2){
    padding-bottom: 40px;
  }
  .xxjjSub:nth-of-type(1) .conSub:nth-of-type(2):before {
      bottom: 0;
      width: calc(100% + 30px);
      top: auto;
  }
  .xxjj {
    padding: 60px 0;
  }
  .cbr{
    display: none;
  }
  .cbrApp{
    display: block;
    padding: 60px 0;
  }
  .cbrApp .cbrAppT {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #D3D3D3;
  }
  .cbrApp .cbrAppT .img img{
    width: 300px;
    height: 300px;
    max-width: 80%;
    border-radius: 100%;
    margin: 0 auto;
  }
  .cbrApp .slick-prev{
    display: block;
    width: 44px;
    height: 44px;
    background: url(../img/cbrAppL.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-left: -220px;
    z-index: 99;
  }
  .cbrApp .slick-next{
    display: block;
    width: 44px;
    height: 44px;
    background: url(../img/cbrAppR.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translate(-50%,-50%);
    margin-left: 220px;
    z-index: 99;
  }
  .cbrApp .cbrAppT .tit{
    font-family: Microsoft YaHei;
    font-size: 24px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.05em;
    color: #053C81;
    margin: 20px 0 30px;
    position: relative;
  }
  .cbrApp .cbrAppT .tit::before {
      display: block;
      content: "";
      width: 30px;
      height: 1px;
      background: #E6C390;
      position: absolute;
      left: 50%;
      bottom: -10px;
      transform: translateX(-50%);
  }
  .cbrApp .cbrAppT .txt{
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0em;
    color: #333333;
  }
  .cbrApp  .cbrAppB p{
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
    text-align: justify;
    letter-spacing: 0em;
    text-indent: 2em;
    color: #333333;
  }
  .xxjjSub .tit{
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px){
  .leftNav .erLm h2{
    padding-left: 15px;
    line-height: 54px;
  }
  .leftNav .erLm p.xl{
    right: 15px;
  }
  .leftNav ul>li>a{
    font-size: 17px;
    line-height: 40px;
    padding: 5px 15px 5px 25px;
  }
  .leftNav ul li i {
    height: 50px;
    width: 30px;
  }
  .leftNav ul li ol>li a{
    font-size: 14px;
    padding-left: 35px;
    line-height: 30px;
  }
  main.txtListB,main.imgListB{
  padding-bottom: 60px;
  }

.txtList ul {
    margin-bottom: 60px;
}
  .dqwz h2{
    font-size: 22px;
  }
  .nyBannerSub img{
    min-height: 240px;
  }
  .txtList li a{
    font-size: 16px;
    line-height: 30px;
    padding: 15px 0;
    padding-left: 20px;
  }
  .txtList li a span{
    font-size: 16px;
    line-height: 30px;
  }
  .txtList{
    margin-top: 15px;
  }
  .fy .fySub{
    font-size: 16px;
    line-height: 30px;
    margin: 0 4px;
    border-radius: 15px;
    min-width: 30px;
  }
  .fy .fySub:first-of-type,.fy .fySub:last-of-type{
    padding: 0 10px;
    font-size: 14px;
  }
  .imgList li{
    width: 50%;
  }
  .imgList li:nth-of-type(3n){
    border-right: 1px solid #E5E5E5;
  }
  .imgList li:nth-of-type(2n){
    border-right: 1px solid transparent;
  }
  .imgList li:nth-of-type(1),.imgList li:nth-of-type(2){
    border-top: 1px solid transparent;
    padding-top: 0;
  }
  .imgList li:nth-of-type(3){
    border-top: 1px solid #E5E5E5;
    padding-top: 20px;
  }
  .xyjg,.xyjg:first-of-type {
    margin-top: 40px;
  }
  .xyjg:last-of-type{
    margin-bottom: 40px;
  }
  .xyjg h2.tit p{
    font-size: 20px;
    line-height: 30px;
  }
  .xyjg ul li{
    width: 48%;
    margin-right: 4%;
    margin-top: 25px;
  }
  .xyjg ul li:nth-of-type(3n) {
      margin-right: 4%;
  }
  .xyjg ul li:nth-of-type(2n){
    margin-right: 0%;
  }
  .xyjg ul li a{
    height: 50px;
    font-size: 16px;
    line-height: 22px;
  }
  .lsh{
    padding: 40px 0;
  }
  .lsh ul{
    margin-bottom: 30px;
  }
  .xywh{
    padding: 40px 0 50px;
  }
  .xywh .tabIn{
    margin-bottom: 30px;
    justify-content: flex-start;
    border-left: 1px solid #053C81;
    border-top: 1px solid #053C81;
  }
  .xywh .tabCon>div{
  }
  .xywh .tabCon .content{
    padding: 30px 15px;
  }
  .xywh .tabCon .content .bt{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .xywh .tabCon .conSub img{
    margin: 20px auto;
  }
  .xywh .tabCon .conSub p, .xywh .tabCon .conSub p span{
    font-size: 16px!important;
    line-height: 30px!important;
  }

.xywh .tabCon .conSub .txt_tit {
    font-size: 20px!important;
    margin: 20px 0 40px;
    line-height: 34px!important;
}
  .xywh .tabIn li .icon{
    width: 40px;
    height: 40px;
    border: none!important;
  }

.xywh .tabIn li .icon img {
    max-width: 100%;
}
  .xywh .tabIn li .tit{
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
  }
  .xywh .tabIn li{
    height: 90px;
    width: 25%;
    border-right: 1px solid #053C81;
    border-bottom: 1px solid #053C81;
    box-sizing: border-box;
  }

.xywh .tabIn li .tit, .xywh .tabIn li.in .tit, .xywh .tabIn li:hover .tit {
    border-bottom: none;
    color: #000000;
}

.xywh .tabIn li.in .tit, .xywh .tabIn li:hover .tit {
    color: #053c81;
}
  .ny .nySub{
    padding: 30px;
  }
  .ny {
      padding: 40px 0;
  }
  .ny .nySub .content .bt{
    font-size: 20px;
    line-height: 30px;
  }
  .ny .nySub .content .xq{
    font-size: 14px;
  }
  .ny .nySub .content .conSub p,.ny .nySub .content .conSub p span{
    font-size: 16px!important;
    line-height: 30px!important;
  }
  .ny .nySub .content .conSub img{
    margin: 20px 0;
  }
  .ny .content .prevNext{
    margin-top: 0;
    flex-wrap: wrap;
  }
  .ny .content .prevNext a{
    width: 100%;
    margin-top: 30px;
  }
  .ny .content .prevNext a p{
    line-height: 24px;
    font-size: 15px;
    max-height: none;
    overflow: auto;
    display: block;
    -webkit-box-orient: initial;
    -webkit-line-clamp: initial;
  }
  .ssjf{
    padding: 40px 0;
  }
  .ssjf .work-img li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .ssjf .work-img li:nth-of-type(3n){
    margin-right: 2%;
  }
  .ssjf .work-img li:nth-of-type(2n){
    margin-right: 0%;
  }
  .cbrImg .txt,.cbrCon p,.xxjj .conSub p{
    font-size: 16px;
    line-height: 30px!important;
  }
  .xxjjSub:nth-of-type(3) .conSub{
    margin-bottom: 15px;
  }
  .xxjjSub .flex .img img{
    margin-bottom: 15px;
  }
  .xxjjSub:nth-of-type(2){
    padding: 30px 0 15px;
    margin-bottom: 30px;
  }
  .xxjjSub:nth-of-type(2) .conSub p{
    padding-left: 0;
    margin-bottom: 15px;
  }
  .conts ul{
    justify-content: space-evenly;
    margin-top: 30px;
  }
  .xxjjSub:nth-of-type(1) .conSub {
      padding-bottom: 30px;
  }
  .xxjjSub:nth-of-type(1) .conSub:nth-of-type(2){
    padding-bottom: 30px;
  }
  .xxjj {
    padding: 40px 0;
  }
  .cbrCon{
    padding-top: 30px;
    margin-top: 30px;
  }
  .cbrImg .img img{
    width: 280px;
    height: 280px;
  }
  .cbrImg .tit{
    font-size: 24px;
    margin: 20px 0 30px;
}
  .cbrImg .tit::before{
    bottom: -15px;
}
.cbrApp{
  padding: 50px 0;
}
.cbrApp .cbrAppT {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.cbrApp .cbrAppT .img img{
  width: 240px;
  height: 240px;
}
.cbrApp .cbrAppT .tit{
  font-size: 20px;
  margin: 15px 0 20px;
}
.cbrApp .cbrAppT .tit::before {
    bottom: -10px;
}
.cbrApp .cbrAppT .txt{
  font-size: 16px;
  line-height: 30px;
}
.cbrApp  .cbrAppB p{
  font-size: 16px;
  line-height: 32px;
}
.cbrApp .slick-prev{
  top: 170px;
  margin-left: -200px;
}
.cbrApp .slick-next{
  top: 170px;
  margin-left: 200px;
}
}
@media only screen and (max-width: 560px){
  .leftNav .erLm{
    margin-top: 20px;
  }
  .leftNav .erLm h2{
    font-size: 18px;
    line-height: 48px;
    padding-left: 10px;
  }
  .leftNav .erLm p.xl {
      right: 10px;
  }
  .leftNav ul>li>a{
    font-size: 16px;
    line-height: 32px;
    padding: 5px 15px 5px 20px;
  }

  .dqwz h2{
    font-size: 18px;
  }
  .dqwz p, .dqwz p a{
    font-size: 14px;
  }
  .nyBannerSub img{
    min-height: 200px;
  }
  .txtList{
    margin-top: 10px;
  }
  .txtList li a{
    font-size: 15px;
    line-height: 30px;
    padding: 10px 0;
    padding-left: 20px;
  }
  .txtList li a span{
    font-size: 15px;
    line-height: 30px;
  }
  .txtList li a::after{
    width: 10px;
    height: 10px;
    border: 2px solid #053C81;
  }
  .txtList li a:hover::after{
    border: 2px solid #DFBA82;
  }
  main.txtListB,main.imgListB{
    padding-bottom: 30px;
  }

.txtList ul {
    margin-bottom: 30px;
}

.imgList ul {
    margin-bottom: 30px;
}
  .imgList{
    margin-top: 30px;
  }
  .imgList li{
    width: 100%;
    padding: 15px 0;
  }
  .imgList li{
    border-right: 1px solid transparent!important;
  }
  .imgList li:nth-of-type(1){
    border-top: 1px solid transparent;
    padding-top: 0;
  }
  .imgList li:nth-of-type(2),.imgList li:nth-of-type(3){
    border-top: 1px solid #E5E5E5;
    padding-top: 15px;
  }
  .imgList a .con span.time{
    font-size: 16px;
    margin-top: 15px;
  }
  .imgList a .con span.tit{
    font-size: 16px;
    line-height: 25px;
    height: auto;
    margin: 6px 0;
    max-height: 50px;
  }
  .imgList a .con span.txt{
    font-size: 13px;
    line-height: 20px;
    height: auto;
    max-height: 40px;
  }
  .xyjg ul li a{
    height: 48px;
    font-size: 14px;
    line-height: 20px;
  }
  .xyjg h2.tit p{
    font-size: 18px;
  }
  .xyjg ul li {
      margin-top: 15px;
  }
  .xyjg,.xyjg:first-of-type {
    margin-top: 30px;
  }
  .xyjg:last-of-type{
    margin-bottom: 30px;
  }
  .lsh{
    padding: 25px 0;
  }
  .lsh ul{
    margin-bottom: 25px;
  }
  .lsh ul li{
    width: 30%;
    padding-bottom: 15px;
    position: relative;
    margin: 0 1.6%;
  }
  .lsh ul li .tit{
    font-size: 17px;
    line-height: 25px;
    margin-top: 10px;
  }
  .lsh ul li .tit span{
    line-height: 1;
  }
  .xywh{
    padding: 20px 0 40px;
  }
  .xywh .tabIn{
    margin-bottom: 20px;
  }
  .xywh .tabCon>div{
  }
  .xywh .tabCon .content{
    padding: 20px 10px;
  }
  .xywh .tabCon .content .bt{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .xywh .tabCon .conSub img{
    margin: 10px 0;
  }
  .xywh .tabCon .conSub p, .xywh .tabCon .conSub p span{
    font-size: 14px!important;
    line-height: 26px!important;
  }
  .xywh .tabIn li .icon{
    width: 40px;
    height: 40px;
  }
  .xywh .tabIn li .tit{
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
  }
  .xywh .tabIn li{
  height: 80px;
  }
  .ny .nySub{
    padding: 20px 10px;
  }

.ny {
    padding: 30px 0;
}
  .ny .nySub .content .bt{
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .ny .nySub .content .xq{
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 5px;
  }
  .ny .nySub .content .conSub p,.ny .nySub .content .conSub p span{
    font-size: 14px!important;
    line-height: 26px!important;
  }
  .ny .nySub .content .conSub img{
    margin: 10px 0;
  }
  .ny .content .prevNext a{
    margin-top: 20px;
    padding: 10px;
  }
  .ny .content .prevNext a p{
    font-size: 14px;
  }
  .ny .nySub .fx .absolute{
    margin-top: 20px;
  }
  .ssjf{
    padding: 30px 0;
  }
  .cbrImg .txt,.cbrCon p,.xxjj .conSub p{
    font-size: 14px;
    line-height: 24px!important;
  }
  .xxjjSub:nth-of-type(3) .conSub{
    margin-bottom: 10px;
  }
  .xxjjSub .flex .img img{
    margin-bottom: 10px;
  }
  .xxjjSub:nth-of-type(2){
    padding: 20px 0 10px;
    margin-bottom: 20px;
  }
  .xxjjSub:nth-of-type(2) .conSub p{
    margin-bottom: 10px;
  }
  .conts ul{
    margin-top: 20px;
  }
  .xxjjSub:nth-of-type(1) .conSub {
      padding-bottom: 20px;
  }
  .xxjjSub:nth-of-type(1) .conSub:nth-of-type(2){
    padding-bottom: 20px;
  }
  .xxjj {
    padding: 30px 0;
  }
  .conts ul li h2{
    font-size: 30px;
    margin: 10px 0 5px;
  }
  .conts ul li h3{
    font-size: 14px;
    line-height: 20px;
  }
  .conts ul li .icon{
    width: 88px;
    height: 88px;
  }
  .conts ul li .icon img{
    width: 66px;
    height: 66px;
  }
  .xxjjSub .tit h1{
    font-size: 20px;
    margin-bottom: 5px;
  }

  .xxjjSub .tit {
      margin-bottom: 15px;
  }
  .xxjjSub .tit h2{
    font-size: 12px;
  }
  .cbrCon{
    padding-top: 20px;
    margin-top: 20px;
  }
  .cbrImg .img img{
    width: 220px;
    height: 220px;
  }
  .cbrImg .tit{
    font-size: 20px;
    margin: 10px 0 20px;
  }
    .cbrImg .tit::before{
      bottom: -10px;
  }
  .cbrApp{
    padding: 30px 0;
  }
  .cbrApp .cbrAppT .img img{
    width: 200px;
    height: 200px;
  }
  .cbrApp .cbrAppT .tit{
    font-size: 18px;
    margin: 15px 0 20px;
  }
  .cbrApp .cbrAppT .tit::before {
      bottom: -10px;
  }
  .cbrApp .cbrAppT .txt{
    font-size: 14px;
    line-height: 26px;
  }
  .cbrApp  .cbrAppB p{
    font-size: 14px;
    line-height: 26px;
  }
  .cbrApp .slick-prev{
    top: 130px;
    margin-left: -150px;
    width: 32px;
    height: 32px;
  }
  .cbrApp .slick-next{
    top: 130px;
    margin-left: 150px;
    width: 32px;
    height: 32px;
  }
}
