/* swiper */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {text-align: center;}
.swiper-pagination-bullet{opacity:0.8;background:#bfbfbf;margin: 0 3px;}
.swiper-pagination-bullet-active {opacity:0.8;background: #025ba6; }

/* ??title */
.column_title{height:70px;display:flex;justify-content:space-between;align-items: center;margin-bottom:0.6rem;}
.more{float: right;text-align: center;}
.more a{color:#0b6cb8;text-decoration: #0b6cb8;cursor:pointer;text-decoration-line: underline;text-underline-offset: 10px;}
.category .title .title_en{color:#999;margin-bottom: 5px;font-size: 0.9rem;}
.category .title .title_cn{font-size: 1.8rem;height:40px;line-height40px;color:#0b6cb8;}
.category .separate{margin:0 20px;height: 30px;width: 1px;background: #000;transform: rotate(30deg);}
.category .title_item {line-height: .36rem;margin:0 .1rem;position: relative;display: flex;align-items: center;flex-direction: column;
    justify-content: center;height: 40px;cursor: pointer;font-size: 1.3rem;font-weight: bolder;}
.category .title_item.on{color:#025ba6;}
.category .title_item:hover{color:#025ba6;}


/* ???? */
.content .item{display: flex;justify-content: space-between;width: 100%;padding: 1rem 0;}
.news_date1{font-size:1.1rem;line-height: 2rem;background:#eef6ff;text-align:center;display: flex;justify-content: center;align-items: center;}
.news_date1 .line{height:3px;width:35px;background: #ff9900;margin: 5px auto;}
.news_date1 span{display: block;}
.news_date1 .day{font-size: 1.5rem;font-weight:bolder;}

.news_date2{line-height:2rem;height: 2rem;color:#999;}
.newsContent{line-height:1rem;margin-left: 0.5rem;align-items: center;flex-grow: 1;}
.subtitle {line-height: 2rem;overflow: hidden;text-align: justify;font-size: 1.2rem;}
.subcontent{color:#999;line-height: 2rem;height: 5.6rem;overflow: hidden;text-align: justify;}
.subdate{height:1.8rem;margin:10px 0;padding-left:1.8rem;color:#999;display:flex;align-items: center;}
.submore{color: #57c28e;}
.news_img1{width:200px;}
.news_img1 img{width: 100%;height: auto;}
.news_row1{justify-content: space-between;align-items: center;}
.news_row1 .subtitle{overflow: hidden;text-align:justify;height:2rem;line-height:2rem;flex-grow: 1;}
.news_row1 .news_date2{width:5rem;height:2.8em;background: none;color:#333;padding-top: 0.3rem;display: flex;align-items: center;}

/* card */
.card{margin-bottom:2rem;background:none;border:1px solid #b9d3e4;}
.card img{width: 4.3rem;height:4.3rem;display: block;margin: 1.4rem auto;}
.card div{color:#fff;margin: 1.4rem auto;}


@keyframes ani_down{
	0% {transform: translateY(0);opacity: 0;}
	20% {transform: translateY(3px);opacity: 1;}
	80% {transform: translateY(10px);opacity: 1;}
	100%, 90% {transform: translateY(10px);opacity: 0;}
}

@keyframes sca{
	0% {transform: scaleX(1);}
	65% {transform: scale3d(1.06,1.06,1.06);}
	100% {transform: scaleX(1);}
}
@keyframes move{
	0%{top:-100%;}
	100%{top:0;}
}

.banner{position:relative;overflow: hidden;}
.banner::before {position: absolute;left: 0;bottom: 0;right: 0;height: 100px;content: "";background-position:  center;
	background-repeat: no-repeat;/* background-image: url(../images/banner_line.png); */z-index: 11;}
.banner img{width:100%;}
.banner .g-nr {position: absolute;display: inline-block;left: 50%;-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);bottom: 75px;z-index: 12;}
.banner .g-nr .icon {display: block;width: 22px;height: 32px;background-image: url(../images/a2.png);
	background-position: center;background-repeat: no-repeat;background-size: contain;animation: 2s linear infinite ani_down;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner_mob .swiper-container-horizontal>.swiper-pagination-bullets
{position: absolute;;bottom: 43.5px;z-index: 15;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.banner_mob .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 8px;}
.banner .swiper-pagination-bullet, .banner_mob .swiper-pagination-bullet{width: 10px;height:10px;border-radius: 50%;background: transparent;border:1px solid #fff;}
.banner .swiper-pagination-bullet-active,
.banner_mob .swiper-pagination-bullet-active{opacity:0.8;background: #fff; }
.banner .swiper-button-next,.banner_mob .swiper-button-next
{width: 46px;height:46px;background:url(../images/banner_next.png);right: 30px;background-size:100% 100%;}
.banner .swiper-button-prev,.banner_mob .swiper-button-prev
{width: 46px;height:46px;background:url(../images/banner_prev.png);left: 30px;background-size:100% 100%;}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after,
.banner_mob .swiper-button-next:after, .banner_mob .swiper-button-prev:after 
{content: '';}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after,
.banner_mob .swiper-button-prev:after, .banner_mob .swiper-button-next:after,
{content: '';}


.banner_mob{position:relative;overflow: hidden;display: none;}
.down-page {position: absolute;left: 50%;bottom:40px;transform: translateX(-50%);z-index: 99;
	font-size: 0;text-align: center;cursor: pointer;}
.down-page svg {
    vertical-align: middle;
    width: 100%;
    height: 100%;
    width: 80px;
    height: 80px;
}
.down-page .pie-bg {
    stroke: #fff;
    opacity: .3;
    width: 100%;
    height: 100%;
}
.down-page.on .pie-bar {
	stroke: #fff;
    animation: svg-sircle 6s linear infinite;
}
.down-page circle {
    stroke-dashoffset: 0;
    transform: rotate(-90deg);
    transform-origin: center;
    transition: all .2s;
    stroke: currentColor;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: block;
}
@keyframes svg-sircle {
    0% {
        stroke-dasharray: 125.6;
        stroke-dashoffset: 125.6;
    }
    100% {
        stroke-dasharray: 125.6;
        stroke-dashoffset: 0;
    }
}
.down-page>img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 46px;
     animation: move 1.5s infinite ease-in-out; 
    cursor: pointer;
}
@keyframes move {
    0%,100% {top: 50%;}
    50% {top: calc(50% + 10px);}
}
.sec_a{position: relative;z-index: 5;padding: 4rem 0;}
.sec_a .col{width:50%;}
.sec_a .col.notice{padding-right:2rem;}
.sec_a .col.news{padding-left:2rem;}
.sec_a .category {display: flex;align-items: center;}
.sec_a .content .item {padding: 1.55rem 10px;}
.sec_a a:hover .subtitle{font-weight:bold;}
.sec_a img:hover{transform: scale(1.05);box-shadow: 0 0 10px #000;}
.sec_a .news .subtitle{height:2rem;}
.sec_a .news .subcontent {height:4rem;}
.sec_a .news .item{overflow: hidden;border-top:1px solid #eee;padding: 13px 10px;}
.sec_a .news .item:first-child{border-top:none;}
.sec_a .news .news_img1{width:150px;display: flex;align-items: center;}
.sec_a .news .newsContent {width:calc(100% - 150px);padding-left: 10px;}
.sec_a .notice .item{border:none;border-top: 1px solid #eee;}
.sec_a .notice .item:first-child{border-top:none;}
.sec_a .notice .news_date1{width: 110px;height: 95px;background:url(../images/news_bg.jpg) no-repeat;color:#fff;}
.sec_a .notice .item .newsContent{margin-left:0;display:flex;}
.sec_a .notice .content .item .news_row1{padding-left: 15px;width: calc(100% - 110px);}
.sec_a .notice .content .item .subtitle{height:2rem;line-height: 2rem;}
.sec_a .notice .content .item .subcontent{height:4rem;line-height: 2rem;}
.sec_a .item:hover {
    box-shadow: 10px 5px 15px 0 rgba(37, 92, 121, .3);
    background-color: #eff5fd;
    transition: 0.5s;
    cursor: pointer;
}

.sec_b{position: relative;z-index: 1;padding: 4rem 0;overflow: hidden;background: #eff5fd;}
.sec_b .wp{display: flex;flex-wrap: wrap;}
.sec_b .col{width:50%;}
.sec_b .col.rule{padding-right:2rem;}
.sec_b .col.plan{padding-left:2rem;}
.sec_b .category {display: flex;align-items: center;}
.sec_b .content .item {padding: 1.55rem 0;}
.sec_b a:hover{font-weight:bold;}
.sec_b img:hover{transform: scale(1.05);box-shadow: 0 0 10px #000;}
.sec_b .rule .subtitle{height:2rem;}
.sec_b .rule .subcontent {height:8rem;}
.sec_b .rule .item{overflow: hidden;padding: 10px;}
.sec_b .rule .item:first-child{border-top:none;}
.sec_b .rule .news_img1{width:130px;display: flex;align-items: center;padding-right:10px;}
.sec_b .rule .newsContent {width:calc(100% - 130px);padding: 10px;}
.sec_b .plan .item{border:none;padding:7px 10px;padding-bottom: 16px;}
.sec_b .plan .item:first-child{padding-top: 0.8rem;}
.sec_b .plan .news_date1{width: 90px;padding: 7px 0;background:#eef7ff;color:#fff;border:1px solid #d1ddeb;line-height: 1.5rem;}
.sec_b .plan .news_date1 .day{color:#0a6cb7;}
.sec_b .plan .news_date1 .month{color:#999;}
.sec_b .plan .news_date1 .line{background:#d8e4f2;}
.sec_b .plan .item .newsContent{margin-left:0;display:flex;}
.sec_b .plan .content .item .news_row1{padding-left: 15px;width: calc(100% - 90px);display: flex;
    align-items: center;}
.sec_b .plan .content .item .subtitle{height:2rem;line-height: 2rem;}
.sec_b .plan .content .item .subcontent{height:4rem;line-height: 2rem;}
.sec_b .item:hover {
    box-shadow: 10px 5px 15px 0 rgba(37, 92, 121, .3);
    background-color: rgba(255,255,255,0.6);
    transition: 0.5s;
    cursor: pointer;
}
.sec_b .item:hover .newsContent{border:none;}

.sec_c{position: relative;z-index: 1;padding: 6rem 0;overflow: hidden;background:url(../images/index_bg1.jpg);background-size: 100% 100%;}
.sec_c .wp{display: flex;flex-wrap: wrap;}
.sec_c .col{width:50%;}
.sec_c .col.college{padding-right:2rem;}
.sec_c .col.major{padding-left:2rem;}
.sec_c .category .title .title_cn {color:#fff;}
.sec_c .category .title .title_en {color: #fff;}
.sec_c .more a {color: #fff;text-decoration-color: #fff;}
.sec_c .content{display: flex;flex-wrap: wrap;justify-content: space-between;}
.sec_c .item{width: 30%;background-color: rgba(255,255,255,0.35);margin-bottom:15px;display: flex;align-items: center;min-height: 70px;background-image: url(../images/icon-logo1.png);
    background-size: 30px 30px;background-repeat: no-repeat;background-position: 10px center;
	padding: 0 20px 0 50px;transition: 0.5s;}
.sec_c .item a{color:#fff;display: flex;width: 100%;height: 100%;align-items: center;}
.sec_c .item:hover{background-color:rgba(255,147,0,1);cursor: pointer;}

.sec_c .college .content {display: block;}
.sec_c .college .ul-shezhi {margin: 0 -17px;}
.sec_c .college .ul-shezhi li {float: left;width: 33.33%;margin-bottom: 15px;position: relative;}
.sec_c .college .ul-shezhi .con {background-color: #fff;border: 1px solid #bad4dc;height: 60px;font-size: 16px;
	padding: 0 20px 0 20px;display: flex;align-items: center;margin: 0 10px;}
.sec_c .college .ul-shezhi .con .t {padding-left: 28px;background: url(../images/img5-5.png) left center no-repeat;
	background-size: 20px;height: auto;max-height: 3em;}
.sec_c .college .ul-shezhi .icon {position: absolute;right: 5px;bottom: 0;top: 0;width: 65px;
	background: url(../images/img5-7.png) left center no-repeat;background-size: 100% 100%;display: flex;
	align-items: center;padding-left: 25px;box-sizing: border-box;opacity: 0;transition: .5s;}
.sec_c .college .ul-shezhi .icon img {width: 22px;min-height: auto;}
.sec_c .college .ul-shezhi .con:hover {box-shadow: 0 4px 20px 0 rgba(0,113,173,.3);}
.sec_c .college .ul-shezhi .con:hover .icon {opacity: 1}
.sec_c .college .ul-shezhi .sty2 .con {height: 70px}
.sec_c .college .ul-shezhi .sty2 .con .t {max-height: 4.5em}
.sec_c .college .htover::after {content: '';display: table;clear: both;}


.sec_d{position: relative;z-index: 1;padding: 4rem 0 ;overflow: hidden;background:url(../images/index_bg2.jpg);background-size: 100% 100%;}
.sec_d .wp{overflow: hidden;display: flex;flex-wrap:wrap;font-size: 1.2rem;}
.sec_d .column_title {justify-content: center;width: 100%;}
.sec_d .category .title .title_cn {text-align: center;color: #000;font-weight: bolder;font-size: 2rem;}
.sec_d .col{width:40%;}
.sec_d .col.area{padding-right:2rem;}
.sec_d .col.map{padding-left:2rem;display: flex;justify-content: center;height:640px;}
.sec_d .area .area_year,.sec_d .area .area_prov{display: flex;flex-wrap: wrap;}
.sec_d .area .area_year .year{cursor: pointer;border-right: 3px solid #000;padding:0 15px;}
.sec_d .area .area_year .year:last-child{border-right:none;}
.sec_d .area .area_year .year:hover{color:red;}
.sec_d .area .area_year .year.on{color:red;}
.sec_d .area .area_year{padding:20px;margin:20px 0;font-weight: bolder;}
.sec_d .area .area_prov{padding:10px;margin:20px 0;font-weight: bolder;}
.sec_d .area .area_prov>div{width:25%; text-align: center;padding:20px;
	/*background:url(../images/icon_diamond0.png) 10% center no-repeat;*/}

.sec_e{position: relative;z-index: 1;padding: 4rem 0 ;overflow: hidden;background:url(../images/index_bg3.jpg);background-size: 100% 100%;width: 100%;aspect-ratio: 2.34 / 1;}
.sec_e .wp{overflow: hidden;display: flex;flex-wrap:wrap;}
.sec_e .column_title {justify-content: center;width: 100%;}
.sec_e .category .title .title_cn {text-align: center;color: #fff;font-weight: bolder;font-size: 2rem;}
.sec_e .category .title .title_en {color: #fff;}
.sec_e .content{width: 100%;position: relative;overflow: hidden;margin-top:40px;display:flex;flex-wrap: wrap;justify-content: center;}
.sec_e .con {display: flex;justify-content: space-between;padding:10px;}
.sec_e .item {display: block;color:#fff;cursor: pointer;width:auto;width:14%;}
.sec_e .item .circle{width: 150px;height: 150px;border-radius: 50%;border:1px solid #fff;display: block;margin:0 auto;}
.sec_e .item .icon{width: 70px;height: 70px;margin:10px auto;background-size: 100% 100%;margin-top:15px;margin-bottom: 5px;}
.sec_e .item .icon svg{width:100%;height:100%;stroke-width: 5;}
/* .sec_e .item .icon_1{background-image: url(../images/icon_11.png);}
.sec_e .item .icon_2{background-image: url(../images/icon_12.png);}
.sec_e .item .icon_3{background-image: url(../images/icon_13.png);}
.sec_e .item .icon_4{background-image: url(../images/icon_14.png);}
.sec_e .item .icon_5{background-image: url(../images/icon_15.png);}
.sec_e .item .icon_6{background-image: url(../images/icon_16.png);}
.sec_e .item .icon_7{background-image: url(../images/icon_17.png);} */

.sec_e .item .text{font-size: 2.5rem;text-align: center;}
.sec_e .item .text sup{font-size: 1rem;margin-left: 5px;top: -1em;}
.sec_e .item .desc{margin:0 auto;text-align: center;line-height: 2rem;text-wrap: wrap;padding: 0 5px;padding: 10px 5px 0;}
.sec_e .swiper-horizontal > .swiper-pagination-bullets, 
.sec_e .swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: 20px;height: 20px;position: relative;}
.sec_e .swiper-button-next, .sec_e .swiper-button-prev {color:rgba(255,255,255,0.6);top:40%;}
.sec_e .swiper-button-prev{left: 3%;} 
.sec_e .swiper-button-next {right:3%;}
.sec_e .swiper-button-next:after, .sec_e .swiper-button-prev:after {font-size: 2rem;}
.sec_e .swiper-pagination-bullet {width: 10px;height: 10px;background: #dfeaf5;}
.sec_e .swiper-pagination-bullet-active {background: #ff9900;}
    
.sec_f{position: relative;z-index: 1;padding: 6rem 0 ;overflow: hidden;}
.sec_f .wp{display: flex;flex-wrap:wrap;}
.sec_f .category{display: flex;align-items: center;}
.sec_f .category .title .title_cn {font-size: 1.8rem;color: #000;height: auto;line-height:30px;margin-bottom: 15px;}
.sec_f .category .title_item.on .title .title_cn {color: #0b6cb8;font-weight: 800;}
.sec_f .category .title_item:hover .title .title_cn {color: #0b6cb8;font-weight: 800;text-align: center;}
.sec_f .col1{width:46%;}
.sec_f .col2{width:54%;}
.sec_f .col.col1{padding-right:2rem;}
.sec_f .col.col2{padding-left:2rem;}
.sec_f .col1 .list {display: none;justify-content: space-between;flex-wrap: wrap;}
.sec_f .col1 .list.zhaosheng {display: flex;}
.sec_f .col1 .item{width:155px;aspect-ratio: 1.55/1;background:#f1f6fc;display: flex;align-items: center;
	justify-content: center;margin: 0 0 10px 0;padding: 0 20px;text-align: center;}
.sec_f .col1 .item:hover{background:#084f9f;cursor: pointer;position: relative;color:#8fadce;}
.sec_f .col1 .item:hover a{color:#8fadce;}
.sec_f .col1 .item .play{display:none;width: 36px;height: 36px;background: url(../images/icon_play.png);background-size: 100% 100%;position: absolute;top:calc(50% - 18px);left: calc(50% - 18px);}
.sec_f .col1 .item:hover .play{display: block;}
.sec_f .col1 .video{padding:0 10px;width: 100%;}
.sec_f .col1 .video-container {position: relative;overflow: hidden;}
.sec_f .col1 .video-container video {width: 100%;object-fit: cover;aspect-ratio: 16 / 6.8;}
.cover-image {position: absolute;width: 100%;height: 100%;object-fit: cover;z-index: 1;}
.sec_f .col1 .play-button {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);
	cursor: pointer; z-index: 1000;}
.sec_f .col1 .play-button img {width: 60px; height: auto;}

.sec_f .col1 .item_pic{padding:0 10px;}
.sec_f .col1 .item_pic .media_artile {display: block;position:relative;padding:5px 10px;}
.sec_f .col1 .newsContent{margin-left: 0;margin-top: 10px;}
.sec_f .col1 .subtitle{margin-bottom: 10px;text-align: center;font-weight: bolder;height: 2rem;line-height: 2rem;overflow: hidden;}
.sec_f .col1 .subcontent{height:50px;margin-bottom: 30px;}
.sec_f .col1 .newstop_title{text-align: center;height: 2rem;line-height: 2rem;overflow: hidden;}
.sec_f .col1 .h3{justify-content: center;}
.sec_f .col1 .video:hover .subtitle,
.sec_f .col1 .video:hover .subcontent
{text-shadow: 1px 0px 1px #ffe69c, 0px 1px 1px #ffe69c, -1px 0px 1px #ffe69c, 0px -1px 1px #ffe69c;}

.sec_f .col1 .video_list{width: 100%;position:relative;margin: 0 auto;}
.sec_f .col1 .video_list .swiper{position:relative;overflow: hidden;width: 100%;margin:0 auto;}
.sec_f .col1 .video_list .swiper img{aspect-ratio: 16/9;}
.sec_f .col1 .swiper-button-prev{left:-20px;width: 21px;height: 36px;background:url(../images/btn_prev2.png) left center no-repeat;}
.sec_f .col1 .swiper-button-next{right:-20px;width: 21px;height: 36px;background:url(../images/btn_next2.png) left center no-repeat;}
.sec_f .col1 .swiper-button-prev:after, .sec_f .col1 .swiper-button-next:after{content: '';}
.sec_f .col2 .list{display: none;}
.sec_f .col2 .yuanzhang{display: block;}
.sec_f .col2 .list {position: relative;width: 100%;}
.sec_f .col2 .list .swiper{position: relative;overflow: hidden;padding-bottom: 40px;}
.sec_f .col2 .item {padding:0 5px;display: block;width:100%;cursor: pointer;}
.sec_f .col2 .item img{width: 100%;aspect-ratio: 27/41;}
.sec_f .col2 .item .media_con{padding:10px 0;background: linear-gradient(0deg, #0a4b9e, #0480af);}
.sec_f .col2 .item .subtitle{text-align: center;color: #fff;height:2rem;}
.sec_f .swiper-button-next, .sec_f .swiper-button-prev {color:#999;}
.sec_f .swiper-button-prev{left: -20px;} 
.sec_f .swiper-button-next {right:-20px;}
.sec_f .swiper-button-next:after, .sec_f .swiper-button-prev:after {font-size: 2rem;}
.sec_f .col2 .swiper-horizontal > .swiper-pagination-bullets, 
.sec_f .col2 .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;height: 20px;position: absolute;}
.sec_f .col2 .swiper-pagination-bullet {width: 10px;height: 10px;background: #999;}
.sec_f .col2 .swiper-pagination-bullet-active {background: #ff9900;}
    
.sec_g{position: relative;z-index: 1;padding: 6rem 0 ;overflow: hidden;background:url(../images/index_bg4.jpg);background-size: 100% 100%;}
.sec_g .column_title {justify-content: center;width: 100%;}
.sec_g .category .title .title_cn {text-align: center;color: #000;font-weight: bolder;font-size: 2rem;}
.sec_g .category .title .title_en {text-align: center;}
.sec_g .slide .swiper-container {perspective: 1120px;padding-top: 40px;}
.sec_g .slide .swiper-wrapper {height: 280px;}
.sec_g .slide .swiper-slide {width: 200px;display: flex;flex-direction: column;justify-content: space-between;
	align-items: center;}
.sec_g .slide .swiper-slide img{aspect-ratio:16/10;padding:8px;}
.sec_g .slide a {display: flex;align-items: center;justify-content: center;width: 100%;box-shadow: 0px 0px 8px 0px rgba(18, 103, 181, 0.3);
	transition: all .3s;}
.sec_g .slide a:hover {transform: scale(1.08);}
.sec_g .slide a img {width: 100%;height: 100%;cursor:pointer;}
.sec_g .swiper-horizontal > .swiper-pagination-bullets, 
.sec_g .swiper-pagination-bullets.swiper-pagination-horizontal {margin-top:180px;height:20px;position: relative;}
.sec_g .swiper-pagination-bullet {background: #d8dde1;width: 10px;height: 10px;margin:0 10px;}
.sec_g .swiper-pagination-bullet-active {background:#0b6db8;}
.sec_g .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, 
.sec_g .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin:0 10px;}

.sec_h{position: relative;z-index: 1;overflow: hidden;width: 100%;}
.sec_h .column_title {justify-content: center;width: 100%;position: absolute;z-index: 1000;top: 0;left: 0;margin-top: 40px;}
.sec_h .category .title .title_cn {text-align: center;color: #fff;font-weight: bolder;font-size: 2rem;}
.sec_h .category .title .title_en {color: #fff;text-align: center;}
.sec_h .wp{width:100%;aspect-ratio: 1920 / 900;}
	
.sec_a img:hover,.sec_b img:hover,.sec_f .col2 .item:hover{
	transform: scale(1.05);transition: 0.2s;}
@keyframes sca{
	0% {transform: scaleX(1);}
	65% {transform: scale3d(1.06,1.06,1.06);}
	100% {transform: scaleX(1);}
}
@media screen and (max-width: 1600px){
	.category .separate {margin: 0 10px;}
	.sec_f .category .title .title_cn {font-size: 1.8rem;}
}

@media screen and (max-width: 1440px){
}
@media screen and (max-width: 1366px){
}

@media screen and (max-width: 1199px){	
	.banner {display:none}
	.banner_mob{display: block;}
	.down-page svg {width: 60px;height: 60px;}
	.banner .swiper-button-next,.banner_mob .swiper-button-next
	{width: 40px;height:40px;}
	.banner .swiper-button-prev,.banner_mob .swiper-button-prev
	{width: 40px;height:40px;}
	.sec_a .col{width: 100%;}
	.sec_a .col.notice{padding-right:0;}
	.sec_a .col.news{padding-left:0;margin-top:40px;}
	.sec_b .col{width: 100%;}
	.sec_b .col.rule{padding-right:0;}
	.sec_b .col.plan{padding-left:0;margin-top:40px;}
	.sec_c{background: #0a499e;}
	.sec_c .col{width: 100%;}
	.sec_c .col.college{padding-right:0;}
	.sec_c .col.major{padding-left:0;margin-top:40px;}
	.sec_d .col{width: 100%;}
	.sec_d .col.area{padding-right:0;}
	.sec_d .col.map{padding-left:0;margin-top:40px;}
	.sec_e {aspect-ratio: auto;height:auto;}
	.sec_e .content {margin-top: 0;}	
	.sec_e .item {width: 25%;}
	.sec_e .swiper-button-prev {left: 10px;}
	.sec_e .swiper-button-next {right: 10px;}
	.sec_f .col{width: 100%;}
	.sec_f .col.col1{padding-right:0;}
    .sec_f .col1 .video-container video {aspect-ratio: auto;}
	.sec_f .col.col2{padding-left:0;margin-top:40px;}
	.sec_h .wp{aspect-ratio: auto;height:70vh;}
	#main {height: 500px;display: flex;justify-content: center;}
	.sec_b .rule .newsContent {padding:0;}
    .sec_f .col1 .swiper-button-prev {left: -8px;width: 15px;height: 30px;background-size: 100% 100%;}
    .sec_f .col1 .swiper-button-next {right: -8px;width: 15px;height: 30px;background-size: 100% 100%;}
}
@media screen and (max-width: 980px){
	
}
@media screen and (max-width: 768px){
	.category .separate {height: 20px;}
	.sec_e .item .circle {width: 100px;height: 100px;}
	.sec_e .item .icon {width: 40px;height: 40px;}
	.sec_e .item .text {font-size: 1.5rem;}
	.sec_e .item .text sup {font-size: 0.8rem;}
	.sec_e .swiper-button-prev {left: 5px;}
	.sec_e .swiper-button-next {right: 10px;}
	.sec_f .category .title .title_cn {font-size: 1.6rem;margin-bottom: 0;}
	.sec_f .category .title .title_en {display: none;}	
	.sec_c .college .ul-shezhi {margin:0}
	.sec_c .college .ul-shezhi li {width: 48%;margin: 1%}
	.sec_c .college .ul-shezhi .con {margin: 0}
	.sec_c .college .ul-shezhi .con,.sec_c .college .ul-shezhi .sty2 .con {padding: 10px 15px}
	.sec_c .college .ul-shezhi .con .t {font-size: 14px}
	.sec_c .college .ul-shezhi .icon {display: none}	
	.sec_c .major .item{width:48%; margin:1%; }
	.sec_c .major .item a{width: 100%;}
	.sec_a .notice .news_date1 {width: 80px;height:auto;}
	.sec_a .notice .news_date1 .day {font-size: 1.4rem;}
	.sec_a .notice .content .item .news_row1 {width: calc(100% - 80px);}
}
@media screen and (max-width:640px){
	.sec_e .item .circle{width: 80px;height: 80px;}
	.sec_e .item .icon {width: 30px;height: 30px;}
	.sec_e .item .text {font-size: 1rem;}
	.sec_e .item .text sup {font-size: 0.8rem;}
	.sec_e .swiper-button-next, .sec_e .swiper-button-prev {top: 50%;}

}
@media screen and (max-width: 480px){	
	.sec_f .category .title .title_cn {font-size: 1.1rem;}
	.category .separate {margin: 10px;}
	.sec_d .area .area_prov>div {width: 33%;}
}
@media screen and (max-width:375px){
	}
}