/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:12px;color:#666;max-width: 680px;margin: 0 auto;}
body.head_on{overflow:hidden}
a{color: #333;transition: 0.3s;}
a:hover{ color: var(--main-color); text-decoration:none;cursor: pointer;}
p{line-height:1.8em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1200px; margin:0 auto;}


*,
*::before,
*::after{-webkit-box-sizing: border-box;box-sizing: border-box;}

:root {
    --main-color: #00a1e9;
    --main-color2: #ff6300;
    --main-color3: #efa906;
    --main-bg1: #f5f5f5;
    --main-color-white: #fff;
    --main-color-000: #000;
    --main-color-333: #333333;
    --main-color-888: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:45px;overflow:hidden;background:#fff;position:relative;z-index:9999;width:100%;display: flex;justify-content: space-between;align-items: center;padding: 0 10px;}
.sp_logo1{float:left;height:45px;display: flex;justify-content: center;align-items: center;}
.sp_logo1 img{margin:auto;max-height:35px;}
.sp_nav1{width: 28px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav1 span{display:block;background:var(--main-color);width:22px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav1 span:nth-of-type(1){top:0px}
.sp_nav1 span:nth-of-type(2){top:8px}
.sp_nav1 span:nth-of-type(3){top:16px}
.sp_nav_se1 span:nth-of-type(1){top:8px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:8px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 45px);font-size:14px;line-height:40px;top:45px;right:-100%;overflow:auto;overflow-x:hidden;transition:right ease 0.35s;display: block;}
.nav_show1{right: 0;}
.sjj_nav1 ul li i{position:absolute;top:5px;right:0px;height:30px;padding:0px 7px 0 7px;}
.sjj_nav1 ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav1 ul li .sjj_nav_i_se1 svg{transform:rotate(0deg)}
.sjj_nav1 ul li{border-top:1px #e4e8eb solid;position:relative;line-height:45px;font-size:16px}
.sjj_nav1>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav1 ul li ul{display:none}
.sjj_nav1 ul li a{color:#333;width:100%;padding: 0 20px;display: block;box-sizing: border-box;}
.sjj_nav1 ul li a:hover{color: #0188FB;}
.sjj_nav1 ul li ul li a{color:#333;display:block;text-align:left;}
.sjj_nav1 ul li i svg{width:25px;height:25px;fill:#333;}
.sjj_nav1 ul li .sjj_nav_i_se svg{fill:#333}
.sjj_nav1 ul li ul li>ul{margin-left:10px}
.sjj_nav1 ul li ul li{border-top: none;}
.sjj_nav1 ul li ul li a{padding: 0 30px;}

.hBtn a{display: inline-block;padding: 2px 10px;border: 1px solid var(--main-color);color: var(--main-color);border-radius: 5px;font-size: 12px;}

/*mSearch*/
.mSearch{position: relative;width: 150px;height: 26px;overflow: hidden;border: 1px solid #ddd;border-radius: 30px;overflow: hidden;}
.mSearch input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 50px 0 10px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 25px;background: none;outline: none;}
.mSearch button{background: var(--main-color2);width: 50px;height: 26px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 12px;border: none;}

/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;overflow: hidden;}
.swiper-slide {background: #fff;display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.swiper-slide img { display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper .swiper-button-next:after,.swiper .swiper-button-prev:after{font-size: 30px;}

/*common*/
.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.aliBtm{align-items: flex-end;}

.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s;}

.f_left{float: left;}
.f_right{float: right;}
.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}

.bgfff{background: #fff !important;}
.fff{color: #fff !important;}
em{font-style: normal;}
.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow4{display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

.textCet{text-align: center;}
.textRight{text-align: right;}
.pc_show{}
.m_show{display: none;}
.iTitCn{}
.iTitEn{}
.iTit{}
.iTxt{}
.iLine i{}
.hidden{overflow: hidden;}
.comBg{background-size: cover;background-repeat: no-repeat;}
.iVideo{width: 100%;}
.iVideo video{width: 100%;}
.iImg{width: 100%;}
.iImg img{width: 100%;}
.iMore{margin-top: 10px;}
.iMore a img{width: 30px;}

/*-------------------------------------------*/

/*banner*/
.banner{width: 100%;}
.bannerSwiper .swiper-pagination-bullet{opacity: 1;background: #fff;transition:width ease 0.35s;border-radius: 20px;}
.bannerSwiper .swiper-pagination-bullet-active{background: var(--main-color);width:20px;}
.bannerSwiper .swiper-button-next:after,.bannerSwiper .swiper-button-prev:after{color: #fff;}

.iMenu{box-shadow: var(--main-shadow);padding: 15px 10px;}
.iMenu ul li{width: 25%;padding: 5px;}
.iMenu .part{display: block;width: 100%;text-align: center;}
.iMenu .part .img{width: 50px;height: 50px;margin: 0 auto;border-radius: 50%;}
.iMenu .part .img img{width: 100%;height: 100%;object-fit: cover;}
.iMenu .part .tit{text-align: center;font-size: 14px;color: #333;margin-top: 10px;}

.index1{padding: 10px;overflow: hidden;}
.i1Warp{width: 100%;}
.i1Warp .left{background: url(../images/icon_topnews.png) no-repeat left center;padding-left: 30px;font-size: 14px;color: #000;background-size: 20px;margin-right: 10px;}
.i1Slide{width: calc(1005 - 60px);}
.i1Slide .list{width: 100%;}
.i1Slide .list ul li{display: flex;line-height: 20px;margin: 5px 0;}
.i1Slide .list ul li span{display: inline-block;width: 34px;height: 20px;background: var(--main-color2);color: #fff;font-size: 12px;margin-right: 10px;text-align: center;}
.i1Slide .list ul li .t1{flex: 1;}

.index2{padding: 10px;}
.iTit{border-bottom: 1px solid #ddd;line-height: 30px;margin-bottom: 20px;align-items: center;}
.iTit span{display: inline-block;font-size: 14px;color: #333;border-bottom: 1px solid var(--main-color);}
.iTit .more{display: inline-block;padding: 5px 10px;background: var(--main-color);border-radius: 30px;color: #fff;font-size: 12px;line-height: 1;}
.i2List{width: 100%;}
.i2List ul li{width: 33.3%;padding: 0 2px;margin-bottom: 5px;}
.i2List .part{display: block;width: 100%;}
.i2List .part .img{width: 100%;}
.i2List .part .img img{width: 100%;}
.i2List .part .tit{margin-top: 5px;font-size: 12px;color: #000;font-weight: bold;}
.i2List .part .txt{margin-top: 5px;font-size: 12px;color: #666;}

.index3{padding: 10px;}
.iTab{margin-bottom: 20px;}
.iTab ul li{width: 33.3%;border: 1px solid #ddd;padding: 5px 10px;font-size: 12px;color: #333;text-align: center;}
.iTab ul li.on{background: var(--main-color);color: #fff;}
.i3List{width: 100%;}
.i3List ul li{padding-left: 10px;background: url(../images/icon_list.png) no-repeat 0;display: flex;justify-content: space-between;}
.i3List .t1{font-size: 14px;line-height: 30px;}
.i3List .t1:hover{color: var(--main-color);}
.i3List ul li span{font-size: 12px;color: #444;width: 50px;text-align: right;}
.i3List ul li .time{font-size: 12px;color: #444;width: 90px;text-align: right;}
.index3_2{padding: 10px;}
.index4{padding: 10px;}
.i4List{width: 100%;}
.i4List .part{display: block;width: 100%;}
.i4List .part .img{width: 100%;background: #eef3fa;}
.i4List .part .img img{width: 100%;}
.i4List .part .tit{color: #333;font-size: 12px;margin-top: 10px;text-align: center;font-weight: bold;}

.index5{padding: 10px;}
.i5List .part{display: block;width: 100%;}
.i5List .part .img{width: 100%;height: 120px;}
.i5List .part .img img{width: 100%;height: 100%;object-fit: contain;}
.i5List .part .tit{color: #333;font-size: 12px;margin-top: 10px;text-align: center;}

.index6{padding: 10px;}
.i6List{width: 100%;}
.i6List ul li{width: 50%;padding: 5px;}
.i6List .img{width: 100%;}
.i6List .img img{width: 100%;}

.index7{padding: 20px 10px;background: var(--main-bg1);}
.i7Form{background: #fff;padding: 20px;}
.i7Form{background: hsla(0,0%,100%,.9);padding: 30px 20px 40px;}
.i7Form ul li{position: relative;margin-bottom: 10px;}
.i7Form input{border: 1px solid rgba(0,0,0,.08);height: 35px;padding: 0 10px;outline: none;font-size: 13px;width: 100%;}
.i7Form .banButton{width: 100%;height: 35px;border-radius: 5px;background: var(--main-color);font-size: 14px;border: none;color: #fff;}

.footer{padding: 20px 10px;margin-bottom: 55px;background: url(../images/f_bg.jpg) center no-repeat;}
.fLogo{text-align: center;}
.fLogo img{width: auto;height: auto;max-height: 40px;}
.footer .warp{width: 100%;margin-top: 20px;}
.footer .ewm{width: 80px;font-size: 12px;color: #fff;margin-right: 10px;text-align: center;}
.footer .ewm img{width: 100%;}
.footer .desc{flex: 1;font-size: 12px;color: #fff;}
.footer .desc p{padding: 1px 0;}

.mfootLink{width: 100%;position: fixed;bottom: 0;left: 0;z-index: 999;background: #fff;box-shadow: var(--main-shadow);}
.mfootLink ul{display: flex;}
.mfootLink ul li{width: 25%;box-sizing: border-box;text-align: center;border-left: 1px solid rgba(255, 255, 255, 0.3);}
.mfootLink a{display: flex;flex-direction: column;justify-content: center;align-items: center;font-size: 14px;color: #333;height: 55px;}
.mfootLink a img{width: 20px;}
.mfootLink p{padding: 0;line-height: 1;}

.iPageTop{padding: 10px;}

.current{border-bottom: 1px solid #ddd;padding-bottom: 10px;}
.current i{color: var(--main-color);font-size: 16px;}
.current a{font-size: 12px;color: #888;position: relative;}
.current a:after{content: ">";padding: 0 5px;color: #888;}
.current a:last-child:after{display: none;}

/*页码*/
.pagebar{margin: 0 auto;padding: 15px 0 10px;text-align: center;}
.pagebar a{margin: 2px;padding: 2px 6px; font-size: 12px;color: #777;font-weight: 400;border: 1px solid #e2e2e2; border-radius: 2px; background: #fff;display: inline-block;} 
.pagebar .now-page{font-size: 12px;color: #fff; font-weight: 400;padding: 2px 6px;margin: 0 5px 5px;border: 1px solid #0188fb; border-radius: 2px; background: #0188fb;display: inline-block;}
.pagebar a:hover{color: #fff; border: 1px solid #0188fb; background: #0188fb;}

.mainFull{padding: 10px;}
.iPageMenu{margin-bottom: 5px;}
.iPageMenu ul li{width: 100%%;border: 1px solid #ddd;padding: 5px 10px;font-size: 12px;color: #333;text-align: center;flex: 1;}
.iPageMenu ul li a{color: #333;}
.iPageMenu ul li.on{background: var(--main-color);color: #fff;}
.iPageMenu ul li.on a{color: #fff;}

.menuInner{padding: 10px 0;}
.menuInner ul li{width: 32%;border-bottom: 1px solid #ddd;padding: 5px 10px;font-size: 12px;color: #333;text-align: center;}
.menuInner ul li.on{border-bottom: 1px solid var(--main-color);color: #000;}

.news .i3List ul li{line-height: 35px;border-bottom: 1px dashed #cacaca;background-size: 3px;}

.i3List3{width: 100%;}
.i3List3 ul li{padding: 10px 0;border-bottom: 1px dashed #cacaca;}
.i3List3 .tit{font-size: 15px;font-weight: bold;padding-left: 30px;position: relative;}
.i3List3 .tit:before{content: "Q";position: absolute;z-index: 5;left: 0;top: 2px;color: #fff;background-color: var(--main-color);border-radius: 5px;padding: 0 5px;font-size: 10px;}
.i3List3 .tit a{color: #333;}
.i3List3 .info{font-size: 14px;color: #8a8a8a;padding-left: 30px;margin-top: 5px;height: 20px;line-height: 20px;position: relative;}
.i3List3 .info:before{content: "A";position: absolute;z-index: 5;left: 0;top: 2px;color: #fff;background-color: var(--main-color2);border-radius: 5px;padding: 0 5px;font-size: 10px;}
.i3List3 .info .txt{}
.i3List3 .tit a:hover{color: var(--main-color);}

.innerTit{font-size: 14px;color: #444;font-weight: bold;}
.fraction{width: 100%;max-width: 648px;margin: 0 auto;padding: 60px 0;}
.fractionSearch{width: 100%;margin-top: 10px;}
.fractionSearch .box{display: flex;justify-content: space-between;}
.fractionSearch .box input{border: 1px solid #e5e5e5;border-radius: 10px 0 0 10px;padding: 0 10px;flex: 1;height: 30px;background: transparent;outline: none;font-size: 14px;}
.fractionSearch .box button{color: #fff;cursor: pointer;padding: 0 20px;background: var(--main-color) url(../images/searchpage_icon.png) no-repeat left 10px center;border-radius: 0 10px 10px 0;border: none;height: 30px;font-size: 14px;background-size: 15px;}
.fractionSearch .list{font-size: 12px;color: #333;line-height: 30px;margin-top: 20px;}
.fractionSearch .list dt{}
.fractionSearch .list dd{flex: 1;}
.fractionSearch .list a{color: #333;margin-right: 15px;}

.fraction .hotList{width: 100%;}
.hotList .title{border-bottom: 1px solid #ddd;line-height: 30px;}
.hotList .title span{display: inline-block;border-bottom: 1px solid var(--main-color2);font-size: 14px;color: var(--main-color2);font-weight: bold;}
.hotList .list{margin-top: 10px;}
.hotList .list ul li{}
.hotList .list ul li .t1{font-size: 14px;color: #333;display: block;line-height: 36px;}
.hotList .list ul li .t1:hover{color: var(--main-color);}


/*colleges*/

.colleges{width: 100%;padding: 10px;}
.collegesList{width: 100%;}
.collegesList dl{margin-bottom: 10px;display: flex;}
.collegesList dl dt{width: 60px;height: 30px;background: var(--main-color);color: #fff;font-size: 12px;text-align: center;line-height: 30px;}
.collegesList dl dt span{}
.collegesList dl dd{flex: 1;}
.collegesList .list{width: 100%;}
.collegesList .list ul li{display: inline-block;margin-left: 5px;}
.collegesList .list ul li a{display: inline-block;padding: 0 12px;line-height: 30px;background: #eee;color: #333;font-size: 12px;}
.collegesList .list ul li a:hover{background: var(--main-color);color: #fff;}

.collegesInnerList{margin: 20px 0;}
.collegesInnerList ul li{width: 100%;margin-bottom: 20px;}
.collegesInnerList .part{display: block;width: 100%;display: flex;justify-content: space-between;background: #fff;box-shadow: var(--main-shadow);padding: 10px;border-radius: 5px;}
.collegesInnerList .part .img{width: 90px;height: 90px;padding: 10px;}
.collegesInnerList .part .img img{width: 100%;height: 100%;object-fit: contain;}
.collegesInnerList .part .desc{width: calc(100% - 100px);}
.collegesInnerList .part .tit{font-size: 16px;font-weight: bold;color: #333;flex: 1;}
.collegesInnerList .part .more{display: inline-block;padding: 5px 10px;background: var(--main-color);border-radius: 5px;font-size: 12px;color: #fff;}
.collegesInnerList .part .txt{font-size: 12px;line-height: 1.5;margin-top: 5px;}

.collegesList dl.dl2{display: block;}

/*collegeDetail*/

.collegeDetail{width: 100%;padding: 10px 0;}
.collegeDetailTit{width: 100%;height: 32px;border-bottom: 1px solid #ddd;color: #333;font-size: 14px;line-height: 32px;margin-bottom: 10px;}
.collegeDetailTit span{border-bottom: 2px solid var(--main-color);display: inline-block;}
.collegeDetail .item1{width: 100%;padding: 0 10px;}
.collegeDetail .item1 .img{float: left;width: 100px;margin-right: 10px;margin-bottom: 10px;}
.collegeDetail .item1 .img img{width: 100%;}
.collegeDetail .item1 .tit{font-size: 20px;font-weight: bold;color: #4395f8;}
.collegeDetail .item1 .iTxt{font-size: 13px;color: #444;}

.collegeDetail .item2{width: 100%;padding: 10px;font-size: 12px;}
.yx-major{width: 100%;}
.yx-major,
.el-pagination {
	margin-top: 10px
}

.yx-major table {width: 100%;border: 1px solid #7f828b}
.yx-major td {border: 1px solid #7f828b;padding: 2px}

table {border-collapse: collapse;border-spacing: 0}

.teacher{width: 100%;0}
.teacherList{width: 100%;}
.teacherList ul li{width: 50%;padding: 10px;}
.teacherList .part{display: block;width: 100%;}
.teacherList .part .img{width: 150px;height: 150px;border: 1px solid #ddd;display: flex;align-items: center;justify-content: center;border-radius: 50%;margin: 0 auto;}
.teacherList .part .img img{width: auto;height: auto;object-fit: cover;max-width: 100%;max-height: 100%;}
.teacherList .part .tit{margin-top: 10px;font-size: 14px;color: #333;font-weight: bold;text-align: center;}
.teacherList .part:hover .img img{transform: scale(1.1);}
.teacherList .part:hover .tit{color: var(--main-color);}

.download{width: 100%;}
.download .i3List ul li{background: url(../images/downBtn.png) no-repeat 0/15px;padding-left: 25px;line-height: 35px;}

.iTxt{font-size: 14px;color: #333;}
.iTxt img{max-width: 100%;}

.inside{min-height: 300px;}
.inside img{max-width: 100%;}




@media only screen and (max-width: 780px) {
.wapper{ width:100%;}

}
