@charset "utf-8";

.banner .pgba{
    z-index: 5;
    position: absolute;
    bottom: 0.35rem;
   left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
    
    width: auto;
    }

.banner .swiper-slide .a{position: relative;display: block;overflow: hidden;display: block;height: 100vh;min-height: 500px;}
.banner .swiper-slide .bg video{ width: 100%; height: 100%; object-fit: cover}



.banner .swiper-slide .bg{-webkit-transform: scale(1.1);position: absolute;top: 0;left: 0;right: 0;bottom: 0;z-index: 0;transition:linear 5s;background-size: cover !important;}
.banner .swiper-slide-active .bg{-webkit-transform: scale(1);}
.banner .bgtitle{
	position: absolute;
	left: 6%;
	bottom: 0.3rem;
	width: 70%;
	z-index: 9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FFFFFF;
	font-size: 0.24rem;
}


.banner .sbtn a{width: 16px;height: 12px;position: absolute;bottom: 0.62rem;z-index: 5;}
.banner .sbtn .prev{background: url(../img/jian1.png) no-repeat center;background-size: contain;left: 40%;}
.banner .sbtn .next{background: url(../img/jian2.png) no-repeat center;background-size: contain;right: 39%;}


.banner .pgba span{position: relative;border-radius: 0; display: block;float: left;height: 0.5rem; font-weight: bold; font-family: "sys";line-height: 0.5rem; font-size: 0.16rem; opacity: 1;color: #FFFFFF; background: none; margin: 0 0.2rem!important;position: relative;}
.banner .pgba span i{width: 34px !important;height: 34px;text-align: center;display: block;line-height: 34px;border-radius: 50%;position:relative;}


.banner .pgba span.active  .circle-container{display: block;}
.circle-container {
	display: none;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: -8px;
	top: -7px;
}

.circle-container svg circle {
  stroke-dasharray: 100; /* 控制进度条的长度 */
  stroke-dashoffset: 100; /* 初始偏移量 */
  animation: draw 6s linear forwards; /* 动画效果 */
}

@keyframes draw {
  0% {
	stroke-dashoffset: 100; /* 开始时偏移量 */
  }
  50%{
	  stroke-dashoffset: 50; 
  }
  100% {
	stroke-dashoffset: 0; /* 结束时偏移量为0 */
  }
}











@media screen and (max-width: 1700px){
.banner .sbtn .prev{left: 37%;}
.banner .sbtn .next{right: 36%;}
}



@media screen and (max-width: 1400px){
.banner .sbtn .prev{left: 36%;}
.banner .sbtn .next{right: 35%;}
	.banner .sbtn a{bottom:0.55rem;}
}

@media screen and (max-width: 1200px){

}
@media screen and (max-width:1024px){
.banner .swiper-slide .a{height: 50vw;min-height: inherit;}
.banner .sbtn .next{right: 0.2rem;bottom: 35%;}
.banner .sbtn .prev{left: 0.2rem;bottom: 35%;}
.banner .pgba{bottom: 0.1rem;}
}
@media screen and (max-width:900px){
.banner .swiper-slide .a{height: 46vw}

}
@media screen and (max-width:640px){
.banner .pgba{width:100%;}
.banner .swiper-slide .a{height: 52vw}

}

.compensate-for-scrollbar{margin-right: 0!important}
.fancybox-iframe, .fancybox-video{/* object-fit: cover; */}




.intit{position: relative;margin-bottom: .4rem;}
.intit h4{color: #333333;position: relative;padding: 0.1rem 0; padding-left: 40px;background: url(../img/titbg1.png) no-repeat left center;background-size: contain;}
.intit h4 span{display:block;line-height: 1em;position: relative;}
.intit h4 .cn{font-size: 0.36rem;font-weight: bold;color: #333333;position: relative;}
.intit h4 .cn b{position: relative;z-index: 2;}
.intit h4 .cn em{color: #FFFFFF;position: absolute;left: 2px;top: 2px;width: 100%;z-index: 0;
  text-shadow:
    -1px -1px 0 #b7cde3,  
     1px -1px 0 #b7cde3,
    -1px  1px 0 #b7cde3,
     1px  1px 0 #b7cde3; }
.intit h4 .en{color: #004f9b;font-size: 0.16rem;margin-top: 0.05rem;font-family: "arial";}
.intit>a{font-size: 0.16rem;color: #006ac1;display: block;display: flex;align-items: center;}
.intit>a img,.intit h4 img{display: inline;vertical-align: middle;padding-left: 10px;}
.intit h4 img{padding-left: 0;padding-right: 10px;}
.intit>a:hover{color: #004f9b;}
.date{font-family:'OPPOSans-R';}

.xfnav{box-shadow: 0 0 10px #CCCCCC;background-color: #FFFFFF;position: fixed;right: 0;top:35%; z-index: 10;opacity: 0;visibility: hidden;}
.xfnav ul li{padding: 0.3rem ;position: relative;background: url(../img/line5.png) no-repeat center bottom;}
/*.xfnav ul li::after{content: "";width:45%;height: 1px;background: #d6d6d6;position: absolute;bottom: 0;left: 50%;transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);}*/
.xfnav ul li:last-child::after{display: none;}
.xfnav ul li a{font-size: 0.2rem;}
.xfnav ul li:hover{background-color:#006ac1;box-shadow: 0 0 10px #CCCCCC;}
.xfnav ul li:hover a{color: #FFFFFF;}
.xfnav ul li:hover::after{display: none;}
.xfnavon .xfnav{opacity: 0;visibility: visible;transition: .3s;}




.homea{padding: 0.75rem 0;padding-bottom: 0.3rem; position: relative;}
.homea .homeabg1{position: absolute;right: 0;top: 0;width:78% ;height: 7.43rem; max-width: 14.85rem;z-index: -1;background: url(../img/bodaybg1.png) no-repeat center top;}
.homea .intit>a{color: #FFFFFF;}
.homea .headline{height: 0.9rem;position: relative;background: linear-gradient(to bottom,#fafcff,#ddebff);}
.homea .headline .toutit{position: absolute;left: 0;top: -0.24rem;z-index: 2;}
.homea .headnew{height: 0.9rem;width: 82%;}
.homea .headline .swiper-slide {}
.homea .headline .swiper-slide>a{display:block;height:100%; text-align: left;box-sizing: border-box;padding-left: 0.35rem;font-size: 0.24rem;color: #0d517e; display: -webkit-box;display: -ms-flexbox; display: -webkit-flex;display: flex;-webkit-align-items: center; align-items: center;}
.homea .headline .pgba{position: absolute;right: 0.5rem;top: 0.1rem;}
.homea .headline .pgba span{width: 0.1rem;height: 0.1rem;display: block;margin: 0.1rem 0!important;background: #d4e7f9;opacity: 1;}
.homea .headline .pgba span.active{background-color: #0074c1;}

.homea .news{margin-top: 0.7rem;}
.homea .intit>a{color: #FFFFFF;}
.homea .homa_left{width: 49%;position: relative;}
.homea .homa_left .pic .bgimg{height: 4.45rem;display: block;position: relative;}
.homea .homa_left .homeawrap{overflow: hidden;position: relative;}

.homea .homa_left .date{text-align: center;background: #0074c1;color: #ffffff;width: 0.7rem;height: 0.7rem;position: absolute;z-index: 5;left: 0;top: 0.25rem;}
.homea .homa_left .date p{font-size: 0.3rem;font-weight: bold;}
.homea .homa_left .date span{font-size: 0.14rem;}
.homea .homa_left .news_title{position: absolute;z-index: 2;left: 0;bottom: 0;background: linear-gradient(to bottom,transparent,#333333); padding: 0.3rem;padding-top: 0.5rem; width: 100%;box-sizing: border-box;}
.homea .homa_left .news_title h2{width: 85%;line-height: 0.35rem;font-size: 0.2rem;font-weight: 300;color: #ffffff;font-family: "sys";}

.homea .homa_left .pgba{z-index: 5;text-align: right;position: absolute;right: 0;bottom: 0.3rem;}
.homea .homa_left .pgba span{width: 0.37rem;height: 0.33rem;margin: 0 0.05rem !important;background: url(../img/dot2.png) no-repeat center;opacity: 1;}
.homea .homa_left .pgba span.active{background: url(../img/dot1.png) no-repeat center;background-size: contain;}

.homea .home_right{width: 49%;}
.homea .home_right .newslist ul li{width: 48%;background: #f1f7fe;margin-bottom: 0.35rem;height: 2.05rem;box-sizing: border-box;padding:0.35rem 0.3rem ;}
.homea .home_right .newslist ul li a{display: block;background: url(../img/jian3.png) no-repeat right bottom;height: 100%;}
.homea .home_right .newslist ul li h2{font-size: 0.2rem;font-weight: 400;margin-top: 0.15rem;line-height: 0.35rem;height: 0.7rem;font-family: "sys";}
.homea .home_right .newslist .date{padding-left: 30px;background: url(../img/date.png) no-repeat left center;color: #0074c1;}
.homea .home_right .newslist .date em{font-size: 0.22rem;font-weight: bold;padding-right: 0.1rem;}
.homea .home_right .newslist .date span{font-size: 0.14rem;}
.homea .home_right .newslist ul li:hover{box-shadow: 0 0 10px #0074c1;background: url(../img/picbg.png) no-repeat center bottom;background-color: #0067c1;}
.homea .home_right .newslist ul li:hover a,.homea .home_right .newslist ul li:hover .date,.homea .home_right .newslist ul li:hover h2{color: #FFFFFF;}
.homea .home_right .newslist ul li:hover .date{background: url(../img/date2.png) no-repeat left center;}
.homea .home_right .newslist ul li:hover a{background: url(../img/jian4.png) no-repeat right bottom;}


.homea .newsul {}
.homea .newsul ul li{width: 49%;background: url(../img/dot3.png) no-repeat left center;}
.homea .newsul ul li a{margin-left: 0.25rem;border-bottom:1px solid #e6e6e6;padding: 0.15rem 0;}
.homea .newsul ul li h2{width: 75%;font-size: 0.18rem;line-height: 0.3rem;font-family: 'sys';000}
.homea .newsul ul li .date{font-size: 0.14rem;line-height: 0.3rem;color: #0074c1;}




.homeb{padding: 0.6rem 0;padding-bottom: 0.2rem; background: url(../img/bodybg2.png) no-repeat left top;position: relative;}
.homeb .homebbg1{background: url(../img/bodybg3.png) repeat center top; position: absolute;z-index: -1; width: 38%; max-width: 7.1rem;height: 100%;right: 0;top: 0.4rem;}
.homeb .xsdt{width: 62%;}
.homeb .xsdt .intit>a{color: #0074c1;}
.homeb .xsdt .xuewrap .date{text-align: center;color: #0074c1;margin-top: 0.15rem;}
.homeb .xsdt .xuewrap .date p{font-size: 0.3rem;font-weight: 800;}
.homeb .xsdt .xuewrap .date span{font-size: 0.14rem;}
.homeb .xsdt .xuewrap .news_title{width: 42%;}
.homeb .xsdt .xuewrap .news_title h2{font-size: 0.2rem;line-height: 0.3rem;height: 0.6rem;margin-top: 0.15rem;font-family: "sys";}
.homeb .xsdt .xuewrap .news_title p{font-size: 0.16rem;color: #777777;line-height: 0.27rem;max-height: 1.08rem;margin-top: 0.3rem;}
.homeb .xsdt .xuewrap .pic{width: 44.5%;}
.homeb .xsdt .xuewrap .pic .bgimg{height: 2.5rem;}
.homeb .xsdt .xuewrap .pgba{position: absolute;left: 0.25rem;bottom: 0.2rem;}
.homeb .xsdt .xuewrap .pgba span{display: block;background: #8eb3cc;margin: 0.1rem 0!important;width: 5px;height: 5px;opacity: 1;position: relative;}
.homeb .xsdt .xuewrap .pgba span::before{content: "";width: 1px ;height: 0.15rem;background:#8eb3cc ;position: absolute;left: 0.02rem;top: 100%;}
.homeb .xsdt .xuewrap .pgba span.active{background: #035d99;margin-bottom: 0.8rem !important;}
.homeb .xsdt .xuewrap .pgba span.active::before{height: 0.8rem;} 
.homeb .xsdt .xuewrap .pgba span:last-child.active{margin-bottom: 0!important;margin-top: 0.8rem !important;}
.homeb .xsdt .xuewrap .pgba span:last-child::before {top: -0.8rem;}

.homeb .xsdt .xueul{margin-top: 0.3rem;}
.homeb .xsdt .xueul ul li{width: 28%;margin-bottom: 0.3rem;position: relative;}
.homeb .xsdt .xueul ul li h2{font-size: 0.18rem;line-height: 0.35rem;height: 0.7rem;margin-top: 0.15rem;font-family: "sys";}
.homeb .xsdt .xueul ul li .date{padding-left: 30px;background: url(../img/date.png) no-repeat left center;color: #0074c1;}
.homeb .xsdt .xueul ul li .date em{font-size: 0.22rem;font-weight: bold;padding-right: 0.1rem;}
.homeb .xsdt .xueul ul li .date span{font-size: 0.14rem;}
.homeb .xsdt .xueul ul li .newstit{padding-bottom: 0.2rem;border-bottom: 1px solid #f0eded;margin-bottom: 0.2rem;}
.homeb .xsdt .xueul ul li .flex{color: #999999;font-size: 0.16rem;}
.homeb .xsdt .xueul ul li:hover::before{content: "";width: 14px;height: 100%;background: url(../img/line1.png) no-repeat center top;position: absolute;left: -18%;top: 0;}
.homeb .xsdt .xueul ul li:hover::after{content: "";width: 14px;height: 100%;background: url(../img/line1.png) no-repeat center top;position: absolute;right: -15%;top: 0;}

.homeb .notice{width: 34%;box-sizing: border-box;padding: 0.4rem 0 0.3rem 0.5rem;}
.homeb .notice .intit{margin-bottom:0.2rem;}
.homeb .notice .intit h4 .cn,.homeb .notice .intit h4 .en{color: #FFFFFF;}
.homeb .notice .intit h4 {background: url(../img/titbg2.png) no-repeat left center;background-size: contain;}
.homeb .notice .intit h4 .cn em{color: #006ac1;text-shadow: -1px -1px 0 #98c3ee, 1px -1px 0 #98c3ee, -1px 1px 0 #98c3ee, 1px 1px 0 #98c3ee;}
.homeb .notice .intit>a{color: #FFFFFF;}
.homeb .notice .noticeul ul li{padding: 0.1rem 0;border-bottom: 1px solid #3389cd;position: relative;}
.homeb .notice .noticeul ul li::before{content: "";width: 6px;height: 6px;background: #6babdb;border-radius: 50%;position: absolute;left: 0.25rem;bottom: -3px;}
.homeb .notice .noticeul ul li .date{color: #FFFFFF;text-align: center;}
.homeb .notice .noticeul ul li .date p{font-size: 0.24rem;font-weight: bold;}
.homeb .notice .noticeul ul li .date span{font-size: 0.14rem;}
.homeb .notice .noticeul ul li h2{width: 82%;font-size: 0.18rem;line-height: 0.3rem;height: 0.6rem;color: #FFFFFF;font-family: "sys";display: flex;align-items: center;}
.homeb .notice .noticeul ul li:hover{border-bottom: 1px solid #6babdb;}





.homec{padding: 0.6rem 0;background: url(../img/bodybg4.png) no-repeat center top #fefefe;margin-top: 0.4rem;}
.homec .intit h4 .cn em{color: #e5f0fb; text-shadow:
    -1px -1px 0 #a9c5e1,  
     1px -1px 0 #a9c5e1,
    -1px  1px 0 #a9c5e1,
     1px  1px 0 #a9c5e1;}
.homec .media,.homec .ybdt{width: 48%;}
.homec  .pic{width: 26%;}
.homec  .pic .bgimg{height: 1.15rem;}
.homec  .first{padding-bottom: 0.3rem;border-bottom: 1px solid #d4d6d8;}
.homec  .first .tit{width: 70%;}
.homec  .first .tit h2{font-size: 0.18rem;line-height: 0.3rem;height: 0.6rem;font-family: "sys";}
.homec  .first .tit h2 em,.homec .media ul li h2 em{color: #006ac1;}
.homec  .first .tit .date{font-size: 0.14rem;color: #006ac1;margin-top:0.2rem; background: url(../img/date.png) no-repeat left center;padding: 0.1rem 0;padding-left: 30px;}
.homec .media ul li{padding: 0.13rem 0;border-bottom: 1px solid #d4d6d8;}
.homec .media ul li h2{width: 84%;font-size: 0.18rem;display: flex;align-items: center;}
.homec .media ul li h2 p{
    font-family: "sys";
   
}
.homec .media ul li .date{color: #006ac1;text-align: center;width: 0.95rem;padding-right: 0.2rem;background: url(../img/line3.png) no-repeat right center;}
.homec .media ul li .date p{font-size: 0.3rem;font-weight: bold;}
.homec .media ul li .date span{font-size: 0.14rem;}
.homec .media ul li:hover {background: url(../img/line4.png) no-repeat left center;}
.homec .media ul li:hover h2{font-weight: bold;color: #006ac1;}


.homec .ybdtul ul li{padding: 0.19rem 0 0.2rem 0;border-bottom: 1px solid #d4d6d8;}
.homec .ybdtul ul li h2{font-size: 0.18rem;line-height: 0.3rem;width: 75%;font-family: "sys";color: #000000;}
.homec .ybdtul ul li .date{font-size:0.14rem;line-height: 0.3rem;color: #006ac1;}


.homed{padding: 0.6rem 0;padding-bottom: 1rem; background: url(../img/bodybg5.png) no-repeat center bottom #fefefe;}
.homed .intit>a{position: absolute;right: 0;top: 0;height: 100%;}
.homed .wp{position: relative;}
.homed .hetop{position: absolute;right: 0.5rem;top: 1rem;z-index:5;}
.homed .hetop ul li{margin-left: .35rem}
.homed .hetop ul li img.ico{}
.homed .hetop ul li a{display: flex;align-items: center;justify-content: center; position: relative;background: #FFFFFF;}
.homed .hetop ul li span.code{position: absolute;width: 1rem;height: 1rem;background: #fff;left: 50%;margin-left: -.5rem;bottom: calc(100% + .1rem);z-index: 8;opacity: 0;transform: translateY(.2rem);visibility: hidden;transition: .5s}
.homed .hetop ul li span.code:after{content: '';border: 10px solid transparent;border-top-color: #fff;position: absolute;bottom: -18px;left: 50%;transform: translateX(-50%);}
.homed .hetop ul li a:hover span.code{opacity: 1;visibility: inherit;transform: translateY(0);}




.homed .rmleft{width: 67%;}
.homed .rmleft .rmpic1{width: 50%;position: relative;}
.homed .rmleft .rmpic1 .bgimg{height: 3.4rem;}
.homed .rmleft .rmpic1 .tit{position: absolute;left: 0;bottom: 0;width: 100%;background: url(../img/titbg4.png) no-repeat center bottom;padding: 0.7rem 0.2rem 0.15rem 0.2rem;}
.homed .rmleft .rmpic1 .tit h2{font-size: 0.2rem;color: #FFFFFF;font-weight: 300;line-height: 0.3rem;font-family: "sys";/* color: #000000; */}
.homed .rmleft .rmpic1 a>img{position: absolute;left: 0.2rem;top: 0.2rem;z-index: 2;}
.homed .rmleft .rmpic2{height:3.4rem ;background: url(../img/mtbg1.png) no-repeat center;width: 50%;padding-top: 0.3rem;}
.homed .rmleft .rmpic2 .news_title{display: none;width: 3.2rem;margin-top: 0.2rem;margin-left: -0.7rem;text-align: center;}
.homed .rmleft .rmpic2 .news_title h2{font-size: 0.2rem;font-weight: bold;color: #FFFFFF;font-family: "sys";/* color: #000000; */}
.homed .rmleft .rmpic2 .rmpicwrap{width: 78%;margin: 0 auto;}
.homed .rmleft .rmpic2 .swiper-slide-active,.rmpic2 .swiper-slide-duplicate-active{z-index: 9;}
.homed .rmleft .rmpic2 .swiper-slide .pic{transition: 300ms;}
.homed .rmleft .rmpic2 .swiper-slide .bgimg{height: 2.4rem;}
.homed .rmleft .rmpic2 .swiper-slide.swiper-slide-active .news_title{display: block;}
.homed .rmleft .rmpic2 .swiper-slide.swiper-slide-active .pic{transform: scale(1);}
.homed .rmleft .rmpic2 .swiper-slide-prev .pic{transform: scale(0.9)translateX(25%);-ms-transform: scale(0.9)translateX(25%);-moz-transform: scale(0.9)translateX(25%);-webkit-transform: scale(0.9)translateX(25%);-o-transform: scale(0.9)translateX(25%);}
.homed .rmleft .rmpic2 .swiper-slide-next .pic{transform: scale(0.9)translateX(-25%);-ms-transform: scale(0.9)translateX(-25%);-moz-transform: scale(0.9)translateX(-25%);-webkit-transform: scale(0.9)translateX(-25%);-o-transform: scale(0.9)translateX(-25%);}

.homed .rmleft .rmpic2 .sbtn a{display: block;width: 0.3rem;height: 0.3rem;position: absolute;bottom: 0rem;z-index: 9;}
.homed .rmleft .rmpic2 .sbtn .prev{background: url(../img/jian7.png) no-repeat center;left: 0;background-size: contain;}
.homed .rmleft .rmpic2 .sbtn .next{background: url(../img/jian6.png) no-repeat center;right: 0;background-size: contain;}



.homed .rmright{width: 33%;margin-top: 1rem;position: relative;}
.homed .rmright .tit{position: absolute;left:0.3rem;top: -0.24rem;width: 1.06rem;height:1.95rem;background: url(../img/titbg3png.png) no-repeat left top;writing-mode: vertical-lr;z-index: 5;color: #ffffff;text-align: center;font-size: 0.33rem;padding-left: 0.15rem;/* word-spacing: 4px; */}
.homed .rmright .bgimg{height: 5.8rem;}
.homed .rmright .pgba{z-index: 5;text-align: center;position: absolute;right: 0;bottom: 0.3rem;}
.homed .rmright .pgba span{width: 0.37rem;height: 0.33rem;margin: 0 0.05rem !important;background: url(../img/dot2.png) no-repeat center;opacity: 1;}
.homed .rmright .pgba span.active{background: url(../img/dot1.png) no-repeat center;background-size: contain;}


.homee{padding: 0.6rem 0;background: url(../img/bodybg6.png) no-repeat center top;}
.homee .intit{margin-bottom:0.2rem;}
.homee .intit>a{position: absolute;right: 0;top: 0;height: 100%;}

.homee .zhuan .swiper-slide>a{display:block;box-shadow:0 10px 20px rgba(0,0,0,.4);margin: 0.25rem 0.25rem;border-radius:10px;}
.homee .zhuan .swiper-slide>a div{overflow:hidden;transition:.3s;border-radius:10px;}
.homee .zhuan .swiper-slide>a:hover img{transform:scale(1.1);transition:.3s;}

.homee .fwlink{margin-top: 0.6rem;position: relative;}
.homee .fwlink .swiper-container{width: 84%;margin: 0 auto;}
.homee .fwlink p{text-align: center;margin-top: 0.2rem;font-size: 0.2rem;font-family: "sys";color: #000000;}
.homee .fwlink img{margin: 0 auto;}
.homee .fwlink .sbtn a{display: block;width: 0.36rem;height: 0.36rem;position: absolute;top: 0.4rem;z-index: 9;}
.homee .fwlink .sbtn .prev{background: url(../img/jian8.png) no-repeat center;left: 0;background-size: contain;}
.homee .fwlink .sbtn .next{background: url(../img/jian9.png) no-repeat center;right: 0;background-size: contain;}











@media screen and (min-width: 1920px){
.homeb,.homea{max-width:19.2rem;margin:0 auto;}
}



@media (max-width: 1700px){
	.homeb .homebbg1{width:36% ;}
.homed{background-size:100%;}
.homee .zhuan .swiper-slide>a{margin-bottom:0.4rem;}
}
@media (max-width: 1300px){
	.homea .headnew{margin-left: 13%;}

}
@media (max-width: 1200px){
	
}
@media (max-width: 1024px){
	.homec .media ul li h2{width: 75%;}
	.homeb .notice{padding: 0.4rem 0 0.4rem 0.3rem;}
	.homeb .notice .noticeul ul li h2{width: 78%;}
	
}
@media (max-width: 980px){
}
@media (max-width: 900px){
	.homea .homa_left,.homea .home_right,.homeb .xsdt,.homeb .notice,.homec .media, .homec .ybdt,.homed .rmleft,.homed .rmright{width: 100%;}
	.homeb .xsdt,.homec .media, .homec .ybdt{margin-bottom: 0.3rem;}
	
	.homeb .notice{padding: 0.2rem;}
	.homeb .homebbg1{bottom:0;width:100%;height: 8.2rem;top: auto;max-width: 100%;}
	.homec{margin-top: 0;}
	.homed .hetop{position: static;width: 60%;margin:0 auto;margin-bottom: 0.2rem;}
	.homed .rmright{margin-top: 0.3rem;}
}

@media (max-width: 760px){
	.homec .media ul li h2{width: 80%;}
	.homea .headline .toutit{width: 1rem;top: 0;}
	.homea .headnew,.homea .headline{height: 0.75rem;}
	.homea .headline .pgba{right: 0.1rem;}
	.homea .headline .swiper-slide{font-size: 0.18rem;}
	.homea .home_right .newslist ul li{padding: 0.3rem 0.2rem;}
.piao{display:none;}

}
@media (max-width: 640px){
.homed{backround-size:auto;}
.homea .headline .swiper-slide>a{font-size:0.18rem;}
	.homea .homeabg1{display: none;}
	.homea .newsul ul li{width: 100%;}
	.homea .homa_left .pic .bgimg{height: 65vw;}
	.homeb .xsdt .xueul ul li{width: 49%;}
	.homec{padding: 0.4rem 0;}
	.homed{padding-top: 0rem;}
	.homec .media ul li .date{width: 0.8rem;padding-right: 0.1rem;}
	.homed .hetop,.homed .rmleft .rmpic1,.homed .rmleft .rmpic2,.homed .rmleft .rmpic2 .news_title{width: 100%}
	.homed .rmleft .rmpic2 .news_title{margin-left: 0;}
	.homed .rmright{margin-top: 0.5rem;}
	.homed .rmright .bgimg{height: 60vw;}
	.homed .rmright .tit{writing-mode: horizontal-tb; width: 2rem; height: auto;margin-bottom: 0.2rem;padding: 0.1rem 0.25rem; background: #006ac1;position: static;}
	.homeb .xsdt .xuewrap .pic .bgimg{height: 2rem;}
	.homeb .xsdt .xuewrap .news_title{width: 35%;}
	.homeb .xsdt .xuewrap .pgba{display: none;}
}

@media (max-width: 480px){
	
}
/*ie11*/ 
@media all and (-ms-high-contrast:none) { 
*::-ms-backdrop, 
} 
/*ie10*/ 
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 

}




@media (max-width: 980px){
   
}