﻿

/*******************************
    -------[=番茄]-------
********************************/
.hide-tab{
    height: 0 !important;overflow: hidden;
}
/*
-----------------[index]--------------*/
.index-row1,
.index-row2,
.index-row3,
.index-row4,
.index-row5,
.index-row6,
.index-row7{
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.index-row1{padding: 99px 0 74px;}
.index-row2{padding: 80px 0 83px;}
.index-row3{padding: 79px 0 23px;}
.index-row4{padding: 0 0 0;}
.index-row5{padding: 0 0 0;}
.index-row6{padding: 0 0 0;}
.index-row7{padding: 0 0 0;}

.pic-bg{position: absolute;z-index: 10;}
.pic-bg1{left: 0;top: -127px;}
.pic-bg2{right: 0;top: -149px;}
.pic-bg3{left: 0;top: -225px;}
.pic-bg4{right: 245px;top: -63px;}
.pic-bg5{left: 180px;top: -93px;}
.pic-bg6{right: 0;top: -108px;}

.ul-list1{margin: 70px 0 -21px;}
.ul-list1 li{
    overflow: hidden;
    margin-bottom: 80px;
    background-image: url(../images/bg6.jpg);
    -webkit-background-size: 49% 100%;
    -moz-background-size: 49% 100%;
    -o-background-size: 49% 100%;
    background-size: 49% 100%;
    background-repeat: no-repeat;
}
.ul-list1 li.odd{background-position: right center;}
.ul-list1 li.even{background-position: left center;}
.ul-list1 li .col-l{width: 548px;float: left;}
.ul-list1 li .col-r{width: 652px;float: right;padding: 48px 0 35px;}
.ul-list1 li.even .col-l{float: right;}
.ul-list1 li.even .col-r{float: left;}

.ul-list1 .pic{
    width: 279px;height: 286px;
    background: url(../images/bg7.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding: 42px 20px 20px;
    margin: 53px auto 40px;
    font-size: 18px;color: #fff;line-height: 24px;text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,.5);
}
.ul-list1 .pic p{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ul-list1 .pic .img{
    height: 152px;line-height: 152px;text-align: center;
}
.ul-list1 .pic .img img{
    display: inline-block;vertical-align: bottom;
    max-height: 100%;
}
.ul-list1 .txt{
    font-size: 12px;color: #393939;line-height: 24px;
    text-align: center;
    padding: 0 100px 0 75px;
}
.ul-list1 .txt p{height: 72px;overflow: hidden;}
.ul-list1 .txt h4{
    font-size: 16px;/*font-weight: normal;*/
    margin-bottom: 17px;
}
.ul-list1 .video{
    height: 390px;position: relative;
    background: #000;
    margin-bottom: 33px;
}
.ul-list1 .video span{display: none;}
.ul-list1 .video span{
    position: absolute;left: 0;top: 0;z-index: 10;
    width: 100%;height: 100%;
    background: url(../images/play.png) no-repeat center center;
    -webkit-background-size: 68px 68px;
    -moz-background-size: 68px 68px;
    -o-background-size: 68px 68px;
    background-size: 68px 68px;
    cursor: pointer;
}
.ul-list1 .video video,
.ul-list1 .video embed{
    display: block;width: 100%;height: 100%;
}

.g-btn{text-align: center;}
.g-btn.btn1{
	    margin-top: 20px;
    text-align: left;
}
.g-btn.btn1 a{
	    margin: 0 10px 0 0;
}
.g-btn a{
    display: inline-block;vertical-align: top;
    width: 121px;height: 34px;
    font-size: 16px;color: #fff;text-align: center;line-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    border-radius: 5px;
    border: 2px transparent solid;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 0 8px;
}
.g-btn .more{border-color: #767676;transition:all .3s; -webkit-transition:all .3s;o-transition:all .3s;-ms-transition:all .3s;}
.g-btn .more:hover{transition:all .3s; -webkit-transition:all .3s;o-transition:all .3s;-ms-transition:all .3s; color: #d7a746;border-color: #d7a746;}
.g-btn .consult{background-image: url(../images/bg1.png);}
.g-btn .consult:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

.m-tab1{text-align: center;margin-bottom: 70px;margin-top: 60px;}
.m-tab1 ul{
    display: inline-block;vertical-align: top;
    overflow: hidden;
}
.m-tab1 ul li{
    float: left;width: 151px;
    margin: 0 10px;
}
.m-tab1 ul a{
    display: block;
    font-size: 14px;color: #c0c0c0;line-height: 36px;
    text-align: center;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 5px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.m-tab1 ul li.on a{background-image: url(../images/bg10.png);color: #232323;}
.m-tab1 ul a i{
    display: inline-block;vertical-align: middle;
    width: 36px;height: 36px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-top: -2px;
    margin-right: 5px;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.m-tab1 ul a .icon1{background-image: url(../images/icon9.png);}
.m-tab1 ul a .icon2{background-image: url(../images/icon10.png);}
.m-tab1 ul a .icon3{background-image: url(../images/icon11.png);}
.m-tab1 ul a .icon4{background-image: url(../images/icon12.png);}
.m-tab1 ul li.on a .icon1,.m-tab1 ul li:hover a .icon1{background-image: url(../images/icon9-1.png);}
.m-tab1 ul li.on a .icon2,.m-tab1 ul li.hover a .icon2{background-image: url(../images/icon10-1.png);}
.m-tab1 ul li.on a .icon3,.m-tab1 ul li.hover a .icon3{background-image: url(../images/icon11-1.png);}
.m-tab1 ul li.on a .icon4,.m-tab1 ul li.hover a .icon4{background-image: url(../images/icon12-1.png);}

.m-works{
    overflow: hidden;
    background: url(../images/bg9.png) no-repeat right 34px;
    margin-bottom: 67px;
    position: relative;
}
.m-works .hd{
    float: right;width: 565px;
    padding: 91px 36px 36px 0;
}
.m-works .hd li{
    float: left;
    width: 164px;height: 164px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    margin: 0 12px 22px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}
.m-works .hd li img{
    display: block;width: 100%;height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
.m-works .hd li.on img{border: 4px #d9ab4e solid;}

.m-works .bd{
    float: left;width: 560px;
}
.m-works .bd li{
    font-size: 12px;color: #919191;line-height: 24px;
}
.m-works .bd li .pic{
    height: 420px;margin-bottom: 21px;
}
.m-works .bd li .pic img{
    display: block;width: 100%;height: 100%;
}
.m-works .bd li h4{
    font-size: 18px;color: #fff;
}
.m-works .prev,.m-works .next{
    display: block;width: 40px;height: 40px;
}
.m-works .prev,.m-works .next{
    position: absolute;top: 380px;z-index: 100;
}
.m-works .prev{left:480px;background: #fff url(../images/icon13.png) center center no-repeat;}
.m-works .next{left:520px;background: #fff url(../images/icon14.png) center center no-repeat;}
.m-works .prev:hover{background: #d7a746 url(../images/icon13-1.png) center center no-repeat;}
.m-works .next:hover{background: #d7a746 url(../images/icon14-1.png) center center no-repeat;}

.m-teachers{position: relative;padding: 0 100px;margin-top: 110px;}
.m-teachers .slick-next,.m-teachers .slick-prev{
    position: absolute;top: 50%;margin-top: -22px;overflow: hidden;
    width: 44px;height: 44px;font-size: 0;line-height: 0;z-index: 999;
    border-radius: 50%;
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    border: none;
}
.m-teachers .slick-prev{left: -60px;background-image: url(../images/arr-l.png);}
.m-teachers .slick-next{right: -60px;background-image: url(../images/arr-r.png);}
.m-teachers .slick-prev:hover{background-image: url(../images/arr-l1.png);}
.m-teachers .slick-next:hover{background-image: url(../images/arr-r1.png);}
.m-teachers .item{
    padding: 130px 0 0;
}

.m-teachers .pic{
    width: 287px;height: 342px;
    margin: 0 auto;
    background: #000;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
.m-teachers .pic img{
    display: block;width: 100%;height: 100%;
    opacity: .7;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 70)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}
.m-teachers .slick-center .pic{width: 340px;height: 406px;margin-top: -130px;}
.m-teachers .slick-center .pic img{
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.m-teachers .txt{
    width: 374px;height: 258px;
    margin: -6px auto 0;
    position: relative;z-index: 10;
    background: url(../images/bg11.png) no-repeat center center;
    font-size: 12px;color: #9b9b9b;line-height: 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
    padding: 49px 40px 40px;
    opacity: 0;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    box-shadow: 0 10px 30px rgba(0,0,0,.5);
}
.m-teachers .slick-center .txt{
    margin-left: -14px;
    opacity: 1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
} 
.m-teachers .txt .tit{
    font-size: 24px;color: #fff;line-height: 24px;
    padding-bottom: 19px;margin-bottom: 8px;
    border-bottom: 2px #fff solid;
    border-bottom: 2px rgba(255,255,255,.1) solid;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-teachers .txt .tit em{font-size: 16px;font-family: "Arial";color: #949494;padding-left: 10px;}
.m-teachers .txt span{float: right;color: #fff;font-size: 16px;}
.m-teachers .txt p{    margin-top: -5px;
    overflow: hidden;
    margin-bottom: 3px;}


/*******************************
    -------[=李]-------
********************************/
/*成功钥匙*/
.m-txt1{
	padding: 105px 0 86px;
	text-align: center;
	color: #a6a6a6;
	line-height: 18px;
}
.m-txt1 h3{
	font-size: 24px;
	color: #fff;
	font-weight: normal;
}
.m-txt1 h4{
	font-size: 36px;
	color: #d7a746;
	line-height: 58px;
	margin-bottom: 10px;
}
.m-txt1 p{
	margin-bottom: 52px;
	height: 36px;
	overflow: hidden;
}
.m-btn2{
	display: inline-block;
	line-height: 30px;
	padding: 0 28px;
	border: 2px #b0adac solid;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
}
.m-btn2:hover{
	color: #d7a746;
    border-color: #d7a746;
}

.g-tit1{
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center 0;
	font-size: 28px;
	color: #fff;text-align: center;
	font-weight: bold;
	padding-bottom: 17px;
	background: url(../images/ico2.png) no-repeat center bottom;
    text-align: center;
}
.g-tit1 em{
	display: block;
	font-size: 48px;
	margin-bottom: -32px;
	font-family: 'ShinePersonalUse';
    opacity: .1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 10)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
}
.g-tit1-1{color: #393939;}
.g-tit1-1 em{
    opacity: .3;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 30)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}


.index-row6{
	text-align: center;
	padding: 85px 0 115px;
}
.index-row6 .g-tit1 em{
    opacity: .1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 10)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
}
.m-video{
	overflow: hidden;
	margin-top: 85px;
	margin-bottom: 50px;
}
.m-video .slider{
	padding: 0 128px;
}
.m-video .item .pic{
	width: 288px;
	height: 180px;
	margin: 0 auto;
	position: relative;
	padding: 0 12px;
}
.m-video .item a{
	display: block;
	overflow: hidden;
}
.m-video .item a:hover img{
	 -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -transform:scale(1.2);
    transform:scale(1.2);
}
.m-video .item a:hover h3{
	color: #d7a746;
}
.m-video .item a img{
	display: block;
	width: 100%;
	height: 100%;
}
.m-video .item .play{
	width: 45px;
	height: 45px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -22.5px;
	margin-left: -22.5px;
	z-index: 1;
	background: url(../images/play.png) no-repeat center center;
}
.m-video .slick-next,.m-video .slick-prev{
    position: absolute;top: 50%;margin-top: -25px;overflow: hidden;
    width: 44px;height: 44px;font-size: 0;line-height: 0;z-index: 999;
    background: none;
    border: none;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
    cursor: pointer;
}
.m-video .slick-prev{left: 0;background-image: url(../images/arr-l.png);}
.m-video .slick-next{right: 0;background-image: url(../images/arr-r.png);}
.m-video .slick-prev:hover{background-image: url(../images/arr-l1.png);}
.m-video .slick-next:hover{background-image: url(../images/arr-r1.png);}
.m-btn1{
	display: block;
	width: 196px;
	line-height: 40px;
	margin: 0 auto;
	border: 2px #b0adac solid;
	color: #fff;
	font-family: 'Arial';
	font-size: 16px;text-align: center;
}
.m-btn1:hover{
	color: #d7a746;
    border-color: #d7a746;
}
/*学院动态*/
.index-row5{
	text-align: center;
	padding: 80px 0 64px;
}
.index-row5 .g-tit1{color: #393939;}
.index-row5 .g-tit1 em{
    opacity: .3;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 30)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
}
.index-row5 h3 em{
	color: #393939;
}
.m-btn1.m-btn1-1{
	color: #000;
	border-color: #7b7b7b;
}
.m-btn1.m-btn1-1:hover{
	color: #d7a746;
    border-color: #d7a746;
}
.m-school{
    overflow: hidden;
    margin: 40px 0;
}
.m-school .slider{
    padding: 0 120px;
}
.m-school .imgtxt{
    width: 280px;
    height: auto;
    margin: 0 auto;
}
.m-school .item a{
    display: block;
    overflow: hidden;
}
.m-school .item .pic{
    overflow: hidden;
    display: block;
    width: 280px;
    height: 158px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}
.m-school .item .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.m-school .item a:hover img{
     -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -transform:scale(1.2);
    transform:scale(1.2);
}
.m-school .item a:hover h3{
    color: #d7a746;
}
.m-school .item a img{
    display: block;
    width: 100%;
    height: 100%;
}
.m-school .slick-next,.m-school .slick-prev{
    position: absolute;top: 50%;margin-top: -25px;overflow: hidden;
    width: 44px;height: 44px;font-size: 0;line-height: 0;z-index: 999;
    background: none;
    border: none;
    border-radius: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;
    cursor: pointer;
}
.m-school .slick-prev{left: 0;background-image: url(../images/arr-l.png);}
.m-school .slick-next{right: 0;background-image: url(../images/arr-r.png);}
.m-school .slick-prev:hover{background-image: url(../images/arr-l1.png);}
.m-school .slick-next:hover{background-image: url(../images/arr-r1.png);}
.m-school .txt{
	padding: 26px 30px 36px;
	background-color: #fff;
	text-align: left;
	color: #9c9c9c;
	line-height: 24px;
}
.m-school .txt h3{
	font-size: 16px;
	font-weight: normal;
	color: #393939;
	height: 48px;
	overflow: hidden;
}
.m-school .txt span{
	display: block;
	color: #393939;
	padding: 6px 0 12px;
	margin-bottom: 25px;
	background: url(../images/ico4.png) no-repeat 0 bottom;
}
.m-school .txt p{
	height: 48px;
	overflow: hidden;
}
/* 关于我们 */
.sl-list2{
    padding: 80px 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/bg13.jpg);
}
.sl-list2 li{
    font-size: 16px;
    color: #333;
    height: 530px;
    overflow: hidden;
    text-align: center;
}
.sl-list2 li p{line-height: 1.85em;}
.sl-list2 .pic,.sl-list2 .txt{
    width: 50%;
    height: 100%;
    float: left;
}
.sl-list2 .odd .pic{float: right;}
.sl-list2 .txt{
    display: table;
    background-color: #fff;
}
.sl-list2 .con{
    padding: 0 10%;
    display: table-cell;
    vertical-align: middle;
}
.sl-list2 .btn{
    display: block;
    margin: 40px auto 0;
    width: 146px;
    height: 41px;
    line-height: 41px;
    font-size: 16px;
    color: #d7a746;
    border: 2px solid #d7a746;
}
.sl-list2 .btn:hover{
    color: #fff;
    background-color: #d7a746;
}
.sl-list2 .tit{
    position: relative;
    font-weight: bold;
    font-size: 32px;
    color: #333;
    width: 170px;
    height: 127px;
    margin: 0 auto 55px;
    padding-top: 60px;
    background: url(../images/ico6.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.sl-list2 .tit:after{
    content:'';
    position: absolute;
    width: 68px;
    height: 2px;
    bottom: -29px;
    left: 50%;
    margin-left: -34px;
    background-color: #d7a746;
}
.sl-list2 .tit em{
    display: block;
    font-size: 18px;
    color: #999;
    font-family: 'ShinePersonalUse'; 
}

.row-a1{
    padding: 75px 0 50px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/bg14.jpg);
}

.sl-list3{overflow: hidden; margin: 40px -10px 30px;}
.sl-list3 li{
    float: left;
    width: 225px;
    height: 360px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 30px;
    margin: 0 10px 10px;
    background: url(../images/ico7.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.sl-list3 .ico{
    height: 94px;
    line-height: 94px;
    margin: 65px 0 25px;
}
.sl-list3 .ico img{
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}
.sl-list3 h4{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: normal;
}
.sl-list3 li p{
    line-height: 1.85em;
}


.row-a4{
    padding: 80px 0;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/bg24.jpg);
}
.row-a4 .pic{
    float: left;
    width: 500px;
    height: 550px;
    padding: 0 0 30px 30px;
    background: url(../images/bg15.png) left bottom no-repeat;
}
.row-a4 .txt{
    float: right;
    width: 600px;
    font-size: 14px;
    color: #fff;
    padding-top: 28px;
}
.row-a4 .txt .tit{
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 30px;
    margin-bottom: 45px;
    background: url(../images/ico2.png) left bottom no-repeat;
}
.row-a4 .txt .tit em{
    display: block;
    font-size: 40px;
    color: #666;
    line-height: 1.2em;
    font-weight: normal;
    font-family: 'ShinePersonalUse';
    margin-bottom: 4px;
}
.row-a4 .txt p{
    line-height: 1.8em;
}
.m-btn1.btn1{
    width: 146px;
    color: #d7a746;
    border-color: #d7a746;
    margin: 35px 0 0;
}
.m-btn1.btn1:hover{
    color: #fff;
    background-color: #d7a746;
}
.row-a4 .txt .txt1{
    display: inline-block;
    padding: 0 55px;
    position: relative;
    margin-top: 15px;
}
.row-a4 .txt .txt1:after{
    position: absolute;
    content: '';
    background: url(../images/ico13.png) left top no-repeat;
}
.row-a4 .txt .txt1:after{
    position: absolute;
    content: '';
    left: 0;top: 0;
    width: 49px;height: 44px;
    background: url(../images/ico13.png) left top no-repeat;
}
.row-a4 .txt .txt1:before{
    position: absolute;
    content: '';
    right: 0;top: 0;
    width: 47px;height: 45px;
    background: url(../images/ico14.png) left top no-repeat;
}

.row-a3{
    padding: 80px 0 110px;
    overflow: hidden;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../images/bg25.jpg);
}
.row-a3 .txt{
    float: left;
    width: 550px;
    font-size: 16px;
    color: #333;
}
.row-a3 .txt p{
    line-height: 2.25em;
}
.row-a3 .txt .tit{
    font-size: 34px;
    color: #bdbdbd;
    font-family: 'ShinePersonalUse';
    padding-top: 25px;
    position: relative;
    line-height: 1.5em;
    margin-bottom: 28px;
}
.row-a3 .txt .tit:after{
    position: absolute;
    content: '';
    left: 0;top: 0;
    width: 60px;
    height: 2px;
    background-color: #d7a746;
}

.sl-list1{
    position: relative;
    z-index: 10;
    width: 800px;
    overflow: hidden;
    padding: 27px 0 22px;
    margin-top: 50px;
    margin-right: -250px;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
}
.sl-list1 li{
    float: left;
    width: 25%;
    text-align: center;
    font-size: 16px;
}
.sl-list1 li a{color: #000;}
.sl-list1 li a:hover{color: #d7a746;}
.sl-list1 li p{
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.sl-list1 .ico{
    height: 60px;
    line-height: 60px;
    margin-bottom: 6px;
}
.sl-list1 .ico img{
    display: inline-block;
    vertical-align: middle;
    max-height: 100%;
}
.pic-list{
    float: right;
    width: 590px;
}
.pic-list .item{
    height: 550px;
}
.pic-list .item img{
    width: 100%;
    height: 100%;
}
.pic-list .slick-arrow{
    position: absolute;
    width: 44px;
    height: 44px;
    font-size: 0;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 2;
    bottom: -64px;
}
.pic-list .slick-prev{
    right: 59px;
    background: url(../images/arr-l5.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.pic-list .slick-next{
    right: 0;
    background: url(../images/arr-r5.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.pic-list .slick-prev:hover{
    background: url(../images/arr-l6.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.pic-list .slick-next:hover{
    background: url(../images/arr-r6.png) 0 0 no-repeat;
    background-size: 100% 100%;
}


/* 关于我们 */

/*我们的校园*/
.index-row4{
	text-align: center;
	padding: 85px 0 72px;
}
.index-row4 .g-tit1{color: #fff;}
.index-row4 .g-tit1 em{
    opacity: .1;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 10)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
}
.m-campus{
	padding-top: 42px;
}
.ul-list{
	overflow: hidden;
	float: left;
	width: 130px;
	border-right: 2px #555555 solid;
	margin-right: 60px;
}
.ul-list li{
	padding: 42px 0;
	text-align: center;
}
.ul-list li a{
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}
.ul-list li a em{
	display: block;
	opacity: .4;
	font-family: 'Arial';
}
.ul-list li:hover,.ul-list li.hover{
	background: url(../images/bg7.jpg) no-repeat 0 0;
}
.ul-list li:hover a,.ul-list li.hover a{
	color: #232323;
}
.ul-list li:hover a em,.ul-list li.hover a em{
	color: #232323;
	opacity: .8;
}
.m-txt{
	overflow: hidden;
	padding: 84px 0 100px;
}
.m-txt.on{display: block;}
.m-txt .pic{
	float: left;
	width: 440px;
	height: 293px;
	margin-right: 44px;
}
.m-txt .pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.m-txt .txt{
	overflow: hidden;
	text-align: left;
	color: #fff;
	line-height: 24px;
	padding-top: 30px;
}
.m-txt .txt h3 a{
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 12px;
	color: #fff;
}
.m-txt .txt h3 em{
	display: block;
	font-size: 12px;
	font-family: 'Arial';
	opacity: .2;
}
.m-txt .txt p{
	opacity: .4;
	height: 104px;
	overflow: hidden;
	margin-bottom: 37px;
}
.m-txt .txt h3 a:hover{
	color: #d7a746;
}
/* 优秀作品 */
.row-a2 .wp {
    position: relative;
    z-index: 11;
}
.row-a2 {
    position: relative;
    padding: 72px 0 60px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.row-a2.bg3 {
    background-image: url(../img/bg18.jpg);
}
.g-tit1.tit1 {
    color: #333;
}
.row-a2 .g-tit1 {
    font-size: 36px;
}
.row-a2.bg1 {
    background-image: url(/newpc/new_web/images/bg15.jpg);
}
.row-a2.bg2{
	 background-image: url(/newpc/new_web/images/bg16.jpg);
}
.row-a2.bg4 {
    background-image: url(../img/bg19.jpg);
}
.works-list {
    margin: 35px -16px 0;
}
.works-list .item {
    width: 265px !important;
    height: 210px;
    margin: 0 10px 17px;
    padding: 10px;
    cursor: pointer;
    overflow: hidden;
    background: url(/newpc/new_web/images/bg20.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.works-list .item .pic {
    float: left;
    width: 100%;
    height: 170px;
}
.works-list .item h4 {
    height: 40px;
    line-height: 51px;
    text-align: center;
    font-size: 16px;
    color: #d7a746;
    font-weight: normal;
}
.works-list .slick-prev {
    left: -74px;
    background-image: url(/newpc/new_web/images/arr-l4.png);
}
.works-list .slick-prev:hover {
    background-image: url(/newpc/new_web/images/arr-l1.png);
}
.works-list .slick-next:hover {
    background-image: url(/newpc/new_web/images/arr-r1.png);
}
 .slick-next, .works-list .slick-prev {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    overflow: hidden;
    width: 44px;
    height: 44px;
    font-size: 0;
    line-height: 0;
    z-index: 999;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    border: none;
}
.works-list .slick-next {
    right: -64px;
    background-image: url(/newpc/new_web/images/arr-r4.png);
}

.pic-bg7 {
    left: 0;
    top: 90px;
}
.pic-bg8 {
    right: 0;
    top: 0;
}
.pic-bg9 {
    right: 40px;
    bottom: -140px;
}
.pic-bg10 {
    left: 0;
    bottom: 0;
}
.pic-bg11 {
    left: 0;
    top: 0;
}
.pic-bg12 {
    left: 0;
    bottom: 50px;
}
.pic-bg13 {
    right: 240px;
    bottom: 180px;
}
.pic-bg14 {
    right: 0;
    top: -150px;
}
.pic-bg15 {
    left: 0;
    top: 50px;
}
.pic-bg16 {
    left: 0;
    bottom: 75px;
}
.pic-bg17 {
    right: 280px;
    bottom: 220px;
}
.pic-bg18 {
    top: -90px;
    right: 20px;
}
.pic-bg19 {
    left: 50px;
    top: 70px;
}
.pic-bg20 {
    left: 0;
    bottom: 80px;
}
.pic-bg21 {
    right: 0;
    bottom: 70px;
}
.btn-box {
    margin: 30px 0 10px;
    text-align: center;
}
.btn-box .btn.btn1 {
    color: #dca436;
    border-color: #dca436;
}
.btn-box .btn.btn2 {
    color: #fff;
    border-color: #fff;
}
.btn-box .btn {
    display: inline-block;
    font-size: 16px;
    color: #666;
    margin: 0 10px;
    width: 196px;
    height: 41px;
    line-height: 41px;
    border: 2px solid #888;
}
.btn-box .btn:hover {
    color: #dca436;
    border-color: #dca436;
}
.btn-box .btn.btn1:hover {
    color: #fff;
    background-color: #dca436;
}
/* 优秀作品弹窗 */
.m-pop{
	/* display:none; */
	opacity:0;
    position: fixed;
    z-index: 1000;
    top: -200%;left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.57);
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
    transition:.5s;
}
.m-pop.open{top: 0;
    -o-transition:all .5s;
    -ms-transition:all .5s;
    -moz-transition:all .5s;
    -webkit-transition:all .5s;
    transition:all .5s;
    display:block;
    opacity:1;
}
.m-pop .box{
    position: absolute;
    left: 50%;top: 50%;
    margin-top: -296px;
    margin-left: -415px;
    width: 830px;
    height: 592px;
}

.pop-list .item{
	display:none;
    height: 577px;
    padding: 15px 15px 0;
    background: url(/newpc/new_web/images/bg21.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.pop-list .item h4{
    height: 59px;
    line-height: 59px;
    text-align: center;
    font-size: 20px;
    color: #d7a746;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.pop-list .item img{
    width: 100%;
    height: 513px;
}
.pop-list .slick-next,.pop-list .slick-prev{
    position: absolute;top: 50%;margin-top: -22px;overflow: hidden;
    width: 44px;height: 44px;font-size: 0;line-height: 0;z-index: 999;
    border-radius: 50%;
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    border: none;
}
.pop-list .slick-prev{left: -84px;background-image: url(/newpc/new_web/images/arr-l2.png);}
.pop-list .slick-next{right: -84px;background-image: url(/newpc/new_web/images/arr-r2.png);}
.pop-list .slick-prev:hover{background-image: url(/newpc/new_web/images/arr-l1.png);}
.pop-list .slick-next:hover{background-image: url(/newpc/new_web/images/arr-r1.png);}
.pop-list .unslick{display:none;}
/* pc明星教师 */
.teacher-list{
    margin: 48px -14px 0;
}
.teacher-list .item{
    width: 566px !important;
    height: 370px;
    margin: 0 10px 20px;
    padding: 12px;
    overflow: hidden;
    background: url(/newpc/new_web/images/bg17.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.teacher-list .item .pic{
    float: left;
    width: 260px;
    height: 100%;
}
.teacher-list .item .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.teacher-list .item .txt{
    margin-left: 260px;
    padding: 25px 10px 0 25px;
    color: #fff;
    font-size: 12px;
    height: 100%;
    overflow: hidden;
}
.teacher-list .item .txt h4{
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 10px;
}
.teacher-list .item .txt .subtit{
    color: #bebebe;
    margin-bottom: 15px;
}
.teacher-list .item .txt p{
    line-height: 1.65em;
}
.teacher-list .slick-next,.teacher-list .slick-prev{
    position: absolute;top: 50%;margin-top: -22px;overflow: hidden;
    width: 44px;height: 44px;font-size: 0;line-height: 0;z-index: 999;
    border-radius: 50%;
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
    border: none;
}
.teacher-list .slick-prev{left: -74px;background-image: url(/newpc/new_web/images/arr-l4.png);}
.teacher-list .slick-next{right: -64px;background-image: url(/newpc/new_web/images/arr-r4.png);}
.teacher-list .slick-prev:hover{background-image: url(/newpc/new_web/images/arr-l1.png);}
.teacher-list .slick-next:hover{background-image: url(/newpc/new_web/images/arr-r1.png);}
.m-pop .box1 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -288.5px;
    margin-left: -545px;
    width: 1030px;
    height: 517px;
    padding: 30px;
    background: url(/newpc/new_web/images/bg22.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
}
.m-pop .box1 .close {
    position: absolute;
    width: 54px;
    height: 54px;
    top: -18px;
    right: -20px;
    cursor: pointer;
    background: url(/newpc/new_web/images/ico12.png) 0 0 no-repeat;
}
.m-pop .box1 .con1 {
    float: left;
    width: 600px;
    overflow: hidden;
}
.slider-for {
    margin-bottom: 10px;
}
.slider-for .item {
    height: 436px;
    border: 2px solid #404042;
}
.slick-slide img {
    display: block;
}
.m-pop .box1 .con2 {
    float: right;
    width: 370px;
    padding: 25px;
    background: url(../images/bg13.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.m-pop .box1 .con2 .pic {
    width: 100%;
    height: 200px;
    margin-bottom: 15px;
    background: url(../images/bg23.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    -moz-box-shadow: 0px 0px 40px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 40px rgba(0,0,0,.5);
    box-shadow: 0px 0px 40px rgba(0,0,0,.5);
}
.m-pop .box1 .con2 .pic img {
    display: block;
    width: 100%;
    height: 100%;
}
.m-pop .box1 .con2 .txt {
    font-size: 14px;
    color: #fff;
    height: 250px;
}



