/*超出省略号*/
/*大千荣誉相同轮播图*/
/*五大服务步骤*/
/*师资力量页面轮播图按钮*/
/* 清除默认标签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: #fafafa;
  /*ioc禁止调整字体大小*/
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
/*清除点击默认样式*/
a,
button,
input,
textarea {
  outline: none;
  color: #5c5a5a;
  -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: #fff;
}
/*改变默认banner 点击按钮*/
.swiper-button-prev {
  width: 39px;
  height: 39px;
  background: url(../images/icon_base/icon_banner_btn1.png) center center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.swiper-button-prev:after {
  content: none;
}
.swiper-button-prev:hover {
  border: 1px solid #d6000f;
}
.swiper-button-next {
  width: 39px;
  height: 39px;
  background: url(../images/icon_base/icon_banner_btn1.png) center center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  border-radius: 50%;
  overflow: hidden;
}
.swiper-button-next:after {
  content: none;
}
.swiper-button-next:hover {
  border: 1px solid #d6000f;
}
/*顶部悬浮导航*/
.float_top_nav_bar {
  position: fixed;
  top: 6px;
  left: 50%;
  z-index: 999;
  margin-left: -720px;
  width: 1440px;
  background-color: #fff;
  box-shadow: 0 3px 5px 1px #fdf4f1;
  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: auto;
  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: #4d4d4d;
  font-size: 16px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  padding: 0 14px;
}
.float_top_nav_bar .nav a:hover,
.float_top_nav_bar .nav a.cur {
  color: #d60010;
}
.float_top_nav_bar .four_telephone {
  padding-left: 15px;
}
.float_top_nav_bar .four_telephone a {
  color: #d60010;
  font-size: 26px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  padding-left: 28px;
  background: url("../images/icon_base/icon_nav_telephone.png") left center no-repeat;
  background-size: 16px 20px;
  font-weight: bold;
}
/*顶部浮动全屏导航不浮动*/
.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: 295px;
  background: #fafafa;
  /*服务信息*/
  /*二维码*/
  /*版权*/
}
.footer_info_bar .logo {
  padding-bottom: 6px;
}
.footer_info_bar .service_info {
  width: 1266px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 56px;
}
.footer_info_bar .cur_service {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.footer_info_bar .cur_service ul {
  width: 191px;
}
.footer_info_bar .cur_service ul:not(:last-of-type) {
  background: url("../images/icon_base/icon_footer_fg.png") right top no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.footer_info_bar .cur_service li {
  width: 100%;
  text-align: center;
}
.footer_info_bar .cur_service a {
  height: 25px;
  line-height: 25px;
  color: #5c5a5a;
  font-size: 14px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  font-family: SourceHanSansSC-Regular;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.footer_info_bar .cur_service a:hover {
  color: #d60010;
}
.footer_info_bar .qrcode {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
.footer_info_bar .qrcode dl {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
  margin: 0 10px;
}
.footer_info_bar .qrcode dt {
  width: 90px;
  height: 90px;
}
.footer_info_bar .qrcode dd {
  height: 25px;
  line-height: 25px;
  color: #5c5a5a;
  font-size: 14px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  font-family: SourceHanSansSC-Regular;
}
.footer_info_bar .copyright {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  height: 70px;
  background: #fff;
}
.footer_info_bar .copyright p {
  line-height: 2em;
  color: #817f7f;
  font-size: 12px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  font-weight: 500;
  font-family: SourceHanSansSC-Light;
}
.footer_info_bar .copyright a {
  line-height: 2em;
  color: #817f7f;
  font-size: 12px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  font-weight: 500;
  font-family: SourceHanSansSC-Light;
}
.footer_info_bar .copyright .gaba_tips {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_info_bar .copyright .gaba_tips:before {
  content: '';
  width: 20px;
  height: 20px;
  margin-right: 6px;
  background: url("../images/icon_base/icon_gnba.png") center center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
/*首页板块通用标题*/
.item_box_title {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  align-items: flex-end;
  width: 1266px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.item_box_title dl {
  position: relative;
  padding: 18px 0;
}
.item_box_title dl dt {
  color: #5c5a5a;
  font-size: 26px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  line-height: 41px;
  font-weight: 600;
  font-family: SourceHanSansSC-Medium;
}
.item_box_title dl dd {
  color: #999999;
  font-size: 16px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  line-height: 23px;
  font-family: SourceHanSansSC-Regular;
}
.item_box_title dl:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24px;
  height: 4px;
  background: #d60010;
  border-radius: 2px;
  overflow: hidden;
}
.item_box_title .right {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 18px;
}
.item_box_title .right .more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 18px;
  line-height: 1;
  border-radius: 9px;
  color: #5c5a5a;
  font-size: 12px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  font-family: SourceHanSansSC-Normal;
  border: 1px solid #5c5a5a;
}
.item_box_title .right .more_btn:hover {
  color: #d60010;
  border-color: #d60010;
}
.item_box_title .other_info_btn {
  display: block;
  margin-right: 20px;
}
.item_box_title .other_info_btn button {
  font-size: 16px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  padding: 0 17px;
  color: #4d4d4d;
  font-family: MicrosoftYaHei;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.item_box_title .other_info_btn button.cur {
  color: #fafafa;
}
/*简介页面 通用标题*/
.dq_about_item .sub_title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1266px;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 44px;
}
.dq_about_item .sub_title strong {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #5c5a5a;
  font-size: 32px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  font-family: SourceHanSansSC-Regular;
}
.dq_about_item .sub_title strong:before {
  content: '';
  width: 75px;
  height: 1px;
  background: #bfbfbf;
  margin-right: 36px;
}
.dq_about_item .sub_title strong:after {
  content: '';
  width: 75px;
  height: 1px;
  background: #bfbfbf;
  margin-left: 36px;
}
/*提示信息 以上为部分成绩展示*/
.tips_info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 15px;
}
.tips_info span {
  color: #999999;
  font-size: 16px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  line-height: 1;
  font-family: SourceHanSansSC-Normal;
}
/*通用样式 当前位置*/
.cur_set_link {
  width: 1266px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  height: 95px;
  color: #b3b3b3;
  font-size: 13px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
.cur_set_link 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;
  line-height: 1;
  color: #b3b3b3;
}
.cur_set_link a.cur,
.cur_set_link a:hover {
  color: #d60010;
}
.cur_set_link a:not(:last-of-type):after {
  content: ">";
  display: inline-block;
  margin: 0 8px 0 6px;
  font-family: cursive;
}
/*分页通用样式*/
.cur_list_paging {
  width: 1266px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  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;
  margin-right: 50px;
}
.cur_list_paging .pagin_list button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b3b3b3;
  font-size: 14px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  height: 40px;
  margin: 0 5px;
  font-family: MicrosoftYaHei;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  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: #d60010;
  border-color: #d60010;
}
.cur_list_paging .pagin_list i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b3b3b3;
  font-size: 14px;
  height: 40px;
  margin: 0 5px;
  font-family: MicrosoftYaHei;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  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: #4d4d4d;
  font-size: 20px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  letter-spacing: 2px;
}
.cur_list_paging .pagin_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #b3b3b3;
  font-size: 14px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  height: 40px;
  margin: 0 5px;
  font-family: MicrosoftYaHei;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  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: #d60010;
  border-color: #d60010;
}
.cur_list_paging .pagin_list a:hover {
  color: #fff;
  background: #d60010;
  border-color: #d60010;
}
.cur_list_paging .jump_aim span {
  color: #4d4d4d;
  font-size: 13px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  color: #b3b3b3;
  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 #e5e5e5;
}
.cur_list_paging .jump_aim input::-webkit-inner-spin-button {
  display: none;
}
.cur_list_paging .jump_aim button {
  width: 66px;
  height: 40px;
  margin: 0 10px;
  color: #858585;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  border-radius: 20px;
  cursor: pointer;
}
/*分页通用样式*/
.cur_list_paging {
  width: 1266px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 92px;
}
/*当前文章小标题*/
.cur_title_bar {
  width: 1266px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
  padding-bottom: 40px;
}
.cur_title_bar strong {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5c5a5a;
  font-size: 34px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  line-height: 1;
  font-family: SourceHanSansSC-Bold;
  font-weight: 700;
  position: relative;
}
.cur_title_bar p {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  line-height: 1;
  color: #808080;
  font-size: 32px;
  font-family: Arial, Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
  font-family: SourceHanSansSC-Regular;
}
.cur_title_bar p:before {
  content: '';
  width: 75px;
  height: 1px;
  background: #bfbfbf;
  margin-right: 25px;
}
.cur_title_bar p:after {
  content: '';
  width: 75px;
  height: 1px;
  background: #bfbfbf;
  margin-left: 25px;
}
/*# sourceMappingURL=default_style.css.map */