/* 清除默认标签margin padding */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
button,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  /*font-family: PingFang-SC-Medium,Helvetica;*/
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
body {
  width: 100%;
  height: 100%;
  background-color: #fff;
  /*ioc禁止调整字体大小*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
/*清除点击默认样式*/
a,
button,
input,
textarea {
  outline: none;
  color: #42495a;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*-webkit-user-modify:read-write-plaintext-only;*/
  text-decoration: none;
}
/*清楚默认加粗*/
h1,
h2,
h3,
h4,
strong {
  font-weight: normal;
}
/*清除默认样式*/
ol li,
ul li,
li {
  list-style-type: none;
  vertical-align: middle;
}
i,
em {
  font-style: normal;
}
img {
  width: 100%;
  border: none;
  vertical-align: middle;
}
/*超出省略号*/
/*师资力量页面轮播图按钮*/
input::-webkit-input-placeholder {
  color: #aaacb2;
}
/*顶部悬浮导航*/
.float_top_nav_bar {
  position: fixed;
  top: 10px;
  left: 50%;
  z-index: 999;
  margin-left: -720px;
  width: 1440px;
  background-color: #fff;
  box-shadow: 1px 1px 15px 0px #f0f0f0;
  border-radius: 5px;
  /*log0*/
  /*导航*/
  /*400电话*/
}
.float_top_nav_bar .header_nav_con {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 1440px;
  height: 80px;
  margin: 0 auto;
  padding: 0 89px;
}
.float_top_nav_bar .logo {
  width: 125px;
  height: auto;
  max-height: 100%;
}
.float_top_nav_bar .logo img {
  max-height: 100%;
}
.float_top_nav_bar .nav_list {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  height: 100%;
}
.float_top_nav_bar .nav {
  height: 100%;
}
.float_top_nav_bar .nav li {
  height: 100%;
  float: left;
}
.float_top_nav_bar .nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  height: 100%;
  color: #42495a;
  font-size: 16px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
  padding: 0 14px;
}
.float_top_nav_bar .nav a:hover,
.float_top_nav_bar .nav a.cur {
  color: #99cf15;
}
.float_top_nav_bar .four_telephone {
  padding-left: 55px;
}
.float_top_nav_bar .four_telephone a {
  color: #99cf15;
  font-size: 26px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
  padding-left: 28px;
  font-family: DIN-Medium;
  background: url("../images/icon_base/tlsr_telephone.png") left center no-repeat;
  background-size: 16px 20px;
}
/*顶部浮动全屏导航不浮动*/
.default_top_nav_bar {
  top: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
  position: relative;
}
/*页面底部*/
.footer_info_bar {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 225px;
  background: #fff;
  /*服务信息*/
  /*二维码*/
  /*版权*/
}
.footer_info_bar .service_info {
  width: 1266px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  height: 100%;
  padding-right: 384px;
  position: relative;
}
.footer_info_bar .service_info:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 265px;
  height: 225px;
  background: url("../images/banners/footer_host_banner.png") center center no-repeat;
}
.footer_info_bar .cur_service {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: stretch;
}
.footer_info_bar .cur_service ul {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 164px;
  flex-wrap: wrap;
}
.footer_info_bar .cur_service a {
  display: block;
  padding: 0 15px;
  line-height: 31px;
  color: #979ba6;
  font-size: 13px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
}
.footer_info_bar .cur_service dt {
  height: 31px;
  display: block;
  padding: 0 15px;
  line-height: 31px;
  color: #979ba6;
  font-size: 13px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
  text-align: justify;
  overflow: hidden;
}
.footer_info_bar .cur_service dt:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0;
}
.footer_info_bar .cur_service dd {
  display: block;
  padding: 0 15px;
  line-height: 31px;
  color: #979ba6;
  font-size: 13px;
  color: #99d72e;
  font-size: 18px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
  letter-spacing: 1px;
}
.footer_info_bar .qrcode {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.footer_info_bar .qrcode img {
  width: 65px;
  height: 65px;
  overflow: hidden;
}
.footer_info_bar .qrcode img:not(:first-of-type) {
  margin-left: 27px;
}
.footer_info_bar .copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
  height: 80px;
  background: #99d72e;
}
.footer_info_bar .copyright p {
  color: #fff;
  font-size: 12px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
}
/*分页通用样式*/
.cur_list_paging {
  width: 1266px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  width: 910px;
  padding-top: 40px;
  padding-bottom: 92px;
}
.cur_list_paging .pagin_list {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.cur_list_paging .pagin_list button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #42495a;
  font-size: 14px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
  height: 40px;
  margin: 0 5px;
  font-family: MicrosoftYaHei;
  color: #81858e;
  background-color: #fff;
  border: solid 1px #ebeef2;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 18px 0 21px;
  cursor: pointer;
}
.cur_list_paging .pagin_list button:hover {
  color: #fff;
  background: #aacd06;
  border-color: #aacd06;
}
.cur_list_paging .pagin_list i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  margin: 0 5px;
  font-family: MicrosoftYaHei;
  color: #81858e;
  background-color: #fff;
  border: solid 1px #ebeef2;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 40px;
  color: #42495a;
  font-size: 20px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
  letter-spacing: 2px;
}
.cur_list_paging .pagin_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #42495a;
  font-size: 14px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
  height: 40px;
  margin: 0 5px;
  font-family: MicrosoftYaHei;
  color: #81858e;
  background-color: #fff;
  border: solid 1px #ebeef2;
  border-radius: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 40px;
}
.cur_list_paging .pagin_list a.cur {
  color: #fff;
  background: #aacd06;
  border-color: #aacd06;
}
.cur_list_paging .pagin_list a:hover {
  color: #fff;
  background: #aacd06;
  border-color: #aacd06;
}
.cur_list_paging .jump_aim span {
  color: #42495a;
  font-size: 13px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
  color: #81858e;
  font-family: MicrosoftYaHeiLight;
}
.cur_list_paging .jump_aim input {
  width: 60px;
  height: 40px;
  margin: 0 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  border: solid 1px #ebeef2;
}
.cur_list_paging .jump_aim button {
  width: 66px;
  height: 40px;
  margin: 0 10px;
  color: #aacd06;
  background-color: #fff;
  border: solid 1px #aacd06;
  border-radius: 20px;
}
/*当前文章小标题*/
.cur_title_bar {
  width: 1266px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
  padding-bottom: 30px;
}
.cur_title_bar strong {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #42495a;
  font-size: 20px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
  height: 46px;
  padding-bottom: 18px;
  color: #66728c;
  position: relative;
}
.cur_title_bar strong:before {
  content: '';
  width: 36px;
  height: 1px;
  background: #66728c;
  margin-right: 50px;
}
.cur_title_bar strong:after {
  content: '';
  width: 36px;
  height: 1px;
  background: #66728c;
  margin-left: 50px;
}
.cur_title_bar p {
  text-align: justify;
  word-break: break-word;
  text-align-last: center;
  color: #42495a;
  font-size: 13px;
  font-family: MicrosoftYaHei,MicrosoftYaHeiLight;
  line-height: 26px;
  color: #aaacb2;
}
/*# sourceMappingURL=default_style.css.map */