body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
hr,
thead,
tbody,
tfoot,
th,
td {
  margin: 0;
  padding: 0;
}


ul,
ol {
  list-style: none;
}

html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  font-size: 14px;
}


b,
strong {
  font-weight: bold;
}

i,
em {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}



img {
  border: 0 none;
  max-width: 100%;
  vertical-align: top;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input:focus {
  outline: none;
}

select[size],
select[multiple],
select[size][multiple] {
  border: 1px solid #AAA;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video,
progress {
  display: inline-block;
}

body {
  background: #fff;
}

input::-webkit-input-speech-button {
  display: none
}

button,
input,
textarea {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.header-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.header-con img {
  width: 220px;
  height: 38px;
}

.nav-item {
  margin: 0 24px;
  color: #464c58;
  font-size: 16px;
  line-height: 22px;
  font-family: "SourceHanSansCN-Regular";
  text-decoration: none;
}

.nav-item.on {
  color: #3e78dd;
}

.lunbo {
  background: #565cf5;
  position: relative;
}

#slider {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 510px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 1920px;
  height: 510px;
  background: #ccc;
  text-align: center;
  line-height: 510px;
}

#slider ul li img {
  width: 1920px;
  height: 510px;
  line-height: 510px;
}



.slider_option {
  position: absolute;
  left: 50% !important;
  margin-left: -100px;
  width: 200px !important;
  text-align: center;
  bottom: 20px !important;
  z-index: 6;
  
}

.slider_option span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #ffffff;
  transition: width 1s !important;
}

.slider_option span.swiper-pagination-bullet-active {
  width: 22px !important;
}

.login {
  padding: 150px 0 0 0;
}

.login::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.login {
  *zoom: 1;
}

.login-left {
  display: inline-block;
  width: 49%;
  padding-right: 110px;
  box-sizing: border-box;
  position: relative;
  float: left;
}

.login-main {
  background: linear-gradient(#3fb1f9, #3e78dd);
  border-radius: 4px 48px 4px 48px;
  padding: 72px 34px;
}

.login-main .name {
  position: absolute;
  left: -20px;
  width: 18px;
  height: 194px;
  top: 50%;
  margin-top: -87px;
}

.login-con {
  background: #FFF;
  border-radius: 10px;
  padding: 0 30px;
  position: relative;
  overflow: hidden;
}

.login-con .tip {}

.login-con .tips {
  font-size: 14px;
  line-height: 26px;
}

.login-con .tips a {
  color: #3e78dd;
}

.login-con .title {
  font-size: 22px;
  color: #3e78dd;
  padding: 36px;
  text-align: center;
}

.login-con input {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  border: 1px solid #acb2be;
  display: block;
  width: 100%;
  margin-bottom: 26px;
  border-radius: 4px;
}

.login-con .btn {
  font-size: 16px;
  background: #3e78dd;
  border-radius: 4px;
  text-align: center;
  line-height: 48px;
  color: #FFF;
  margin-bottom: 36px;
}

.notice {
  display: inline-block;
  width: 50%;
  padding-left: 10px;
  box-sizing: border-box;
  float: left;
}

.notice-list {
  margin-top: 38px;
}

.notice-list .notice-item {
  display: block;
  padding: 20px;
  border-radius: 4px;
  color: #707684;
}

.notice-item .title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 16px;
  padding-left: 16px;
  color: #464c58;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}

.notice-item .title::before {
  position: absolute;
  left: 0px;
  top: 8px;
  content: "";
  width: 8px;
  height: 8px;
  background: #f17e2e;
  border-radius: 8px;
}

.notice-item .tip {
  padding-left: 16px;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.notice-list .notice-item:hover {
  box-shadow: 0 2px 5px rgba(70, 76, 88, .2);

}

.notice img {
  height: 135px;
}

.more {
  text-align: center;
  margin-top: 68px;
  margin-bottom: 45px;
}

.more a {
  color: #acb2be;
  font-size: 16px;
}


.new {
  background: #f8f9fb;
  overflow: hidden;
}

.new .title {
  margin: 150px auto 80px auto;
  display: block;
}

.new-list {
  overflow: hidden;
  margin: -1%;
}

.new-item {
  float: left;
  width: 48%;
  margin: 1%;
  display: flex;
  align-items: center;
  border-radius: 4px;
  overflow: hidden;
}

.new-item img {
  width: 174px;
  height: 174px;
}

.new-item .new-con {
  flex: 1;
  background: #FFF;
  padding: 26px 30px;
  height: 174px;
  box-sizing: border-box;
}

.new-item .new-con .name {
  font-size: 20px;
  line-height: 28px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  color: #464c58;
}

.new-item .new-con span {
  font-size: 14px;
  color: #999999;
}



.policy {
  background: url(../img/lawbg.png) no-repeat;
  background-size: 100% 100%;
  padding: 90px 0;
}

.policy-main {
  display: flex;
  align-items: center;
}

.policy-left {
  position: relative;
}

.policy-left span {
  position: absolute;
  width: 164px;
  bottom: 48px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  background: #3e78dd;
  font-size: 16px;
  color: #FFF;
  line-height: 48px;
  border-radius: 24px;
}

.policy-left img {
  width: 220px;
  height: 349px;
}

.policy-main .policy-list {
  flex: 1;
  overflow: hidden;
  padding-left: 30px;
}

.policy-list .policy-item {
  width: 48%;
  margin: 1%;
  display: inline-block;
  float: left;
  color: #FFF;
  font-size: 18px;
  line-height: 28px;
  height: 56px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  padding-left: 26px;
  box-sizing: border-box;
}

.policy-list .policy-item::before {
  position: absolute;
  left: 0px;
  top: 6px;
  content: "";
  width: 17px;
  height: 17px;
  background: #FFF;
  border-radius: 17px;
}






.expert .title {
  display: block;
  margin: 140px auto 90px auto;
}

.expert-list {
  overflow: hidden;
  margin: -1%;
}

.expert-list .expert-item {
  width: 23%;
  margin: 1%;
  float: left;
  display: block;
  position: relative;
}

.expert-list .expert-item img {
  width: 100%;
  height: 278px;
  display: block;
}

.expert-list .expert-item .mb {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  display: none;
  align-items: center;

}

.expert-list .expert-item:hover .mb {
  display: flex;
}

.expert-list .expert-item .mb div {
  flex: 1;
}

.expert-item .mb .name {
  font-size: 30px;
  color: #FFF;
  text-align: center;
  margin-bottom: 6px;
}

.expert-item .mb .tip {
  font-size: 20px;
  color: #FFF;
  text-align: center;
}



.footer {
  background: #252525;
}

.footer .footer-main {
  display: flex;
}

.footer-left,
.footer-con,
.footer-right {
  flex: 1;
}

.footer .title {
  font-size: 20px;
  color: white;
  padding: 48px 0 36px 0;
}

.footer .link {
  display: block;
  color: #acb2be;
  font-size: 16px;
  line-height: 34px;
}

.footer .tip {
  color: #acb2be;
  font-size: 16px;
  line-height: 34px;
}

.footer .code {
  display: block;
  width: 176px;
  height: 176px;
}

.footer .tips {
  border-top: 1px solid #464c58;
  text-align: center;
  color: #666666;
  padding: 16px 0;
  margin-top: 50px;
}

.footer .tips a,
.footer .tips span,
.footer .tips img {
  color: #666666;
  display: inline-block;
  vertical-align: middle;
  margin-right: 6px;
}

.floating {
  width: 55px;
  background: url(img/鎮诞搴�png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -120px;
  text-align: center;
  color: #999999;
  font-size: 12px;
  padding: 8px 0;
  z-index: 8;
}

.floating .floating-item {
  padding: 8px 0;
  cursor: pointer;
}

.floating img {
  width: 26px;
  display: block;
  margin: 0 auto 2px auto;
}







.about {
  background: url(img/鎮诞搴�png) no-repeat;
  background-size: 100% 100%;
}

.about-main {
  display: flex;
  align-items: center;
  padding: 88px 0;
}

.about-main img {
  width: 545px;
  height: 503px;
  margin-right: 66px;
}

.about-main .about-con {
  flex: 1;
  font-size: 18px;
  line-height: 32px;
}

.news .titlese {
  display: block;
  margin: 90px auto;
}

.news-mains {
  /* display: flex; */
}

.news-left {
  flex: 1;
}

.news-first {
  display: flex;
  margin-bottom: 30px;
}

.news-first img {
  width: 276px;
  height: 186px;
  margin-right: 30px;
}

.news-first .news-f-con {
  flex: 1;
}

.news-f-con .time {
  font-size: 22px;
  color: #3e78dd;
}

.news-f-con .title {
  font-size: 22px;
  color: #464c58;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  overflow: hidden;
  margin: 12px 0;
}

.news-f-con .tip {
  font-size: 16px;
  line-height: 24px;
  color: #707684;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-f-con span {
  display: inline-block;
  padding: 0 30px;
  color: #FFF;
  background: #3e78dd;
  font-size: 14px;
  line-height: 25px;
  border-radius: 12px;
  margin-top: 10px;
}

.news-list .news-item {
  display: flex;
  padding: 40px 22px;
  border-bottom: 1px solid #d5d6da;
}

.news-list .news-item:hover {
  background: #f8f9fb;
}

.news-item .news-i-left {
  font-size: 16px;
  color: #707684;
  text-align: center;
  line-height: 1;
}

.news-item .news-i-left .times {
  font-size: 60px;
  color: #464c58;
  text-align: center;
  line-height: 1;
}

.news-item .news-i-con {
  flex: 1;
  padding-left: 20px;
}

.news-item .news-i-con .title {
  font-size: 20px;
  color: #464c58;
  margin-bottom: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  overflow: hidden;
}

.news-item .news-i-con .tip {
  font-size: 14px;
  line-height: 24px;
  color: #707684;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}


.news-r-item {
  position: relative;
  display: block;

  margin-bottom: 20px;
  margin-left: 30px;
}

.news-r-item img {
  width: 280px;
  height: 158px;
}

.news-r-item .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  color: #FFF;
  font-size: 14px;
  line-height: 30px;
  padding: 0 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  overflow: hidden;
}














.notices-list .notices-item {
  padding: 0 30px;
  margin-bottom: 30px;
  background: #FFF;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

.notices-item .title {
  font-size: 20px;
  color: #464c58;
  margin: 30px 0 12px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  overflow: hidden;
}

.notices-item .times {
  position: relative;
  margin-bottom: 4px;
}

.notices-item .times::after {
  content: "";
  display: block;
  height: 1px;
  background: #d5d6da;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  margin-top: -0.5px;
}

.notices-item .times span {
  background: #FFF;
  color: #acb2be;
  font-size: 14px;
  padding-right: 30px;
  position: relative;
  z-index: 12;
}

.notices-item .times span::after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  background: #d5d6da;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
}

.notices-item .tip {
  font-size: 14px;
  color: #707684;
  line-height: 24px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}

.notices-item .mores {
  font-size: 14px;
  color: #FFF;
  padding: 0 32px;
  background: #3e78dd;
  border-radius: 12px;
  line-height: 25px;
  margin: 18px 0;
  display: inline-block;
}









.teacher-list{
  overflow: hidden;
  margin: -1%;
}
.teacher-item{
  display: block;
  width: 23%;
  margin: 1%;
  padding: 12px;
  border-radius: 4px;
  background: #FFF;
  float: left;
  box-sizing: border-box;
  text-align: center;
}
.teacher-item img{
  width: 252px;
  height: 252px;
  margin: 0 auto;
  display: block;
}
.teacher-item .title{
  font-size: 20px;
  color: #464c58;
  margin: 22px 0 10px 0;
}
.teacher-item .tip{
  font-size: 16px;
  color: #acb2be;
  margin-bottom: 10px;
}



.deteal{
  background: url(img/top-detail.png) no-repeat #f8f9fb;
  background-size: 100%;
  padding: 60px 0 ;
}
.con-main{
  background: #FFF;
  border-radius: 10px;
  padding: 0 60px;
  font-size: 20px;
  line-height: 40px;
  color: #464c58;
  overflow: hidden;
}
.con-main .title{
  font-size: 36px;
  color: #464c58;
  margin: 50px 0 0 0 ;
  text-align: center;
}
.con-main .time{
  font-size: 18px;
  color: #707684;
  padding: 16px 0;
  text-align: center;
  border-bottom: 2px solid #d5d6da;
}
.con-main .conse{
  padding: 20px 0;
}
.con-main .conse img{
  max-width: 100% !important;
}