.clearfix:after {clear: both;content:"";display: block;height: 0;visibility: hidden;}
.clearfix {*zoom: 1;}
*{ margin: 0;  padding: 0;list-style: none; border: none; font-family: Arial,'Heiti SC','Microsoft YaHei';  vertical-align: baseline;}
:focus { outline: none; }
.clearfix:after {clear: both;content:"";display: block;height: 0;visibility: hidden;}
.clearfix {*zoom: 1;}
*{ margin: 0;  padding: 0;list-style: none; border: none; }
*{ -webkit-tap-highlight-color:rgba(255,255,255,0); -webkit-appearance: none; outline:none;border-radius: 0; }
:focus { outline: none; }				
ul{margin-bottom:0;}
.main{position:relative;}
p.tip{font-size:14px;}
i {font-style: normal;}
body {
	width: 100%;
}
a {text-decoration: none;}
.pagination{display:inline-block;padding-left:0;border-radius:4px}
.pagination>li{display:inline}
.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:0.37rem 0.75rem;margin-left:-1px;line-height:1.42857143;color:#909090;text-decoration:none;background-color:#fff;border:1px solid #ddd}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}
.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}
.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#307AFE;border-color:#307AFE}
.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}
.pagination-lg>li>a,.pagination-lg>li>span{padding:0.37rem 0.75rem;font-size:1.12rem}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:0.37rem;border-bottom-left-radius:0.37rem}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:0.37rem;border-bottom-right-radius:0.37rem}

.pagination-md>li>a,.pagination-md>li>span{padding:0.5rem 0.81rem;font-size:1rem}
.pagination-md>li:first-child>a,.pagination-md>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}
.pagination-md>li:last-child>a,.pagination-md>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}

.pagination-sm>li>a,.pagination-sm>li>span{padding:0.37rem 0.625rem;font-size:0.75rem}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}
.pager{padding-left:0;margin:3.3rem 0;text-align:center;list-style:none}
.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:0.31rem 0.875rem;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}
.pager .next>a,.pager .next>span{float:right}
.pager .previous>a,.pager .previous>span{float:left}
.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}
.pager-nav {margin-left: 0.625rem !important; color:#194ABE !important;border:1px solid #194ABE !important;}
.pager-pre {margin-left: 0 !important; margin-right: 0.625rem !important}
.pager-gary {background-color: #E6E6E6 !important; color: #A1A1A1 !important; border:1px solid #E6E6E6 !important; }
.rows {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flex_row {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.columns {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.flex_wrap {
	-webkit-flex-wrap: wrap;  
	-moz-flex-wrap: wrap;  
	-ms-flex-wrap: wrap;  
	-o-flex-wrap: wrap;  
	flex-wrap: wrap; 
}
.justify_center {
  -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
}
.justify_start {
  -webkit-box-pack: start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
     -ms-flex-align: start;
}
.justify_between {
  -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
     -ms-flex-pack: justify;
}
.justify_end {
  -webkit-box-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
}
.align_center {
  -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
}
.align_start {
  -webkit-box-align: start;
    -moz-align-items: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
}
.align_end {
  -webkit-box-align: end;
    -moz-align-items: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
}
.header_content {
	width: 100%;
	height: auto;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 66;
}
.header {
	width: 100%;
	height: 6.25rem;
	position: relative;
}
.header .logo {
	width: 16.8rem;
}
.header .school_name {
	width: auto;
	margin-left: 15px;
}
.header .school_name .t1 {
	font-size: 2.125rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #17202E;
}
.header .school_name .t2 {
	font-size: 1.06rem;
	font-family: Source Han Sans CN-Light, Source Han Sans CN;
	font-weight: 300;
	color: #B0B6C1;
	letter-spacing: 2px
}
.header .school_name .t3 {
	font-size: 1.06rem;
	font-family: Source Han Sans CN-Light, Source Han Sans CN;
	font-weight: 300;
	color: #B0B6C1;
	letter-spacing: 2px
}
.menu {
	width: 100%;
	height: auto;
}
.menu ul {
	width: auto;
	height: auto;
}
.menu ul li {
	width: auto;
	height: 50px;
	line-height: 50px;
	padding: 0 28px;
	position: relative;
}
.menu li span {
	font-size: 18px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 500;
	color: #4C5667;
	cursor: pointer;
	letter-spacing: 1px
}
.menu .child {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 100%;
	background: #fff;
}
.child_item {
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 1.4rem;
	padding: 0.9rem 0.85rem;
	box-sizing: border-box;
}
.child_item a {
	color: #17202E ;
	font-size: 1rem;
}
.menu ul li.active span {
	color: #3371DB;
}
.child_item:hover a {
	color: #3371DB;
}
.menu ul li:hover .child {
	display: block;
}
.menu ul li .active_img {
	width: 70px;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -35px;
}
.input_content {
	width: 242px;
	height: 30px;
	background: #EDF1F8;
	border-radius: 30px;
}
.input_content input {
	width: 180px;
	margin-left: 18px;
	line-height: 30px;
	font-size: 14px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #B0B6C1;
	background: none;
}
.input_content img {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}

.banner {
    width: 100%;
    height: auto;
    position: relative;
}  
.banner .swiper-wrapper,.banner .swiper-slide, .swiper-slide img {
	width: 100%;
	max-height: 31.35rem;
}
.banner .swiper-slide {
	position: relative;
}
.swiper-pagination-bullet {
	background: #fff;
}
.swiper-pagination {
	width: auto !important;
	position: absolute;
	left: 18% !important;
	bottom: 15.6% !important;
}
.swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 8px;
}
.system {
	width: 27.68rem;
	height: 22.75rem;
	position: absolute;
	right: 18%;
	top: 50%;
	margin-top: -11.37rem;
	background: linear-gradient(to bottom, #00DAC8, #307AFE);
	border-radius: 0.75rem 0px 0.75rem 0px;
	opacity: 0.86;
	z-index: 2;
}
.system .form_icon3 {
	width: 1.06rem;
	height: 1.43rem;
	position: absolute;
	top: 10px;
	right:9px;
}
.system .form_icon4 {
	width: 1.43rem;
	height: 1.06rem;
	position: absolute;
	bottom: 10px;
	left:9px;
}
.system_title {
	width: 100%;
	height: 6.18rem;
	line-height: 6.18rem;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
}
.system_title span {
	font-size: 1.5rem;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	position: relative;
}
.system_title span:after {
	content: '';
	width: 5.32rem;
	height: 4px;
	position: absolute;
	top: 2.5rem;
	left: 0.4rem;
	border-radius: 2px;
	background: #fff;
}
.system_item {
	width: 24.12rem;
	height: 5.812rem;
	background: rgba(255,255,255,0.2300);
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	margin-top: 1.25rem;
	cursor: pointer;
}
.system_item1 {
	margin-top: 2.5rem
}
.system_item1 .system_item_lab {
	width: 2.32rem;
	height: 2.06rem;
	margin-left: 1.875rem
}
.system_item_right {
	width: 1.68rem;
	height: 1.68rem;
	margin-right: 1.25rem;
}
.system_item2 .system_item_lab {
	width: 2.06rem;
	height: 2.06rem;
	margin-left: 1.875rem
}
.system_item .text {
	font-size: 1.125rem;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
}

.evtext {
	width: auto;
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 0.9rem;
	font-family: Nobel-Regular, Nobel;
	font-weight: 400;
	color: #FFFFFF;
	opacity: 0.7;
	letter-spacing: 1px;
}
.swiper-slide .info {
	width: 43.75rem;
	height: auto;
	position: absolute;
	left: 18%;
	top: 7rem;
}
.swiper-slide .info .title {
	font-size: 2.85rem;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.3200);
}
.swiper-slide .info .line {
	width: 5.37rem;
	height: 7px;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.3200);
	border-radius: 6px 6px 6px 6px;
	opacity: 1;
	margin: 1.18rem 0 1.37rem;
}
.swiper-slide .info .sub_title {
	font-size: 1.1rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	margin: 1.18rem 0 1.37rem;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.3200);
}
.swiper-slide .info .desc {
	font-size: 0.875rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2rem;
	text-shadow: 0px 3px 6px rgba(0,0,0,0.3200);
}
.container {
	width: 100%;
	height: auto;
}
.index_desc {
	padding: 2.69rem 0 4.75rem 0;
	box-sizing: border-box;
}
.index_desc_content {
	width: 64%;
	height: auto;
}
.index_desc_thumb {
	width: 30%;
	position: relative;
	display: block;
	height: 22rem;
}
.index_desc_thumb .img1 {
	width: 15.25rem;
	height: auto;
	position: absolute;
	top: 2.26rem;
	left: 0;
}
.index_desc_thumb .img2 {
	width: 15.25rem;
	height: auto;
	position: absolute;
	top: 6.8rem;
	right: 0;
}
.index_desc_thumb .img3 {
	width: 13.06rem;
	height: auto;
	position: absolute;
	top: 13.2rem;
	right: 6.625rem;
}
.index_desc_info {
	width: 63%;
	height: auto
}
.index_desc_info .line_img {
	width: 100%;
}
.line_img img {
	width: 2.12rem;
}
.index_desc_info .title {
	font-size: 1.7rem;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #17202E;
	margin-top: 1.11rem;
}
.index_desc_info .sub_title {
	font-size: 1.06rem;
	font-family: PingFang SC-Light, PingFang SC;
	font-weight: 300;
	color: #B0B6C1;
	margin-top: 4px;
}
.index_desc_info .desc {
	font-size: 1.06rem;
	font-family: PingFang SC-Light, PingFang SC;
	font-weight: 300;
	color: #4C5667;
	line-height: 1.81rem;
	margin-top: 1.37rem;
}
.more {
	width: 8.56rem;
	height: 2.85rem;
	background: #EDF1F8;
	margin-top: 1.37rem;
	cursor: pointer;
}
.more span {
	font-size: 1rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #307AFE;
	margin-left: 1rem;
}
.more img {
	width: 1.23rem;
	height: 1.23rem;
	margin-left: 0.8rem;
}
.index_serve {
	width: 100%;
	padding: 3.8rem 0;
	background: url('/site/resource/images/index_bg.png');
}
.index_serve_content {
	width: 64%;
	height: auto;
}

.index_serve_title {
	width: 100%;
	height: auto;
	text-align: center;
}
.index_serve_title p {
	width: 100%;
	text-align: center;
	font-size: 1.875rem;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #17202E;
}
.index_serve_title img {
	width: 4.38rem;
	height: 0.75rem;
	margin-top: 6px;
	transform: rotate(180deg);
}
.index_serve_content ul {
	width: 100%;
	height: auto;
	margin-top: 2.4rem;
}
.index_serve_content li {
	width: 13.8%;
	height: 13.5rem;
	background: #307AFE;
	border-radius: 0.375rem;
	text-align: center;
	cursor: pointer;
}
.index_serve_content li.li1 {
	background: #24A0F3;
}
.index_serve_content li:hover {
	background: #fff;
}
.index_serve_content li a{
	display:block;
	width:100%;
	height: 13.5rem;
	line-height: 13.5rem;
}
.index_serve_content li span {
	font-size: 1.4rem;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 2.12rem;
	color: #FFFFFF;
}
.index_serve_content li:hover span {
	color: #307AFE;
}
.index_link {
	width: 100%;
	padding: 2.15rem 0;
}
.index_link_content {
	width: 64%;
	height: auto;
}
.link_img {
	width: 10.43rem;
	height: auto;
}
.link_item {
	width: 85.4%;
	height: auto;
}
.link_item li {
	width: auto;
	display: inline-block;
	padding: 1.43rem 2.80rem;
	background: #EDF1F8;
	border-radius: 0.37rem;
	margin-bottom: 8px;
	margin-right: 5px;
}
.link_item li a {
	font-size: 1rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #4C5667;
}
.footer {
	width: 100%;
	height: auto;
	background: #283A47;
	padding: 2.5rem 0;
}
.footer_content {
	width: 64%;
	height: auto;
}
.footer_logo {
	width: 18.5rem;
	height: 2.87rem;
}
.footer_info {
	width: auto;
	height: auto;
	margin-left: 1.5rem;
}
.footer_info .tell {
	width: 100%;
}
.footer_info .tell .img1 {
	width: 14px;
	height: 12px;
}
.footer_info .tell .img2 {
	width: 8px;
	height: 12px;
	margin-left: 2.5rem;
}
.footer_info p {
	margin-bottom: 12px;
}
.footer_info .tell.support {
	display: inline-block;
	width: auto;
}
.footer_info .tell .t1 {
	font-size: 0.87rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #f2f3f4;
	margin-left: 6px;
}
.footer_info .tell .t2 {
	font-size: 0.87rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #f2f3f4;
	margin-left: 8px;
}
.footer_info .tell .t3 {
	font-size: 0.75rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #f2f3f4;
}
.footer_ewm {
	width: 14.3rem;
	height: auto
}
.footer_ewm_item {
	width: 6.37rem;
	height: auto;
}
.footer_ewm_item p {
	font-size: 12px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #f2f3f4;
	text-align: center;
}
.footer_ewm_item img {
	width: 6.37rem;
	height: 6.37rem;
	margin-top: 6px;
}


.header_banner  {
	width: 100%;
	position: relative;
}
.header_banner img {
	width: 100%;
	height: auto;
}
.container_content {
	width: 64%;
	height: auto;
}
.desc_content {
	width: 100%;
	padding: 2.5rem 9.37rem;
	box-sizing: border-box;
}
.desc_content p {
	font-size: 1rem;
	font-family: PingFang SC-Light, PingFang SC;
	font-weight: 300;
	color: #17202E;
	line-height: 1.83rem;
	margin-bottom: 1.9rem;
}
.desc_content img {
	width: auto;
	margin-bottom: 0.5rem;
}
.teacher {
	width: 100%;
	padding: 2rem 0;
	background: url('/site/resource/images/servery_bg.png');
}
.teacher_content {
	width: 64%;
	height: auto;
}
.teacher_bar {
	width: 100%;
}
.teacher_bar_left {
	width: 50%;
	height: auto;
	position: relative;
}
.teacher_bar_left img {
	width: 43px;
	height: 35px;
	position: absolute;
	left: 0;
	top: 0;
}
.teacher_bar_left .p1 {
	font-size: 1.87rem;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #17202E;
	margin-top: 0.97rem;
	text-indent: 1.25rem;
}
.teacher_bar_left .p2 {
	font-size: 1.06rem;
	font-family: PingFang SC-Light, PingFang SC;
	font-weight: 300;
	color: #B0B6C1;
	margin-top: 4px;
	text-indent: 1.25rem;
}
.teacher_list {
	width: 100%;
	height: auto;
	margin-top: 1.125rem;
	position: relative;
}
.swiper-wrapper {
	width: 100%;
}
.teacher_list .swiper-slide {
	width: 19%;
	height: auto;
}
.bolck_container {
    height: 19.18rem;
 }
.teacher_list .swiper-slide img {
	width: 100%;
	height: 19.18rem;
	cursor: pointer;
}
.teacher_list .swiper-slide .t1 {
	font-size: 1.125rem;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #17202E;
	margin-top: 6px;
}
.teacher_list .swiper-slide .t2 {
	font-size: 0.875rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #17202E;
	margin-top: 4px;
}
.sub_block {
	width: 100%;
	height: 19.18rem;
	cursor: pointer;
	display: none;
	background: linear-gradient(180deg, #00C4DA 0%, #307AFE 100%);
}
.sub_block .p1 {
	padding: 1rem 1rem 0.5rem 1rem;
	font-size: 0.87rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1.25rem;
}
.sub_block .p2 {
	width: 100%;
	text-align: center;
}
.sub_block .p2 span {
	display: inline-block;
	width: 5.5rem;
	height: 1.87rem;
	line-height: 1.87rem;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #FFFFFF;
	text-align: center;
	font-size: 0.87rem;
	color: #FFFFFF;
}
.swiper-button-prev {
	position: absolute;
	left: -0.93rem;
	top: 45%;
	z-index: 9999;
}
.swiper-button-prev img {
	width: 4.6rem;
	height: 4.6rem;
}
.swiper-button-next {
	position: absolute;
	right: -0.93rem;
	top: 45%;
	z-index: 9999
}
.swiper-button-next img {
	width: 4.6rem;
	height: 4.6rem;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
	content: ''
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}
.swiper {
	overflow: normal ! important;
}

.draw {
	width: 100%;
	height: auto;
	padding: 1.875rem 0;
	background: #F8F9FA;
}

.draw.draw_alone {
	padding: 1.25rem 0;
}
.draw_content {
	width: 64%;
	height: auto;
	min-height: 20rem;
	background: #fff;
	padding: 0.9rem 0.9rem;
	box-sizing: border-box;
}
.draw_left {
	width: 22%;
	height: auto;
	background: #F4F8FA;
}
.draw_left li {
	width: 100%;
	color: #71767C;
	font-size: 1.125rem;
	position: relative;
	cursor: pointer;
}
.draw_left li a {
	display: block;
	color: #71767C;
	text-align: center;
	font-size: 1.125rem;
	padding:15px 10px;
}
.draw_left li.active {
	background: #fff;
	color: #307AFE;
}
.draw_left li.active a {
	color: #307AFE;
}
.draw_left li.active:after {
	content: '';
	width: 5px;
	height: 100%;
	background: linear-gradient(180deg, #00DAC8 0%, #307AFE 100%);
	border-radius: 12px 12px 12px 12px;
	position: absolute;
	left: 0;
	top: 0;
}
.draw_right {
	width: 76%;
	height: auto;
}
.draw_right.draw_search_right {
	width: 100%;
	height: auto;
	padding: 0 9rem;
	box-sizing: border-box;
}
.draw_head {
	width: 100%;
	height: 52px;
	border-bottom: 1px solid #D4DBDD;
}
.draw_head .draw_name {
	width: 40%;
}
.draw_name_result {
	display: inline-block;
	width: auto
}
.draw_head .draw_name span {
	font-size: 1.5rem;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #181E23;
	display: inline-block;
	width: auto;
	position: relative;
}
.draw_head .draw_name span:after {
	content: '';
	width: 100%;
	height: 5px;
	background: linear-gradient(180deg, #00DAC8 0%, #307AFE 100%);
	border-radius: 12px 12px 12px 12px;
	position: absolute;
	left: 0;
	bottom: -13px;
}
.draw_history {
	width: 60%;
}
.draw_history span {
	color: #7C828A;
	margin-left: 4px;
	font-size: 0.875rem;
}
.draw_item {
	width: 100%;
	height: auto;
	padding: 0.5rem 0 1rem 0;
}
.draw_list {
	width: 100%;
	height: auto;
	padding: 0.6rem 0.6rem 0.6rem 0.625rem;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 0.87rem;
	cursor: pointer;
}
.draw_list:hover {
	background: #EBF2FF;
}
.draw_list .title {
	width: 72%;
	font-size: 1.125rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #333333;
}
.draw_list:hover .title {
	color: #307AFE;
}
.draw_list:hover .docy {
	background: #307AFE;
}
.draw_list:hover .time {
	color: #307AFE;
}
.draw_list .docy {
	width: 6px;
	height: 6px;
	display: inline-block;
	background: #333333;
	margin-right: 0.34rem;
	opacity: 0.5;
	margin-top: 7px;
}
.draw_list .time {
	font-size: 1rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #B9C0C9;
}
.navback {
	width: 6.6rem;
	height: 1.87rem;
	background: #F8FFFE;
	border-radius: 2px 2px 2px 2px;
	opacity: 0.6;
	border: 1px solid #307AFE;
	cursor: pointer;
}
.navback img {
	width: 0.375rem;
	height: 0.68rem;
}
.navback span {
	font-size: 0.85rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #307AFE;
	margin-left: 0.62rem;
}
.detail_title_content {
	width: 100%;
	padding: 1.4rem;
	box-sizing: border-box;
}
.detail_title {
	font-size: 1.7rem;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #181E23;
	line-height: 1.88rem;
}
.detail_sub {
	width: 100%;
	margin-top: 0.8rem;
}
.detail_sub span {
	font-size: 0.87rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #B0B6C1;
}
.detail_sub .t2 {
	color: #666;
	margin-left: 1.25rem;
}
.detail_sub img {
	width: 0.7rem;
	height: 0.7rem;
	margin-left: 6px;
}
.detail_block {
	width: 100%;
	border-top: 1px dashed #D4DBDD;
	border-bottom: 1px dashed #D4DBDD;
}
.detail_content {
	width: 56rem;
	height: auto;
	padding: 1.93rem 0;
	max-width: 56rem;
}
.detail_content img {
	max-width: 56rem;
}

.detail_page {
	width: 100%;
	padding: 1.97rem;
	box-sizing: border-box;
}
.page_bar {
	width: 50%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.page_bar a {
	font-size: 0.875rem;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #307AFE;
	cursor: pointer;
}
.page_bar img {
	width: 21px;
	height: 21px;
}
#study {
	display: none;
}
.study_block {
	width: 100%;
	padding: 2.43rem 0 12rem 0;
}
.study_item {
	width: 22.18rem;
	height: 14.3rem;
	background: #FFFFFF;
	border-radius: 0px 0px 0px 0px;
	opacity: 1;
	border: 1px solid #307AFE;
}

.study_item.study_item2 {
	border: 1px solid #FAA24B;
	margin-left: 0.87rem;
}
.study_item .item_icon {
	width: 4.35rem;
	height: 3.37rem;
}
.study_item.study_item2 .item_icon {
	width: 3.37rem;
	height: 3.37rem;
}
.study_item p {
	font-size: 1.25rem;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #307AFE;
	margin-top: 1.06rem;
}
.study_item.study_item2 p {
	color: #FAA24B
}
.study_item .navback {
	margin-top: 1rem;
}
.study_item .navback img {
	width: 1.43rem;
	height: 1.43rem;
}
.study_item.study_item2 .navback {
	background: #FFF0E2;
	border: 1px solid #FAA24B;
}
.study_item.study_item2 .navback span {
	color: #FAA24B
}
.com-pagination {
	width: 100%;
}
#teacher {
	display: none;
}
.teachers,.teacher_bar {
	width: 100%;
}
.teachers_item {
	width: 19%;
	height: auto;
	float: left;
	margin: 17px 0.5% 0 0.5%;
}

.teachers_item img {
	width: 100%;
	height: 19.18rem;
	cursor: pointer;
}
.teachers_item .t1 {
	font-size: 1.125rem;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #17202E;
	margin-top: 6px;
}
.teachers_item .t2 {
	font-size: 0.875rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #17202E;
	margin-top: 4px;
}
.teacher,.teachers {
	width: 100%;
}
.bolck_container2 {
    height: 13.68rem
 }
.teachers_item img {
	height: 13.68rem
}
.teachers_item .sub_block {

	height: 13.68rem
}
.tearch_content {
	width: 100%;
	padding: 1.6rem 0 3rem 0;
}
.detail_content_left {
	width: 27.2%;
	height: auto;
	border-right: 1px solid #D4DBDD;
}
.detail_content_left p {
	width: 100%;
	padding: 0 3.12rem;
	box-sizing: border-box;
	text-align: center;
}
.detail_content_left .p1 {
	font-size: 1.5rem;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #307AFE;
	line-height: 1.25rem;
	margin-top: 1rem;
}
.detail_content_left .p2 {
	font-size: 1rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #9EA5AF;
	margin-top: 0.82rem;
}
.detail_content_left .p3 {
	font-size: 1rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #71767C;
	line-height: 1.56rem;
	margin-top: 0.87rem;
}
.detail_content_left img {
	width: 70%;
}
.detail_content_right {
	width: 72.6%;
	height: auto;
	padding: 0 3rem;
	box-sizing: border-box;
}
.concat_content {
	width: 64%;
	background: #fff;
}
.about_desc {
	padding: 2rem 9rem 3.3rem 9rem;
	box-sizing: border-box;
}
.about_desc p {
	font-size: 1.125rem;
	font-family: PingFang SC-Light, PingFang SC;
	font-weight: 300;
	color: #17202E;
	line-height: 1.8rem;
	text-align: center;
}
.thumbs {
	width: 100%;
	margin-top: 2rem;
}
.thumbs img {
	width: 49%;
}
.concat_list {
	width: 100%;
	padding: 3rem 0;
	border-top: 1px dashed #D4DBDD;
}
.concat_item {
	width: auto;
	padding: 0 2rem;
	box-sizing: border-box;
}
.concat_item img {
	width: 43px;
	height: 36px;
	margin-bottom: 17px
}
.concat_item .img2 {
	width: 38px;
	height: 44px;
	margin-bottom: 10px
}
.concat_item .img3 {
	width: 42px;
	height: 44px;
}
.concat_item p {
	width: 100%;
	text-align: center;
	margin-bottom: 12px;
}
.concat_item p .t1 {
	font-size: 1.125rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #17202E;
}
.concat_item p .t2 {
	font-size: 1.125rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #17202E;
}
.concat_item .p3 .t2 {
	display: inline-block;
	width: 13.9rem;
	line-height: 2.2rem
}
.concat_item .p3 .t1 {
	line-height: 2.2rem
}
#map {
	width: 100%;
	height: 25.2rem;
}
.result_null {
	width: 100%;
	padding: 5.5rem 0;
}
.result_null img {
	width: 5.8rem;
}
.result_null p {
	font-size: 16px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #BCBCBC;
	margin-top: 10px;
}
.mobile {
	display: none;
}
.nav {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 8px;
	right: 8px;
	display: none;
}
.close {
	width: 32px;
	height: 32px;
	position: absolute;
	top: 8px;
	right: 8px;
	display: none;
}
.topimg {
	width: 44px;
	height: 44px;
	position: fixed;
	right: 15px;
	bottom: 100px;
	display: none;
	z-index: 666;
	cursor: pointer;
}
.serch_bar {
	width: 100%;
	height: auto;
	padding: 0 15px;
	box-sizing: border-box;
}
.serch_bar_content {
	width: 100%;
	height: 40px;
	background: #F4F8FA;
	border-radius: 40px;
}
.serch_bar_content input {
	width: 65%;
	height: 40px;
	line-height: 40px;
	margin-left: 15px;
	font-size: 13px;
	color: #17202E;
	background: #F4F8FA;
}
.serch_bar_content img {
	width: 21px;
	height: 21px;
	margin-right: 15px;
}
.header_title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #17202E;
	font-size: 15px;
	font-weight: 600;
	background: #fff;
}
.li_line {
	width: 100%;
	height: 1px;
	background: #D4DBDD;
	margin: 14px 0 9px 0;
}
.dbtn {
	display: inline-block;
	padding: 4px 15px;
	background: #fff;
	margin-left: 15px;
}
.dbtn i {
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url('/site/resource/images/down2.png');
}
.dbtn span {
	color: #307AFE;
	font-size: 14px;
}
.draw_list:hover .dbtn {
	background: #307AFE;
}
.draw_list:hover .dbtn span {
	color: #fff;
}
.draw_list:hover .dbtn i {
	background-image: url('/site/resource/images/down1.png');
}
.error_null {
	width: 30.5rem;
	height: 21.2rem;
}
.error_null .p1 {
	font-size: 1.5rem;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #2D2929;
	margin-top: 10px;
}
.error_null .p2 {
	font-size: 1.12rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #707070;
	margin-top: 10px;
}
.error_null .p2 span {
	font-size: 1.12rem;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #E13232;
	
}
.index_banner{
	width: 1200px;
	margin: 20px auto;
}
.index_banner img{
	max-width: 100%;
}
.index_con{
	width: 1200px;
	margin: 10px auto 47px auto;
}
.index_con_l{
	float: left;
	width: 727px;
}
.about_title{
	height: 90px;
}
.about_title .title{
	font-size: 30px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #17202E;
	line-height: 42px;
}
.about_title .sub_title{
	font-size: 17px;
	font-family: PingFang SC-Light, PingFang SC;
	font-weight: 300;
	color: #B0B6C1;
	line-height: 21px;
}
.about_more{
	float: right;
	display:block;
	width: 137px;
	height: 46px;
	margin-top: 12px;
	background: #EDF1F8;
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #307AFE;
	line-height: 46px;
	text-align:center;
}
.about_more img{
	vertical-align:middle;
}
.index_con_l .desc{
	font-size: 17px;
	font-family: PingFang SC-Light, PingFang SC;
	font-weight: 300;
	color: #4C5667;
	line-height: 29px;
}
.about_thumb{
	padding-top: 32px;
}
.about_thumb img{
	width: 223px;
	height: 134px;
	float:left;
}
.about_thumb img.img2{
	margin: 0 28px;
}
.index_con_r{
	float: right;
	width: 448px;
	height: 396px;
	background: url('/site/resource/images/jgbg.png') no-repeat;
	text-align:center;
}
.jg_title{
	height: 50px;
	padding-top: 26px;
	margin-bottom:7px;
	font-size: 24px;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #17202E;
	line-height: 21px;
	text-align:center;
	background: url('/site/resource/images/jg-icon.png') no-repeat bottom center;
}
.jg_name{
	width: 373px;
	height: 60px;
	margin: 20px auto 0 auto;
	background: #FFFFFF;
	border-radius: 12px 0px 12px 0px;
	font-size: 20px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #307AFE;
	line-height: 60px;
	text-align:center;
}
.jg_name a{
	display:block;
	width: 100%;
	height:100%;
	color: #307AFE;
}
.jg_more{
	width: 100%;
	padding-top: 23px;
	font-size: 16px;
	font-family: PingFang SC-Regular, PingFang SC;
	font-weight: 400;
	color: #4C5667;
	line-height: 20px;
	vertical-align:middle;
}
.jg_more img{
	vertical-align:middle;
}
.jg_more a{
	color: #4C5667;
}