/* 首页 */
.leaveBox{
    width: 161px;
    height: 146px; 
    border-radius: 2px;
    position: fixed;
    right: 0;
    top: 300px;
    z-index: 999999;
} 
.leaveImg{
    width: 167px;
    height: 130px; 
    border-radius: 2px 2px 0px 0px;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.leaveImg img{
    width: 162px;
    height: 130px;
    cursor: pointer;
}
.leaveText{
    height: 104px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    padding: 0 13px;
    display: flex;
	align-items: center;
	cursor: pointer;
}
.leavetkBox{
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    display: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.leavetkSubmitBox{ 
    width: 500px;
    height: 600px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 45px #EEEEEE;
    margin-top: 70px;
    padding: 0 50px;
}
.leavetkTitle{
    font-size: 24px;
    height: 80px;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.leavetkTIpt{
    border: 1px solid #D1D1D1;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
}
.leavetkTIpt2{
    border: 1px solid #D1D1D1;
    padding: 10px;
    margin-bottom: 10px;
    width: 100%;
    font-size: 20px;
    line-height: 40px;
    height: 150px;
}
.submiTktBox{
    width: 100%;
    height: 50px;
    display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.submiTktBut1{
    width: 40%;
    height: 100%;
    background: #999;
    color: #fff;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.submiTktBut2{
    width: 40%;
    height: 100%;
    background: #D71617;
    color: #fff;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.agency_address_i{
	height: 350px;
}
.head_box {
	background: #fff;
}
.head {
	padding: 20px 38px 31px;
}
.logo {
	width: 195px;
}
.head_tesk {
	display: block;
	color: #fff;
	background: #D71617;
	padding: 20px;
	font-size: 18px;
	margin-left: 30px;
}
.nav_item {
	padding: 14px 0 16px 6px;
	font-size: 18px;
	margin-right: 40px;
	display: inline-block;
	position: relative;
}
.nav_items {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: relative;
}
.subclassBox{
    position: absolute;
    min-width: 100%;
    background-color: #fff;
    z-index: 11111111;
    /*box-shadow: 0px 10px 8px 0px rgba(4, 0, 0, 0.4);*/
    border-radius: 0px 0px 10px 10px;
    padding: 47px 7px 0 7px;
    display:none;
    white-space: nowrap;
}
.nav_item_subclass{
    width: 100%;
    height: 50px;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #DCDCDC;
	display: inherit;
}
.nav_item:hover .subclassBox{
    display:block !important;
}
.subclassBox:hover{
    display:block !important;
}











.index_swiper_img img {
	display: block;
	width: 100%; 
}
.index_search {
	background: #fff;
}
.index_search_box {
	border-bottom: 1px solid #EBE8E8;
	text-align: center;
}
.index_search {
	margin-top: -70px;
	position: relative;
	z-index: 9;
	padding: 55px 0 65px;
}
.index_search_news {
	/*width: 100%;*/
	width: 750px;
	height: 80px;
	font-size: 14px;
	color: #D71617;
	border: 1px solid #BCBCBC;
	margin: 0 auto;
	position:relative;
    overflow:hidden;
    list-style:none;
}
.index_search_newsBox{
    height: 100%;
    position:relative;
    overflow:hidden;
    list-style:none;
}
.index_search_news p {
	padding: 18px 75px;
	/*border: 1px solid #BCBCBC;*/
	margin: 3px;
}
.index_search_title {
	font-size: 40px;
	font-weight: bold;
	padding: 15px 0;
	position: relative;
}
.index_search_title::after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: 0;
	height: 1px;
	width: 84px;
	background: #D71617;
	margin-left: -42px;
}
.index_search_link {
	display: block;
	width: 540px;
	line-height: 64px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	background: #D71617;
	margin: 70px auto 0;
}
.index_address_head {
	padding-bottom: 80px;
}
.index_address_title {
	font-size: 62px;
	font-weight: 600;
}
.index_address_border {
	display: inline-block;
	height: 1px;
	width: 130px;
	background: #F1F1F1;
	padding-left: 25px;
	padding-right: 30px;
}
.index_address_jp {
	font-size: 20px;
}
.index_map_box {
	position: relative;
	font-size: 32px;
	width: 1120px;
	margin: 0 auto;
}
.index_map {
	display: block;
	margin: 0 auto;
	width: 100%;
}
.index_map_box a {
	position: absolute;
}
.index_address1 {
	color: #045FA5;
	top: 98px;
	right: 416px;
}
.index_address2 {
	color: #E6B491;
	right: 142px;
	top: 420px;
}
.index_address3 {
	color: #EDB9BB;
	top: 550px;
	right: 600px;
}
.index_address4 {
	color: #BF490C;
	top: 700px;
	right: 220px;
}
.index_address5 {
	color: #B2BEAA;
	top: 858px;
	right: 488px;
}
.index_address6 {
	color: #8DB1BF;
	left: 67px;
	bottom: 350px;
}
.index_address7 {
	color: #948D33;
	left: 230px;
	bottom: 110px;
}
.index_address8 {
	color: #ED974E;
	bottom: 57px;
	left: -80px;
}
.index_address9 {
	color: #323F69;
	bottom: 38px;
	right: 160px;
}
.index_address {
	padding: 90px 0;
}
.index_serve_img {
	display: block;
	width: 100%;
	height: 504px;
}
.index_serve_con {
	position: relative;
	z-index: 9;
	width: 70%;
}
.index_serve_texts {
	position: absolute;
	top: 40px;
	right: -238px;
	background: #fff;
	width: 475px;
	height: 423px;
}
.index_serve_txt {
	padding: 70px;
}
.index_serve_tit {
	font-size: 26px;
}
.index_serve_subtit {
	font-size: 16px;
	padding: 15px 0 25px;
	border-bottom: 1px solid #333;
}
.index_serve_t {
	font-size: 16px;
	line-height: 30px;
	padding-top: 45px;
}
.index_serve_box {
	padding: 130px 0 100px;
	margin-top: -86px;
	background: #F4E3CC;
}
.index_serve_list {
	width: 1020px;
	margin: 0 auto;
}
.index_serve_item {
	float: left;
	width: 25%;
}
.index_serve_item_con {
	padding: 0 10px;
}
.index_serve_item_img {
	display: block;
	width: 100%;
	height: 235px;
}
.index_serve_item_name {
	font-size: 14px;
	padding-top: 10px;
}
.index_school_list li {
	float: left;
	width: 46%;
	padding-bottom: 50px;
}
.index_school_list li:nth-child(2n) {
	float: right;
}
.index_school_item {
	display: block;
	width: 100%;
}
.index_school_title {
	font-size: 38px;
	padding-bottom: 26px;
	border-bottom: 1px solid #E0E0E0;
	margin-bottom: 25px;
}
.index_school_img {
	display: block;
	width: 100%;
	height: 290px;
}
.index_school_tuijian {
	width: 60%;
	font-size: 28px;
}
.index_school_detail {
	font-size: 18px;
}
.index_school_bt {
	padding-top: 30px;
	line-height: 26px;
}
.index_school {
	padding: 150px 0 80px;
}
.index_guide {
	background: #F4E3CC;
	padding-top: 112px;
}
.index_bnguide_img {
	display: block;
	width: 100%;
	height: 230px;
}
.index_guide_time {
	font-size: 14px;
	color: #666;
	padding: 20px 0 10px;
}
.index_guide_text {
	font-size: 16px;
	color: #D71617;
	line-height: 26px;
}
.index_bnguide {
	padding-bottom: 35px;
}
.index_guide_page {
	position: relative;
	background: #FFF4E5;
	padding: 50px 0;
}
.index_guide_page .swiper-button-next,.index_guide_page .swiper-button-prev{background-color: #000000;width: 50px;height: 50px;background-size: 20%;}
.index_guide_page .swiper-button-next {
	right: 46%;
}
.index_guide_page .swiper-button-prev {
	left: 46%;
}
.index_nban_img {
	display: block;
	width: 100%;
}
.index_nban {
	padding: 45px 0 80px;
	width: 80%;
	margin: 0 auto;
}
.index_news_tab {
	float: left;
	width: 33.33%;
}
.index_news_tabs {
	margin: 0 -14px;
	padding-bottom: 55px;
}
.index_ntab {
	font-size: 20px;
	background: #F8F8F8;
	text-align: center;
	line-height: 72px;
	margin: 0 15px;
	border: 1px solid #F8F8F8;
	cursor: pointer;
}
.index_ntab_active {
	background: #fff!important;
}
.index_news_item {
	display: block;
	margin-bottom: 20px;
}
.index_news_date {
	font-size: 16px;
}
.index_news_con {
	display: none;
}
.index_news_show {
	display: block!important;
}
.viewMore{ 
    height: 30px;
    font-size: 16px;
    color: #b2aeae;
    line-height: 30px;
}
.index_news_tongg {
	font-size: 14px;
	line-height: 26px;
	width: 115px;
	text-align: center;
	color: #D71617;
	border: 1px solid #D71617;
	margin: 0 25px;
}
.index_news_text {
	font-size: 16px;
	width: 70%;
}
.index_news {
	padding-bottom: 100px;
}
.index_nban2 {
	padding: 40px 0 55px;
}
.foot_box {
	background: #F8F8F8;
	padding: 70px 0 60px;
}
.foot_fl {
	width: 45%;
}
.foot_fr {
	width: 30%;
}
.foot_texts {
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 45px;
}
.foot_link {
	display: inline-block;
	padding-right: 24px;
	padding-bottom: 15px;
}
.foot_link:hover {
	color: #D71617;
}
.foot_icon {
	width: 230px;
}
.foot_address {
	font-size: 14px;
    padding: 10px 0 7px;
}
.foot_phone {
	font-size: 17px;
	color: #D71617;
	font-weight: bold;
	padding-bottom: 10px;
}
.foot_leo {
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	background: #D71617;
	color: #fff;
}

/* 搜索学校 */
.htitle {
	height: 30px;
	line-height: 30px;
	background: #F4E3CC;
	font-size: 12px;
}
.htitle_home {
	width: 85px;
	text-align: center;
	color: #fff;
	background: #9E743C;
	display: inline-block;
}
.htitle_current {
	padding: 0 12px;
	display: inline-block;
}
.search_title {
	text-align: center;
	padding: 55px 0 50px;
}
.search_title span {
	font-size: 20px;
	display: inline-block;
	padding-bottom: 15px;
	border-bottom: 1px solid #333;
	font-weight: bold;
}
.search_name {
	font-size: 22px;
	border-bottom: 1px solid #D4D4D4;
	padding: 50px 0 22px;
}
.search_bar_box {
	margin: 30px 270px 100px;
}
.search_bar_box {
	height: 60px;
	width: 900px;
	background: #F1F1F1;
}
.search_keyval {
	height: 100%;
	background: #F1F1F1;
	padding-left: 20px;
	font-size: 16px;
	width: calc(100% - 70px);
}
.search_icon {
	display: block;
	height: 100%;
}
.search_condition_box {
	padding: 35px 60px;
	background: #F5F5F5;
}
.search_select {
	background: #fff;
	height: 56px;
	width: 500px;
	border: 1px solid #EDEDED;
	padding: 0 15px;
}
.search_select_label {
	display: inline-block;
	padding-right: 20px;
}
.search_condition_box {
	margin: 28px 0;
}
.search_fr {
	width: 55%;
}
.search_fl {
	width: 42%;
}
.search_check {
	width: 45%;
	float: left;
}
.search_check:nth-child(2n) {
	float: right;
}
.search_check_label {
	padding-left: 6px;
	display: inline-block;
	width: 80%;
	line-height: 1;
}
.search_check {
	padding-bottom: 30px;
}
.search_ban {
	margin-top: 40px;
	display: block;
}
.search_ban_img {
	display: block;
	width: 100%;
}
.search_submit {
	width: 300px;
	margin: 80px auto;
	font-size: 18px;
	color: #fff;
	background: #D71717;
	text-align: center;
	line-height: 60px;
	border-radius: 8px;
	cursor: pointer;
}

/* 搜索结果 */
.sres_nums_text {
	font-size: 20px;
	padding-left: 15px;
}
.sres_nums {
	padding: 40px 0 25px;
}
.sres_tips {
	padding: 24px;
	border: 1px solid #D1D1D1;
	font-size: 18px;
	line-height: 28px;
}
.sres_tips_tit {
	font-weight: bold;
}
.sres_warning {
	padding: 14px 25px;
	background: #FFE9DF;
	margin-top: 15px;
}
.sres_warning_txt {
	font-size: 18px;
	padding-left: 25px;
}
.sres_school_dot {
	width: 19px;
	height: 19px;
	background: #D71617;
}
.sres_school_mz {
	font-size: 24px;
	padding-left: 10px;
}
.sres_school_name {
	padding: 60px 0 30px;
	border-bottom: 1px solid #D4D4D4;
}
.sres_thead {
	background: #F5F5F5;
	font-size: 18px;
}
.sres_thead th {
	padding: 18px 0;
}
.sres_table {
	font-size: 18px;
	border-color: #D1D1D1;
	border-left: 0;
	border-top: 0;
	border-right: 0;
}
.sres_tbody td {
	padding: 18px 10px;
	text-align: center;
}
.sres_tbody_school {
	color: #F99900;
}
.sres_thead_w60 {
	width: 60%;
}
.sres_school_btn {
	display: block;
	background: #D71617;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	line-height: 48px;
	width: 220px;
	margin: 80px auto;
}


/* 填写个人信息 */
.userinfo {
	padding: 30px 0;
}
.userinfo_label {
	text-align: right;
	width: 200px;
	line-height: 64px;
}
.userinfo_font {
	color: #C8152D;
	font-size: 20px;
}
.userinfo_label_txt {
	font-size: 18px;
}
.userinfo_val_box {
	width: calc(100% - 220px);
}
.userinfo_val {
	display: block;
	height: 62px;
	border: 1px solid #D1D1D1;
	border-radius: 18px;
	width: 100%;
	padding-left: 20px;
	font-size: 20px;
}
.userinfo_item {
	padding-bottom: 18px;
}
.userinfo_texts {
	padding: 15px 20px;
	min-height: 200px;
}


/* 区域 */
.region_address_con {
	padding: 22px 0;
	border-bottom: 1px solid #D8D8D8;
}
.region_address {
	color: #828282;
}
.region_placename_name {
	font-size: 70px;
	padding: 50px 0 40px;
}
.region_placename_x {
	font-size: 24px;
}
.region_placename {
	width: 60%;
}
.region_map {
	width: 35%;
}
.region_nav {
	display: block;
	font-size: 20px;
	color: #828282;
	padding: 50px 0 25px;
	border-bottom: 1px solid #D1D1D1;
	cursor: pointer;
}
.region_nav_active {
	color: #C8152D;
}
.region_fl {
	width: 225px;
}
.region_fr {
	width: calc(100% - 350px);
}
.region_class_h {
	font-size: 20px;
	padding: 50px 0 80px;
}
.region_nums {
	display: inline-block;
	padding: 3px 15px;
	border: 1px solid #DADADA;
	border-radius: 4px;
	margin: 0 6px;
}
.region_class {
	padding-right: 55px;
	display: inline-block;
}
.region_select {
	width: 180px;
	padding: 5px 10px;
	font-size: 20px;
	border-color: #DADADA;
	border-radius: 4px;
}
.region_table {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	border-color: #D1D1D1;
	font-size: 20px;
	color: #333333b3;
	word-break:break-all;
}
.region_thead th {
	padding: 20px 0;
}
.region_tbody td {
	text-align: center;
	padding: 15px 5px;
}
.region_thead_name {
	width: 40%;
}
.region_thead_enname {
	width: 25%;
}
.region_thead_state {
	width: 15%;
}
.region_tbody_link {
	display: block;
	text-align: left;
	color: #536AB4;
}


/* 新闻列表 */
.news_search_bar {
	display: inline-block;
	padding-right: 0;
}
.news_search {
	height: 100%;
	width: 80%;
}
.news_search_icon {
	height: 100%;
}
.news_item {
	display: block;
	margin-bottom: 50px;
}
.news_img {
	width: 100%;
	height: 256px;
}
.news_img_box {
	width: 398px;
}
.news_texts {
	width: calc(100% - 450px);
}
.news_date {
	font-size: 16px;
}
.news_tit {
	font-size: 24px;
	padding: 28px 0;
}
.news_txt {
	font-size: 18px;
	line-height: 26px;
}
.news_list {
	padding-top: 30px;
}
.newsd_title {
	text-align: center;
	font-size: 22px;
	padding: 26px 0;
	border-bottom: 1px solid #D4D4D4;
	border-top: 1px solid #D4D4D4;
	font-weight: 900;
}
.newsdTime{
    font-size: 12px;
    color: #b1a9a9;
    margin-top:5px;
}
.news_content {
	padding: 50px 0;
}
.newsd_page {
	text-align: center;
	font-size: 18px;
}
.newsd_font {
	color: #D71617;
	font-weight: bold;
	padding: 0 5px;
}

/* 升学说明 */
.notes_content {
	padding: 24px 0;
	border-bottom: 1px solid #D4D4D4;
}
.notes_item {
	float: left;
	width: 46%;
	padding-bottom: 50px;
}
.notes_item:nth-child(2n) {
	float: right;
}
.notes_item_img {
	width: 225px;
	height: 315px;
}
.notes_item_img img {
	height: 100%;
	width: 100%;
}
.notes_item_texts {
	width: calc(100% - 250px);
}
.notes_item_tit {
	font-size: 28px;
	padding-bottom: 15px;
	border-bottom: 1px solid #D1D1D1;
}
.notes_item_tit_fot {
	font-size: 20px;
	color: #D71617;
}
.notes_item_txt {
	font-size: 14px;
	padding-top: 10px;
}
.notes_item_date {
	font-size: 42px;
	padding: 36px 0;
}
.notes_item_lookdate {
	text-align: center;
	font-size: 14px;
	color: #00A0ED;
	padding-bottom: 24px;
	cursor: pointer;
}
.notes_item_lookjion {
	text-align: center;
	font-size: 14px;
	color: #00A0ED;
	cursor: pointer;
	padding-top: 25px;
}
.notes_item_jion {
	display: block;
	text-align: center;
	font-size: 22px;
	line-height: 54px;
	background: #D71617;
	border-radius: 4px;
	color: #fff;
}
.notes_list {
	padding: 50px 0;
}
.notes_time_box {
	background: #F8F8F8;
	padding: 16px;
	margin-bottom: 16px;
	display: none;
}
.notes_schools {
	background: #F8F8F8;
	padding: 16px;
	margin-top: 16px;
	display: none;
}
.notes_time_label {
	text-align: center;
	padding: 20px 0;
	font-size: 20px;
	border-bottom: 1px solid #E7E7E7;
}
.notes_time_val {
	display: block;
	font-size: 18px;
	padding: 22px 0;
	border-bottom: 1px solid #E7E7E7;
}
.notes_time_close {
	text-align: center;
	padding: 22px 0;
	color: #00A0ED;
	font-size: 16px;
	cursor: pointer;
}
.notes_schools_val {
	color: #00A0ED;
}
.entrance_tbody td {
	text-align: center;
	font-size: 22px;
	padding: 22px;
}
.entrance_table {
	border-color: #C2C2C2;
	margin-top: 28px;
}
.entrance_tbody_txt {
	width: 80%;
}
.entrance_tbody_label {
	background: #F9F9F9;
	font-weight: bold;
}
.entrance_interval_item {
	padding: 35px 60px;
	border-bottom: 1px solid #C2C2C2;
	font-size: 24px;
	line-height: 55px;
}
.m-banner {
    display: none;
}
.entrance_interval_link {
	width: 350px;
	text-align: center;
	background: #D71617;
	border-radius: 4px;
	color: #fff;
}
.entrance_interval_item:last-child {
	border: none;
}
.entrance_back {
	font-size: 20px;
	display: block;
	text-align: center;
	color: #00A0ED;
	padding: 120px 0 60px;
}


/* 推荐教育机构 */
.agency_banner_img {
	display: block;
	width: 100%;
	height: 470px;
}
.subject_select {
	margin-left: 55px;
}
.agency_list {
	overflow: hidden;
	margin: 0 -6px;
}
.agency_list li {
	float: left;
	width: 20%;
	padding-bottom: 30px;
}
.agency_item {
	display: block;
	padding: 0 6px;
}
.agency_item_img {
	height: 160px;
}
.agency_item_img img {
	display: block;
	width: 100%;
	height: 100%;
}
.agency_item_name {
    font-size: 20px;
    padding: 0 15px;
    text-align: center;
    height: 94px;
    line-height: 32px;
}
.agency_class_h {
	padding-bottom: 40px;
}
.agency_content {
	padding: 20px 0;
	overflow: hidden;
}
.agency_tab {
	float: left;
	width: 10%;
	height: 50px;
	text-align: center;
	font-size: 18px;
	background: #F5F5F5;
	cursor: pointer;
	border-right: 1px solid #D1D1D1!important;
	border-bottom: 1px solid #D1D1D1!important;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.agency_tab:last-child {
	border-right: 0;
}
.agency_tabs_box {
	border-top: 1px solid #D1D1D1;
	border-left: 1px solid #D1D1D1;
}
.agency_info_table {
	border-collapse: collapse;
	border-color: #D1D1D1;
	font-size: 18px;
	margin-top: 30px;
}
.agency_info_tbody td {
	padding: 24px 40px;
}
.agency_info_tbody td:nth-child(1) {
	background: #F5F5F5;
	width: 30%;
}
.agency_taskinfo_tips {
	font-size: 20px;
	padding: 40px 20px 20px;
}
.agency_taskinfo_xk {
	font-size: 20px;
	cursor: pointer;
}
.agency_taskinfo_item {
	border-bottom: 1px solid #D1D1D1;
	padding: 20px 28px;
}
.agency_taskinfo_list {
	border-top: 1px solid #D1D1D1;
}
.agency_taskinfo_con {
	padding: 30px;
	display: none;
	padding-bottom: 0;
}
.agency_taskinfo_tit {
	font-size: 18px;
	padding-left: 16px;
	margin-bottom: 25px;
	border-left: 1px solid #888888;
}
.agency_taskinfo_table {
	background: #fff;
	border-color: #D1D1D1;
	font-size: 18px;
	margin-bottom: 25px;
}
.agency_taskinfo_tbody td {
	padding: 20px;
}
.agency_taskinfo_tbody td:nth-child(1) {
	width: 30%;
}
.agency_characteristic_con {
	padding: 30px 24px;
	font-size: 20px;
	line-height: 40px;
}
.agency_address_img {
	padding: 30px 0;
}
.agency_address_i {
	display: block;
	width: 100%;
}
.agency_tab:hover {
	color: #fff;
	background: #C8152D;
}

/* 日本教育机构 */
.mechanism_table {
	border-color: #D1D1D1;
	font-size: 20px;
	text-align: center;
}
.mechanism_thead th {
	padding: 20px 0;
}
.mechanism_thead th:nth-child(1) {
	width: 26%;
}
.mechanism_thead th:nth-child(2) {
	width: 26%;
}
.mechanism_thead th:nth-child(3) {
	width: 35%;
}
.mechanism_tbody td {
	padding: 16px;
	font-size: 16px;
}
.mechanism_tbody_link {
	color: #536AB4;
}

/* 留学常识 */
.nous_main {
	padding: 70px 0;
}
.nous_fl {
	width: 300px;
	height: 360px;
	border: 1px solid #E9E9E9;
	border-radius: 2px;
}
.nous_fl_title {
	width: 80%;
	color: #fff;
	font-size: 20px;
	background: #C8152D;
	border-radius: 0px 4px 18px 0px;
	padding: 20px;
	margin: 30px 0 45px;
}
.nous_fl_links {
	padding: 0 22px;
}
.nous_fl_nav {
	display: block;
	font-size: 16px;
	padding-left: 20px;
	margin-bottom: 30px;
	border-left: 5px solid #fff;
}
.nous_active {
	border-color: #C8152D;
	color: #C8152D;
}
.nous_fr {
	width: calc(100% - 365px);
}
.nous_list {
	font-size: 18px;
}
.nous_list li {
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	margin-bottom: 35px;
}
.nous_list_tit {
	padding: 18px 25px;
	font-size: 18px;
	background: #F5F5F5;
}
.nous_list_txt {
	padding: 20px 25px;
	line-height: 32px;
}
.life_more {
	font-size: 18px;
	color: #999;
}
.life_list {
	padding-top: 38px;
}
.life_list li {
	float: left;
	width: 46%;
	padding-bottom: 50px;
}
.life_list li:nth-child(2n) {
	float: right;
}
.life_item {
	display: block;
}
.life_item_img {
	display: block;
	width: 100%;
	height: 225px;
}
.life_item_txt {
	width: 60%;
	font-size: 20px;
}
.life_item_name {
	padding-top: 20px;
}
.life_item_detail {
	font-size: 14px;
	line-height: 26px;
}
.life_cye {
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	margin-bottom: 38px;
}
.lifelist_lis li {
	float: left;
	width: 25%;
	padding-bottom: 40px;
}
.lifelist_lis {
	margin: 0 -10px;
	padding: 60px 0;
}
.lifelist_item {
	display: block;
	padding: 0 10px;
	text-align: center;
}
.lifelist_item_img {
	display: block;
	width: 100%;
	height: 200px;
}
.lifelist_item_txt {
	padding: 10px;
}

/* 关于日本 */
.about_school_texts {
	font-size: 18px;
	line-height: 32px;
	padding: 22px 0 40px;
}
.about_school_list li {
	float: left;
	width: 46%;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	margin-bottom: 35px;
}
.about_school_list li:nth-child(2n) {
	float: right;
}
.about_school_title {
	padding: 15px 30px;
	background: #F5F5F5;
	font-size: 18px;
	font-weight: bold;
}
.about_school_txts {
	padding: 15px 30px;
	font-size: 18px;
	line-height: 32px;
}
.about_school_from {
	font-size: 18px;
	line-height: 32px;
}
.about_school_type {
	padding: 28px 0;
}
.about_school_type .about_school_txts {
	height: 126px;
}

/* 留学测试 */
.test_head {
	padding: 14px 0;
	border-top: 1px solid #D4D4D4;
	border-bottom: 1px solid #D4D4D4;
}
.test_head_fl {
	font-size: 24px;
	font-weight: bold;
	line-height: 66px;
}
.test_head_fr {
	font-size: 20px;
	color: #fff;
	border: 2px solid #EAEAEA;
	padding: 0 3px;
}
.test_head_sp {
	display: inline-block;
	width: 125px;
	padding: 20px 0;
	text-align: center;
	background: #CCCCCC;
	margin: 0 -3px;
}
.test_active {
	background: #F99900;
}
.test_table {
	border-color: #D1D1D1;
	text-align: center;
	font-size: 18px;
	margin: 40px 0;
}
.test_thead {
	background: #F5F5F5;
}
.test_thead th {
	padding: 19px 0;
}
.test_thead_title {
	width: 70%;
}
.test_tbody td {
	padding: 19px 10px;
}
.test_tbody td:nth-child(1) {
	text-align: left;
}
.test_btns {
	text-align: center;
}
.test_next {
	display: inline-block;
	width: 198px;
	line-height: 55px;
	color: #fff;
	border-radius: 4px;
	background: #F99900;
	font-size: 20px;
}
.test_prev {
	background: #999999;
	margin: 0 50px;
}
.testresult_content {
	background: #f5f5f5;
	padding: 15px;
	margin-top: 20px;
}
.testresult_texts {
	background: #fff;
	padding: 35px;
}
.testresult_title {
	display: inline-block;
	font-size: 24px;
	color: #fff;
	background: #C81D2D;
	padding: 10px;
	border-radius: 2px;
}
.testresult_txt {
	font-size: 18px;
	line-height: 30px;
	padding-top: 30px;
}
.testresult_jion {
	font-size: 24px;
	padding: 30px 0;
	font-weight: bold;
}
.testresult_list li {
	float: left;
	width: 40%;
	margin-right: 5%;
	border: 1px solid #D5D5D5;
	padding-bottom: 20px;
	margin-bottom: 80px;
}
.testresult_list_tit {
	padding: 20px 15px;
	font-size: 24px;
	border: 1px solid #5DC060;
	background: #F9F9F9;
}
.testresult_list_txt {
	font-size: 20px;
	padding: 20px 15px 0;
	height: 75px;
}
.testresult_list_link {
	display: block;
	margin: 0 15px;
	color: #fff;
	background: #64B468;
	padding: 16px 0;
	text-align: center;
	border-radius: 4px;
}
.test_pop_wrap {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 9;
	display: none;
}
.test_pop_box {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	z-index: 9;
	width: 540px;
	height: 300px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.test_pop_title {
	text-align: center;
}
.test_pop_title {
	font-size: 30px;
	text-align: center;
	font-weight: 600;
	padding: 30px 0;
}
.test_pop_con {
	padding: 0 24px;
}
.test_pop_val {
	height: 75px;
	background: #F5F5F5;
	width: 100%;
	padding-left: 30px;
	font-size: 24px;
}
.test_pop_close,.test_pop_cf {
	font-size: 26px;
	padding: 0 50px;
	cursor: pointer;
}
.test_pop_close {
	color: #999999;
}
.test_pop_cf {
	color: #00498A;
}
.test_pop_btns {
	text-align: center;
	padding-top: 50px;
}

/* 申请流程 */
.process_content {
	padding: 20px;
	background: #F7F7F7;
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 35px;
}
.process_tit {
	color: #661BD6;
	font-size: 24px;
	padding-bottom: 30px;
	text-align: center;
}
/* 登录 */
.login_bg {
	height: 100vh;
	background: url(../img/index/bg.jpg) 0 0 no-repeat;
	background-size: 100% 100%;
}
.login_box {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #fff;
	border-radius: 20px;
	width: 620px;
	height: 570px;
}
.login_con {
	padding: 40px 45px;
}
.login_head {
	color: #00498A;
	padding-bottom: 25px;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 40px;
}
.login_head_user {
	font-size: 26px;
}
.login_head_reg {
	font-size: 20px;
	color: #00498A;
	padding-top: 6px;
}
.login_phone {
	border: 1px solid #D1D1D1;
	border-radius: 8px;
	padding: 0 15px;
	margin-bottom: 28px;
}
.login_phone_icon {
	width: 36px;
	line-height: 64px;
}
.login_phone_val {
	width: 80%;
	height: 64px;
	font-size: 20px;
}
.login_forget {
	font-size: 20px;
	color: #00498A;
}
.login_btn {
	font-size: 26px;
	text-align: center;
	line-height: 66px;
	background: #00498A;
	color: #fff;
	border: none;
	display: block;
	width: 100%;
	border-radius: 10px;
	margin-top: 80px;
}
.login_head_reg span {
	color: #999;
}
.reg_phone {
	font-size: 20px;
}
.reg_phone .login_phone_icon span {
	border-right: 1px solid #8A8A8A;
	padding-right: 30px;
	line-height: 0;
	color: #8A8A8A;
}
.reg_phone .login_phone_icon {
	width: auto;
}
.reg_phone .login_phone_val {
	font-size: 20px;
	padding-left: 15px;
}
.getcode {
	line-height: 64px;
	color: #00498A;
	background: #fff;
	font-size: 20px;
}
.login_pw {
	width: 100%;
}
.reg_box {
	height: 640px;
}
.reg_box .login_btn {
	margin-top: 50px;
}
.code_val {
	width: 70%;
}
.reg_phone .forget_phone {
	padding-left: 0;
}
.head_mobile {
	display: none;
}
.search_submit {
	display: block;
}
.heights {
    display: none;
}
.msg_name,.msg_con {
    border: 1px solid #D1D1D1;
    padding: 10px;
    margin-bottom: 10px;
    width: 400px;
    max-width: 100%;
}
.msg_con {
    height: 150px;
}
.msg_btn {
    display: block;
    color: #fff;
    background: #D71617;
    padding: 10px;
    font-size: 14px;
    border: none;
}
.getBackBox{
    position: fixed;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 10px;
    bottom: 100px;
    right: 80px;
    display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 999999;
	cursor: pointer;
}
.getBackImg{
    width: 60px;
    height: 60px;
}





@media screen and (max-width:1480px) {
	.w1450,.w1400 {
		width: 1200px;
	}
	.search_select {
		width: 450px;
	}
}
@media screen and (max-width:1000px) {
    .heights {
        display: block;
    }
	.w1450,.w1400 {
		width: 95%;
	}
	.head_mobile {
		display: block;
	    line-height: 51px;
	}
	.nav,.nav_box {
		float: initial;
		margin-right: 0;
		text-align: center;
	}
	.head_tesk_box {
		display: none;
	}
	.nav_box {
		position: fixed;
		left: 0;
		width: 100%;
		top: 81px;
		background: rgba(0,0,0,.8);
		z-index: 99;
		padding: 10px 0;
		display: none;
	}
	.head_box {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		z-index: 99;
	}
	.index_banner {
		padding-top: 81px;
	}
	.head {
		padding: 15px;
	}
	.nav_item {
		display: block;
		margin-right: 0;
		color: #fff;
	}
	.nav_items {
		display: block;
		margin-right: 0;
		color: #fff;
	}
	.index_swiper_img img {
		height: 230px;
	}
	.index_search {
		padding: 20px 0;
	}
	.index_search {
		width: 90%;
		padding: 15px;
	}
	.index_search_news {
		width: 100%;
	}
	.index_search_news p {
		padding: 10px;
	}
	.index_search {
		margin-top: -30px;
	}
	.index_search_title {
		font-size: 20px;
	}
	.index_search_link {
		width: 80%;
		margin-top: 20px;
		line-height: 40px;
	}
	.index_address_title {
		font-size: 20px;
	}
	.index_address {
		padding: 30px 0;
	}
	.index_address_head {
		padding-bottom: 20px;
	}
	.index_address_border,.index_address_jp {
		display: none!important;
	}
	.index_map_box {
		width: 100%;
	}
	.index_map_box {
		font-size: 14px;
	}
	.index_address1 {
		top: 35px;
		right: 140px;
	}
	.index_address2 {
		right: 45px;
		top: 160px;
	}
	.index_address3 {
		top: 180px;
		right: 180px;
	}
	.index_address4 {
		top: 245px;
		right: 65px;
	}
	.index_address5 {
		top: 280px;
		right: 150px;
	}
	.index_address6 {
		left: 30px;
		bottom: 120px;
	}
	.index_address7 {
		left: 68px;
		bottom: 35px;
	}
	.index_address8 {
		left: 0;
		bottom: -20px;
	}
	.index_address9 {
		bottom: 10px;
		right: 50px;
	}
	.index_serve_txt {
		padding: 20px;
	}
	.index_serve_texts {
		width: 90%;
		right: 0;
		left: 50%;
		height: auto;
		top: 20px;
	}
	.index_serve_tit {
		font-size: 16px;
	}
	.index_serve_subtit {
		font-size: 14px;
		padding: 10px 0 15px;
	}
	.index_serve_t {
		font-size: 12px;
		padding-top: 10px;
		line-height: 20px;
		-webkit-line-clamp: 3;
	}
	.index_serve_img {
		height: 200px;
	}
	.index_serve_box {
		padding-bottom: 20px;
	}
	.index_serve_list {
		width: 100%;
	}
	.index_serve_item {
		width: 50%;
		padding-bottom: 20px;
	}
	.index_serve_item_img {
		height: 140px;
	}
	.index_school {
		padding: 30px 0;
	}
	.index_school_title {
		font-size: 16px;
		padding-bottom: 8px;
		margin-bottom: 14px;
	}
	.index_school_img {
		height: 110px;
	}
	.index_school_list li {
		width: 48%;
		padding-bottom: 20px;
	}
	.index_school_bt .fr {
		display: none;
	}
	.index_school_tuijian {
		width: 100%;
		font-size: 14px;
	}
	.index_school_bt {
		padding-top: 6px;
	}
	.index_bnguide_img {
		height: 65px;
	}
	.index_guide_time {
		font-size: 12px;
	}
	.index_guide {
		display: none;
	}
	.index_nban {
		padding: 0 0 30px;
	}
	.index_ntab {
		line-height: 40px;
		font-size: 14px;
		margin: 0 10px;
	}
	.index_news_tabs {
		padding-bottom: 20px;
	}
	.index_news_tongg {
		display: none!important;
	}
	.index_news_date {
		font-size: 14px;
		color: #999;
	}
	.index_news_text {
		font-size: 14px;
		width: 65%;
		padding-left: 10px;
	}
	.index_news_item {
		margin-bottom: 15px;
	}
	.index_news {
		padding-bottom: 20px;
	}
	.index_nban2 {
		padding: 30px 0;
	}
	.foot_box {
		padding: 30px 0;
	}
	.foot_fl,.foot_fr {
		width: 100%;
	}
	.foot_texts {
		padding-bottom: 20px;
	}
	.foot_link {
		padding-right: 10px;
		padding-bottom: 10px;
	}
	.foot_icon {
		/*width: 200px;*/
	}
	.foot_address {
		font-size: 14px;
		padding: 10px 0;
	}
	.foot_phone {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.index_news_tabs {
		margin: 0 -9px;
	}
	.search_title {
		padding: 30px 0;
	}
	.search_title span {
		font-size: 18px;
	}
	.search_name {
		font-size: 16px;
	}
	.search_name {
		padding: 0 0 15px;
	}
	.search_bar_box {
		width: 80%;
	}
	.search_bar_box {
		margin: 20px auto;
	}
	.search_bar_box {
		height: 40px;
	}
	.search_bar_btn {
		height: 100%;
	}
	.search_keyval {
		font-size: 14px;
	}
	.search_condition_box {
		padding: 10px 20px;
	}
	.search_select {
		width: 70%;
		padding: 0 10px;
		height: 40px;
	}
	.search_condition_box>div {
		width: 100%;
		float: initial;
		padding: 10px 0;
	}
	.search_select_label {
		width: 80px;
		padding-right: 0;
	}
	.search_fl {
		width: 100%;
	}
	.search_fr {
		display: none;
	}
	.search_check {
		padding-bottom: 15px;
	}
	.search_ban {
		margin-top: 10px;
	}
	.search_submit {
		margin: 30px auto;
		font-size: 14px;
		line-height: 40px;
		width: 50%;
	}
	.sres_nums_text {
		font-size: 16px;
		padding-left: 5px;
	}
	.sres_nums>img {
		height: 20px;
	}
	.sres_nums {
		padding: 20px 0;
	}
	.sres_tips {
		padding: 15px;
		font-size: 14px;
		line-height: 24px;
	}
	.sres_warning {
		padding: 15px;
	}
	.sres_warning_txt {
		font-size: 14px;
		width: 80%;
		padding-left: 10px;
	}
	.sres_warning>img {
		height: 20px;
	}
	.sres_school_name {
		padding: 30px 0 20px;
	}
	.sres_school_mz {
		font-size: 16px;
		padding-left: 5px;
	}
	.sres_school_dot {
		width: 14px;
		height: 14px;
	}
	.sres_table,.sres_thead {
		font-size: 14px;
	}
	.sres_thead th {
		padding: 10px 0;
	}
	.sres_tbody td {
		padding: 10px;
	}
	.sres_school_btn {
		margin: 40px auto;
	}
	.region_address {
		width: 90%;
	}
	.region_placename_name {
		font-size: 20px;
		padding: 15px 0;
	}
	.region_placename_x {
		font-size: 14px;
	}
	.region_fr {
		width: 100%;
	}
	.region_class {
		padding-right: 15px;
	}
	.region_class_h {
		font-size: 16px;
		padding: 30px 0 20px;
	}
	.region_select {
		font-size: 16px;
	}
	.region_table {
		font-size: 14px;
	}
	.region_tbody td {
		padding: 10px 5px;
	}
	.region_main {
		padding-bottom: 30px;
	}
	.region_nav {
		font-size: 16px;
		padding: 20px 0;
	}
	.region_fl {
		width: 100%;
	}
	.process_content {
		font-size: 14px;
		line-height: 26px;
	}
	.process_tit {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.newsd_title {
		font-size: 16px;
		padding: 20px 0;
	}
	
	.newsdTime{
        font-size: 12px;
    }
	.agency_tab {
	    width: 20%;
		font-size: 14px;
		padding: 15px 0;
	}
	.agency_info_tbody td {
		padding: 15px;
	}
	.agency_info_table {
		font-size: 14px;
	}
	.agency_taskinfo_tips {
		font-size: 14px;
		padding: 30px 15px 15px;
	}
	.agency_taskinfo_item {
		padding: 15px;
	}
	.agency_taskinfo_xk {
		font-size: 14px;
	}
	.agency_taskinfo_con {
		padding: 10px;
	}
	.agency_taskinfo_tit {
		font-size: 14px;
		margin-bottom: 10px;
	}
	.agency_taskinfo_table {
		font-size: 14px;
	}
	.agency_taskinfo_tbody td {
		padding: 10px;
	}
	.agency_characteristic_con {
		padding: 15px;
		font-size: 14px;
		line-height: 24px;
	}
	.news_content {
		padding: 20px 0;
	}
	.search_main {
		padding-bottom: 40px;
	}
	.notes_list {
		padding: 30px 0 0;
	}
	.notes_item {
		width: 100%;
	}
	.notes_item_tit {
		font-size: 16px;
	}
	.notes_item_tit_fot {
		font-size: 14px;
	}
	.notes_item_date {
		font-size: 16px;
		padding: 10px 0;
	}
	.notes_item_jion {
		font-size: 14px;
		line-height: 40px;
	}
	.notes_item_img {
		height: 200px;
		width: 180px;
	}
	.notes_item_texts {
		width: calc(100% - 200px);
	}
	.notes_time_label {
		font-size: 14px;
		padding: 0 0 10px;
	}
	.notes_time_val {
		font-size: 14px;
		padding: 10px 0;
	}
	.notes_time_close {
		padding: 20px 0 10px;
		font-size: 14px;
	}
	.notes_item_lookjion {
		padding-top: 15px;
	}
	.notes_item {
		padding-bottom: 30px;
	}
	.entrance_tbody td {
		font-size: 14px;
		padding: 10px;
	}
	.entrance_table {
		margin-top: 20px;
	}
	.entrance_interval_item {
		padding: 20px 0;
		font-size: 14px;
		line-height: 40px;
	}
	.entrance_interval_link {
		width: auto;
		padding: 0 15px;
	}
	.entrance_back {
		padding: 10px 0;
		font-size: 14px;
	}
	.userinfo_font {
		font-size: 16px;
	}
	.userinfo_label_txt {
		font-size: 14px;
	}
	.userinfo_label {
		width: 120px;
		line-height: 40px;
	}
	.userinfo_val_box {
		width: calc(100% - 140px);
	}
	.userinfo_val {
		font-size: 14px;
		height: 40px;
		border-radius: 8px;
		padding-left: 10px;
	}
	.userinfo_texts {
		min-height: 100px;
	}
	.userinfo {
		padding: 30px 0 0;
	}
	.agency_banner_img {
		height: 200px;
	}
	.region_select {
		width: 100%;
		margin-top: 15px;
	}
	.subject_select {
		margin-left: 0;
	}
	.agency_list li {
		width: 50%;
		padding-bottom: 15px;
	}
	.agency_item_img {
		height: 150px;
	}
	.agency_item_name {
		font-size: 14px;
		line-height: 30px;
		height: auto;
	}
	.mechanism_table {
		font-size: 14px;
	}
	.mechanism_tbody td {
		padding: 5px;
	}
	.mechanism_tbody td {
		font-size: 14px;
	}
	.mechanism_thead th {
		padding: 10px 0;
	}
	.nous_main {
		padding: 30px 0;
	}
	.nous_fl {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
	}
	.nous_fr {
		width: 100%;
	}
	.nous_fl_title {
		margin: 20px 0;
		font-size: 16px;
	}
	.nous_fl_nav {
		margin-bottom: 15px;
		padding-left: 10px;
	}
	.nous_fl_links {
		padding: 0 20px;
	}
	.nous_list_tit {
		font-size: 16px;
		padding: 15px;
	}
	.nous_list_txt {
		font-size: 14px;
		padding: 15px;
	}
	.nous_list li {
		margin-bottom: 20px;
	}
	.life_more {
		font-size: 14px;
	}
	.life_list {
		padding-top: 20px;
	}
	.life_item_img {
		height: 150px;
	}
	.life_list li {
		width: 48%;
		padding-bottom: 20px;
	}
	.life_item_txt {
		font-size: 14px;
		width: 100%;
	}
	.life_item_name {
		padding-top: 10px;
	}
	.life_item_detail {
		display: none;
	}
	.life_cye {
		margin-bottom: 30px;
	}
	.lifelist_lis {
		padding: 30px 0;
	}
	.lifelist_lis li {
		width: 50%;
		padding-bottom: 20px;
	}
	.lifelist_item_img {
		height: 150px;
	}
	.about_school_texts {
		font-size: 14px;
		padding: 10px 0 20px;
		line-height: 24px;
	}
	.about_school_list li {
		width: 100%;
		margin-bottom: 20px;
	}
	.about_school_title {
		font-size: 16px;
		padding: 15px;
	}
	.about_school_txts {
		padding: 15px;
		font-size: 14px;
	}
	.about_school_from {
		font-size: 14px;
		line-height: 24px;
	}
	.leaveBox{
	    /* display: none; */
	}
	.leavetkBox{
	    display: none;
	}
	.region_thead_name {
    	width: 20%;
    }
    .login_box {
    	width: 95%;
    	height: 420px;
    }
    .login_con{
        padding: 15px 20px;
    }
    .login_head {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }
    .login_head_user{
        font-size: 19px;
    }
    .login_head_reg{
        font-size: 14px;
    }
    .login_phone{
        margin-bottom: 15px;
    }
    .reg_phone {
        font-size: 20px;
    }
    .login_phone_val{
        height: 44px;
        font-size: 15px!important;
    }
    .reg_phone .login_phone_val {
        font-size: 15px;
        padding-left: 0;
    }
    .getcode{
        font-size: 16px;
        line-height: 44px;
    }
    .reg_box .login_btn{
        margin-top: 30px;
    }
    .login_btn{
        line-height: 44px;
        font-size: 19px;
    }
    .login_phone_icon{
        line-height: 44px;
    }
    .login_forget{
        font-size: 15px;
    }
    .getBackBox{
        width: 60px;
        height: 60px;
        bottom: 70px;
        right: 20px;
    }
    .getBackImg {
        width: 40px;
        height: 40px;
    }
    
    
   /* 在手机上显示两行 */
	@media (max-width: 767px) {
        .abc {
            width: 100%!important;
            height: unset!important;
        }
        #aaa {
            display: none!important;
        }
        .index_nban  {
            width: 100%;
        }
        .index_news_show {
            padding: 0 30px;
        }
        .box {
             width: 42%!important;
            box-sizing: border-box;
            flex: unset!important;
            margin-bottom: 20px!important;
        }
        .container {
            flex-wrap: wrap;
        }
        .index_nban2 {
            margin-top: 0px!important;
        }
        .index_banner {
            margin-top: 0px!important ;
            padding-top: 0px!important;
        }
        
        #bbb ul {
            display: flex;
            flex-wrap: wrap;
            padding: 0!important;
            margin-bottom: 15px;
        }
        #bbb .myLI {
                width: 41%!important;
    height: 50px!important;
    line-height: 50px!important;
    margin: 10px 15px;
    margin-top:15px !important;
    
        }
        .xuexiaoleixing {
              height: 50px!important;
    line-height: 50px!important;
        }
        
        .foot_wrap .myLI {
            margin-bottom: 20px !important;
        }
        .padding-aaa {
            padding: 10px!important;
        }
        
        .hengtiao {

            width: 80%!important;
            height: 210px!important;
            background-color: #9e733c;
             margin-left: 0%!important; 
        }
        
           .hengtiao .lianmeng div{
            padding: 0!important;
        }
        
        .chakan {
            margin-left: 90px!important;
             margin-top: 0px!important;
        }
        
        .index_news_tabs {
 
            margin-top: 30px!important;
            width: 100%;
        }
        .index_swiper .swiper-wrapper{
            display: none!important;
        }
    
    .m-banner {
        display: inline-block;
        width: 100%;
    }
    .m-banner img {
        width: 100%;
    }
    .dialog-modal-mask  {
        background: rgba(0,0,0,0.8)!important;
    }
    

    .dialog-modal .dialog-modal-text {
      
        padding: 18px 0px!important;
        height: 400px!important;
        
    }
    .dialog-modal-text .myLI{
        border-radius: 0px!important;
        box-shadow:unset!important;
        border-bottom: 1px solid #e5e5e5!important;
        background: #fff;
    margin-top: 5px;
    font-size: 18px;
    padding-top: 17px;
    height: 54px;
        position: relative;
    }
      .dialog-modal-text .myLI a  img {
           position: absolute;
    right: 15px;
    top: 24px;
    width: 8px;
      }
      .dialog-modal-text .myLI a {
             font-size: 18px;
    border: none!important;
    width: 100%!important;
    text-align: left!important;
    display: inline-block;
    padding-left: 30px;
    font-weight: bold;
    background-color: #ffffff;

      }
      .dialog-modal {
          max-width: 85%!important;
      }
      .dialog-modal-btn button {
          padding: 15px 0!important;
             color: black!important;
      }
}