﻿/*
* @Author: sunjijing
* @Date:   2022-03-08 09:49:30
* @Last Modified by:   Administrator
* @Last Modified time: 2022-03-31 13:55:44
*/

.swiper-slide .eps-shadow.eps-dn { top: 20px !important; left: 0px !important; }

/* 模块样式 */
.mb50 { margin-bottom: 50px; }
.mt50 { margin-top: 50px; }
.mktit > span, .mktit > a { display: inline-block; font-size: 34px; font-weight: bold; color: #333; padding-left: 15px; border-left: 10px solid #037b38; }
.mktit .fr { display: flex; align-items: center; margin-top: 5px; }
.mktab, .mksearch { display: inline-block; }
.mktab a { display: inline-block; font-size: 16px; color: #333; margin-right: 65px; line-height: 34px; }
.mktab a.on { font-weight: bold; color: #037b38; border-bottom: 1px solid #037b38; }
.mksearch { width: 220px; height: 30px; border-radius: 30px; overflow: hidden; padding: 0 10px; border: 1px solid #e7e7e7; background: #fff; }
.mksearch input { width: 190px; float: left; height: 30px; line-height: 30px; color: #666; font-size: 14px; }
.mksearch button { width: 30px; height: 30px; float: right; background: url(../image/search_but.png) no-repeat center/18px; }

/* banner样式 */
.banner_but { position: absolute; bottom: 120px !important; z-index: 100; text-align: center; }
.banner_but span { display: inline-block; width: 20px; height: 20px; background: #fff; margin: 0 10px; border-radius: 50%; }
.banner_but span.on { background: #037b38; }
.banner_con img { width: 100%; }

/* 要闻滚动 */
.tzgg { margin-top: -75px; position: relative; z-index: 2; box-shadow: 0 5px 10px #ccc; }
.tzgg_con { float: left; background: #fff; width: 1050px; }
.tzgg_list li .p15 { padding: 15px; overflow: hidden; }
.tzgg_list li .img { width: 115px; height: 115px; overflow: hidden; float: left; }
.tzgg_list li img { transform: scale(1, 1); transition: all ease-in-out 300ms; width: 100%; height: 100%; object-fit: cover; }
.tzgg_list li:hover img { transform: scale(1.1, 1.1); }
.tzgg_list li .txt { width: 820px; float: right; margin-right: 35px; }
.tzgg_list li .date { font-size: 12px; color: #666; margin-top: 10px; }
.tzgg_list li .tit a { font-size: 16px; color: #333; line-height: 2em; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.tzgg_list li .smy { font-size: 12px; color: #666; line-height: 2em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.tzgg_list li:hover .tit a { color: #037b38; }
.tzgg_list li:hover .smy { color: #333; }
.tzgg_more_box { width: 150px; float: right; background: #037b38; }
.tzgg_more_box .more { height: 75px; line-height: 75px; text-align: center; }
.tzgg_more_box .more a { font-size: 16px; color: #fff; }
.tzgg_more_box .but { overflow: hidden; }
.tzgg_more_box .but a { display: inline-block; float: left; width: 74px; height: 75px; background: #3cbc74; border-left: 1px solid #81d4a5; }
.tzgg_more_box .but a.prev { background: #3cbc74 url(../image/tzgg_prev.png) no-repeat center; }
.tzgg_more_box .but a.next { background: #3cbc74 url(../image/tzgg_next.png) no-repeat center; }

/* 专题专栏&动态新闻 */
.mkcon { width: 585px; }

/* 专题专栏 */
.ztzl_item { position: relative; margin-bottom: 25px; overflow: hidden; }
.ztzl_item img { width: 100%; height: 250px; object-fit: cover; transform: scale(1,1); transition: all ease-in-out 500ms; }
.ztzl_item .page_name { width: 105px; height: 50px; text-align: center; line-height: 50px; background: #037b38; font-size: 16px; color: #fff; position: absolute; right: 0; top: 0; }
.ztzl_item .txt { width: 100%; padding: 20px 0; background-image: linear-gradient(rgba(0,0,0,.0), rgba(0,0,0,.7)); position: absolute; bottom: 0; }
.ztzl_item .txt p { padding: 0 20px; color: #fff; }
.ztzl_item .txt .date { font-size: 14px; margin-bottom: 10px; }
.ztzl_item .txt .tit { font-size: 16px; }
.ztzl_item:hover img { transform: scale(1.1,1.1); }

/* 新闻动态&通知公告 */
.news_tab { background: #fff; padding: 0 25px 55px; box-shadow: 0 5px 10px #ccc; }
.news_tab_hd { height: 84px; line-height: 84px; border-bottom: 1px solid #70ce99; }
.news_tab_hd span { font-size: 26px; color: #333; margin-right: 25px; display: inline-block; position: relative; cursor: pointer; }
.news_tab_hd span i { display: inline-block; width: 0; height: 0; border-style: solid; border-width: 8px; border-color: transparent transparent #037b38 transparent; position: absolute; left: 50%; margin-left: -8px; bottom: 0; display: none; }
.news_tab_hd span.on { font-weight: bold; border-bottom: 2px solid #037b38; }
.news_tab_hd span.on i { display: block; }
.news_list li { margin-top: 25px; }
.news_list li .date { font-size: 14px; color: #333; color: rgba(51,51,51,.5); }
.news_list li .tit a { font-size: 16px; color: #333; color: rgba(51,51,51,.8); line-height: 2em; display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.news_tab_item a.more { margin-top: 60px; display: inline-block; line-height: 30px; border-bottom: 1px solid #333; font-size: 14px; color: #333; }
.news_list li:hover .date, .news_list li:hover .tit a { color: #037b38; }

/* 留学服务 */
.gray { background: #f4f4f4; padding: 55px 0; }
.lxfw_flash { padding-top: 50px; }
.lxfw_list li { width: 16.66%; float: left; text-align: center; }
.lxfw_list li .icon { width: 125px; height: 125px; border-radius: 50%; background: #fff; margin: 0 auto 15px; }
.lxfw_list li img { height: 56px; margin-top: 35px; transition: all ease-in-out 500ms; transform: rotateY(0deg); }
.lxfw_list li .tit { font-size: 16px; color: #333; }
.lxfw_list li:hover img { transform: rotateY(180deg); }
.lxfw_but { display: block; width: 16px; height: 24px; position: absolute; top: 50%; margin-top: -12px; z-index: 10; }
.lxfw_but.prev_but { background: url(../image/lxfw_prev.png) no-repeat center; background-size: 100% 100%; left: 0; }
.lxfw_but.next_but { background: url(../image/lxfw_next.png) no-repeat center; background-size: 100% 100%; right: 0; }

/* 留学方案 */
.lxfa { padding: 55px 0; }
.lxfa_box { margin-top: 50px; }
.lxfa_list li { width: 280px; margin-right: 30px; float: left; margin-bottom: 10px; }
.lxfa_list li .img { width: 100%; height: 150px; overflow: hidden; box-shadow: 0 2px 5px #999; }
.lxfa_list li img { width: 100%; height: 100%; object-fit: cover; transform: scale(1,1); transition: all ease-in-out 500ms; }
.lxfa_list li p { line-height: 54px; font-size: 16px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.lxfa_list li:hover img { transform: scale(1.1,1.1); }
.lxfa_list li:hover p { color: #037b38; }
.page_box { margin-top: 30px; border-top: 1px solid #eee; padding-top: 20px; }
.page_box .page { font-size: 14px; color: #333; width: auto; float: left; line-height: 26px; }
.page_box a { display: inline-block; float: right; width: 26px; height: 26px; cursor: pointer; }
.page_box a.but_prev { background: url(../image/page_prev.png) no-repeat center/100%; }
.page_box a.but_next { background: url(../image/page_next.png) no-repeat center/100%; }
.page_box a.but_prev:hover { background: url(../image/page_prev_hov.png) no-repeat center/100%; }
.page_box a.but_next:hover { background: url(../image/page_next_hov.png) no-repeat center/100%; }

/* 项目推荐 */
.xmtj_con { overflow: hidden; }
.xmtj_list { width: 120%; }
.xmtj_list li { width: 378px; height: 128px; float: left; border: 2px solid #ccc; margin-right: 27px; text-align: center; background: #f3f3f3; }
.xmtj_list li a { display: inline-block; font-size: 26px; color: #666; font-weight: bold; line-height: 2em; margin-top: 30px; border-bottom: 1px solid #666; }
.xmtj_list li.on { background: #037b38; border-color: #037b38; }
.xmtj_list li.on a { color: #fff; border-color: #fff; }

/* 院校推荐 */
.mktit .help { margin-right: 50px; }
.mktit .help img { height: 22px; margin-right: 12px; float: left; }
.mktit .help a { font-size: 16px; color: #333; line-height: 22px; border-bottom: 1px solid #666; }
.yxtj_con { margin-top: 40px; }
.yxtj_list li { float: left; width: 170px; text-align: center; }
.yxtj_list li a { display: block; border: 1px solid #d6d6d6; padding: 20px 0; }
.yxtj_list li img { height: 80px; margin-bottom: 15px; transform: rotateY(0deg); transition: all ease-in-out 500ms; }
.yxtj_list li p { font-size: 14px; color: #454546; }
.yxtj_list li:hover img { transform: rotateY(180deg); }
.yxtj_list li:hover p { color: #037b38; }

/* 专家团队 */
.zjtd .mktab a { margin-right: 40px; }
.zjtd_box { margin-top: 20px; }
.zjtd_big { width: 820px; margin: 0 auto; }
.zjtd_big_list li .con .txt { width: 415px; }
.zjtd_big_list li .con .txt p { font-size: 14px; color: #333; line-height: 2em; margin-top: 50px; }
.zjtd_big_list li .con .txt p span { font-size: 40px; font-weight: bold; }
.zjtd_big_list li .con .txt a { display: inline-block; width: 120px; height: 36px; line-height: 36px; text-align: center; font-size: 16px; color: #fff; background: #037b38; margin-top: 15px; }
.zjtd_big_list li .con .img { width: 280px; height: 350px; padding-right: 10px; position: relative; }
.zjtd_big_list li .con img { width: 100%; height: 100%; object-fit: cover; border-radius: 50% 50% 0 0; }
.zjtd_big_list li .con .img p { position: absolute; top: 35px; right: 0; }
.zjtd_big_list li .con .img span { float: left; font-size: 14px; color: #333; line-height: 1em; width: 14px; }
.zjtd_big_list li .con .img .name { font-size: 22px; width: 22px; margin-right: 10px; }
.zjtd_small { margin-top: -7px; }
.zjtd_small .pubcon { position: relative; }
.zjtd_small_con { width: 1120px; margin: 0 auto; }
.zjtd_small_list li { width: 25%; padding: 35px 0 0; position: relative; text-align: center; border-top: 1px solid #d2d2d2; margin-top: 7px; cursor: pointer; }
.zjtd_small_list li i { display: block; width: 0; height: 0; border-radius: 50%; background: #fff; border: 3px solid #037b38; position: absolute; left: 50%; margin-left: -3px; top: -3px; }
.zjtd_small_list li.on i, .zjtd_small_list li.swiper-slide-thumb-active i { width: 10px; height: 10px; margin-left: -10px; top: -8px; }
.zjtd_small_list li img { width: 145px; height: 145px; border-radius: 50%; margin-bottom: 15px; object-fit: cover; }
.zjtd_small_list li:hover img { animation: imgRotate ease-in-out 500ms; }
.zjtd_small_list li p { font-size: 12px; color: #333; }
.zjtd_small_list li .name { font-size: 16px; margin-bottom: 10px; }
.zjtd_but { display: inline-block; width: 10px; height: 16px; }

/* 留学前线 */
.lxqx_con { -padding-top: 50px; overflow: hidden; }
.lxqx_list { width: 110%; }
.lxqx_list li { width: 380px; height: 170px; overflow: hidden; float: left; margin-right: 30px; margin-top: 30px; position: relative; }
.lxqx_list li img { width: 100%; height: 100%; object-fit: cover; transform: scale(1,1); transition: all ease-in-out 500ms; }
.lxqx_list li .txt { width: 100%; padding: 20px 0; background-image: linear-gradient(rgba(0, 0, 0, .0), rgba(0, 0, 0, .7)); position: absolute; bottom: 0; }
.lxqx_list li .txt p { padding: 0 20px; color: #fff; }
.lxqx_list li .txt .date { font-size: 14px; margin-bottom: 10px; }
.lxqx_list li .txt .tit { font-size: 16px; }
.lxqx_list li:hover img { transform: scale(1.1,1.1); }

/* 品牌文化 */
.ppwh { overflow: hidden; padding: 80px 0 55px; }
.ppwh_con { width: 105%; }
.ppwh_item { width: 276px; height: 320px; border: 1px solid #aaa; float: left; margin-right: 30px; text-align: center; position: relative; overflow: hidden; }
.ppwh_item .icon { margin-top: 60px; height: 90px; margin-bottom: 30px; }
.ppwh_item .tit { font-size: 26px; color: #999; padding-bottom: 40px; position: relative; }
.ppwh_item .tit i { display: inline-block; width: 42px; height: 1px; background: #999; position: absolute; left: 50%; margin-left: -22px; bottom: 0; }
.ppwh_item .link { width: 100%; height: 100%; position: absolute; top: 100%; left: 0; background: #037b38; transition: all ease-in-out 500ms; }
.ppwh_item .link .con { padding: 80px 40px; text-align: justify; }
.ppwh_item .link .con p { font-size: 16px; line-height: 28px; color: #fff; }
.ppwh_item .link a:hover { background: #fff; }
.ppwh_item:nth-child(1) .link { top: 0; }
.ppwh_item:nth-child(1):hover .link { top: 100%; }


/* 动画 */
@keyframes imgRotate {
	0% { transform: rotate(0deg) scale(1,1); }
	50% { transform: rotate(-10deg) scale(1.1,1.1); }
	100% { transform: rotate(10deg) scale(1,1); }
}

/* 适配样式 */
@media screen and (min-width:1600px) {
	/* 模块样式 */
	.mb50 { margin-bottom: 60px; }
	.mkcon { width: 685px; }
	.mktit > span { font-size: 40px; }
	.mksearch { width: 275px; height: 38px; }
	.mksearch button { width: 38px; height: 38px; }
	.mksearch input { width: 215px; height: 38px; line-height: 38px; }
	.mktab a { font-size: 20px; margin-right: 45px; }

	/* 通知公告 */
	.tzgg { margin-top: -90px; }
	.tzgg_con { width: 1226px; }
	.tzgg_list li .txt { width: 960px; }
	.tzgg_list li .p15 { padding: 20px; }
	.tzgg_list li .img { width: 135px; height: 135px; }
	.tzgg_list li .tit a { font-size: 18px; }
	.tzgg_list li .smy { font-size: 14px; }
	.tzgg_more_box { width: 174px; }
	.tzgg_more_box .more { height: 87px; line-height: 87px; font-size: 18px; }
	.tzgg_more_box .but a { width: 87px; height: 87px; }

	/* 新闻动态&通知公告 */
	.news_tab_hd { height: 98px; line-height: 98px; }
	.news_tab_hd span { font-size: 30px; margin-right: 30px; }
	.news_tab { padding: 0 30px 50px; }
	.news_list li { margin-top: 30px; }
	.news_list li .date { font-size: 16px; }
	.news_list li .tit a { font-size: 20px; }
	.news_tab_item a.more { margin-top: 65px; font-size: 16px; }

	/* 专题专栏 */
	.ztzl_item img { height: 288px; }
	.ztzl_item .page_name { width: 124px; height: 56px; line-height: 56px; font-size: 20px; }
	.ztzl_item .txt .date { font-size: 16px; }
	.ztzl_item .txt .tit { font-size: 20px; }

	/* 留学服务 */
	.gray { padding: 70px 0; }
	.lxfw_flash { padding-top: 55px; }

	/* 留学方案 */
	.lxfa_box { margin-top: 55px; }
	.lxfa_list li .img { height: 170px; }
	.lxfa_list li p { font-size: 20px; line-height: 60px; }
	.page_box .page { font-size: 16px; }
	.page_box a { width: 30px; height: 30px; }

	/* 项目推荐 */
	.xmtj_list li { width: 445px; height: 148px; margin-right: 32px; }
	.xmtj_list li a { margin-top: 38px; }

	/* 院校推荐 */
	.mktit .help a { font-size: 20px; }
	.yxtj_list li img { height: 96px; }
	.yxtj_list li p { font-size: 16px; }

	/* 专家推荐 */
	.zjtd_big { width: 960px; }
	.zjtd_big_list li .con .txt { width: 52%; }
	.zjtd_big_list li .con .txt p { font-size: 16px; margin-top: 70px; }
	.zjtd_big_list li .con .txt p span { font-size: 46px; }
	.zjtd_big_list li .con .txt a { width: 140px; height: 40px; line-height: 40px; font-size: 20px; }
	.zjtd_big_list li .con .img { width: 340px; height: 400px; }
	.zjtd_big_list li .con .img .name { font-size: 26px; width: 26px; }
	.zjtd_big_list li .con .img span { font-size: 16px; width: 16px; }
	.zjtd_small_con { width: 1300px; }
	.zjtd_small_list li { padding-top: 40px; }
	.zjtd_small_list li img { width: 170px; height: 170px; }
	.zjtd_small_list li p { font-size: 14px; }
	.zjtd_small_list li .name { font-size: 20px; }

	/* 品牌文化 */
	.ppwh { padding: 95px 0 65px; }
	.ppwh_item { width: 327px; height: 375px; }
	.ppwh_item .icon { margin-top: 85px; }
	.ppwh_item .tit { font-size: 30px; }
	.ppwh_item .link .con p { font-size: 20px; line-height: 32px; }

	/* 留学前线 */
	.lxqx_list li { width: 446px; height: 190px; }
}

@media screen and (max-width:1200px) {
	/* 模块样式 */
	.mktit .fr { float: none; }
	.mksearch { display: flex; }
	.mksearch input { width: 85%; }

	/* banner */
	.banner_but { bottom: 30px !important; }

	/* 通知公告 */
	.tzgg { margin-top: 0; box-shadow: none; margin-bottom: 0; }
	.tzgg_list li .p15 { padding: 15px 0; width: 100%; display: flex; }
	.tzgg_list li .img { margin-right: 20px; }
	.tzgg_list li .txt { width: calc(100% - 150px); margin-right: 0; }
	.tzgg_con { width: calc(100% - 170px); }
	.tzgg_more_box { margin: 15px 0; }
	.tzgg_more_box .more { height: 60px; line-height: 60px; }
	.tzgg_more_box .but a { height: 55px; width: 75px; }

	/* 专题专栏&动态新闻 */
	.mkcon { width: 48%; }

	/* 项目推荐 */
	.xmtj_list { width: 100%; display: flex; justify-content: space-between; }
	.xmtj_list li { width: 31%; margin-right: 0; }
	.xmtj_list li a { font-size: 20px; font-weight: normal; }

	/* 专家推荐 */
	.zjtd_small_con { width: 100%; }

	/* 视频课堂 */
	.lxqx_list { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
	.lxqx_list li { width: 31%; margin-right: 0; }

	/* 品牌宣传 */
	.ppwh_con { width: 100%; display: flex; justify-content: space-between; }
	.ppwh_item { width: 23%; margin-right: 0; }
	.ppwh_item .link .con { padding: 15px; }
}

@media screen and (max-width:1025px) {
	/* banner */
	.banner_but span { width: 15px; height: 15px; margin: 0 5px; }

	/* 通知公告 */
	.tzgg_con { width: calc(100% - 120px); }
	.tzgg_more_box { width: 100px; }
	.tzgg_more_box .but a { width: 50px; }

	/* 专家推荐 */
	.zjtd_big { width: 92%; }
	.zjtd_big_list li .con .txt { width: 40%; }

	.mkcon { width: 100%; float: none; }

	/* 品牌文化 */
	.ppwh_con { flex-wrap: wrap; }
	.ppwh_item { width: 48%; float: none; margin-bottom: 10px; }
}

@media screen and (max-width:769px) {
	.mktit .fr { flex-wrap: wrap; }
	.mksearch { width: 100%; margin-top: 10px; height: 40px; }
	.mksearch input { width: 95%; height: 40px; line-height: 40px; }
	.mksearch button { width: 40px; height: 40px; }

	#yxtj .mktit { position: relative; }
	.mktit .help { margin-right: 0; position: absolute; top: 10px; right: 0; }

	.xmtj_list { flex-wrap: wrap; }
	.xmtj_list li { width: 100%; float: none; }

	.lxqx_list li { width: 48%; }
}

@media screen and (max-width:561px) {
	.mktit > span, .mktit > a { font-size: 24px; }
	.mktab a { font-size: 14px; margin-right: 15px; }
	.mb50 { margin-bottom: 20px; }

	.tzgg_con { width: 100%; }
	.tzgg_more_box { display: none; }

	.ztzl_item img { height: 45vw; }

	.news_tab { padding: 0; box-shadow: none; background: none; margin-top: 15px; }
	.news_tab_hd { height: 50px; line-height: 50px; }
	.news_tab_hd span { font-size: 20px; }
	.news_list li { margin-bottom: 15px; }
	.news_list li .tit a { font-size: 14px; }
	.news_tab_item a.more { margin-top: 15px; }

	.lxfw_flash { margin-top: 20px; }
	.lxfw_list li .icon { width: 80px; height: 80px; margin: 0 auto 5px; }
	.lxfw_list li img { height: 40px; margin-top: 20px; }
	.lxfw_list li .tit { font-size: 14px; }

	.lxfa { padding: 20px 0; }
	.lxfa_box { margin-top: 20px; }
	.lxfa_list li .img { height: 22vw; }
	.lxfa_list li p { font-size: 14px; line-height: 2em; }
	.page_box { padding-top: 10px; margin-top: 10px; }

	.xmtj_list li { height: 80px; margin-bottom: 10px; }
	.xmtj_list li a { margin-top: 15px; }

	.zjtd .mktab a { margin-right: 15px; }
	.zjtd_big_list li .con .txt { width: 100%; float: none; }
	.zjtd_big_list li .con .img { width: 70%; height: auto; padding-right: 0; float: none; margin: 20px auto 0; }

	.lxqx_list li { width: 100%; }

	.ppwh { padding: 20px 0; }
	.ppwh_item .icon { height: 50px; }
}