@charset "utf-8";

.banner {
/* 	height: 100vh; */
margin-top: 105px;
	position: relative;width: 100%;float: left;
	overflow: hidden;
}

.banner a {
	display: block;
	width: 100%;
	height: 100%;
}

.banner a:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: url("../images/b-mask.png") repeat-x bottom center;
	background-size: auto;
}

.banner a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
}

.banner .txt {
	position: absolute;
	right: 0;
	left: 0;
	bottom: .55rem;
	z-index: 1;
}

.banner .txt h3 {
	font-size: .26rem;
	color: #fff;
	width: auto;
	line-height: 1.375;
	text-shadow: 0 0 0.3rem rgba(0, 0, 0, .6);
	padding: 0 .6rem;
}

.banner .page {
	position: static;
	font-size: 0;
	margin: 0 0.24rem;
}

.banner .page span {
	width: .15rem;
	height: .15rem;
	opacity: 1;
	margin: 0 0.08rem;
	border-radius: 50%;
	background: rgba(255, 255, 255,1);
}

.banner .page span.active {
	background: #0170df;
}

.banner .btnBox {
	position: absolute;
	left: 0;
	right: 0;
	bottom: .26rem;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.banner .btn {
	position: static;
	width: .32rem;
	height: .1rem;
	transform: none;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%;
}

.banner .prev {
	background-image: url("../images/prev01.png");
}

.banner .next {
	background-image: url("../images/next01.png");
}

@keyframes arrow {
	0% {
		opacity: 0;
		transform: translate3d(0px, 0px, 0px);
	}

	33% {
		opacity: 1;
	}

	66% {
		opacity: 1;
	}

	100% {
		opacity: 0;
		transform: translate3d(0px, 20px, 0px);
	}
}

.titletc,.title001 {
	position: relative;
	display: flex;
}

.titletc.mid,.title001.mid {
	justify-content: center;
}

.titletc .titlebox {
	position: relative;
	z-index: 3;
	padding-left: 1rem;
	padding-top: .2rem;
	padding-bottom: .21rem;
	background: url("../images/tit_bg.png") no-repeat left center;
	background-size: .91rem 1.09rem;
}
.title001 .titlebox {
	position: relative;
	z-index: 3;
	padding-left: 0rem;
	padding-top: .2rem;
	padding-bottom: .0rem;
	background: url("../images/tit_bg.png") no-repeat left center;
	background-size: .91rem 1.09rem;
}
.titletc h2,.title001 h2 {
	font-size: .36rem;
	color: #0061ae;
	line-height: .42rem;
	font-weight: 600;position: absolute;
	top: .01rem;
}

.titletc p img,.title001 p img {
	display: block;
	width: 2.44rem;
	margin-right: .1rem;
	margin-top: .02rem;
}

.titletc .more,.title001 .more {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding-left: .56rem;
	background: url("../images/more.png") no-repeat bottom left;
	background-size: auto .22rem;
}

.titletc .more a,.title001 .more a {
	display: block;
	font-size: .18rem;
	line-height: .21rem;
		color: #e20012;
	transition: .5s;margin-left: .1rem;
}

.titletc .more:hover a,.title001 .more:hover a {
	color: #e20012;
}



.container01 .content {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.container01 .left {
	width: 69.125%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.container01 .left .al {
	width: 55.7%;
}

.list1w a {
	display: block;
}

.list1w a .pic {
	padding-top: 3.28rem;
}

.list1w a .txt h2 {
	font-size: .2rem;
	/* color: #0061ae;*/
	color: #2C2C2C;
	font-weight: 600;
	line-height: .3rem;
	transition: .5s;
	margin-bottom: .13rem;
}

.list1w a .txt p {
	font-size: .16rem;
	line-height: .26rem;
	color: #9E9E9E;
	height: .52rem;
}

.list1w a .txt time {
	position: absolute;
	top: -.35rem;
	left: .18rem;
	width: .82rem;
	background: #0061ae;
	text-align: center;
	color: #fff;
	padding-top: .1rem;
	padding-bottom: .06rem;
}

.list1w a .txt time span {
	display: block;
	font-size: .24rem;
	line-height: .26rem;
	font-weight: 600;
	margin-bottom: .03rem;
}

.list1w a .txt time em {
	display: block;
	font-size: .16rem;
	line-height: .26rem;
}

.list1w a .txt {
	position: relative;
	padding: .5rem .31rem .35rem .18rem;
}

.list1w a:hover .txt h2 {
	color: #0061ae;
}

.list1w .btnBox {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-left: .22rem;
	padding-right: .22em;
}

.list1w .page {
	position: static;
	font-size: 0;
}

.list1w .page span {
	width: .1rem;
	height: .1rem;
	opacity: 1;
	background: #CDCDCD;
	margin: 0 .07rem;
}

.list1w .page span.active {
	background: #0170df;
}

.list1w .btn {
	width: .32rem;
	height: .1rem;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: 50%;
	position: static;
	transform: none;
}

.list1w .prev {
	background-image: url("../images/prev02.png");
}

.list1w .next {
	background-image: url("../images/next02.png");
}

.list1w:after {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: .12rem;
	top: .26rem;
	background: url("../images/s1-img02.png") no-repeat bottom center;
	background-size: 100%;
box-shadow: 0px 0px .1rem 0px 
		rgba(0, 0, 0, 0.15);
}

.list1w:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	height: .12rem;
	background: url("../images/s1-img03.png") no-repeat bottom center;
	background-size: 100%;
}

.list1w {
	position: relative;
	padding: 0 .16rem .44rem .17rem;
}

.container01 .left .ar {
	width: 41.05%;
}

.container01 .content .img_box a {
	display: block;
}

.container01 .content .img_box .pic {
	padding-top: 2.55rem;
}

.container01 .content .img_box .txt h2 {
	font-size: .2rem;
	line-height: .26rem;
	color: #2C2C2C;
	transition: .5s;
	margin-bottom: .1rem;
	font-weight: 600;
	height: .52rem;
}

.container01 .content .img_box .txt p {
	font-size: .16rem;
	line-height: .26rem;
	color: #9E9E9E;
	height: .52rem;
}

.container01 .content .img_box .txt time {
	position: absolute;
	top: -0.36rem;
	left: 0.3rem;
	width: 0.82rem;
	background: #E6C390;
	text-align: center;
	color: #fff;
	padding-top: 0.1rem;
	padding-bottom: 0.06rem;
}

.container01 .content .img_box .txt time span {
	display: block;
	font-size: .24rem;
	line-height: .26rem;
	font-weight: 600;
	margin-bottom: 0.03rem;
}

.container01 .content .img_box .txt time em {
	display: block;
	font-size: .16rem;
	line-height: .26rem;
}

.container01 .content .img_box .txt {
	position: relative;
	background: #fff;
	padding-top: .58rem;
	padding-bottom: .46rem;
	border-bottom: .02rem solid #0061ae;
}

.container01 .content .img_box {
	margin-top: .18rem;
}

.container01 .content .img_box:hover .txt h2 {
	color: #0061ae;
}

.container01 .content .right {
	width: 28.375%;
}

.container01 .title001 {
	margin-bottom: .46rem;
}

.container01 {
	width: 100%;
	background: url(../images/index1_bj.png) top center no-repeat;
	padding-top: .53rem;
	padding-bottom: 1.08rem;
}

.container02 .left {
	width: 57.3125%;
}

.list_box1 li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 2.6rem;
}

.list_box1 li a .icon {
	position: relative;
	width: .64rem;
	height: .6rem;
	margin-bottom: .08rem;
	transition: .5s;
}

.list_box1 li a h2 {
	font-size: .32rem;
	color: #fff;
	line-height: .6rem;
}

.list_box1 li.li1,
.list_box1 li.li4 {
	width: 55.73%;
}

.list_box1 li.li2,
.list_box1 li.li3 {
	width: 42.97%;
}

.list_box1 li.li1 {
	background: url("../images/s2-img01.png") no-repeat 50%;
	background-size: cover;
	margin-bottom: .11rem;
}

.list_box1 li.li2 {
	background: url("../images/s2-img02.png") no-repeat 50%;
	background-size: cover;
	margin-bottom: .11rem;
}

.list_box1 li.li3 {
	background: url("../images/s2-img03.png") no-repeat 50%;
	background-size: cover;
}

.list_box1 li.li4 {
	background: url("../images/s2-img04.png") no-repeat 50%;
	background-size: cover;
}

.list_box1 li:hover a .icon {
	transform: rotateY(180deg);
}

.container02 .right {
	width: 37.5%;
}

.list_box2 a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: .22rem;
	padding-bottom: .22rem;
	transition: .5s;
}

.list_box2 a time {
	display: block;
	width: 1.08rem;
	position: relative;
	text-align: center;
	color: #0061ae;
	padding-top: .02rem;
}

.list_box2 a time span {
	display: block;
	font-size: .24rem;
	line-height: .32rem;
	margin-bottom: .06rem;font-weight: bold;	color: #0061ae;}

.list_box2 a time em {
	display: block;
	font-size: .16rem;
	line-height: .22rem;
		color: #024274;
}

.list_box2 a time:after {
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	width: .02rem;
	height: .46rem;
	background: #0061ae;
	transform: translateY(-50%);
}

.list_box2 a .txt {
	width: calc(100% - 1.3rem);
	padding-right: .44rem;
}

.list_box2 a h3 {
	font-size: .18rem;
		color: #000000;
	line-height: .3rem;
	height: .6rem;
	transition: .5s;
}

.list_box2 li {
	padding: .06rem;
	border: 1px solid #fff;
	transition: .5s;
	margin-top: .17rem;
	background: #fff;
}

.list_box2 li:first-child {
	margin-top: 0;
}

.list_box2 li:hover {
	border-color: #0061ae;
	background: transparent;
}

.list_box2 li:hover a {
	background: #0061ae;
}

.list_box2 li:hover a time {
	color: #fff;
}
.list_box2 li:hover a time span,.list_box2 li:hover a time em {
	color: #fff;
}
.list_box2 li:hover a time:after {
	background: #fff;
}

.list_box2 li:hover a h3 {
	color: #fff;
}

.container02 .title001 {
	margin-bottom: .24rem;
}

.container02 {
	padding-top: .71rem;
	padding-bottom: .9rem;
	background: #FAF7FA;
}
.container03{
		padding-top: .5rem;
		padding-bottom: .92rem;background: url(../images/index3.png) top center no-repeat;width: 100%; 
		background-size: 100% 100%;
}
.container03 .wp {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
}


.index3_con{ float: left; width:48%;}
.index3_con ul{
	margin-top: .4rem;
}
.index3_con ul li{ width: calc(100% - 20px); height:.83rem; background: url(../images/index3_conline.png) left center no-repeat; padding-left: 20px;
display: flex;flex-direction: column;
}
.index3_con ul li a{ color: #333333; font-size: .2rem; line-height: 25px; display: block;   display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	margin-top: -.05rem;float: left;}
.index3_con ul li a:hover{ text-decoration: underline; color: #c70a19;}
.index3_con ul li p{ color: #b2b2b2; font-size: .14rem; font-weight: normal; padding-top:.05rem;float: left;}




.list4w a {
	display: block;overflow: hidden;
}
.list4w .swiper-container4 .swiper-slide:nth-child(2n-1){
	margin-top: .6rem;
	
}
.swiper-container3 .swiper-slide a{
	width: 100%;
	display: inline-block;
	overflow: hidden;
}
.swiper-container3 .swiper-slide:nth-child(2n-1) a{
margin-top:20px;
}
.list4w .swiper-container4 .swiper-slide img,.swiper-container3 .swiper-slide img{
	width: 100%;
	transition: transform .3 ease;  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.list4w .swiper-container4 .swiper-slide:hover img,.swiper-container3 .swiper-slide:hover img{
transform: scale(1.2);
}

.list4w a .pic {
	padding-top: 2.64rem;
}

.list4w .btn {
	width: .52rem;
	height: .52rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	border-radius: 50%;
	background-color: #D6A021;
	transition: .5s;
}

.list4w .btn:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	border-radius: 50%;
	width: .64rem;
	height: .64rem;
	border: 1px dashed #D6A021;
	transform: translate(-50%, -50%);
	transition: .5s;
}

.list4w .btn img {
	display: block;
	width: .14rem;
}

.list4w .prev {
	left: -.79rem;
}

.list4w .prev img {
	margin-right: .05rem;
}

.list4w .next {
	right: -.73rem;
}

.list4w .next img {
	margin-left: .03rem;
}

.list4w .btn:hover {
	background-image: linear-gradient(180deg, #2429A5 0%, #571570 100%);
}

.list4w .btn:hover:before {
	border-color: #2429A5;
}

.list4w {
	position: relative;
}

.container04 .title001 {
	margin-bottom: .53rem;
}

.container04 {
	padding-top: .5rem;
	padding-bottom: .92rem;background: url(../images/index4.png) top center no-repeat;width: 100%; 
	background-size: 100% 100%;
}




.list4w a .pic {
	padding-top: 2.64rem;
}

.swiper-button-next3,.swiper-button-prev3 {
	width: .34rem;
	height: .34rem;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	border-radius: 50%;
	background-color: #D6A021;
	transition: .5s;
	
}

.swiper-button-next3:before,.swiper-button-prev3:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	border-radius: 50%;
	width: .4rem;
	height: .4rem;
	border: 1px dashed #D6A021;
	transform: translate(-50%, -50%);
	transition: .5s;
}

.swiper-button-next3 img,.swiper-button-prev3 img {
	display: block;
	width: .1rem;
}

/* .swiper-button-prev3 {
	left: -.79rem;
}

.swiper-button-prev3 img {
	margin-right: .05rem;
}

.swiper-button-prev3 {
	right: -.73rem;
}

.swiper-button-prev3 img {
	margin-left: .03rem;
}

.swiper-button-prev3:hover {
	background-image: linear-gradient(180deg, #2429A5 0%, #571570 100%);
}

.swiper-button-prev3:hover:before {
	border-color: #2429A5;
}
 */
    .navShow .navbtnm i {
        background-image: url("../images/close-menu.png");
    }

.shouji{
	display: none;
}
.container01,.container02,.container03,.container04{
	overflow: hidden;
}

 .ss_input {
  		width:100%;margin: 10px auto;
  		display: flex;height:42px;
  		flex-direction: row;border-radius: 5px;
  		align-items: center;overflow: hidden;
  	}
  	.ss_input p{
  			width: 100%;
  			height:42px;
  			background-color: #ffffff;
  					border-radius: 5px;	display: flex;align-items: center;;padding: 0px 2.5%;justify-content: space-between;
  	}
  			.ss_input input[type='text']{
  						width: 100%;
  						color: #a2a2a2;	font-size: 16px;height: 42px;
  						border: none;outline: none;color: #000;
  			}
  			
  		.ss_input img {
  	margin-left: 10px;
  	
  	} .big-nav .scroll .ul2{
		 width: 100%;
		 margin-top: 20px;
	 }
	 .big-nav .scroll .ul2 li {
	      width: 33%;float: left;
	      text-align: left;
	      padding: 5px 0;
	    }

		.big-nav .ul2{
		 width: 100%;
		 margin-top: 20px;
	 }
	 .big-nav .ul2 li {
	      width: 33%;float: left;
	      text-align: left;
	      padding: 5px 0;
	    }
		.icons {
		  width:30PX;
		  height:30PX;
		  flex-shrink: 0;
		  display: flex;
		  align-items: center;
		  justify-content: center;
		  box-sizing: border-box;
		  border-radius: 50%;
		  border: 1px dashed rgba(255, 255, 255, 0.2);
		}
	    .big-nav  .ul2 li a {
	      color: #fff;
	      font-size: 14px;
	      line-height: 40px;
	      font-weight: normal;
	      padding: 0 10px 0 15px;
	      position: relative;
	      display: flex;
	      align-items: center;
	        word-break: keep-all;float: left;width: 100%;
	    }
	    .big-nav ..ul2 li a i {
	      font-size: 2rem;display: flex;align-items: center;justify-content: center;
	    }
	  .big-nav .ul2 li a i.icon-fanhuishouye {font-size:24px;}
	    .big-nav .ul2 li .icons {
	 /*     margin-right: 1rem; */
	      width: 40px;
	      height: 40px;
	    }
	     .big-nav .ul2 li .icons img {
	  	   line-height: 4rem;
	  	   vertical-align: middle;width: 90%;
	     }
	    .big-nav .ul2 li.on a {
	      color: #c80514;
	    }
	    .big-nav .ul2 li.li2 {
	      width: 65%;
	    }

.bannerny {
	width: 100%;margin: 0px auto;padding-top: 0px;overflow: hidden;
}
.bannerny img{
	width: 100%;
}
.inner {padding:45px 0 15px;width: 100%;float: left;}
	 .inner .wp{align-items: flex-start;}
	 
.inner_left { width: 260px; margin-bottom:6px;float: left; }
 .inner_right { width: calc(100% - 300px);float: right;}
 .inner_left h2 {height: 120px;color: rgb(255, 255, 255);font-size:30px;background: #297dd3;text-align: center;}
 .inner_left h2 p{color: #fff;line-height: 120px;font-weight: bold;}
 
 .inner_left ul {background: #fff;border-left: 2px solid #297dd3;box-shadow: 0px 4px 12px 0px rgba(10, 11, 24, 0.2);padding-bottom:5px;}
 .inner_left ul li {position: relative;transition: .5s;}
 .inner_left ul li p {padding: 0 2px 0 5px;height:80px;border-bottom: 1px solid #eee;display: flex;align-items: center;justify-content: center;text-align: center;}
 .inner_left ul li p a {font-size:22px;display: block;cursor: pointer;width: 100%;color: #333;transition: .5s;position: relative;}
 .inner_left ul li:last-child p{border-bottom:none;}
 .inner_left ul li p a::after{content: "";position: absolute;top: 50%;right: 0;width:10px;height:20px;transition: 0.5s;
 background: url(../images/jt2.png) no-repeat;background-size: 100%;transform: translateY(-50%);opacity:0;}

  .nysubnav {background: #efe3e6;display: none;}
  .inner_left ul li.active .nysubnav{display: block;padding-left: .3rem;}
  .nysubnav a { padding: 0px 30px; line-height:30px; display: block; font-size:16px; }
 
 
 
 
 .inner_left ul li:hover, .inner_left ul li.active {background: #f6eced;}
 .inner_left ul li:hover p a, .inner_left ul li.active p a {color: #297dd3;/* background: url(../images/jt2.png) no-repeat right 0.1rem center; */font-weight: bold;}
 .inner_left ul li.active p a::after,.inner_left ul li:hover p a::after{opacity:1;}
.local {border-bottom: 1px solid #ccc;padding: 0rem 0px 15px;margin-bottom: 15px;justify-content: space-between;align-items: center;display: flex;}
 .local h2{color: #333;font-size:22px;}
  .mtsj li *{transition: 0.5s;}
    .mtsj li a{height: 100%;align-items: center;padding:30px 0;border-bottom: 1px solid #eee; display: flex;flex-wrap: wrap;justify-content: space-between}
    .mtsj li:first-child a{padding-top: 0;}
    .mtsj li:last-child a{border-bottom: none;}
    .mtsj li .mtdate{width:90px;flex-direction: column;justify-content: center;text-align: center;height: 90px;float: left;display: flex;align-items: center;
    border: 1px solid #297dd3;white-space: nowrap;transition:0.5s;}
    .mtsj li .mt-r{width: calc(100% - 130px);height: 100%;float: right;}
    .mtsj li .mtdate span{font-size:30px;color: #297dd3;}
    .mtsj li .mtdate p{font-size: 16px;color: #333;text-align: center;margin-top:10px;color: #297dd3;}
    .mtsj li .mt-r h2{font-size:20px;color: #333;line-height:30px;margin-bottom: 15px;width: 100%;overflow: hidden;
  					 text-overflow: ellipsis;
  					 /* 将对象作为弹性伸缩盒子模型显示 */
  					 display: -webkit-box;
  					 /* 限制在一个块元素显示的文本的行数 */
  					 /* -webkit-line-clamp 其实是一个不规范属性，使用了WebKit的CSS扩展属性，该方法适用于WebKit浏览器及移动端；*/
  					 -webkit-line-clamp: 2;
  					 /* 设置或检索伸缩盒对象的子元素的排列方式 */
  					 -webkit-box-orient: vertical;
  					
  					 text-overflow: ellipsis;margin-bottom: 5px;
  			}
    .mtsj li .mt-r p{font-size:16px;color: #808080;width: 100%;line-height:24px;overflow: hidden;
  					 text-overflow: ellipsis;
  					 /* 将对象作为弹性伸缩盒子模型显示 */
  					 display: -webkit-box;
  					 /* 限制在一个块元素显示的文本的行数 */
  					 /* -webkit-line-clamp 其实是一个不规范属性，使用了WebKit的CSS扩展属性，该方法适用于WebKit浏览器及移动端；*/
  					 -webkit-line-clamp: 2;
  					 /* 设置或检索伸缩盒对象的子元素的排列方式 */
  					 -webkit-box-orient: vertical;
  					
  					 text-overflow: ellipsis;margin-bottom: 5px;
  			}
  			
  			.dqwz1{background: url(../img/xx.png)no-repeat bottom;height: 40px;}
  			.dqwz1 small {
  			   
  			    line-height: 40px;
  			    font-size: 12px;
  			    color: #878787;
  			    height: 40px;
  			    max-width: 40%;
  			    
  			    
  			    overflow: hidden;
  			}
  			.dqwz1 small a {
  			    margin: 0 5px;
  			    font-size: 14px;
  			    color: #878787;
  			}
  
  .pb_sys_common {
  	width: 100%;
  	float: left;
      font-size: 12px;
      font-family: SimSun;
      line-height:12px;
  
      color:#222;
  }
  .pb_sys_normal1{
      line-height: 32px !important;
      height: 32px !important;
  }
  
  .pb_sys_normal1 .p_search input{
      width: 184px !important;
      height: 29px  !important;
      border: none !important;
      background: rgba(242, 243, 245, 1);
  }
  
  
  .pb_sys_common a{
      text-decoration: none;
  }
  
  .pb_sys_common .p_pages{
      margin-left: -5px;
  }
  
  .pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o,.pb_sys_common .p_fun a, .pb_sys_common .p_no a{
      border: 1px solid #ccc;
      padding: 5px 8px;
      margin:0px 0px 0px 5px;
  
      height:24px;
      -height:auto;
  
      line-height:12px;
      box-sizing:border-box;
      display:inline-block;
      vertical-align:middle;
  }
  
  .pb_sys_common .p_t{
      line-height:12px;
      margin:0px;
      padding:0px;
      display:inline-block;
      vertical-align:middle;
  }
  
  .pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o{
      color: #ccc;
  }
  
  .pb_sys_common .p_fun a, .pb_sys_common .p_no a{
      color: #222;
  }
  
  .pb_sys_common .p_dot {
      margin-left:4px;
      margin-right:-4px;
      color:#222;
  }
  
  .pb_sys_common .p_goto input, .pb_sys_common .p_search input {
      /*
      height:22px;
      border: 1px solid #aaa;
      outline-width:thin;
      outline-color:#258CFF;
  
      text-align:center;
      vertical-align:middle;    
      */
      font-family: SimSun;
      font-size:12px;
  
      border: 1px solid #aaa;
      height:22px;
      line-height:20px;
      box-sizing:border-box;
      vertical-align:middle;
  
      outline-width:thin;
      outline-color:#258CFF;
      
      margin:0px 2px;
      padding:0px 1px;
  }
  
  
  .pb_sys_common .p_goto input{
      width:22px;
      text-align:center;
  }
  
  .pb_sys_common .p_search input{
      width:100px;
      text-align:left;
  }
  
  .pb_sys_common .p_goto input:hover, .pb_sys_common .p_goto input:focus, .pb_sys_common .p_search input:hover, .pb_sys_common .p_search input:focus{
      border: 1px solid #258CFF;
  }
  
  .pb_sys_common .p_goto a, .pb_sys_common .p_search a{
      border: 1px solid #ccc;
      padding: 5px 6px;
      color: #222;
  
      margin:0px;
  
      height:24px;
      -height:auto;
      
      line-height:12px;
      display:inline-block;
      box-sizing:border-box;
      vertical-align:middle;
  }
  
  .pb_sys_common .p_dosize_d, .pb_sys_common .p_dosize a{
      /*
      border-width:1px 0px 1px 1px;
      border-style:solid;
      border-color:#ccc;
      padding: 5px 6px;
      color: #222;
      */
      border-right:1px solid #ccc;
      padding: 1px 5px;
      color: #888888;
  }
  
  .pb_sys_common .p_dosize_d{
      /*background-color:#f5f5f5;*/
      color: #222;
  }
  
  .pb_sys_common .p_dosize a:hover{
      /*background-color:#f5f5f5;*/
      color: #222;
  }
  
  .pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a{
      /*border-right-width:1px*/
      border-right-width:0px;
  }
   .jj-bt{
     font-size:26px;
     font-weight:bold;
     text-align:center;
     color: #297dd3;   
     width:100%; 
     margin-top:30px;
     margin-bottom:30px;}
   
   .jj-zw{
     margin:30px 0px; 
     padding:0px;
     font-family:???è?ˉé?…é?‘;
     font-size:20px; 
     line-height:36px;
     text-indent:2em;}
   .jj-zw p:has(img) {
    text-indent: 0 !important;}
   .jj-zw img{
   /*width:60% !important;*/
   height:50% !important;
   margin:0px auto !important;
   /*margin-bottom:20px !important;*/}
   
   	.cont-tit{
   		width: 100%;
   		margin: 10px auto;
   		display: flex;
   		flex-direction: row;
   		justify-content: center;color: #999;
   	}
  #bigone {
      margin: 0 auto;}
  .divthree ul,
  .divthree li {
      margin: 0;
      padding: 0;
      list-style: none;}
  .divthree li {
      float: left;}
  .divone {
      margin: 0 25px;
      height: 24px;
      }
  .divone span {
      text-align: left;
      padding: 0;
      margin: 0;
      font-size: 20px;
      border-bottom: 4px solid #0E9CB3;
      line-height: 18px;
      font-weight: bold;
      }
  
  .divtwo {
      margin: 0 25px;
      }
  .divthree {
      margin-top: 5px;}
  .divthree p {
      font-size: 18px;
      /* max-width: 120px; */
      border-bottom: 2px solid #0E9CB3;
      margin: 25px 0;
      text-align: center;
      font-weight: bold;
      padding-bottom: 12px;
      }
  .divthree li {
      width: 16.5%;
       text-align: center; 
      /* margin: 1px auto; */
      font-size: 16px;
      /* text-align: justify; */
      /*margin-left: 35px; */
      }
  .divthree li span{
  	display:
  	inline-block;
  	width: 100%;
  }
  /* .divthree li:hover {
      /* background: rgb(236, 235, 235);}*/ */
  .divthree a {
      color: black;}
  .detailedContent a:link,
  .detailedContent a:active,
  .detailedContent a:visited {
      color: #000000;
      text-decoration: none;}
  .detailedContent a:hover {
      color: rgb(255, 74, 0);
      text-decoration: underline;
  	}
  
  /* 
  .slide1 .pic111{
      position:  relative;
      overflow:hidden;
  }
  .slide1 .pic111 img{
      position:absolute;
      left:0;
      top:0;
      height: 100%;
      width:100%;
      object-fit:cover;
  }
  
   */













@media (max-width: 1700px) {
	.list4w .next {
		right: .2rem;
	}

	.list4w .prev {
		left: .2rem;
	}
}

@media (max-width: 1199px) {
	.banner {
		height: auto;
		margin-top: .75rem;
	}

	.banner a img {
		height: 50vw;
		width: 100%;
	}

	.banner .txt h3 {
		padding: 0 .2rem;
	}

	.list4w .next {
		right: .2rem;
	}

	.list4w .prev {
		left: .2rem;
	}
}

@media (max-width: 1025px) {
	.container01 {background: #f9f7fa;
				padding-top: .2rem;
				padding-bottom: 0rem;
			}
			.container02{
				padding-bottom: 0rem;
			}
			.container02 .left{
				margin-bottom: .25rem;
			}
			.container03{
				background: #f9f7fa;padding-top: 0px;padding-bottom: 0px;
			}
			.container01 .title001{
				margin-bottom: .1rem;
			}
			.list_box2{
				padding-top: .2rem;
			}
			.shouji_wid100{
				width: 100%;margin-top: .1rem;margin-bottom: .2rem;
			}
			.shouji_wid100 ul {
				background: #ffffff;padding-top: .2rem;padding-bottom: .2rem;margin-top: .2rem;
			}
			.index3_con ul li p{
				padding-top: 0px;
			}
		.title001 .titlebox {
			padding-left:0rem;
			background-size: auto 100%;
		}
		.titletc p img,.title001 p img {
			display: block;
			width: 1.74rem;
			margin-right: .1rem;
			margin-top: .02rem;
		}
	.container04{
		background: #f9f7fa;padding: 0px 0px .3rem 0px;
	}
		.list_box3 li .info span {
			display: none;
		}
	.diannao{display: none;}
	.shouji{
		display: block
	}
	.diannao{display: none;}
	.mouse_down {
		display: none;
	}

	.banner .txt h3 {
		font-size: .22rem;
	}

	.title001.mid {
		justify-content: space-between;
	}

	.container01 .left {
		width: 100%;
		margin-bottom:0rem;
	}

	.container01 .left .al {
		width: 100%;
		margin-bottom: 0rem;
	}

	.list1w a .pic {
		padding-top: 65.17%;
	}

	.list1w:before {
		bottom: .08rem;
		height: auto;
		border-top: .05rem solid #0061ae;
		background: none;
	}

	.container01 .left .ar {
		width: 100%;display: none;
	}

	.container01 .content .right {
		width: 100%;
		display: none;
	}

	.container01 .content .img_box {
		margin-top: 0;
	}

	.container01 .content .img_box .pic {
		padding-top: 56.25%;
	}

	.container01 .content .img_box .txt {
		padding-top: .48rem;
		padding-bottom: .24rem;
	}

	.container01 .content .img_box .txt time {
		left: .18rem;
	}

	.title001 h2 {
		font-size: .26rem;
		line-height: .32rem;
	}

	.title001 p {
		font-size: .18rem;
		line-height: .24rem;
	}

	.title001 .titlebox {
		padding-left: .24rem;
		background-size: auto 100%;
	}

	.container01 .title001 {
		margin-bottom: .3rem;
	}

	.container01 {
		padding-top: .4rem;
		padding-bottom: 0rem;
	}

	.container02 .left {
		width: 100%;
		margin-bottom: .45rem;
	}

	.container02 .right {
		width: 100%;
	}

	.list_box1 li a .icon {
		width: .54rem;
		height: .5rem;
	}

/* 	.list_box1 li a {
		height: 2.1rem;
	} */

	.container02 {
		padding-top: .4rem;
		padding-bottom: .4rem;
	}

	.container03 .left {
		width: 100%;
		margin-bottom: .4rem;
	}

	.container03 .right {
		width: 100%;
	}

	.container03 .right .img_box {
		border-radius: 0;
		padding: 0;
		border: none;
	}

	.container03 .right .img_hz {
		padding: .4rem;
	}

	.list_tabs2 {
		display: flex;
		justify-content: center;
		margin-bottom: .2rem;
	}

	.container03 .list_tabs .li {
		position: relative;
		width: .8rem;
		height: .8rem;
		margin: 0 1%;
		top: auto !important;
		right: auto !important;
		z-index: 3;
	}

	.container03 .list_tabs {
		position: static;
	}

	.list_tabs1 {
		display: none;
	}

	.container03 .right .img_box {
		max-width: 60%;
		margin: 0 auto;
	}

	.container03 .list_tabs .li img {
		width: .5rem;
	}

	.list_box3 li a {
		padding-left: .32rem;
		padding-right: 2rem;
	}

	.list_box3 li .info time {
		margin-left: .2rem;
	}

	.list_box3 li:before {
		left: 0;
	}

	.list_box3 li {
		line-height: .7rem;
	}

	.container03 .title001 {
		margin-bottom: .15rem;
	}

	.container03 {
		padding-top: .4rem;
		padding-bottom: .4rem;width: 100%;float: left;
	}

	.list4w a .pic {
		padding-top: 53%;
	}

	.container04 .title001 {
		margin-bottom: .3rem;
	}

	.list4w .btn {
		width: .42rem;
		height: .42rem;
	}

	.list4w .btn:before {
		width: .5rem;
		height: .5rem;
	}

	.list4w .btn img {
		width: .1rem;
	}

	.list4w .next {
		right: 0.1rem;
	}

	.list4w .prev {
		left: 0.1rem;
	}

	.container04 {
		padding-top: .4rem;
		padding-bottom: .4rem;width: 100%;float: left;
		
	}
}

@media (max-width: 769px) {
	.bannerny{
		margin-top: 63px;
	}
	.container01 {background: #f9f7fa;
				padding-top: .2rem;
				padding-bottom: 0rem;
			}
			.container02{
				padding-bottom: 0rem;
			}
			.container02 .left{
				margin-bottom: .25rem;
			}
			.container03{
				background: #f9f7fa;padding-top: 0px;padding-bottom: 0px;
			}
			.container01 .title001{
				margin-bottom: .1rem;
			}
			.list_box2{
				padding-top: .2rem;
			}
			.shouji_wid100{
				width: 100%;margin-top: .1rem;margin-bottom: .2rem;
			}
			.shouji_wid100 ul {
				background: #ffffff;padding-top: .2rem;padding-bottom: .2rem;margin-top: .2rem;
			}
			.index3_con ul li p{
				padding-top: 0px;
			}
		.title001 .titlebox {
			padding-left:0rem;
			background-size: auto 100%;
		}
		.titletc p img,.title001 p img {
			display: block;
			width: 1.74rem;
			margin-right: .1rem;
			margin-top: .02rem;
		}
	.container04{
		background: #f9f7fa;padding: 0px 0px .3rem 0px;
	}
		.list_box3 li .info span {
			display: none;
		}
	.diannao,.inner_left,.local .adress{display: none;}
	.shouji{
		display: block
	}
	.inner_right{
		width: 100%;
	}
	.mtsj li .mt-r h2{
						width: 100%;
						overflow: hidden;
						 text-overflow: ellipsis;
						 /* 将对象作为弹性伸缩盒子模型显示 */
						 display: -webkit-box;
						 /* 限制在一个块元素显示的文本的行数 */
						 /* -webkit-line-clamp 其实是一个不规范属性，使用了WebKit的CSS扩展属性，该方法适用于WebKit浏览器及移动端；*/
						 -webkit-line-clamp: 2;
						 /* 设置或检索伸缩盒对象的子元素的排列方式 */
						 -webkit-box-orient: vertical;
						
						 text-overflow: ellipsis;margin-bottom: 5px;
				
					}
					.mtsj li .mt-r p{
						 overflow: hidden;
						  text-overflow: ellipsis;
						  /* 将对象作为弹性伸缩盒子模型显示 */
						  display: -webkit-box;
						  /* 限制在一个块元素显示的文本的行数 */
						  /* -webkit-line-clamp 其实是一个不规范属性，使用了WebKit的CSS扩展属性，该方法适用于WebKit浏览器及移动端；*/
						  -webkit-line-clamp: 1;
						  /* 设置或检索伸缩盒对象的子元素的排列方式 */
						  -webkit-box-orient: vertical;
						
					}
					.mtsj li .mtdate{
						width: 70px;
						height: 70px;
					}
					.mtsj li .mt-r{
						width: calc(100% - 90px);
					}
					.mtsj li a{
						padding: 10px 0px;
					}
				.inner {padding:15px 0 15px;width: 100%;float: left;}
					.mtsj{
						padding-top: 0rem;
					}
					.mtsj li .mtdate p{margin-top: 0px;}
	.banner .txt {
		bottom: .34rem;
		display: none;
	}

	.banner .btnBox {
		bottom: .15rem;
	}

	.banner .page span {
		width: .1rem;
		height: .1rem;
		margin: 0 0.05rem;
	}

	.banner .page {
		margin-top: .03rem;
	}

	.list1w a .txt {
		padding-left: 0;
		padding-right: 0;
	}

	.list1w .btnBox {
		padding: 0;
	}

	.list_box2 a {
		padding-top: .15rem;
		padding-bottom: .15rem;
	}

	.list_box2 a .txt {
		width: calc(100% - 1.1rem);
		padding-right: .15rem;
	}

	.list_box2 a time {
		width: .95rem;
	}
}

@media (max-width: 481px) {
		.container01 {background: #f9f7fa;
			padding-top: .2rem;
			padding-bottom: 0rem;
		}
		.container02{
			padding-bottom: 0rem;
		}
		.container02 .left{
			margin-bottom: .25rem;
		}
		.container03{
			background: #f9f7fa;padding-top: 0px;padding-bottom: 0px;
		}
		.container01 .title001{
			margin-bottom: .1rem;
		}
		.list_box2{
			padding-top: .2rem;
		}
		.shouji_wid100{
			width: 100%;margin-top: .1rem;margin-bottom: .2rem;
		}
		.shouji_wid100 ul {
			background: #ffffff;padding-top: .2rem;padding-bottom: .2rem;margin-top: .2rem;
		}
		.index3_con ul li p{
			padding-top: 0px;
		}
	.title001 .titlebox {
		padding-left:0rem;
		background-size: auto 100%;
	}
	.titletc p img,.title001 p img {
		display: block;
		width: 1.74rem;
		margin-right: .1rem;
		margin-top: .02rem;
	}
.container04{
	background: #f9f7fa;padding: 0px 0px .3rem 0px;
}
	.list_box3 li .info span {
		display: none;
	}
.diannao{display: none;}
.shouji{
	display: block
}
	.list_box3 li a {
		padding-right: 1.15rem;
	}

	.list_box1 li a h2 {
		font-size: .22rem;
		line-height: .44rem;
	}

	.list_box1 li a {
		height: 1.5rem;
	}

	.list_box1 li a .icon {
		width: 0.4rem;
		height: 0.4rem;
	}

	.container03 .right .img_box {
		width: 100%;
		max-width: none;
	}
	
	.titletc .more,.title001 .more {
		position: absolute;
		right: 0;
		top: 40%;
		transform: translateY(-50%);
		padding-left: .4rem;
		background: url("../images/more.png") no-repeat bottom left;
		background-size: auto .16rem;
	}
	
	.titletc .more a,.title001 .more a {
		display: block;
		font-size: .18rem;
		line-height: .21rem;
			color: #e20012;
		transition: .5s;margin-left: .1rem;
	}
	
}

.xuanfu {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -.915rem;
	transform: translateX(0);
	z-index: 10000;
	transition: .5s;
}

.xuanfu img {
	height: 1.83rem;
}

.xuanfu.hide {
	opacity: 0;
	visibility: hidden;
	transform: translateX(101%);
}

@media(max-width: 768px) {
	.xuanfu img {
		height: 1.3rem;
	}
}