﻿h5 {
	font-size: 16px;
	font-weight: bold;
}
.lsn li {
	list-style-type: none;
}
input:focus, textarea:focus, select:focus {
	outline: none;
}
input, textarea, select {
	box-shadow: inset 0 0px 0px !important;
}
font{font-family: unset;}
/* 2018改版学校网站 */
.main-wrap {
    width: 100%;
    margin: auto;
    min-width: 320px;
}
.con-wrap {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    min-width: 320px;
}
.div-shadow {
	position: absolute;bottom:0px;left:0;right:0;background-color: rgba(0,0,0,.42)
}
.carousel-control {
	width:30px;height: 40px;position: absolute;top:45%;background: #494937;
}
.carousel-control.left {
	left:0;
}
.carousel-control span {
	color:#fff;font-size:24px;margin-top: 6px;
}
.carousel-control.right {
	right:0;
}
.img-transition img {
    transition: all 0.5s ease;
}
.img-transition img:hover {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.dateTime {
	text-align: right;
}
.picture-view {
	display: flex;
	justify-content: space-between;
	-webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    /* backface-visibility: hidden; */
    /* -webkit-perspective: 1000; */
    perspective: 1000;
    position: relative;
}
.conImgMax_web {
	overflow:hidden;
}

/*校园开放日*/
.xykfr {position: relative;}
.xykfr .pos {position: fixed;right: 30px;bottom: 8%;z-index: 999;}
.xykfr .pos a {display: inline-block;}
.xykfr .pos a>img {width: 160px; height: 160px;}
.xykfr #floating {
	position: absolute;
    top: -10px;
    right: -10px;
    font-size: 16px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    padding-top: 3px;
    width: 26px;
    height: 26px;
    color: #d3040b;
    text-align: center;
}

/* 浮动窗口 */
#moveDiv {z-index: 1030; position: absolute; cursor: pointer;}
#moveDiv a {display: inline-block;font-size: 28px;color: #fff; position:relative;}
#moveDiv a>img {height: 182px;}
#moveDiv .moveTitle {position: absolute; left: 40px;top: 85px;}
#floating {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 16px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    padding-top: 3px;
    width: 26px;
    height: 26px;
    color: #d3040b;
    text-align: center;
}

/* 2017新增学校网站 */
.con_wap {
    width: 1003px;
    overflow: hidden;
    margin: 0 auto;
    min-width: 320px;
}

.hiden-overstep-txt {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

a {
	color:#000;
	text-decoration: none !important;
}

a:hover {
	color:#005ee3;
}

a img {
	display: inline-block;
}

img {
	object-fit: cover;
}

.clearfix::after{
	             content: "";
                 display: block;
                 clear: both;
                 height: 0;
                 visibility: hidden;
}
.clearfix{
	zoom: 1;/*兼容*/
}

/* 图片轮播 */
.banner-carousel .carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin-left: 0px;
    text-align: center;
    list-style: none;
}
.banner-carousel .carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0px;
    margin-left: 5px;
}
.banner-carousel .carousel-indicators .active {
    width: 15px;
    height: 10px;
    margin: 1px;
    background-color: #da251c;
    border: 1px solid #da251c;
    margin-left: 5px;
}
.carousel-inner>.item>a>img {
	display:initial;
}

/* 长者专区、无障碍按钮 */
@font-face {
	font-family: zhenyan;
	src: url("https://cdn.sjedu.cn/webeditor/font/zhenyan.woff") format("woff"), url("https://cdn.sjedu.cn/webeditor/font/zhenyan.ttf") format("truetype"), url("https://cdn.sjedu.cn/webeditor/font/zhenyan.eot") format("embedded-opentype");
}
.help-btns {
	position: absolute;
	right: 0;
	padding: 2px 20px;
	height: 40px;
	background: rgba(195, 64, 39, .1);
	font-family: zhenyan;
	border-radius: 20px;
	line-height: 40px;
	color: #c34027;
	text-align: center;
	font-size: 18px;
	margin-top: 25px;
}
.help-btns .btn-split {
	display: inline-block;
	width: 2px;
	height: 18px;
	margin: 10px 8px 0;
	background: #c34027;
	vertical-align: top;
}


/* wjmfs 对外经贸大学附属松江实验学校 */
.wjmfs {
	font-family:simsun,'STSong';
}
.wjmfs .carousel-indicators .active {
  	background-color: #216C97;
  	border: 1px solid #216C97;
}
.wjmfs .nav>ul>li {
	height: 64px;
}
.wjmfs .nav-li.selected {
	border-bottom-left-radius: 50%;border-bottom-right-radius: 50%;background: #216ca6;
}
.wjmfs .nav-li.selected .eg-name, .wjmfs .nav-li.selected .ch-name {
	color: #fff;
}
.wjmfs .nav-li .nav-a {
	padding-top: 10px;padding-bottom: 10px;width:90px;text-align: center;
}
.wjmfs .nav-a>span {
	color: #000;
}
.wjmfs .nav-a>div {
	color: #216ca6;
}
.wjmfs .eg-name {
	font-size: 12px;line-height: 12px;
}

/* 九亭五小 */
.jtwx {
	font-family:simsun,'STSong';
}
.jtwx .title {
	font-family:'Jkaton';
}
.jtwx .nav-li .nav-a {
	color:#000;
	width:95px;
	text-align: center;
}
.jtwx .nav-li .nav-span {
	color:#000;
	width:1px;
	text-align: center;
    position: relative;
    display: block;
    padding: 15px 0px;
}

.jtwx .jtwx-bottom, .jtwx .jtwx-bottom a {
	color:#dfdfdf;
}

.jtwx .jtwx-bottom a:hover {
	color:#337ab7;
}

.jtwx .xydt{
	border-radius: 12px;width:24px;height:24px;color: #fff;
}

/*  中山二小 */
.zsex {
	font-family:simsun,'STSong';
}
.zsex .nav-li .nav-a {
	color:#fff;
	width:95px;
	text-align: center;
}
.zsex .nav-li .nav-a:hover {
	color:#fff;
}
.zsex .carousel-indicators .active {
  	background-color: #f3f3f3;
}

/* 九亭六幼 */
.jtly {
	font-family:simsun,'STSong';
}
.jtly .title {
	font-family:'DFPHaiBaoW12','华康海报体W12(P)';
}
.jtly .nav-li .nav-a {
	color:#fff;
	width:90px;
	text-align: center;
}
.jtly .nav-li .nav-span {
	color:#fff;
	width:1px;
	text-align: center;
    position: relative;
    display: block;
    padding: 15px 0px;
}

/* 中山二幼 */
.zsey {
	font-family:simsun,'STSong';
}
.zsey .content {
	font-family:'lixukexingshu';
}
.zsey .nav-li .nav-a {
	color:#6e392b;
	width:100px;
	text-align: center;
}

/* 泗泾六幼 */
.sjly {
	font-family:simsun,'STSong';
}
.sjly .nav-li .nav-a {
	color:#143204;
	width:110px;
	text-align: center;
	font-weight: bold;
}
.sjly .nav-btm .nav-li .nav-a {
	color:#143204;
	width:125px;
	text-align: center;
	font-weight: bold;
}
.sjly .nav-li .nav-span {
	color:#143204;
	width:1px;
	text-align: center;
    position: relative;
    display: block;
    padding: 15px 0px;
    font-weight: bold;
}

/* 泗泾三小 */
.sjsx {
	font-family:simsun,'STSong';
}
.sjsx .nav-li .nav-a {
	color:#fff;
	width:95px;
	text-align: center;
	padding:12px 0px;
}
.sjsx .nav-btm .nav-li .nav-a {
	color:#fff;
	width:90px;
	text-align: center;
}
.sjsx .navbar-nav > .open > .nav-a, 
.sjsx .navbar-nav > .open > .nav-a:focus, 
.sjsx .navbar-nav > .nav-li > .nav-a:hover {
	color: #000;
	background-color: #3ab7f1;
}
.sjsx .nav-li .dropdown-menu {
	background: #0e9adb;
	min-width:95px;
	border-radius: 0px;
	text-align: center;
	padding:0px;
	border-top: 1px solid #e5e5e5;
	display: none;
}
.sjsx  .nav-li:hover .dropdown-menu {
    display: block;
}
.sjsx .nav-li .dropdown-menu .divider {
	margin: 0px;
}
.sjsx .nav-li .dropdown-menu>li>a {
	color: #fff;
	padding:10px 0px;
	font-size: 12px;
}
.sjsx .nav-li .dropdown-menu>li>a:hover {
	color: #000;
	background-color: #3ab7f1;
}

/* 泗泾七幼 */
.sjqy {
	font-family:simsun,'STSong';
}
.sjqy .nav-li .nav-a {
	color:#003592;
	width:105px;
	text-align: center;
	font-weight: bold;
}
.sjqy .nav-link {
	padding:5px;
	margin-top: 3px;
}
.sjqy .nav-link a {
	color:#003592;
	font-size:16px;
	font-weight: bold;
}

/* 佘山二幼 */
.ssey {
	font-family:simsun,'STSong';
}
.ssey .nav-li .nav-a {
	color:#8d1300;
	width:105px;
	height:36px;
	padding-top: 6px;
	text-align: center;
	font-weight: bold;
	margin-top: 1px;
	margin-right:-2px;
	background-image: url(/ewebeditor/uploadfile/ResCenter/ResourceData/PNG/2017/9/26/790945cc860a463882676bffecd0f20d.png);
	background-repeat: no-repeat;
}
.ssey .nav-link {
	background-image: url(/ewebeditor/uploadfile/ResCenter/ResourceData/PNG/2017/9/26/f2808fc436c741858f89557aa2ef758e.png);
	background-repeat: round;
	padding:5px;
	margin-top: 3px;
}
.ssey .nav-link a {
	color:#8d1300;
	font-size:16px;
	font-weight: bold;
}

/* 龙翔幼儿园 */
.lxyey {
	font-family:simsun,'STSong';
}
.lxyey .nav-li .nav-a {
	color:#000;
	width:120px;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.lxyey .nav-li .nav-span {
	color:#000;
	width:1px;
	text-align: center;
    position: relative;
    display: block;
    padding: 15px 0px;
    font-weight: bold;
}

/* 泗泾八幼 */
.sjby {
	font-family:simsun,'STSong';
}
.sjby .title {
	font-family:'DFPHaiBaoW12','华康海报体W12(P)';
}
.sjby .nav-li .nav-a {
	color:#ac2f28;
	width:100px;
	text-align: center;
	padding:10px 0px;
}
.sjby .nav-li .nav-span {
	color:#ac2f28;
	width:8px;
	text-align: center;
    position: relative;
    display: block;
}

/*方泗学校*/
.sjsyxx {
	font-family:simsun,'STSong';
}
.sjsyxx .nav li {
	float: left;
	position: relative;
}
.sjsyxx .btm-tab-title, .sjsyxx .btm-tab-content, .sjsyxx .tab-title  {
	list-style-type: none;
	text-align: center;
    border-bottom: 1px solid #c9c9c9;
    height: 37px;
}
.sjsyxx .btm-tab-content {
	width:100%;
	float: left;
}
.sjsyxx .btm-tab-title li, .sjsyxx .btm-tab-content li, .sjsyxx .tab-title li{
	float: left;
	position: relative;
	font-weight: bold;
	line-height: 35px;
}
.sjsyxx .btm-tab-title li, .sjsyxx .btm-tab-content li {
	width: auto;
    padding: 0px 12px;
}
.sjsyxx .tab-title li {
	width:80px;
}
.sjsyxx .btm-tab-content li>a {
	color: #000;
}
.sjsyxx .btm-tab-title .selected,.sjsyxx .tab-title .selected{
	background: #3f7ce5;
	color: #fff;
}
.sjsyxx .nav-li .nav-a {
	color:#fff;
	text-align: center;
	padding:10px;
}
.sjsyxx .nav-li .nav-a:hover {
	background: transparent;
}
.sjsyxx .nav-li .nav-span {
	color:#fff;
	width:8px;
	text-align: center;
    position: relative;
    display: block;
    padding: 10px 0px;
}

/* 青少年社会实践中心 */
.shsj {
	font-family:simsun,'STSong';
}
.shsj .nav li {
	float: left;
	position: relative;
}
.shsj .tab-title  {
	list-style-type: none;
}
.shsj .tab-title li {
	float: left;
	position: relative;
	font-weight: bold;
	font-size: 16px;
}
.shsj .tab-title .selected {
	border-bottom:3px solid #0ea196;
}
.shsj .nav-li .nav-a {
	color:#fff;
	text-align: center;
	padding:10px;
	font-weight: bold;
	width: 100px;
}
.shsj .nav-li .nav-a:hover {
	background: transparent;
}
.shsj .nav-li .nav-span {
	color:#fff;
	width:8px;
	text-align: center;
    position: relative;
    display: block;
    padding: 10px 0px;
}

/* ------------- channel ------------- */
/* 青少年社会实践教育中心 */
#shsj-channel .channel-bc, #shsj-channel .channel-bgc {
	border-radius: 0px;
}
#shsj-channel .channel-bc {
	border-color: #4eb79b;
}
#shsj-channel .channel-bgc {
	background-color: #4eb79b;
}
#shsj-channel .channel-color {
	color: #fff;
}
#shsj-channel .channel-fcb {
    color: #4eb79b;
    border-bottom: 1px dotted #4eb79b;
}	

/* 方泗学校 */
#sjsyxx-channel .channel-bc, #sjsyxx-channel .channel-bgc {
	border-radius: 0px;
}
#sjsyxx-channel .channel-bc {
	border-color: #147bc4;
}
#sjsyxx-channel .channel-bgc {
	background-color: #147bc4;
}
#sjsyxx-channel .channel-color {
	color: #fff;
}
#sjsyxx-channel .channel-fcb {
    color: #147bc4;
    border-bottom: 1px dotted #147bc4;
}		

/* 泗泾八幼 */
#sjby-channel .channel-bc, #sjby-channel .channel-bgc {
	border-radius: 0px;
}
#sjby-channel .channel-bc {
	border-color: #51b770;
}
#sjby-channel .channel-bgc {
	background-color: #51b770;
}
#sjby-channel .channel-color {
	color: #fff;
}
#sjby-channel .channel-fcb {
    color: #51b770;
    border-bottom: 1px dotted #51b770;
}

/* 龙翔幼儿园 */
#lxyey-channel .channel-bc, #lxyey-channel .channel-bgc {
	border-radius: 0px;
}
#lxyey-channel .channel-bc {
	border-color: #e18077;
}
#lxyey-channel .channel-bgc {
	background-color: #e18077;
}
#lxyey-channel .channel-color {
	color: #fff;
}
#lxyey-channel .channel-fcb {
    color: #e18077;
    border-bottom: 1px dotted #e18077;
}

/* 佘山二幼 */
#ssey-channel .channel-bc, #ssey-channel .channel-bgc {
	border-radius: 0px;
}
#ssey-channel .channel-bc {
	border-color: #9bc420;
}
#ssey-channel .channel-bgc {
	background-color: #9bc420;
}
#ssey-channel .channel-color {
	color: #fff;
}
#ssey-channel .channel-fcb {
    color: #9bc420;
    border-bottom: 1px dotted #9bc420;
}

/* 泗泾七幼 */
#sjqy-channel .channel-bc, #sjqy-channel .channel-bgc {
	border-radius: 0px;
}
#sjqy-channel .channel-bc {
	border-color: #2fb4e9;
}
#sjqy-channel .channel-bgc {
	background-color: #2fb4e9;
}
#sjqy-channel .channel-color {
	color: #fff;
}
#sjqy-channel .channel-fcb {
    color: #2fb4e9;
    border-bottom: 1px dotted #2fb4e9;
}

/* 泗泾三小 */
#sjsx-channel .channel-bc, #sjsx-channel .channel-bgc {
	border-radius: 0px;
}
#sjsx-channel .channel-bc {
	border-color: #4ab4eb;
}
#sjsx-channel .channel-bgc {
	background-color: #4ab4eb;
}
#sjsx-channel .channel-color {
	color: #fff;
}
#sjsx-channel .channel-fcb {
    color: #4ab4eb;
    border-bottom: 1px dotted #4ab4eb;
}

/* 泗泾六幼 */
#sjly-channel .channel-bc, #sjly-channel .channel-bgc {
	border-radius: 0px;
}
#sjly-channel .channel-bc {
	border-color: #aecf2d;
}
#sjly-channel .channel-bgc {
	background-color: #aecf2d;
}
#sjly-channel .channel-color {
	color: #fff;
}
#sjly-channel .channel-fcb {
    color: #aecf2d;
    border-bottom: 1px dotted #aecf2d;
}

/* 中山二幼 */
#zsey-channel .channel-bc, #zsey-channel .channel-bgc {
	border-radius: 0px;
}
#zsey-channel .channel-bc {
	border-color: #fad8ca;
}
#zsey-channel .channel-bgc {
	background-color: #fad8ca;
}
#zsey-channel .channel-color {
	color: #000;
}
#zsey-channel .channel-fcb {
    color: #fad8ca;
    border-bottom: 1px dotted #fad8ca;
}

/* 九亭六幼 */
#jtly-channel .channel-bc, #jtly-channel .channel-bgc {
	border-radius: 0px;
}
#jtly-channel .channel-bc {
	border-color: #337ab7;
}
#jtly-channel .channel-bgc {
	background-color: #337ab7;
}
#jtly-channel .channel-color {
	color: #fff;
}
#jtly-channel .channel-fcb {
    color: #337ab7;
    border-bottom: 1px dotted #337ab7;
}


/* 中山二小 */
#zsex-channel .channel-bc, #zsex-channel .channel-bgc {
	border-radius: 0px;
}
#zsex-channel .channel-bc {
	border-color: #337ab7;
}
#zsex-channel .channel-bgc {
	background-color: #337ab7;
}
#zsex-channel .channel-color {
	color: #fff;
}
#zsex-channel .channel-fcb {
    color: #337ab7;
    border-bottom: 1px dotted #337ab7;
}

/* 九亭五小 */
#jtwx-channel .channel-bc, #jtwx-channel .channel-bgc {
	border-radius: 0px;
}
#jtwx-channel .channel-bc {
	border-color: #ebccd1;
}
#jtwx-channel .channel-bgc {
	background-color: #ebccd1;
}
#jtwx-channel .channel-color {
	color: #000;
}
#jtwx-channel .channel-fcb {
    color: #ebccd1;
    border-bottom: 1px dotted #ebccd1;
}

/* 上经贸大附校 */
#sjmdfx-channel .channel-bc, #sjmdfx-channel .channel-bgc {
	border-radius: 0px;
}
#sjmdfx-channel .channel-bc {
	border-color: #337ab7;
}
#sjmdfx-channel .channel-bgc {
	background-color: #337ab7;
}
#sjmdfx-channel .channel-color {
	color: #fff;
}
#sjmdfx-channel .channel-fcb {
    color: #337ab7;
    border-bottom: 1px dotted #337ab7;
}
.conImgMax_web img{max-width: 100%;}
.conImgMax_web table{max-width: 1170px;}
.info_video{width:50%;object-fit: fill;}

/*视频*/
.jtly .school_video{
	width: 100%;
    height: 180px;
    object-fit: fill;
}

.zsey .school_video{
	width: 100%;
    height: 185px;
    object-fit: fill;
}

.sjby .school_video{
	width: 100%;
    height: 172px;
    object-fit: fill;
}

.lxyey .school_video{
    width: 100%;
    height: 182px;
    object-fit: fill;
}

.sjly .school_video{
    width: 100%;
    height: 205px;
    object-fit: fill;
}

.jtwx .school_video{
    width: 100%;
    height: 218px;
    object-fit: fill;
}

.school_video{
    width: 100%;
    height: 180px;
    object-fit: fill;
}

.sjqy .school_video{
    width: 100%;
    height: 182px;
    object-fit: fill;
}

.sjsx .school_video{
    width: 100%;
    height: 190px;
    object-fit: fill;
}

.sjjyzx .school_video{
	width: 100%;
    height: 189px;
    object-fit: fill;	
}

.zsex .school_video{
	width: 100%;
    height: 238px;
    object-fit: fill;
}

.ssey .school_video{
    width: 100%;
    height: 185px;
    object-fit: fill;
}

.sjsyxx .school_video{
	width: 100%;
    height: 198px;
    object-fit: fill;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background-color: transparent;
	border-color: #ddd;
}
