/*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;font-family:'Microsoft YaHei'; color:#666;}
body.head_on{overflow:hidden}
a{color:#666;transition: 0.3s;}
a:hover{ color:#f60; 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;}

.p_warp{padding-left: 6%;padding-right: 6%;box-sizing: border-box;}

.indexTop{width: 100%;    background-color: #737373;background-image: linear-gradient(to bottom, #a4a4a4 0%, #737373 65%, #737373 65%, #5c5c5c 100%);background-repeat: repeat-x;}
.indexTop .warp{height: 50px;}
.indexTop_link{margin-left: 20px;height: 35px;color: rgb(255, 255, 255);background-color: rgb(0, 94, 162);padding: 0 12px;display: block;line-height: 35px;font-size: 15px;font-weight: bold;border-radius: 3px;}
.search span{font-size: 15px;color: #ffffff;font-weight: bold;margin-right: 10px;}
.sear_panel{width: 345px;height: 35px;position: relative;}
.sear_panel input{position: absolute;left: 0;width: calc(100% - 52px);background: #fff;border-radius: 3px;padding: 0 10px;box-sizing: border-box;border: 1px solid #999999;color: #666;font-size: 15px;font-weight: bold;height: 100%;outline: none;}
.sear_panel button{position: absolute;top: 0;right: 0;width: 50px;height: 100%;border: none;background: #891027;color: #fff;font-size: 15px;border-radius: 3px;}
.sear_panel button:hover{background-color: #E31837;text-shadow: -1px 1px 4px rgb(137 16 39 / 80%);}

.header{ position:relative;border-bottom: 3px solid #E31837;}
.headList{display: flex;justify-content: space-between;align-items: center;}
.headList .logo{display: block;}
.headList .logo img{max-height: 55px;width: auto;}


/*menu*/
.pc_menu{max-width: 70%;padding: 10px 0;}
.menu{line-height:45px;}
.menu ul li{ float:left; position:relative;width: 33.3%;}
.menu ul li dl{ background:#fff; width:100%; position:absolute; left:50%; top:45px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none;z-index: 9;transform: translateX(-50%);min-width: 150px;}
.menu ul li dl dd{ line-height:40px;border-bottom:#ddd dotted 1px;}
.menu ul li dl dd a{ font-size:16px; color:#333;display:block;font-weight: normal;}
.menu ul li dl dd a:hover{ color:#E31837;}
.menu a{ font-size:16px;color:#00000a;display:block;padding: 0 12px;font-weight: bold;}
.menu a:hover{color:#E31837;text-decoration: underline;}
a.menu_hover{color:#E31837;}

/*mMenu*/
.m_header{width: 100%;}
.sp_header1{height:70px;overflow:hidden;background:#fff;position:fixed;z-index:9999;width:100%;display: none;top: 0;}
.sp_logo1{float:left;height:70px;display: flex;justify-content: center;align-items: center;padding-left: 10px;}
.sp_logo1 img{margin:auto;max-height:50px;}
.sp_nav1{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:25px}
.sp_nav1 span{display:block;background:#0188FB;width:30px;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:10px}
.sp_nav1 span:nth-of-type(3){top:20px}
.sp_nav_se1 span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se1 span:nth-of-type(2){width:0}
.sp_nav_se1 span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav1{position:fixed;z-index:999;background:#fff;width:100%;height:calc(100% - 70px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;display: none;}
.nav_show1{top:70px}
.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;}

/*mSearch*/
.mSearch{position: relative;width: calc(100% - 20px);height: 35px;overflow: hidden;margin: 20px 10px;}
.mSearch input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 60px 0 10px;box-sizing: border-box;border: 1px solid #ccc;border-radius: 25px;background: none;outline: none;}
.mSearch button{background-image: linear-gradient(to right,#01b2ac 0,#004ea2 100%);width: 60px;height: 35px; position: absolute; top: 0;right: 0;border-radius: 0 25px 25px 0;color: #fff;font-size: 14px;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;}

/*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;}

.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt35{margin-top: 35px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}
.mt80{margin-top: 80px;}

.textCet{text-align: center;}
.textRight{text-align: right;}
/*-------------------------------------------*/

/*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: #00b0ec;width:20px;}

.banner{position: relative;width: 100%;overflow: hidden;}
.banTop{display: flex;justify-content: center;align-items: center;position: absolute;top: 50%;transform: translateY(-50%);width: 100%;z-index: 9;}
.banTop .desc{width: 100%;max-width: 1000px;background: rgba(255, 255, 255, 0.55);padding: 40px;box-sizing: border-box;}
.banTop .desc .txt{color: #3f4048;font-size: 26px;font-weight: 300;}
.banTop .desc .txt p{padding: 0;line-height: 1.6;}

.iTit{font-size: 30px;color: #000;font-weight: bold;}

.index1{width: 100%;padding: 50px 0;}
.i1List1{width: 100%;margin-top: 50px;}
.i1List1 ul li{float: left;width: 20%;padding: 0 20px;box-sizing: border-box;margin-bottom: 20px;}
.i1List1 .part{display: block;}
.i1List1 .part .t1{font-size: 22px;color: #891027;}
.i1List1 .part .t1:hover{text-decoration: underline;color: #E31837;}
.i1List1 .part .txt{font-size: 14px;color: #5a5b67;margin-top: 10px;}
.i1List1 .part .txt p{line-height: 1.6;}
.i1More{padding: 0 15px;box-sizing: border-box;}
.i1More a{font-size: 17px;color: #891027;font-weight: bold;text-decoration: underline;}
.i1More a:hover{text-decoration: underline;color: #E31837;}

.i1List2{width: 100%;margin-top: 40px;}
.i1List2 ul li{float: left;width: 33.3%;padding: 0 12px;box-sizing: border-box;}
.i1List2 .part{display: block;width: 100%;height: 100%;background: #fff;padding: 20px;box-sizing: border-box;border-radius: 3px;border: 1px solid #eee;box-shadow: 1px 1px 10px rgb(45 45 45 / 10%);}
.i1List2 .part .img{width: 100%;text-align: center;display: block;}
.i1List2 .part .img img{width: auto;max-width: 100%;}
.i1List2 .part .desc{margin-top: 20px;}
.i1List2 .part .t1{display: block;text-align: center;font-size: 20px;color: #891027;text-align: center;}
.i1List2 .part .t1:hover{text-decoration: underline;color: #E31837;}
.i1List2 .part .txt{font-size: 17px;color: #5a5b67;margin-top: 10px;}
.i1List2 .part .txt p{line-height: 1.6;}

.footer{width: 100%;background: #404040;padding: 30px 0;color: #fff;font-size: 15px;margin-bottom: 50px;}
.footer p{padding: 0;}
.f_links{margin-top: 5px;}
.f_links a{display: inline-block;margin-right: 10px;margin-bottom: 10px;color: #fff;text-decoration: underline;}
.f_links a:hover{text-decoration: underline;color: #E31837;}

.fTips{position: fixed;bottom: 0;left: 0;width: 100%;z-index: 999;background: rgba(0, 0, 0, 0.75);color: #fff;font-size: 14px;text-align: center;padding: 15px 0;}
.fTips.active{display: none;}
.fTips_close{display: inline-block;padding: 6px 12px;border-radius: 3px;color: #fff;font-size: 12px;background: #2ed4b4;margin-left: 20px;}
.fTips_close:hover{background: #46b8da;text-decoration: underline;color: #E31837;}

.p_page{padding-top: 30px;}
.current a{font-size: 14px;color: #891027;text-decoration: underline;}
.current a:after{content: ">";padding: 0 10px;color: #666;}
.current a:last-child:after{display: none;}

.mTit{padding: 20px 0;border-bottom: 3px solid #bfbfbf;color: #000;font-size: 38px;font-weight: bold;}
.mFull{width: 100%;margin: 20px 0;}
.mFull_Warp{width: 100%;}
.mFull_Warp .ml{border-right: 1px solid #e0e0e0;padding-right: 35px;text-align: right;width: 23%;box-sizing: border-box;}
.mlTit{font-weight: bold;color: #000000;border-bottom: 2px solid #bfbfbf;font-size: 19px;padding: 14px 0;}
.mlMenu{width: 100%;}
.mlMenu ul li{padding: 14px 0;border-bottom: 1px solid #bfbfbf;}
.mlMenu ul li a{font-size: 17px;color: #891027;}
.mlMenu ul li a:hover{color: #E31837;}

.mFull_Warp .mr{width: 77%;padding-left: 70px;box-sizing: border-box;}
.mrTit{color: rgb(0, 66, 133);font-size: 30px;}

.mrBox1{margin-top: 50px;box-sizing: border-box;min-height: 20px;padding: 19px;margin-bottom: 20px;background-color: rgb(238, 245, 252);border: 1px solid rgb(209, 227, 246);box-shadow: rgb(0 0 0 / 5%) 0px 1px 1px inset;}
.mrBox1 .tit{font-weight: 500;line-height: 1.1;color: rgb(45, 135, 0);margin-top: 20px;margin-bottom: 10px;font-size: 18px;}
.go_more{display: block;width: 135px;height: 30px;line-height: 30px;background: #16426f;color: #fff;text-align: center;font-size: 14px;}



.degree{width: 100%;margin: 30px 0;}
.degree>.left{width: 75%;}
.degree>.right{width: 23%;}
.degree .list{font-size: 14px;}
.degree dl{margin-bottom: 30px;}
.degree .more a{width: 250px;}
.degree dl h3{box-sizing: border-box;font-weight: 500;line-height: 1.1;color: rgb(0, 66, 133);margin-top: 20px;margin-bottom: 10px;font-size: 24px;}
.degree dl d{font-size: 14px;color: rgb(3, 10, 19);}
.degree .list ul{padding-left: 20px;}
.degree .list ul li{list-style: disc;margin: 10px 0;color: rgb(0, 66, 133);}
.degree .list a{color: rgb(126, 93, 142);font-weight: bold;text-decoration: underline;}
.degree .more .more1{color: rgb(126, 93, 142);font-weight: bold;text-decoration: underline;font-size: 18px;}
.degree .list2{margin-top: 20px;border-top: 1px solid rgb(204, 204, 204);padding-top: 20px;}
.degree .list2 ul li{width: 50%;padding: 0 15px;box-sizing: border-box;margin-bottom: 20px;}
.degree .list2 .tit{text-align: center;margin-bottom: 10px;}
.degree .list2 .t1{color: rgb(126, 93, 142);font-weight: bold;text-decoration: underline;font-size: 14px;display: block;}
.degree .list2 .img{width: 100%;}
.degree .list2 .img img{width: 100%;}

.degree>.right .tit{box-sizing: border-box;padding: 10px 15px;border-bottom: 1px solid #1f5c99;border-radius: 0px;color: rgb(255, 255, 255);background-color: #1f5c99;border-top-color: #1f5c99;border-right-color: #1f5c99;border-left-color: #1f5c99;}
.degree_links{width: 100%;border: 1px solid #1f5c99;box-sizing: border-box;}
.degree_links>li{border-bottom: 1px solid #1f5c99;}
.degree_links>li:last-child{border-bottom: none;}
.degree_links>li>a{box-sizing: border-box;color: #1f5c99;position: relative;display: block;padding: 10px 15px;margin-bottom: -1px;font-size: 14px;font-weight: bold;}

.degree_links>li:nth-child(1)>a:before,
.degree_links>li:nth-child(2)>a:before,
.degree_links>li:nth-child(3)>a:before,
.degree_links>li:nth-child(4)>a:before{font-size: 12px;color: #fff;background: #981f33;border-radius: 3px;padding: 2px 3px;margin-right: 5px;content: "New";}

.studentCenter{width: 100%;padding: 60px 0;}
.studentCenter .title{font-size: 26px;color: #000;margin-bottom: 30px;}
.studentCenter .txt{font-size: 14px;color: #666;}
.studentCenter .txt a{color: #015d7e;font-size: 16px;font-weight: bold;}
.studentCenter .list{margin-top: 50px;}
.studentCenter .list ul li{width: 25%;padding: 0 15px;box-sizing: border-box;margin-bottom: 20px;}
.studentCenter .part{display: block;width: 100%;}
.studentCenter .part .tit{font-size: 20px;color: #000;margin-bottom: 20px;}
.studentCenter .part .more{margin-top: 20px;}
.studentCenter .part .more a{display: inline-block;padding: 10px 20px;border: 2px solid #015d7e;color: #015d7e;font-size: 16px;font-weight: bold;border-radius: 5px;margin: 5px 0;box-sizing: border-box;}

.mrBox1_list{margin-top: 20px;}
.mrBox1_list>ul>li{width: 25%;padding: 0 10px;box-sizing: border-box;}
.mrBox1_list .tit{font-weight: 500;line-height: 1.1;color: rgb(45, 135, 0);margin-top: 20px;margin-bottom: 10px;font-size: 18px;}
.ul1{padding-left: 20px;box-sizing: border-box;}
.ul1 li{list-style: disc;margin: 10px 0;color: rgb(0, 66, 133);}
.ul1 li a{color: rgb(126, 93, 142);font-weight: bold;text-decoration: underline;font-size: 14px;}
.go_more2{margin-left: auto;margin-right: auto;}

.statistics{width: 100%;padding: 30px 0;}
.statistics .left{width: 35%;}
.statistics h3{font-size: 14px;color: #7e5d8e;font-weight: bold;}
.statistics .txt{font-size: 14px;color: #030a13;margin: 10px 0;}
.statistics .right{width: 35%;margin-left: 5%;}

.search2{width: 100%;position: relative;overflow: hidden;height: 35px;border: 1px solid #2d8700;box-sizing: border-box;}
.search2 input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 0 100px 0 10px;box-sizing: border-box;outline: none;font-size: 14px;color: #333;}
.search2 button{position: absolute;top: 0;right: 0;width: 90px;height: 100%;border: none;background: #2d8700;color: #fff;font-size: 14px;}
.statistics_line{width: 100%;height: 1px;background: #ddd;margin: 30px 0;}

.news{width: 100%;}
.news ul li{margin: 20px 0;}
.news .t1{font-size: 26px;color: #891027;font-weight: bold;text-decoration: underline;}
.news .t1:hover{color: #E31837;}
.news .txt{font-size: 17px;color: #5a5b67;margin-top: 10px;}

.inquery{width: 100%;padding: 70px 0;}
.inquery_tit{font-size: 30px;font-weight: bold;text-align: center;color: #0000ff;}
.inquery_warp{width: 100%;margin-top: 80px;}
.inquery_warp>.left{width: 52%;}
.inquery_warp .title{font-size: 26px;color: #000;font-weight: bold;}
.inquery_warp .list{width: 100%;}
.inquery_warp .list ul{justify-content: space-between;}
.inquery_warp .list ul li{width: 46%;margin: 20px 0;padding: 0 10px;box-sizing: border-box;}
.inquery_warp .list .part{display: flex;align-items: center;}
.inquery_warp .list .part .icon{width: 28px;margin-right: 22px;}
.inquery_warp .list .part .icon img{width: 100%;}
.inquery_warp .list .part .desc{flex: 1;}
.inquery_warp .list .part .tit{font-size: 16px;color: #343a40;font-weight: bold;}

.inquery_warp>.right{width: 40%;}

.inquery_box{border: 2px solid #f8f9fa;background: #fff;border-radius: 3px;padding: 20px;box-sizing: border-box;}
.inquery_form{width: 100%;}
.inquery_form ul li{margin: 26px 0;}
.inquery_form input{width: 100%;height: 48px;background: #f8f9fa;padding: 0 10px;border-radius: 5px;outline: none;color: #adb5bd;font-size: 16px;}
.inquery_form button{width: 100px;height: 50px;border: none;background: #0000ff;color: #fff;border-radius: 5px;font-size: 16px;font-weight: bold;}

.result{width: 100%;}
.result_img{width: 180px;text-align: center;}
.result_img img{width: 120px;}
.result_panel{width: calc(100% - 180px);background: url(../images/securitybg.jpg) center repeat;padding: 20px 0;}
.result_panel h3{color: #2196F3;padding-top: 50px;padding-bottom: 15px;font-size: 18px;font-weight: bold;}

.result_panel ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.result_panel ul li{width: 49%;height: 54px;line-height: 54px;display: flex;justify-content: space-between;align-items: center;}
.result_panel ul li.w100{width: 100%;}
.result_panel .tit{font-size: 13px;color: #333;font-weight: bold;width: 150px;}
.result_panel .input{width: calc(100% - 150px);border-bottom: 1px dashed #DDD;color: #999999;}




@media only screen and (max-width: 1500px) {
.menu a{font-size: 14px;padding: 0 2px;}
}


@media only screen and (max-width: 1200px) {
.wapper{ width:100%;padding: 0 20px;box-sizing: border-box;}
.p_warp{padding-left: 3%;padding-right:3%;}
.pc_menu{max-width: 82%;flex: 1;}
.menu a{padding: 0 2px;font-size: 14px;}
.banTop .desc{padding: 35px;}
.banTop .desc .txt{font-size: 22px;}
.i1List1 ul li{padding: 0 15px;}
.i1List2 .part .t1{font-size: 18px;}
.i1List2 .part .txt{font-size: 15px;}
.footer{margin-bottom: 48px;}
.fTips{padding: 10px 0;}
.banTop .desc{width: 90%;}
.iTit{font-size: 28px;}
.mTit{font-size: 36px;}
.mlTit{font-size: 18px;}
.mlMenu ul li a{font-size: 16px;}
.mrTit{font-size: 28px;}
.mFull_Warp .mr{padding-left: 50px;}
.inquery_warp .title{font-size: 24px;}
.inquery_tit{font-size: 28px;}
.inquery_warp .list .part .tit{font-size: 16px;}
.news .t1{font-size: 24px;}
.studentCenter .part .tit{font-size: 18px;margin-bottom: 10px;}
.studentCenter .part .more a{font-size: 14px;}
.result_img{width: 120px;}
.result_panel{width: calc(100% - 120px);}
.result_panel .tit{width: 120px;}
.result_panel .input{width: calc(100% - 120px);}







}

@media only screen and (max-width: 980px) {
.wapper{ width:100%;}
.p_warp{padding: 0 20px;}
.search span{font-size: 14px;}
.menu a{padding: 0 2px;font-size: 13px;}
.banTop .desc{padding: 20px;}
.banTop .desc .txt{font-size: 18px;}
.i1List1 ul li{width: 100%;padding: 10px 0;}
.i1List2 .part .t1{font-size: 16px;}
.i1List2 .part .txt{font-size: 14px;}
.iTit{font-size: 26px;}
.mTit{font-size: 32px;}
.mlTit{font-size: 17px;}
.mlMenu ul li a{font-size: 15px;}
.mrTit{font-size: 26px;}
.mFull_Warp .mr{padding-left: 20px;}
.degree dl h3{font-size: 20px;}
.degree>.left{width: 70%;}
.degree>.right{width: 28%;}
.degree_links>li>a{font-size: 13px;}
.mFull_Warp .ml{padding-right: 20px;}
.inquery_warp .title{font-size: 20px;}
.inquery_tit{font-size: 26px;}
.inquery_warp .list .part .tit{font-size: 14px;}
.news .t1{font-size: 20px;}
.news .txt{font-size: 15px;}
.mrBox1_list>ul>li{width: 33.3%;}
.statistics .left{width: 45%;}
.statistics .right{width: 50%;}
.studentCenter .list ul li{width: 50%;margin: 15px 0;}
.studentCenter .part .more a{padding: 8px 15px;}



}


@media only screen and (max-width: 780px) {
.header{ display:none}
.sp_header1{ display:block;top: 0;position: relative;border-bottom: 1px solid #eee;}
.sjj_nav1{ display:block;}
.indexTop{display: none;}
.banTop .desc{padding: 10px;}
.banTop .desc .txt{font-size: 14px;}
.banner img{min-height: 180px;}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after{font-size: 24px;}
.iTit{font-size: 24px;}
.i1List1{margin-top: 20px;}
.i1List1 ul li{margin: 0;}
.i1List1 .part .t1{font-size: 18px;}
.i1List2 ul li{width: 100%;padding: 0;margin-bottom: 20px;}
.i1List2 .part{padding: 15px;}
.i1List2 .part .txt{font-size: 13px;}
.footer{font-size: 14px;margin-bottom: 30px;}
.fTips{padding: 0;line-height: 30px;font-size: 12px;}
.fTips_close{padding: 0 12px;}
.p_page{padding-top: 20px;}
.mTit{font-size: 22px;padding: 10px 0;}
.mlTit{font-size: 16px;}
.mlMenu ul li a{font-size: 14px;}
.mrTit{font-size: 24px;}
.mrBox1{margin: 20px 0;}
.degree dl h3{font-size: 18px;}
.mFull_Warp .ml{width: 100%;padding: 0;padding-bottom: 20px;border-right: none;text-align: left;}
.mlMenu ul li{padding: 12px 0;}
.mFull_Warp .mr{width: 100%;padding: 0;}
.mrBox1{padding: 10px;}
.mrBox1 .tit{font-size: 16px;margin: 10px 0;}
.degree>.left{width: 100%;margin-bottom: 20px;}
.degree .list2 ul li{padding: 0 5px;}
.degree>.right{width: 100%;}
.inquery_warp .title{font-size: 14px;}
.inquery_tit{font-size: 24px;}
.inquery_warp{margin-top: 20px;}
.inquery_warp>.left{width: 100%;margin-bottom: 20px;}
.inquery_warp>.right{width: 100%;}
.inquery_warp .list ul li{width: 100%;padding: 0;margin: 12px 0;}
.news .t1{font-size: 16px;}
.news .txt{font-size: 14px;}
.mrBox1_list>ul>li{width: 100%;padding: 0;margin: 15px 0;}
.statistics .left{width: 100%;margin-bottom: 20px;}
.statistics .right{width: 100%;}
.studentCenter .list ul li{width: 100%;padding: 0;}
.result_panel h3{padding: 15px 0;}
.result_img{width: 100%;order: 0;margin-bottom: 20px;}
.result_img img{width: 120px;}
.result_panel{width: 100%;order: 1;}
.result_panel ul li{width: 100%;height: 35px;line-height: 35px;}









}
