@-weibit-keyframes musicMove {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cc {
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yy {
  box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 3px 5px -1px rgba(0, 0, 0, 0.1);
}
.notext {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently

not supported by any browser */
}
.fd {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.fbj {
  display: flex;
  flex-wrap: wrap;
}
.pac {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
a {
  text-decoration: none;
  color: #2f2e3f;
}
a:hover {
  text-decoration: none;
  color: #000;
}
body,
html {
  padding: 0;
  margin: 0;
  font-size: 14px;
}
img {
  max-width: 100%;
}
ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}
*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
.scroll_fr {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #007979;
  border: 1px solid #007979;
  color: #fff;
  width: 40px;
  text-align: center;
  z-index: 9999;
}
.scroll_fr dt svg {
  margin-left: -3px;
}
.scroll_fr dt {
  width: 20px;
  padding: 12px 10px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
}
.scroll_fr dd {
  position: absolute;
  right: 50px;
  top: 0;
  z-index: 999;
  width: 120px;
  padding: 12px 10px;
  border: 1px solid #E4E4E4;
  border-radius: 2px;
  background: #FFFFFF;
  display: none;
  text-align: center;
}
.scroll_fr dd img {
  width: 100%;
}
.scroll_fr dd span {
  color: #333;
  line-height: 30px;
}
.scroll_top {
  position: fixed;
  bottom: 100px;
  right: 0;
  background: #fff;
  border: 1px solid #00849a;
  color: #007979;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  cursor: pointer;
  outline: 0;
  z-index: 99999;
  display: none;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.scroll_top:hover {
  background: #00849a;
}
.scroll_top .fa {
  font-size: 20px;
}
.scroll_top svg {
  display: inline-block;
  vertical-align: middle;
  color: #007979;
}
.scroll_top:hover svg path {
  stroke: #fff !important;
}
@media (max-width: 767px) {
  .scroll_fr {
    width: 32px;
  }
  .scroll_fr dt {
    width: 20px;
    padding: 12px 8px;
  }
  .scroll_top {
    position: fixed;
    bottom: 60px;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 3px;
    cursor: pointer;
    outline: 0;
    z-index: 99999;
    display: none;
  }
}
.jzk_banner .swiper-pagination {
  bottom: 10px;
}
.jzk_banner .swiper-pagination-bullet {
  width: 30px;
  height: 5px;
  border-radius: 4px;
  background: #2393a7;
  outline: none;
}
.jzk_banner {
  position: relative;
}
.jzk_banner img {
  width: 100%;
  height: auto!important;
}
.banner_b {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -175px;
  z-index: 9;
  text-align: center;
  height: 584px;
  width: 100%;
  background: url(../images/banner2.png) no-repeat center bottom;
  background-size: 100% auto;
}
.banner_b2 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  bottom: 40px;
  z-index: 9;
  text-align: center;
  height: 40px;
  width: 40px;
  background: url(../images/bottom.png) no-repeat center bottom;
  cursor: pointer;
  animation: rotate 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
}
@media (max-width: 1700px) {
  .banner_b {
    bottom: -150px;
  }
}
@media (max-width: 1440px) {
  .banner_b {
    bottom: -110px;
  }
}
@media (max-width: 1200px) {
  .banner_b {
    bottom: -80px;
  }
}
@media (max-width: 991px) {
  .banner_b {
    bottom: -65px;
  }
  .banner_b2 {
    background-size: 30px 30px;
    width: 30px;
    height: 30px;
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  .banner_b2 {
    background-size: 26px 26px;
    width: 26px;
    height: 26px;
    bottom: 40px;
  }
  .banner_b {
    bottom: -58px;
    background-size: 120% auto;
  }
}
@media (max-width: 500px) {
  .banner_b2 {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    bottom: 10px;
  }
  .banner_b {
    bottom: -48px;
    background-size: 120% auto;
  }
}
@keyframes rotate {
  0% {
    transform: translate3d(0, 0, 0);
    text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
  }
  100% {
    transform: translate3d(0, -1em, 0);
    text-shadow: rgba(255, 255, 255, 0.4) 0 1em 0.35em;
  }
}
.head_box {
  width: 100%;
  z-index: 999;
  background: url(../images/top_bg.png) center top;
}
.head_box:after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.head_right {
  float: right;
  padding-top: 30px;
  width: 300px;
}
.head_right form {
  display: inline-block;
  background: #0f7c90;
  float: right;
  color: #ffffff;
  border-radius: 5px;
}
.head_right form input {
  border: none;
  width: 210px;
  padding-left: 13px;
  font-size: 14px;
  background: none;
  height: 38px;
  line-height: 38px;
  float: left;
  color: #ffffff;
}
.head_right form button {
  background: url(../images/i.png) no-repeat left center;
  border: none;
  cursor: pointer;
  width: 33px;
  height: 38px;
  float: left;
}
.head_right form input::-webkit-input-placeholder {
  color: #bad1d7;
}
.head_link {
  color: #a9c1c9;
  float: right;
  padding-bottom: 6px;
}
.head_link a {
  color: #9bb8c1;
}
.head_link a:hover {
  color: #ffffff;
}
.head_link span {
  padding: 0 9px;
  color: #a9c1c9;
}
.head_box > .w {
  height: 141px;
}
@media (max-width: 991px) {
  .head_box > .w {
    height: auto;
  }
}
.head_box.hv {
  background: #fff url(../images/top_bg.png) no-repeat center top;
  position: fixed;
  z-index: 10000;
  box-shadow: 0px 2px 4px 0px rgba(19, 17, 67, 0.13);
  transition: ease all 0.3s;
}
.head_box.hv a {
  color: #fff;
}
.head_box.papehv {
  background: #fff url(../images/nav.png) center top;
  position: fixed;
  z-index: 10000;
  box-shadow: 0px 2px 4px 0px rgba(19, 17, 67, 0.13);
  transition: ease all 0.3s;
}
.head_box.papehv a {
  color: #333333;
}
.head_logo {
  float: left;
  line-height: 181px;
}
.head_ul {
  float: left;
  margin-right: 20px;
  background: #045781;
  width: 100%;
}
.head_ul .w {
  position: relative;
}
.head_ul ul {
  width: 100%;
}
.head_ul .head_right {
  position: absolute;
  right: 0;
  top: -140px;
}
@media (max-width: 991px) {
  .head_ul .head_right {
    right: 0;
    top: 0px;
    position: initial;
    display: block;
    padding-top: 0;
    width: 100%;
    line-height: 24px;
    text-align: center;
  }
  .head_ul .head_link {
    padding-top: 18px;
    float: none;
  }
  .head_ul form {
    float: none;
    margin-bottom: 20px;
  }
  .head_ul a {
    color: #045781;
  }
}
.head_ul li {
  display: table-cell;
  color: #fff;
  position: relative;
}
@media (max-width: 991px) {
  .head_ul li {
    min-width: 100%;
    display: block;
  }
}
.head_ul li a {
  color: #fff;
  display: inline-block;
  position: relative;
  line-height: 50px;
  margin-right: 1px;
  min-width: 145px;
  text-align: center;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
@media (max-width: 1440px) {
  .head_ul li a {
    min-width: 148px;
  }
}
@media (max-width: 1200px) {
  .head_ul li a {
    min-width: 120px;
  }
}
@media (max-width: 991px) {
  .head_ul li a {
    min-width: 100%;
  }
}
.head_ul li a h2 {
  font-size: 16px;
  color: #fff;
  position: relative;
  z-index: 9;
  transition: ease all 0.8s;
}
@media (max-width: 991px) {
  .head_ul li a h2 {
    color: #045781;
  }
}
.head_ul li a:hover h2 {
  color: #fff;
}
.head_ul li.hv h2 {
  color: #fff;
}
.head_ul li.now h2 {
  color: #fff;
}
.head_ul li.hv a,
.head_ul li:hover a,
.head_ul li.now a {
  background: #369394;
}
@media (max-width: 991px) {
  .head_ul li.hv a h2,
  .head_ul li:hover a h2,
  .head_ul li.now a h2 {
    color: #ffffff !important;
  }
}
@media (max-width: 991px) {
  .head_ul li:hover .addt::before,
  .head_ul li:hover .addt::after {
    background: #ffffff !important;
  }
}
.head_ul li.hv dd a {
  color: #fff;
}
.head_ul dl {
  line-height: 36px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  background: #369394;
  color: #fff;
  z-index: 99999;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.head_ul dl::after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.head_ul dl dl {
  border-bottom: 1px solid #ebeff9;
  margin: 0 3%;
  float: left;
  padding-bottom: 24px;
  width: 44%;
  padding: 40px 0 ;
  z-index: 99999;
}
.head_ul dl dt a {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.head_ul dl dd a {
  font-size: 16px;
  color: #fff;
  transition: ease all 0.3s;
}
.head_ul dl dd a:hover {
  color: #fed49c;
  background: #00768a;
}
.head_ul dl a {
  padding: 0!important;
  margin: 0;
}
.head_ul dl a:hover {
  color: #c6a67a;
}
.head_ul dl span {
  padding: 0 11px;
  color: #727B95;
}
.jzk_toggle_01 {
  display: none;
  width: 26px;
  z-index: 2;
  border-radius: 50%;
  margin: 0 10px;
  position: absolute;
  top: 33px;
  right: 10px;
  cursor: pointer;
  -webkit-transition-duration: 0.66s;
  transition-duration: 0.66s;
  -webkit-transition-timing-function: swing;
  transition-timing-function: swing;
}
.jzk_toggle_01 .jzk_icon_01 {
  width: 26px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: -5px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.jzk_toggle_01 .jzk_icon_01:before,
.jzk_toggle_01 .jzk_icon_01:after {
  width: 26px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  content: "";
  position: absolute;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: swing;
  transition-timing-function: swing;
}
.jzk_toggle_01 .jzk_icon_01:before {
  top: -9px;
}
.jzk_toggle_01 .jzk_icon_01:after {
  top: 9px;
}
.jzk_open .jzk_toggle_01 {
  box-shadow: none;
}
.jzk_open .jzk_toggle_01 .jzk_icon_01:before {
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}
.jzk_open .jzk_toggle_01 .jzk_icon_01:after {
  -webkit-transform: translateY(-9px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}
.jzk_open .jzk_toggle_01 .jzk_icon_01 {
  width: 0;
}
.head_box.hv .jzk_toggle_01 .jzk_icon_01 {
  background-color: #007979;
}
.head_box.hv .jzk_toggle_01 .jzk_icon_01:before,
.head_box.hv .jzk_toggle_01 .jzk_icon_01:after {
  background-color: #007979;
}
.layui_search {
  display: none;
  padding: 30px;
}
.layui_search form {
  display: inline-block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  border: 1px solid #D5D5D5;
  border-radius: 32px;
  position: relative;
}
.layui_search input {
  background: none;
  border: none;
  font-size: 16px;
  color: #8B8B8B;
  padding-left: 21px;
  width: 100%;
}
.layui_search button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: none;
  cursor: pointer;
  padding-right: 17px;
  padding-top: 8px;
}
.opclass {
  border-radius: 12px!important;
}
.addt {
  position: absolute;
  right: 0;
  top: 8px;
  width: 48px;
  height: 58px;
  padding-top: 20px;
  padding-right: 10px;
  display: none;
  z-index: 9999;
}
.addt::after {
  width: 18px;
  height: 2px;
  content: ' ';
  display: block;
  transition: ease all 0.2s;
  background: #007979;
  position: absolute;
}
.addt::before {
  width: 18px;
  height: 2px;
  content: ' ';
  display: block;
  transition: ease all 0.2s;
  background: #007979;
  position: absolute;
  transform: rotate(90deg);
}
.addt.hv::after {
  background: #fff;
}
.addt.hv::before {
  background: #fff;
  transform: rotate(0deg);
}
.head_ul li.hv dl a::after,
.head_ul li:hover dl a::after {
  display: none;
}
.head_box.hv .head_ul li.hv a::after,
.head_box.hv .head_ul li:hover a::after {
  background: #007979;
}
.head_logo img {
  transition: ease all 0.4s;
}
@media (max-width: 1440px) {
  .head_ul {
    margin-right: 10px;
  }
  .head_ul dl {
    margin: 0;
  }
  .head_logo img {
    height: 75px;
  }
}
@media (max-width: 1200px) {
  .head_logo img {
    height: 55px;
  }
  .head_search {
    width: 100px;
    padding-left: 33px;
  }
}
@media (max-width: 991px) {
  .head_right {
    display: none;
  }
  .head_logo {
    line-height: 56px;
  }
  .head_search {
    display: none;
  }
  .jzk_toggle_01 {
    display: block;
  }
  .head_ip {
    display: none;
  }
  .head_ul {
    float: right;
    margin-right: 0;
    padding: 0;
    margin-left: 0 ;
    background: #fff;
    max-height: 600px;
    overflow-y: scroll ;
    box-shadow: 0px 5px 42px 0px rgba(0, 14, 27, 0.3);
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
    background: #ffffff;
  }
  .head_ul li a::after {
    display: none;
  }
  .head_ul li.now h2 {
    background: #369394;
  }
  .head_ul li.hv h2 {
    background: #369394;
    color: #fff;
  }
  .head_ul li {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ebeff9;
  }
  .head_ul li a {
    width: 100%;
    color: #333333;
    font-size: 16px;
    padding-top: 0;
  }
  .head_ul li a h2 {
    width: 100%;
  }
  .head_nav_son {
    display: none;
    position: initial;
    width: 100%;
    margin: 0;
    background: #f9f9f9;
    padding: 0px 0 0px;
  }
  .head_nav_son dl dt {
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
  }
  .head_nav_son dl dt a {
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
  }
  .head_nav_son dl a {
    display: inline-block;
    float: left;
    width: auto;
    font-size: 14px;
  }
  .head_nav_son dl dd {
    padding: 0 10px;
  }
  .head_nav_son dl span {
    display: inline-block;
    float: left;
  }
  .head_ul li dl {
    background: none;
    position: initial;
    width: 100%;
    padding: 6px 0 6px;
    margin: 0 ;
  }
  .head_ul li.hv dl {
    position: initial;
    background: none;
  }
  .head_ul li.hv dl a {
    color: #fff;
  }
  .head_box {
    line-height: 56px;
    height: 56px;
    background: #045781;
  }
  .head_logo img {
    height: 30px;
  }
  .head_logo {
    margin-top: 0;
  }
  .addt {
    display: block;
  }
  .jzk_banner .swiper-pagination {
    bottom: 12px;
  }
  .head_ul li.now {
    border-bottom: none;
  }
  .head_ul li a {
    padding: 0;
  }
  .head_ul li.hv::after {
    display: none;
  }
  .addt {
    padding-left: 20px;
    width: 68px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .head_ul li dl {
    padding: 0 0 3px;
  }
}
@media (max-width: 767px) {
  .jzk_banner .swiper-pagination {
    bottom: 8px;
  }
}
.w {
  width: 1300px;
  margin: 0 auto;
}
.w:after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}

@media (max-width: 1200px) {
  .w {
    width: 950px;
  }
}
@media (max-width: 991px) {
  .w {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .w {
    width: 92%;
    margin: 0 4%;
  }
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  outline: none;
}
.teaching {
  padding-top: 100px;
  padding-bottom: 30px;
}
.teaching_l {
  float: left;
  width: 48.5%;
  border-radius: 20px;
  overflow: hidden;
}
.teaching_l .swiper-slide {
  position: relative;
}
.teaching_l .swiper-slide img {
  width: 100%;
}
.teaching_l .swiper-slide:after {
  position: absolute;
  background: url(../images/bg5.png) repeat-x center top;
  height: 146px;
  left: 0;
  right: 0;
  bottom: 0;
  content: ' ';
  display: inline-block;
}
.teaching_l .swiper-pagination {
  width: auto;
  left: initial;
  right: 30px;
  bottom: 24px;
}
.teaching_l .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background: url(../images/b2.png) no-repeat center top;
  opacity: 1;
  transition: ease all 0.2s;
}
.teaching_l .swiper-pagination-bullet-active {
  background: url(../images/b1.png) no-repeat center top;
}
.teaching_r {
  float: right;
  width: 48.5%;
  background: url(../images/bg4.png) no-repeat right top;
}
.teaching_r .news_list {
  padding: 16px 0;
}
@media (max-width: 1440px) {
  .teaching {
    padding-top: 60px;
  }
  .teaching_r .index_title {
    line-height: 50px;
  }
}
@media (max-width: 1200px) {
  .teaching_r {
    background-size: auto 50px ;
  }
}
@media (max-width: 991px) {
  .teaching_l {
    width: 100%;
  }
  .teaching_r {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .teaching_l .swiper-pagination {
    bottom: 10px;
    right: 12px;
  }
  .teaching_l .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 2px!important;
    background-size: cover ;
  }
  .teaching_l .swiper-slide:after {
    height: 80px;
    background-size: contain;
  }
  .teaching {
    padding-top: 30px;
  }
}
.dynamic {
  padding: 47px 0;
  min-height: 484px;
  background: #fff;
}
.dynamic:after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.dynamic .index_title {
  margin-bottom: 8px;
}
@media (max-width: 1440px) {
  .dynamic {
    padding: 36px 0;
  }
}
@media (max-width: 767px) {
  .dynamic {
    padding: 6px 0 20px;
  }
}
.dynamic_l {
  float: left;
  width: 50%;
}

.dynamic_r {
  float: left;
  width: 50%;
}


.dynamic_l .swiper_box {
  position: relative;
  
  
}
.dynamic_l .swiper-button-next {
  background: url(../images/e2.png) no-repeat center center;
  width: 24px;
  height: 44px;
  opacity: 1;
  margin-top: -32px;
  display: none;
}
.dynamic_l .swiper-button-prev {
  background: url(../images/e1.png) no-repeat center center;
  width: 24px;
  height: 44px;
  opacity: 1;
  margin-top: -32px;
  display: none;
}
.dynamic_l .swiper_box h3 {
  left: 0;
  bottom: 0;
  right: 0;
  color: #000000;
  font-size: 16px;
  line-height: 54px;
  padding-left: 8px;
  background: #fff;
}
.dynamic_l .swiper-pagination {
  width: auto;
  right: 15px;
  left: initial;
  bottom: 18px;
}
.dynamic_l .swiper-pagination .swiper-pagination-bullet {
  background: #bdbdbd;
  opacity: 1;
  width: 7px;
  height: 7px;
  margin: 0 3px;
}
.dynamic_l .swiper-pagination .swiper-pagination-bullet-active {
  background: #bdbdbd;
  opacity: 1;
  width: 22px;
  height: 7px;
  border-radius: 5px;
}
.dynamic_l .swiper_box {
  width: 100%;
  float: left;
  margin-top: 20px;
  border-radius: 3px;
  box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.18);
}
.dynamic_l .swiper_box img {
  width:100%;
  height:350px;
}

.dynamic_r .news_list {
  width: 100%;
  float: right;
}

.dynamic_l .news_list {
  width: 100%;
  float: right;
}
@media (max-width: 1200px) {
  .dynamic_l .swiper_box {
    width: 339px;
    margin-top: 20px;
  }
  .dynamic_l .swiper_box img {
    width: 339px;
    height: 195px;
  }
  .dynamic_l .news_list {
    width: calc(100% - 360px);
  }
  .dynamic_l .news_list h3 {
    font-size: 14px;
  }
  .dynamic_l .news_list li:last-child {
    display: none;
  }
}
@media (max-width: 991px) {
  .dynamic_l {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .dynamic_l .swiper_box {
    width: 100%;
    margin-top: 10px;
  }
  .dynamic_l .swiper_box img {
    width: 100%;
    height: auto;
  }
  .dynamic_l .news_list {
    width: 100%;
  }
}
.dynamic_r {
  float: right;
  width: 48%;
}
@media (max-width: 991px) {
  .dynamic_r {
    width: 100%;
  }
}
.news_list_hot {
  height: auto;
  overflow: hidden;
  border-bottom: 2px solid #e4e4e4;
}
.news_list_hot h3 {
  font-size: 26px;
  color: #282828;
  line-height: 34px;
  padding: 0 23px;
  float: left;
  width: calc(100% - 158px);
  font-weight: bold;
  padding-bottom: 14px;
  padding-top: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  transition: ease all 0.2s;
}
.news_list_hot p {
  color: #959595;
  font-size: 16px;
  line-height: 28px;
  padding: 0 23px;
  float: left;
  width: calc(100% - 158px);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news_list_hot span {
  border-left: 2px solid #e4e4e4;
  color: #282828;
  font-weight: bold;
  float: right;
  font-size: 18px;
  width: 158px;
  display: inline-block;
  text-align: center;
  padding-top: 137px;
  height: 188px;
  background: url(../images/more.png) no-repeat 118px 106px;
  transition: ease all 0.2s;
}
.news_list_hot a {
  display: inline-block;
  width: 100%;
  float: left;
}
.news_list_hot a:hover h3 {
  color: #007979;
}
.news_list_hot a:hover span {
  color: #007979;
}
.news_list {
  padding: 10px 0 ;
  position: relative;
}
.news_list li {
  display: inline-block;
  width: 100%;
  float: left;
  line-height: 46px;
  height: 46px;
  border-bottom: 1px solid #ececec;
}
.news_list h3 {
  font-size: 16px;
  color: #282828;
  float: left;
  transition: ease all 0.4s;
  width: calc(100% - 70px);
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}
.news_list span {
  font-size: 16px;
  color: #999999;
  float: left;
  width: 55px ;
  display: inline-block;
  transition: ease all 0.4s;
}
.news_list a {
  display: inline-block;
  width: 100%;
  padding: 0 0px ;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.news_list a:hover {
  padding-left: 4px;
}
.news_list a:hover h3 {
  color: #007979;
}
.news_list a:hover span {
  color: #007979;
}
.news_list::after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.index_title {
  border-bottom: 1px solid #d6d6d6;
  line-height: 51px;
  width: 100%;
  position: relative;
}
.index_title h3 {
  float: left;
  color: #00647a;
  font-size: 18px;
  padding: 0 5px;
  font-weight: bold;
  position: relative;
}
.index_title h3:after {
  left: 0;
  right: 0;
  bottom: -2px;
  position: absolute;
  content: ' ';
  width: 100%;
  z-index: 9;
  border-bottom: 3px solid #005768;
}
.index_title:after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.index_title_bbn {
  line-height: 51px;
  width: 100%;
  position: relative;
  padding-left: 8px;
}
.index_more {
  float: right;
  padding-right: 6px;
  z-index: 9999;
  display: inline-block;
  color: #4f4f4f;
}
@media (max-width: 1440px) {
  .index_title {
    line-height: 50px;
  }
  .index_title img {
    height: 30px;
  }
}
@media (max-width: 1200px) {
  .index_title img {
    height: 22px;
  }
  .index_title_bbn img {
    height: 22px;
  }
}
@media (max-width: 767px) {
  .index_title img {
    height: 18px;
  }
  .index_title_bbn {
    line-height: 40px;
  }
  .index_title_bbn img {
    height: 18px;
  }
}
.masters {
  padding-top: 86px;
  background: url(../images/bg3.png) no-repeat center top;
  margin-bottom: 70px;
}
.masters .swiper-pagination-bullet {
  width: 22px;
  height: 22px;
  background: url(../images/b4.png) no-repeat center center;
  opacity: 1;
  transition: ease all 0.3s;
}
.masters .swiper-pagination-bullet-active {
  background: url(../images/b3.png) no-repeat center center;
}
.masters .swiper-pagination {
  bottom: 84px;
}
.masters a:hover h3 {
  color: #025c5c;
  padding-left: 10px;
}
.masters a:hover span {
  padding-left: 10px;
}
.masters a:hover p {
  color: #025c5c;
}
.masters a:hover b {
  margin-right: 30px;
}
.masters_l {
  float: left;
  width: 43%;
  border-radius: 20px;
  overflow: hidden;
}
.masters_r {
  background: url(../images/bg6.png) no-repeat right bottom;
  height: 441px;
  float: left;
  width: 57%;
  padding-left: 94px;
  border-bottom: 6px solid #007979;
}
.masters_r h3 {
  font-size: 50px;
  color: #282828;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 50px;
  transition: ease all 0.3s;
  margin-top: 38px;
}
.masters_r h3 strong {
  font-size: 18px;
  transition: ease all 0.3s;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 0 13px;
  height: 28px;
  line-height: 28px;
  border-radius: 28px;
  background: #007979;
  margin-left: 27px;
  letter-spacing: 2px;
}
.masters_r span {
  color: #656565;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 13px;
  display: inline-block;
  transition: ease all 0.3s;
}
.masters_r p {
  color: #676767;
  font-size: 17px;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 50px;
  padding-right: 63px;
  margin-bottom: 25px;
  transition: ease all 0.3s;
}
.masters_r b {
  color: #007979;
  float: right;
  margin-right: 21px;
  transition: ease all 0.3s;
}
.masters_r b::after {
  content: ' ';
  display: inline-block;
  background: url(../images/r.png) no-repeat right center;
  width: 13px;
  height: 12px;
  color: #007979;
  margin-left: 12px;
}
@media (max-width: 1440px) {
  .masters_r {
    height: 340px;
    padding-left: 44px;
  }
  .masters_r h3 {
    margin-top: 0;
    font-size: 40px;
  }
  .masters_r h3 strong {
    margin-left: 10px;
    font-size: 16px;
  }
  .masters_r p {
    margin-top: 20px;
  }
  .masters .swiper-pagination {
    bottom: 50px;
  }
  .masters {
    margin-bottom: 30px;
    background-size: 100% auto;
  }
}
@media (max-width: 1200px) {
  .masters_r {
    height: 260px;
  }
  .masters_r p {
    padding-right: 20px;
    font-size: 14px;
    line-height: 26px;
  }
  .masters_r h3 {
    font-size: 30px;
  }
  .masters_r span {
    padding-top: 0;
  }
  .masters {
    padding-top: 40px;
  }
}
@media (max-width: 991px) {
  .masters_l {
    width: 100%;
  }
  .masters_r {
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
  }
  .masters .swiper-pagination {
    bottom: 14px;
  }
  .masters .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background-size: cover ;
  }
}
@media (max-width: 767px) {
  .masters {
    padding-top: 16px;
  }
  .masters_r {
    padding-left: 12px;
    background-size: contain ;
  }
  .masters_r h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .masters_r h3 strong {
    background: none;
    color: #007979;
    padding: 0;
    margin-left: 12px;
    letter-spacing: 0;
  }
  .masters_r p {
    padding-right: 12px;
    margin-top: 10px;
  }
}
.foot_column li {
  float: left;
  width: 20%;
}
.foot_column a {
  display: inline-block;
  position: relative;
  text-align: center;
  float: left;
  margin-bottom: 54px;
  transition: ease all 0.3s;
}
.foot_column h3 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 45px;
  right: 0;
  display: inline-block;
  width: 100%;
}
.foot_column span {
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  font-family: arial;
  position: absolute;
  left: 0;
  top: 76px;
  right: 0;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
}
.foot_column a:hover {
  position: relative;
  margin-top: -8px;
}
@media (max-width: 1440px) {
  .foot_column h3 {
    font-size: 20px;
    top: 30px;
  }
  .foot_column span {
    font-size: 12px;
    letter-spacing: 0;
    top: 56px;
  }
  .foot_column a {
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .foot_column li {
    padding: 12px 5px;
  }
  .foot_column h3 {
    font-size: 18px;
    top: 22px;
  }
  .foot_column span {
    top: 42px;
  }
}
@media (max-width: 991px) {
  .foot_column li {
    width: 33.3%;
    padding: 0 5px;
  }
  .foot_column h3 {
    font-size: 20px;
    top: 30px;
  }
  .foot_column span {
    font-size: 12px;
    letter-spacing: 0;
    top: 56px;
  }
  .foot_column a {
    margin-bottom: 0;
  }
  .foot_column a img:nth-child(2) {
    height: 20px;
    width: 100%;
  }
  .foot_column {
    margin-bottom: 15px;
  }
  .foot_column::after {
    clear: both;
    width: 100%;
    display: block;
    content: ' ';
  }
}
@media (max-width: 767px) {
  .foot_column li {
    width: 50%;
  }
  .foot_column h3 {
    font-size: 18px;
    top: 22px;
  }
  .foot_column span {
    top: 42px;
  }
}
.footbg {
  background: #006d84 url(../images/fbg.png) repeat-x center top;
  color: #fff;
  padding-top: 3px;
  border-bottom: 1px solid #000000;
  background-size: cover;
}
.footbg a {
  color: #fff;
}
.footbg .w {
  padding: 52px 0 0;
}
.footbg h3 {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 22px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .footbg h3 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 15px;
  }
}
.foot2 {
  float: left;
  width: 38%;
  padding-bottom: 36px;
}
@media (max-width: 1200px) {
  .foot2 {
    padding-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .foot2 {
    width: 100%;
    padding-bottom: 16px;
  }
}
.foot3 {
  float: left;
  width: 100%;
  padding-bottom: 36px;
}
@media (max-width: 1200px) {
  .foot3 {
    width: 100%;
    padding-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .foot3 {
    width: 100%;
    padding-bottom: 16px;
  }
}
.foot4 {
  float: left;
  width: 28%;
  padding-bottom: 36px;
}
@media (max-width: 1200px) {
  .foot4 {
    width: 30%;
    padding-bottom: 16px;
  }
}
@media (max-width: 991px) {
  .foot4 {
    width: 100%;
    padding-bottom: 16px;
  }
}
.foot4 ul li {
  display: inline-block;
  float: left;
  text-align: center;
  width: 145px;
  margin-right: 34px;
}
.foot4 ul li h4 {
  color: #c5d6db;
  font-size: 12px;
  font-weight: 500;
  line-height: 36px;
}
@media (max-width: 1440px) {
  .foot4 ul li {
    width: 135px;
    margin-right: 24px;
  }
}
@media (max-width: 1200px) {
  .foot4 ul li {
    width: 132px;
    margin-right: 10px;
  }
}
@media (max-width: 991px) {
  .foot4 ul li {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .foot4 ul li {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .foot4 ul {
    width: 100%;
    text-align: center;
  }
  .foot4 ul li {
    width: 48%;
    margin: 0;
    display: inline-block;
    float: none;
    padding: 0 15px;
  }
}
.ftitle h3 {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
}
.foot_ul {
  font-size: 0;
}
.foot_ul li {
  margin: 0 11px 13px 0;
  display: inline-block;
  width: 42%;
  height: 34px;
  text-align: left;
  line-height: 34px;
  position: relative;
  border-radius: 34px;
  font-size: 13px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #4d95a5;
  text-align: center;
}
.foot_ul li h4 {
  font-size: 14px;
}
.foot_ul li a {
  color: #fff;
}
.foot_ul li:hover {
  background: #177187;
}
.foot_ul2 {
  font-size: 0;
}
.foot_ul2 li {
  margin: 0 11px 13px 0;
  padding: 0 20px;
  display: inline-block;
  height: 34px;
  text-align: left;
  line-height: 34px;
  position: relative;
  border-radius: 34px;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  border: 1px solid #4d95a5;
  text-align: center;
}
.foot_ul2 li h4 {
  font-size: 14px;
}
.foot_ul2 li a {
  color: #fff;
}
.foot_ul2 li:hover {
  background: #177187;
}
.foot_link a {
  display: inline-block;
  width: 50%;
  float: left;
}
.foot_bottom {
  border-top: 1px solid #29778c;
  float: left;
  width: 100%;
  padding: 20px 0 30px;
}
.foot_bottom_l {
  float: left;
}
.foot_bottom_r {
  float: left;
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  text-align: left;
  padding-top: 10px;
}
.foot_bottom_r a {
  color: #ffffff;
}
@media (max-width: 1200px) {
  .foot_bottom {
    text-align: center;
  }
  .foot_bottom_l {
    float: initial;
  }
  .foot_bottom_r {
    width: 100%;
    text-align: left;
    padding-top: 0px;
  }
}
@media (max-width: 991px) {
  .foot_bottom_l img {
    height: 50px;
  }
  .foot_bottom_r {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .foot_bottom_l img {
    height: 30px;
  }
  .foot_bottom_r br {
    display: none;
  }
}
.title_index {
  text-align: center;
  padding: 50px 0 60px;
}
.title_index h3 {
  font-size: 34px;
  color: #333;
  line-height: 40px;
  margin-bottom: 20px;
}
.title_index span {
  font-size: 15px;
  color: #868585;
  line-height: 30px;
}
.title_index p {
  font-size: 16px;
  line-height: 36px;
  color: #666;
}
.pape_nav {
  width: 100%;
  height: 117px;
}
.banner_b3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -175px;
  z-index: 9;
  text-align: center;
  height: 584px;
  width: 100%;
  background: url(../images/pape1.png) no-repeat center bottom;
  background-size: 100% auto;
}
.pape_son {
  padding-top: 28px;
  position: relative;
  overflow-x: hidden;
  border-bottom: 1px solid #e4e4e4;
}
.pape_son .w {
  position: relative;
}
.pape_son_t {
  background: url(../images/pape3.png) no-repeat center bottom;
  width: 500px;
  padding-left: 60px;
  padding-top: 40px;
  margin-left: 40px;
  position: relative;
  float: left;
}
.pape_son_t h3 {
  font-size: 38px;
  font-weight: bold;
  color: #282828;
  line-height: 40px;
  padding-bottom: 8px;
}
.pape_son_t span {
  color: #319190;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}
.pape_son_t::after {
  content: ' ';
  display: inline-block;
  position: absolute;
  right: 500px;
  top: 60px;
  background: #007979;
  width: 100%;
  height: 40px;
  border-radius: 0 20px 20px 0;
}
.pape_op {
  border-bottom: 1px solid #eeeeee;
  line-height: 56px;
}
.pape_op::after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.pape_op h3 {
  border-bottom: 3px solid #00647a;
  padding: 0 13px;
  font-size: 20px;
  color: #333;
  display: inline-block;
  float: left;
}
@media (max-width: 991px) {
  .pape_op h3 {
    padding: 0 5px;
    font-size: 16px;
  }
}
.pape_op .fr {
  float: right;
  color: #999;
  font-size: 14px;
}
@media (max-width: 991px) {
  .pape_op .fr {
    font-size: 12px;
  }
}
.pape_op .fr a {
  color: #999;
}
.about_show_t {
  color: #000;
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  padding: 30px 0;
  font-weight: bold;
  text-align: center;
}
.pape_bg {
  background: url(../images/bg12.png) left bottom no-repeat;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .pape_bg {
    margin-top: 20px;
    background-size: 70%;
  }
}
.pape_l {
  position: relative;
  width: 22%;
  float: left;
}
.pape_l::before {
  content: ' ';
  display: inline-block;
  position: absolute;
  left: -125px;
  top: -15px;
  z-index: 9;
}
.pape_l .index_title {
  border-radius: 6px 6px 0 0;
  background: #045781;
  padding-left: 16px;
  background-size: auto 40px;
  line-height: 48px;
}
.pape_l .index_title h3:before {
  display: none;
}
.pape_l .index_title i {
  float: right;
  margin-right: 32px;
  color: #ffffff;
  display: none;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.pape_l .index_title i.hvv {
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .pape_l .index_title i {
    display: block;
  }
}
.pape_l .index_title h3:after {
  left: 0;
  right: 0;
  bottom: 0px;
  position: absolute;
  content: ' ';
  width: 100%;
  z-index: 9;
  height: 5px;
  border-radius: 3px 3px 0 0;
  background: #fcd47b;
  border-bottom: none;
}
.pape_l .index_title h3 {
  color: #ffffff;
}
.pape_r {
  width: 76%;
  float: right;
  padding-bottom: 40px;
}
.paging {
  padding-bottom: 40px;
  float: left;
  width: 100%;
}
@media (max-width: 1200px) {
  .pape_son_ul {
    left: 200px;
  }
  .pape_son_t {
    margin-left: 0;
    padding-left: 20px;
  }
  .pape_l {
    width: 30%;
  }
  .pape_l::before {
    left: -200px;
  }
  .pape_r {
    width: 67%;
  }
  .banner_b3 {
    bottom: -128px;
    background-size: 120% auto;
  }
}
@media (max-width: 991px) {
  .pape_r {
    width: 100%;
  }
  .pape_l {
    width: 100%;
    margin-bottom: 15px;
  }
  .pape_son_t h3 {
    text-align: center;
  }
  .pape_son_t {
    padding-left: 0;
    width: 100%;
    text-align: center;
  }
  .banner_b3 {
    bottom: -100px;
    background-size: 120% auto;
  }
}
@media (max-width: 767px) {
  .pape_son_t h3 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 0;
  }
  .pape_son_t span {
    font-size: 16px;
  }
  .pape_nav {
    height: 56px;
  }
  .banner_b3 {
    bottom: -40px;
    background-size: 130% auto;
  }
  .pape_son_t {
    padding-top: 20px;
    background-size: auto 50px;
  }
}
.pape_l_t {
  height: 68px;
  line-height: 68px;
  font-size: 24px;
  color: #fff;
  padding-left: 19px;
  border-radius: 6px 6px 0 0;
  background: #045781;
  padding-left: 16px;
  line-height: 54px;
}
.pape_l_ul {
  line-height: 46px;
  margin-bottom: 23px;
  background: #fff;
  width: 100%;
  padding-bottom: 8px;
}
@media (max-width: 991px) {
  .pape_l_ul {
    display: none;
  }
}
.pape_l_ul a {
  background: #f9f9f9 url(../images/li3.png) no-repeat 90% center;
  padding-left: 19px;
  color: #333;
  font-size: 16px;
  display: inline-block;
  width: 100%;
  transition: 0.2s;
  position: relative;
}
.pape_l_ul li.hv a,
.pape_l_ul li a:hover {
  background: #f2f8fc url(../images/li3.png) no-repeat 90% center;
}
.pape_l_ul a:before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  left: -1px;
  top: 0;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
  background: #0B90AC;
  transform: scale(1, 0);
  opacity: 0;
}
.pape_l_ul .hv a:before,
.pape_l_ul a:hover:before {
  transform: scale(1);
  opacity: 1;
}

.pape_l_ul dl {
  display: none;
  float: left;
  width: 100%;
  line-height: 40px;
  background: #fff;
}
.pape_l_ul dl dd {
  border-bottom: 1px solid #f2f2f2;
}
.pape_l_ul dl dd:last-child {
  border-bottom: none;
}
.pape_l_ul dl a {
  font-size: 14px;
  padding-left: 30px;
  background: #fff;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.pape_l_ul dl a:hover,
.pape_l_ul dl a.hv {
  padding-left: 36px;
  background: #f2f8fc;
}
@media (max-width: 991px) {
  .pape_l_ul {
    margin-bottom: 0px;
  }
}
.pape_op {
  border-bottom: 1px solid #eeeeee;
  line-height: 46px;
}
.news_lst {
  padding: 20px 0;
  float: left;
  width: 100%;
}
.news_lst li {
  font-size: 16px;
  color: #333;
  line-height: 38px;
  padding: 0 14px;
  display: inline-block;
  float: left;
  width: 100%;
}
.news_lst li a {
  display: inline-block;
  width: 100%;
  float: left;
  background: url(../images/li2.png) no-repeat left center;
}
.news_lst li h3 {
  float: left;
  font-size: 16px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 100px);
}
.news_lst li span {
  float: right;
  color: #adadad;
}
.pape_news li:nth-child(4n) {
  padding-bottom: 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .news_lst li h3 {
    font-size: 14px;
    width: calc(100% - 80px);
  }
  .news_lst li span {
    font-size: 14px;
  }
  .news_lst {
    padding: 10px 0;
  }
  .news_lst li {
    padding: 0 8px;
    line-height: 32px;
  }
  .pape_news li:nth-child(4n) {
    padding-bottom: 6px;
    border-bottom: 1px dashed #eeeeee;
    margin-bottom: 6px;
  }
}
.k_pro {
  height: auto;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 35px;
  padding-left: 4px;
  display: flex;
  flex-wrap: wrap;
}
.k_pro ul {
  border-bottom: 1px dashed #e5e5e5;
}
.k_pro li {
  width: 31.3%;
  display: inline-block;
  float: left;
  margin: 0 1%;
  padding-bottom: 20px;
  text-align: center;
}
.k_pro li a {
  display: inline-block;
  position: relative;
}
.k_pro li .img {
  overflow: hidden;
  display: inline-block;
}
.k_pro li .img img {
  -webkit-transition: 0.3s all linear 0s;
  transition: 0.3s all linear 0s;
}
.k_pro li .img img:hover {
  transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.k_pro li img {
  width: 400px;
  height: 200px;
}
.k_pro li h3 {
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding-top: 10px;
}
@media (max-width: 1440px) {
  .k_pro li img {
    height: 180px;
  }
}
@media (max-width: 1200px) {
  .k_pro li img {
    height: 120px;
  }
}
@media (max-width: 991px) {
  .k_pro li {
    width: 48%;
    display: inline-block;
    float: left;
    margin: 0 1%;
    padding-bottom: 20px;
    text-align: center;
  }
  .k_pro li img {
    height: 100px;
  }
}
@media (max-width: 767px) {
  .k_pro li img {
    height: 100px;
  }
  .k_pro li h3 {
    font-size: 14px;
    margin-bottom: 0;
    padding-top: 0;
  }
  .k_pro li {
    padding-bottom: 10px;
  }
  .k_pro {
    padding-left: 0;
    padding-top: 10px;
  }
}
.zyxq {
  float: left;
  margin-top: 27px;
}
.zyxq li {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #f2f2f2;
}
.zyxq .zyxq_1 {
  float: left;
  margin-right: 25px;
  width: 250px;
}
.zyxq .zyxq_2 {
  float: left;
  width: calc(100% - 375px);
}
.zyxq h3 {
  color: #3E3E3E;
  font-size: 20px;
  font-weight: bold;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
}
.zyxq p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.8;
  width: 100%;
  display: inline-block;
  color: #656565;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  padding-top: 3px;
}
.zyxq span {
  color: #8B8B8B;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.zyxq li:hover h3 {
  margin-left: 12px;
  color: #007979;
}
@media (max-width: 1200px) {
  .zyxq .zyxq_1 {
    float: left;
    margin-right: 25px;
    width: 250px;
  }
  .zyxq .zyxq_2 {
    float: left;
    width: calc(100% - 275px);
  }
}
@media (max-width: 767px) {
  .zyxq .zyxq_1 {
    width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .zyxq li {
    padding-bottom: 18px;
    margin-bottom: 18px;
    display: inline-block;
    flex-wrap: initial;
    width: 100%;
  }
  .zyxq li a {
    display: inline-block;
    width: 100%;
  }
  .zyxq .zyxq_2 {
    width: 100%;
  }
  .zyxq {
    position: relative;
    width: 100%;
  }
  .zyxq p {
    padding-top: 0;
  }
  .zyxq h3 {
    font-size: 18px;
  }
}
.peoper_list {
  margin-top: 20px;
  display: inline-block;
}
.peoper_list::after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.peoper_list li {
  width: 100%;
  float: left;
  display: inline-block;
  margin: 0 1%;
  margin-bottom: 40px;
}
.peoper_list li a {
  width: 100%;
  display: inline-block;
}
.peoper_list li img {
  width: 100%;
  border-radius: 10px;
}
.peoper_list li a:hover h3 {
  margin-left: 12px;
  color: #007979;
}
.peoper_list li a:hover .peoper_list_r dd {
  border: 1px solid #007979;
  color: #fff;
  background: #007979;
}
.peoper_list_l {
  float: left;
  width: 16%;
}
.h3xz {
  margin-left: 0px!important;
}
.peoper_list_r {
  float: left;
  width: 82%;
  margin-left: 2%;
}
.peoper_list_r h3 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 12px;
  padding-top: 12px;
  display: inline-block;
  width: 100%;
  transition: 0.3s;
}
.peoper_list_r strong {
  font-size: 16px;
  margin-bottom: 8px;
  display: inline-block;
}
.peoper_list_r p {
  color: #676767;
}
.peoper_list_r dl {
  margin-top: 20px;
}
.peoper_list_r dd {
  border: 1px solid #d4d4d4;
  border-radius: 35px;
  margin-bottom: 12px;
  display: inline-block;
  width: 45%;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
  transition: 0.3s;
}
@media (max-width: 1440px) {
  .peoper_list_r dd {
    width: 48%;
  }
  .peoper_list_r strong {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .peoper_list_r h3 {
    font-size: 20px;
    padding-bottom: 6px;
  }
  .peoper_list_r dl {
    margin-top: 12px;
  }
  .peoper_list_r dd {
    line-height: 30px;
    border-radius: 30px;
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .peoper_list li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .peoper_list_r dd {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .peoper_list_l {
    width: 100%;
    text-align: center;
  }
  .peoper_list li {
    border-bottom: #cfcfcf dashed 1px;
    padding-bottom: 15px;
  }
  .peoper_list li img {
    width: 60%;
    margin-bottom: 12px;
  }
  .peoper_list_r {
    width: 100%;
    margin: 0;
  }
  .peoper_list_r dd {
    margin-bottom: 8px;
  }
  .peoper_list_r h3 {
    text-align: center;
    margin-left: 0!important;
  }
}
.peoper_t {
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  margin-top: 24px;
  margin-bottom: 14px;
  color: #1a1a1a;
  padding: 0 10px;
  background: #f0f0f0;
  border-radius: 4px  4px 0 0;
  width: 100%;
  display: block;
  float: left;
}
.peoper_t_bg {
  background: #045781;
  color: #fff;
}
.peoper_b {
  border-bottom: 1px dotted #afafaf;
  padding: 8px 20px 20px;
  position: relative;
  font-size: 16px;
  line-height: 32px;
  color: #6f6f6f;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .peoper_t {
    font-size: 16px;
    line-height: 42px;
    height: 42px;
    padding: 0 15px;
    margin-top: 10px;
  }
  .peoper_b {
    font-size: 14px;
    padding: 8px 10px 10px;
    line-height: 28px;
  }
}
.omel {
  width: 100%;
  float: left;
  margin-top: 30px;
}
.omel li {
  float: left;
  width: 100%;
  background: #f9f9f9;
}
.omel li h3 {
  color: #000;
  font-size: 22px;
  line-height: 30px;
  padding-bottom: 8px;
}
.omel li p {
  color: #999;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.omel li .fr {
  width: 90px;
  float: right;
  border-left: 1px dashed #dcdcdc;
  text-align: center;
  color: #999;
  font-size: 12px;
  margin-left: 37px;
}
.omel li .fr span {
  width: 100%;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  .omel li {
    padding: 12px 10px 12px 19px;
    margin-bottom: 20px;
  }
  .omel li h3 {
    font-size: 18px;
  }
  .omel li p {
    font-size: 14px;
    line-height: 24px;
  }
  .omel li .fr {
    margin-left: 10px;
    width: 70px;
  }
}
.students {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.students .stu1 {
  height: auto;
  border-bottom: 1px dashed #D8D7D7;
  color: #666464;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.students .stu1 .stuL,
.students .stu1 .stuR {
  width: 48%;
}
.students .stu1 .stuL dt,
.students .stu1 .stuR dt {
  font-size: 20px;
  color: #fff;
  background: #045781;
  border-radius: 4px 4px 0 0;
  width: 100%;
  padding: 0 12px;
  line-height: 40px;
  margin-bottom: 18px;
}
.students .stu1 .stuL dd,
.students .stu1 .stuR dd {
  width: 136px;
  background: url(../images/point.png) no-repeat left center;
  height: 30px;
  line-height: 30px;
  float: left;
  padding-left: 13px;
  margin-left: 10px;
}
.students .stu1 .stuL dd a,
.students .stu1 .stuR dd a {
  color: #909090;
  font-size: 16px;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.students .stu1 .stuL dd a:hover,
.students .stu1 .stuR dd a:hover {
  color: #007979;
  margin-left: 5px;
}
.students_t {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.students_t ul {
  margin: 0;
  padding: 0;
}
.students_t li {
  max-width: 120px;
  height: 35px;
  width: 25%;
  line-height: 35px;
  margin-bottom: 25px;
  text-align: center;
  float: left;
  margin-right: 15px;
  list-style: none;
}
.students_t li a {
  display: inline-block;
  width: 100%;
  background: #DBEBEF;
  border-radius: 3px;
  color: #006793;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.students_t li a:hover {
  background: #007979;
  color: #fff;
}
.pb_sys_style1 .p_no_d {
  border: 1px solid #007979;
  color: #fff;
  background-color: #007979;
}
@media (max-width: 991px) {
  .students .stu1 .stuL,
  .students .stu1 .stuR {
    width: 45%;
    font-size: 20px;
    margin-bottom: 2px;
  }
  .students_t {
    margin-top: 20px;
  }
  .students_t li {
    margin-bottom: 15px;
    margin-right: 0;
  }
  .students_t li a {
    border-radius: 0;
    border-right: 2px solid #fff;
  }
  .students .stu1 .stuL dd,
  .students .stu1 .stuR dd {
    width: 31%;
    margin-left: 0;
  }
  .students .stu1 .stuL dt {
    position: relative;
    margin-left: -20px;
    font-size: 16px;
  }
  .students .stu1 .stuL {
    margin-left: 20px;
  }
}
.pro_show {
  margin: 30px;
  width: 100%;
  display: inline-block;
  float: left;
}
.pro_show_l {
  float: left;
}
.pro_show_l img {
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.pro_show_r {
  padding-top: 10px;
  margin-left: 20px;
  float: left;
  width: calc(100% - 300px);
}
.pro_show_r li {
  float: left;
  display: inline-block;
  line-height: 30px;
  width: 50%;
  border-bottom: 1px dashed #d3d3d3;
}
.pro_show_r li span {
  padding-left: 10px;
  min-width: 80px;
  display: inline-block;
}
.pro_show_t {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
}
#vsb_content {
  margin: 0 30px 30px 30px;
  float: left;
}
@media (max-width: 1200px) {
  .pro_show_r {
    padding-top: 10px;
    margin-left: 20px;
    float: left;
    width: 370px;
  }
  .pro_show_l img {
    width: 180px;
    height: auto!important;
  }
}
@media (max-width: 991px) {
  .pro_show_r {
    padding-top: 10px;
    margin-left: 0;
    float: left;
    width: 100%;
  }
  .pro_show {
    margin: 20px 0 0;
  }
  #vsb_content {
    margin: 10px 0;
  }
}
.head_search2 {
  display: none;
}
@media (max-width: 767px) {
  .head_search2 {
    float: right;
    display: block;
    margin-right: 60px;
  }
  .head_search2 img {
    width: 20px;
  }
  .opclass {
    border-radius: 4px!important;
  }
  .layui_search {
    padding: 12px;
  }
  .layui_search button img {
    width: 20px;
  }
  .layui_search form {
    line-height: 36px;
    height: 36px;
  }
  .pro_show_l img {
    width: auto;
    height: auto!important;
  }
  .pro_show_l {
    width: 100%;
    text-align: center;
  }
  .pro_show_r {
    width: 100%;
    padding-top: 20px;
  }
  .input-search .form-control {
    padding: 0 0 0 15px;
  }
  .input-search-btn {
    right: 5px;
  }
}
.fu_news_show01 {
  line-height: 28px;
}
.fu_news_show01 .fu_news_title {
  padding-top: 30px;
  text-align: center;
}
.fu_news_show01 .fu_news_meta {
  line-height: 21px;
  padding: 10px 0 19px 0;
  font-size: 14px;
  color: #9e9e9e;
  border-bottom: #cfcfcf dashed 1px;
  margin-bottom: 20px;
}
.fu_post_links {
  border-top: #ededed dashed 1px;
  position: relative;
  margin-top: 15px;
  padding: 15px 0 16px;
}
.fu_prev_next1 {
  line-height: 20px;
  padding: 10px 0 0;
  float: right;
}
.fu_prev_next1 span {
  margin: 0 15px;
}
.fu_prev_next1 a {
  color: #666666;
  transition: all 300ms;
  -webkit-transition: all 300ms;
}
.fu_prev_next1 a i {
  font-size: 16px;
  font-weight: normal;
}
.fu_prev_next1 a:hover {
  color: #007979;
}
.fu_prev_next1 i {
  padding-right: 12px;
}
.fu_prev_next1 i {
  padding-left: 12px;
}
@media (max-width: 767px) {
  .fu_news_show01 .fu_news_title {
    padding-top: 20px;
  }
  .fu_news_show01 .fu_news_title h1 {
    font-size: 20px;
  }
  .fu_prev_next1 span {
    display: none;
  }
  .fu_prev_next1 a {
    width: 100%;
    display: inline-block;
    line-height: 30px;
  }
  .fu_prev_next1 {
    width: 100%;
    float: left;
    padding-top: 0;
  }
}
.about_show_t {
  color: #000;
  width: 100%;
  font-size: 24px;
  line-height: 36px;
  padding: 30px 0;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1200px) {
  .about_show_t {
    font-size: 18px;
    padding-bottom: 10px;
  }
}
.about_show_d {
  color: #000;
  width: 100%;
  color: #666;
  font-size: 16px;
  line-height: 30px;
  padding: 0 43px;
}
@media (max-width: 1200px) {
  .about_show_d {
    font-size: 14px;
    padding: 0 23px;
    line-height: 1.8;
  }
}
.about_show_b {
  background: #005065;
  background: linear-gradient(to right, #005068, 49%, #2ea2b2);
  padding: 0 12px!important;
  margin-bottom: 12px;
  color: #fff;
  border-radius: 8px;
  display: inline-block;
}
.about_show_d p {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .about_show_d {
    padding: 0 0;
  }
  .about_show_t {
    padding: 20px 0 10px;
    font-size: 18px;
  }
  .about_show_d {
    font-size: 14px;
    line-height: 26px;
  }
}
.news_bg {
  background: url(../images/bg7.png) center top;
  padding: 59px 0  20px 0;
}
.news_bg .w > div {
  background: #ffffff;
  width: 49%;
  box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  overflow: hidden;
}

.news_bg1 {
   background: url(../images/bg71.png) center top;
  padding: 20px  0 59px 0;
}
.news_bg1 .w > div {
  background: #ffffff;
  width: 49%;
  box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  overflow: hidden;
}



@media (max-width: 767px) {
  .news_bg .w > div {
    width: 100%;
    margin-bottom: 20px;
  }
  
   .news_bg1 .w > div {
    width: 100%;
    margin-bottom: 20px;
  }
  
}
.news_bg .index_title {
  background: #eef3f7 url(../images/bg5.png) right top no-repeat;
  padding-left: 16px;
  line-height: 54px;
}
.news_bg .index_title h3:before {
  left: 0;
  right: 0;
  top: 0px;
  position: absolute;
  content: ' ';
  width: 100%;
  z-index: 9;
  border-bottom: 2px solid #fcd47b;
}
.news_bg .news_list {
  padding-bottom: 20px;
  margin: 0 20px;
}
.news_bg .news_list li:last-child {
  border-bottom: none;
}





.news_bg1 .index_title {
  background: #eef3f7 url(../images/bg5.png) right top no-repeat;
  padding-left: 16px;
  line-height: 54px;
}
.news_bg1 .index_title h3:before {
  left: 0;
  right: 0;
  top: 0px;
  position: absolute;
  content: ' ';
  width: 100%;
  z-index: 9;
  border-bottom: 2px solid #fcd47b;
}
.news_bg1 .news_list {
  padding-bottom: 20px;
  margin: 0 20px;
}
.news_bg1 .news_list li:last-child {
  border-bottom: none;
}






.news_1 {
  float: left;
}
.news_2 {
  float: right;
}
.guide_bg {
  background: #fff;
  background-size: cover;
  padding: 59px 0;
}
.guide_bg .index_title {
  border-radius: 6px 6px 0 0;
  background: #045781 url(../images/bg11.png) right top no-repeat; ;
  padding-left: 16px;
  line-height: 54px;
}
.guide_bg .index_title h3:before {
  left: 0;
  right: 0;
  top: 0px;
  position: absolute;
  content: ' ';
  width: 100%;
  z-index: 9;
  border-bottom: none;
  height: 5px;
  border-radius: 0 0 3px 3px;
  background: #fcd47b;
}
.guide_bg .index_title h3:after {
  left: 0;
  right: 0;
  bottom: 0px;
  position: absolute;
  content: ' ';
  width: 100%;
  z-index: 9;
  height: 5px;
  border-radius: 3px 3px 0 0;
  background: #fcd47b;
  border-bottom: none;
}
.guide_bg .index_title h3 {
  color: #ffffff;
}
.guide_bg .index_title a {
  color: #fff0d0;
}
.guide_bg .index_title a:hover {
  color: #fff;
}
.guide_list .guide_list_li {
 
  border: 1px solid #438695;
  width: 48.5%;
 
  margin-top: 20px;
  height: 320px;
  padding-left: 10px;
  padding-right: 10px;
}
.guide_list .guide_list_li:nth-child(3n) {
  margin-right: 0;
}
.guide_list .guide_list_li.guide_list_li1 {
  background: rgba(255, 255, 255, 0.67) ;
  float:left;
  
}
.guide_list .guide_list_li.guide_list_li2 {
  background: rgba(255, 255, 255, 0.67) ;
  float:right;
}
.guide_list .guide_list_li.guide_list_li3 {
  background: rgba(255, 255, 255, 0.67);
}
.guide_list .guide_list_li.guide_list_li4 {
  background: rgba(255, 255, 255, 0.67) ;
}
.guide_list .guide_list_li.guide_list_li5 {
  background: rgba(255, 255, 255, 0.67)
}
.guide_list .guide_list_li.guide_list_li6 {
  background: rgba(255, 255, 255, 0.67) ;
}
.guide_list .guide_list_li:after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
@media (max-width: 1200px) {
  .guide_list .guide_list_li {
    height: 350px;
    padding-left: 10px;
    padding-right: 10px;
    background-position: 15px!important;
    background-size: 60px!important;
  }
}
@media (max-width: 991px) {
  .guide_list .guide_list_li {
    width: 49%;
    margin-right: 2%;
    margin-top: 20px;
  }
  .guide_list .guide_list_li:nth-child(2n) {
    margin-right: 0;
  }
  .guide_list .guide_list_li:nth-child(3) {
    margin-right: 2%;
  }
  .guide_list .guide_list_li:nth-child(5) {
    margin-right: 2%;
  }
}
@media (max-width: 767px) {
  .guide_list .guide_list_li {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
  }
  .guide_list .guide_list_li:nth-child(2n) {
    margin-right: 0;
  }
  .guide_list .guide_list_li:nth-child(3) {
    margin-right: 0;
  }
  .guide_list .guide_list_li:nth-child(5) {
    margin-right: 0;
  }
}
.guide_list .guide_list_li_t {
  padding-top: 28px;
  width: 100%;
  float: left;
}
.guide_list .guide_list_li_t h3 {
  transition: ease all 0.1s;
  font-weight: bold;
  font-size: 20px;
  float: left;
}
@media (max-width: 767px) {
  .guide_list .guide_list_li_t h3 {
    font-size: 18px;
  }
}
/*.guide_list .guide_list_li_t a {
  transition: ease all 0.1s;
  float: right;
  width: 38px;
  height: 20px;
  display: inline-block;
  background: url(../images/i7.png) no-repeat center center;
}*/
@media (max-width: 767px) {
  .guide_list .guide_list_li_t a {
    background-size: auto 12px;
  }
  
  .guide_list .guide_list_li_d a {
    display: inline-block;
    width: 90%;
    float: left;
    line-height: 46px;
	overflow:hidden;
    height: 46px;
    border-bottom: 1px solid #ececec;
	list-style-type:none;
	
	}
	
	

	
}
.guide_list .guide_list_li_d {
  width: 100%;
  float: left;
  margin-top: 11px;
}
.guide_list .guide_list_li_d a {
  transition: ease all 0.1s;
  padding-left: 7px;
  width: 100%;
  font-size: 16px;
  line-height: 38px;
  float: left;
  display: inline-block;
}

.guide_list .guide_list_li_d a:hover  {
  color: #045781 ;
}





.guide_list .guide_list_li_d a:after {
  content: ' ';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fbcc64;
  float: left;
  margin-top: 17px;
  margin-right: 10px;
}
@media (max-width: 1440px) {
  .guide_list .guide_list_li_d a {
    padding-left: 0px;
  }
}
.guide_list .guide_list_li:hover {
  background: #fff;
}

.guide_list .guide_list_li:hover .guide_list_li_t h3 {
  color: #ffffff;
}
/*.guide_list .guide_list_li:hover .guide_list_li_t a {
  background: url(../images/i8.png) no-repeat center center;
}*/
.quick_bg {
  background: #eef3f7;
  padding: 50px 0;
}
@media (max-width: 767px) {
  .quick_bg {
    padding: 30px 0;
  }
}
.quick_list:after {
  clear: both;
  width: 100%;
  display: block;
  content: ' ';
}
.quick_list a {
  margin: 0 8px;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  border: 2px solid #ffffff;
  border-radius: 7px;
  overflow: hidden;
  width: 240px;
  background: url(../images/bg9.png) no-repeat center center;
  box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -2px 4px 14px -1px rgba(0, 0, 0, 0.1);
}
.quick_list a.hv,
.quick_list a:hover {
  background: url(../images/b3.png) no-repeat center center;
}
.quick_list a.hv h3,
.quick_list a:hover h3 {
  color: #ffffff;
}
.quick_list a.hv .span1,
.quick_list a:hover .span1 {
  background: url(../images/x1h.png) no-repeat center center;
}
.quick_list a.hv .span2,
.quick_list a:hover .span2 {
  background: url(../images/x2h.png) no-repeat center center;
}
.quick_list a.hv .span3,
.quick_list a:hover .span3 {
  background: url(../images/x3h.png) no-repeat center center;
}
.quick_list a.hv .span4,
.quick_list a:hover .span4 {
  background: url(../images/x4h.png) no-repeat center center;
}
.quick_list a.hv .span5,
.quick_list a:hover .span5 {
  background: url(../images/x5h.png) no-repeat center center;
}
.quick_list a.hv .span6,
.quick_list a:hover .span6 {
  background: url(../images/x6h.png) no-repeat center center;
}
@media (max-width: 1440px) {
  .quick_list a {
    height: 70px;
    line-height: 70px;
    width: 220px;
  }
}
@media (max-width: 1200px) {
  .quick_list a {
    margin: 0 26px;
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  .quick_list a {
    width: 48%;
    float: left;
    margin: 0 1% 18px;
  }
}
.quick_list h3 {
  display: inline-block;
  float: left;
  margin-left: 8px;
  font-size: 18px;
  transition: ease all 0.2s;
}
@media (max-width: 1440px) {
  .quick_list h3 {
    margin-left: 5px;
    font-size: 16px;
  }
}
.quick_list span {
  width: 52px;
  height: 80px;
  float: left;
  margin-left: 10px;
  display: inline-block;
  transition: ease all 0.2s;
}
@media (max-width: 1440px) {
  .quick_list span {
    height: 70px;
    background-size: 45px!important;
    margin-left: 6px;
  }
}
.quick_list .span1 {
  background: url(../images/x1.png) no-repeat center center;
}
.quick_list .span2 {
  background: url(../images/x2.png) no-repeat center center;
}
.quick_list .span3 {
  background: url(../images/x3.png) no-repeat center center;
}
.quick_list .span4 {
  background: url(../images/x4.png) no-repeat center center;
}
.quick_list .span5 {
  background: url(../images/x5.png) no-repeat center center;
}
.quick_list .span6 {
  background: url(../images/x6.png) no-repeat center center;
}
.news_list_x li {
  height: 81px;
  line-height: 81px;
  display: inline-block;
  float: left;
  background: url(../images/bg6.png) no-repeat right center;
  border-bottom: 1px solid #ececec;
  margin-bottom: 3px;
  padding: 8px 8px 8px 0;
  width: 100%;
}
.news_list_x li h3 {
  padding-left: 18px;
  display: table-cell;
  line-height: 20px;
  font-size: 16px;
}
.news_list_x li a {
  display: table;
}
.news_list_x li a:hover .news_list_l {
  background: #067486;
}
.news_list_x li a:hover h3 {
  color: #007979;
}
@media (max-width: 1200px) {
  .news_list_x li {
    height: 75px;
    line-height: 75px;
  }
  .news_list_x li h3 {
    padding-left: 10px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .news_list_x li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .news_list_x {
    width: 100%;
  }
}
.news_list_l {
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
  display: table-cell;
  width: 63px;
  height: 63px;
  background: #045781;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  border-radius: 2px;
  padding-top: 8px;
}
.news_list_l p {
  color: #ffffff !important;
  font-size: 24px;
  padding-bottom: 4px;
}
.news_list_l b {
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff !important;
}
@media (max-width: 1200px) {
  .news_list_l {
    width: 55px;
    height: 55px;
  }
  .news_list_l p {
    font-size: 18px;
    padding-bottom: 4px;
  }
  .news_list_l b {
    font-size: 12px;
  }
}
.news_lst2 {
  padding: 20px 0;
  float: left;
  width: 100%;
}
.news_lst2 li {
  font-size: 16px;
  color: #333;
  line-height: 38px;
  display: inline-block;
  float: left;
  background: #F6F6F6;
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.news_lst2 li:last-child {
  border: none;
}
.news_lst2 li a {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 10px 20px;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.news_lst2 li a:hover {
  background: #045781;
  color: #fff;
}
.news_lst2 li a:hover span {
  color: #fff;
}
@media (max-width: 1200px) {
  .news_lst2 li a {
    padding: 4px 10px;
  }
}
@media (max-width: 767px) {
  .news_lst2 li a {
    padding: 4px 0px;
  }
}
.news_lst2 li h3 {
  float: left;
  font-size: 16px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 300px);
}
@media (max-width: 1200px) {
  .news_lst2 li h3 {
    padding: 4px 10px;
  }
}
@media (max-width: 991px) {
  .news_lst2 li h3 {
    width: calc(100% - 220px);
  }
}
.news_lst2 li span {
  float: right;
  color: #adadad;
}
.news_lst2 li span i {
  margin-left: 45px;
}
@media (max-width: 1200px) {
  .news_lst2 li span {
    padding: 4px 10px;
  }
}
@media (max-width: 767px) {
  .news_lst2 li span i {
    margin-left: 10px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .news_lst2 li h3 {
    font-size: 14px;
    width: calc(100% - 120px);
  }
  .news_lst2 li span {
    font-size: 14px;
  }
  .news_lst2 {
    padding: 10px 0;
  }
  .news_lst2 li {
    line-height: 32px;
  }
}
.news_lst3 {
  padding: 20px 0;
  float: left;
  width: 100%;
}
.news_lst3 li {
  font-size: 16px;
  color: #333;
  line-height: 38px;
  display: inline-block;
  float: left;
  background: #F6F6F6;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 20px;
}
.news_lst3 li:nth-child(even) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .news_lst3 li {
    margin-bottom: 10px;
    width: 100%;
    margin-right: 0;
  }
  .news_lst3 li:nth-child(even) {
    margin-right: 0;
  }
}
.news_lst3 li:last-child {
  border: none;
}
.news_lst3 li a {
  display: inline-block;
  width: 100%;
  float: left;
  padding: 10px 20px;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
.news_lst3 li a:hover {
  background: #045781;
  color: #fff;
}
.news_lst3 li a:hover span {
  color: #fff;
}
@media (max-width: 1200px) {
  .news_lst3 li a {
    padding: 4px 10px;
  }
}
@media (max-width: 767px) {
  .news_lst3 li a {
    padding: 4px 0px;
  }
}
.news_lst3 li h3 {
  float: left;
  font-size: 16px;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: calc(100% - 50px);
}
@media (max-width: 1200px) {
  .news_lst3 li h3 {
    padding: 4px 10px;
  }
}
@media (max-width: 991px) {
  .news_lst3 li h3 {
    width: calc(100% - 50px);
  }
}
.news_lst3 li span {
  float: right;
  color: #adadad;
}
.news_lst3 li span i {
  margin-left: 25px;
}
@media (max-width: 1200px) {
  .news_lst3 li span {
    padding: 4px 10px;
  }
}
@media (max-width: 767px) {
  .news_lst3 li span i {
    margin-left: 10px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .news_lst3 li h3 {
    font-size: 14px;
    width: calc(100% - 50px);
  }
  .news_lst3 li span {
    font-size: 14px;
  }
  .news_lst3 {
    padding: 10px 0;
  }
  .news_lst3 li {
    line-height: 32px;
  }
}
.news_bx {
  margin-top: 36px;
  padding: 25px 30px;
  background: #045781;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
  border-radius: 3px;
  color: #fff;
}
@media (max-width: 991px) {
  .news_bx {
    font-size: 14px;
    margin-bottom: 20px;
    padding: 20px 24px;
  }
}
.news_lst4 li {
  margin-bottom: 10px;
  margin-top: 30px;
  padding: 22px 30px 27px 100px;
  position: relative;
  background: #F6F6F6;
  border-top: 2px solid #DBDBDB;
  -webkit-transition: 0.1s all linear 0s;
  transition: 0.1s all linear 0s;
}
@media (max-width: 991px) {
  .news_lst4 li {
    padding: 42px 20px 20px 20px;
    margin-top: 20px;
  }
}
.news_lst4 li p {
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 991px) {
  .news_lst4 li p {
    font-size: 13px;
  }
}
.news_lst4 li span {
  position: absolute;
  left: 3%;
  background: #999;
  width: 50px;
  height: 50px;
  border-radius: 0 0 10px 10px;
  top: -2px;
  z-index: 9;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 991px) {
  .news_lst4 li span {
    width: 50px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    border-radius: 0 0 4px 4px;
  }
}
.news_lst4 li:hover {
  border-color: #045781;
  background: #FFFFFF;
  box-shadow: 0 18px 60px -30px rgba(0, 0, 0, 0.39);
}
.news_lst4 li:hover span {
  background: #045781;
}
.blog_content{
  font-size: 16px;
  line-height: 36px;
  text-indent: 2em;
  color: black;
}

.p_pages span{
  font-size: 14px;
  display: inline-block;

}

.p_no_d{
  color: #f4eded;
  background-color:#369394;
}
.index_title .index_title_tab  h3{
  color: #4b4b4b ;
  cursor: pointer;
  margin-right: 12px;
}
.news_bg .index_title .index_title_tab h3:before {
  display: none;
}
.news_bg .index_title .index_title_tab h3::after {
  display: none;
}
.index_title .index_title_tab  h3.hv{
  color: #00647a ;
}
.news_bg .index_title .index_title_tab h3.hv:before {
  display: block;
}
.news_bg .index_title .index_title_tab h3.hv::after {
  display: block;
}



.news_bg1 .index_title .index_title_tab h3:before {
  display: none;
}
.news_bg1 .index_title .index_title_tab h3::after {
  display: none;
}

.news_bg1 .index_title .index_title_tab h3.hv:before {
  display: block;
}
.news_bg1 .index_title .index_title_tab h3.hv::after {
  display: block;
}





.index_title_tab_a a {
  display: none;

}
.index_title_tab_a a.hv {
  display: inline-block;
}
.index_title_tab_box .news_list {
  display: none;

}
.index_title_tab_box .news_list.hv {
  display: block;

}