* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 16px;
  font-size: initial;
  font-family: 'Microsoft YaHei', '微软雅黑';
}
img {
  border: none;
}
table {
  border-collapse: collapse;
}
.clearfix,
.clear {
  clear: both;
}
.banner {
  width: 100%;
}
.banner a {
  display: block;
  width: 100%;
}
.banner a img {
  display: block;
  width: 100%;
}
.page {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.page a {
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 4px;
  text-align: center;
  padding: 8px;
  color: #333;
  margin: 0 5px;
  font-size: 16px;
  transition: all 0.5s ease;
  min-width: 45px;
}
.page a.curpage {
  color: #fff;
  background: #0097a7;
  border: 1px solid #0097a7;
}
.page a:hover {
  color: #fff;
  background: #0097a7;
  border: 1px solid #0097a7;
}
.page .pgejump,
.page .pageinfo {
  display: none;
}
.page .pn p {
  text-align: right;
  float: right;
  width: 100%;
  font-size: 16px;
  color: #666;
  display: inline-block;
  max-width: 48%;
  width: auto;
  transition: all 0.3s ease;
  padding: 5px;
  border-radius: 5px;
}
.page .pn p:first-child {
  text-align: left;
  float: left;
}
.page .pn p:hover {
  background: #0097a7;
  color: #fff;
}
.page .pn p a {
  display: inline;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  color: inherit;
  font-size: inherit;
  min-width: initial;
  line-height: 28px;
}
.inner {
  margin: 0 auto;
  height: 100%;
  width: 1400px;
  position: relative;
}
.mobile {
  margin-top: 40px;
  float: right;
  margin-right: 10px;
  position: relative;
}
.mobile .iconfont {
  font-size: 35px;
  line-height: 40px;
  color: #328994;
}
.mobile .iconfont:hover + #qrcode {
  display: block;
}
.mobile #qrcode {
  width: 100px;
  height: 100px;
  position: absolute;
  left: -10px;
  top: 50%;
  background: #328994;
  padding: 3px;
  transform: translate(-100%, -50%);
  display: none;
}
.mobile #qrcode:after {
  content: "";
  background: url('/common/static/public/images/triangle-primary.png') no-repeat center center / 12px 12px;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
}
.mobile #qrcode img {
  width: 100%;
  display: block;
  border: 5px solid #fff;
}
.unite {
  font-size: 20px;
  color: #666;
  height: 23px;
  border-left: 8px solid #0097a7;
  line-height: 23px;
  padding-left: 10px;
  margin-bottom: 20px;
}
.unite a {
  float: right;
  display: inline-block;
  line-height: 23px;
  font-size: 14px;
  font-weight: initial;
  color: #999;
}
.unite a:hover {
  color: #0097a7;
}
.header .top {
  height: 120px;
}
.header .top .logo {
  float: left;
  line-height: 120px;
  height: 120px;
}
.header .top .logo img {
  vertical-align: middle;
}
.header .top .logo span {
  font-size: 36px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  color: #333;
}
.header .top .right {
  float: right;
  margin-top: 40px;
}
.header .top .right form {
  width: 260px;
  height: 42px;
  border: 2px solid #0097a7;
  background: #0097a7;
}
.header .top .right form input {
  width: 80%;
  height: 38px;
  border: none;
  outline: none;
  text-indent: 10px;
}
.header .top .right form button {
  width: 46px;
  border: none;
  outline: none;
  height: 100%;
  background: #0097a7;
}
.header .top .right form button span {
  font-size: 18px;
  color: #fff;
}
.header .nav {
  width: 100%;
  height: 48px;
  line-height: 48px;
  background: #0097a7;
}
.header .nav .inner > ul {
  text-align: center;
}
.header .nav .inner > ul > li {
  padding: 0 25px;
  position: relative;
  display: inline-block;
}
.header .nav .inner > ul > li:hover ul {
  display: block;
}
.header .nav .inner > ul > li > a {
  color: #fff;
}
.header .nav .inner > ul > li > ul {
  position: absolute;
  top: 48px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 19;
}
.header .nav .inner > ul > li > ul:before {
  content: '';
  width: 17px;
  height: 20px;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/images/triangle.png) no-repeat;
}
.header .nav .inner > ul > li > ul > li {
  height: 52px;
  width: 100%;
  text-align: center;
  background: #eff2fa;
}
.header .nav .inner > ul > li > ul > li > a {
  color: #333;
}
.header .nav .inner > ul > li > ul > li:hover {
  background: #c5c7ce;
}
.header .nav .inner > ul > li > ul > li:hover a {
  color: #fff;
}
header {
  width: 100%;
  height: 50px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .inner .logo {
  height: 34px;
  display: flex;
}
header .inner .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .inner .logo a img {
  min-width: 100%;
  height: 100%;
}
header .inner .logo .fan {
  line-height: 34px;
  font-size: 15px;
  margin-left: 5px;
  color: #333;
}
header .inner .trigger {
  width: 30px;
  height: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
header .inner .trigger.active i {
  background: #0097a7;
}
header .inner .trigger.active i:first-child {
  transform: translateY(10px) rotate(45deg);
}
header .inner .trigger.active i:nth-child(2) {
  opacity: 0;
}
header .inner .trigger.active i:last-child {
  transform: translateY(-11px) rotate(-45deg);
}
header .inner .trigger i {
  display: block;
  width: 100%;
  height: 4px;
  background: #0097a7;
  border-radius: 2px;
  opacity: 1;
  transition: all 0.5s ease;
}
header .sidebar {
  width: 60%;
  height: calc(100% - 50px);
  position: fixed;
  right: -60%;
  top: 50px;
  background: rgba(0, 0, 0, 0.78);
  transition: all 0.5s ease;
  overflow-y: auto;
  z-index: 9;
}
header .sidebar[data-show] {
  right: 0%;
}
header .sidebar ul {
  display: none;
}
header .sidebar > ul {
  display: block;
}
header .sidebar > ul > li {
  border-bottom: 1px solid #fff;
}
header .sidebar > ul li {
  width: 100%;
  position: relative;
}
header .sidebar > ul li a {
  width: 100%;
  display: block;
  height: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
header .sidebar > ul li .slide {
  width: 25%;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .sidebar > ul li .slide[data-slide] img {
  transform: rotate(180deg);
}
header .sidebar > ul li .slide img {
  width: 15px;
  height: 15px;
  margin: auto;
  transition: all 0.5s ease;
}
header .mask {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 8;
  display: none;
}
#branch-banner .swiper-slide {
  font-size: 0;
}
#branch-banner .swiper-slide a {
  display: block;
  width: 100%;
}
#branch-banner .swiper-slide a img {
  display: block;
  width: 100%;
}
#branch-banner .swiper-pagination-fraction {
  bottom: 35px;
  left: initial;
  right: 250px;
  width: 80px;
  height: 36px;
  line-height: 36px;
  background: rgba(255, 255, 255, 0.7);
  color: #0097a7;
}
.index-news {
  margin-top: 50px;
}
.index-news .left {
  width: 660px;
  height: 404px;
  float: left;
  overflow: hidden;
}
.index-news .left #dynamic {
  height: 100%;
}
.index-news .left #dynamic .wrap {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-news .left #dynamic .wrap img {
  display: block;
  width: 100%;
}
.index-news .left #dynamic .wrap .content {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), #000);
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  padding: 0 240px 0 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news .left #dynamic .dynamic-pagination {
  position: absolute;
  bottom: 15px;
  z-index: 2;
  text-align: right;
  left: initial;
  right: 0;
  width: auto;
  padding-right: 12px;
}
.index-news .left #dynamic .dynamic-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: inherit;
  background: #f6f6f6;
  opacity: 1;
  text-align: center;
  color: #666;
  line-height: 20px;
}
.index-news .left #dynamic .dynamic-pagination .swiper-pagination-bullet-active {
  background: #0097a7;
  color: #fff;
}
.index-news .right {
  width: 710px;
  height: 404px;
  float: right;
}
.index-news .right ul li {
  line-height: 36px;
  height: 36px;
}
.index-news .right ul li:nth-child(1) {
  height: 92px;
  margin-bottom: 15px;
  position: relative;
}
.index-news .right ul li:nth-child(1) h3 {
  font-size: 16px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index-news .right ul li:nth-child(1) h3 a {
  color: #333;
  width: 100%;
}
.index-news .right ul li:nth-child(1) h3 a:hover {
  color: #0097a7;
}
.index-news .right ul li:nth-child(1) p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-news .right ul li:nth-child(1) p a {
  width: 75px;
  color: #0097a7;
  line-height: 24px;
  vertical-align: middle;
}
.index-news .right ul li:nth-child(1) .index-span {
  position: absolute;
  bottom: 0;
  right: 0;
}
.index-news .right ul li a {
  color: #434343;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 80%;
}
.index-news .right ul li a:before {
  font-size: 8px;
  color: #0097a7;
  margin-right: 10px;
}
.index-news .right ul li a:hover {
  color: #0097a7;
}
.index-news .right ul li span {
  float: right;
  font-size: 14px;
  color: #999999;
}
.navigator {
  margin-top: 50px;
}
.navigator li {
  width: 334px;
  height: 80px;
  text-align: center;
  background: #00b3c6;
  line-height: 80px;
  border-radius: 5px;
  margin-left: 16px;
  display: inline-block;
}
.navigator li:first-child {
  margin-left: 0;
}
.navigator li:hover {
  background: #0097a7;
}
.navigator li a {
  display: inline-block;
  width: 100%;
  color: #fff;
}
.navigator li a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 16px;
  border-right: 2px solid #fff;
  padding-right: 16px;
}
.index-trend {
  margin-top: 50px;
}
.index-trend .trend {
  float: left;
  width: 32%;
  margin-left: 28px;
}
.index-trend .trend:first-child {
  margin-left: 0;
}
.index-trend .trend ul li {
  line-height: 36px;
  height: 36px;
}
.index-trend .trend ul li a {
  color: #434343;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 88%;
}
.index-trend .trend ul li a:before {
  font-size: 8px;
  color: #0097a7;
  margin-right: 10px;
}
.index-trend .trend ul li a:hover {
  color: #0097a7;
}
.index-trend .trend ul li span {
  float: right;
  font-size: 14px;
  color: #999999;
}
.practice {
  margin-top: 50px;
}
.practice ul {
  font-size: 0;
}
.practice ul li {
  width: 455px;
  height: 262px;
  position: relative;
  display: inline-block;
  margin-left: 17px;
}
.practice ul li:first-child {
  margin-left: 0;
}
.practice ul li:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.practice ul li:hover p {
  background: #0097a7;
  color: #fff;
}
.practice ul li:hover p:before {
  display: block;
  color: #fff;
}
.practice ul li div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.practice ul li div img {
  height: 100%;
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: auto;
}
.practice ul li p {
  color: #333;
  position: absolute;
  height: 52px;
  line-height: 52px;
  bottom: 0;
  left: 0;
  background: #e5e5e5;
  width: 100%;
  padding-right: 15px;
  text-indent: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.practice ul li p:before {
  float: right;
  display: none;
  font-size: 18px;
}
.student {
  margin: 50px 0;
}
.student #student .swiper-slide a div {
  height: 202px;
  width: 100%;
  overflow: hidden;
}
.student #student .swiper-slide a div:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.student #student .swiper-slide a div img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.student #student .swiper-slide a p {
  text-align: center;
  line-height: 40px;
  color: #333;
}
.student .swiper-button-prev,
.student .swiper-container-rtl .swiper-button-next {
  background-image: url(../img/images/left.png);
  left: -38px;
  right: auto;
}
.student .swiper-button-next,
.student .swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/images/right.png);
  right: -38px;
  left: auto;
}
.footer {
  background: #0097a7;
}
.footer .link {
  width: 100%;
  height: 100px;
  padding: 21px 0;
  background: #00a8ba;
}
.footer .link ul {
  line-height: 30px;
}
.footer .link ul li {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
}
.footer .link ul li:first-child {
  margin-right: 25px;
}
.footer .link ul li a {
  padding: 0 12px;
  font-size: 15px;
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  color: #e5e5e5;
}
.footer .link ul li a:hover {
  color: #fff;
}
.footer .info .top {
  width: 100%;
  padding: 35px 0;
  height: 245px;
  border-bottom: 1px solid #e5e5e5;
}
.footer .info .top .left {
  float: left;
  padding-top: 35px;
}
.footer .info .top .left .title {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 35px;
}
.footer .info .top .left .list {
  padding-top: 20px;
}
.footer .info .top .left .list ul li {
  float: left;
  margin-left: 60px;
}
.footer .info .top .left .list ul li:first-child {
  margin-left: 0;
}
.footer .info .top .left .list ul li p {
  line-height: 25px;
  color: #e5e5e5;
}
.footer .info .top .right {
  float: right;
  width: 315px;
}
.footer .info .top .right ul li {
  width: 135px;
  float: left;
}
.footer .info .top .right ul li:last-child {
  float: right;
}
.footer .info .top .right ul li .qrcode {
  width: 134px;
  height: 134px;
}
.footer .info .top .right ul li .qrcode img {
  width: 100%;
  height: 100%;
}
.footer .info .top .right ul li .text {
  font-size: 14px;
  color: #e5e5e5;
  text-align: center;
  line-height: 40px;
}
.footer .info .bottom {
  text-align: center;
}
.footer .info .bottom p span,
.footer .info .bottom p a {
  font-size: 14px;
  color: #e5e5e5;
  margin: 0 5px;
  line-height: 55px;
}
.footer .info .bottom p a:hover {
  color: #fff;
}
footer {
  display: none;
  background: #0097a7;
  padding: 10px 0;
}
footer p {
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 26px;
}
footer p a {
  color: inherit;
  font-size: inherit;
  margin: 0 5px;
}
.news {
  min-height: 420px;
  padding: 30px 0;
}
.news .left {
  width: 320px;
  float: left;
}
.news .left .top {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background: #0097a7;
  text-align: center;
  height: 60px;
  line-height: 60px;
}
.news .left ul li {
  text-align: center;
  height: 60px;
  line-height: 60px;
  background: #e5e5e5;
  border-top: 1px solid #fff;
}
.news .left ul li.current {
  background: #b2b2b2;
}
.news .left ul li.current a {
  color: #fff;
}
.news .left ul li.current a span {
  color: #fff;
}
.news .left ul li:hover {
  background: #b2b2b2;
}
.news .left ul li:hover a {
  color: #fff;
}
.news .left ul li:hover a span {
  color: #fff;
}
.news .left ul li a {
  color: #666;
  font-size: 18px;
  display: inline-block;
  width: 100%;
}
.news .left ul li a span {
  color: #666;
  font-size: 14px;
  margin-right: 5px;
}
.news .right {
  width: 76%;
  float: right;
}
.news .right .top {
  border-bottom: 1px solid #ccc;
  height: 40px;
  line-height: 38px;
}
.news .right .top h4 {
  font-size: 20px;
  color: #666;
  border-bottom: 2px solid #0097a7;
  display: inline-block;
}
.news .right .top .home {
  float: right;
  color: #666;
  font-size: 15px;
}
.news .right .top .home a {
  color: #666;
  font-size: 15px;
}
.news .right .bottom ul li {
  position: relative;
  height: 45px;
  border-bottom: 1px dashed #ccc;
  margin-top: 20px;
}
.news .right .bottom ul li a {
  font-size: 18px;
  width: 80%;
  display: inline-block;
  line-height: 45px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .right .bottom ul li a:before {
  font-size: 8px;
  color: #999;
  vertical-align: bottom;
  margin-right: 5px;
}
.news .right .bottom ul li a:hover {
  color: #0097a7;
}
.news .right .bottom ul li a:hover:before {
  color: #0097a7;
}
.news .right .bottom ul li span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #666;
  line-height: 45px;
}
.news .right .expert {
  padding-top: 20px;
}
.news .right .expert ul li {
  padding: 15px 25px;
  border-bottom: 1px solid #e5e5e5;
}
.news .right .expert ul li:hover {
  background: #e5e5e5;
}
.news .right .expert ul li:hover .left img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.news .right .expert ul li:hover .right h5 {
  color: #0097a7;
}
.news .right .expert ul li .left {
  width: 300px;
  height: 200px;
  float: left;
  overflow: hidden;
}
.news .right .expert ul li .left img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.news .right .expert ul li .right {
  width: 68%;
  float: right;
}
.news .right .expert ul li .right h5 {
  font-size: 16px;
  line-height: 60px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .right .expert ul li .right p {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 23px;
}
.news .right .expert ul li .right span {
  color: #666;
  float: right;
  margin-top: 40px;
}
.news .right .graphic {
  padding-top: 20px;
}
.news .right .graphic ul li {
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.news .right .graphic ul li:hover .left img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.news .right .graphic ul li:hover .right h5 {
  color: #0097a7;
}
.news .right .graphic ul li .left {
  width: 182px;
  height: 104px;
  overflow: hidden;
  border-radius: 5px;
}
.news .right .graphic ul li .left img {
  display: block;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  border-radius: 5px;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.news .right .graphic ul li .right {
  width: 81%;
  float: right;
}
.news .right .graphic ul li .right h5 {
  line-height: 38px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  display: inline-block;
}
.news .right .graphic ul li .right span {
  float: right;
  color: #666;
  line-height: 30px;
}
.news .right .graphic ul li .right p {
  color: #333;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 23px;
}
.news .right .details {
  margin-top: 20px;
}
.news .right .details h4 {
  font-size: 28px;
  text-align: center;
  line-height: 54px;
}
.news .right .details .time {
  color: #666;
  text-align: center;
}
.news .right .details .content {
  padding-top: 30px;
}
.news .right .details .content img {
  max-width: 100%;
  margin: 0 auto;
}
.news .right .details .content p {
  color: #333;
  line-height: 2em;
  text-align: justify;
}
.news .right .details .share {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 20px;
}
.news .right .details .share label {
  display: inline-block;
  vertical-align: top;
}
.news .right .details .share .bdshare-button-style0-16 {
  display: inline-block;
  vertical-align: middle;
}
.news .right .details .pager {
  position: relative;
}
.news .right .details .pager .pn {
  width: 62%;
}
.news .right .details .pager .pn p {
  color: #333;
  line-height: 30px;
  height: 30px;
}
.news .right .details .pager .pn p span {
  font-weight: bold;
  color: #333;
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
}
.news .right .details .pager .pn p a {
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  line-height: 30px;
}
.news .right .details .pager .move {
  position: absolute;
  top: 5px;
  right: 0;
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  background: #0097a7;
}
.news .right .tongban {
  padding: 20px;
}
.single {
  margin-top: 30px;
}
.single .top {
  position: relative;
}
.single .top h5 {
  position: absolute;
  width: 318px;
  height: 60px;
  font-size: 26px;
  background: #0097a7;
  line-height: 60px;
  text-align: center;
  color: #fff;
  top: 0;
  left: 0;
}
.single .top .home {
  border-bottom: 1px solid #ccc;
  text-align-last: right;
  color: #666;
  font-size: 15px;
  line-height: 28px;
}
.single .top .home a {
  color: #666;
  font-size: 15px;
}
.liuyan {
  margin: 70px 0;
}
.liuyan .inner {
  background: #f2f9fa;
  padding: 30px 0;
}
.liuyan form {
  width: 419px;
  margin: 0 auto;
}
.liuyan form h3 {
  background: #0097a7;
  color: #fff;
  line-height: 45px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-indent: 14px;
}
.liuyan form ul {
  padding: 10px;
}
.liuyan form ul li {
  line-height: 40px;
  margin-bottom: 10px;
  border-radius: 5px;
}
.liuyan form ul li span {
  width: 70px;
  display: inline-block;
  color: #0097a7;
  text-align: center;
  border-right: 1px solid #ccc;
  height: 20px;
  line-height: 20px;
  margin-right: 16px;
}
.liuyan form ul li input {
  border: none;
  outline: none;
  width: 78%;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-indent: 15px;
}
.liuyan form ul li textarea {
  width: 78%;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-indent: 15px;
  outline: none;
  resize: none;
}
.liuyan form ul li:nth-child(4) span {
  vertical-align: top;
}
.liuyan form ul li:last-child input {
  width: 30%;
  margin-right: 10px;
}
.liuyan form ul li:last-child img {
  display: inline-block;
  vertical-align: middle;
}
.liuyan form .button {
  padding-bottom: 40px;
}
.liuyan form .button .submit {
  width: 200px;
  height: 40px;
  color: #fff;
  background: #0097a7;
  border: none;
  outline: none;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
}
.list-img {
  margin-top: 70px;
  padding-bottom: 30px;
  min-height: 420px;
}
.list-img ul li {
  width: 448px;
  height: 318px;
  position: relative;
  float: left;
  margin-left: 28px;
  margin-bottom: 26px;
}
.list-img ul li:nth-child(3n+1) {
  margin-left: 0;
}
.list-img ul li:hover a img {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  /* IE 9 */
  -moz-transform: scale(1.1);
  /* Firefox */
  -webkit-transform: scale(1.1);
  /* Safari 和 Chrome */
  -o-transform: scale(1.1);
}
.list-img ul li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.list-img ul li a img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: auto;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
}
.list-img ul li p {
  position: absolute;
  height: 48px;
  line-height: 48px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
}
.inquire {
  margin-top: 70px;
  padding-bottom: 30px;
  min-height: 420px;
}
.inquire form {
  background: #f2f9fa;
  padding: 70px 0;
}
.inquire form .item {
  font-size: 0;
  margin-top: 60px;
}
.inquire form .title {
  width: 442px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #328994;
  margin-bottom: 20px;
}
.inquire form h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}
.inquire form ul {
  width: 442px;
  margin: 0 auto;
}
.inquire form ul li {
  line-height: 48px;
  margin-bottom: 12px;
}
.inquire form ul li span {
  font-weight: bold;
  color: #0097a7;
}
.inquire form ul li span i {
  font-style: normal;
  color: red;
}
.inquire form ul li input {
  width: 80%;
  height: 48px;
  border-radius: 5px;
  border: 1px solid #ccc;
  float: right;
  text-indent: 15px;
}
.inquire form ul li input[type=radio] {
  float: none;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
  margin-right: 5px;
}
.inquire form ul li select {
  width: 80%;
  height: 48px;
  float: right;
  outline: none;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #666;
  padding: 0 10px;
  font-size: 15px;
  appearance: none;
  -webkit-appearnce: none;
  background: #fff url(../images/triangle_default.png) no-repeat 95% center / 10px 10px;
}
.inquire form ul li textarea {
  width: 80%;
  height: 300px;
  float: right;
  border-radius: 3px;
  border: 1px solid #ccc;
  outline: none;
  display: inline-block;
  vertical-align: top;
  resize: none;
  padding: 0 15px;
  font-size: 15px;
  line-height: 2em;
  color: #666;
  font-family: "Microsoft YaHei";
}
.inquire form ul li p {
  text-align: center;
  color: #d92727;
}
.inquire form .button {
  text-align: center;
  margin: 40px 0 0 0;
}
.inquire form .button button {
  width: 120px;
  height: 46px;
  line-height: 46px;
  border-radius: 5px;
  border: none;
  outline: none;
  color: #fff;
}
.inquire form .button .submit {
  background: #0097a7;
  margin-right: 20px;
}
.inquire form .button .reset {
  background: #d14343;
}
.inquire form .result-container {
  margin-top: 30px;
}
.inquire form .result-container p {
  text-align: center;
  color: red;
}
.examinee {
  margin-top: 70px;
  padding-bottom: 30px;
  min-height: 420px;
}
.examinee .inner {
  background: #f2f9fa;
  padding: 26px;
}
.examinee ul li {
  background: url(../img/images/w.png) no-repeat top left;
  padding-left: 58px;
  margin-bottom: 24px;
}
.examinee ul li h5 {
  font-size: 18px;
  color: #333;
  line-height: 38px;
}
.examinee ul li p {
  color: #333;
  line-height: 30px;
}
.examinee ul li p span {
  font-size: 18px;
  color: #0097a7;
  font-weight: bold;
}
.examinee ul li p .indent {
  display: inline-block;
  width: 36px;
}
.examinee button {
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #0097a7;
  color: #fff;
  font-size: 14px;
  margin: 20px auto;
  border: none;
  outline: none;
  display: block;
}
.contact {
  margin-top: 70px;
  padding-bottom: 30px;
  min-height: 420px;
}
.contact ul {
  font-size: 0;
}
.contact ul li {
  width: 450px;
  height: 110px;
  background: #e5e5e5;
  display: inline-block;
  margin-left: 25px;
}
.contact ul li:first-child {
  margin-left: 0;
}
.contact ul li:first-child div {
  background: url(../img/images/dh.png) no-repeat 20px 28px;
}
.contact ul li:nth-child(2) div {
  background: url(../img/images/wz.png) no-repeat 20px 28px;
}
.contact ul li:nth-child(3) div {
  background: url(../img/images/qq.png) no-repeat 20px 28px;
}
.contact ul li div {
  padding: 28px 0 0 88px;
}
.contact ul li div p {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  line-height: 28px;
}
.contact .contact-map {
  margin-top: 46px;
  padding-top: 30px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 10px 4px rgba(204, 204, 204, 0.6);
}
.contact .contact-map h3 {
  font-size: 18px;
  background: url(../img/images/dx.png) no-repeat;
  line-height: 80px;
  padding-left: 68px;
  margin-left: 26px;
  color: #333;
}
.contact .contact-map #dituContent {
  width: 100%;
  height: 580px;
}
@media screen and (max-width: 1439px) and (min-width: 1280px) {
  .inner {
    width: 1240px;
  }
  .contact ul li div p {
    font-size: 14px;
  }
  .navigator li {
    width: 294px;
  }
  .header .nav .inner > ul > li {
    padding: 0 18px;
  }
  .index-news .left {
    width: 560px;
  }
  .index-news .right {
    width: 650px;
  }
  .index-trend .trend {
    margin-left: 24px;
  }
  .index-trend .trend ul li a {
    width: 86%;
  }
  .practice ul li {
    width: 402px;
  }
  .student #student .swiper-slide a div {
    height: 170px;
  }
  .footer .link ul li a {
    padding: 0 9px;
  }
  .footer .info .top .left .list ul li {
    margin-left: 30px;
  }
  .footer .info .top .right {
    width: 270px;
  }
  .footer .info .top .right ul li {
    width: 126px;
  }
  .footer .info .top .right ul li .qrcode {
    width: 126px;
    height: 126px;
  }
  .news .right {
    width: 72%;
  }
  .contact ul li {
    width: 396px;
  }
  .list-img ul li {
    width: 394px;
    height: 290px;
  }
  .news .right .graphic ul li .right {
    width: 78%;
  }
  .news .right .expert ul li .right {
    width: 74%;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .inner {
    width: 980px;
  }
  .navigator li {
    width: 229px;
  }
  .list-img ul li {
    width: 308px;
    height: 238px;
  }
  .news .right .expert ul li .right {
    width: 65%;
  }
  .news .right .graphic ul li .right {
    width: 71%;
  }
  .news .right .graphic ul li .right span {
    line-height: 36px;
  }
  .header .top .logo img {
    width: 50%;
  }
  .header .nav .inner > ul > li {
    padding: 0 7px;
  }
  .index-news .left {
    width: 480px;
  }
  .index-news .right {
    width: 472px;
  }
  .index-trend .trend {
    width: 31%;
  }
  .index-trend .trend ul li a {
    width: 80%;
  }
  .practice ul li {
    width: 315px;
    height: 240px;
  }
  .student #student .swiper-slide a div {
    height: 128px;
  }
  .footer .link ul li a {
    padding: 0 6px;
  }
  .footer .link ul li:last-child {
    display: none;
  }
  .footer .info .top .left {
    padding-top: 0px;
  }
  .footer .info .top .left .list {
    padding-top: 0;
  }
  .footer .info .top .left .list ul li {
    float: inherit;
    margin-left: 0;
  }
  .index-news .right ul li:nth-child(1) p {
    width: 75%;
  }
  .news .left {
    width: 270px;
  }
  .news .right {
    width: 70%;
  }
  .contact ul li {
    width: 316px;
    margin-left: 16px;
  }
  .contact ul li div {
    padding: 28px 0 0 26px;
    background: none;
  }
  .contact ul li:first-child div {
    background: none;
  }
  .contact ul li:nth-child(2) div {
    background: none;
  }
  .contact ul li:nth-child(3) div {
    background: none;
  }
  .contact ul li div p {
    font-size: 14px;
    line-height: 25px;
  }
  .contact .contact-map #dituContent {
    height: 400px;
  }
}
@media screen and (max-width: 1023px) {
  body {
    padding-top: 50px;
  }
  header {
    display: block;
  }
  .header {
    display: none;
  }
  .navigator {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .navigator li {
    width: 167px;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .news .right .bottom ul li a {
    font-size: 16px;
    width: 72%;
  }
  .news .right .expert ul li {
    padding: 10px 0;
  }
  .news .right .expert ul li .left {
    width: 130px;
    height: 160px;
  }
  .news .right .expert ul li .right {
    width: 60%;
  }
  .news .right .expert ul li .right h5 {
    line-height: 45px;
  }
  #branch-banner .swiper-pagination-fraction {
    bottom: 0px;
    right: 0;
    width: 50px;
    height: 30px;
    line-height: 30px;
  }
  .inner {
    height: 100%;
    width: 100%;
    padding: 0 12px;
  }
  .index-news {
    margin-top: 20px;
  }
  .index-news .left {
    width: 100%;
    height: 260px;
    float: initial;
  }
  .index-news .left #dynamic .wrap img {
    min-height: initial;
    height: 260px;
  }
  .index-news .right {
    width: 100%;
    height: initial;
    margin-top: 18px;
    float: initial;
  }
  .index-news .right ul li:nth-child(1) {
    height: 110px;
  }
  .index-news .right ul li:nth-child(1) .index-span {
    bottom: -5px;
    right: initial;
    left: 0;
  }
  .index-news .right ul li {
    line-height: 32px;
    height: 32px;
  }
  .index-news .right ul li a {
    width: 70%;
  }
  .index-trend .trend ul li a {
    width: 85%;
  }
  .index-news .left #dynamic .wrap .content {
    padding: 0 192px 0 22px;
  }
  .index-trend {
    margin-top: 20px;
  }
  .index-trend .trend {
    float: initial;
    width: 100%;
    margin-left: 0;
    margin-top: 13px;
  }
  .unite {
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .practice ul li {
    width: 100%;
    height: 250px;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .student {
    margin: 20px 0;
  }
  .student #student .swiper-slide a div {
    height: 170px;
  }
  .student #student .swiper-slide a div img {
    width: 100%;
  }
  .footer {
    display: none;
  }
  footer {
    display: block;
  }
  .student .swiper-button-next,
  .student .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
  .student .swiper-button-prev,
  .student .swiper-container-rtl .swiper-button-next {
    display: none;
  }
  .branch {
    margin-top: 50px;
  }
  .news {
    padding: 10px 0;
  }
  .news .left {
    width: 100%;
    float: initial;
    display: flex;
    margin-bottom: 12px;
    display: none;
  }
  .news .left .top {
    font-size: 20px;
    padding: 0 5px;
    height: 55px;
    line-height: 55px;
  }
  .news .left ul {
    display: flex;
  }
  .news .left ul li {
    height: 55px;
    line-height: 55px;
    border-top: none;
    padding: 0 5px;
  }
  .news .left ul li a span {
    display: none;
  }
  .news .right {
    width: 100%;
    float: initial;
  }
  .news .right .top .home {
    display: none;
  }
  .news .right .details h4 {
    font-size: 18px;
    line-height: 44px;
  }
  .news .right .details .content {
    padding-top: 15px;
  }
  .news .right .details .pager .pn {
    width: 100%;
    margin-bottom: 10px;
  }
  .news .right .details .pager .move {
    position: initial;
    top: initial;
    right: initial;
    display: block;
  }
  .single .top h5 {
    position: initial;
    width: 140px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
  }
  .single .top .home {
    display: none;
  }
  .contact {
    margin-top: 26px;
  }
  .contact ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 5px;
  }
  .contact ul li div p {
    font-size: 15px;
  }
  .contact .contact-map {
    margin-top: 30px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .contact .contact-map #dituContent {
    height: 385px;
  }
  .examinee {
    margin-top: 26px;
  }
  .inquire {
    margin-top: 26px;
  }
  .inquire form {
    padding: 40px 0;
  }
  .inquire form h3 {
    font-size: 20px;
  }
  .inquire form ul {
    width: 91%;
  }
  .inquire form ul li input {
    width: 73%;
  }
  .list-img {
    margin-top: 26px;
  }
  .list-img ul li {
    width: 100%;
    height: 240px;
    margin-left: 0;
  }
  .news .right .graphic ul li .left {
    width: 100%;
    height: 145px;
  }
  .news .right .graphic ul li .right {
    width: 100%;
  }
  .news .right .graphic ul li .right h5 {
    width: 69%;
  }
  .news .right .graphic ul li .right span {
    line-height: 35px;
  }
}
