body {
	margin: 0;
	font: 16px Arial, Helvetica, sans-serif;
	line-height: 1.4;
}
/*.wrapper {
	margin: auto;
	max-width: 1200px;
	padding: 15px;
	box-sizing: border-box;
	text-align: center;
}
h1 {
	font-size: 25px;
	font-weight: normal;
	margin: 0;
}
h2 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 15px;
}
h3 {
	margin: 15px 0 5px;
	font-size: 16px;
}*/
/*.intro {
	font-size: 18px;
	margin: 0;
	padding-top: 20px;
}*/
.column {
	float: left;
	width: 50%;
	text-align: left;
	box-sizing: border-box;
	/*padding: 30px 2%;*/
}
.column ul {
	padding: 0;
	margin: 5px 0 30px 20px;
}
.clr {
	clear: both;
}
.left {
	text-align: left;
	font-weight: bold;
}
.demo-buttons {
	text-align: center;
	font-size: 14px;
}
/*.demo-buttons span {
	box-sizing: border-box;
	display: inline-block;
    vertical-align: middle;
    margin: 5px;
    padding: 5px 10px;
    border: 1px solid transparent;
    border-radius: 5px;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background: #444;
    color: #fefefe;
}*/
.demolist {
	text-align: left;
}
.menubar {
	background: #444;
	padding: 0 15px;
	margin: 0;
	color: #fff;
	list-style: none;
	height: 50px;
	line-height: 50px;
	display: none;
}
.menubar > li {
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	-webkit-user-select: none;
  	-moz-user-select: none;
  	-ms-user-select: none;
  	user-select: none;
}
.menubar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: -15px;
	top: 50px;
	color: #000;
	background: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	width: 180px;
	display: none;
}
.menubar li:hover > ul {
	display: block;
}
.menubar li {
	position: relative;
}
.menubar li li ul {
	left: 178px;
	top: -1px;
	border-top: 1px solid #444;
	width: 140px;
}
.menubar li li {
	padding: 10px 15px;
	border: solid #444;
	border-width: 0 1px 1px;
	cursor: text;
}
.menubar li li.opener {
	padding: 0;
}
.menubar li li.opener span {
	display: block;
	padding: 10px 15px;
	cursor: pointer;
	background-color: rgba(68,68,68,0.8);
	color: #fff;
}
.menubar ul .fa {
	position: absolute;
	right: 10px;
	top: 12px;
}
.menubar .opener span .fa {
	font-size: 12px;
	margin: 2px 0 0 10px;
}
@media screen and (max-width: 768px) {
	.menubar {
		display: block;
	}
	/*.demo-buttons {
		display: none;
	}*/
	.column {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.demo-buttons span {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}
.fancynav-logo .fancynav-title::before {
	content: ' ';
	display: block;
	width: 202px;
	height: 41px;
	background: url(../images/logo.png) no-repeat;
}
.fancynav-logo .fancynav-close {
	font-size: 25px;
	padding-top: 20px;
}
.fancynav-animation-flip .fancynav-mainnav {
	visibility: visible;
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.fancynav-animation-flip.fancynav-opened .fancynav-mainnav {
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.fancynav-animation-flip .fancynav-inner {
	z-index: 1001;
}
.fancynav-animation-flip.fancynav-opened .fancynav-inner {
	-moz-transform: translate(300px, 0);
	-o-transform: translate(300px, 0);
	-webkit-transform: translate(300px, 0);
	-ms-transform: translate(300px, 0);
	transform: translate(300px, 0);
}
.fancynav-icons .fancynav-back {
	padding-left: 15px;
}
.fancynav-icons .fancynav-close::before,
.fancynav-icons .fancynav-next::before,
.fancynav-icons .fancynav-back::before,
.fancynav-icons .fancynav-mainnav ul > li > a::before {
	display: inline-block;
 	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fancynav-icons .fancynav-close::before {
	content: "\f05c";
	font-size: 24px;
}
.fancynav-icons .fancynav-next::before,
.fancynav-icons .fancynav-back::before {
	transform: none;
	background: none;
	border-radius: 0;
	width: auto;
	height: auto;
	font-size: 24px;
}
.fancynav-icons .fancynav-next::before {
	content: "\f18e";
	margin: -13px 0 0 -5px;
}
.fancynav-icons .fancynav-back::before {
	content: "\f190";
	margin: 0 10px 0 0;
	position: static;
	vertical-align: sub;
}
.fancynav-icons .fancynav-next::after,
.fancynav-icons .fancynav-back::after {
	content: none;
}
.fancynav-icons .fancynav-mainnav ul > li > a::before {
	margin-right: 10px;
	line-height: 1.2;
}
.fancynav-icons .fancynav-item-1 > a::before {
	content: "\f015";
}
.fancynav-icons .fancynav-item-2 > a::before {
	content: "\f2b5";
}
.fancynav-icons .fancynav-item-3 > a::before {
	content: "\f1e0";
}
.fancynav-icons .fancynav-item-4 > a::before {
	content: "\f09a";
}
.fancynav-icons .fancynav-item-5 > a::before {
	content: "\f099";
}


/*热门国家推荐*/
/* public style start */
.module-title{
    position: relative;
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    color: #36477a;
    margin-bottom: 40px;
}
.module-title span{
    position: relative;
}
.module-title span::after,.module-title span::before{
    content: '';
    display: block;
    position: absolute;
    width: 116px;
    height: 24px;
    top: 10px;
    background: url(../images/tit-left.png) no-repeat top right
}
.module-title span::after{
    left: -136px;
}
.module-title span::before{
    right: -136px;
    background: url(../images/tit-right.png) no-repeat top left
}
.pool-entry{
    text-align: center;
    padding-top: 15px
}
.pool-entry a{
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #d7762c;
    border: 1px solid #d7762c;
    border-radius: 5px;
    padding: 0 20px 0 12px;
    background: url(../images/li-more2.png) no-repeat center right 5px
}
/*  public style end */

.school-box{
	width: 1200px;
	margin: 80px auto;
}
.school-list-main{
    padding: 10px 0
}
.school-list-main dl:hover{
    box-shadow: 0 0 6px rgba(0,0,0,.2)
}
.school-list-main dd a span{
    display: flex;
    height: 42px;
    margin: 4px 0;
    float: left;
    width: 66%;
    width: calc(100% - 60px);
    font-size: 16px;
    line-height: 21px;
    overflow: hidden;
    font-weight: bold;
    color: #31404c;
    align-items: center
}


.module-sub-title{
    width: 98%;
    margin: 0 auto;
    padding: 30px 0 20px;
    border-bottom: 1px solid #d0d5da;
}
.module-sub-title h2,.module-sub-title h3{
    float: left;
}
.module-sub-title .more{
    float: right;
    margin-right: 10px;
    color: #838c94
}
.module-sub-title .more:hover{
    color: #d86634
}
.module-sub-title h2,.module-sub-title h3{
    height: 24px;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
    color: #333;
    padding-left: 13px;
    margin-right: 20px;
    background: url(../images/tit-l.png) no-repeat center left
}
.module-sub-title .more{
    font-size: 16px;
}



/*热门留学国家*/
.school-box .module-title{
    margin-bottom: 1% 
}
.school-list dl{
    float: left;
    width: 31%;
    margin: 10px 1%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    overflow: hidden;
}
.school-list dl:hover dt,.school-list dl:hover dd{
    border-color: #fff;
}
.school-list dt{
    height: 200px;
    border: 1px solid #ebebeb;
    border-bottom: none;
    overflow: hidden;
}
.school-list dl img{
	border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.school-list dd {
    padding: 0 10px 10px;
    border: 1px solid #ebebeb;
}
.school-list dd .school-logo{
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
}
.school-list .address-icon{
    margin-right: 4px;
    background-position: 0 -238px
}
.school-list dd .school-logo a{
    position: absolute;
    width: 60px;
    height: 60px;
    padding: 3px;
    background-color: #fff;
    left: 0;
    bottom: 0;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,.1);
    -moz-box-shadow:  0 0 6px 3px rgba(0,0,0,.1);
    box-shadow: 0 0 6px 3px rgba(0,0,0,.1);
}
.school-list dd .school-logo img{
    width: 54px;
    border-radius: 50%;

    /*width: 100%;*/
    /*border-radius: 50%;*/
    /*height: 100%;*/
}
.school-list dd p{
   font-size: 12px;   
}
.school-list dd .school-logo p{
   text-align: right;
   color: #8d959d;
   white-space: nowrap;
}
.school-list dd .school-cnt{
    height: 28px;
    color: #888;
    line-height: 16px;
    /*margin-bottom: 16px;*/
    overflow: hidden;
}
.school-list dd .school-name{
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    position: relative;
    margin-top: -20px;
}
.school-list dd .school-name:hover,.school-list dd .school-cnt a{
    color: #d86634;
}
.school-list dd .desc{
    height: 100px;
    min-height: 90px;
    overflow: hidden;      
    text-overflow: ellipsis;      
    display: -webkit-box;       
    -webkit-line-clamp: 6;    
    -webkit-box-orient: vertical;  
    margin: 10px 0; 
}
/*.school-list dl:hover dd .desc{
    height: auto;
    display: block;
}*/
.school-list dd .desc p,.school-list dd .desc span{
    font-size: 14px !important;
    font-family: "Microsoft YaHei" !important;
    margin: 0 !important;
    line-height: 1.7;

}
.school-list-main .tag-list {
    position: relative;
    border-top: 1px dashed #e3e3e8;
    padding-top: 16px;
    max-height: 64px;
    line-height: 24px;
    overflow: hidden;
    padding-left: 60px
}
.school-list-main .tag-list.no-border{
    border: none !important;
    padding-top: 8px;
}
.school-list-main .tag-list span{
    position: absolute;
    left: 0;
    width: 60px;
    font-size: 12px
}
.tag{
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 1px 5px;
    margin: 0 2px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;

} 
.tag-list .tag{
    white-space: nowrap
}
.tag:last-child{
    margin-right: 0
}
.tag-color1{
    background-color: #98b984;
}
.tag-color6{
    background-color: #9197d6;
}
.tag-color2{
    background-color: #6f90c6;
}
.tag-color3{
    background-color: #f4ab6f;
}
.tag-color4{
    background-color: #e59e77;
}
.tag-color5{
    background-color: #cfa589;
}
.tag-yk1{
    background-color: #7c8cbf;
}
.tag-yk2{
    background-color: #73babc;
}
.tag-yk3{
    background-color: #c58686;
}
.tag-yk4{
    background-color: #C5B486;
}
.tag-yk5{
    background-color: #4887E5;
}
.tag-yk6{
    background-color: #A64AB2;
}
.tag-yk7{
    background-color: #5cb24a;
}
.school-logo .tag{
    margin-left: 5px;
    padding: 0px 5px;
    background: #fff;
    border: 1px solid #a8b5db;
    color: #4058a2;
    height: 16px;
    line-height: 16px;
}


/* 热门留学 */
.index_pro{ margin-top: 50px; }
.pro_list{ width: 1235px; }
.pro_list::after{ content: ''; clear: both; width: 0; height: 0; display: block;}
.pro_list li{ float: left; position: relative; }
.pro_list li:nth-child(1),.pro_list li:nth-child(2){  }
.pro_list1 li{ width: 585px; height: 270px; margin-right: 30px; margin-bottom: 30px;}
.pro_list2 li{ width: 276px; height: 250px; margin-right: 32px; margin-bottom: 30px;}
.pro_img_box .hot_title{ position: absolute; width: 60px; height: 33px; background: url('../images/hot_title.png') no-repeat left; left: -9px; top: 14px; z-index: 2; }
.pro_img_box .shadow{ position: absolute; width: 100%; height: 100%; z-index: 1; background: rgba(0, 0, 0, .4); top: 0; left: 0; }
.pro_img_box .pro_img{ display: block; width: 100%; height: 100%; }
.pro_img_box .pro_logo{ display: block; margin: 15px auto; display: none; width: 50px; height: 50px; border: 2px solid #fff;}
.pro_img_box .pro_info{ position: absolute; width: 100%; z-index: 1; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); color: #fff; }
.pro_img_box .pro_info h5{ font-size: 20px; text-align: center; text-shadow: 1px 3px 2px rgba(0, 0, 0, .5); }
.pro_img_box .pro_info .line{ display: block; width: 200px; border-top: 1px solid #fff; border-bottom: 1px solid rgba(0, 0, 0, .2); margin: 10px auto 0; -webkit-transition: all .3s; transition: all .3s; }
.pro_img_box .pro_info p{ font-size: 14px; line-height: 22px; text-shadow: 1px 3px 2px rgba(0, 0, 0, .5); }
.pro_img_box .pro_info .if1{ text-align: center;  margin-top: 8px; -webkit-transition: all .3s; transition: all .3s;}
.pro_img_box .pro_info .if2{ margin: 10px 20px 0; text-align: center; display: -webkit-box; -webkit-line-clamp:3; -webkit-box-orient: vertical; overflow: hidden; display: none; -webkit-transition: all .3s; transition: all .3s;}
.pro_img_box .pro_info span{ display: block; width: 80px; line-height: 32px; background: #f66; font-size: 14px; color: #fff; text-align: center; margin: 12px auto 0; display: none; border-radius: 4px; }
.pro_list .pro_img_box:hover .line{ width: 0; margin-top: 0; }
.pro_list .pro_img_box:hover span{ display: block; }
.pro_list .pro_img_box:hover .if2{ display: -webkit-box; }
.pro_list .pro_img_box:hover .if1{ display: none; }
.pro_list .pro_img_box:hover .pro_logo{ display: block; border-radius: 50%;}


/*留学优势*/
.course-system {
    width: 100%;
    /*height: 630px;*/
    background: #fff;
}

.course-system .course-system-contents {
    width: 1180px;
    margin: auto;
    padding-top: 40px;
}

.course-system .course-system-contents > h5 {
    width: 100%;
    text-align: center;
    line-height: 64px;
    font-size: 24px;
    color: #333;
}

.course-system .course-system-contents > b.borders {
    display: block;
    width: 88px;
    height: 1px;
    margin: 0 auto 35px;
    background: #f39a50;
}

.course-system .course-system-contents ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.course-system .course-system-contents ul .public-system {
    position: relative;
    width: 32.5%;
    height: 160px;
    margin-bottom: 15px;
    padding: 0 30px;
    border-radius: 12px;
}

.course-system .course-system-contents ul .public-system:hover {
    transform: translate(0, -10px);
    box-shadow: 0 0 5px #ddd;
}

.course-system .course-system-contents ul .base-course {
    background: linear-gradient(to right,rgba(241,241,241,1) 60%,rgba(255,255,255,0.2)),url('../images/course-system1.jpg') no-repeat center/cover;
}

.course-system .course-system-contents ul .language-course {
    background: linear-gradient(to right,rgba(241,241,241,1) 60%,rgba(255,255,255,0.2)),url('../images/course-system2.jpg') no-repeat center/cover;
}

.course-system .course-system-contents ul .survival-english {
    background: linear-gradient(to right,rgba(241,241,241,1) 60%,rgba(255,255,255,0.2)),url('../images/course-system3.jpg') no-repeat center/cover;
}

.course-system .course-system-contents ul .grade-examination {
    background: linear-gradient(to right,rgba(241,241,241,1) 60%,rgba(255,255,255,0.2)),url('../images/course-system4.jpg') no-repeat center/cover;
}

.course-system .course-system-contents ul .well-communication {
    background: linear-gradient(to right,rgba(241,241,241,1) 60%,rgba(255,255,255,0.2)),url('../images/course-system5.jpg') no-repeat center/cover;
}

.course-system .course-system-contents ul .be-trusted {
    background: linear-gradient(to right,rgba(241,241,241,1) 60%,rgba(255,255,255,0.2)),url('../images/course-system6.jpg') no-repeat center/cover;
}

.course-system .course-system-contents ul .public-system > h5 {
    width: 100%;
    line-height: 44px;
    font-size: 19px;
    margin-bottom: 5px;
    color: #f39a50;
}

.course-system .course-system-contents ul .public-system > b.borders {
    display: block;
    width: 88px;
    height: 1px;
    margin-bottom: 10px;
    background: #f39a50;
}

.course-system .course-system-contents ul .public-system > h6 {
    width: 320px;
    line-height: 22px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.course-system .course-system-contents ul .public-system > p {
    width: 320px;
    margin-top: 10px;
    line-height: 22px;
    color: #333;
    font-size: 14px;
}