﻿@charset "utf-8";
 

.container{ width:1170px; padding:15px 0; margin:0 auto;}/*新添加公用样式*/

/* CSS Document */
*{margin: 0;padding: 0;}
body{font-family: arial, "Hiragino Sans GB", "PingFangSC", "Microsoft Yahei", sans-serif; background: #f2f3f2;}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden}
.clear{ clear: both; content: ""; display: block; overflow: hidden}
.fl{float: left;}
.fr{float: right;}
a,a:hover{ text-decoration: none;}
input,textarea{outline:none;}
ul li{list-style: none;}
img{margin: 0;padding: 0;border:none;}

.nav_bg{ width: 100%; background: #fff; height: 100px;}
.nav{ width: 1200px; margin: 0 auto; height: 100px; font-size: 16px;}
.logo{ width: 148px; height: 52px;  padding-top: 24px; float: left;}
.sy{ width: 300px; float: left; line-height: 100px; margin-left:144px;}
.sy a{ padding-left:10px;}
.sy a:hover{ color: #2584fd; }


.index_titnew{ width:1200px; margin:0 auto; text-align:center; padding:30px 0;}
.index_titnew h1{ font-size:40px; padding-bottom:5px;}
.index_titnew p{ font-size:16px; color:#666;}

.Selection{ border-bottom:4px solid #6eaaff;}
    .nav_list * a:hover {
        color:#6eaaff;
    }
    
    .menu01 {
        list-style: none;
        height: 100px;
        width: 435px;
        float: right;
    }
    
    .nav_list {
        list-style: none;
        height: 100px;
        display:flex;
        justify-content:flex-end;
    }
    
    .nav_list li {
        
        position: relative;
        margin:0 10px;
    }
    
    .nav_list li a {
        color: #333;
        height: 100px;
        line-height: 100px;
        padding: 0 20px;
        font-size: 16px;
        font-weight: 500;
        blr: expression(this.onFocus=this.close());
        blr: expression(this.onFocus=this.blur());
        display: inline-block;
    }
    
    .nav_list li a:focus {
        -moz-outline-style: none;
    }
    
    .nav_list li .sub-nav {
        position: absolute;
        top: 101px;
        left: 0;
        list-style: none;
        
        display: none;
        box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.2);
 transition:transform 0.3s;
    }
    
    .nav_list li .sub-nav li {
        
        width: 137px;
        height: 50px;
        line-height: 50px;
        margin:0px;
        text-align:center;
        background-color: #fff;
        border-bottom:1px solid #bbbbbb;
    }
    
    .nav_list li .sub-nav li a {
        height: 50px;
        line-height: 50px;
        width: 137px;
        padding: 0;
        display: inline-block;

    }
    .nav_list li .sub-nav li a:hover{ background:#1776fa; color:#fff;}


.idxnav_list{ width: 1200px; margin: 0 auto; position: relative;}
.menu { width: 1000px; height: 479px; position: absolute; top: -479px; left: 0;}
.menu ul { width: 225px; background: url(../img/nav_bg_l.png); box-sizing: border-box; position: relative; box-shadow: 0 0 8px #DDD; -moz-box-shadow: 0 0 8px #DDD; -webkit-box-shadow: 0 0 8px #DDD; height: 479px;}
.menu ul li { height: 119px; line-height: 119px; font-size: 18px; text-align: center; z-index: 2; border-bottom: 1px solid #ddd;}
.menu ul li a { color: #333; display: block;}
.menu ul li a:hover { color: #0062e5;  cursor: pointer; }
.menu ul li:hover {background: #ddedff; }
.menu ul li:hover .submenu { display: block; }
.menu ul li .submenu { position: absolute; left: 225px; top: 0; width: 442px;  border: 1px solid #DDD;  background-color: #FFF; z-index: 3; display: none; }
.menu ul li .submenu .subleft { margin-left: 0px; width: 430px; float: left; padding:10px 10px 0 10px; font-size: 16px;}
.menu ul li .submenu .subleft dl { overflow: hidden; border-bottom: 1px solid #f1f1f1; padding: 20px 0; }
.menu ul li .submenu .subleft dl dt { float: left; height: 30px; line-height: 30px; margin-right: 10px; font-weight: bold; color: #004be5;  cursor: pointer;  width: 120px;}
.menu ul li .submenu .subleft dl dd { float: left; width: 280px;}
.menu ul li .submenu .subleft dl dd a { display: block; float: left;  padding: 0 5px; color: #707070; height: 30px; width: 80px; line-height: 30px; }
.menu ul li .submenu .subleft dl dd a:hover{color: #004be5;}

.tynav{ padding-bottom: 20px; width: 1200px;  margin: 60px auto; margin-bottom: 10px;   border-bottom: 1px solid #dbdbdb;}
.tynav h3{ height: 30px; line-height: 30px; font-size: 20px; display: flex; align-items: center;}
.tynav h3 img{ padding-right: 10px; }
.tynav .r_more{ float: right; margin-top: 15px; padding-right: 20px; display: block; height: 30px; line-height: 30px; color: #a2a2a2; font-size: 18px;}
.m1_box{

	height: 550px;
	overflow: hidden;
	background: #fff;
	width: 1200px; margin: 0 auto;
		margin-top: 10px;
}
.m1_left{
	width: 815px;
	padding: 20px;
}
.m1_right{
	width: 325px;
	background: #f8f8f8;
	height: 550px;
	padding-left: 20px;
}
.m1_right h4{
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	position: relative;
	padding-top: 30px;
}
.m1_right h4:before{
	content: '';
position: absolute;
	width: 60px;
	height: 5px;
	background: #43a5ff;
	left: 0px;
	top: 0;
	
}

.video_icon li{
		display: flex;
	align-items: center;
	margin-top: 0px;
	color: #333333;
	font-size: 24px;
	margin-right: 35px;
	height: 50px;
	width: 500px;
	margin: 0 auto;

}
.video_icon li img{
	padding-right: 10px;
}

/*zhibo*/
.VivaTimeline{ width: 95%; padding-top: 15px; font-size: 14px; overflow-y: scroll;
    height: 450px;;
    padding-right: 10px;}
.VivaTimeline dl{ width: 100%; position: relative;}
.VivaTimeline dl:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    z-index: 100;
    width: 0.08em;
    margin-left: -0.04em;
    content: '';
    background-color: #dce2eb;
	border-radius: 10em;
}


.VivaTimeline dl dd {
    position: relative;
    z-index: 200
}

.VivaTimeline dl dd .circ {
    position: absolute;
    top: 1em;
    left: 25%;
    z-index: 200;
    width: 1em;
    height: 1em;
    margin-left: -0.785em;
    background-color: #a0d1ff;
    border: 0.285em solid #f5f7fa;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.VivaTimeline dl dd .time2 {
    position: absolute;
    top: 1em;
    left: 0%;
    display: inline-block;
    width: 7.14em;
    color: #9c9c9c;
	font-size: 1em;
}

.VivaTimeline dl dd .events {
    position: relative;
	float: right;
    width: 68%;
    padding: 0.71em 0;
	color: #666;
	font-size: 1.4em;
 line-height: 1.2em;

}
.VivaTimeline dl dd .events h6{ font-weight: 500;}
.events a:hover{ opacity: 0.6;}

.m2_box{ width: 1220px;}




.kc_box{
	width: 1200px;
	margin: 0px auto;
	height: auto;
	margin-top: 10px;
}
.kc_list{ 
	background: #fff;
	width: 590px;
	height: 440px;
	overflow: hidden;
	position: relative;
	transition:transform 0.3s;
    position:relative;
}
.kc_list:hover{
    cursor:pointer;
 transform:translate(0,-5px);
 box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.1);
 transition:transform 0.3s;
}
.kc_list .tj{ position: absolute; top: 0px; left: 0;}
.kc_list_new{ 
	width: 520px; 
	margin: 0 auto;
	text-align: center;
    line-height:50px;
}
.kc_list_new h3{
	font-size: 24px;
	color: #2e3d49;
	font-weight: 600;
	padding: 55px 0 20px 0;
    height:50px;
    line-height:30px;
    letter-spacing: 2px;
}

.kc_list_new h2{
	font-size: 35px;
	color: #acacac;
	text-decoration:line-through;
	padding-bottom: 10px;
	font-weight: 500;
}
.kc_list_new h1{
	font-size: 42px;
	color: #43a5ff;
	padding-bottom: 25px;
	border-bottom: 2px solid #5ab0ff;
	font-weight: 500;
}
.kc_list_new .kc_ts{
	padding-top: 20px;
	font-size: 14px;
	line-height: 22px;
	color: #a7a7a7;
}

.kc_list_new .yh_time{ 
    color: #ff0000; 
    font-size: 14px; 
    padding-top: 35px; 
    padding-bottom: 5px; 
    line-height:20px;
    position:absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
}

.kc_list_new .jrxx{
	margin: 0 auto;
	display: block;
	width: 210px; 
	height: 55px;
	background: #5ab0ff;
	line-height: 55px;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
    position:absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
}
.kc_list_new .jrxx:hover{
	background: #0889ff;
	color: #fff;
}

.lc_img{ width: 1200px; margin: 0 auto; height: 39px; margin-top: 10px;}

.lc_box{ width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between;}

.lc_new:hover{
    cursor:pointer;
 transform:translate(0,-5px);
 box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.1);
 transition:transform 0.3s;
}
.lc_new{ width: 393px; height: 295px; background: #fff; text-align: center; margin-top: 10px;}
.lc_new img{ padding: 30px 0 15px 0;}
.lc_new h3{ line-height: 25px; font-size: 22px; font-weight: 500;}
.lc_new p{ padding: 30px 50px; font-size: 14px; color: #666666;}
.lc_new .xq_but{ display: block; width: 154px; height: 40px; border-radius: 5px; background: #ededed; color: #909090; line-height: 40px; text-align: center; margin: 0 auto;}
.lc_new .xq_but:hover{ background: #5ab0ff; color: #fff;}

.zx_box{ margin: 0 auto; width: 1200px; margin-top: 10px;}
.zx_box_l{ width: 1200px;}

.title1_box{ width: 796px; overflow: hidden;}
#title{display: flex; justify-content: space-between; width: 806px;}
#title li {
	background:#e1e1e1;
	text-align:center;
	height:48px;
	line-height:48px;
	color: #333333;
	font-size: 20px;
	cursor:pointer;
    flex-grow:1;
 margin-right: 10px;
}
#title li a{ color: #333;}


#wrap>div {
	display:none;
}
#wrap .active {
	display:block;
}
#title .ho {
	background: #43a5ff;
    color:#fff;
}
#title .ho a {
	color:#fff;
}

.wrap{ height: 400px; background: #fff;}
.wrap ul { padding: 20px 30px 20px 50px; }
.wrap ul li{ line-height: 60px; font-size: 18px; list-style-type:decimal-leading-zero;}
.wrap a{ color: #666; width:900px; display: block; float: left; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;
-ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;/* Opera */
-moz-binding: url("ellipsis.xml#ellipsis");/*FireFox*/
}
.wrap a:hover{ color: #0b48f9}
.wrap ul li .time1{ font-size: 14px; color: #bababa; float: right;}
.wrap .more a{  padding-top: 15px;  display: block; float:right; padding-right:30px; text-align:right;}

.ts_box{ background: #fff; width: 1200px; height: 380px; margin-top:10px;}
.ts_tit{ padding: 15px;}
.ts_tit h3{ font-size: 18px; color: #333; font-weight: 600; padding-bottom: 10px;}
.ts_tit h3 .more{ float: right;  color: #a2a2a2; font-size: 14px;}

.ts_new{ margin-top: 10px; width:220px;}
.ts_img{ width: 220px;}
.ts_img img{ width: 220px;}
.ts_p{ width: 100%; font-size: 16px; color: #333;padding:0 5px;}
.ts_p h4{ 
    margin-bottom: 10px;
    height: 42px;
    font-weight: 400;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;
    letter-spacing: 1px;
}
.ts_p p{ padding-bottom: 8px;}
.ts_p .ts_but{ display: block; border-radius: 5px; background: #ffa64f; color: #fff; width: 86px; height: 28px; text-align: center; line-height: 28px;}
.ts_p .ts_but:hover{ background: #ff8813;}

.hk_nav{ width: 100%; height: 106px; background: #43a5ff; margin-top: 50px; margin-bottom: 10px;
-moz-box-shadow:0px 0px 10px #7dc1ff; -webkit-box-shadow:0px 0px 10px #7dc1ff; box-shadow:0px 0px 10px #7dc1ff;}
.hk_nav h3{ line-height: 106px; text-align: center; font-size: 60px; color: #fff;}

.hk_box{ width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between;}

.hk_new:hover{
    cursor:pointer;
 transform:translate(0,-5px);
 box-shadow:0px 0px 30px 0px rgba(0, 0, 0, 0.1);
 transition:transform 0.3s;
}
.hk_new{ width: 393px; height: 295px; background: #fff; text-align: center; margin-top: 10px;}
.hk_new img{ padding: 50px 0 15px 0;}
.hk_new h3{ line-height: 25px; font-size: 22px; font-weight: 500;}
.hk_new p{ padding: 30px 50px; font-size: 14px; color: #666666;}

.z_bottom{ width: 100%; border-top: 1px solid #dee8f0; margin-top: 50px; background: #fff;}
.bottom_box{ width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; font-size: 14px; padding: 50px 0;}

.bottom_lxwm{ width: 850px;}
.bottom_lxwm ul{display: flex; padding-bottom: 30px;}
.bottom_lxwm ul li{ padding-right: 20px;}
.bottom_lxwm p{ color: #666; line-height: 22px;}
.bottom_lxwm a{ color: #000;}
.bottom_lxwm a:hover{ color: #0052e9;}
.bottom_ewm{ width: 240px; text-align: center;}

 


/*课程*/
.course_xx{ width: 1200px; margin: 50px auto; font-size: 18px; text-align: center;}
.course_xx a{ text-decoration: underline;}
.course_all{ width: 1200px; margin: 0 auto; margin-top: 10px;}
.course_box_l{ width: 796px; float: left;}
.course_box_r{ width: 380px; background: #fff; float: right; height: 728px;}
.course_box_r h3{ text-align: center; font-size: 22px; line-height: 50px;}

#title1{display: flex; justify-content: space-between; width: 796px;}
#title1 li {
	background:#e1e1e1;
	width:255px;
	text-align:center;
	height:48px;
	line-height:48px;
	color: #333333;
	font-size: 20px;
	cursor:pointer;
}
#title1 li a{ color: #333;}


#wrap1>div {
	display:none;
}
#wrap1 .active {
	display:block;
}
#title1 .ho {
	background: #43a5ff;
    color:#fff;
}
#title1 .ho a {
	color:#fff;
}

.wrap1{ height: 680px; background: #fff;}
#wrap1 .bjjs {
	font-size: 14px;
}
#wrap1 .bjjs ul{ padding:15px 20px 15px 20px;  }
#wrap1 .bjjs ul li{ line-height: 24px;}
#wrap1 .bjjs ul li .hui{ color: #acacac;}

.course_kcbox{ width: 750px; margin: 10px auto;}
.cur_list{
	width: 400px; 
	height: 232px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
	transition:transform 0.3s;
	border: 1px solid #f2f3f2;
}

.cur_list a img{ width: 400px; display: block; height: 152px;}
.cur_list h3{ 
	line-height: 50px; 
	font-size: 18px; 
	font-weight: 400px; 
	text-align: center;
	overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; 
	padding: 0 15px;
}
.cur_list h3 a{ color: #333333;}
.cur_list dl{
	width: 340px;
	margin: 0 auto;
	font-size: 12px;
}
.cur_list dl dt{
	float: left;
	width: 140px;
}
.cur_list dl dd{
	float: right;
	width: 60px;
	background: url(../img/icon_rt.jpg) no-repeat 0px 1px;
	padding-left: 22px;
	 
	
}


.course_kcbox01::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
  }
.course_kcbox01::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  background   : #dddddd;
 
  }
.course_kcbox01::-webkit-scrollbar-thumb:hover {
  /*滚动条里面小方块*/
  border-radius: 5px;
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #a1a1a1;
  }
.course_kcbox01::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 5px;
  background   : #f6f6f6;
  }

.course_kcbox01{ width: 750px; margin: 10px auto; overflow-x:scroll;}
.cur_list01{
	width: 275px; 
	height: 232px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px;
	transition:transform 0.3s;
	border: 1px solid #f2f3f2;
	float: left;
	margin-right: 10px;
}
.cur_list01:hover {
    cursor: pointer;
    transform: translate(0,-5px);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.cur_list01 a img{ width: 275px; display: block; height: 152px;}
.cur_list01 h3{ 
	line-height: 25px; 
	font-size: 16px; 
    text-align: center;
	overflow: hidden;
    padding: 2px 15px 0 15px;
    text-align: left;
}
.cur_list01 h3 a{ color: #333333;}
.cur_list01 dl{
	width: 240px;
	margin: 0 auto;
	font-size: 12px;
}
.cur_list01 dl dt{
	float: left;
	width: 140px;
}
.cur_list01 dl dd{
	float: right;
	width: 60px;
	background: url(../img/icon_rt.jpg) no-repeat 0px 1px;
	padding-left: 22px;	 
	
}

.VivaTimeline1{ width: 90%; padding-top: 15px; font-size: 14px; 
    height: 650px;
    padding-right: 10px; padding-left: 10px;}
.VivaTimeline1 dl{ width: 100%; position: relative; padding-bottom: 45px;}
.VivaTimeline1 dl:before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 25%;
    z-index: 100;
    width: 2px;
    margin-left: -0.04em;
    content: '';
    background-color: #dce2eb;
	border-radius: 10em;
}



.VivaTimeline1 dl dd .circ {
    position: absolute;
    top: 1em;
    left: 25%;
    z-index: 200;
    width: 15px;
    height: 15px;
    margin-left: -12px;
    background-color: #a0d1ff;
    border: 0.285em solid #f5f7fa;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.VivaTimeline1 dl dd .time {
    position: absolute;
    top: 15px;
    left: 2%;
    display: inline-block;
    width: 60px;
    color: #9c9c9c;
	font-size: 14px;
	text-align: center;
    line-height:16px;
}

.VivaTimeline1 dl dd .events {
    position: relative;
	float: right;
    width: 68%;
    padding: 0.71em 0;
	color: #666;
	font-size: 14px;
 line-height: 22px;

}
.VivaTimeline1 dl dd .events h6{ font-weight: 500;}

.course_kcdb{ width: 1200px; margin: 50px auto; text-align: center;}
.course_kcdb a{ font-size: 30px; color: #004eff; text-decoration: underline;}

.jg_box{ width:1200px; margin:0 auto; display:flex; flex-wrap:wrap;}
.jg_itmes{ background:#fff; width:290px; margin-right:10px; height:280px; margin-bottom:10px;}
.jg_itmes img{ width:290px; height:170px; display:block;}
    .jg_itmes h3 {
        font-size: 16px;
        padding: 0 10px;
        line-height: 25px;
        min-height: 50px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        color:#333;
        margin:10px 0;
    }
    .jg_itmes p {
        color: red;
        font-size: 20px;
        padding: 0 10px 10px 10px;

    }
    .jg_itmes p span{ font-size:14px;}

.jg_tit{ width:1200px; height:50px; line-height:50px; margin:0 auto; margin-bottom:10px; margin-top:10px;}
    .jg_tit h3 {
        position: relative;
        font-size: 16px;
        padding-left: 20px;
        height: 50px;
        line-height: 50px;
    }
        .jg_tit h3:before {
            position: absolute;
            top: 18px;
            bottom: 0;
            left: 0;
            z-index: 100;
            width: 5px;
            height: 15px;
            content: '';
            background-color: #3077d9;
            border-radius: 5px;
        }
