/* CSS Document */
* {
    padding: 0;
    margin: 0;
}
img {
    padding: 0;
    margin: 0;
    border: none;
    width: 100%;
    height: auto;
}
html{
    overflow-x:hidden;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", Arial;
    font-size: 14px;
    color: #929395;
    font-weight:normal;
    overflow:hidden;
}
input {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: "Microsoft YaHei", Arial;
}
input:focus, textarea:focus {
    outline: none;
}
ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}
a:active {
    blr:expression(this.onFocus=this.blur());
    outline: none
}
a {
    outline: none;
    blr:expression(this.onFocus=this.blur());
}
a {
    font-family: "Microsoft YaHei", Arial;
    color: #acacac;
}
a:link {
    text-decoration: none;
    color: #929395;
}
a:visited {
    text-decoration: none;
    color: #929395;
}
a:active {
    text-decoration: none;
    color:#929395;
}
a:hover {
    text-decoration: none;
    color: #929395;
}
.linkgray16w, .linkgray16w:link, .linkgray16w:visited {
    font-size: 16px;
    color: #8d8d8d;
}
.linkgray16w:hover {
    color: #90bbb7;
}
input[type="radio"]{
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    background: url(../images/customer_releaselist_radio.gif) no-repeat;
    background-size: 15px;
    margin-top: 3px;
    border: none;
    display: inline-block;
}
input[type="radio"]:checked{

    -webkit-appearance: none;
    background: url(../images/customer_releaselist_radio2.gif) no-repeat;
    background-size: 100% auto;
    border: none;
}
#hello_go:before,
#hello_go:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left:-20px;
    width: 40px;
    height: 40px;
    pointer-events: none;
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}
#hello_go:before,
#hello_go:after {
    -webkit-animation: anim-ripple 1.2s ease-out infinite forwards;
    animation: anim-ripple 1.2s ease-out infinite forwards;
}

#hello_go:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes anim-ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(3, 3, 1);
        transform: scale3d(3, 3, 1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(3, 3, 1);
        transform: scale3d(3, 3, 1);
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes rotate {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}
@keyframes rotate {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}

.loadmore {display:block;line-height: 14px;text-align:center;color:#fff;font-size:14px; position:fixed; left:42%; top:40%; }
.loadmore span{height:30px;width:30px;border-radius:100%;display:inline-block;margin:10px;border:2px solid #fff;border-bottom-color: transparent;vertical-align: middle;-webkit-animation: rotate 1.1s infinite linear;animation: rotate 1.1s infinite linear;}
.loadover{position:relative;height:30px;color:#fff;text-align: center;}
.loadover span{ width:100%; height:30px; padding-top:15px; font-size:14px; color:#ccc; float:left; text-align:center;}

.container{
    width:100%;
    float:left;
    overflow:hidden;
    -webkit-transition: all 500ms ;
    -moz-transition: all 500ms ;
    -ms-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
    background:#fff;
}
.container.over{
    margin-left:-214px;
    width:100%;
    height:auto;
    float:left;
    overflow:hidden;
    -webkit-transition: all 500ms ;
    -moz-transition: all 500ms ;
    -ms-transition: all 500ms ;
    -o-transition: all 500ms ;
    transition: all 500ms ;
}
.container .header{
    width:100%;
    height:50px;
    text-align:center;
    float:left;
    background:#fff;
    position:relative;
    left:0;
    top:0;
}
.container .header .logo{
    width: 221px;
    height: 32px;
    margin: 10px;
}
.container .header .logo img{
    width:100%;
    height:100%;
}
.srcollbox{width:100%; height:auto; overflow:hidden; float:left;}
.focus{ width:100%; height:auto;  margin:0 auto; position:relative; overflow:hidden;   }
.focus .hd{ width:100%; height:14px; position:absolute; left:0; bottom:4px; z-index:2;text-align:center;}
.focus .hd ul{ display:inline-block;
}
.focus .hd ul li{ width:3px; height:3px; background:transparent;border: 2px solid #fff;display:inline-block; margin:0 3px; text-indent:-9999px; overflow:hidden; float:left;}
.focus .hd ul .on{width:3px; height:3px; background:#ffe401;border: 2px solid #ffe401;display:inline-block;}
.focus .bd{ position:relative; z-index:0; }
.focus .bd li img{ width:100%;  height:auto;}
.focus .bd li a{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); /* 鍙栨秷閾炬帴楂樹寒 */  }
.focus .bd li{
    display: table-cell;
    vertical-align: top;
}
.container .menubox{
    width:100%;
    height:52px;
    float:left;
    background:#5bb5c7;
}
.container .menubox li{
    width:14.28%;
    height:52px;
    float:left;
    background:#5bb5c7;
}
.container .menubox li a{
    width:100%;
    height:52px;
    text-align:center;
    line-height:52px;
    color:#fff;
    font-size:18px;
    float:left;
    background:#5bb5c7;
}
.container .menubox li a.now{
    width:100%;
    height:52px;
    text-align:center;
    line-height:52px;
    color:#fff;
    font-size:18px;
    float:left;
    background:#e684a7;
}
.menubtn{
    width:22px;
    height:16px;
    position:absolute;
    right:20px;
    top:18px;
}
.menubtn .line1{
    width:22px;
    height:3px;
    position:absolute;
    left:0;
    top:0;
    background:#5bb5c7;
    border-radius:2px;
    overflow:hidden;
    -webkit-transition:all .8s ease-in-out;-moz-transition:all .8s ease-in-out;transition:all .8s ease-in-out;
}
.menubtn .line2{
    width:22px;
    height:3px;
    position:absolute;
    left:0;
    top:7px;
    background:#5bb5c7;
    border-radius:2px;
    overflow:hidden;
}
.menubtn .line3{
    width:22px;
    height:3px;
    position:absolute;
    left:0;
    top:14px;
    background:#5bb5c7;
    border-radius:2px;
    overflow:hidden;
    -webkit-transition:all .8s ease-in-out;-moz-transition:all .8s ease-in-out;transition:all .8s ease-in-out;
}
.menubtn.over .line1{
    top: 5px;
    -webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);
}
.menubtn.over .line2{
    display:none;
}
.menubtn.over .line3{
    top: 5px;
    -webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg);
}
.menubtn .menubg{
    width:100%;
    height:100%;
    background:#5bb5c7;
    position:fixed;
    right:0;
    top:0;
    z-index:1000004;
    opacity:0.5;
    display:none;
}
.menubtn .menu{
    width:214px;
    height:100%;
    background:#5bb5c7;
    position:fixed;
    right:-214px;
    top:0;
    z-index:1000005;
}
.menubtn .menu .menutitle{
    padding-top:34px;
    width:214px;
    height:84px;
    text-align:center;
    float:left;
}
.menubtn .menu .menulist{
    padding-left:12px;
    padding-top:20px;
    width:206px;
    height:auto;
    float:left;
}
.menubtn .menu .menulist li{
    margin:0 6px 10px 6px;
    width:50px;
    height:50px;
    float:left;
    border:1px solid #fff;
    border-radius:50px;
    overflow:hidden;
}
.menubtn .menu .menulist li a{
    padding-top:16px;
    width:50px;
    height:34px;
    line-height:14px;
    font-size:14px;
    color:#fff;
    text-align:center;
    float:left;
}
.menubtn .menu .menulist li a .title1{
    line-height:8px;
    font-size:8px;
    color:#fff;
}
.menubtn .menu .menutel{
    padding-top:80px;
    width:214px;
    height:auto;
    text-align:center;
    float:left;
}
.menubtn .menu .menutel img{
    width:190px;
    height:auto;
}
.container .nav{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}
.container .nav .navlist{
    margin-left: -1%;
    width: 101%;
    height: auto;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}
.container .nav .navlist ul{
    width:100%;
    display: inline-block;
    border-bottom:1px solid #efefef;
}
.container .nav .navlist ul li{
    position: relative;
    float: left;
    display: flex;
    width: 33.333%;
    height: 74px;
    box-sizing: border-box;
    border-right: 1px solid #efefef;
}
.container .nav .navlist ul li:nth-child(1) a{
    display: inline-block;
    width: 90%;
    height: 84px;
    border-bottom: 1px solid #efefef;
}
.container .nav .navlist ul li:nth-child(2) a{
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 84px;
    border-bottom: 1px solid #efefef;
}
.container .nav .navlist ul li:nth-child(3) a{
    position: absolute;
    right: 0;
    display: inline-block;
    width: 90%;
    height: 84px;
    border-bottom: 1px solid #efefef;
}
.container .nav .navlist ul li:nth-child(1){
    margin-bottom: 20px;
}
.container .nav .navlist ul li:nth-child(2){
    margin-bottom: 20px;
}
.container .nav .navlist ul li:nth-child(3){
    margin-bottom: 20px;
}
.container .nav .navlist ul li a .text{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    z-index: 5;
    text-align: center;
}
.container .nav .navlist ul li:nth-child(3) a .text{
    left:-5%;
}
.container .nav .navlist ul li:nth-child(4) a .text{
    top: -10px;
}
.container .nav .navlist ul li:nth-child(5) a .text{
    top: -10px;
}
.container .nav .navlist ul li:nth-child(6) a .text{
    top: -10px;
}
.container .nav .navlist ul li a .text .tit{
    width: 100%;
    height: auto;
    line-height: 77px;
    float: left;
    font-family:'瀹嬩綋';
    font-size: 12px;
}
.container .nav .navlist ul li:nth-of-type(odd) a .text .tit{
    color: #e684a7;
}
.container .nav .navlist ul li:nth-of-type(even) a .text .tit{
    color:#5bb5c7;
}
.container .nav .navlist ul li a .text .tit span{
    font-size: 30px;
    display: inline-block;
    width: 30px;
}
.container .nav .navlist ul li a .text .txt{
    font-size: 8px;
    position: absolute;
    color: #9a9b9d;
    font-family:'Arial';
    line-height: 12px;
    letter-spacing: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50px;
}
.container .nav .navlist ul li:nth-child(2) a .text .txt{
    left: -4px;
}
.container .course{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}
.container .course .coursebox{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    background-size: 100%;
}
.container .tittext{
    display: inline-block;
    font-size: 10px;
    width: 100%;
    color: #929395;
    text-align: center;
    padding-bottom:14px;
}
.container .navtitle{
    float: left;
    margin: auto;
    padding: 22px 0 0 0;
    width: 100%;
    height: auto;
    text-align: center;
	display: none;
}
.container .egtit{
    width: 100%;
    height: auto;
    line-height: 12px;
    float: left;
    font-family: Arial;
    font-size: 12px;
    color: #5bb5c7;
    letter-spacing: 12px;
    text-align: center;
}
.container .contit{
    width: 100%;
    height: auto;
    line-height: 26px;
    float: left;
    font-size: 22px;
    letter-spacing: 10px;
    text-align: center;
}
.container .contit a{
    color: #414349;
    font-family: "瀹嬩綋";
}
.container .course .coursebox .courselist{
    margin-left: -1%;
    width: 101%;
    height: auto;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}
.container .course .coursebox .courselist ul li{
    padding: 0 0px 10px 1px;
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}
.container .course .coursebox .courselist ul li .pic{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
}
.container .course .coursebox .courselist ul li .pic .txt{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: #0b9ab7;
}
.container .course .coursebox .courselist ul li .pic img{
    width: 100%;
    height: auto;
}
.container .course .coursebox .courselist ul li .text{
    position: relative;
    width: 100%;
    height: 36px;
    float: left;
    box-sizing: border-box;

}
.container .course .coursebox .courselist ul li .text .lefttext{
    width: auto;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    padding: 14px 0 0 16px;
    color: #414349;
    float: left;
    overflow: hidden;
    font-family: "Arial";
}
.container .course .coursebox .courselist ul li .text .right{
    position: absolute;
    right: 10px;
    top: 20px;
    text-align: center;
    display: block;
    height: 6px;
    width: 4px;
}
.container .course .coursebox .courselist ul li .text .right img{
    width: 100%;
    height: 100%;
}
.container .course .coursebox .courselist ul li .text1{
    padding: 0 16px;
    width: 100%;
    height: 22px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    font-family: "Arial";
}
.container .course .coursebox .notice{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    float: left;
}
.container .course .coursebox .notice .title{
    position: absolute;
    left: 0;
    top: 40%;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: center;
}
.container .course .coursebox .notice .content{
    padding:0;
    position: absolute;
    top: 67%;
    font-size: 12px;
    color: #fff;
    width: 100%;
    text-align: center;
}
.container .course .coursebox .notice img{
    width: 100%;
    height: auto;
}
.courseContent{
    width: 100%;
    height: auto;
    float: left;
    border-top: 18px solid #f8f8f8;
    overflow: hidden;
    padding: 0 16px 30px;
    box-sizing: border-box;
}
.container .students{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}
.container .students .studentsbox{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    background-size: 100%;
}
.container .students .studentsbox .egtit{
    letter-spacing: 8px;
}
.container .students .studentsbox .studentslist{

    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
	display: none;
}
.container .students .studentsbox .studentslist ul li{
    padding:0 4px 10px 4px;
    width: 50%;
    height: auto;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}
.container .students .studentsbox .studentslist ul li a .pic{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
}
.container .students .studentsbox .studentslist ul li a .pic img{
    width: 100%;
    height:auto;
}
.container .students .studentsbox .studentslist ul li a .content{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding:4px 15px 0;
    color: #929395;
}
.container .students .studentsbox .studentslist ul li a .content .titlebox {
    width: 100%;
    height: 25px;
    float: left;
    position: relative;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.container .students .studentsbox .studentslist ul li a .content .titlebox .titlebox1 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.container .students .studentsbox .studentslist ul li a .content .titlebox .line{
    position: absolute;
    width: 1px;
    height: 36px;
    left: -8px;
    bottom:4px;
    border-left: 1px solid #000;
}
.container .students .studentsbox .studentslist ul li a .content .titlebox .name1{
    font-size: 16px;
    font-weight: bold;
    color: #1d1e21;
}
.container .students .studentsbox .studentslist ul li a .content .titlebox .major1{
    font-size: 12px;
    color: #1d1e21;
    font-family: Arial;
}
.container .students .studentsbox .studentslist ul li a .content .info{
    width: 100%;
    height: 75px;
    line-height: 18px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-family: Arial;
}
.container .students .studentsbox .point{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    float: left;
}
.container .students .studentsbox .point .title{
    position: absolute;
    left: 0;
    top: 22%;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: center;
}
.container .students .studentsbox .point .content{
    position: absolute;
    top: 54%;
    font-size: 12px;
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: Arial;
}
.container .students .studentsbox .point img{
    width: 100%;
    height: auto;
}
.container .news{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}
.container .news .newsbox{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    background-size: 100%;
}
.container .news .newsbox .newsMenu{
    width: 100%;
    height: 32px;
    float: left;
    text-align: center;
}
.container .news .newsbox .newsMenu ul{
    display: -webkit-box;
    margin: 0 20px;
    border-top: solid 1px #e5e5e6;
    border-bottom: solid 1px #e5e5e6;
}
.container .news .newsbox .newsMenu ul li{
    text-align: center;
    width: 25%;
    height: 30px;
}
.container .news .newsbox .newsMenu ul li span{
    display: inline-block;
    line-height: 28px;
    padding: 0 2px;
    text-align: center;
    font-size: 15px;
}
.container .news .newsbox .newsMenu ul li.now span{
    color: #e684a7;
}
.container .news .newsbox .newsMenu ul li.now span{
    border-bottom: solid 2px #e684a7;
}
.container .news .newsListbox1{
    width: 100%;
    height: auto;
    float: left;
}
.container .news .newsListbox1 .nopicList{
    display: none;
    padding: 0 20px;
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}
.container .news .newsListbox1 .nopicList ul li{
    padding: 24px 0 18px 0;
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
}
.container .news .newsListbox1 .nopicList ul li a .top{
    width: 100%;
    height: auto;
    float: left;
}
.container .news .newsListbox1 .nopicList ul li a .top .date{
    width: auto;
    height: 20px;
    float: left;
}
.container .news .newsListbox1 .nopicList ul li a .top .see{
    height: 100%;
    float: right;
    font-size: 14px;
    font-family: Arial;
}
.container .news .newsListbox1 .nopicList ul li a .top .see img{
    height: 100%;
    vertical-align: middle;
    width: 12px;
    padding: 2px 2px 5px 0;
}
.container .news .newsListbox1 .nopicList ul li a .top .img{
    width: auto;
    height: 20px;
    float: left;
}
.container .news .newsListbox1 .nopicList ul li a .top .imgt{
    margin: 10px 4px 0 0;
    width: 6px;
    height: 1px;
    float: left;
}
.container .news .newsListbox1 .nopicList ul li a .tit{
    float: left;
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #0c1319;
    padding-top:10px;
    font-family: Arial;
}
.container .news .newsListbox1 .nopicList ul li a .text{
    width: 100%;
    height: auto;
    line-height: 22px;
    font-size: 12px;
    color: #797979;
    float: left;
}
.container .bottom{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    padding-bottom: 53px;
}
.container .bottom .bottom1{
    width: 100%;
    height: auto;
    float: left;
    background:#ecebec;
}
.container .bottom .bottom1 .title{
    width: 100%;
    height: 60px;
    float: left;
    text-align: center;
    vertical-align: middle;
}
.container .bottom .bottom1 .title img{
    width:auto;
    height:auto;
    max-width:100%;
    max-height:100%;
}
.container .bottom .bottom1 .text{
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: #45484b;
    padding: 20px 0;
    line-height: 26px;
    font-family: Arial;
}
.container .bottom .bottom1 .copy{
    float: left;
    text-align: center;
    font-size: 8px;
    width: 90%;
    margin: 0 5%;
    color: #45484b;
    padding: 20px 0;
    border-top: solid 1px #dedede;
    font-family: Arial;
}
.container .bottom .bottom1 .copy a{
    color: #45484b;
}
.container .footer{
    width: 100%;
    height: 52px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 995;
    background: #fff;
    overflow:hidden;
    border-top: 1px solid #efefef;
}
.container .footer ul li{
    width: 20%;
    height: 52px;
    text-align: center;
    float: left;
}
.container .footer ul li .pic{
    padding-top: 6px;
    width: 100%;
    height: 24px;
    text-align: center;
    float: left;
}
.container .footer ul li .pic img{
    width:auto;
    height: 24px;
}
.container .footer ul li .logo{
    padding-top: 6px;
    width: 100%;
    height: 46px;
    text-align: center;
    float: left;
}
.container .footer ul li .logo img{
    max-width: 40px;
    height: 40px;
}

.container .footer ul li .tet{
    width: 100%;
    height: 12px;
    line-height: 12px;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #777;
    margin-top: 2px;
}
.container .popupSignUp{
    width: 100%;
    position: fixed;
    left: 0;
    bottom:0;
    z-index: 1000005;
    background: #fff;
    overflow:hidden;
    display: none;
}
.container .popupSignUp .popcon{
    width: 100%;
    height:auto;
    float: left;
    position: relative;
}
.container .popupSignUp .closeBtn{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 0;
    height: 0;
    border-left: 56px solid transparent;
    border-top: 56px solid #5bb5c7;
}
.container .popupSignUp .btn{
    width:30px ;
    height: 30px;
    position: absolute;
    right:0;
    top: 0;
    z-index: 3;
}
.container .popupSignUp .btn .line1{
    width: 18px;
    height: 3px;
    position: absolute;
    left: 4px;
    top: 16px;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    z-index: 4;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.container .popupSignUp .btn .line2{
    width: 18px;
    height: 3px;
    position: absolute;
    left: 4px;
    top: 16px;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    z-index: 4;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.container .popupSignUp .title{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    margin-top: 20px;
}
.container .popupSignUp .title .title1{
    width: 100%;
    height: auto;
    float: left;
    line-height: 14px;
    font-family: Arial;
    font-size: 12px;
    color: #5bb5c7;
}
.container .popupSignUp .title .title2{
    width: 100%;
    height: auto;
    float: left;
    font-family: "SimSun";
    font-size: 26px;
    color: #414349;
    margin: 0;
    letter-spacing: 6px;
}
.container .popupSignUp .inpuList{
    height: 100%;
    float: left;
    padding: 10px 10% 20px 10%;
    box-sizing: border-box;
}
.container .popupSignUp .inpuList>ul>li{
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px solid #e6e6e6;
}
.container .popupSignUp .inpuList ul li .inpubox{
    width: 100%;
    height:49px ;
    font-size: 18px;
    color: #171717;
    float: left;
    position: relative;
    z-index:0;
}
.container .popupSignUp .inpuList ul li .inpubox .tit{
    width: 58px;
    height: 48px;
    line-height:48px;
    font-size: 18px;
    color: #171717;
    position: absolute;;
    left:0;
    top:0;
    margin:0;
}
.container .popupSignUp .inpuList ul li .inpubox .txt{
    position: relative;
    padding-left: 58px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    float: left;
    z-index:0;
    box-sizing: border-box;

}
.container .popupSignUp .inpuList ul li .inpubox .txt .downlist{
    position: relative;
    width: 100%;
    height: 48px;
    float: left;
    z-index:1;
}
.container .popupSignUp .inpuList ul li .inpubox .txt .downlist .course_title img{
    position: absolute;
    right: 4px;
    top:20px;
    width: 8px;
    height: 14px;
    transform:rotate(90deg);
}
.container .popupSignUp .inpuList ul li .inpubox .txt .downlist .dowancon{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    background: #fafafa;
    border: 1px solid #ddd;
    max-height: 196px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index:90;
    display: none;
}
.container .popupSignUp .inpuList ul li .inpubox .txt .downlist .dowancon ul li{
    padding: 0 10px;
    border-bottom:1px solid #ddd;
    box-sizing: border-box;
}
.container .popupSignUp .inpuList ul li .inpubox .txt .downlist .dowancon ul li:last-child{
    border:none;
}
.container .popupSignUp .inpuList ul li .inpubox .txt .downlist .dowancon ul li.on{
    background: #ddd;
}
.container .popupSignUp .inpuList ul li .inpubox .txt .txt1{
    width: 100%;
    height: 48px;
    line-height:48px;
    font-family: "Microsoft YaHei", Arial;
    font-size: 18px;
    overflow: hidden;
    float: left;
    border: none;
    background: none;
}
.container .popupSignUp .inpuList ul li .textarea textarea{
    width: 100%;
    height: 54px;
    resize: none;
    border: none;
    background: none;
    padding-top: 12px;
    line-height: 18px;
    font-size: 18px;
    font-family: Regular;
    color: #777676;
}
.container .popupSignUp .inpuBtn{
    float: left;
    width:100%;
    height:52px;
    background: #5bb5c7;
}
.container .popupSignUp .inpuBtn input{
    background: transparent;
    border:none;
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    float: left;
    font-size: 18px;
    color: #fff;
}
.container .signUpbg{
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000004;
    opacity: 0.5;
    display: none;
}
.lodding{
    width: 100%;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    background-image: linear-gradient(to left bottom, #c7889e, #0a6a78);
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 25px;
    z-index: 1000;
}
.lodding .loadmore{
    display: block;
    line-height: 14px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: fixed;
    left: 42%;
    top: 40%;
}
.hello{
    width: 100%;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    z-index: 997;
    background: #000;

}
.hello .hellobg{
    width: 100%;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    z-index: 998;
    opacity: 0.4;
}
.hello .hellobg1{
    width: 100%;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    z-index: 999;
    opacity: 0.6;
    background-size: 100% 100%;

}
.hello .hellobg1 img{
    width: 100%;
    height: 100%;
}
.hellocon{
    width: 100%;
    height: 100%;
    position: fixed;
    left:0;
    top:0;
    z-index: 1000;
}
.hellocon .hello_logo{
    padding-top: 0;
    width: 100%;
    height:auto;
    text-align: center;
    position: fixed;
    left: 0;
    top: -24%;
    z-index: 1001;

}
.hellocon .hello_logo img{
    width: 50%;

}
.hellocon .hello_text{
    position: fixed;
    left: 100%;
    right: 0;
    top:0;
    padding-top: 69%;
    width: 84%;
    height: auto;
    font-size:16px;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    z-index: 1001;
}
.hellocon .hello_box{
    display: none;
    position: fixed;
    left: 32%;
    top: 57%;
    width:36%;
    height:26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    z-index: 998;
    border: 1px solid #fff;
}
.hellocon .hello_box .hello_box_1{
    position: relative;
    left: -132%;
    right: 0;
    height: 26px;
    margin:0 auto;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: url('../images/conf_1.png') no-repeat right center /16px 12px;
}
@keyframes bounce-up {
    25% {
        transform: translateY(3px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(3px);
    }
}

.animate-bounce-up{
    -webkit-animation: bounce-up 1s linear infinite;
    animation: bounce-up 1s linear infinite;
}

.hellocon .copy{
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    bottom: 20px;
    z-index: 1002;
}
.hellocon .copy .more{
    position: relative;
    bottom: -110px;
    float: left;
    width: 100%;
    height: auto;
    color: #fff;
    text-align: center;
}
.hellocon .copy .more_img{
    position: relative;
    bottom: -110px;
    float: left;
    height: 100%;
    width: 60px;
    left: 50%;
    margin-left: -30px;

}
.hellocon .copy .more_img img{
    width: 100%;
    height: 100%;
}
.hellocon .copy .copy1{
    width: 100%;
    height: auto;
    text-align: center;
    float: left;
    line-height: 22px;
    color: #fff;
    font-size: 8px;
    font-family: Arial;
}
.hellocon .copy .copy1 a{
    color: #fff;
}
.container .menubox2{
    width: 100%;
    height: 50px;
    float: left;
    background: #fff;
}
.container .menubox2 ul li{
    width: 14.28%;
    height: 50px;
    float: left;
    background: #fff;
}
.container .menubox2 ul li a{
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #888;
    font-size: 18px;
    float: left;
}
.container .menubox2 ul li a.now{
    width: 100%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #5bb5c7;
    font-size: 18px;
    float: left;
}
.popupFilter2{
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1500;
    display: none;
}
.popupVideo{
    width: 100%;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    margin-top: -225px\9;
    margin-left: 400px\9;
    background: #000;
    z-index: 1501;
    display: none;
}
#my-video{
    object-fit: cover;
    object-position: center center;
}
.container .about{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    padding-bottom: 20px;
}
.container .about .aboutLetter{
    position: relative;
    width: 100%;
    height: 140px;
    background-image: linear-gradient(to right,#0a6a78,#c7889e);
}
.container .about .aboutLetter .Letter1{
    position: absolute;
    left: -8px;
    top: 64px;
    width: 90px;
    height: 90px;
    opacity: 1;
    background: url("../images/aboutLetterA.png") no-repeat 100%/100%;
}
.container .about .aboutLetter .Letter2{
    position: absolute;
    left: 22%;
    top: 18px;
    width: 28px;
    height: 34px;
    opacity: 1;
    background: url("../images/aboutLetterB.png") no-repeat 100%/100%;
}
.container .about .aboutLetter .Letter3{
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    margin: 0 auto;
    width: 22px;
    height: 6px;
    opacity: 1;
    background: url("../images/aboutLetterBar.png") no-repeat 100%/100%;
}
.container .about .aboutLetter .Letter4{
    position: absolute;
    right: 26%;
    top: 46px;
    width: 24px;
    height: 26px;
    opacity: 1;
    background: url("../images/aboutLetterO.png") no-repeat 100%/100%;
}
.container .about .aboutLetter .Letter5{
    position: absolute;
    right: 10%;
    top: 60px;
    width: 44px;
    height: 48px;
    opacity: 1;
    background: url("../images/aboutLetterU.png") no-repeat 100%/100%;
}
.container .about .aboutLetter .Letter6{
    position: absolute;
    right:1%;
    top: 10px;
    width: 38px;
    height: 44px;
    opacity: 1;
    background: url("../images/aboutLetterT.png") no-repeat 100%/100%;
}
.container .about .aboutTitle{
    width: 100%;
    height: auto;
    line-height: 22px;
    font-family: "SimSun";
    color: #fff;
    font-size: 22px;
    text-align: center;
    padding-top: 58px;
}
.container .aboutContent{
    padding: 0 20px;
    width: 100%;
    height: auto;
    float: left;
    line-height: 23px;
    color: #171b25;
    font-size: 16px;
    box-sizing: border-box;
}
.container .about .aboutHeight{
    height:auto;
    overflow: hidden;
    margin-top: 20px;
}
.container .messageBox .messageHeight{
    height:auto;
    overflow: hidden;
}
.container .messageBox .messageHeight img{
    width:100%;
    height:auto;
}
.container .about .btn{
    float: left;
    width: 100%;
    height:auto;
    display: none;
}
.container .about .more{
    float: left;
    width: 100%;
    height: auto;
    color: #5bb5c7;
    text-align: center;
    padding-top: 32px;
}
.container .about .more_img{
    position: relative;
    float: left;
    height: 100%;
    width: 48px;
    left: 50%;
    margin-left: -24px;
    padding-bottom: 20px;
}
.container .about .more_img img{
    width: 100%;
    height:100%;
}
.container .photoListBox{
    width: 100%;
    height: auto;
    float: left;
    padding: 10px 0;
}
.container .photoListBox ul{
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
}
.container .photoListBox ul li{
    box-sizing: border-box;
    background-color: white;
    flex: 0 0 33.33%;
    height: auto;
    align-content: space-between;
    height: auto;
    text-align: center;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-size: 0;
}
.container .photoListBox ul li img{
    width: 100%;
    height: auto;
    font-size: 0;
}
.container .messageBox .navtitle .egtit{
    letter-spacing: 10px;
}
.container .messageBox .more{
    float: left;
    width: 100%;
    height: auto;
    color: #5bb5c7;
    text-align: center;
    padding-top:30px;
}
.container .messageBox .more_img{
    position: relative;
    float: left;
    height: 100%;
    width: 48px;
    left: 50%;
    margin-left: -24px;
    margin-bottom: 40px;
}
.container .messageBox .more_img img{
    width: 100%;
    height:100%;
}
.container .tingsBox{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}
.container .tingsBox .egtit{
    letter-spacing: 1px;
}
.container .tingsBox .tingsList{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}
.container .tingsBox .tingsList ul{
    width: auto;
    height: auto;
    float: left;
    overflow: hidden;
    padding: 20px;
}
.container .tingsBox .tingsList ul li{
    width: 100%;
    height: auto;
    float: left;
    z-index: 5;
    padding-bottom: 40px;
    position: relative;
}
.container .tingsBox .tingsList ul li .text{
    width: 100%;
    height: auto;
    float: left;
    margin: 10px 0;
}
.container .tingsBox .tingsList ul li .text .date{
    width: 100%;
    line-height: 28px;
    float: left;
    font-size: 28px;
    color: #171b25;
}
.container .tingsBox .tingsList ul li .text .txt{
    width: 100%;
    height: auto;
    float: left;
    line-height: 22px;
    font-size: 14px;
    color: #171b25;
    margin-top: 10px;
}
.container .tingsBox .tingsList ul li .photo{
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}
.container .tingsBox .tingsList ul li .photo .filterBg{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.container .tingsBox .tingsList ul li .photo .filterBg .filterPhoto{
    position: absolute;
    width: 100%;
    top: 0;
    z-index:-1;
}
.container .tingsBox .tingsList ul li .photo img{
    width: 100%;
    height:auto;
}
.ourStudents{
    width: 100%;
    height: 100vh;
    float: left;
    overflow: hidden;
    background-image: linear-gradient(#c7889e,#5bb5c7);
}
.infoBg{
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    opacity: 0.5;
    display: none;
}
.infoBox{
    width: 80%;
    height: 90%;
    position: fixed;
    left: 10%;
    top: 5%;
    z-index: 11;
    background: #fff;
    display: none;
    overflow-y: auto;
}
.infoBox .popcon{
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
.infoBox .popcon .closeBtn{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 0;
    height: 0;
    border-left: 56px solid transparent;
    border-top: 56px solid #5bb5c7;
}
.infoBox .popcon .btn{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}
.infoBox .popcon .btn .line1{
    width: 18px;
    height: 3px;
    position: absolute;
    left: 4px;
    top: 16px;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    z-index: 4;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.infoBox .popcon .btn .line2{
    width: 18px;
    height: 3px;
    position: absolute;
    left: 4px;
    top: 16px;
    background: #fff;
    border-radius: 2px;
    overflow: hidden;
    z-index: 4;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.allTitle{
    position: relative;
    float: left;
    margin: auto;
    padding: 30px 0 30px;
    width: 100%;
    height: auto;
    text-align: center;
}
.allTitle .btn{
    position: absolute;
    left: 28px;
    top: 42px;
    width: 26px;
    height: 26px;
}
.allTitle .btn img{
    width: 100%;
    height: 100%;
}
.allTitle .allTxt{
    width: 100%;
    height: auto;
    line-height: 10px;
    float: left;
    font-family: Arial;
    font-size: 10px;
    color: #fff;
    letter-spacing: 3px;
    text-align: center;
}
.allTitle .allTit{
    width: 100%;
    height: auto;
    line-height: 26px;
    float: left;
    font-size: 26px;
    letter-spacing: 10px;
    text-align: center;
    padding: 10px 0;
}
.allTitle .allTit a{
    color: #fff;
    font-family: "SimSun";
}
.yearBox{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    text-align: center;
    padding-bottom: 20px;
	display: none;
}
.yearBox ul{
    display: inline-block;
}
.yearBox ul li{
    width: auto;
    height: auto;
    float: left;
}
.yearBox ul li a{
    width: 100%;
    display: inline-block;
    height: 100%;
}
.yearBox ul li .icon{
    width: 100%;
    height: auto;
    float: left;
    position: relative;
}
.yearBox ul li.now .icon .pic{
    background: url(../images/yearList_icon1_pc.png) no-repeat center/15px;
}
.yearBox ul li .icon .pic{
    width: 15px;
    height: 15px;
    margin: 0 auto;
    background: url(../images/yearList_icon2_pc.png) no-repeat center/7px;
}
.yearBox ul li .icon .right{
    left: auto;
    top: 0;
    right: 0;
    width: 50%;
    height: 15px;
    position: absolute;
    z-index: 2;
    background: url(../images/schoolHonor_yearList_line.png) repeat-x 0 center;
}
.yearBox ul li .icon .left{
    width: 50%;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: url(../images/schoolHonor_yearList_line.png) repeat-x 0 center;
}
.yearBox ul li.now .text{
    color: #ffe401;
}
.yearBox ul li .text{
    width: 100%;
    height: 14px;
    line-height: 14px;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    color: #fff;
    margin-top: 2px;
}
.yearBox .yearBox1{
    height: auto;
    margin: 0 auto;
    display: inline-block;
    position: relative;
}
.yearBox .yearBox1 .year{
    width: auto;
    height: auto;
    line-height: 30px;
    font-size: 30px;
    color: #ffe401;
    text-align: center;
    font-weight: bold;
    font-family: Arial;
}
.yearBox .yearBox1 .line1{
    position: absolute;
    left: -77%;
    height: 14px;
    width: 77%;
    border-bottom: 1px solid #fff;
    opacity: 0.5;
}
.yearBox .yearBox1 .line2{
    position: absolute;
    right: -77%;
    height: 14px;
    width: 77%;
    border-bottom: 1px solid #fff;
    opacity: 0.5;
}
.allNav{
    position: fixed;
    z-index: 1;
    right: 1%;
    top: 40%;
	display: none;
}
.allNav ul li{
    width: 62px;
    height: 26px;
    background: rgba(0,0,0,0.5);
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    color: #fff;
    margin-bottom: 2px;
    border-radius: 16px;
    font-family: Arial;
}
.allNav ul li a{
    width: 62px;
    height: 26px;
    font-size: 16px;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    color: #fff;
    margin-bottom: 2px;
    border-radius: 16px;
    font-family: Arial;
}
.allNav ul li.on{
    color: #ffe401;
}
.allNav ul li.on a{
    color: #ffe401;
}
.allList{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
	display: none;
}
.allList ul li{
    padding: 0 4px 10px 4px;
    width: 50%;
    height: auto;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}
.allList ul li .tit{
    font-size: 14px;
    overflow: hidden;
    color: #fff;
    height: 19px;
    width: 75%;
    margin-top: 2px;
    display: inline-block;
    font-family: Arial;
}
.allList ul li .schoolLine{
    width: 20px;
    height: 4px;
    border-bottom: 2px solid #d44779;
}
.allList ul li .date{
    position: absolute;
    right: 10px;
    bottom: -16px;
    width: 26px;
    height: 26px;
    border: solid 2px #fff;
}
.allList ul li .date .jan{
    width: 100%;
    line-height: 7px;
    text-align: center;
    float: left;
    font-size: 7px;
    font-weight: bold;
    color: #fff;
    margin-top: 7px;
    letter-spacing: 1px;
}
.allList ul li .date .num{
    width: 100%;
    line-height: 9px;
    float: left;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
}
.schoolLife .allList ul li{
    margin-bottom: 22px;
}
.allList ul li .pic{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
}
.allList ul li .pic .icon{
    width: 54px;
    height: 54px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -27px;
    margin-left: -27px;
    z-index: 2;
    background: url(../images/videoList_icon.png) no-repeat 0 0;
}
.allList ul li img{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
}
.content{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 4px 15px 0;
    color: #fff;
}
.content .line{
    position: absolute;
    width: 1px;
    height: 36px;
    left: -9px;
    bottom: 4px;
    border-left: 1px solid #fff;
}
.content .titlebox{
    width: 100%;
    height: 25px;
    float: left;
    position: relative;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.content .titlebox .titlebox1{
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.content .titlebox .titlebox1 .name1{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}
.content .major1{
    font-size: 12px;
    color: #fff;
}
.content .info{
    width: 100%;
    height: 75px;
    line-height: 18px;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.infoBox .popcon .content .name{
    font-weight: 100;
    font-size: 15px;
    color: #313030;
    display: inline-block;
    margin-top: 12px;
}
.infoBox .popcon .content .name span{
    font-size: 18px;
    font-weight:bold;
    color: #313030;
    display: inline-block;
    margin-top: 12px;
}
.infoBox .popcon .content .major{
    color: #313030;
}
.infoBox .popcon .content .info{
    height: auto;
    line-height: 18px;
    color: #7d7d7d;
    margin-bottom: 20px;
}
.schoolLife{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    background-image: linear-gradient(#c7889e,#5bb5c7);
}
.columnList{
    width: 100%;
    height: auto;
    float: left;
}
.columnList ul li{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #c3baba;

}
.columnList ul li .cent{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    color: #fff;
}
.columnList ul li .centBg{
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
}
.columnList ul li .centBg2{
    width: 100%;
    height: 100%;
    background: #5bb5c7;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.7;
}
.columnList ul li .cent img{
    width: 100%;
    height: auto;
}
.columnList ul li .cent .tit{
    position: absolute;
    left: 0;
    top: 30%;
    font-size: 24px;
    width: 100%;
    z-index: 1;
    letter-spacing: 6px;
    text-align: center;
    font-family: "瀹嬩綋";
}
.columnList ul li .cent .egtxt{
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 8px;
    width: 100%;
    z-index: 1;
    letter-spacing: 2px;
    text-align: center;
}
.columnList ul li .cent .btn{
    position: absolute;
    top: 60%;
    left: 50%;
    margin-left: -14px;
    width: 28px;
    height: 28px;
    z-index: 1;
    background: url(../images/teacherList_next.png) no-repeat 100%/100%;
    overflow: hidden;
}
.columnList ul li .cent .btn2{
    position: absolute;
    top: 60%;
    left: 50%;
    margin-left: -14px;
    width: 28px;
    height: 28px;
    z-index: 1;
    background: url(../images/teacherList_next2.png) no-repeat 100%/100%;
    overflow: hidden;
}
.advantageIdea{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    background: url(../images/advantage_bg.jpg) no-repeat 100%/100%;
    background-size: cover;
}
.advantageIdea .courseContent{
    border: 0;
}
.advantageIdea .courseContent ul li{
    float: left;
    padding-bottom: 4px;
}
.advantageIdea .courseContent ul li .tit{
    color: #fff;
    font-weight: bold;
    padding: 10px 0 2px;
}
.advantageIdea .courseContent ul li .tit span{
    border: none;
    font-size: 18px;
}
.advantageIdea .courseContent ul li p{
    color: rgba(255,255,255,0.8);
    float: left;
}
.TeachingEnvironment{
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    background:#000;
    background-size: cover;
}
.TeachingEnvironment .allTitle{
    position: static;
}
.TeachingEnvironment .allTitle .allTxt{
    letter-spacing: 0;
}
.TeachingEnvironment .allTitle .srcollbox{
    position: absolute;
    top: 16%;
}
.TeachingEnvironment .allTitle .srcollbox .teachRest{
    width: 100%;
    height: auto;
    line-height: 30px;
    float: left;
    font-size: 18px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
}
.TeachingEnvironment .allTitle .srcollbox .focus .hd{
    position: fixed;
    bottom:0;
    height:auto;
    padding-bottom: 50px;
}
.TeachingEnvironment .allTitle .srcollbox .focus .hd ul{
    display: flex;
}
.TeachingEnvironment .allTitle .srcollbox .focus .hd ul li{
    position: relative;
    flex:1;
    width: auto;
    height: 48px;
    border:none;
    margin:0 1px 0 0;
    text-indent:0;
    overflow: hidden;
    background: #000;
    opacity: 0.5;
}
.TeachingEnvironment .allTitle .srcollbox .focus .hd ul li.on{
    background: transparent;
    opacity: 1;
    background: url(../images/conf_6.png) no-repeat 50%/24px;
}
.TeachingEnvironment .allTitle .srcollbox .focus .hd ul li img{
    position: relative;
    z-index: -1;
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center top;
    width: auto;
    height: auto;
}
.TeachingEnvironment .allTitle .srcollbox .focus .hd ul li .teachingBg1{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    z-index: 1;
    overflow: hidden;
}
.TeachingEnvironment .allTitle .srcollbox .focus .bd .prev{
    position: absolute;
    left: 3%;
    top: 24%;
    width: 34px;
    height:66px;
    margin-top:-33px;
}
.TeachingEnvironment .allTitle .srcollbox .focus .bd .prev img{
    width: 100%;
    height:100%;
}
.TeachingEnvironment .allTitle .srcollbox .focus .bd .next {
    position: absolute;
    right: 3%;
    top: 24%;
    width: 34px;
    height: 66px;
    margin-top:-33px;
}
.TeachingEnvironment .allTitle .srcollbox .focus .bd .next img{
    width: 100%;
    height:100%;
}
.goldList{
    width: 100%;
    height: 100vh;
    float: left;
    overflow: hidden;
    background-image: linear-gradient(#c7889e,#5bb5c7);
}
.goldList .allTitle .allTxt{
    letter-spacing: 1px;
}
.goldList .goldListBox{
    float: left;
    margin: auto;
    width: 100%;
    height: auto;
    text-align: center;
	display: none;
}
.goldList .goldListBox ul{
    display: inline-block;
    width:auto;
    height:auto;
    padding:0 23px;

}
.goldList .goldListBox>ul>li{
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    margin-bottom:18px;
}
.goldList .goldListBox ul li .goldImg{
    width: auto;
    height: 40px;
    text-align: center;
    overflow: hidden;
    margin: 5px;
    padding: 24px 0 22px;
    border-bottom: solid 1px #f1f1f1;
}
.goldList .goldListBox ul li .goldImg img{
    height: auto;
    width: auto;
}
.goldList .goldListBox ul li .goldCon{
    padding: 22px 0 26px;
}
.goldList .goldListBox ul li .goldCon ul li{
    width: 100%;
    height: 24px;
    line-height: 24px;
    float: left;
    font-size: 12px;
    overflow: hidden;
    text-align: left;
}
.goldList .goldListBox ul li .goldCon ul li .name{
    color: #1e2732;
    font-weight:bold;
}
.goldList .goldListBox ul li .goldCon ul li .txt{
    color: #4e535a;
    margin-left: 8px;
}
.teacherEnvironment,.teacherTeam{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    background-image: linear-gradient(#c7889e,#5bb5c7);
    padding-bottom: 0;
}
.teacherEnvironment .allTitle .allTxt{
    letter-spacing: 1px;
}
.teacherTeam .header{
    width: 100%;
    height: 50px;
    text-align: center;
    float: left;
    background: #fff;
    position: relative;
    left: 0;
    top: 0;
}
.teacherTeam .allList ul li{
    padding: 4px 4px 10px 4px;
}
.teacherTeam .return{
    position: absolute;
    top: 15px;
    left: 15px;
    width: 12px;
    height: 20px;
}
.teacherTeam .return img{
    width: 100%;
    height: 100%;
}
.teacherTeam .title{
    font-size: 20px;
    line-height: 20px;
    color: #e684a7;
    padding-top: 15px;
}
.container .setUp .aboutLetter{
    background: url("../images/setUp_pic.jpg")no-repeat 100%/cover;
}
.container .setUp .aboutContent{
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background: #f9f9f9;
}
.container .setUp .aboutContent .fontTitle{
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
}
.container .setUp .aboutContent .fontTitle p span{
    font-size: 16px;
}
.container .setUp .aboutContent .fontTitle .tit{
    color: #e684a7;
    width: 100%;
    height: auto;
    line-height: 58px;
    float: left;
    font-family: '瀹嬩綋';
    font-size: 22px;
    padding: 25px 0 20px;
}
.container .setUp .aboutContent .fontTitle .txt{
    font-size: 12px;
    position: absolute;
    color: #9a9b9d;
    font-family: 'Arial';
    line-height: 12px;
    letter-spacing: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 76px;
}
.container .setUp .aboutContent .fontTitle .tit span{
    font-size: 50px;
    display: inline-block;
    width: 50px;
    height: auto;
}
.container .setUp .aboutContent p span{
    line-height: 23px;
    color: #171b25;
    font-size: 16px;
    font-weight:bold;
}
.container .setUp .aboutContent .title{
    font-weight:bold;
}
.container .setUp .aboutContent .text{
    height:auto;
    overflow: hidden;
}
.container .setUp .aboutContent .more{
    padding-top: 32px;
}
.container .artConsultant{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}
.container .artConsultant .egtit{
    letter-spacing: 1px;
    padding-bottom: 4px;
}
.container .artConsultant .navtitle .artCon{
    float: left;
    margin: auto;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 34px 0 40px;
    border-bottom: 1px solid #efefef;
}
.container .artConsultant .navtitle .artCon ul{
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0 40px;
}
.container .artConsultant .navtitle .artCon ul li{
    width: 100%;
    line-height: 40px;
    float: left;
    font-size: 16px;
    overflow: hidden;
    text-align: left;
    color: #0c1319;
}
.container .artConsultant .navtitle .artCon ul li .txt{
    width: 100%;
    line-height: 40px;
    float: left;
    font-size: 16px;
    overflow: hidden;
    text-align: left;
    color: #0c1319;
}
.container .informationMenu{
    width: 100%;
    height:50px;
    float: left;
    text-align: center;
    border-bottom: solid 1px #efefef;
}
.container .informationMenu ul{
    width: 10000px;
    height: 50px;
    float: left;
}
.container .informationMenu ul li{
    line-height: 50px;
    width:auto;
    height: 50px;
    float: left;
}
.container .informationMenu ul li a{
    float: left;;
    padding: 0 20px;
    font-size: 17px;
}
.container .informationMenu ul li a.cur{
    color: #5bb5c7;
}
.container .informationBox{
    width: 100%;
    height: auto;
    float: left;
}
.container .informationBox .informationList{
    display: block;
    padding: 0 20px;
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 46px;
}
.container .informationBox .informationList ul li{
    padding: 24px 0 18px 0;
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
}
.container .informationBox .informationList ul li:last-child{
    border:none;
}
.container .informationBox .informationList ul li .top{
    width: 100%;
    height: auto;
    float: left;
}
.container .informationBox .informationList ul li .top .date{
    width: auto;
    height: 20px;
    float: left;
}
.container .informationBox .informationList ul li .top .imgt{
    margin: 10px 4px 0 0;
    width: 6px;
    height: 1px;
    float: left;
}
.container .informationBox .informationList ul li .top .date .img{
    width: auto;
    height: 20px;
    float: left;
}
.container .informationBox .informationList ul li .top .see{
    height: 100%;
    float: right;
    font-size: 14px;
    font-family: Arial;
}
.container .informationBox .informationList ul li .top .see img{
    height: 100%;
    vertical-align: middle;
    width: 12px;
    padding: 2px 2px 5px 0;
}
.container .informationBox .informationList ul li .tit{
    float: left;
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #0c1319;
    padding-top: 10px;
    font-family: Arial;
}
.container .informationBox .informationList ul li .text{
    width: 100%;
    height: auto;
    line-height: 22px;
    font-size: 12px;
    color: #797979;
    float: left;
}
.container .informationBox .informationDetail{
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}
.container .informationBox .informationDetail{
    border-bottom: solid 2px #f1f1f1;
}
.container .informationBox .informationDetail .title{
    padding:22px 15px 22px;
    font-size:22px;
    color: #0c1319;
    font-family: Arial;
}
.container .informationBox .informationDetail .time{
    font-size: 16px;
    color: #a1a1a1;
    padding: 0 15px 18px;
    border-bottom: 1px solid #f1f1f1;
}
.container .informationBox .informationDetail .time img{
    width: 14px;
    height: 14px;
    vertical-align: middle;
    padding-bottom: 4px;
    padding-right: 1px;
}
.container .informationBox .informationDetail .infoCon{
    font-size: 17px;
    color: #797979;
    font-family: Arial;
    padding:22px 15px 48px;
    line-height: 24px;
}
.container .informationBox .informationDetail .infoCon img{
    width:100%;
    height:auto;
}
.container .informationBox .informationPicList{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
}
.container .informationBox .informationPicList ul li{
    padding: 22px 20px;
    width: 100%;
    height: auto;
    float: left;
    box-sizing: border-box;
}
.container .informationBox .informationPicList ul li .pic{
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.container .informationBox .informationPicList ul li .pic img{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    overflow: hidden;
}
.container .informationBox .informationPicList ul li .tit{
    font-size: 15px;
    overflow: hidden;
    color: #0c1319;
    height: auto;
    width: 82%;
    margin-top: 14px;
    white-space: nowrap;
    display: inline-block;
    font-family: Arial;
}
.container .informationBox .informationPicList ul li .schoolLine{
    width: 20px;
    height: 14px;
    margin-bottom: 12px;
    border-bottom: 2px solid #d44779;
}
.container .informationBox .informationPicList ul li .date{
    position: absolute;
    right: 8px;
    bottom: -32px;
    width: 42px;
    height: 42px;
    border: solid 2px #0c1319;
    z-index: 5;
    font-family: Arial;
}
.container .informationBox .informationPicList ul li .date .jan{
    width: 100%;
    line-height: 8px;
    text-align: center;
    float: left;
    font-size: 8px;
    font-weight: bold;
    color: #0c1319;
    margin-top: 14px;
    letter-spacing: 1px;
}
.container .informationBox .informationPicList ul li .date .num{
    width: 100%;
    line-height: 10px;
    float: left;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    color: #0c1319;
    letter-spacing: 2px;
}
.container .informationBox .informationPicList ul li .text{
    font-size: 13px;
    color: #797979;
}
.container .informationBox .informationPicList ul li:last-child{
    margin-bottom: 22px
}
.container .informationBox .relevantInfo{
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
    padding-bottom: 46px;
    border-top: solid 1px #f1f1f1;
}
.container .informationBox .relevantInfo .relevanTitle{
    padding:26px 0 8px;
    font-size:17px;
    color: #0c1319;
    text-align: center;
}
.container .informationBox .relevantInfo .relevanLine{
    width: 100%;
    height:3px;
    padding-bottom: 30px;
}
.container .informationBox .relevantInfo .relevanLine .relevanLine1{
    width: 15px;
    height: 3px;
    margin: 0 auto;
    background: #e684a7;
}
.container .informationBox .relevantInfo .relevantInfoList{
    width: 100%;
    height: auto;
    float: left;
    background: #fff;
    overflow: hidden;
    box-sizing: border-box;
}
.container .informationBox .relevantInfo .relevantInfoList ul li{
    padding:0 24px 20px;
}
.container .informationBox .relevantInfo .relevantInfoList ul li .round{
    width: 2px;
    height: 2px;
    background: transparent;
    border: 1px solid #5bb5c7;
    border-radius: 50%;
    display: inline-block;
    margin: 3px 9px 3px 0;
}
.container .informationBox .relevantInfo .relevantInfoList ul li span{
    color: #0c1319;
    font-size:15px;
}
.LookPicture{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19960925;
    width: 100%;
    height: 100%;
    display: none;
}
.LookPicture_Background{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19960924;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none!important;
}
.LookPicture .Look_Close{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
    z-index: 19960925;
    background: url(../images/Look_Close.png) no-repeat 100%/100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.LookPicture .Look_Close:before{
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    content: "";
}
.LookPicture .Look_Close:after{
    position: absolute;
    display: inline-block;
    background-repeat: no-repeat;
    content: "";
}
.LookPicture .Look_img{
    display: none;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    z-index: 19960924;
    box-shadow: 0 0 20px #000;
    -moz-box-shadow: 0 0 20px #000;
    -webkit-box-shadow: 0 0 20px #000;
}
.LookPicture .Look_before{
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 35px;
    z-index: 19960926;
    left: 10px;
    top: 50%;
    margin-top: -22px;
    background: url(../images/teacherList_prev.png) no-repeat 100%/100%;
}
.LookPicture .Look_next{
    position: absolute;
    display: inline-block;
    width: 35px;
    height: 35px;
    z-index: 19960926;
    right: 10px;
    top: 50%;
    margin-top: -22px;
    background: url(../images/teacherList_next.png) no-repeat 100%/100%;
}
.Look_Open {
    display: block!important;
}
.LookPicture .Look_img.Look_Show {
    display: block;
}
.container .map{
    width: 100%;
    height: 100%;
    float: left;
    border-top: solid 1px #e0e0e0;
    border-bottom: solid 1px #e0e0e0;
}
.container .map #dituContent{
    width: 100%;
    height: 100%;
}
.mapAdd{
    width:100%;
    height:100%;
}
.iw_poi_title{
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}
.iw_poi_content{
    font: 12px arial,sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}
.videoArea{
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
}
.videoBg{
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    opacity: 0.5;
    display: none;
}
.videoBg .Look_Close{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
    z-index: 19960925;
    background: url(../images/Look_Close.png) no-repeat 100%/100%;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.videoBox{
    width: 100%;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    margin-top: -225px\9;
    margin-left: 400px\9;
    background: #000;
    z-index: 1501;
    display: none;
}
.htmlBg{
    background-image: linear-gradient(#c7889e,#5bb5c7);
    height:100%;
}
.allList ul li .studentHeartLanguageText{
    width: 100%;
    height: 72px;
    float: left;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    text-align: left;
    margin: 6px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.studentHeartLanguage{
    height: 100%;
    float: left;
    width: 100%;
    background-image: linear-gradient(#c7889e,#5bb5c7);
}
.container #maincon{
    height:100%;
}
.wrapper {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
}
.wrapper .errorPage {
    width: 100%;
    height: 100%;
    float: left;
}
.wrapper .errorPic {
    width: 100%;
    height: 130px;
    float: left;
    margin-top: 50px;
    text-align: center;
}
.wrapper .errorText {
    width: 100%;
    height: auto;
    line-height: 34px;
    float: left;
    font-size: 28px;
    color: #303030;
    text-align: center;
    margin-top: 30px;
}
.wrapper .errorLink {
    width: 100%;
    height: 20px;
    line-height: 20px;
    float: left;
    text-align: center;
    margin-top: 25px;
}
.wrapper .errorLink a {
    font-size: 20px;
    color: #a5a5a5;
}
.wrapper .errorBtn {
    width: 100%;
    height: 62px;
    float: left;
    text-align: center;
    margin-top: 92px;
}
.wrapper .errorBtn a {
    width: 180px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: 0 auto;
    border: solid 2px #5bb5c7;
    border-radius: 5px;
    font-size: 22px;
    color: #5bb5c7;
}
.wrapper .errorPic img {
    width: auto;
    height: 100%;
}
.wrapper .qrcodePage {
    padding-top: 100px;
    width: 100%;
    line-height: 30px;
    height: auto;
    float: left;
    text-align: center;
    color: #626161;
    font-size: 14px;
}
.wrapper .qrcodePage .pic {
    width: 150px;
    height: auto;
    padding: 10px;
    background: #fff;
    text-align: center;
    margin: 0 auto;
}
.wrapper .qrcodePage .pic img {
    width: 100%;
    height: auto;
}