@charset "utf-8";
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font-weight: normal;
}
html, body{
	width: 100%;
	font-family:"微软雅黑", "黑体", "宋体","Arial", "Microsoft YaHei",sans-serif;
 }
html{
    font-size: 10px;
}
body{
    font-size: 16px;
}
ul,ol,dl{
	list-style: none;
}
a{
	text-decoration: none;
	color: #000;
}
* {
    box-sizing: border-box
}

:after,:before {
    box-sizing: border-box
}

/*表单相关元素*/
fieldset,img,input,button,textarea{
	border: none;
	margin: 0;
	padding: 0;
	/*去除外边线*/
	outline: none;
	vertical-align:middle;
}
i,cite,em,var,address,dfn{font-style:normal;}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}

/*浮动*/
.fl{
	float: left;
}
.fr{
	float: right;
}
/*清除浮动*/
.clearfix:before,
.clearfix:after{
	content: '';
	display: table;
	clear: both;
}
.clearfix{
	*zoom:1
}
/*版心*/
.w{
	width: 1276px;
	margin: 0 auto;
}
/*水平对齐*/
.tl{
	text-align: left;
}

.tc{
	text-align: center;
}

.tr{
	text-align: right;
}
/* -------------- 头部开始 ------------- */
.Eng-header{
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/head-bg.png',sizingMethod='scale');
    height: 134px;
    margin: 0 auto;
    background-color: #1877be;
}
.header-in{
    position: relative;
}
.Logo{
    margin-top: 30px;
    float: left;
}
a{
    text-decoration: none;
    color: #000;
}

/* 搜索 */
.search{
    position: absolute;
    top: 0;
    right: 0;
    background: #0c77c2;
    padding: 10px;
}
.search>div{
    display: inline-block;
}
.search>a{
    margin: 3px 0 0 10px;
    float: right;
    padding-left: 10px;
    color: #fff;
    border-left: 1px solid #fff;
    font-size: 14px;
}
.search-list>a{
    margin: 3px 0 0 10px;
    float: right;
    padding-left: 10px;
    color: #fff;
    border-left: 1px solid #fff;
    font-size: 14px;
}
.Eng-searchBtn{
    width: 25px;
    height: 25px;
    background: url(/css/../img/eng-search.png) no-repeat center;
    cursor: pointer;
}
.Eng-searchTxt{
    padding: 5px;
    float: left;
    display: none;
}
/* -------------- 头部结束 ------------- */
.Eng-banner{
    height: 444px;
    min-width: 1280px;
    background: url(/css/../img/Eng-banner-bg.png) no-repeat center;
}
/* -------------- 尾部开始 ------------- */
.footer{
    background: #313131;
    padding: 30px 0 20px 0;
}
.footer-in{
    width: 370px;
    margin: 0 auto;
}
.footer-logo{
    margin-top: 30px;
}
.eng-link3{
    width: 100px;
    margin: 20px 0 0 30px;
}
.eng-link3 ul li a{
    color: #fff;
    font-size: 16px;
}
.Eng-code{
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #fff;
    padding: 0 40px 0  0;
}

.Eng-copy{
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.footer-line{
    height: 1px;
    background-color: #ccc;
    margin-top: 10px;
    margin-bottom: 25px;
}
/* -------------- 尾部结束 ------------- */
.banner-list{
    height: 444px;
    min-width: 1280px;
    background: url("/css/../img/banner-list.png") no-repeat center;
}
#main-box{
    width: 100%;
    background: url("/css/../img/teacher-bg.png") no-repeat center bottom;
}
#main{
	width: 1271px;
	margin: 0 auto;
	margin-top: 20px;
	padding-bottom: 60px;
}
#main .main-left{
	width: 271px;
	float: left;
}
#main .main-left-top{
	line-height: 100px;
	font-size: 20px;
	font-weight: 900;
	background: url(/css/../img/list-nav.png) no-repeat 0 center;
	padding-left: 60px;
	color: #eee;
}
#main .main-left-bottom li{
	text-align: center;

	border-bottom: 1px solid #eee;
}
#main .main-left-bottom li>ul>li{
	width: 200px;
	margin: 0 auto;
}
#main .main-left-bottom li>ul>li>a{
	background-color: #ccc;
	line-height: 50px;
	display: inline-block;
	width: 100%;
}
#main .main-left-bottom li>ul>li>ul>li{
	width: 180px;
	margin: 0 auto;
}
#main .main-left-bottom li>ul>li>ul>li>a{
	background: #B2B2B2;
	line-height: 40px;
	display: inline-block;
	width: 100%;
}
#main .main-left-bottom li a{
	color: #505050;
	line-height: 48px;
}
#main .main-left-bottom li a:hover{
    color: #0075a9;
}
#main .main-right{
	width: 970px;
	float: right;
}
#main .main-right .main-right-top{
    padding-bottom: 10px;
    border-bottom: 1px solid #0075a9;
}

#main .main-right h4{
	font-size: 20px;
	padding-left: 10px;
    display: inline-block;
    border-left: 2px solid #0f66bb;
}
#main .main-right .seat{
	float: right;
	color: #9d9d9d;
	font-size: 14px;
}
#main .main-right .seat a{
	color: #9d9d9d;	
}
#main .main-right .seat a:hover{
	color: #0f66bb;
}
#main .main-right .seat .last{
	color: #0f66bb;
}

.Eng-list{
    padding: 20px 10px;
}
.Eng-list ul li{
    border-bottom: #a0a0a0 1px solid;
    padding: 20px 0;
    height: 183px;
}
.Eng-list ul li img{
    width: 218px;
    height: 142px;
}
.Eng-list ul li p{
    font-size: 18px;
}
.Eng-list ul li span{
    font-size: 14px;
    color: #424242;
    margin: 12PX 0;
    display: block;
}
.Eng-list ul li a{
    font-size: 14px;
    color: #0f66bb;
    display: block;
}
.Eng-list ul li>div{
    width: 715px;
    float: right;
}
/* 内容 */
.Eng-cont>h1{
    margin-top: 30px;
    font-size: 24px;
    text-align: center;
    color: #000;
}
.Eng-cont>span{
    font-size: 14px;
    display: block;
    text-align: center;
    margin: 20px 0;
    color: #6e6e6e;
}
.Eng-cont p{
    font-size: 14px;
    color: #6e6e6e;
    text-indent: 2em;
}
/* 中文列表页 */
.C-list-banner{
    background: url(/css/../img/C-listCont-bg1.jpg) no-repeat center;
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    height: 400px;
   
}
/* 主体 */
.gl-content-box{
    width: 100%;
    background: url(/css/../img/teacher-bg.png) no-repeat bottom;
}
.gl-content{
    width: 1280px;
    margin: -42px auto;
    margin-bottom: 50px;
    /* position: relative; */
}
.gl-content .gl-content-l{
    width: 296px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    float: left;
    /* position: absolute; */
    /* top: -42px; */
}
.gl-content .gl-content-l .gl-left-top{
    box-sizing: border-box;
    background: #0f66bb;
    width: 100%;
    padding: 20px 0;
}
.gl-content .gl-left-top span{
    font-size: 12px;
}
.gl-content .gl-left-ul>ul>li{
    background: #f5f5f5;
    border-bottom: 1px solid #e1e1e1;
}
.gl-content .gl-left-ul>ul>li:hover{
    background: #dcdcdc;
}
.gl-activeLi{
    background: #dcdcdc !important;
}
.gl-content .gl-left-ul>ul>li>a{
    display: inline-block;
    margin-left: 30px;
    font-size: 15px;
    line-height: 65px;
    padding-right: 30px;
    font-weight: 600;
}
.gl-content .gl-left-ul>ul>li>a:hover{
    color: #155d9e;
    background: url(/css/../img/gl-point.png) no-repeat 100% center;
}
.gl-content .gl-left-ul>ul>li .gl-activeA{
    color: #155d9e;
    background: url(/css/../img/gl-point.png) no-repeat 100% center;
}
/* 三级栏目 */
.gl-content .gl-left-ul>ul>li>ul{
    width: 80%;
    margin: 0 auto;
    border: 1px solid #fff;
    border-top: none;
}
.gl-content .gl-left-ul>ul>li>ul>li{
    border-bottom: 1px solid #fff;
}
.gl-content .gl-left-ul>ul>li>ul>li:hover{
    background: #0075a9;
}
.gl-content .gl-left-ul>ul>li>ul>li:hover a{
    color: #fff !important;
}
.gl-content .gl-left-ul>ul>li>ul>li>a{
    display: block;
    line-height: 30px;
    font-size: 16px;
}
.gl-content .gl-left-ul>ul>li>ul>li>a:hover{
    color: #155d9e;
}
/* 内容右 */
.gl-conten-r{
    float: left;
    width: 984px;
    box-sizing: border-box;
    /* position: absolute; */
   /*  top: -42px;
    left: 296px; */
}
.gl-conten-r .gl-right-top{
    background: url(/css/../img/cont-rt.png) no-repeat center;
    height: 42px;
    padding-left: 20px;
}
.gl-conten-r .gl-right-top span,.gl-conten-r .gl-right-top a{
    color: #000;
    font-size: 14px;
    line-height: 42px;
}
.gl-conten-r .gl-right-top a:hover{
    color: #0f66bb;
}
.gl-conten-r .gl-right-top .gl-current{
    color: #0f66bb;
}
/* 文章内容 */
.gl-right-bottom {
    padding-left: 50px;
}
.gl-right-bottom .gl-cont-top{
    border-bottom: 1px solid #155f9c;
}
.gl-right-bottom .gl-cont-top p{
    font-size: 20px;
    padding: 0px 15px;
    border-left: 4px solid #155f9c;
    margin: 20px 0 15px 0;
}
.gl-right-bottom .gl-cont-b h1{
    text-align: center;
    font-size: 18px;
    margin: 35px 0;
}
.gl-right-bottom .gl-cont-b .gl-zz{
    text-align: center;
    font-size: 14px;
    color: #707070;
    margin: 35px 0;
}
.gl-right-bottom .gl-cont-b .gl-zz span{
    margin-left: 10px;
}
.gl-right-bottom .gl-cont-b p{
    text-indent: 2em;
}
.gl-right-bottom .gl-page,.gl-right-bottom .gl-page a{
    font-size: 14px;
    color: #7d7d7d;
    text-align: left !important;
}
.gl-right-bottom .gl-page>div{
    margin: 10px 0;
}
/* 教师页 */
.gl-content .top-teacher{
    background: url(/css/../img/teacher-top.png) no-repeat center;
}
.gl-cont-b-t{
    padding: 30px 3px;
}
.gl-cont-b-t li{
    float: left;
    width: 450px;
    height: 180px;
    /* border: 1px solid #ccc; */
    background: url(/css/../img/th-li-bg.png) no-repeat 370px 105px;
    box-shadow: 0 0 17px #d6d6d6;
    margin: 30px 7px;
}
.gl-cont-b-t li .gl-t-l,.gl-cont-b-t .gl-t-r{
    text-align: left;
    float: left;
}
.gl-cont-b-t li .gl-t-l{
    text-align: center;
    width: 150px;
    height: 150px;
    background: url(/css/../img/t-zjb.png) no-repeat center;
    border-radius: 50%;
    margin: 15px 15px;
}
.gl-cont-b-t li .gl-t-r{
    width: 60%;
}
.gl-cont-b-t li .gl-t-r h1{
    text-align: left;
    font-size: 16px;
    color: #0f4c7e;
    margin: 15px 0;
    font-weight: 600;
}
.gl-cont-b-t li .gl-t-r p{
    text-indent: 0;
    margin: 10px 0;
}
.gl-cont-b-t li a{
    font-size: 12px;
    color: #555;
}
/* 真列表开始 */
.gl-conten-r .gl-cont-list>ul>li{
    margin-top: 50px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #ddd;
}
.gl-conten-r .gl-cont-list>ul>li .gl-time{
    width: 64px;
    height: 64px;
    float: left;
    text-align: center;
    background: #529ecf;
}
.gl-conten-r .gl-cont-list>ul>li .gl-time p{
    font-size: 30px;
    color: #fff;
    height: 40px;
    line-height: 40px;
}
.gl-conten-r .gl-cont-list>ul>li .gl-time span{
    /* display: block; */
    border-top: 1px solid #fff;
    height: 40px;
    font-size: 13px;
    color: #FFF;
}
.gl-conten-r .gl-cont-list>ul>li .gl-list-title{
    margin-left: 30px;
    width: 800px;
    float: left;
}
.gl-conten-r .gl-cont-list>ul>li .gl-list-title p{
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin-top: 10px;
}
.gl-conten-r .gl-cont-list>ul>li .gl-list-title a{
    display: block;
    font-size: 13px;
    color: #555;
    text-indent: 2em;
}
/* 内容页 */
.gl-cont-cont>h1{
    text-align: center;
    font-size: 18px;
    margin: 35px 0;
}
.gl-zz{
    text-align: center;
    font-size: 14px;
    color: #707070;
    margin: 35px 0;
}
.gl-zz span{
    margin-left: 10px;
}
.gl-cont-cont p{
    text-indent: 2em;
}
/* 中文栏目页 */
.C-tab{
    margin: 50px 0;
}
.C-tab>ul{
    width: 1280px;
    margin: 0 auto;
padding-left: 300px;
}
.C-tab>ul>li{
    float: left;
    margin-left: 70px;
    width: 235px;
    height: 72px;
    background-color: #f4f4f4;
}
.C-tab>ul .C-tab-on{
    background: url(/css/../img/C-tab-bg.png) no-repeat center;
}
.C-tab>ul .C-tab-on p{
    color: #fff;
}
.C-tab>ul>li>a{
    display: block;
    line-height: 72px;
    text-align: center;
    color: #02a0e9;
    cursor: pointer;
    font-size: 18px;
}
.C-tab>ul>li:hover{
    background: url(/css/../img/C-tab-bg.png) no-repeat center;
}
.C-tab>ul>li:hover a{
    color: #fff;
}
.C-tab-cont{
    background: url("/css/../img/C-tab-cont-bg.png") no-repeat center;
    padding-bottom: 57px;
    padding-top: 50px;
}
.C-tab-cont>ul>li{
    display: none;
}
.C-tab-cont>ul .C-show{
    display: block;
}
.C-tab-cont>ul>li>p{
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 100px 0;
}
.C-tab-div{
    background: #fff;
    width: 1120px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 44px;
}
.C-tab-div img{
    width: 486px;
    height: 371px;
    margin-top:-44px;
    margin-left: -75px;
}
.C-tab-div p{
    font-size: 16px;
    color: #666;
    line-height: 35px;
    width: 662px;
    height: 200px;
    overflow: hidden;
    position: absolute;
    top: 55px;
    right: 30px;
    text-indent: 2em;
}
.C-tab-div a{
    background: url(/css/../img/C-column-a.png) no-repeat 96px center;
    background-color: #00a0e9;
    border-radius: 22px;
    color: #fff;
    position: absolute;
    padding: 14px 42px 14px 20px;
    right: 33px;
    bottom: 46px;
}
.C-zsfa>ul>li{
    display: none;
}
/* tab前图标 */
.C-tabLi1:hover{background: url(/css/../img/C-tabLi1.png) no-repeat 35px center;}
.C-tabLi1{background: url(/css/../img/C-tabLi11.png) no-repeat 35px center;}

.C-tabLi2:hover{background: url(/css/../img/C-tabLi22.png) no-repeat 35px center;}
.C-tabLi2{background: url(/css/../img/C-tabLi2.png) no-repeat 35px center;}

.C-tabLi3:hover{background: url(/css/../img/C-tabLi33.png) no-repeat 35px center;}
.C-tabLi3{background: url(/css/../img/C-tabLi3.png) no-repeat 35px center;}

.C-tabLi4:hover{
    background: url(/css/../img/C-tabLi44.png) no-repeat 10px center;}
.C-tabLi4{background: url(/css/../img/C-tabLi4.png) no-repeat 10px center;padding-left: 30px;}


/* 招生方案 */
.C-zs{
    background: url(/css/../img/zzfa-bg.png) no-repeat center;
    padding: 70px 0 0 0;
    overflow: auto;
}
.C-zs>a{
    display: block;
    margin-bottom: 50px;

    font-size: 32px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.C-zs-box-ul>ul>li>ul>li{
    background: #fff;
    float: left;
    margin: 10px 20px;
    width: 597px;
    height: 135px;
    padding: 30px;
    position: relative;
}
.C-zs-box-ul>ul>li>ul>li a{
    display: block;
    font-size: 16px;
    position: absolute;
    top: 28px;
    left: 100px;
}
.C-zs-box-ul>ul>li>ul>li:hover a{
    color: #a40000;
}
.C-zs-box-ul>ul>li>ul>li:hover .C-zs-time{
    background: #a40000;
}
.C-zs-box-ul>ul>li>ul>li>p{
    width: 460px;
    position: absolute;
    top: 60px;
    left: 100px;
}
.C-zs-time{
    width: 64px;
    background: #00a0e9;
    text-align: center;
    padding: 6px 10px;
}
.C-zs-time p{
    color: #fff;
    font-size: 29px;
}
.C-zs-time span{
    color: #fff;
    font-size: 12px;
}

.C-zs-pointer {
    display: block;
    text-align: center;
    margin: 40px 0;
}
.C-zs-pointer ul {
    display: inline-block;
}
.C-zs-pointer ul li{
    display: inline-block;
    float: left;
    width: 69px;
    height: 9px;
    margin: 0 5px;
    text-indent: -999em;
    background: #fff;
    cursor: pointer;
    border: none;
}
.C-zs-pointer ul .on{
    background: #f39700;
    border: none;
}

.C-teach{
    padding-bottom: 40px;
    background: url(/css/../img/teacher-bg.png) no-repeat bottom;
}
.C-teach p{
    font-size: 32px;
    color: #3f3f3f;
    font-weight: 600;
    text-align: center;
    margin: 40px;
}
.C-teach-ul{
    background: #fff;
    width: 1280px;
    padding: 30px 95px 10px;
    margin: 0 auto;
    position: relative;
}
.C-teach-ul>a{
    display: block;
    margin: 0 auto;
    width: 19px;
    height: 19px;
    background: url(/css/../img/teach-a-bg.png) no-repeat center;
}
.C-teach-ul>ul>li{
    width: 155px;
    float: left;
    padding: 10px 10px 10px 28px;
    background: url(/css/../img/teach-li.png) no-repeat 5px center;
}
.C-teach-ul>ul>li:hover{
    background: url(/css/../img/teach-li-on.png) no-repeat 5px center;
    box-shadow: 0px 2px 22px -5px rgba(0, 0, 0, 0.5);
    transform: scale(1) translateY(-3px);
    border-radius: 5px;
}