.index_box{
	width: 100%;
	position: relative;
	background-image: url("/jsjy/images/banner.png");
	background-position:top center;
	background-repeat: no-repeat;
	background-size: 1920px 796px;
	background-color: #f4f4f5;
}
.index_box .banner{
    width: 100%;
}
.index_box .head_box{
	width: 53%;
	margin: 0 auto;
}
.expTit{
	font-family: "华文行楷";
	font-size:38px;
	font-weight:bold;
	color:white;
	line-height:40px;
	margin-bottom:45px;
	text-align: center;
}
.video_box{
	width: 1000px;
	margin: 0 auto;
	text-align:center;
}

.video_box .info{
	font-size:14px;
	color:white;
	line-height:25px;
	text-align:justify;
	font-family:Serif;
	margin-bottom:40px;
	text-indent:2em;
}
.video_box .nav .btnSweet{
	background:hsl(199, 50%, 85%);
	height:50px;
	width:250px;
	border:2px solid;
	border-radius:25px;
	box-shadow:/*底部灰色阴影*/
	2px 4px 2px 5px rgba(0,0,0,0.2),
	/*下面深蓝色立体阴影*/
	2px 4px 1px 1px hsl(208, 50%, 55%),
	 /*内部暗色阴影*/
	0 -15px 2px 2px rgba(0,0,0,0.10) inset;
	color: hsl(208, 50%, 40%);
	text-shadow: rgba(255,255,255,.5) 0 1px 0;
	font: 24px/1em 'Droid Sans', sans-serif;
	font-weight: bold;
	margin:0 0 0 10px;
}

.video_box .nav button:hover {
  text-decoration: none;
  color: red;
  background:hsl(199, 50%, 85%);
}​
.video_box .video_list{
	display: flex;
}
.video_box .video_list .video{
	width: 490px;
	float: left;
	margin-right: 20px;
}
.video_box .video_list .video:last-child{
	margin-right: 0;
}
.video_box .video_list .video img{
	width: 100%;
}
.video_box .video_list .video p{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color:white;
}
.team_box {
	width:100%;
	padding:80px 0;
	background-color:#f4f4f5;
}
.team_box .content {
	width:1000px;
	margin:0 auto;
}
.team_box .left_box {
	width:520px;
	float:right;
}
.team_box .left_box .title {
	font-family:"Microsoft Yahei";
	font-size:34px;
	font-weight:bold;
	color:#333;
	line-height:40px;
	margin-bottom:15px;
	text-align: center;
}
.team_box .left_box p {
	font-size:16px;
	color:#999;
	line-height:32px;
	font-weight:bold;
	text-align:justify;
	font-family:Serif;
	text-indent:2em;
}
.team_box .left_box a {
	display:block;
	width:125px;
	height:40px;
	line-height:40px;
	font-size:12px;
	color:#3f6264;
	text-decoration:none;
	background:#fff;
	-webkit-box-shadow:6px 6px 20px -7px #b5b5b5;
	-moz-box-shadow:6px 6px 20px -7px #b5b5b5;
	box-shadow:6px 6px 20px -7px #b5b5b5;
	text-align:center;
	border-radius:40px;
	margin-top:50px;
}
.team_box .right_box {
	width:450px;
	float:left;
}
.team_box .right_box li {
	width:140px;
	float:left;
	height:190px;
	background-color:#fff;
	position:relative;
	margin-right:15px;
	margin-bottom:35px;
}
.team_box .right_box li:nth-child(3n) {
	margin-right:0;
}

.team_box .right_box li img {
	height:160px;
	width:130px;
	object-fit:cover;
	-o-object-fit:cover;
	margin:0 auto;
	cursor: pointer; 
}
.team_box .right_box li span {
	font-size:20px;
	display:block;
	height:30px;
	width:100%;
	line-height:27px;
	text-align:center;
	background-color:#285C9E;
	color:white;
}
.test_box {
	width:100%;
	padding: 40px 0;
	background: url("/jsjy/images/notice.png") center top no-repeat;
}
.test_box .contentC {
	width:1000px;
	margin:0 0 0 calc(75vh);
}
.test_box .contentC .left_box {
	width:380px;
	height:390px;
    	position:relative;
}
.test_box .contentC .left_box ul li {
	width:130px;
	height:130px;
	background:url("/jsjy/images/yuan.png") no-repeat center;
	position:absolute;
	cursor: pointer; 
}
.test_box .contentC .left_box ul li a {
	display:block;
	height:130px;
	text-decoration:none;
	line-height:17px;
	color:green;
	font-family:"Microsoft Yahei";
	text-align:center;
	font-size:14px;
	padding:72px 24px 0px 24px;
}
.test_box .contentC .left_box ul li.icon-1 a {
	background:url("/jsjy/images/icon-1.png") center 35px no-repeat;
	padding-top: 75px;
}
.test_box .contentC .left_box ul li.icon-2 a {
	background:url("/jsjy/images/icon-2.png") center 38px no-repeat;
	padding-top: 75px;
}
.test_box .contentC .left_box ul li.icon-3 a {
	background:url("/jsjy/images/icon-3.png") center 30px no-repeat;
	background-size: 40px 40px;
	padding-top: 75px;
}
.test_box .contentC .left_box ul li.icon-4 a {
	background:url("/jsjy/images/icon-4.png") center 25px no-repeat;
	padding-top: 68px;
}
.test_box .contentC .left_box ul li.icon-5 a {
	background:url("/jsjy/images/icon-5.png") center 30px no-repeat;
	padding-top: 75px;
}
.test_box .contentC .left_box ul li.icon-6 a {
	background:url("/jsjy/images/icon-6.png") center 22px no-repeat;
	background-size: auto 40px;
	padding-top: 70px;
}
.test_box .contentC .left_box ul li.icon-7 a {
	background:url("/jsjy/images/icon-7.png") center 32px no-repeat;
	padding-top: 68px;
}
.test_box .contentC .left_box ul li:hover {
	background:url("/jsjy/images/yuan2.png") no-repeat center;
}
.test_box .contentC .left_box ul li.icon-1:hover a {
	background:url("/jsjy/images/icon-1h.png") center 35px no-repeat;
	padding-top: 75px;
	color:#fff;
}
.test_box .contentC .left_box ul li.icon-2:hover a {
	background:url("/jsjy/images/icon-2h.png") center 38px no-repeat;
	padding-top: 75px;
	color:#fff;
}
.test_box .contentC .left_box ul li.icon-3:hover a {
	background:url("/jsjy/images/icon-3h.png") center 30px no-repeat;
	background-size: 40px 40px;
	padding-top: 75px;
	color:#fff;
}
.test_box .contentC .left_box ul li.icon-4:hover a {
	background:url("/jsjy/images/icon-4h.png") center 25px no-repeat;
	padding-top: 68px;
	color:#fff;
}
.test_box .contentC .left_box ul li.icon-5:hover a {
	background:url("/jsjy/images/icon-5h.png") center 30px no-repeat;
	padding-top: 75px;
	color:#fff;
}
.test_box .contentC .left_box ul li.icon-6:hover a {
	background:url("/jsjy/images/icon-6h.png") center 22px no-repeat;
	background-size: auto 40px;
	padding-top: 70px;
	color:#fff;
}
.test_box .contentC .left_box ul li.icon-7:hover a {
	background:url("/jsjy/images/icon-7h.png") center 32px no-repeat;
	padding-top: 68px;
	color:#fff;
}
.test_box .contentC .left_box ul li.icon-1 {
	left:135px;
	top:0;
}
.test_box .contentC .left_box ul li.icon-2 {
	left:25px;
	top:65px;
}
.test_box .contentC .left_box ul li.icon-3 {
	left:25px;
	top:190px;
}
.test_box .contentC .left_box ul li.icon-4 {
	left:135px;
	bottom:0;
}
.test_box .contentC .left_box ul li.icon-5 {
	right:0;
	top:190px;
}
.test_box .contentC .left_box ul li.icon-6 {
	right:0px;
	top:65px;
}
.test_box .contentC .left_box ul li.icon-7 {
	left:135px;
	top:130px;
}

.echarts_box{
    width: 100%;
    padding: 40px 0;
    background-color: #f4f4f5;
}
.echarts_box .container{
    width: 1000px;
    margin: 0 auto;
}
.echarts_box .container .tit{
	font-family: "Microsoft Yahei";
	font-size: 34px;
	font-weight: bold;
	color: #333;
	text-align: center;
	line-height: 40px;
}
.echarts_box .container .echart{
	width:670px;
	height:400px;
	-webkit-tap-highlight-color:transparent;
	user-select:none;
	position:relative;
	background:transparent;
	float: right;
}
.echarts_box .container .amount{
    width:250px;
    margin-top:80px;
    float: left;
}
.echarts_box .container .amount p a{
	height:24px;
	line-height: 24px;
	font-size:13px;
	color: blue;
}
.echarts_box .container .amount p a span{
	float: left;
	width: 13px;
	height: 13px;
	background: green;
	margin-top: 5px;
	margin-right: 5px;
}
.echarts_box .container .amount .all {
	height:110px;
	margin-top:16px;
	position:relative;
	line-height:110px;
	text-align:center;
	background:green url(/jsjy/images/all.png) no-repeat 190px 47px;
}
.echarts_box .container .amount .all.other,.echarts_box .container .amount .row a.other span{
    background: orange;
}
.echarts_box .container .amount .all-2 {
	background:url(/jsjy/images/all-2.png) #fff no-repeat 190px 47px !important;
}
.echarts_box .container .amount .all span {
	position:absolute;
	left:10px;
	top:10px;
	font-size:13px;
	color:#fff;
	height:13px;
	line-height:13px;
}
.echarts_box .container .amount .all a {
	font-size:40px;
	color:#fff;
	font-weight:bold;
}

.echarts_box .container .amount .row a{
    float: left;
}
.echarts_box .container .amount .row a.other{
    float: right;
}
.note_box{
    width: 100%;
    height: 540px;
    background: url("/jsjy/images/notice.png") center top no-repeat;
}
.note_box .container{
    width: 1000px;
    margin: 0 auto;
}
.note_box .container .tit{
    font-family: "Microsoft Yahei";
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 40px 0;
	line-height: 40px;
}
.note_box .container ul li {
	width:235px;
	height:290px;
	margin-left:20px;
	float:left;
	background:#fff;
	-webkit-box-shadow:6px 6px 20px -7px #4c4c4c;
	-moz-box-shadow:6px 6px 20px -7px #4c4c4c;
	box-shadow:6px 6px 20px -7px #4c4c4c;
}
.note_box .container ul li:first-child {
	margin-left:0;
}
.note_box .container .noticImg {
	position:relative;
	height:155px;
	overflow:hidden;
	width:235px;
}
.note_box .container .noticImg img {
	width:235px;
	height:155px;
}
.note_box .container .noticImg .whiteOp {
	width:235px;
	height:32px;
	background:url("/jsjy/images/whiteOp.png") bottom center no-repeat;
	position:absolute;
	left:0;
	bottom:0;
}
.note_box .container .noticBox a {
	font-size:12px;
	color:#666;
	text-decoration:none;
	text-align:center;
	display:block;
	font-family:Serif;
	padding:0 10px;
	line-height:18px;
}
.note_box .container .noticBox .smallTit {
	color:#333;
	margin-bottom:15px;
    line-height:25px;
    font-size: 16px;
}
.note_box .container .noticBox span {
	font-size:14px;
	color:#999;
	font-family:Serif;
	text-align:center;
	display:block;
	line-height:35px;
}
.note_box .container .moreBtn {
	display:block;
	width:125px;
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#333;
	text-decoration:none;
	margin:35px auto;
	background:#fff;
	-webkit-box-shadow:6px 6px 20px -7px #585858;
	-moz-box-shadow:6px 6px 20px -7px #585858;
	box-shadow:6px 6px 20px -7px #585858;
	text-align:center;
	border-radius:40px;
}

.web_box{
    width: 100%;
    padding: 40px 0;

}
.web_box .tit{
    font-family: "Microsoft Yahei";
	font-size: 34px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding-bottom: 40px;
	line-height: 40px;
}
.web_box .container{
    width: 1100px;
    margin: 0 auto;

}
.web_box ul li{	
	float: left;
	width: 320px;
	height: 170px;
	padding: 15px;
	margin: 5px;
	background: #fff;
	-webkit-box-shadow: 6px 6px 20px -7px #585858;
	-moz-box-shadow: 6px 6px 20px -7px #585858;
	box-shadow: 10px 10px 5px #888888;
	border-top-right-radius: 35px; //右上

}
.web_box ul li .box{
	position: relative;
	height: 48px;
	margin-bottom: 15px;
}
.web_box ul li .box span{
	display:block;
	width:48px;
	height:48px;
	border-radius:48px;
	background: purple;
	color: #fff;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	text-align: center;
	line-height:48px;
	position: absolute;
	left: 0;
	top: 0;
}
.web_box ul li .box a{
	display:block;
	height:48px;line-height: 48px;
	font-size:16px;
	font-family: "Microsoft Yahei";
    padding-left:60px;
    color:#222;
}

.web_box ul li .url_box{
    font-size: 14px;
    color: #333;
    line-height: 20px;
    text-decoration: none;
}
.course_box{
    width: 100%;
    padding: 40px 0;
    background-color: #f4f4f5;
}
.course_box .container{
    width: 1000px;
    margin: 0 auto;
}
.course_box .container .tit{
	font-family: "Microsoft Yahei";
	font-size: 34px;
	font-weight: bold;
	color: #333;
	text-align: center;
	padding-bottom: 40px;
	line-height: 40px;
}
.course_box .container li{
    width: 235px;
    height: 326px;
    background-color: #fff;
    float: left;
    margin-right: 20px;
}
.course_box .container li i{
    width: 110px;
    height: 110px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: block;
    margin: 55px auto;
}
.course_box .container li p{
    font-size: 14px;
    text-align: center;
    color: #333333;
    line-height: 24px;
}
.course_box .container li:hover p{
    font-size: 18px;
    font-weight: bold;
    color: #285c9e;
}
.course_box .container li:nth-child(1) i{
    background-image: url("/jsjy/images/course_1.png");
}
.course_box .container li:nth-child(2) i{
    background-image: url("/jsjy/images/course_2.png");
}
.course_box .container li:nth-child(3) i{
    background-image: url("/jsjy/images/course_3.png");
}
.course_box .container li:nth-child(4) i{
    background-image: url("/jsjy/images/course_4.png");
}
.course_box .container li:nth-child(1):hover i{
    background-image: url("/jsjy/images/course_1h.png");
}
.course_box .container li:nth-child(2):hover i{
    background-image: url("/jsjy/images/course_2h.png");
}
.course_box .container li:nth-child(3):hover i{
    background-image: url("/jsjy/images/course_3h.png");
}
.course_box .container li:nth-child(4):hover i{
    background-image: url("/jsjy/images/course_4h.png");
}
.course_box .container li:nth-child(4n){
    margin-right: 0;
}

.video_box .nav_box{
	width: 100%;
	margin-bottom: 45px;
}
.video_box .nav_box li{
	width: 100%;
	float: left;
}
.video_box .nav_box a{
	display: block;
	width: 180px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	background: #fff;
	-webkit-box-shadow: 6px 6px 20px -7px #b5b5b5;
	-moz-box-shadow: 6px 6px 20px -7px #b5b5b5;
	box-shadow: 6px 6px 20px -7px #b5b5b5;
	text-align: center;
	border-radius: 40px;
	margin: 0 auto;
}
.menu_box{
	width: 100%;
	background-color: rgba(40, 92, 158,1);
	padding: 10px 0;
	border-radius: 10px;
	margin-bottom: 50px;
}
.menu_box li{
	float: left;
	width: 50%;
	display: inline;
	text-align: center;
}
.menu_box li span{
	padding: 5px 15px;
	line-height: 30px;
	color:#fff;
	font-size: 18px;
	display: block;
	cursor: pointer;
	border-radius: 5px;
	margin-right: 50px;
	margin-left: 50px;
}
.menu_box li.active span,.menu_box li span:hover{
	background-color: rgba(255, 255, 255,0.2);
}


.link-a {
	display:none;
	width:275px;
	height:495px;
	background-image: url("/jsjy/images/net-error.png");
	background-size: 100% 100%;
	overflow: auto;
}
.link-e {
	display:none;
	width:275px;
	height:495px;
	background-image: url("/jsjy/images/net-error.png");
	background-size: 100% 100%;
	overflow: auto;
}
.layui-layer{
	background: none !important;
	box-shadow:none !important;
}
.link-a p{
	height:170px;
	padding:140px 20px 0;
	color:#fff;
	text-align:center;
	line-height:25px;
	font-size: 16px;
}
.link-e p{
	height:170px;
	padding:140px 20px 0;
	color:#fff;
	text-align:center;
	line-height:25px;
	font-size: 16px;
}
.waiting {
	display:block;
	width:100px;
	height:40px;
	background:#2fb7a1;
	line-height:40px;
	text-align:center;
	margin:80px auto 0;
	color:#fff !important;
	font-weight:700;
	border-radius:5px;
}
.picure{
	width:80%; 
	height:80%;
	margin: 0 auto
}

.new-editor{
    min-width: 200px;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#a7a7a7;
}
.new-date{
    margin-left: auto;
    color:#a7a7a7;
}
.new-views{
    margin-right:20px;
    color:#a7a7a7;
    width: 100px;
}
.p_text_indent{
    color: #333;
    font-size: 1em;
    line-height: 1.5em;
    margin: 1em 0;
    text-indent: 2em;
}