@import url(font-awesome.min.css);
@import url(animate.min.css);

/* 公用样式表*/
body, ul, li, dl, dt, dd, h1, h2, h3, h4, p, div { margin: 0; padding: 0; list-style: none; }
img { border: none; }
.clear { clear: both; }
h1, h2.h3, h4 { font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; color: #333; }
* { padding: 0; margin: 0; -webkit-transform-style: preserve-3d; -webkit-transform-style: flat; }
html, body { margin: 0px; width: 100%; height: 100%; }
body { font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei", "Luxi Sans", "DejaVu Sans", Tahoma, "Hiragino Sans GB", STHeiti; color: #444; overflow-x: hidden; }
body#gray { background: #f2f2f2; }
.test_height { line-height: 27px; }
.clear { clear: both; }
.fa { margin-right: 5px; }
.row { width: 1240px; margin: 0 auto; position: relative; }
.overpaly { position: absolute; width: 100%; height: 100%; background-color: #000; background-color: rgba(0, 0, 0, 0.15); z-index: 11; }
.red { color: #cc1f3c; }
.orange { color: #f08200; }
.yellow { color: #f8b62b; }
.green { color: #009944; }
.blue { color: #28a7e1; }
.deongaree { color: #122a88; }
.fl { float: left }
.fr { float: right }
input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; }
textarea { -webkit-appearance: none; }

/*鼠标hover移入效果*/
a:hover, .xzly_box_title:hover, .fwtd_box_title:hover, .send_buttom:hover, .qypx_lc_cont:hover { -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

/*鼠标移出效果*/
a, .h_baner_box p, .tj_bot_word, .xzly_box_title, .fwtd_box_title, .send_buttom, .qypx_lc_cont { transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; }

/* css3鼠标经过图片放大 */
.xzly_box_l img, .xzly_box_r img, .zysz_box img { -webkit-transition: all ease .3s; transition: all ease .3s }
.xzly_box_l img:hover, .xzly_box_r img:hover, .zysz_box img:hover { -webkit-transform: scale(1.15); transform: scale(1.15); -webkit-transition: all 0.6s ease-in-out; -moz-transition: all 0.6s ease-in-out; -o-transition: all 0.6s ease-in-out; -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out; }
@keyframes scal {
	from { -webkit-transform: scale(1, 1); }
	to { -webkit-transform: scale(1.1, 1.1); }
}
@-webkit-keyframes scal {
	from { -webkit-transform: scale(1, 1); }
	to { -webkit-transform: scale(1.1, 1.1); }
}

/***首页头部***/
.h_top { float: left; width: 100%; }
.h_top_left { float: left; width: 30%; }
.h_logo { margin: 26px 0px; }
.h_logo:hover { filter: alpha(opacity=90); opacity: 0.9; }
.h_top_right { float: right; width: 70%; }
.h_top_right_top { float: left; width: 100%; margin-top: 15px; font-size: 12px; }
.h_top_right_top a { color: #666; text-decoration: none; padding: 0 4px; }
.h_top_right_top a:hover { color: #c41e3a; text-decoration: underline; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.h_top_right_top span { float: right; }
.h_top_right_bottom { float: left; width: 100%; margin-top: 12px; position: relative; }
.h_menu { float: right; position: relative; }
.h_menu li { float: left; }
.h_menu li a { color: #333; text-decoration: none; line-height: 27px; display: block; padding: 8px 16px; }
.h_menu li a:hover { background: #333; color: #fff; display: block; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }

/**下拉菜单**/
.wap-nav { display: none }
.nav { float: right; }
.nav>ul>li { float: left; position: relative; z-index: 10; }
.nav>ul>li>a { color: #17375e; text-decoration: none; line-height: 27px; display: block; padding: 10px 16px; }
.nav>ul>li.cur>a { color: #fff; background: #17375e; }
.nav>ul>li .nav-down { display: block; background: #17375e; padding: 10px 0px; position: absolute; width: 165px; top: 47px; right: 0; display: none; z-index: 998; }

/* 下拉样式 */
.nav>ul>li .nav-down li { position: relative; }
.nav>ul>li .nav-down li i { color: #999; position: absolute; font-size: 14px; height: 20px; width: 20px; text-align: center; top: 50%; margin-top: -10px; line-height: 20px; left: 7px; }
.nav>ul>li .nav-down li a { color: #17375e; display: block; background: #17375e; color: white; line-height: 27px; text-align: center; padding: 5px 0px; font-size: 14px; text-decoration: none; }
.nav>ul>li .nav-down li a.cur { background: red }
.nav>ul>li .nav-down li a:hover, .nav>ul>li .nav-down li.cur a { background: #1c416e; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.nav>ul>li .nav-down li .nav-down-children { position: absolute; background-color: #1c416e; padding: 10px 0; width: 200px; color: white; display: none; left: -200px; top: 0; z-index: 999 }
.nav>ul>li .nav-down li .nav-down-children a:hover { background: #17375e; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }

/***banner***/
.h_banner { float: left; width: 100%; position: relative; overflow: hidden; background: #f0f0f0;}
.h_banner_img { float: left; width: 100%; overflow: hidden;  position:relative;}
.h_banner img { width: 100%;    /**图片放大缩小CSS3**/ transform: scale(1, 1.15); -webkit-transform: scale(1, 1.15); animation: scal 15s ease infinite alternate; -webkit-animation: scal 15s ease infinite alternate;    /**图片放大缩小CSS3**/ }
.h_baner_box { position: absolute; width: 380px; padding: 30px 40px; background-color: rgba(255, 255, 255, 0.7); z-index: 5; margin-top:11%; margin-left: 6%; }
.h_baner_box h2 { color: #444; font-size: 26px; line-height: 38px; }
.h_baner_box h2 span { font-family: Georgia, "Times New Roman", Times, serif; }
.h_baner_box p { margin-top: 20px; background: #c41e3a; text-align: center; font-size: 28px; color: #fff; line-height: 52px; text-decoration: none; }
.h_baner_box p:hover { color: #ffba2b; text-decoration: none; background: #122a88; padding-left: 10px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.h_baner_box a { text-decoration: none; letter-spacing: 8px; }


/* 视频 */
.video-icon{ width: 170px; height:46px; margin-top:18px;  line-height:46px;  background:#c41e3a url(../images/video-icon.png) no-repeat center; position:absolute;  cursor: pointer; color: #fff; text-align: center;}

.video-icon:hover{ background:#f3811d url(../images/video-icon.png) no-repeat center; }

.video-icon i{ display: inline-block; height:46px; width: 27px;  background: url(../images/video-icon.png) no-repeat center; vertical-align:top; margin-right:15px; }
.video-icon span{ display: inline-block; font-size: 22px; }

.video-pop{ position:fixed; left:50%; top:50%;  width: 50%; z-index: 999; border: 5px solid #000; border-radius:5px;
 -webkit-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);  display: none}

.video-close-icon{ position: absolute; right: -40px; top: -40px; background:#000 url(../images/close-icon.png) no-repeat center; width: 30px; height:30px; cursor: pointer; border-radius: 50%;  }

.video-close-icon:hover{ background:#c9151e url(../images/close-icon.png) no-repeat center;  }

.video-mask { background-color: #000; background-color: rgba(0, 0, 0, 0.6); height: 100%; width: 100%; top: 0; left: 0; position: fixed; display: none; z-index: 11;  }







/***首页内容***/
.services { float: left; width: 100%; }
.services_top { float: left; width: 100%; margin-top: 2%; }
.services_top_left { float: left; width: 49%; overflow: hidden; margin-right: 1%; position: relative; }
.services_top_left img { width: 100%; transition: all .5s; }
.services_top_left:hover img { transform: scale(1.10, 1.10); }

/*线条动画CSS3*/
.services_top_left .font::before, .services_top_left .font::after { position: absolute; content: ''; opacity: 0; transition: all 0.5s; }
.services_top_left .font::before { top: 25px; right: 15px; bottom: 25px; left: 15px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: scale(0, 1); -webkit-transform-origin: 0 0; transform-origin: 0 0 }
.services_top_left .font::after { top: 15px; right: 25px; bottom: 15px; left: 25px; border-right: 1px solid #fff; border-left: 1px solid #fff; transform: scale(1, 0); transform-origin: 100% 0; }
.services_top_left:hover .font::before, .services_top_left:hover .font::after { opacity: 1; transform: scale(1); transition: all 0.5s; }

/*线条动画CSS3结束*/
.services_top_right { float: right; width: 49%; margin-left: 1%; height: 100%; }
.services_top_right_top { float: left; width: 100%; height: 48%; margin-bottom: 2%; overflow: hidden; position: relative; }
.services_top_right_bottom { float: left; width: 100%; height: 48%; margin-top: 2%; overflow: hidden; position: relative; }
.services_bottom { float: left; width: 100%; margin-top: 2%; margin-bottom: 5%; }
.services_bottom_l { float: left; width: 49%; margin-right: 1%; position: relative; overflow: hidden; }
.services_bottom_r { float: right; width: 49%; margin-left: 1%; position: relative; overflow: hidden; }
.services_top_right_top img, .services_top_right_bottom img, .qypx_kc_r_img2 img, .pxkc_kc_r_img2 img { width: 100%; transition: all .5s; }
.services_top_right_top:hover img, .services_top_right_bottom:hover img, .qypx_kc_r_img2:hover img, .pxkc_kc_r_img2:hover img { transform: scale(1.10, 1.10); }
.services_bottom_l img, .services_bottom_r img { width: 100%; transition: all .5s; }
.services_bottom_l:hover img, .services_bottom_r:hover img { transform: scale(1.10, 1.10); }

/*线条动画CSS3*/
.services_top_right_top .font::before, .services_top_right_top .font::after { position: absolute; content: ''; opacity: 0; transition: all 0.5s; }
.services_top_right_top .font::before { top: 25px; right: 15px; bottom: 25px; left: 15px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: scale(0, 1); -webkit-transform-origin: 0 0; transform-origin: 0 0 }
.services_top_right_top .font::after { top: 15px; right: 25px; bottom: 15px; left: 25px; border-right: 1px solid #fff; border-left: 1px solid #fff; transform: scale(1, 0); transform-origin: 100% 0; }
.services_top_right_top:hover .font::before, .services_top_right_top:hover .font::after { opacity: 1; transform: scale(1); transition: all 0.5s; }
.services_top_right_bottom .font::before, .services_top_right_bottom .font::after { position: absolute; content: ''; opacity: 0; transition: all 0.5s; }
.services_top_right_bottom .font::before { top: 25px; right: 15px; bottom: 25px; left: 15px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: scale(0, 1); -webkit-transform-origin: 0 0; transform-origin: 0 0 }
.services_top_right_bottom .font::after { top: 15px; right: 25px; bottom: 15px; left: 25px; border-right: 1px solid #fff; border-left: 1px solid #fff; transform: scale(1, 0); transform-origin: 100% 0; }
.services_top_right_bottom:hover .font::before, .services_top_right_bottom:hover .font::after { opacity: 1; transform: scale(1); transition: all 0.5s; }

/*线条动画CSS3结束*/

/*线条动画CSS3*/







.services_bottom_l .font::before, .services_bottom_l .font::after { position: absolute; content: ''; opacity: 0; transition: all 0.5s; }
.services_bottom_l .font::before { top: 25px; right: 15px; bottom: 25px; left: 15px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: scale(0, 1); -webkit-transform-origin: 0 0; transform-origin: 0 0 }
.services_bottom_l .font::after { top: 15px; right: 25px; bottom: 15px; left: 25px; border-right: 1px solid #fff; border-left: 1px solid #fff; transform: scale(1, 0); transform-origin: 100% 0; }
.services_bottom_l:hover .font::before, .services_bottom_l:hover .font::after { opacity: 1; transform: scale(1); transition: all 0.5s; }
.services_bottom_r .font::before, .services_bottom_r .font::after { position: absolute; content: ''; opacity: 0; transition: all 0.5s; }
.services_bottom_r .font::before { top: 25px; right: 15px; bottom: 25px; left: 15px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: scale(0, 1); -webkit-transform-origin: 0 0; transform-origin: 0 0 }
.services_bottom_r .font::after { top: 15px; right: 25px; bottom: 15px; left: 25px; border-right: 1px solid #fff; border-left: 1px solid #fff; transform: scale(1, 0); transform-origin: 100% 0; }
.services_bottom_r:hover .font::before, .services_bottom_r:hover .font::after { opacity: 1; transform: scale(1); transition: all 0.5s; }

/*线条动画CSS3结束*/
.h_img_title { position: absolute; z-index: 2; color: #fff; font-size: 24px; display: block; bottom: 35px; left: 40px; background: url(../images/icon0.png) no-repeat left; padding-left: 32px; font-weight: bold; }
.h_company { float: left; width: 100%; background: #f6f6f6; margin-bottom: 5%; }
.h_company_l { float: left; width: 69%; }
.h_company_l h2 { display: block; padding: 7% 7% 0% 7%; line-height: 25px; font-size: 32px; color: #002b7f; }
.h_company_l p { display: block; padding: 3% 7% 7% 7%; line-height: 25px; font-size: 14px; text-align: justify; text-justify: inter-ideograph }
.h_company_r { float: right; position: relative; width: 31%; }
.h_company_img { position: absolute; width: 92%; left: 0px; top: -25px; }
.h_company_img img { width: 100%; }
.tj_bottom { float: left; width: 90%; background: #002b7f; margin-bottom: 3%; padding: 3% 5%; color: #fff; }
.tj_bot_l { float: left; width: 60%; }
.tj_bot_r { float: right; width: 40%; text-align: right; }
.tj_bot_r a { float: right; position: relative; width: 321px; background: url(../images/tjbot.png) no-repeat right; height: 52px; color: #fff; }
.tj_bot_r a:hover { color: #f8b62b; /* padding-left: 10px; */ -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.tj_bot_word { float: left; text-align: center; padding-left: 100px; font-size: 16px; margin-top: 12px; line-height: 41px; }
.tj_bot_word:hover { padding-left: 110px; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.tj_24 { font-size: 24px; padding-bottom: 5px; font-weight: bold; }
.tj_16 { font-size: 16px; letter-spacing: 7px }
.pic-mask { display: none; }

/***首页底部***/
.footer { float: left; width: 100%; background: #2e2e2e; }
.footer_top { float: left; width: 100%; }
.footer_top_t { float: left; width: 100%; border-bottom: 1px solid #3f3f3f; font-size: 12px; color: #c4c4c4; line-height: 50px; }
.footer_top_t a { color: #c4c4c4; text-decoration: none; }
.footer_top_t a:hover { color: #f8b62b; text-decoration: none; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.footer_top_b { float: left; width: 100%; padding: 3% 0 3% 0; }
.footer_top_b_left { float: left; width:100%; color: #ccc; }
.footer_top_b_left h2 { color: #fff; font-size: 16px; margin-bottom: 15px; }
.footer_top_b_left p { line-height: 27px; font-size: 12px; margin-bottom: 50px; }
.footer_top_b_left a { color: #c4c4c4; }
.footer_top_b_left a:hover { color: #cc1f3c; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.footer_top_b_right { float: right; width:100%; margin-top: 25px; }
.footer_top_b_right_list { float: left; width: 100%; }
.footer_top_b_right_list li { float: left; width:16.666%; position: relative; margin-bottom: 12px; }
.footer_top_b_right_list li p { position: absolute; height: 25px; width: 100%; display: none }
.footer_top_b_right_list li span { float: left; width: 100%; font-size: 16px; color: #fff; font-weight: bold; margin-bottom: 15px; }
.footer_top_b_right_list li span i { display: none }
.footer_top_b_right_list li a { font-size: 12px; width: 100%; display: block; line-height: 27px; color: #c4c4c4; text-decoration: none; }
.footer_top_b_right_list li a:hover { color: #cc1f3c; text-decoration: underline; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.footer_bottom { float: left; width: 100%; background: #262626; }
.footer_bottom_l { float: left; padding: 2% 0; font-size: 14px; color: #c4c4c4; width: 80%; }
.footer_bottom_r { float: right; width: 20%; text-align: right; font-size: 12px; color: #f6f6f6; padding: 2% 0; }
.footer_bottom a { color: #f6f6f6; text-decoration: none; padding: 1px 3px; }
.footer_bottom a:hover { color: #c41e3a; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
#topcontrol { filter: alpha(opacity=80); opacity: 0.8; z-index: 99999; }
#topcontrol img { filter: alpha(opacity=750); -moz-opacity: 0.75; -khtml-opacity: 0.75; opacity: 0.75; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
#topcontrol:hover img { filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; }

/*外教服务*/
.wjfw_profiles { float: left; width: 100%; }
.wjfw_profiles h2 { margin: 3% auto 2%; font-size: 32px; text-align: center; color: #002b7f; width: 360px; position: relative; line-height: 48px; }
.wjfw_profiles_bg { float: left; width: 100%; background: #f6f6f6; margin-top: 3%; margin-bottom: 3%; }
.wjfw_profiles_bg h2 { margin: 0 auto; font-size: 28px; text-align: center; color: #002b7f; width: 300px; position: relative; line-height: 48px; }
.wj_lt_line { position: absolute; width: 20px; height: 20px; border-top: 1px solid #666; border-left: 1px solid #666; top: 0px; left: 0px; z-index: 5; }
.wj_rb_line { position: absolute; width: 20px; height: 20px; border-bottom: 1px solid #666; border-right: 1px solid #666; bottom: 0px; right: 0px; z-index: 5; }
.wjfw_word_pic { width: 37%; float: left; margin: 0px 0px 0px 3%; position: relative; }
.wjfw_word_pic_inner { position: absolute; width: 100%; top: -25px; }
.wjfw_word_pic_inner img { width: 100%; }
.wjfw_word { float: right; width: 54%; font-size: 16px; line-height: 27px; margin: 4% 3% 4% 3%; text-align: justify; }
.wjfw_word p { padding: 10px 0px; }
.xzly_img { float: left; width: 100%; margin: 5% 0px 3% 0px; }
.xzly_img h2 { margin: 0 auto; font-size: 32px; text-align: center; color: #002b7f; width: 350px; position: relative; line-height: 48px; }
.xzly_box { float: left; width: 100%; margin-top: 2%; margin-bottom: 5%; }
.xzly_box_l { float: left; width: 49%; margin-right: 1%; position: relative; overflow: hidden; }
.xzly_box_r { float: right; width: 49%; margin-left: 1%; position: relative; overflow: hidden; }
.xzly_box_title { position: absolute; width: 100%; padding: 8px 0px 8px 20px; z-index: 2; color: #fff; font-size: 24px; display: block; font-weight: bold; bottom: 0px; background: #c41e3a; }
.xzly_box_l img, .xzly_box_r img { width: 100%; }
.xzly_box_l:hover .xzly_box_title { background: #002b7f; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.xzly_box_r:hover .xzly_box_title { background: #002b7f; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }

/*我们卓越的师资*/
.zysz_box { float: left; width: 100%; overflow: hidden; }
.zysz_box_inner { width: 104%; float: left; margin: 3% 0px 2% 0px; }
.zysz_box_l { float: left; width: 31%; margin-right: 2%; background: #0CC; position: relative; overflow: hidden; background: #000; margin-bottom: 4%; }
.zysz_box_title { position: absolute; text-align: center; width: 100%; padding: 10px 0px 10px 0px; z-index: 6; color: #fff; font-size: 20px; display: block; font-weight: bold; bottom: 0px; background: #444; }
.zysz_box img { width: 100%; }
.overpaly_box { position: absolute; width: 100%; height: 100%; background-color: #000; background-color: rgba(0, 0, 0, 0.25); z-index: 2; }
.zysz_box_l:hover .overpaly_box { background-color: rgba(0, 0, 0, 0.7); z-index: 2; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.zysz_box_l:hover .zysz_box_title { background: #c41e3a; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.zysz_word { position: absolute; z-index: 7; margin: 40% 15% 0px 15%; color: #fff; font-size: 18px; line-height: 27px; }
.icon_title { background: url(../images/icon2.png) no-repeat center; width: 30px; height: 40px; display: block; margin: 0 auto; }

/*最专业的的服务团队*/
.fwtd_img { float: left; width: 100%; margin: 4% 0px 3% 0px; }
.fwtd_img h2 { margin: 0 auto; font-size: 28px; text-align: center; color: #002b7f; width: 320px; position: relative; line-height: 52px; }
.fwtd_img h3 { text-align: center; font-size: 20px; margin: 0 auto; margin-top: 30px; margin-bottom: 20px; color: #222; }
.fwtd_img p { text-align: center; font-size: 18px; width: 60%; margin: 2% auto 0; line-height: 30px; }
.fwtd_box { float: left; width: 100%; margin-top: 2%; margin-bottom: 4%; }
.fwtd_box_l { width: 24%; margin-right: 0.5%; margin-left: 0.5%; float: left; margin-bottom: 3%; position: relative; }
.fwtd_box img { width: 100%; }
.fwtd_box_title { position: absolute; text-align: center; width: 100%; padding: 10px 0px 10px 0px; z-index: 6; color: #fff; font-size: 16px; display: block; bottom: 0px; background-color: rgba(68, 68, 68, 0.9); }
.zw { font-size: 12px; margin-top: 5px; }
.fwtd_box_l:hover .fwtd_box_title { padding: 15px 0px 15px 0px; background-color: rgba(196, 30, 58, 0.9); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }

/*FT外教老师对话*/
.wmftdh_img { float: left; width: 100%; margin: 5% 0px 3% 0px; }
.wmftdh_img h2 { margin: 0 auto; font-size: 28px; text-align: center; color: #002b7f; width: 280px; position: relative; line-height: 52px; }
.wmftdh_img h3 { text-align: center; font-size: 20px; margin: 0 auto; margin-top: 30px; margin-bottom: 20px; color: #222; }
.wmftdh_img p { text-align: center; font-size: 16px; width: 60%; margin: 0 auto; line-height: 27px; }
.ft_box { float: left; width: 100%; overflow: hidden; }
.ft_box_inner { width: 104%; float: left; margin: 3% 0px 2% 0px; }
.ft_box_left { float: left; width: 46%; position: relative; margin-right: 4%; margin-bottom: 5%; border: 1px solid #c9c9c9; border-radius: 5px; box-sizing: border-box; -moz-box-sizing: border-box;    /* Firefox */ -webkit-box-sizing: border-box;    /* Safari */ }
.ft_box_left:hover { border-radius: 0px; background: url(../images/rightjl.png) no-repeat top left; border: 1px solid #c41e3a; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.ft_icon { width: 40px; height: 34px; background: #FFF; position: absolute; top: -18px; left: 47%; text-align: center; }
.ft_icon_title { width: 100%; text-align: center; margin-top: 40px; font-size: 13px; color: #888; }
.ft_icon_title span { margin: 0px 10px; }
.ft_main { margin: 5% 5% 5%; }
.ft_main_left { float: left; width: 35%; margin-right: 5%; padding-bottom: 8%; }
.ft_main_left_img { width: 100%; float: left; }
.ft_main_left_img img { width: 100%; border-radius: 8px; }
.ft_main_right { float: right; width: 60%; padding-bottom: 8%; }
.ft_main_right h3 { float: left; width: 100%; color: #c41e3a; font-size: 20px; margin-bottom: 10px; margin-top: 5px; }
.ft_main_right p { float: left; width: 100%; font-size: 14px; line-height: 26px; text-align: left; margin-top: 15px; }
.ft_main_right p span { font-size: 28px; color: #28a7e1; margin: 0px 8px; }
.ft_box_left:hover .ft_main_bottom a { display: block; background: #c41e3a; color: #fff; border: 1px solid #c41e3a; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.ft_box_left:hover .ft_main_left_img { filter: alpha(opacity=80); opacity: 0.8; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.ft_main_bottom { float: left; margin-top: 8%; display: block; line-height: 36px; text-align: center; color: #c41e3a; text-decoration: none; width: 100%; border: 1px solid #c9c9c9; box-sizing: border-box; -moz-box-sizing: border-box;    /* Firefox */ -webkit-box-sizing: border-box;    /* Safari */ }
.ft_main_bottom a { color: #c41e3a; text-decoration: none; line-height: 36px; }

/*我们的外教老师*/
.cheersfw_img { float: left; width: 100%; }
.cheersfw_img h2 { margin: 0 auto; font-size: 32px; text-align: center; color: #002b7f; width: 400px; position: relative; line-height: 48px; }
.cheersfw_img h3 { text-align: center; font-size: 20px; margin: 0 auto; margin-top: 30px; margin-bottom: 20px; color: #222; }
.cheersfw_img p { text-align: center; font-size: 16px; width: 60%; margin: 0 auto; line-height: 27px; }
.cheersfw_word { width: 100%; text-align: center; float: left; margin: 30px auto 0px auto; }
.cheersfw_word p { margin: 0 auto; width: 74%; line-height: 27px; text-align: center; }
.chfw_22 { font-size: 22px; color: #002b7f; font-weight: bold; line-height: 27px; }
.cheerskecheng_bg { float: left; width: 84%; background: #f6f6f6; padding: 5% 8% 10% 8%; }
.cheerskecheng { float: left; width: 100%; margin-top: 4%; }
.cheerskecheng li { float: left; width: 25%; }
.cheerskecheng li span { margin: 0 auto; text-align: center; display: block; color: #fff; font-size: 16px; line-height: 120px; }
.lanren { width: 66px; height: 120px; margin: 100px auto; background-color: #c41e3a; position: relative; }
.lanren::before { content: ""; width: 0; height: 0; position: absolute; left: -35px; top: 0; border-right: 35px solid #c41e3a; border-top: 60px solid transparent; border-bottom: 60px solid transparent; }
.lanren::after { content: ""; width: 0; height: 0; position: absolute; right: -35px; top: 0; border-left: 35px solid #c41e3a; border-top: 60px solid transparent; border-bottom: 60px solid transparent; }
.wmdwj_img { float: left; width: 100%; margin: 5% 0px 3% 0px; }
.wmdwj_img h2 { margin: 0 auto; font-size: 32px; text-align: center; color: #002b7f; width: 240px; position: relative; line-height: 48px; }
.wmdwj_img h3 { text-align: center; font-size: 20px; margin: 0 auto; margin-top: 30px; margin-bottom: 20px; color: #222; }
.wmdwj_img p { text-align: center; font-size: 16px; width: 60%; margin: 0 auto; line-height: 27px; }
.teacher_box { float: left; width: 100%; overflow: hidden; }
.teacher_box_inner { width: 104%; float: left; margin: 3% 0px 2% 0px; }
.teacher_box_left { float: left; width: 46%; position: relative; margin-right: 4%; margin-bottom: 5%; border: 1px solid #c9c9c9; box-sizing: border-box; -moz-box-sizing: border-box;    /* Firefox */ -webkit-box-sizing: border-box;    /* Safari */ }
.teacher_box_left:hover { border: 1px solid #c41e3a; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.teacher_icon { width: 40px; height: 34px; background: #FFF; position: absolute; top: -18px; left: 47%; text-align: center; }
.teacher_icon_title { width: 100%; text-align: center; margin-top: 40px; font-size: 13px; color: #888; }
.teacher_icon_title span { margin: 0px 10px; }
.teacher_main { margin: 5% 5% 5%; }
.teacher_main_left { float: left; width: 35%; margin-right: 5%; padding-bottom: 8%; }
.teacher_main_left_img { width: 100%; float: left; }
.teacher_main_left_img img { width: 100%; }
.teacher_main_right { float: right; width: 60%; padding-bottom: 8%; }
.teacher_main_right h3 { float: left; width: 100%; color: #002b7f; font-size: 20px; margin-bottom: 10px; margin-top: 5px; }
.teacher_main_right p { float: left; width: 100%; font-size: 14px; line-height: 25px; }
.teacher_box_left:hover .teacher_main_bottom a { display: block; background: #c41e3a; color: #fff; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.teacher_box_left:hover .teacher_main_bottom { border: 1px solid #c41e3a; }
.teacher_main_bottom { float: left; margin-top: 8%; display: block; line-height: 36px; text-align: center; color: #c41e3a; text-decoration: none; width: 100%; border: 1px solid #c9c9c9; box-sizing: border-box; -moz-box-sizing: border-box;    /* Firefox */ -webkit-box-sizing: border-box;    /* Safari */ }
.teacher_main_bottom a { color: #c41e3a; text-decoration: none; line-height: 36px; }
.more-teacher { text-align: center; background-color: #cc1f3c; clear: both; padding: 13px 10px; color: white; cursor: pointer; margin-bottom: 3%; font-size: 16px; font-weight: bold; }
.more-teacher:hover { background-color: #122a88; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }

/*培训服务*/
.qypx_fw { float: left; width: 84%; padding: 5% 8% 0; }
.qypx_fw h2 { margin: 0 auto; font-size: 32px; text-align: center; color: #002b7f; width: 360px; position: relative; line-height: 48px; }
.qypx_lc { width: 100%; float: left; }
.qypx_lc h2 { font-size: 26px; color: #222; text-align: center; margin-bottom: 3% }
.title-line { height: 1px; background-color: #000; display: inline-block; width: 95px; margin-top: 14px }
.qypx_lc_inner { position: relative; }
.qypx_lc_inner>img { width: 100%; }
.qypx_lc_cont { position: absolute; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.45); top: 0; left: 0; }
.qypx_lc_cont:hover { background-color: rgba(0, 0, 0, 0.6); -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.qypx_lc_cont ul { width: 80%; margin: 8% auto 0; }
.qypx_lc_cont li { width: 25%; float: left; color: white; text-align: center; font-size: 18px;  }
.qypx_lc_cont li i { margin: 0 auto 8%; height: 20%; display: block; }
.qypx_lc_cont li i img { height: 100% }
.qypx_kc { width: 100%; float: left; margin-top: 5%; }
.qypx_kc h2 { margin: 0 auto 35px auto; font-size: 32px; text-align: center; color: #002b7f; width: 220px; position: relative; line-height: 48px; }
.qypx_kc_inner { margin-bottom: 2% }
.qypx_kc_l, .qypx_kc_r { display: table-cell; vertical-align: top; box-sizing: border-box; }
.qypx_kc_l { background-color: #c41e3a; width: 30%; color: white; padding: 5% 3%; line-height: 27px; }
.qypx_kc_l h3 { font-size: 28px; margin-bottom: 8%; }
.qypx_kc_r { width: 70%; }
.qypx_kc_r_img { margin-left: 3%; width: 97%; overflow: hidden; }
.qypx_kc_r img { width: 100%; }
.qypx_kc_inner2 { margin-bottom: 6% }
.qypx_kc_l_2, .qypx_kc_r_2 { display: table-cell; vertical-align: top; box-sizing: border-box; }
.qypx_kc_l_2 { background-color: #323232; width: 30%; color: white; padding: 5% 3%; line-height: 27px }
.qypx_kc_l_2 h3 { font-size: 28px; margin-bottom: 8% }
.qypx_kc_r_2 { width: 70%; }
.qypx_kc_r_2_img { margin-right: 3%; width: 97%; overflow: hidden; }
.qypx_kc_r_2 img { width: 100%; }
.wjfw_word2 { margin: 3% 12%; width: 76%; font-size: 16px; line-height: 27px; text-align: center; }

/*线条动画CSS3*/
.qypx_kc_r_img2, .pxkc_kc_r_img2 { position: relative; width: 100% }
.qypx_kc_r_img2 .font::before, .qypx_kc_r_img2 .font::after, .pxkc_kc_r_img2 .font::before, .pxkc_kc_r_img2 .font::after { position: absolute; content: ''; opacity: 0; transition: all 0.5s; }
.qypx_kc_r_img2 .font::before, .pxkc_kc_r_img2 .font::before { top: 25px; right: 15px; bottom: 25px; left: 15px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; transform: scale(0, 1); -webkit-transform-origin: 0 0; transform-origin: 0 0 }
.qypx_kc_r_img2 .font::after, .pxkc_kc_r_img2 .font::after { top: 15px; right: 25px; bottom: 15px; left: 25px; border-right: 1px solid #fff; border-left: 1px solid #fff; transform: scale(1, 0); transform-origin: 100% 0; }
.qypx_kc_r_img2:hover .font::before, .qypx_kc_r_img2:hover .font::after, .pxkc_kc_r_img2:hover .font::before, .pxkc_kc_r_img2:hover .font::after { opacity: 1; transform: scale(1); transition: all 0.5s; }

/*课程培训*/
.pxkc_fw { float: left; width: 84%; padding: 5% 8% 5% 8%; }
.pxkc_fw h2 { margin: 0 auto; font-size: 32px; text-align: center; color: #002b7f; width: 400px; position: relative; line-height: 48px; }
.pxdg_wrap { width: 100%; float: left; margin-bottom: 6%;}
.pxkc_kc_inner { margin-bottom: 0}
.pxkc_kc_l, .pxkc_kc_r { display: table-cell; vertical-align: top; box-sizing: border-box; }
.pxkc_kc_l { background-color: #f6f6f6; width: 35%; padding: 5% 3% 0; line-height: 27px; font-size: 14px; position: relative; z-index: 1; }
.pxkc_kc_l .icon-arrow { position: absolute; top: 40px; right: -25px; width: 0; height: 0; border-top: 25px solid transparent; border-bottom: 25px solid transparent; border-left: 25px solid #f6f6f6; z-index: 200 }
.pxkc_kc_l h3 { font-size: 28px; margin-bottom: 5% }
.pxkc_kc_l p { margin-bottom: 3% }
.pxkc_kc_r { width: 65%; }
.pxkc_kc_r_img { width: 100%; overflow: hidden; }
.pxkc_kc_r img { width: 100%; }
.pxkc_kc_l_2, .pxkc_kc_r_2 { display: table-cell; vertical-align: top; box-sizing: border-box; }
.pxkc_kc_l_2 { background-color: #f6f6f6; width: 35%; padding: 5% 3% 0; line-height: 27px; font-size: 14px; position: relative; }
.pxkc_kc_l_2 .icon-arrow { position: absolute; top: 40px; left: -25px; width: 0; height: 0; border-top: 25px solid transparent; border-bottom: 25px solid transparent; border-right: 25px solid #f6f6f6; }
.pxkc_kc_l_2 h3 { font-size: 28px; margin-bottom: 5%; line-height: 34px;}
.pxkc_kc_l_2 p { margin-bottom: 3% }
.pxkc_kc_r_2 { width: 65%; }
.pxkc_kc_r_2_img { width: 100%; overflow: hidden; }
.pxkc_kc_r_2 img { width: 100%; }

/*游学留学*/
.yx_fw { float: left; width: 100%; padding: 5% 0 0 0; }
.yx_fw h2 { margin: 0 auto; font-size: 32px; text-align: center; color: #002b7f; width: 340px; position: relative; line-height: 48px; }
.yx_cont { margin-top: 3%; width: 100%; float: left; }
.yx_list { width: 100%; padding-bottom: 13%; float: left; }
.yx_list_pic { width: 38%; position: relative; background-color: #f6f6f6; z-index: 1; }
.yx_list .pic { width: 120%; border: 6px solid white; overflow: hidden; position: absolute; left: 0; top: 70px; z-index: 999; }
.yx_list .yx_list_info { background-color: #f6f6f6; width: 60%; padding: 5% 0 8% }
.yx_list .yx_list_info_tilt { background: url(../images/yx_list_info_line.png) no-repeat 0 center; padding: 3% 0 3% 10%; margin: 0 10% 0 20% }
.yx_list .yx_list_info_tilt h3 { font-size: 38px; margin-bottom: 2% }
.yx_list .yx_list_info_tilt h5 { font-size: 16px; }
.yx_list .yx_list_info p { padding: 0 10% 5% 30% }
.yx_list2 { width: 100%; float: left; background-color: #f6f6f6; margin-bottom: 4% }
.yx_list_pic { width: 38%; position: relative; background-color: #f6f6f6; z-index: 1; }
.yx_list2 .pic { width: 120%; border: 6px solid white; overflow: hidden; position: absolute; right: 0; top: -70px; z-index: 999; }
.yx_list2 .yx_list_info { background-color: #f6f6f6; width: 50%; padding: 5% 0 8% }
.yx_list2 .yx_list_info_tilt { background: url(../images/yx_list_info_line.png) no-repeat 0 center; padding: 3% 0 3% 10%; margin: 0 20% 0 10% }
.yx_list2 .yx_list_info_tilt h3 { font-size: 32px; margin-bottom: 2% }
.yx_list2 .yx_list_info_tilt h5 { font-size: 14px; }
.yx_list2 .yx_list_info p { padding: 0 10% 5% 20% }
.yx_list3 { width: 100%; float: left; }
.yx_list_pic { width: 38%; position: relative; z-index: 1; }
.yx_list3 .pic { width: 120%; border: 6px solid white; overflow: hidden; position: absolute; left: 0; top: -70px; z-index: 999; }
.yx_list3 .yx_list_info { width: 60%; padding: 5% 0 8% }
.yx_list3 .yx_list_info_tilt { background: url(../images/yx_list_info_line.png) no-repeat 0 center; padding: 3% 0 3% 10%; margin: 0 10% 0 20% }
.yx_list3 .yx_list_info_tilt h3 { font-size: 32px; margin-bottom: 2% }
.yx_list3 .yx_list_info_tilt h5 { font-size: 14px; }
.yx_list3 .yx_list_info p { padding: 0 10% 5% 30% }

/*联系我们*/
.contact { width: 100%; float: left; margin-top: 5%; }
.contact h2 { margin: 0 auto 35px auto; font-size: 28px; text-align: center; color: #002b7f; width: 180px; position: relative; line-height: 52px; }
.contact .contact_inner { margin-bottom: 3% }
.contact .contact_l, .contact .contact_r { display: table-cell; vertical-align: top; box-sizing: border-box; }
.contact .contact_l { background-color: #f1f1f1; width: 40%; padding: 4% 3%; line-height: 27px; }
.contact .contact_l h3 { font-size: 32px; margin-bottom: 8%; font-family: Georgia, "Times New Roman", Times, serif; }
.contact .contact_l p { font-weight: bold; }
.contact .contact_r { width: 60%; }
.contact .contact_r_img { width: 100%; margin-left: 0; overflow: hidden; }
.contact .contact_r img { width: 100%; }
.contact .contact_inner2 { margin-bottom: 6%; position: relative; z-index: 10; }
.contact .contact_l_2, .contact_r_2 { display: table-cell; vertical-align: top; box-sizing: border-box; font-size: 14px; }
.contact .contact_l_2 { background-color: #c41e3a; width: 40%; color: white; line-height: 23px }
.contact .contact_l_2 .contact_l_2_inner { margin: 10% 5% 4% 9%; }
.contact .contact_l_2 h3 { font-size: 32px; margin-bottom: 5% }
.contact .contact_r_2 { width: 60%; position: relative; }
.contact .contact_r_2_img { width: 100%; overflow: hidden; }
.contact .contact_r_2 img { width: 100%; }
.contact-what h4 { font-size: 20px; cursor: pointer; }
.contact-what-info { position: absolute; height: 100%; width: 100%; left: 0; top: 0; background-color: #28a7e1; z-index: 999; }
.contact-what-info p { padding: 20px; }
.contact-what .contact-what-info { -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; opacity: 0; visibility: hidden; }
.contact-what:hover .contact-what-info { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); box-shadow: 0 0 20px rgba(0, 0, 100, 0.1); opacity: 1; visibility: visible; }
.contact_yp { position: relative; position: absolute; width: 60%; top: 30%; left: 47%; margin-left: -30% }
.contact_yp_btn { display: inline-block; background-color: #c41e3a; color: white; padding: 10px 30px; text-decoration: none; text-align: center; position: absolute; left: 50%; top: 45px; margin-left: -20%; border-radius: 3px; font-size: 18px; }
.contact_yp_btn i { display: inline-block; margin-right: 12px; }
.contact_yp_btn:hover { background-color: #002b7f; color: white; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.contact_yp_cont { background-color: #000; background-color: rgba(0, 0, 0, 0.5); padding: 20px; color: white; font-size: 16px; display: none }
.contact_yp_cont p { padding: 5px; }

/*弹窗*/
.mask { background-color: #000; background-color: rgba(0, 0, 0, 0.65); height: 100%; width: 100%; top: 0; left: 0; position: fixed; display: none; z-index: 11; }
.popup { width: 50%; background: #fff; position: fixed; top: 50%; display: none; left: 50%; margin: -15% 0 0 -25%; box-shadow: 0 2px 5px rgba(0, 0, 0, .3); border-radius: 4px; padding: 40px 0 30px; z-index: 999; }
.popup .close { width: 36px; height: 36px; position: absolute; right: 5px; top: 5px; cursor: pointer; }
.popup  .close i { width: 20px; height: 20px; position: absolute; left: 50%; top: 50%; margin: -10px 0 0 -10px; background: url(../images/msg_close.png) 0 0 no-repeat; }
.register-pic { width: 40%; float: left; }
.register-pic-inner { width: 90%; margin-left: 8%; display: none }
.register-pic-inner img { width: 100%; }
.register-wrap { float: right; width: 60%; }
.register-tab { width: 95%; float: left; margin-left: 5%; margin-bottom: 5% }
.register-tab li { float: left; width: 30.555%; background-color: #323232; color: #fff; padding: 2% 0; text-align: center; cursor: pointer; border-right: 1px solid #555; position: relative; font-size: 13px }
.register-tab li i { width: 0; height: 0; border-top: 10px solid #cc1f3c; border-right: 10px solid transparent; border-left: 10px solid transparent; position: absolute; bottom: -10px; left: 50%; margin-left: -12px; display: none }
.register-tab li.cur { background-color: #cc1f3c }
.register-tab li.cur i { display: block; }
.register-inner { margin-left: 5%; display: none }
.register-inner li { margin-bottom: 3% }
.register-inner li p { margin-bottom: 5px; padding-left: 1%; color: #002b7f; }
.meg_input1, .meg_select { width: 92%; line-height: 40px; font-size: 14px; background: #fff; height: 40px; border: 2px solid #dfdfdf; border-radius: 5px; padding-left: 3%; color: #888; font-family: 'Open Sans', Verdana, Geneva, sans-serif; box-sizing: border-box; }
.meg_select { width: 30%; }
.meg_input1:hover, .meg_select:hover { background: #fff; border: 2px solid #d51621; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.register-btn { padding-top: 2% }
.send_buttom { width: 92%; background: #cc1f3c; color: #fff; font-size: 16px; cursor: pointer; border: none; font-weight: bolder; text-align: center; padding: 12px 0px; border-radius: 8px; }
.send_buttom:hover { background: #002b7f; color: #fff; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.code_img { margin: 25px 0px 20px 5px; }
.message_title { float: right; width: 95%; color: #999; line-height: 21px; font-size: 12px; }

/*关于我们*/
.about { margin-top: 6% }

/*青少儿英语*/
.qse_cont{width: 100%; float: left;}
.qse_box{float: left; width: 100%; overflow: hidden;}
.qse_box ul{width: 101%; float: left;}
.qse_box ul li{ float: left; background-color: #f6f6f6; width:32.333%;padding: 2% 0 2%; margin-right: 1%; margin-bottom: 3%;}
.qse_jxln{display: block; width: 84%; margin:4% 8%;}
.qse_jxln h3{font-size:28px; text-align: center; line-height: 42px; margin-bottom: 10px;}
.qse_jxln .text{font-size: 14px; height: 42px; line-height: 21px; overflow: hidden; margin-bottom: 10px;}
.qse_jxln p img{max-width: 100%;}

/*模式*/
.jxms_box{float: left; width: 100%; overflow: hidden;}
.jxms_box ul{width: 102%; float: left; margin-bottom: 4%;}
.jxms_box ul li{ float: left;  width: 48%; background-color: #f6f6f6;  margin-right:2%;}
.jxms_box ul li img{max-width: 100%;}
.jxms_cont{width: 84%;  display: block; margin: 0px 8%;;  padding: 4% 0 2%;}
.jxms_cont h3{font-size:32px; text-align: center; line-height: 42px; margin-bottom: 10px;}
.jxms_cont .text{font-size: 15px; line-height: 24px; overflow: hidden; margin-bottom: 20px;}

/*活动*/
.pick_box{float: left; width: 100%; overflow: hidden;}
.pick_box ul{width: 101%; float: left; margin-bottom: 4%;}
.pick_box ul li{ float: left;  width:32.333%; background-color: #f6f6f6;  margin-right:1%; margin-bottom:1%;}
.pick_box ul li img{max-width: 100%;}

/*隐藏手机导航*/
.wap-nav-warp { display: none; }

/*宽屏 1440分辨率以上（大于1440px）*/
@media screen and (min-width:1440px) {
	.row { width: 1280px; }
}

/*宽屏 1280分辨率以上（大于1200px）*/
@media screen and (min-width:1280px) and (max-width:1440px) {
	.row { width: 1004px; }

	/*弹窗*/
	.popup { width: 900px; margin: -15% 0 0 -450px; padding: 40px 0 30px; }
}

/*笔记本窄屏 1100分辨率（大于960px，小于1280px) */
@media screen and (min-width:960px) and (max-width:1280px) {
	.row { width: 90%; margin: 0px 5% }

	/*弹窗*/
	.popup { width: 900px; margin: -15% 0 0 -450px; padding: 40px 0 30px; }
}

/*pad端960分辨率以下（小于960px）*/
@media only screen and (max-width:960px) {
	/* 视频 */
	.video-icon{ display:none; }
	.video-pop{ display:none; }
	.video-mask{ display:none; }


 }

/*分辨率（小于768px）*/
@media only screen and (max-width:768px) {
	.contact-what h4 { font-size: 20px; cursor: pointer; }
	.contact-what-info { position: static; background: none; z-index: 999; opacity: 1; visibility: visible; }
	.contact-what-info p { padding: 0; }
	.contact-what .contact-what-info { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; opacity: 1; visibility: visible; }
	.contact-what:hover .contact-what-info { box-shadow: 0 0 0 rgba(0, 0, 100, 0); }
	.popup { width: 100%; position: fixed; top: 0; display: none; left: 0; margin: 0; box-shadow: 0 0 0 rgba(0, 0, 0, 0); border-radius: 4px; padding: 0; z-index: 999; height: 100%; border-radius: 0; }
	.register-tab li { padding: 1% 0; }
	.register-tab li i { width: 0; height: 0; border-top: 5px solid #cc1f3c; border-right: 5px solid transparent; border-left: 5px solid transparent; position: absolute; bottom: -5px; left: 50%; margin-left: -5px; display: none; }
	.register-wrap { float: none; width: 100%; position: absolute; left: 0; top: 0; height: 100%; overflow: auto; }
}

/*窄屏 880分辨率（大于768px，小于960px）*/
@media screen and (min-width:768px) and (max-width:960px) {
	.row { width: 90%; margin: 0px 5% }
	.tj_24 { font-size: 20px; }
	.tj_16 { font-size: 14px; }
	.footer_top_b_right_list li span { font-size: 14px; }
	.zysz_box_title { font-size: 16px; }
	.zysz_word { margin: 20% 15% 0px 15%; font-size: 14px; }
	.wjfw_word { font-size: 14px; }
	.xzly_box_title { font-size: 20px; }
	.chfw_22 { font-size: 18px; }
	.teacher_main_right h3 { margin-top: 2px; margin-bottom: 5px; }
	.teacher_main_right p { font-size: 12px; line-height: 23px; }
	.qypx_lc_cont li { font-size: 16px; }
	.qypx_kc_l h3, .qypx_kc_l_2 h3 { font-size: 24px; }

	/*课程培训*/
	.pxkc_kc_inner2 { margin-bottom: 5%; margin-top: 3%; }
	.pxkc_kc_inner { margin-bottom: 10%; }
	.pxkc_kc_l_2, .pxkc_kc_r_2 { display: block; vertical-align: top; box-sizing: border-box; }
	.pxkc_kc_r_2 { width: 100%; }
	.pxkc_kc_l_2 { background-color: #f6f6f6; width: 100%; padding: 5% 8% 10%; line-height: 27px; font-size: 14px; position: relative; }
	.pxkc_kc_l_2 .icon-arrow { position: absolute; top: -35px; left: 10px; width: 0; height: 0; border-right: 10px solid  transparent; border-bottom: 10px solid #f6f6f6; border-left: 10px solid transparent; }
	.qypx_lc_cont ul { width: 80%; margin: 7% auto 0; }
	.qypx_lc_cont li { margin-bottom: 10%; font-size: 14px; }
	.qypx_lc_cont li i { display: block; height: 3rem; }
	.qypx_lc_cont li i img { height: :20%; }
	.qypx_kc_l h3, .qypx_kc_l_2 h3 { font-size: 20px; margin-bottom: 3%; margin-top: 2%; }
	.pxkc_kc_l, .pxkc_kc_r { width: 100%; display: block; vertical-align: top; box-sizing: border-box; border: 1px solid transparent; }
	.pxkc_kc_l { padding: 3% 8% 5%; }
	.pxkc_kc_l .icon-arrow { position: absolute; top: auto; bottom: -35px; left: 10px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #f6f6f6; z-index: 200; }
	.pxkc_kc_l h3 { margin-top: 5%; font-size: 22px; }
	.pxkc_kc_l_2 h3 { font-size: 22px; margin-top: 5%; }
	.h_company_l { width: 100%; }
	.h_company_r { display: none; }

	/***banner***/
	.h_baner_box { width: 280px; padding: 3% 5%; margin: 6% 18% 0 8%; }
	.h_baner_box h2 { font-size: 14px; }
	.h_baner_box p { margin-top: 12px; text-align: center; font-size: 18px; color: #fff; line-height: 35px; }
	.h_banner { float: left; width: 100%; position: relative; overflow: hidden; height: 16rem; }
	.h_banner_img { float: left; width: 100%; overflow: hidden; height: 16rem; }
	.h_banner img { width: 100%; object-fit: cover; object-position: 0 0; height: 16rem; }
	.h_baner_box h2 { font-size: 26px; line-height: 32px; }

	/*弹窗*/

	/*

	.popup { width: 700px; margin: -15% 0 0 -350px; padding: 40px 0 30px; } */ }

	/*ipad 720分辨率（大于480px，小于768px）*/
	@media screen and (min-width:480px) and (max-width:768px) {
		.row { width: 90%; margin: 0px 5% }

		/*隐藏网页导航*/
		.h_top_right { display: none }
		.h_top { height: 3.5rem; }
		.wap-nav-warp { display: block; float: right; width: 70%; padding-top: 1rem }
		.wap-nav-icon { font-size: 1.5rem; font-weight: normal; float: right; color: #c41e3a; }
		.wap-nav-icon:hover { color: #002b7f; }
		.wap-language-btn { float: right; margin-right: 2rem; margin-top: 0.2rem; }
		.wap-language-btn a { color: #666; text-decoration: none; font-size: 16px }
		.wap-language-btn a:hover { color: #c41e3a; }
		.wap-nav { position: relative; position: fixed; top: 0; left: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.9); width: 100%; z-index: 999; display: none; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); height: 100%; padding-top: 2rem; text-align: center; }
		.wap-nav ul { margin-top: 20px; }
		.wap-nav-close { position: absolute; right: 0; color: white; top: 0rem; z-index: 99; padding: 1rem; font-size: 1.5rem; color: #fff; }
		.wap-nav-close:hover { color: #cc1f3c; }
		.wap-nav>.row>ul>li { border-bottom: 1px solid #272728; }
		.wap-nav>.row>ul>li>a { color: #fff; text-decoration: none; font-size: 16px; padding: 0.65rem 0; display: block; }
		.wap-nav>.row>ul>li>a:hover, .wap-nav>.row>ul>li ul li>a:hover { color: #cc1f3c; }
		.wap-nav>.row>ul>li ul { margin-bottom: 20px }
		.wap-nav>.row>ul>li ul li>a { text-decoration: none; font-size: 14px; padding: 0.5rem 0; display: block; color: #ccc; }
		.h_logo { margin-top: 0.7rem; }
		.h_logo img { height: 2rem }
		.services_top_left { margin-top: 6% }
		.services_top_left, .services_top_right_top, .services_top_right_bottom, .services_bottom_l, .services_bottom_r { margin: 0; margin-bottom: 6%; width: 100%; }
		.services_top_left { margin-top: 6% }
		.services_top_left img, .services_top_right_top img, .services_top_right_bottom img, .services_bottom_l img, .services_bottom_r img { width: 100%; object-fit: cover; height: 11rem; }
		.services_top_right { float: right; width: 100%; }
		.h_img_title { position: absolute; z-index: 2; color: #fff; font-size: 20px; left: 0; background: none; padding-left: 0; font-weight: bold; width: 100%; text-align: center; height: 24px; line-height: 24px; top: 50%; margin-top: -12px }
		.h_img_title i { display: inline-block; height: 24px; width: 24px; background: url(../images/icon0.png) no-repeat left/ auto 100%; vertical-align: top; }
		.pic-mask { position: absolute; height: 100%; top: 0; left: 0; width: 100%; background-color: #000; background-color: rgba(0, 0, 0, 0.4); display: block; }
		.pic-mask:hover { background-color: rgba(0, 0, 0, 0); }
		.services_bottom { margin: 0; }
		.h_company { margin-bottom: 5%; padding: 4% 0 10%; }
		.h_company_l { float: left; width: 100%; }
		.h_company_r { float: right; width: 100%; }
		.h_company_img { display: none }
		.h_company_l h2 { font-size: 24px; padding: 8% 7% 2% 7%; }

		/***banner***/
		.h_baner_box { width: 54%; padding: 5% 5%; margin: 6% 18% 0 18%; }
		.h_baner_box h2 { font-size: 14px; }
		.h_baner_box p { margin-top: 12px; text-align: center; font-size: 18px; color: #fff; line-height: 35px; }
		.h_banner { float: left; width: 100%; position: relative; overflow: hidden; height: 16rem; }
		.h_banner_img { float: left; width: 100%; overflow: hidden; height: 16rem;   position:relative;}
		.h_banner img { width: 100%; object-fit: cover; object-position: 0 0; height: 16rem; }
		.h_baner_box h2 { font-size: 24px; line-height: 32px; }

		/*专业的外教服务平台*/
		.tj_bottom { box-sizing: border-box; float: left; width: 100%; padding: 7% 5%; margin-bottom: 10%; }
		.tj_bot_l { float: left; width: 100%; margin-bottom: 5%; text-align: center; }
		.tj_bot_r { float: right; width: 100%; text-align: right; }
		.tj_bot_r a { float: none; display: inline-block; position: relative; text-align: center; width: 100%; text-decoration: none; background: url(../images/tjbot.png) no-repeat  top center; height: 52px; color: #fff; }
		.tj_bot_word { float: none; text-align: center; font-size: 16px; line-height: 62px; padding-left: 40px; }
		.tj_bot_word:hover { padding-left: 50px; }
		.tj_24 { font-size: 24px; padding-bottom: 5px; }
		.tj_16 { font-size: 18px; letter-spacing: 3px; }
		.wjfw_word2 { margin: 3% 5%; width: 90%; font-size: 14px; line-height: 27px; text-align: center; }
		.qypx_fw { float: left; width: 100%; padding: 5% 0 0 0; }

		/*底部*/
		.footer_top_b { float: left; width: 100%; padding: 6% 0 5% 0; }
		.footer_top_b_left { float: left; width: 100%; }
		.footer_top_b_right { float: right; width: 100%; margin-top: 25px; }
		.footer_top_b_right_list li { float: left; width: 100%; margin-bottom: 3%; border-bottom: 1px solid #444; padding-bottom: 2%; }
		.footer_top_b_right_list li p { display: block }
		.footer_top_b_right_list li div { display: none; width: 100%; float: left; }
		.footer_top_b_right_list li a { font-size: 12px; line-height: 24px; color: #c4c4c4; text-decoration: none; margin-right: 8%; float: left; width: auto; display: block; }
		.footer_top_b_right_list li span { margin-bottom: 1%; font-size: 14px; display: block; cursor: pointer; }
		.footer_top_b_right_list li span i { float: right; margin-top: 2px; color: #c4c4c4; display: block; }
		.footer_bottom { float: left; width: 100%; padding: 3% 0; }
		.footer_bottom_l { float: left; padding: 1% 0; font-size: 12px; color: #c4c4c4; width: 100%; line-height: 27px; }
		.footer_bottom_r { float: right; width: 100%; text-align: left; font-size: 12px; color: #f6f6f6; padding: 1% 0; }
		.footer_bottom_r a { color: #fff; font-size: 14px; font-weight: bold }
		.wjfw_profiles h2 { margin: 8% auto 6%; font-size: 22px; width: 260px; line-height: 40px; }
		.wj_rb_line { width: 10px; height: 10px; }
		.wj_lt_line { width: 10px; height: 10px; }
		.footer_top_b_left h2 { font-size: 14px; }
		.footer_top_b_left p { margin-bottom: 40px; }

		/*外教服务*/
		.wjfw_profiles_bg { float: left; width: 100%; background: #fff; padding: 0; margin-bottom: 3%; }
		.wjfw_word_pic { width: 100%; position: relative; margin: 0px; }
		.wjfw_word_pic_inner { position: static; width: 100%; left: 0; margin-bottom: 5%; }
		.wjfw_word { text-align: left; width: 100%; font-size: 16px; line-height: 25px; margin-right: 0; margin: 0 auto 0px auto; }
		.xzly_box_l { float: left; width: 100%; margin-right: 0; margin-bottom: 6%; }
		.xzly_box_r { float: right; width: 100%; margin-left: 0; margin-bottom: 3%; }
		.xzly_box_title { font-size: 18px; }
		.xzly_img { float: left; width: 100%; margin: 0px; }
		.xzly_img h2 { margin-bottom: 5% }

		/*卓越的师资*/
		.zysz_box { margin-bottom: 0; }
		.zysz_box_l { float: left; width: 48%; margin-right: 1%; margin-bottom: 5%; }
		.zysz_box_title { font-size: 16px; }
		.zysz_word { margin: 37% 15% 0px 15%; font-size: 16px; }

		/*服务团队*/
		.fwtd_img p { text-align: left; font-size: 14px; width: 100%; margin: 3% auto 3%; line-height: 22px; }
		.fwtd_box_l { width: 48%; margin-right: 1%; margin-left: 1%; float: left; margin-bottom: 5%; }
		.fwtd_box_title { position: absolute; text-align: center; width: 100%; padding: 10px 0px 10px 0px; z-index: 6; color: #fff; font-size: 16px; display: block; bottom: 0px; background-color: rgba(68, 68, 68, 0.9); }

		/*外教老师*/
		.ft_box_inner { width: 100%; }
		.ft_box_left { width: 100%; margin-right: 0; margin-bottom: 10%; }
		.ft_main_right p { float: left; width: 100%; font-size: 14px; line-height: 20px; text-align: left; margin-top: 0; }
		.ft_main_right p span { font-size: 22px; color: #28a7e1; margin: 0px 4px; }
		.ft_main_right h3 { float: left; width: 100%; color: #c41e3a; font-size: 18px; margin-bottom: 10px; margin-top: 5px; }
		.ft_main_left_img img { margin-top: 10px; }

		/*成人培训*/
		.cheersfw_word { width: 100%; text-align: left; float: left; margin: 10px auto 0px auto; }
		.cheersfw_word p { margin: 0 auto; width: 100%; line-height: 24px; }
		.chfw_22 { font-size: 16px; line-height: 27px; padding-bottom: 5%; text-align: center; }
		.cheerskecheng li { float: left; width: 23%; margin: 0 1% 8%; }
		.lanren { width: 46px; height: 80px; margin: 100px auto; }
		.lanren::before { left: -25px; top: 0; border-right: 25px solid #c41e3a; border-top: 40px solid transparent; border-bottom: 40px solid transparent; }
		.lanren::after { right: -25px; top: 0; border-left: 25px solid #c41e3a; border-top: 40px solid transparent; border-bottom: 40px solid transparent; }
		.cheerskecheng li span { font-size: 16px; line-height: 20px; padding-top: 20px; box-sizing: border-box; }
		.teacher_box_inner { width: 100%; }
		.teacher_box_left { float: left; width: 100%; margin-right: 0; margin-bottom: 8%; }
		.teacher_main_left { margin-top: 3% }
		.teacher_main_right h3 { font-size: 18px; }
		.more-teacher { margin-bottom: 10%; }

		/*企业培训*/
		.qypx_fw h2 { }
		.qypx_lc_inner { width: 100%; overflow: hidden; position: relative; }
		.qypx_lc_inner > img { width: auto; }
		.title-line { margin-top: 5px; }
		.qypx_lc_cont li { width: 50%; }
		.qypx_kc_l, .qypx_kc_r { display: block; vertical-align: top; box-sizing: border-box; float: left; width: 100%; }
		.qypx_kc_l { background-color: #c41e3a; width: 100%; color: white; padding: 10% 10% 8%; line-height: 30px; }
		.qypx_kc_r { width: 100%; }
		.qypx_kc_r_img { margin-left: 0; width: 100%; }
		.qypx_kc_inner { margin-bottom: 8%; width: 100%; float: left; }
		.qypx_kc_r_2_img { margin-right: 0; width: 100%; overflow: hidden; }
		.contact .qypx_kc_l_2 { display: block; vertical-align: top; box-sizing: border-box; }
		.qypx_kc_r_2 { width: 100%; float: left; }
		.qypx_kc_l_2 { background-color: #323232; width: 100%; color: white; padding: 8% 10% 12%; line-height: 30px; }

		/*课程培训*/
		.pxkc_fw { float: left; width: 100%; padding: 0; }
		.pxkc_kc_inner2 { margin-bottom: 5%; margin-top: 3%; }
		.pxkc_kc_inner { margin-bottom: 10%; }
		.pxkc_kc_l_2, .pxkc_kc_r_2 { display: block; vertical-align: top; box-sizing: border-box; }
		.pxkc_kc_r_2 { width: 100%; }
		.pxkc_kc_l_2 { background-color: #f6f6f6; width: 100%; padding: 5% 8% 10%; line-height: 27px; font-size: 14px; position: relative; }
		.pxkc_kc_l_2 .icon-arrow { position: absolute; top: -35px; left: 10px; width: 0; height: 0; border-right: 10px solid  transparent; border-bottom: 10px solid #f6f6f6; border-left: 10px solid transparent; }
		.qypx_lc_cont ul { width: 80%; margin: 7% auto 0; }
		.qypx_lc_cont li { margin-bottom: 10%; font-size: 14px; }
		.qypx_lc_cont li i { display: block; height: 3rem; }
		.qypx_lc_cont li i img { height: :20%; }
		.qypx_kc_l h3, .qypx_kc_l_2 h3 { font-size: 20px; margin-bottom: 3%; margin-top: 2%; }
		.pxkc_kc_l, .pxkc_kc_r { width: 100%; display: block; vertical-align: top; box-sizing: border-box; border: 1px solid transparent; }
		.pxkc_kc_l { padding: 3% 8% 5%; }
		.pxkc_kc_l .icon-arrow { position: absolute; top: auto; bottom: -35px; left: 10px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #f6f6f6; z-index: 200; }
		.pxkc_kc_l h3 { margin-top: 5%; font-size: 22px; }
		.pxkc_kc_l_2 h3 { font-size: 22px; margin-top: 5%; }

		/*游学 /留学*/
		.yx_fw { float: left; width: 100%; padding: 2% 0; }

		/* .yx_fw h2 { width: 150px; } */
		.wjfw_word p { padding: 8px 0px; }
		.yx_list_pic { width: 100%; }
		.yx_list { width: 100%; padding-bottom: 0; float: left; }
		.yx_list, .yx_list2, .yx_list3 { margin-bottom: 6% }
		.yx_list2 .pic, .yx_list .pic, .yx_list3 .pic { width: 100%; border: 0; position: static; left: 0; top: 0; }
		.yx_list .yx_list_info, .yx_list2 .yx_list_info, .yx_list3 .yx_list_info { background-color: #f6f6f6; width: 100%; padding: 5% 0 13%; box-sizing: border-box; }
		.yx_list .yx_list_info_tilt, .yx_list2 .yx_list_info_tilt, .yx_list3 .yx_list_info_tilt { background: url(../images/yx_list_info_line.png) no-repeat 0 center; padding: 0 0 0 10%; margin: 4% 5% 5% 5%; }
		.yx_list .yx_list_info p, .yx_list2 .yx_list_info p, .yx_list3 .yx_list_info p { padding: 0 5% 0 15%; }
		.yx_list .yx_list_info_tilt h3, .yx_list2 .yx_list_info_tilt h3, .yx_list3 .yx_list_info_tilt h3 { font-size: 22px; }
		.yx_list2 { padding: 0; }

		/*联系我们*/
		.contact .contact_l, .contact .contact_l_2, .contact .contact_r, .contact .contact_inner2, .contact .contact_r_2 { display: block; float: left; width: 100%; vertical-align: top }
		.contact .contact_l_2 .contact_l_2_inner { margin: 0; }
		.contact .contact_inner, .contact .contact_inner2 { margin: 4% 0; float: left; width: 100%; }
		.contact .contact_inner2 { margin-bottom: 10%; }
		.contact .contact_l h3, .contact .contact_l_2 h3 { font-size: 20px; margin-bottom: 3%; margin-top: 2%; }
		.contact .contact_l { padding: 10% 10% 8%; line-height: 30px }
		.contact .contact_l_2 { padding: 8% 10% 12%; line-height: 30px }

		/*关于我们*/
		.about { margin-top: 5% }
		.about h2 { font-size: 24px; padding: 8% 7% 2% 7%; }
		.about.h_company { padding-bottom: 0; margin-bottom: 10%; }
		.about .h_company_img { display: block; position: static; top: 0; left: 0; width: 100%; margin-top: 5% }

		/*弹窗*/

		/* 	.popup { width: 90%; position: fixed; top: 5%; display: none; left: 50%; margin: 0 0 0 -45%; box-shadow: 0 2px 5px rgba(0, 0, 0, .3); border-radius: 4px; padding: 7% 0 5%; z-index: 999; }

		 */









		.register-pic { display: none; }
		.register-wrap { float: none; width: 100%; }
		.register-tab li { min-height: 35px; display: box; display: -webkit-box; display: -moz-box; -webkit-box-pack: center; -moz-box-pack: center; -webkit-box-align: center; -moz-box-align: center; }
		.register-inner li p { font-size: 14px; }

		/*标题*/
		.wjfw_profiles h2 { width: 220px; }
		.xzly_img h2 { width: 220px; }
		.qypx_fw h2, .fwtd_img h2 { width: 300px; }
		.cheersfw_img h2, .pxkc_fw h2 { width: 270px; }
		.qypx_kc h2, .wmdwj_img h2

		/* , .yx_fw h2 */
		{ width: 140px; }
	}

	/*手机端 440分辨率以下（小于480px）*/
	@media only screen and (max-width:480px) {
		.row { width: 90%; margin: 0px 5% }

		/*隐藏网页导航*/
		.h_top_right { display: none }
		.h_top { height: 3.5rem; }
		.wap-nav-warp { display: block; float: right; width: 70%; padding-top: 1rem }
		.wap-nav-icon { font-size: 1.5rem; font-weight: normal; float: right; color: #c41e3a; }
		.wap-nav-icon:hover { color: #002b7f; }
		.wap-language-btn { float: right; margin-right: 2rem; margin-top: 0.2rem; }
		.wap-language-btn a { color: #666; text-decoration: none; font-size: 16px }
		.wap-language-btn a:hover { color: #c41e3a; }
		.wap-nav { position: relative; position: fixed; top: 0; left: 0; background-color: #000; background-color: rgba(0, 0, 0, 0.9); width: 100%; z-index: 999; display: none; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); height: 100%; padding-top: 2rem; text-align: center; }
		.wap-nav ul { margin-top: 20px; }
		.wap-nav-close { position: absolute; right: 0; color: white; top: 0rem; z-index: 99; padding: 1rem; font-size: 1.5rem; color: #fff; }
		.wap-nav-close:hover { color: #cc1f3c; }
		.wap-nav>.row>ul>li { border-bottom: 1px solid #272728; }
		.wap-nav>.row>ul>li>a { color: #fff; text-decoration: none; font-size: 16px; padding: 0.65rem 0; display: block; }
		.wap-nav>.row>ul>li>a:hover, .wap-nav>.row>ul>li ul li>a:hover { color: #cc1f3c; }
		.wap-nav>.row>ul>li ul { margin-bottom: 20px }
		.wap-nav>.row>ul>li ul li>a { text-decoration: none; font-size: 14px; padding: 0.5rem 0; display: block; color: #ccc; }
		.h_logo { margin-top: 0.7rem; }
		.h_logo img { height: 2rem }
		.services_top_left { margin-top: 6% }
		.services_top_left, .services_top_right_top, .services_top_right_bottom, .services_bottom_l, .services_bottom_r { margin: 0; margin-bottom: 6%; width: 100%; }
		.services_top_left { margin-top: 6% }
		.services_top_left img, .services_top_right_top img, .services_top_right_bottom img, .services_bottom_l img, .services_bottom_r img { width: 100%; object-fit: cover; height: 8rem; }
		.services_top_right { float: right; width: 100%; }
		.h_img_title { position: absolute; z-index: 2; color: #fff; font-size: 18px; left: 0; background: none; padding-left: 0; font-weight: bold; width: 100%; text-align: center; height: 24px; line-height: 24px; top: 50%; margin-top: -12px }
		.h_img_title i { display: inline-block; height: 24px; width: 24px; background: url(../images/icon0.png) no-repeat left/ auto 100%; vertical-align: top; }
		.pic-mask { position: absolute; height: 100%; top: 0; left: 0; width: 100%; background-color: #000; background-color: rgba(0, 0, 0, 0.4); display: block; }
		.pic-mask:hover { background-color: rgba(0, 0, 0, 0); }
		.services_bottom { margin: 0; }
		.h_company { margin-bottom: 5%; padding: 4% 0 10%; }
		.h_company_l { float: left; width: 100%; }
		.h_company_r { float: right; width: 100%; }
		.h_company_img { display: none }
		.h_company_l h2 { font-size: 24px; padding: 8% 7% 2% 7%; }

		/***banner***/
		.h_baner_box { width: 80%; padding: 5%; margin-top: 8%; }
		.h_baner_box h2 { font-size: 14px; }
		.h_baner_box p { margin-top: 10px; text-align: center; font-size: 14px; color: #fff; line-height: 35px; }
		.h_banner { float: left; width: 100%; position: relative; overflow: hidden; height: 13rem; }
		.h_banner_img { float: left; width: 100%; overflow: hidden; height: 13rem; }
		.h_banner img { width: 100%; object-fit: cover; object-position: 0 0; height: 13rem; }
		.h_baner_box h2 { font-size: 24px; line-height: 32px; }

		/*专业的外教服务平台*/
		.tj_bottom { box-sizing: border-box; float: left; width: 100%; padding: 7% 5%; margin-bottom: 10%; }
		.tj_bot_l { float: left; width: 100%; margin-bottom: 5%; text-align: center; }
		.tj_bot_r { float: right; width: 100%; text-align: right; }
		.tj_bot_r a { float: none; display: inline-block; position: relative; width: 100%; background: url(../images/tjbot.png) no-repeat 15% top; height: 52px; color: #fff; }
		.tj_bot_word { float: left; text-align: center; padding-left: 25%; font-size: 16px; margin-top: 12px; line-height: 41px; }
		.tj_bot_word:hover { padding-left: 30%; }
		.tj_24 { font-size: 18px; padding-bottom: 5px; }
		.tj_16 { font-size: 14px; letter-spacing: 3px; }
		.wjfw_word2 { margin: 3% 5%; width: 90%; font-size: 14px; line-height: 27px; text-align: center; }
		.qypx_fw { float: left; width: 100%; padding: 5% 0 0 0; }

		/*底部*/
		.footer_top_b { float: left; width: 100%; padding: 6% 0 5% 0; }
		.footer_top_b_left { float: left; width: 100%; }
		.footer_top_b_right { float: right; width: 100%; margin-top: 25px; }
		.footer_top_b_right_list li { float: left; width: 100%; margin-bottom: 3%; border-bottom: 1px solid #444; padding-bottom: 2%; }
		.footer_top_b_right_list li p { display: block }
		.footer_top_b_right_list li div { display: none; width: 100%; float: left; }
		.footer_top_b_right_list li a { font-size: 12px; line-height: 24px; color: #c4c4c4; text-decoration: none; margin-right: 8%; float: left; width: auto; display: block; }
		.footer_top_b_right_list li span { margin-bottom: 1%; font-size: 14px; display: block; cursor: pointer; }
		.footer_top_b_right_list li span i { float: right; margin-top: 2px; color: #c4c4c4; display: block; }
		.footer_bottom { float: left; width: 100%; padding: 3% 0; }
		.footer_bottom_l { float: left; padding: 1% 0; font-size: 12px; color: #c4c4c4; width: 100%; line-height: 27px; }
		.footer_bottom_r { float: right; width: 100%; text-align: left; font-size: 12px; color: #f6f6f6; padding: 1% 0; }
		.footer_bottom_r a { color: #fff; font-size: 14px; font-weight: bold }
		.wjfw_profiles h2 { margin: 8% auto 6%; font-size: 22px; width: 260px; line-height: 40px; }
		.wj_rb_line { width: 10px; height: 10px; }
		.wj_lt_line { width: 10px; height: 10px; }
		.footer_top_b_left h2 { font-size: 14px; }
		.footer_top_b_left p { margin-bottom: 40px; }

		/*外教服务*/
		.wjfw_profiles_bg { float: left; width: 100%; background: #fff; padding: 0; margin-bottom: 3%; }
		.wjfw_word_pic { width: 100%; position: relative; margin: 0px; }
		.wjfw_word_pic_inner { position: static; width: 100%; left: 0; margin-bottom: 5%; }
		.wjfw_word { text-align: left; width: 100%; font-size: 16px; line-height: 25px; margin-right: 0; margin: 0 auto 0px auto; }
		.xzly_box_l { float: left; width: 100%; margin-right: 0; margin-bottom: 6%; }
		.xzly_box_r { float: right; width: 100%; margin-left: 0; margin-bottom: 3%; }
		.xzly_box_title { font-size: 18px; }
		.xzly_img { float: left; width: 100%; margin: 5% 0px 3% 0px; }
		.xzly_img h2 { margin-bottom: 5% }

		/*卓越的师资*/
		.zysz_box { margin-bottom: 0; }
		.zysz_box_l { float: left; width: 100%; margin-right: 0; margin-bottom: 8%; }
		.zysz_box_title { font-size: 18px; }
		.zysz_word { margin: 37% 15% 0px 15%; }

		/*服务团队*/
		.fwtd_img p { text-align: left; font-size: 14px; width: 100%; margin: 3% auto 3%; line-height: 22px; }
		.fwtd_box_l { width: 100%; margin-right: 0; margin-left: 0; float: left; margin-bottom: 8%; }
		.fwtd_box_title { position: absolute; text-align: center; width: 100%; padding: 10px 0px 10px 0px; z-index: 6; color: #fff; font-size: 16px; display: block; bottom: 0px; background-color: rgba(68, 68, 68, 0.9); }

		/*外教老师*/
		.ft_box { padding-top: 3%; }
		.ft_box_inner { width: 100%; }
		.ft_box_left { width: 100%; margin-right: 0; margin-bottom: 10%; }
		.ft_main_right p { float: left; width: 100%; font-size: 14px; line-height: 20px; text-align: left; margin-top: 0; }
		.ft_main_right p span { font-size: 22px; color: #28a7e1; margin: 0px 4px; }
		.ft_main_right h3 { float: left; width: 100%; color: #c41e3a; font-size: 18px; margin-bottom: 10px; margin-top: 5px; }
		.ft_main_left_img img { margin-top: 10px; }

		/*成人培训*/
		.cheersfw_word { width: 100%; text-align: left; float: left; margin: 10px auto 0px auto; }
		.cheersfw_word p { margin: 0 auto; width: 100%; line-height: 24px; }
		.chfw_22 { font-size: 16px; line-height: 27px; padding-bottom: 5%; text-align: center; }
		.cheerskecheng li { float: left; width: 46%; margin: 0 2% 8%; }
		.lanren { width: 46px; height: 80px; margin: 100px auto; }
		.lanren::before { left: -25px; top: 0; border-right: 25px solid #c41e3a; border-top: 40px solid transparent; border-bottom: 40px solid transparent; }
		.lanren::after { right: -25px; top: 0; border-left: 25px solid #c41e3a; border-top: 40px solid transparent; border-bottom: 40px solid transparent; }
		.cheerskecheng li span { font-size: 16px; line-height: 20px; padding-top: 20px; box-sizing: border-box; }
		.teacher_box_inner { width: 100%; }
		.teacher_box_left { float: left; width: 100%; margin-right: 0; margin-bottom: 15%; }

		.teacher_main_left { width: 100%; margin-top: 3% }
		.teacher_main_right { float: right; width: 100%; padding-bottom: 8%; }
		.teacher_main_right h3 { font-size: 18px; }
		.more-teacher { margin-bottom: 10%; }

		/*企业培训*/
		.qypx_fw h2 { }
		.qypx_lc_inner { width: 100%; overflow: hidden; position: relative; }
		.qypx_lc_inner > img { width: auto; }
		.title-line { margin-top: 5px; }
		.qypx_lc_cont li { width: 50%; }
		.qypx_kc_l, .qypx_kc_r { display: block; vertical-align: top; box-sizing: border-box; float: left; width: 100%; }
		.qypx_kc_l { background-color: #c41e3a; width: 100%; color: white; padding: 10% 10% 8%; line-height: 30px; }
		.qypx_kc_r { width: 100%; }
		.qypx_kc_r_img { margin-left: 0; width: 100%; }
		.qypx_kc_inner { margin-bottom: 8%; width: 100%; float: left; }
		.qypx_kc_r_2_img { margin-right: 0; width: 100%; overflow: hidden; }
		.contact .qypx_kc_l_2 { display: block; vertical-align: top; box-sizing: border-box; }
		.qypx_kc_r_2 { width: 100%; float: left; }
		.qypx_kc_l_2 { background-color: #323232; width: 100%; color: white; padding: 8% 10% 12%; line-height: 30px; }

		/*课程培训*/
		.pxkc_fw { float: left; width: 100%; padding: 5% 0 0; }
		.pxkc_kc_inner2 { margin-bottom: 5%; margin-top: 10%; }
		.pxkc_kc_inner { margin-bottom: 10%; }
		.pxkc_kc_l_2, .pxkc_kc_r_2 { display: block; vertical-align: top; box-sizing: border-box; }
		.pxkc_kc_r_2 { width: 100%; }
		.pxkc_kc_l_2 { background-color: #f6f6f6; width: 100%; padding: 5% 8% 10%; line-height: 27px; font-size: 14px; position: relative; }
		.pxkc_kc_l_2 .icon-arrow { position: absolute; top: -35px; left: 10px; width: 0; height: 0; border-right: 10px solid  transparent; border-bottom: 10px solid #f6f6f6; border-left: 10px solid transparent; }
		.qypx_lc_cont ul { width: 80%; margin: 15% auto 0; }
		.qypx_lc_cont li { margin-bottom: 10%; font-size: 14px; }
		.qypx_lc_cont li i { display: block; height: 3rem; }
		.qypx_lc_cont li i img { height: :20%; }
		.qypx_kc_l h3, .qypx_kc_l_2 h3 { font-size: 20px; margin-bottom: 3%; margin-top: 2%; }
		.pxkc_kc_l, .pxkc_kc_r { width: 100%; display: block; vertical-align: top; box-sizing: border-box; border: 1px solid transparent; }
		.pxkc_kc_l { padding: 10% 8% 5%; }
		.pxkc_kc_l .icon-arrow { position: absolute; top: auto; bottom: -35px; left: 10px; width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #f6f6f6; z-index: 200; }
		.pxkc_kc_l h3 { margin-top: 5%; font-size: 22px; }
		.pxkc_kc_l_2 h3 { font-size: 22px; margin-top: 5%; }

		/*游学 /留学*/
		.yx_fw { float: left; width: 100%; padding: 8% 0; }

		/* .yx_fw h2 { width: 150px; } */
		.wjfw_word p { padding: 8px 0px; }
		.yx_list_pic { width: 100%; }
		.yx_list { width: 100%; padding-bottom: 0; float: left; }
		.yx_list, .yx_list2, .yx_list3 { margin-bottom: 6% }
		.yx_list2 .pic, .yx_list .pic, .yx_list3 .pic { width: 100%; border: 0; position: static; left: 0; top: 0; }
		.yx_list .yx_list_info, .yx_list2 .yx_list_info, .yx_list3 .yx_list_info { background-color: #f6f6f6; width: 100%; padding: 5% 0 13%; box-sizing: border-box; }
		.yx_list .yx_list_info_tilt, .yx_list2 .yx_list_info_tilt, .yx_list3 .yx_list_info_tilt { background: url(../images/yx_list_info_line.png) no-repeat 0 center; padding: 0 0 0 10%; margin: 4% 5% 5% 5%; }
		.yx_list .yx_list_info p, .yx_list2 .yx_list_info p, .yx_list3 .yx_list_info p { padding: 0 5% 0 15%; }
		.yx_list .yx_list_info_tilt h3, .yx_list2 .yx_list_info_tilt h3, .yx_list3 .yx_list_info_tilt h3 { font-size: 22px; }
		.yx_list2 { padding: 0; }

		/*联系我们*/
		.contact .contact_l, .contact .contact_l_2, .contact .contact_r, .contact .contact_inner2, .contact .contact_r_2 { display: block; float: left; width: 100%; vertical-align: top }
		.contact .contact_l_2 .contact_l_2_inner { margin: 0; }
		.contact .contact_inner, .contact .contact_inner2 { margin: 4% 0; float: left; width: 100%; }
		.contact .contact_inner2 { margin-bottom: 10%; }
		.contact .contact_l h3, .contact .contact_l_2 h3 { font-size: 20px; margin-bottom: 3%; margin-top: 2%; }
		.contact .contact_l { padding: 10% 10% 8%; line-height: 30px }
		.contact .contact_l_2 { padding: 8% 10% 12%; line-height: 30px }
		.contact_yp_btn { left: 40%; }
		.contact_yp { width: 80%; top: 17%; margin-left: -40%; }

		/*关于我们*/
		.about { margin-top: 5% }
		.about h2 { font-size: 24px; padding: 8% 7% 2% 7%; }
		.about.h_company { padding-bottom: 0; margin-bottom: 10%; }
		.about .h_company_img { display: block; position: static; top: 0; left: 0; width: 100%; margin-top: 5% }

		/*弹窗*/

		/* 	.popup { width: 90%; position: fixed; top: 5%; display: none; left: 50%; top:; margin: 0 0 0 -45%; box-shadow: 0 2px 5px rgba(0, 0, 0, .3); border-radius: 4px; padding: 2% 0; z-index: 999; }

		 */
 
		.register-pic { display: none; }
		.register-wrap { float: none; width: 100%; margin: 10% 0 5% }
		.register-tab li { min-height: 35px; display: box; display: -webkit-box; display: -moz-box; -webkit-box-pack: center; -moz-box-pack: center; -webkit-box-align: center; -moz-box-align: center; }
		.register-inner li p { font-size: 14px; }

		/*标题*/
		.wjfw_profiles h2 { width: 220px; }
		.xzly_img h2 { width: 220px; }
		.qypx_fw h2, .fwtd_img h2 { width: 300px; }
		.cheersfw_img h2, .pxkc_fw h2 { width: 270px; }
		.qypx_kc h2, .wmdwj_img h2
 
		.yincang { display: none; }
		
		.qse_box ul li,.jxms_box ul li{margin-right: 0px; width: 100%;}
		.qse_box ul li h3,.jxms_cont h3{font-size: 24px;}
		
	}

	/*宽屏 1280分辨率以上（大于1200px）*/
	@media screen and (min-width:1280px) { }

	/*笔记本窄屏 1100分辨率（大于960px，小于1279px) */
	@media screen and (min-width:960px) and (max-width:1280px) { }

	/*窄屏 880分辨率（大于768px，小于959px）*/
	@media screen and (min-width:768px) and (max-width:960px) { }

	/*ipad 720分辨率（大于480px，小于767px）*/
	@media screen and (min-width:480px) and (max-width:768px) { }

	/*手机端 440分辨率以下（小于479px）*/
	@media only screen and (max-width:480px) { }
