.banner {
  width: 100%;
  position: relative;
}
.banner a {
  height: 100%;
  display: block;
  position: relative;
}
.banner a .btxt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
}.tabscon {
  display: none;

}
.banner a .btxt h1 {
  font-size: 0.48rem;
  font-weight: bold;
  color: #ffffff;
  
}
.banner a .btxt p {
  font-size: 0.32rem;
  color: #ffffff;
  margin-bottom: 0.64rem;
}
.banner a .btxt button {
  width: 1.6rem;
  height: 0.48rem;
  cursor: pointer;
  color: #002ca6;
  border-radius: 0.24rem;
  box-sizing: border-box;
  border: 1px solid #002ca6;
  background: transparent;
}
.banner .swiper-pagination-bullet {
  width: 0.64rem;
  height: 0.04rem;
  border-radius: 0.04rem;
  background: #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #002ca6;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0.64rem;
}
.pxtz {
  width: 100%;
  padding: 0.64rem 0;
}
.pxtzcon {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.pxtzcon img {
  width: 4.8rem;
  height: 2.4rem;
  border-radius: 0.25rem;
}
.pxtzcon .info {
  flex: 1;
  margin-left: 0.48rem;
}
.pxtzcon .info p:nth-child(1) {
  font-size: 0.24rem;
  line-height: 0.32rem;
  color: #666666;
  margin-bottom: 0.32rem;
}
.pxtzcon .info p:nth-child(2) {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #666666;
  margin-bottom: 0.32rem;
}
.pxtzcon .info .time {
  font-size: 0.16rem;
  color: #999999;
}
.hxyw {
  width: 100%;
  height: 6.4rem;
  padding-top: 0.64rem;
  background: url(../img/hxywbg.png) center center no-repeat;
  overflow: hidden;
    background-size: cover;  
}
.hxyw .title span {
  color: #fff;
}
.hxyw .title p {
  color: rgba(255, 255, 255, 0.2);
}
.hgxywcon {
  margin-top: 1.85rem;
}
.hgxywcon ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.hgxywcon ul li {
  width: 2.76rem;
  height: 3.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;

  border-radius: 0.24rem 0.24rem 0px 0px;
  background: rgba(255, 255, 255, 0.2);
}
.hgxywcon ul li .ke {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hgxywcon ul li h3 {
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  margin-bottom: 0.16rem;
}
.hgxywcon ul li h3 a{
 color: #ffffff;
}
.hgxywcon ul li .line {
  width: 0.48rem;
  height: 2px;
  background: #ffffff;
  margin-bottom: 0.45rem;
}
.hgxywcon ul li p {
  font-size: 0.18rem;
  line-height: 0.24rem;
  text-align: center;
  color: #ffffff;
}
.hgxywcon ul li .yuan {
  width: 1.6rem;
  height: 1.6rem;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  border-radius: 1.6rem;
  margin-top: -0.8rem;
  margin-bottom: 0.36rem;
  overflow: hidden;
}
.hgxywcon ul li .yuan.yuan1 {
  background-image: url(../img/yuan1.png);
}
.hgxywcon ul li .yuan.yuan2 {
  background-image: url(../img/yuan2.png);
}
.hgxywcon ul li .yuan.yuan3 {
  background-image: url(../img/yuan3.png);
}
.hgxywcon ul li .yuan.yuan4 {
  background-image: url(../img/yuan4.png);
}

.hgxywcon ul li:hover .yuan.yuan1 {
  background-image: url(../img/yuan1_on.png);
}
.hgxywcon ul li:hover .yuan.yuan2 {
  background-image: url(../img/yuan2_on.png);
}
.hgxywcon ul li:hover .yuan.yuan3 {
  background-image: url(../img/yuan3_on.png);
}
.hgxywcon ul li:hover .yuan.yuan4 {
  background-image: url(../img/yuan4_on.png);
}
.about {
  width: 100%;
  padding: 0.64rem 0;
  overflow: hidden;
  position: relative;
}
.aboutcon {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.aboutcon .info {
  flex: 1;
  margin-right: 0.48rem;
}
.aboutcon .info h3 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #002ca6;
  margin-bottom: 0.32rem;
}
.aboutcon .info p {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #3d3d3d;
  margin-bottom: 0.24rem;
}
.aboutcon .info:hover a {
   background: #ff6f37;
}

.aboutcon .info a {
  width: 1.2rem;
  height: 0.36rem;display:block;
  color: #fff;
  border-radius: 0.24rem;text-align:center;line-height:0.36rem;
  background: #002ca6;
}
.aboutcon img {
  width: 4.8rem;
  height: 3.16rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.xwzx {
  width: 100%;
  height: 6.4rem;
  padding: 0.64rem 0;
  background: #002ca6;
  overflow: hidden;
  position: relative;
}
.xwzx .title span {
  color: #fff;
}
.xwzx .title p {
  color: rgba(255, 255, 255, 0.2);
}
.tabs {
  width: 100%;
  display: flex;
  margin-bottom: 0.32rem;
  overflow: hidden;
}
.tabs a {
  width: 2.2rem;
  /*height: 0.26rem;*/
  font-size: 0.24rem;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 0.64rem;
  transition: all 0.3s;
}
.tabs a:hover {
  color: rgba(255, 255, 255, 1);
}
.tabs a.on {
  color: rgba(255, 255, 255, 1);
}
.tabsinner {
  width: 100%;
  display: flex;
}
.tabsinner .item {
  width: 2.2rem;
  height: 3.6rem;
  border-radius: 0.24rem;
  background: #eee;
  transition: all 0.5s;
  overflow: hidden;
  position: relative;
}
.tabsinner .item:hover {
  background: #ff6f37;
}
.tabsinner .itemone {
  width: 4.44rem;
  overflow: hidden;
}
.tabsinner .itemone img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.tabsinner .itemone:hover img {
  transform: scale(1.13);
}
.tabsinner .item + .item {
  margin-left: 0.32rem;
}
.date {
  margin: 0.3rem 0 0.1rem 0.3rem;
  display: inline-block;
  text-align: center;
  color: #666666;
}
.date h4 {
  width: 0.64rem;
  font-size: 0.4rem;
  font-weight: bold;
  text-align: center;
}
.date p {
  width: 0.64rem;
  height: 0.19rem;
  font-size: 0.16rem;
  text-align: left;
}
.arccon .md_block{
    
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;

}
.date .line {
  width: 0.64rem;
  height: 2px;
  display: block;
  background: #999999;
}
.tabscon .info {
  padding: 0 0.3rem;
}
.tabscon .info h2 {
  width: 100%;
  /*height: 0.52rem;*/
  font-size: 0.18rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.1rem;
}
.tabscon .info p {
  width: 100%;
  font-size: 0.16rem;
  color: #666666;
}
.tabscon .info a {
  font-size: 0.14rem;
  color: rgba(153, 153, 153, 0.5);
  margin-top: 0.15rem;
  display: block;
}
.tabsinner .item:hover .info p {
  color: #fff;
}
.tabsinner .item:hover .info h2 {
  color: #fff;
}
.tabsinner .item:hover .date {
  color: #fff;
}
.tabsinner .item:hover .line {
  background: #fff;
}
.tabsinner .item .botinfo {
  width: 100%;
  height: 0.96rem;
  padding: 0 0.3rem;
  display: flex;
  align-items: center;
  border-radius: 0px 0px 0.24rem 0.24rem;
  background: #ff6f37;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tabsinner .item .botinfo .date {
  margin: 0;
}
.tabsinner .item .botinfo > p {
  flex: 1;
  font-size: 0.18rem;
  font-weight: bold;
  color: #ffffff;
  margin-left: 0.32rem;
  /*white-space: nowrap;*/
  text-overflow: ellipsis;
  overflow: hidden;
}
.tabsinner .item .botinfo .date {
  color: #fff;
}
.tabsinner .item .botinfo .date .line {
  background: #fff;
}
.tabsinner .item:hover a {
  color: #fff;
}
.tabsinner .item a:hover {
  text-decoration: underline;
}
.fzlc {
  width: 100%;
  padding: 0.64rem 0;
  overflow: hidden;
  position: relative;
}
.fztabs {
  width: 100%;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #999999;
  margin-bottom: 0.67rem;
}
.fztabs a {
  height: 0.47rem;
  font-size: 0.18rem;
  color: #666666;
  padding-bottom: 0.19rem;
  transition: all 0.2s;
  position: relative;
}
.fztabs a::after {
  content: "";
  width: 0.08rem;
  height: .08rem;
  border-radius: 0.08rem;
  background: #999;
  position: absolute;
  left: 50%;
  bottom: -0.04rem;
  transform: translateX(-50%);
}

.fztabs a.active::before {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 0.08rem;
  border: 1px solid #ff6f37;
  position: absolute;
  left: 50%;
  bottom: -0.08rem;
  transform: translateX(-50%);
}
.fztabs a.active::after {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 0.08rem;
  background: #ff6f37;
  position: absolute;
  left: 50%;
  bottom: -0.04rem;
  transform: translateX(-50%);
}
.fztabs a.active {
  color: #ff6f37;
  font-size: 0.24rem;
  font-weight: bold;
}
#tabs-container .lef,
#tabs-container .cen,
#tabs-container .rig {
  width: 3.8rem;
  display: flex;
  flex-direction: column;
  float: left;
}
#tabs-container .cen {
  margin: 0 0.3rem;
}
#tabs-container .item {
  width: 3.8rem;
  padding: 0.3rem;
  border-radius: 0.24rem;
  background: #ffffff;
}
#tabs-container .item:hover{
    background: #ff6f37;
}
#tabs-container .item h3 {
  width: 3.2rem;
  height: 0.26rem;
  font-size: 0.2rem;
  color: #002ca6;
  font-weight: bold;
  margin-bottom: 0.24rem;
}
#tabs-container .item p {
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #666666;
  margin-bottom: 0.26rem;
}
#tabs-container .item .time {
  height: 0.24rem;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #999999;
}
#tabs-container .cen .item {
  background: #002ca6;
}
#tabs-container .cen .item h3 {
  color: #fff;
}
#tabs-container .cen .item p {
  color: #fff;
}
#tabs-container .cen .item .time {
  color: #ffffff;
}
.hzhb {
  width: 100%;
  padding: 0.64rem 0;
  /* background: #002ca6; */
  overflow: hidden;
  position: relative;
}
.hzhb .title span {
  color: #333;
}
.hzhb .title p {
  color: rgba(51, 51, 51, 0.2);
}
.hzhb .title .smalltit {
  margin-top: 0.16rem;
  font-size: 0.18rem;
  color: #333;
}
.hzhblist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.hzhblist a {
  width: 2.76rem;
  height: 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.32rem;
  margin-bottom: 0.32rem;
  border-radius: 0.24rem;
  background: #fff;
  overflow: hidden;
}
.hzhblist a img {
  max-width: 100%;
  max-height: 100%;
}
.hzhblist a:nth-child(4n) {
  margin-right: 0;
}
.ztcheng {
  width: 100%;
  padding: 0.64rem;
  overflow: hidden;
  position: relative;
}

.ztcon {
  width: 100%;
  padding: 0.6rem;
  border-radius: 0.24rem;
  background: #ffffff;
  overflow: hidden;
}
.ztcon .item {
  width: 5.1rem;
  margin-bottom: 0.32rem;
}
.ztcon .item label {
  width: 100%;
  height: 0.26rem;
  padding-left: 0.13rem;
  display: block;
  font-size: 0.18rem;
  color: #3d3d3d;
  margin-bottom: 0.16rem;
  position: relative;
}
label::before {
  content: "*";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.09rem;
  height: 0.26rem;
  font-size: 0.18rem;
  color: #ff6f37;
}
.ztcon .item .ipt {
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  border-radius: 0.24rem;
  background: #eeeeee;
}
.ztcon .item .ipt input {
  border: none;
  outline: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0.15rem;
  background: transparent;
}
.ztcon .item .txa {
  width: 100%;
  height: 1.54rem;
  padding: 0.2rem;
  border-radius: 0.24rem;
  background: #eeeeee;
}
.ztcon .item textarea {
  width: 100%;
  height: 100%;
  background: transparent;
  outline: none;
  resize: none;
}
.ztcon .item button {
  width: 2.4rem;
  height: 0.48rem;
  display: block;
  border-radius: 0.24rem;
  background: #002ca6;
  margin: 0 auto;
  font-size: 0.24rem;
  color: #fff;
}
.zygscon {
  width: 100%;
  height: 4.1rem;
  background-image: url(../img/zygsbg.png);
  background-position: center right;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: 100% auto;
}
.zygscon .info {
  width: 6.65rem;
  margin-top: 0.45rem;
}
.zygscon .info h3 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #002ca6;
  margin-bottom: 0.32rem;
}
.zygscon .info p {
  font-size: 0.18rem;
  line-height: 0.32rem;
  color: #3d3d3d;
  margin-bottom: 0.24rem;
}
.zygscon .info button {
  width: 1.9rem;
  height: 0.36rem;
  color: #fff;
  border-radius: 0.24rem;
  font-size: 0.16rem;
  background: #002ca6;
}
.liylist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.liylist .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.4rem;
  margin-bottom: 0.64rem;
  overflow: hidden;
}
.liylist .item h2 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #002ca6;
  margin-top: 0.16rem;
}
.liylist .item .line {
  width: 1rem;
  height: 2px;
  background: #999999;
  margin: 0.16rem 0 0.16rem;
}
.liylist .item p {
  height: 0.72rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #666666;
  text-align: center;
}
.liylistp {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.liylistp .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 0.4rem;
  margin-bottom: 0.64rem;
  overflow: hidden;
}
.liylistp .item h2 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #002ca6;
  margin-top: 0.16rem;
}
.liylistp .item .line {
  width: 1rem;
  height: 2px;
  background: #999999;
  margin: 0.16rem 0 0.16rem;
}
.liylistp .item p {
  height: 0.72rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #666666;
  text-align: center;
}
.liylist .item:nth-child(4n),
.liylist .item:last-child {
  margin-right: 0;
}
.gzcjlist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.gzcjlist .item {
  border-radius: 0.24rem;
  margin-right: 0.32rem;
  margin-bottom: 0.32rem;
  overflow: hidden;
  width: 5.84rem;
}
.gzcjlist .item img {
  display: block;
  width: 100%;
  transition: all 0.3s;
}
.gzcjlist .item:nth-child(3),
.gzcjlist .item:nth-child(5) {
  margin-right: 0;
}
.gzcjlist .item:nth-child(2),
.gzcjlist .item:nth-child(3) {
  width:2.74rem;
}
.gzcjlist .item:hover img {
  transform: scale(1.12);
}
.pxyslist {
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
}
.pxyslist .item {
  width: 2.76rem;
  height: 4.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0.24rem;
  background: #2e65fd;
  margin-top: 0.32rem;
}
.pxyslist .item:hover {
  background: #ff6f37;
}
.pxyslist .item + .item {
  margin-left: 0.32rem;
}
.pxyslist .item h2 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
  margin-top: 0.16rem;
}
.pxyslist .item .line {
  width: 1rem;
  height: 2px;
  background: #fff;
  margin: 0.16rem 0 0.16rem;
}
.pxyslist .item p {
  height: 0.72rem;
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #fff;
  text-align: center;
  padding:0 0.16rem;
}
.zbyslist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  position: relative;
}
.zbyslist .item {
  width: 3.8rem;
  height: 2.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0.32rem;
  margin-left: 0.3rem;
  border-radius: 0.24rem;
  background: #ffffff;
}
.zbyslist .item:nth-child(1),
.zbyslist .item:nth-child(4) {
  margin-left: 0;
}
.zbyslist .item h2 {
  height: 0.26rem;
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
  margin-top: 0.12rem;
  margin-bottom: 0.24rem;
}
.zbyslist .item p {
  font-size: 0.18rem;
  line-height: 0.24rem;
  text-align: center;
  color: #666666;
  padding: 0 0.15rem;
}
.qywn .container .title img{
	width: 100%;
	height: auto;
}
.zxbmcon .item {
  width: 100%;
  overflow: hidden;
}
.zxbmcon .item .ipt {
  width: 100%;
  height: 0.64rem;
  line-height: 0.64rem;
  border-radius: 0.24rem;
}
.zxbmcon .item:last-child {
  margin-bottom: 0;
}
.zxbmcon .item button {
  width: 4.8rem;
  height: 0.64rem;
  margin-top: 0.32rem;
  border-radius: 0.24rem;
  background: #002ca6;
}
.glzxcon {
  width: 100%;
  height: 4.1rem;
  background-image: url(../img/glzximg.png);
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
  background-size: auto 100% ;
}
.glzxcon .lef{
	margin-top: 0.64rem !important;
}
.glzxcon .litem {
  flex: 1;
}
.glzxcon .litem h3 {
  font-size: 0.32rem;
  font-weight: bold;
  color: #002ca6;
  margin-bottom: 0.32rem;
}
.glzxcon .litem p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.32rem;
  color: #3d3d3d;
}
.comlist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.comlist .item {
  width: 3.8rem;
  padding: 0.2rem 0 0.3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 0.3rem;
  margin-top: 0.32rem;
  border-radius: 0.24rem;
  background: #ffffff;
}
.comlist .item:nth-child(3),
.comlist .item:last-child {
  margin-right: 0;
}
.comlist .item .img {
  width: 0.96rem;
  height: 0.96rem;
  position: relative;
}
.comlist .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.comlist .item h3 {
  width: 100%;
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  color: #333333;
  margin-bottom: 0.24rem;
  margin-top: 0.2rem;
}
.comlist .item p {
  font-size: 0.18rem;
  line-height: 0.24rem;
  text-align: center;
  color: #333333;
  padding: 0 0.16rem;
}
.ywfw .comlist {
  justify-content: flex-start;
}
.case {
  width: 100%;
  padding-bottom: 0.32rem;
  overflow: hidden;
  position: relative;
}
.caselist {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.caselist .item {
  width: 100%;
  display: flex;
  border-radius: 0.24em;
  margin-bottom: 0.32rem;
  overflow: hidden;
  position: relative;
}
.caselist .item .img {
  width: 5.84rem;
  height: 3.29rem;
  overflow: hidden;
}
.caselist .item .img img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.caselist .item .info {
  flex: 1;
  padding: 0.64rem 0.3rem 0;
  background: #fff;
}
.caselist .item .info h2 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0.24rem;
}
.caselist .item .info p {
  font-size: 0.18rem;
  font-weight: normal;
  line-height: 0.24rem;
  color: #666666;
  
}
.kffwlist .item {
  width: 2.76rem;
  padding: 0.3rem;
  float: left;
  border-radius: 0.24rem;
  background: #ffffff;
  margin-right: 0.32rem;
}
.kffwlist .item:last-child {
  margin-right: 0;
}
.kffwlist .item h3 {
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  color: #002ca6;
  margin-bottom: 0.16rem;
}
.kffwlist .item:last-child {
  margin-right: 0;
}
.kffwlist .item .img {
  width: 2.16rem;
  height: 2.16rem;
  margin: 0 auto 0.24rem;
  position: relative;
}
.kffwlist .item .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.kffwlist .item .line {
  width: 0.7rem;
  height: 2px;
  background: #002ca6;
  margin: 0 auto 0.24rem;
}
.kffwlist .item p {
  font-size: 0.18rem;
  line-height: 0.24rem;
  text-align: center;
  color: #666666;
}
.fwys .comlist .item {
  margin-top: 0;
}
.hzfwbg {
  height: auto;
      background: url(../img/wmdfwbg.png) center right no-repeat;
      background-position: bottom right;
      background-repeat: no-repeat;
      overflow: hidden;
      background-size: auto 100%;
}
.cjywlist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.cjywlist .item {
  width: 3.2rem;
  margin-right: 0.90rem;
  margin-bottom: 0.36rem;
}
.cjywlist .item:nth-child(3),
.cjywlist .item:last-child {
  margin-right: 0;
}
.cjywlist .item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.cjywlist .item p {
  font-size: 0.24rem;
  font-weight: bold;
  text-align: center;
  color: #ff6f37;
  margin-top: 0.08rem;
}
.gzcj {
  padding-bottom: 0.32rem;
}

@media screen and (max-width: 750px) {
  .bannerSwiper {
    height: 6.4rem;
  }
  .bannerSwiper.swiper-container img {
    width: 100%;
    object-fit: cover;
  }
  .banner a .btxt {
    width: 80%;
    top: 1.2rem;
  }
  .banner a .btxt h1 {
    font-size: 0.48rem;
    margin-bottom: 0.32rem;
  }
  .banner a .btxt p {
    font-size: 0.24rem;
    margin-bottom: 0.64rem;
  }
  .banner a .btxt button {
    width: 0.16rem;
    height: 0.48rem;
    line-height: 0.48rem;
    font-size: 0.28rem;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 0.64rem;
  }
  .pxtz {
    width: 100%;
    padding: 0.64rem 0.32rem;
  }
  .pxtzcon img {
    width: 3.2rem;
    height: 4.36rem;
    object-fit: cover;
  }
  .pxtzcon .info {
    flex: 1;
    margin-left: 0.32rem;
    overflow: hidden;
  }
  .hzhb {
    padding: 0.64rem 0.32rem;
    background: transparent;
  }
  .pxtzcon {
    width: 100%;
  }
  .pxtzcon .info p:first-child {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    margin-bottom: 0.16rem;
    font-size: 0.32rem;
  }
  .pxtzcon .info p.tov2 {
    -webkit-line-clamp: 4;
    font-size: 0.24rem;
    line-height: 0.48rem;
  }
  .hzhblist {
    justify-content: space-between;
  }
  .hzhblist a {
    width: 48%;
    height: 1.2rem;
    margin-right: 0;
    border-radius: 0.24rem;
    margin-bottom: 0.32rem;
  }
  .hzhblist a img {
    max-width: 80%;
    max-height: 80%;
  }
  .hzhb .title span {
    color: #333;
  }
  .hzhb .title p {
    color: rgba(51, 51, 51, 0.2);
  }
  .ztcon {
    padding: 0.32rem;
  }
  .ztcheng {
    padding: 0.64rem 0.32rem;
  }
  .title .smalltit {
    display: none;
  }
  .ztcon .item {
    width: 100%;
    margin-bottom: 0.32rem;
  }
  .ztcon .item label {
    font-size: 0.28rem;
    margin-bottom: 0.16rem;
    height: auto;
  }
  .ztcon .item .ipt {
    height: 0.7rem;
    line-height: 0.7rem;
    border-radius: 0.36rem;
  }
  .ztcon .item button {
    width: 1.64rem;
    height: 0.48rem;
    font-size: 0.24rem;
  }
  .hxyw {
    width: 100%;
    height: auto;
    padding-top: 0.64rem;
    background: transparent;
  }
  .hgxywcon {
    margin-top: 0;
  }
  .hxyw .title span {
    color: #333;
  }
  .hxyw .title p {
    color: rgba(51, 51, 51, 0.2);
  }
  .hgxywcon ul {
    padding: 0 0.32rem;
    display: flex;
    flex-direction: column;
  }
  .hgxywcon ul li {
    width: 100%;
    height: auto;
    margin-bottom: 0.32rem;
    flex-direction: row;
    background: transparent;
  }
  .hgxywcon ul li h3 {
    color: #002ca6;
    font-size: 0.32rem;
    margin-bottom: 0.08rem;
  }
  .hgxywcon ul li h3 a{
 color: #002ca6;
}    

  .hgxywcon ul li .yuan {
    width: 1.12rem;
    height: 1.12rem;
    margin: 0;
  }
  .hgxywcon ul li .ke {
    flex: 1;
    margin-left: 0.32rem;
    align-items: flex-start;
  }
  .hgxywcon ul li .line {
    display: none;
  }
  .hgxywcon ul li p {
    color: #666;
    font-size: 0.26rem;
    text-align: left;
    line-height: 0.4rem;
  }
  .hgxywcon ul li p br {
    display: none;
  }
  .about {
    padding: 0.64rem 0.32rem;
  }
  .aboutcon {
    flex-direction: column-reverse;
  }
  .aboutcon img {
    width: 100%;
    border-radius: 0.36rem;
    margin-bottom: 0.32rem;
    overflow: hidden;
  }
  .aboutcon .info {
    flex: 1;
    width: 100%;
    margin-right: 0;
  }
  .aboutcon .info h3 {
  font-size: 0.34rem;
  font-weight: bold;
  color: #002ca6;
  margin-bottom: 0.4rem;
}
.aboutcon .info a {
  width: 1.4rem;
  height: 0.6rem;
  display:block;
  color: #fff;
  border-radius: 0.24rem;text-align:center;line-height:0.6rem;
  background: #002ca6;
}
  .aboutcon .info p {
    font-size: 0.24rem;
    line-height: 0.48rem;
    margin-bottom: 0.24rem;
  }
  .tabscon .info p {
  width: 100%;
  font-size: 0.28rem;
  color: #666666;
}
  .xwzx {
    height: auto;
    padding: 0.64rem 0.32rem;
    background: transparent;
  }
  .xwzx .title span {
    color: #333;
  }
  .xwzx .title p {
    color: rgba(51, 51, 51, 0.2);
  }
  .tabs a {
    color: #333;
    font-size: 0.32rem;
    font-weight: bold;
    margin-right: 0.4rem;
  }
  .tabs a.on {
    color: #002ca6;
  }
  .tabsinner {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .tabsinner .item {
    width: calc(50% - 0.16rem);
    height: 6rem;
    margin-left: 0 !important;
    background: #fff;
	order-radius: 0.24rem;
	   
	    transition: all 0.5s;
	    overflow: hidden;
	    position: relative;
  }
  .tabsinner .item:hover {
      background: #ff6f37;
  }
  .tabsinner .item:last-child {
    display: none;
  }
  .tabsinner .item .botinfo {
      width: 100%;
      height: 0.96rem;
      padding: 0 0.3rem;
      display: flex;
      align-items: center;
      border-radius: 0px 0px 0.24rem 0.24rem;
      background: #ff6f37;
      position: absolute;
      left: 0;
      bottom: 0;
  }
  .tabsinner .item .botinfo .date {
      color: #fff;
	  margin: 0.3rem 0 0.38rem 0.1rem;
  }
  .tabsinner .item .botinfo .date h4 {
      width: 1rem;
      font-size: 0.36rem;
      font-weight: bold;
      text-align: center;
  }
 .tabsinner .item .botinfo .date  p {
      width: 1rem;
      height: 0.3rem;
      font-size: 0.24rem;
      text-align: left;
  }
  .tabsinner .item .botinfo .date .line {
      background: #fff;
	  width: 1rem;
	  height: 2px;
	  display: block;
  }
  .tabsinner .item .botinfo > p {
      flex: 1;
      font-size: 0.3rem;
      font-weight: bold;
      color: #ffffff;
      margin-left: 0.32rem;
      /* white-space: nowrap; */
      text-overflow: ellipsis;
      overflow: hidden;
  }
  .tabsinner .itemone {
    width: 100%;
    height: auto;
    margin-bottom: 0.32rem;
    overflow: hidden;
  }
  .tabscon .info {
    padding: 0 0.32rem;
    display: flex;
    flex-direction: column;
  }
  .tabscon .info h2 {
      width: 100%;
      /* height: 0.52rem; */
      font-size: 0.3rem;
      font-weight: bold;
      color: #333333;
      margin-bottom: 0.1rem;
  }
  .tov2 {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .tov3 {
      overflow: hidden;
      text-overflow: ellipsis;
  }
  .tabsinner .item:hover .date {
      color: #fff;
  }
  .tabsinner .item:hover .info h2 {
      color: #fff;
  }
  .date {
    margin: 0.3rem 0 0.38rem 0.3rem;
	display: inline-block;
	    text-align: center;
  }
  .date h4 {
      width: 1rem;
      font-size: 0.36rem;
      font-weight: bold;
      text-align: center;
  }
  a {text-decoration: none;}
  .date p {
      width: 1rem;
      height: 0.3rem;
      font-size: 0.24rem;
      text-align: left;
  }
  .date .line {
      width: 1rem;
      height: 2px;
      display: block;
      background: #999999;
  }
  .fzlc {
    width: 100%;
    padding: 0.64rem 0.32rem;
    overflow: hidden;
    position: relative;
  }
  .zygscon .info h3 {
  font-size: 0.36rem;
  font-weight: bold;
  color: #002ca6;
  margin-bottom: 0.64rem;
}
  .fztabs {
    margin-bottom: 0.64rem;
  }
  .fztabs a {
      height: 0.65rem;
      font-size: 0.28rem;
      color: #666666;
      padding-bottom: 0.19rem;
      transition: all 0.2s;
      position: relative;
  }
  .fztabs a.active {
    color: #ff6f37;
    font-size: 0.36rem;
    font-weight: bold;
  }
  #tabs-container .lef,
  #tabs-container .rig {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  #tabs-container .lef .item,
  #tabs-container .rig .item {
    width: calc(50% - 0.16rem);
    padding: 0.3rem;
    border-radius: 0.24rem;
    margin-bottom: 0.32rem !important;
  }
  #tabs-container .item h3 {
    width: 100%;
    font-size: 0.28rem;
    margin-bottom: 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	line-height: 0.33rem;
	height: 0.33rem;
  }
  #tabs-container .item .time {
      height: 0.24rem;
      font-size: 0.24rem;
      line-height: 0.24rem;
      color: #999999;
  }
  #tabs-container .item p {
    font-size: 0.26rem;
    line-height: 0.48rem;
    margin-bottom: 0.26rem;
  }
  #tabs-container .cen {
    margin: 0px;
    width: 100%;
    margin-bottom: 0.32rem;
  }
  #tabs-container .item {
    width: 100%;
    padding: 0.32rem;
    border-radius: 0.24rem;
  }
  .zygs.pt64 {
    padding: 0.64rem 0.32rem 0 !important;
  }
  .zygscon {
    height: auto;
    background-size: 100% 50%;
    background-position: bottom right;
  }
  .zygscon .info {
    width: 100%;
    margin-top: 0.4rem;
  }
  .zygscon .info h3 {
    margin-bottom: 0.24rem;
  }
  .zygscon .info p {
    font-size: 0.28rem;
    -webkit-line-clamp: initial;
	line-height: 0.64rem;
	color: #3d3d3d;
	margin-bottom: 0.24rem;
  }
  .liylist {
    padding: 0 0.32rem;
  }
  .liylist .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
    padding-left: 0.96rem;
    position: relative;
  }
  .liylist .item img {
    width: 0.96rem;
    height: 0.96rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .liylist .item .line {
    display: none;
  }
  .liylist .item p {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 0.26rem;
    margin-left: 0.32rem;
    line-height: normal;
  }
  .liylist .item h2 {
    width: 100%;
    font-size: 0.32rem;
    margin-left: 0.32rem;
    margin-bottom: 0.08rem;
    margin-top: 0;
  }
  .liylist .item p br {
    display: none;
  }
  .liylistp {
    padding: 0 0.32rem;
	width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  position: relative;
  }
  .liylistp .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
    padding-left: 0.96rem;
    position: relative;
  }
  .liylistp .item img {
    width: 0.96rem;
    height: 0.96rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .liylistp .item .line {
    display: none;
  }
  .liylistp .item p {
    width: 100%;
    height: auto;
    text-align: left;
    font-size: 0.24rem;
    margin-left: 0.32rem;
    line-height: normal;
  }
  .liylistp .item h2 {
    width: 100%;
    font-size: 0.34rem;
    margin-left: 0.32rem;
    margin-bottom: 0.08rem;
    margin-top: 0;
  }
  .liylistp .item p br {
    display: none;
  }
  .gzcjlist {
    padding: 0 0.32rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .gzcjlist .item {
    width: calc(50% - 0.16rem);
    height: 3rem;
    margin-right: 0;
    border-radius: 0.24rem;
    margin-bottom: 0.32rem;
    overflow: hidden;
  }
  .gzcjlist .item:nth-child(2){
      width: calc(50% - 0.16rem)!important;
  }
  .gzcjlist .item:nth-child(3) {
      width: calc(50% - 0.16rem)!important;
  }
  .gzcjlist .item img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .gzcjlist .item:last-child {
    display: none;
  }
  .gzcj {
    padding-bottom: 0;
  }
  .pxyslist,
  .zbyslist {
    padding: 0 0.32rem;
    flex-wrap: wrap;
  }
  .pxyslist .item {
    width: 100%;
    height: auto;
    margin: 0.16rem 0 0.16rem !important;
    background: transparent;
    border-radius: 0.24rem;
    margin-bottom: 0.4rem;
    padding-left: 1.12rem;
    position: relative;
  }
  .pxyslist .item img {
    width: 1.12rem;
    height: 1.12rem;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 0.16rem;
    padding: 0.24rem;
    transform: translateY(-50%);
    background: #2e65fd;
  }
  .pxyslist .item .line {
    display: none;
  }
  .pxyslist .item h2,
  .zbyslist .item h2 {
    width: 100%;
    height: auto;
    font-size: 0.32rem;
    padding-left: 0.32rem;
    color: #002ca6;
    text-align: left;
    margin-bottom: 0.16rem;
    margin-top: 0;
  }
  .pxyslist .item p,
  .zbyslist .item p {
    width: 100%;
    height: auto;
    color: #333;
    font-size: 0.26rem;
    text-align: left;
    padding-left: 0.32rem;
	line-height: normal;
  }
  .pxyslist .item p br {
    display: none;
  }
  .zbyslist .item {
    width: 100%;
    height: auto;
    margin: 0.16rem 0 0.16rem !important;
    background: transparent;
    border-radius: 0.24rem;
    margin-bottom: 0.4rem;
    padding-left: 1.12rem;
    position: relative;
  }

  .zbyslist .item img {
    width: 1.12rem;
    height: 1.12rem;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 0.16rem;
    padding: 0.24rem;
    transform: translateY(-50%);
    background: #fff;
  }
  .zbyslist .item h2 {
    color: #ff6f37;
  }
  .zygscon {
    height: auto;
    background-size: 100% 50%;
    background-position: bottom right;
  }
  .glzx {
    padding: 0.64rem 0.32rem 0;
  }
  .glzxcon img {
    width: 3.46rem;
    height: 3.46rem;
  }
  .glzxcon .litem p {
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .glzxcon .litem h3 {
    font-size: 0.36rem;
    margin-bottom: 0.16rem;
	font-weight: bold;
	    color: #002ca6;
  }
  .comlist {
    padding: 0 0.32rem;
  }
  .comlist .item {
    width: 100%;
    height: auto;
    margin: 0.16rem 0 0.16rem !important;
    background: transparent;
    border-radius: 0.24rem;
    margin-bottom: 0.4rem;
    padding: 0 0 0 1.12rem;
    position: relative;
  }
  .comlist .item .img {
    width: 1.12rem;
    height: 1.12rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 0.16rem;
    padding: 0.24rem;
    transform: translateY(-50%);
    background: #fff;
  }
  .comlist .item .img img {
    width: 0.64rem;
	height: auto;
  }
  .comlist .item p {
    font-size: 0.24rem;
    text-align: justify;
  }
  .comlist .item p br {
    display: none;
  }
  .comlist .item h3 {
    width: 100%;
    height: auto;
    font-size: 0.32rem;
    padding-left: 0.32rem;
    color: #ff6f37;
    text-align: left;
    margin-bottom: 0.16rem;
    margin-top: 0;
  }
  .comlist .item p {
    width: 100%;
    height: auto;
    color: #333;
    font-size: 0.26rem;
    text-align: left;
    padding-left: 0.32rem;
	line-height: normal;
  }
  .caselist {
    padding: 0 0.32rem;
  }
  .caselist .item {
    width: 100%;
    border-radius: 0.24rem;
    flex-direction: column;
  }
  .caselist .item:nth-child(2n) {
    flex-direction: column-reverse;
  }
  .caselist .item .img {
    width: 100%;
    height: 3.3rem;
    overflow: hidden;
  }
  .caselist .item .info {
    flex: 1;
    padding: 0.32rem;
  }
  .caselist .item .info h2 {
    font-size: 0.28rem;
    margin-bottom: 0.24rem;
  }
  .caselist .item .info p {
    font-size: 0.24rem;
	line-height: normal;
  }
  .kffwlist {
    padding: 0 0.32rem;
  }
  .kffwlist .item {
    width: 100%;
    height: auto;
    margin: 0.16rem 0 0.4rem !important;
    background: transparent;
    border-radius: 0.24rem;
    margin-bottom: 0.4rem;
    padding: 0 0 0 2.16rem;
    position: relative;
  }
  .kffwlist .item .img {
    width: 2.16rem;
    height: 2.16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 50%;
    border-radius: 0.16rem;
    transform: translateY(-50%);
  }
  .kffwlist .item .img img {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0);
    
	height: auto;
	width: 100%;
  }
  .kffwlist .item h3 {
    width: 100%;
    height: auto;
    font-size: 0.32rem;
    padding-left: 0.32rem;
    color: #2e65fd;
    text-align: left;
    margin-bottom: 0.16rem;
    margin-top: 0;
  }
  .kffwlist .item p {
    width: 100%;
    height: auto;
    color: #333;
    font-size: 0.26rem;
    text-align: left;
    padding-left: 0.32rem;
	line-height: normal;
  }
  .kffwlist .item p br {
    display: none;
  }
  .kffwlist .item .line {
    display: none;
  }
  .cjywlist {
    padding: 0 0.16rem;
  }
  .cjywlist .item {
    width: calc(33.333% - 0.32rem);
    margin: 0 0.16rem 0.54rem;
  }
  .cjywlist .item img {
    max-width: 100%;
  }
  .cjywlist .item p {
    font-size: 0.26rem;
  }
  .zygscon .info button {
      width: 3rem;
      height: 0.5rem;
      color: #fff;
      border-radius: 0.24rem;
      font-size: 0.24rem;
      background: #002ca6;
  }
  .glzxcon {
      width: 100%;
      height: 4.8rem;
      background-image: url(../img/glzximg.png);
      background-position: bottom right;
      background-repeat: no-repeat;
      overflow: hidden;
      background-size: 3.4rem 3.4rem;
  }
  .glzxcon .lef {
      /* margin-top: 0.64rem !important; */
	  width: 3.46rem;
	  margin-top: 0!important;
  }
}
