@charset "utf-8";

/* Style Reset */
/*a:active,a:visited,a:focus{*/
/*    -webkit-tap-highlight-color:rgba(0,0,0,0);*/
/*    -webkit-tap-highlight-color: transparent;*/
/*    outline:none;*/
/*    background: none;*/
/*    text-decoration: none;*/
/*}*/

html {
    font-size: 625%;
    -webkit-text-size-adjust: none;
    max-height: 100%
}
body {
    font-size: 0.2rem;
}
body, p, h1, ul, li, input, img, figure, h3, h1, h2, dl, dd, dt {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
}
ul, ol, li, dl, dt, dd {
    list-style: none;
}
a {
    text-decoration: none;
    outline: 0px;
}
a{
    color:#333;
}
fieldset, img {
    border: 0;
}
table{
    border-collapse: collapse;
}
img {
    max-width: 100% !important; height:auto;
}
input[type="text"], input[type="password"], input[type="submit"], input[type="reset"], input[type="button"], textarea {
    -webkit-appearance: none;
}
.clearfix{zoom:1;}
.clearfix:before,.clearfix:after{display: table;line-height: 0;content:"";}
.clearfix:after{clear:both;}


/*header*/
.head-top {
    height: 0.8rem!important;
    clear: both;
    overflow: hidden;
    background: #f4f4f4;
}
.head-top a.logo {
    display: inline-block;
    max-width: 44.8125%;
    height: 100%;
    float: left;
}
.logo img{
    max-height:100%;
}
.head-top .tel{
    text-align: left;
    display: inline-block;
    float: left;
    color: #333;
    padding-top: 0.1rem;
}
.head-top p span{
    display: block;
    font-size: 0.3rem;
}


/***============ head- search =============****/
.top-search{
    width: 50%;
    float: right;
    border:1px solid #d9342e;
    background-color: #d9342e;
    line-height: 0.5rem;
    height: 0.5rem;
    margin: 0.15rem 0.1rem 0 0;
}
.top-search .s-input{
    width: 84%;
    display: inline-block;
    padding: 0 0.1rem;
    box-sizing: border-box;
    border: none;
    color: #666;
    background-color: #fff;
    float: left;
    line-height: 0.5rem;
}
.top-search .s-btn{
    background-color: #d9342e;
    display: inline-block;
    width: 16%;
    height: 0.5rem;
    float: right;
    border: none;
    outline: none;
    background-image: url(../images/icon_search.png);
    background-repeat: no-repeat;
    background-position: center;
}
.top-search{}




/***============ head-nav 01 =============****/

.head-nav {
    width: 100%;
    text-align: center;
    background: linear-gradient(to right,#de433e,#f95934);
}

.navbox {
    clear: both;
    overflow: hidden;
}

.navbox li {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0.1rem 0;
}

.navbox a {
    display: block;
    font-size: 0.22rem;
    line-height: 0.40rem;
    color: #fff;
    border-radius: 3px;
}

.navbox a.cur {
    background-color: #f5db5f;
    color: #333;
}


/***============ nav 02 head-menu =============****/

.head-menu{height: 1rem; position: relative;}
.head-menu .logo {display: inline-block;max-width: 64.8125%;height: 100%;}
.head-menu .logo img{max-height:100%;}
.head-menu .navmenu{display: inline-block; float: right;width: 1rem; height: 1rem; }
#navmenu{background: url(../images/menu.png) no-repeat center;}
#navmenu-close{ background: url(../images/close.png) no-repeat center; display: none;}
.navmenu-list{ background: #fff; position: fixed; top: 1rem; right: -2000px; z-index: 99; width: 3.4rem; }
.navmenu-list>li{border-bottom: 1px solid #ddd;}
.navmenu-list>li>a{color: #333;background-color:#f0f0f0;display: block; line-height: 0.6rem;padding: 0 0.2rem; }
.navmenu-list li p{display: none; padding-left: 0.4rem;}
.navmenu-list li p a{display: block; color: #777; line-height: 0.4rem; background: url(../images/icon2.png) no-repeat left center; padding-left: 0.2rem;}
.pos-fix{position: fixed; top: 0; left: 0; width: 100%;}








/******===========  basic ============*******/

.linebg {
    width: 100%;
    height: 0.2rem;
    background-color: #f4f4f4;
}

.part-tit{
    clear:both;
    line-height:0.30rem;
    padding:0.2rem 4%;
    background-color: #fcefef;
}
.part-tit span{
    display:inline-block;
    border-left:0.08rem solid #d9342e;
    padding-left:0.12rem;
    font-size:0.24rem;
}
.part-tit a{
    display:block;
    float:right;
    color:#333;
    background:url(../images/icon_more.png) no-repeat right center;
    height:0.30rem;
    width:1rem;
}



/*banner*/
.cons1 {
}

.cons1 .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.cons1 .swiper-slide {
    background: #fff;
}

.cons1 .swiper-slide a{
    display: block;
}

.cons1 .swiper-slide a img{
    display: block;
    width: 100%;
}

.cons1 .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
}

.cons1 .swiper-pagination-bullet-active {
    color: #fff;
    background: #f7b143;
}


/**======== center ======= */

.hot-links{
    padding: 0.2rem 0;
}
.hot-links li{
    width: 21%;
    float: left;
    padding: 0 2%;
    margin-bottom: 0.2rem;
}
.hot-links li a{
    display: block;
    text-align: center;
}
.hot-links li a img{
    display: block;
    margin: 0 auto;
    border-radius: 50%;
}
.hot-links li a span{
    display: block;
    font-size: 0.24rem;
    line-height: 0.5rem;
    color: #666;
}


.cen-links{
    padding: 0.2rem 0;
    overflow: hidden;
}
.cen-links li{
    width: 28%;
    float: left;
    margin: 0 0 0.2rem 4%;
}
.cen-links li a{
    display: block;
    text-align: center;
    color: #fff;
    background-color: #f2a954;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 5px;
    line-height: 0.6rem;
}
.cen-links li:nth-child(3n) a{
    background-color: #42aec2;
}
.cen-links li:nth-child(3n+2) a{
    background-color: #60b981;
}


/** ============  倒计时 =============== **/

.ding-kf-item ul {
    padding-left: 0px;
}
.ding-kf-item ul li {
    border-bottom: 1px solid #d0d0d0;
    font-size: 12px;
    line-height: 22px;
    padding: 0 6px;
    color: #d0d0d0;
}
.ding-kf-item ul li a {
    color:#000;
    font-size: 14px;
    padding: 10px;
}
.ding-kf-item .ding-kf-more {
    width: 100%;
    text-align: center;
    display: block;
    color: #fff;
    background-color: #2b7ee6;
    padding: 8px;
}
.ding-kf-item .ding-hr {
    color: #000;
    z-index: 9999;
    background-color: #fff;
    display: block;
    width: 190px;
    margin: auto;
    position: relative;
}
.ding-time-m {
    text-align: center;
    background-image: url(../images/bg_time.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    font-size: 16px;
    padding: 0.6rem 0 0.4rem;
    color: #333;

}
.ding-time-m a {
    /*background: #f7af85;*/ /* Old browsers */
    /*background: -moz-linear-gradient(left,  #f7af85 0%, #fd4438 100%); *//* FF3.6-15 */
    /*background: -webkit-linear-gradient(left,  #f7af85 0%,#fd4438 100%);*/ /* Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to right,  #f7af85 0%,#fd4438 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7af85', endColorstr='#fd4438',GradientType=1 );*/ /* IE6-9 */
    color: #333;
    padding: 2px 2px;
    display: block;
    border-radius: 30px;
}
.ding-time-m a span{
    color: #d9342e;
    font-weight: bold;
}
.ding-time-m h2 {
    color: red;
    font-size: 14px;
    margin: 0;
}
.ding-time-m span {
    color: #FFEB3B;
    font-weight: bolder;
    font-size: 26px;
}



/** ============  横向 =============== **/
.slide-inner{
    width: 90%;
    height: 100px;
    margin: 50px auto;
    padding-bottom: 20px;
    overflow: hidden
}
/*.slide-inner .box{
	position: absolute;
	left: 0; top: 0;
}*/
.innerbox {
    overflow-x: scroll;
    overflow-y: hidden;
    color: #000;
    font-size: .23rem;
    height: 100%;
    width: auto;
}
.innerbox p{
    float: left;
    white-space: nowrap;
}
.innerbox::-webkit-scrollbar {
    width: 5px;
}

.innerbox::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
    background: red;
}

.innerbox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
    border-radius: 0;
    background: pink;
}


/*** y轴 ***/

/*.y-inner {
	width: 200px;
	height: 200px;
	margin: 50px auto;
	background-color: #f2f2f2;
	overflow: hidden;
	position: relative;
}

.y-inner .innerbox {
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 16px;
	color: #333;
	height: 100%;
}

.y-inner .innerbox::-webkit-scrollbar {
	width: 4px
}

.y-inner .innerbox::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
	background: red;
}

.y-inner .innerbox::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,.2);
	border-radius: 0;
	background: pink;
}*/





/*ind - us*/
.ind-us {
    padding: 0.1rem 4% 0.2rem;
}

.ind-us h1 {
    font-size: 0.24rem;
    color: #333;
    line-height: 0.5rem;
}

.ind-us span {
    width: 0.5rem;
    height: 0.04rem;
    background: #f5ac1e;
    display: block;
}

.ind-us div {
    text-align: justify;
    font-size: 0.2rem;
    line-height: 0.3rem;
    text-indent: 0.4rem;
    color: #666;
    margin-top: 0.2rem;
}


/* items-pic */
.items-pic {
    margin-top: 0.2rem;
}

.items-pic li {
    overflow: hidden;
    float: left;
    width: 30%;
    margin: 0 0 0.1rem 2.5%;
}

.items-pic li a {
    display: block;
    padding: 5px 5px 0;
    border: 1px solid #ddd;
}

.items-pic li span {
    display: block;
    border: 1px solid #eee;
}

.items-pic li span img {
    width: 100%;
    /*max-height:1.7rem;*/
}

.items-pic li h3 {
    font-size: 0.22rem;
    color: #444;
    line-height: 0.5rem;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sch-logos li{
    width: 26%;
    margin: 0 0 0.1rem 5.5%;
}
.sch-logos li a{
    border: none;
}
.sch-logos li span{
    width: 1rem;
    height: 1rem;
    padding: 0.1rem;
    overflow: hidden;
    margin: 0 auto;
}


/* proshow */
.proshow dl {
    clear: both;
    overflow: hidden;
    width: 92%;
    padding: 0.2rem 0;
    margin: 0 auto;
    border-bottom: 1px dotted #ccc;
}

.proshow dt {
    float: left;
    width: 2.1rem;
    height: 1.4rem;
    overflow: hidden;
    margin-right: 0.1rem;
}

.proshow dt img {
    width: 100%;
    min-height: 100%;
}

.proshow dd {
}

.proshow dd a.proname {
    display: block;
    color: #333;
    font-size: 0.24rem;
}

.proshow dd p {
    margin-top: 0.2rem;
}

.proshow dd p a {
    display: inline-block;
    background: #0089d2;
    margin-right: 0.1rem;
    border-radius: 8px;
    padding: 0.06rem 0.15rem;
    color: #fff;
}

.proshow dd p a:last-child {
    margin-right: 0;
}




/*news*/
.f-news {
    margin: 0 auto;
}

.f-news li {
    line-height: 0.5rem;
}

.f-news li a {
    display: block;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0.22rem;
    background: url(../images/icon_art2.png) no-repeat left center;
}

.f-news a strong,.inew a b {
    font-weight: normal;
}

.f-news li em {
    display: inline-block;
    float: right;
    color: #999;
    font-style: normal;
    padding-left: 0.3rem;
}

.news-one {
    width: 96%;
    margin: 0.2rem auto;
}


/*** pic news ***/
/*.pic-news {
	padding: 0 4%;
}

.pic-news li {
	padding: 0.1rem 0;
	border-bottom: 1px solid #eee;
}

.pic-news li a {
	display: block;
}

.pic-news li .p-media {
	width: 100px;
	float: left;
	margin-right: 0.2rem;
}

.pic-news li .p-media img {
	display: block;
	max-width: 100%;
	height: auto;
}

.pic-news li .p-inner {
}

.pic-news li .p-inner span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	margin-bottom: 0.1rem;
}

.pic-news li .p-inner p {
	color: #999;
}*/



/*** sum news ***/
.sum-news {
    padding: 0 4%;
}

.sum-news li {
    padding: 0.14rem 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.sum-news li a {
    display: block;
}

.sum-news li .p-media {
    width: 100px;
    float: left;
    margin-right: 0.2rem;
}

.sum-news li .p-media img {
    display: block;
    max-width: 100%;
    height: auto;
}

.sum-news li .p-inner {
}

.sum-news li .p-inner span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    margin-bottom: 0.1rem;
}

.sum-news li .p-inner p {
    color: #999;
    font-size: 0.2rem;
}

.sum-news li.item-two a {
    display: block;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 0.3rem;
    background: url(../images/icon_arr1.png) no-repeat left center;
    background-size: 0.2rem;
}

.sum-news li.item-two a > em {
    display: inline-block;
    float: right;
    color: #999;
    font-style: normal;
    padding-left: 0.3rem;
}



/*** tab news ***/
.tab-news .swiper-container {
    width: 100%;
    height: auto;
}

.tab-news .gallery-text {
    height: 0.7rem;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

.tab-news .gallery-text .swiper-slide a {
    display: block;
    line-height: 0.7rem;
    font-size: 0.24rem;
    text-align: center;
}

.tab-news .gallery-text .swiper-slide-thumb-active a {
    color: #d9342e;
    border-bottom: 2px solid #d9342e;
}



.tab-news{
    margin: 0.2rem auto;
}
.tab-news-box2 .f-news {
    width: 92%;
    margin: 0.2rem auto;
}
.tab-news-box2 .f-news li{
    padding: 0.1rem 0;
}
.cat-more{
    margin: 0.3rem auto 0.2rem;
    text-align: center;
}
.cat-more a{
    display: inline-block;
    color: #fff;
    background-color: #f7b143;
    padding: 0 0.5rem;
    line-height: 0.6rem;
    margin: 0 auto;
    border-radius: 50px;
}


/*** footer ***/

.ind-contact{
    padding:0.2rem 4%;
    color:#666;
    line-height:0.36rem;
    text-align: center;
}
.ind-contact p{

}
.ind-contact a{
    display: inline-block;
    color: #666;
}
.foot-icon {
    background: #3c3c3c;
    width: 100%;
    padding: 0.1rem 0;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.foot-icon li {
    width: 50%;
    float: left;
    text-align: center;
    color: #fff;
}

.foot-icon li a {
    display: block;
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    line-height: 0.54rem;
    width: 90%;
    margin: 0 auto;
}

.foot-icon a em {
    width: 0.4rem;
    margin: 0 auto;
    display: inline-block;
}

.foot-icon a em img {
    width: 100%;
    height: auto;
}

.foot-icon a span {
    font-size: 0.18rem;
    line-height: 2;
    display: inline-block;
    background-image: url(../images/foot01.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    height: 0.34rem;
    line-height: 0.34rem;
    padding-left: 0.4rem;
}

.foot-icon a.footus span {
    background-image: url(../images/foot02.png);
}

.foot-fix {
    height: 1.0rem;
    width: 100%;
}



.foot-four{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    width: 100%;
    background-color: #444;
}
.foot-four li{
    width: 25%;
    float: left;
}
.foot-four li a{
    display: block;
    color: #fff;
    text-align: center;
    font-size: 0.16rem;
    padding: 0.1rem 0;
}
.foot-four li em{
    display: block;
    width: 0.3rem;
    margin: 0 auto 0.05rem;
}
.foot-four li em img{
    display: block;
    max-width: 100%;
}







/*============== list-pics  ==================*/
.location{
    padding: 0.15rem 4%;
    background: #f1f1f1;
}
.location p{

}
.location p a, .location p span{
    display: inline-block;
    color: #666;
}


.whitebg{
    background:#fff;
}
.main-box{
    width:94%;
    padding:0.2rem 0;
    margin:0 auto;
    min-height:4rem;
}

.list-pics {
}

.list-pics li {
    width: 46%;
    margin: 0 2% 0.2rem;
    float: left;
}

.list-pics li a {
    display: block;
    padding: 0.1rem;
    border: 1px solid #ddd;
}

.list-pics li span {
    display: block;
    height: 1.6rem;
    overflow: hidden;
}

.list-pics li span img {
    min-height: 100%;
    width: 100%;
}

.list-pics li  p {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    line-height: 0.4rem;
    border-top: 1px dotted #ddd;
}

.list-pics li a:focus {
    background: #f4f4f4;
}


/***============  news  ===============**/
.list-arts {
}

.list-arts li {
    clear: both;
    overflow: hidden;
    padding: 0.12rem 0;
    border-bottom: 1px solid #eee;
    line-height: 0.4rem;
}

.list-arts a {
    color: #545454;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../images/icon_art2.png) no-repeat left center;
    padding-left: 0.2rem;
}

.list-arts li em {
    display: block;
    color: #b0b0b0;
    float: right;
    padding-left: 0.3rem;
    font-style: normal;
}

.list-arts p{
    color: #999;
    text-align: justify;
    padding-left: 0.2rem;
}
.top-list-arts li a{
    color: #d9342e;
}



/**======= article =======**/
.box-article {
    min-height: 5rem;
    overflow: hidden;
    width: 90%;
    padding:0.2rem 2%;
    margin: 0 auto;
}
.box-article .art-title {
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.24rem;
    line-height: 0.4rem;
}
.box-article .art-time{
    font: 0.16rem/0.5rem "microsoft yahei";
    font-weight:normal;
    margin-bottom: 3%;
    border-bottom:1px dashed #ddd;
    text-align:center;
    color:#999;
}
.box-article .art-time em{
    display: inline-block;
    margin: 0 0.1rem;
    font-style: normal;
}
.box-article .art-time span{
    display: inline-block;
}
.art-content{

    font-size:0.22rem;
    line-height:0.4rem;

}
.art-content img{
    max-width: 100% !important;
    height: auto !important;
}
table a {
    color: #3e97c9;
}


/**============= form ===============**/
.page-pages{
    width: 100%;
}
.page-pages .linebg{
    background-color: transparent;
}

.page-pages .p-box{
    width: 92%;
    margin: 0.2rem auto;
    color: #666;
}

.page-pages .p-pic img{
    max-width: 100% !important;
    height: auto !important;
}
.page-pages .p-texts{
    text-align: justify;
}
.page-pages .enter-btn{
    display: block;
    width: 4rem;
    line-height: 0.6rem;
    border-radius: 5px;
    text-align: center;
    background-color: #f7b143;
    margin: 0.3rem auto 0.1rem;
}
.page-pages .enter-btn a{
    color: #fff;
    display : block;
}



/*form*/
.page-form .pagetit{

}
.page-form .form-first{
    padding: 0 4%;
}
.page-form .form-first .ty {
    font-size: 0.24rem;
    line-height: 0.5rem;
    padding: 0 4%;
    color: #3e97c9;
    background-color: #f0f0f0;
    margin: 0.2rem auto 0.1rem;
}

.form-first > table tr{
    text-align: center;
    color: #333;
    font-weight: normal;
    vertical-align: middle;
}
.form-first > table tr em{
    color: #f00;
    width: 14px;
    text-align: left;
    display: inline-block;
}
.form-first > table tr > th{
    min-width: 120px;
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
    font-size: 0.22rem;
    height: 40px;
}
.form-first > table tr > td{
    width: 300px;
}
.form-first > table tr > td input[type=text]{
    width: 100%;
    line-height: 38px;
    height: 38px;
    border: 1px solid #ccc;
    padding: 0 5px;
    box-sizing: border-box;
    color: #666;
}
.form-first > table tr > td select{
    width: 100%;
    line-height: 38px;
    height: 38px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.form-first > table tr > td select option{
    line-height: 30px;
}
.form-first .btns{
    margin: 0.4rem auto 0.1rem;
    display: table;
}
.form-first .btns input{
    width: 2rem;
    height: 0.5rem;
    text-align: center;
    color: #fff;
    border:none; outline: none;
    background-color: #3e97c9;
    border-radius: 3px;
    display: inline-block;
}
.form-first .btns #mydo{
    background-color: #f7b143;
    margin-right: 0.2rem;
}







/***=============  inner school==================***/
.logo-lists{
    padding: 0 4%;
}

.logo-lists li {
    padding: 0.1rem 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.logo-lists li a {
    display: block;
}

.logo-lists li .p-media {
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    float: left;
    margin-right: 0.2rem;
}

.logo-lists li .p-media img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.logo-lists li .p-inner {
}

.logo-lists li .p-inner span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    margin-bottom: 0.1rem;
}

.logo-lists li .p-inner p {
    color: #999;
    font-size: 0.2rem;
}



/*============= school ==============*/
.page-school{
    width: 100%;
}

.page-school .linebg{
    background-color: transparent;
}
.school-box-wid{
    width: 94%;
    margin: 0.2rem auto;
}
.school-box1 .sch-inner-logo{
    display: block;
    width: 2rem;
    height: 2rem;
    float: left;
    margin: 0 0.2rem 0.1rem 0;
}
.school-box1 .school-desc{
    font-size: 0.22rem;
    line-height: 0.34rem;
    color: #777;
    text-align: justify;
}

.page-school .sch-table{
    border:1px solid #e0e0e0;
    width: 100%;
    text-align: center;
    border-right: none;
    font-size: 0.18rem;
}
.page-school .sch-table tr th{
    border-right: 1px solid #e0e0e0;
    background-color: #f4f4f4;
}
.page-school .sch-table tr{
    height: 36px;
}
.page-school .sch-table tr td{
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    color: #666;
}
.page-school .sch-table tr td.fo{

}
.page-school .sch-table tr td:first-child a{
    color: #d9342e;
}
.page-school .school-book{
}
.page-school .school-book tr td a{
    display: inline-block;
    margin: 5px 10px;
}
.page-school .sch-pro-list tr td.fo a {
    display: block;
    background-color: #f7b143;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 0.4rem;
    margin: 0 2px;
}

.page-school .sch-book-list td a{
    color: #d9342e;
}


.page-school .sch-inner{
    background-color: #fcefef;
    padding: 0.2rem 3%;
    overflow: hidden;
}
.page-school .sch-inner > dt{
    width: 1.4rem;
    height: 1.4rem;
    overflow: hidden;
    float: right;
}
.page-school .sch-inner > dd > h3{
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #d9342e;
}
.page-school .sch-inner > dd .sch{
    color: #444;
}
.page-school .sch-inner > dd .infos{
    margin-top: 0.2rem;
}
.page-school .sch-inner > dd .infos span{
    display: block;
    line-height: 0.4rem;
    color: #666;
}

.page-school .de-box-wid{
    width: 92%;
    margin: 0.2rem auto;
    color: #666;
    line-height: 0.4rem;
}
.page-school .de-box-wid img{
    max-width: 100% !important;
    height: auto !important;
}
.page-school .sch-inner .bm{
    margin: 0.3rem auto 0.1rem;
}
.page-school .sch-inner .bm a{
    display: block;
    line-height: 0.6rem;
    color: #fff;
    background-color: #f7b143;
    border-radius: 5px;
    text-align: center;
}



/**=============专业=============**/
.pagetit{
    text-align: center;
    line-height: 0.5rem;
    padding: 0.2rem;
    background-color: #09c;
    color: #fff;
    font-size: 0.32rem;
}

.page-prof{
    width: 100%;
}
.page-prof .prof-lists{

}
.page-prof .prof-lists > dt{
    text-align: center;
    line-height: 0.56rem;
    font-size: 0.24rem;
    border-bottom: 1px solid #ddd;
}
.page-prof .prof-lists > .zy{
    padding: 0.1rem;
}
.page-prof .prof-lists > .zy a{
    display: block;
    width: 30%;
    float: left;
    margin: 0 0 0.1rem 2.5%;
    text-align: center;
    line-height: 0.32rem;
    border:1px solid #3e97c9;
    color: #3e97c9;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 0.1rem;
    box-sizing: border-box;
    border-radius: 5px;
}
.page-prof .prof-lists > .more{
    padding: 0.15rem 4%;
    border-top: 1px solid #ddd;
}
.page-prof .prof-lists > .more a{
    display: block;
    color: #666;
    text-align: left;
    background: url(../images/icon_arr1.png) no-repeat right center;
    background-size: auto 18px;
}










/*========= pagenums =========*/


#elevator_item {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 15px;
    bottom: 20%;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    opacity: 1;
    z-index: 100020;
    display: none;
}
#elevator_item.off {
    opacity: 0;
    visibility: hidden
}
#elevator {
    display: block;
    width: 60px;
    height: 50px;
    background: url(../images/icon_top.png) center center no-repeat;
    background-color: #444;
    background-color: rgba(0,0,0,.6);
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0,0,0,.2);
    cursor: pointer;
    margin-bottom: 10px
}


































/*media*/

@media (max-width: 300px) {
    .ind-form{margin:10px 0 20px;}
    .ind-form label{height:68px;}
    .ind-form label span{width:90%; text-align:left;}
    .ind-form label em{width:90%; margin-left:0;}
    .ind-form .label-last{height:34px;}
    .label-last span{display:none !important;}
}

@media all and (min-width:1020px) {
    .navbox a{padding:0 0.08rem !important;}
    .content {
        width: 640px;
        margin: 0 auto;
        position: relative;
        margin-top: 6%;
        /*padding-bottom: 16%;*/
    }
    .list-pic li span{ height:3rem;}

}
@media (max-width:640px) and (min-width: 321px){
    .content {
        width: 640px;
        margin: 0 auto;
        position: relative;
        margin-top: 6%;
        /*padding-bottom: 16%;*/
    }
}
@media only screen and (max-width: 479px) and (min-width: 321px) {
    html {
        font-size: 70px;
    }
}
@media only screen and (max-width: 320px) {
    html {
        font-size: 60px;
    }
}


/*.pagination {*/
/*    display: inline-block;*/
/*    padding-left: 0;*/
/*    margin: 20px 0;*/
/*    border-radius: 4px;*/
/*}*/

/*.pagination > li {*/
/*    display: inline;*/
/*}*/

/*.pagination > li > a,*/
/*.pagination > li > span {*/
/*    position: relative;*/
/*    float: left;*/
/*    padding: 6px 12px;*/
/*    line-height: 1.42857;*/
/*    text-decoration: none;*/
/*    color: #666;*/
/*    background-color: #fff;*/
/*    border: 1px solid #ddd;*/
/*    margin-left: -1px;*/
/*}*/

/*.pagination > li:first-child > a,*/
/*.pagination > li:first-child > span {*/
/*    margin-left: 0;*/
/*    border-bottom-left-radius: 4px;*/
/*    border-top-left-radius: 4px;*/
/*}*/

/*.pagination > li:last-child > a,*/
/*.pagination > li:last-child > span {*/
/*    border-bottom-right-radius: 4px;*/
/*    border-top-right-radius: 4px;*/
/*}*/

/*.pagination > li > a:hover, .pagination > li > a:focus,*/
/*.pagination > li > span:hover,*/
/*.pagination > li > span:focus {*/
/*    z-index: 2;*/
/*    color: #23527c;*/
/*    background-color: #eeeeee;*/
/*    border-color: #ddd;*/
/*}*/

/*.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,*/
/*.pagination > .active > span,*/
/*.pagination > .active > span:hover,*/
/*.pagination > .active > span:focus {*/
/*    z-index: 3;*/
/*    color: #fff;*/
/*    background-color: #d9342e;*/
/*    border-color: #d9342e;*/
/*    cursor: default;*/
/*}*/






.topp{
    width:1200px;
    margin:0 auto;
}
.topp ul{
    display:flex;
    align-items:center;
}
.topp ul li{
    height:40px;
    margin:0;
    padding:0;
    list-style:none!important;
    background:none;
}
.topp ul li a{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    color:#fff;
    padding:0 15px;
}


.listcont{
    padding:10px 0
}
.listcont .tits{
    position: relative;
    margin-bottom: 20px;
    padding-left: 27px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #f5f5f5;
}
.listcont .titsmore{
    float:right;margin-right:10px;color:#999}
.listcont .tits:after {
    position: absolute;
    left: 13px;
    top: 50%;
    content: '';
    margin-top: -8px;
    width: 3px;
    height: 16px;
    background-color: #409eff;
}
.listcont .spdian {
    width:5px;height:5px;background:#ddd;border-radius:100%;display:inline-block;float:left;margin:10px 10px 0 0
}









body{
    max-width:750px;
    margin:0 auto;
}



.listbox{
    display: flex;
    /*align-items: center;*/
    margin-bottom: 20px;
}
.listbox-l{
    display: block;
    width: 100px;
    height: 80px;
    flex-shrink: 0;
}
.listbox-r{
    padding: 0px 0 0 15px;
}
.listbox-r p{
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin: 10px 0 10px 0;
}
.listbox-r span{
    color: #999;
    font-size: 14px;
}
.listbox-r-t{
    font-size: 18px;
    margin-bottom:10px;
}



.menus{display:block;width:25px;height:25px;top:12px;right:12.5px;background:url(../images/menu.png) no-repeat;background-size:25px 25px;margin:  0 6px 0 0}
.menuwrap{width:100%;background:#fff;top:50px;z-index:99999;padding-bottom:10px;max-width: 750px}
.menuwrapmain{overflow:auto;height:95vh;}
.menuwrapmain .as{background:#eee;float:left;width:23%;margin:3px 1%;font-size:14px;text-align:center;line-height:26px;height:26px;border-radius:2px;}
.menuwrapmain a.cul{width:48%;margin:3px 1%;font-size:16px;text-align:center;line-height:32px;height:32px;border-radius:2px;}
.menuwrapmain h3{font-size:18px;line-height:30px;height:30px;padding-left:10px;margin:15px 0 5px;}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.pos-a{position:absolute;;}


.topnavs{
    display: flex;
    align-items: center;
    overflow-x: auto;
    border-bottom:  1px solid #eee;

}
.topnavs a{
    display: block;
    padding: 10px 10px;
    font-size: 17px;
    flex-shrink: 0;
}

::-webkit-scrollbar{
    display:none;
}




.footer{
    padding:20px 0;
    /*background-color:#c00101;*/
    color:#333;
    text-align:center;
    font-size: 14px;
}

.footer a{
    color:#333;
}



.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1!important;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}
.pagination li{
    list-style: none;
    background: none;
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background: #d9342e;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #d9342e;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    /*margin-bottom: 0.2rem;*/
    /*background: #fff;*/
    /*padding-left: 20px;*/

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 20px;
}