@media (min-width: 1300px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}

.header {
  position: absolute;
  width: 100%;
  height: 80px;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .header {
    display: none;
  }
}



.headerPage.blue .header-com {
  background-color: #9db8d0;
}

.headerPage.blue .header-box .logo-img {
  width: 440px;
}

.headerPage.blue .header-box .logo-img .logo-img1 {
  display: none;
}

.headerPage.blue .header-box .logo-img .logo-img2 {
  display: inline-block;
}

.headerPage.blue .header-box .nav-box .nav a {
  color: #fff;
}

.header-com {
  width: 100%;
  background-color: #fff;
  z-index: 3;
}

.header-com .header-box .logo-img {
  width: 540px;
}

@media screen and (max-width: 1200px) {
  .header-com .header-box .logo-img {
    width: 340px;
  }
}

@media screen and (max-width: 992px) {
  .header-com .header-box .logo-img {
    margin: 0 auto;
    text-align: center;
  }
}

.header-com .header-box .logo-img .logo-img2 {
  display: none;
}

.header-com .header-box .logo-img .logo-img2.active {
  display: inline-block;
}

.header-com .header-box .nav-box {
  width: calc(100% - 540px);
}

.header-com .header-box .nav-box .nav {
  justify-content: space-between;
}

.header-com .header-box .nav-box .nav nav-li .nav-ac {
  font-size: 16px;
  line-height: 4em;
  color: #111;
}

.header-com .header-box .nav-box .nav .nav-ac:hover {
  color: #00a4e4;
}

.header-com .header-box .nav-box .nav .nav-ac.active {
  color: #00a4e4;
}

.header-com .header-box .nav-box .nav .nav-li:hover>.submenu {
  display: block;
}

@media screen and (max-width: 768px) {
  .header-com {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .header-com .header-box {
    padding-top: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .headerPage.blue .header-box .logo-img {
    width: 340px;
  }

  .header-com .header-box .nav-box {
    width: calc(100% - 360px);
  }
}

@media screen and (max-width: 768px) {
  .header .header-box {
    padding-top: 20px;
  }

  .headerPage.blue .header-box .logo-img {
    width: 340px;
  }

  .header-com .header-box .nav-box {
    width: calc(100% - 360px);
  }
}

.header-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 992px) {
  .header-box {
    display: block;
  }

  .headerPage.blue .header-box .logo-img {
    width: 100%;
    text-align: center;
  }

  .header-com .header-box .nav-box {
    width: 100%;
  }
}

.header-box .logo-img {
  width: 440px;
}

.header-box .nav-box {
  width: calc(100% - 440px);
}

.header-box .nav-box .nav {
  justify-content: space-between;
}

.header-box .nav-box .nav .nav-li {
  position: relative;
}

.header-box .nav-box .nav .nav-li .submenu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 160px;
  background-color: #252121;
  z-index: 100;
  text-align: center;
}

.header-box .nav-box .nav .nav-li .submenu li a {
  font-size: 16px;
  color: #fff;
  line-height: 3em;
}

.header-box .nav-box .nav .nav-li .submenu li a:hover {
  color: #00a4e4;
}

.header-box .nav-box .nav a {
  font-size: 16px;
  color: #000;
  line-height: 4em;
}

.header-box .nav-box .nav a:hover {
  color: #00a4e4;
}

.header-box .nav-box .nav .nav-ac.active {
  color: #00a4e4 !important;
}

.bg-img {
  background-image: url(../img/index/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.combanner {
  position: relative;
}

.combanner img {
  width: 100%;
  min-height: 300px;
}

@media screen and (max-width: 768px) {
  .combanner img {
    min-height: 150px;
  }
}

.header-phone {
  display: none;
  position: fixed;
  z-index: 2;
  width: 100%;
  background-color: #9db8d0;
}

.header-phone .header-phone-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-phone .header-phone-nav {
  position: absolute;
  left: 0;
  top: 40px;
  background: #fff;
  width: 100%;
  height: 100vh;
  z-index: -1;
  padding: 0 10px;
  opacity: 0;
  visibility: hidden;
}

.header-phone .header-phone-nav ul li {
  padding: 10px;
}

.header-phone .header-phone-nav ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 2em;
  letter-spacing: 0.02em;
}

.header-phone .header-phone-nav ul li .submenu {
  display: none;
  background-color: #fff;
}

.header-phone .header-phone-nav ul li .submenu li {
  padding-left: 10px;
}

.header-phone .header-phone-nav ul li .submenu li a {
  font-size: 16px;
  line-height: 2em;
}

.header-phone .header-phone-nav .nav-li:hover>.submenu {
  display: block;
}

.header-phone .header-phone-nav.isTrue {
  opacity: 1;
  visibility: visible;
  transition: all 1s;
  z-index: 100;
}

@media screen and (max-width: 768px) {
  .header-phone {
    display: block;
  }
}

.header-phone.show {
  display: block;
}

.phone-logo {
  width: 80%;
}

.phone-logo img {
  padding-right: 10px;
}

.phone-logo span {
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
}

.menu {
  padding: 15px 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

.menu span {
  display: block;
  font-size: 12px;
}

.swiper1 img {
  width: 100%;
}

.swiper1 .swiper-button-next,
.swiper1 .swiper-button-prev {
  width: 60px;
  height: 60px;
  background-color: rgba(186, 188, 189, 0.5);
  border-radius: 50%;
}

.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  font-size: 20px;
  color: #fff;
}

@media screen and (max-width: 768px) {

  .swiper1 .swiper-button-next,
  .swiper1 .swiper-button-prev {
    width: 30px;
    height: 30px;
  }

  .swiper1 .swiper-button-next:after,
  .swiper1 .swiper-button-prev:after {
    font-size: 16px;
  }
}

.swiper3 .swiper-button-next:after,
.swiper3 .swiper-rtl .swiper-button-prev:after {
  content: 'next';
  color: #004091;
  width: 30px;
  height: 30px;
}

.banner img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .banner {
    padding-top: 45px;
  }
}

.swiper-box {
  position: relative;
}

.banner-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.banner-box ul {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.banner-box ul .banner-box-li {
  width: 20%;
  padding-top: 10px;
}

.banner-box ul .banner-box-li a {
  display: block;
  box-sizing: content-box;
  padding: 26px 0 26px 30px;
  height: 140px;
  cursor: pointer;
  color: #fff;
  transition: all 1s;
}

.banner-box ul .banner-box-li a img {
  width: 45px;
  height: 45px;
}

.banner-box ul .banner-box-li a p:last-child {
  opacity: 0.67;
}

.banner-box ul .banner-box-li a:hover {
  padding-bottom: 50px;
  transition: all 1s;
}

.banner-box ul .banner-box-li a p {
  padding-top: 14px;
  margin: 0;
}

.banner-box ul .banner-box-li a:hover::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #fff;
  margin-top: 5px;
}

.banner-box ul .banner-box-li .li-a1 {
  background-color: rgba(51, 98, 157, 0.5);
}

.banner-box ul .banner-box-li .li-a2 {
  background-color: rgba(94, 91, 72, 0.76);
}

.banner-box ul .banner-box-li .li-a3 {
  background-color: rgba(38, 97, 122, 0.6);
}

.banner-box ul .banner-box-li .li-a4 {
  background-color: rgba(42, 104, 65, 0.76);
}

.banner-box ul .banner-box-li .li-a5 {
  background-color: rgba(28, 78, 117, 0.75);
}

@media screen and (max-width: 768px) {
  .banner-box ul {
    display: flex;
  }

  .banner-box ul .banner-box-li {
    padding-top: 10px;
    text-align: center;
  }

  .banner-box ul .banner-box-li a {
    display: block;
    box-sizing: content-box;
    padding: 10px;
    font-size: 12px;
    height: 35px;
    cursor: pointer;
    color: #fff;
    transition: all 1s;
    text-align: center;
  }

  .banner-box ul .banner-box-li a p {
    padding-top: 0;
    margin: 0;
  }

  .banner-box ul .banner-box-li a p:last-child {
    display: none;
  }

  .banner-box ul .banner-box-li a:hover {
    padding-bottom: 48px;
    transition: all 1s;
  }

  .banner-box ul .banner-box-li a:hover p:nth-child(2) {
    display: block;
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .banner-box ul .banner-box-li a {
    height: 35px;
  }

  .banner-box ul .banner-box-li a img {
    width: 30px;
    height: 30px;
  }

  .banner-box ul .banner-box-li a p:last-child {
    display: none;
  }

  .banner-box ul .banner-box-li a p {
    display: none;
  }

  .banner-box {
    width: 100%;
  }
}

.dyn {
  padding: 20px 0 80px 0;
}

.dyn .dyn-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #999;
}

.dyn .dyn-top .voice-logo-box {
  display: flex;
  width: 150px;
}

.dyn .dyn-top .voice-logo-box .voice-logo {
  padding: 0 12px 0 3px;
}

.dyn .dyn-top .voice-logo-box p {
  padding-right: 24px;
  color: #888;
}

.dyn .dyn-top p {
  padding: 0;
  margin: 0;
}

.dyn .dyn-top .tab-inform-com {
  display: flex;
  width: calc(100% - 150px);
  align-items: center;
}

.dyn .dyn-top .tab-inform-com .tab-inform-box {
  width: calc(100% - 30px);
}

.dyn .dyn-top .tab-inform-com .tab-inform-box .tab-inform a {
  display: flex;
  justify-content: space-between;
  height: 100%;
  overflow: hidden;
}

.dyn .dyn-top .tab-inform-com .tab-inform-box .tab-inform a p {
  width: 50%;
}

.dyn .dyn-top .tab-inform-com .tab-inform-box .tab-inform a span {
  padding-right: 20%;
  color: #999;
}

.dyn .dyn-top .tab-inform-com .tab-img {
  width: 30px;
}

.dyn .dyn-top .tab-inform-com .tab-img .tab-img-pre {
  transform: rotate(90deg);
  display: block;
  padding-right: 2px;
}

.dyn .dyn-top .tab-inform-com .tab-img .tab-img-next {
  transform: rotate(90deg);
  display: block;
  padding-left: 2px;
}

.dyn .dyn-top .tab-inform-com .tab-inform {
  display: none;
}

.dyn .dyn-top .tab-inform-com .tab-inform.active-inform {
  display: block;
}

.dyn .dyn-title {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 38px 0 18px 0;
}

.dyn .dyn-title p:first-child {
  margin: 0;
  font-size: 24px;
  color: #004091;
}

.dyn .dyn-title p:first-child a {
  padding-left: 5px;
  font-size: 16px;
  color: #a2a2a2;
}

.dyn .dyn-title p:first-child a:hover {
  color: #00a4e4;
}

.dyn .dyn-title p:nth-child(2) {
  margin: 0;
  padding: 10px 2px 0 0;
  font-weight: 500;
}

.dyn .dyn-title p:nth-child(2) a:first-child {
  padding: 0 20px 0 0;
  color: #00a4e4;
  font-size: 14px;
}

.dyn .dyn-title p:nth-child(2) a:last-child {
  padding: 2px 8px;
  background-color: #3db0e7;
  color: #fff;
}

.dyn .swiper2 img {
  width: 100%;
  height: 400px;
}

@media screen and (max-width: 768px) {
  .dyn .swiper2 img {
    height: 205px;
  }
}

.dyn .swiper2 .swiper-button-next,
.dyn .swiper2 .swiper-button-prev {
  width: 26px;
  height: 46px;
  background-color: rgba(186, 188, 189, 0.5);
}

.dyn .swiper2 .swiper-button-next:after,
.dyn .swiper2 .swiper-button-prev:after {
  font-size: 15px;
  color: #fff;
}

.dyn .swiper2 .swiper-button-next,
.dyn .swiper2 .swiper-rtl .swiper-button-prev {
  right: 0;
}

.dyn .swiper2 .swiper-button-prev,
.dyn .swiper2 .swiper-rtl .swiper-button-next {
  left: 0;
}

.dyn .dyn-right1 p {
  margin: 0;
}

.dyn .dyn-right1 p:first-child a {
  font-size: 18px;
  color: #256bb7;
}

.dyn .dyn-right1 p:first-child a:hover {
  color: #00a4e4;
}

.dyn .dyn-right1 p:nth-child(2) a {
  padding-bottom: 12px;
  color: #999;
  line-height: 2em;
}

.dyn .dyn-right1 p:nth-child(2) a:hover {
  color: #00a4e4;
}

.dyn .dyn-right1 p:last-child {
  border-bottom: 2px dotted #888;
  padding-bottom: 7px;
  font-size: 14px;
}

.dyn .dyn-right1 p:last-child a {
  color: #666;
}

.dyn .dyn-right1 p:last-child a:hover {
  color: #00a4e4;
}

.dyn .dyn-right2 .dyn-right2-li {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 20px;
}

.dyn .dyn-right2 .dyn-right2-li p {
  margin: 0;
  padding-top: 12px;
  font-size: 14px;
}

.dyn .dyn-right2 .dyn-right2-li p a {
  color: #666666;
}

.dyn .dyn-right2 .dyn-right2-li p a:hover {
  color: #00a4e4;
}

.dyn .dyn-right2 .dyn-right2-li p:last-child a {
  color: #b3b3b3;
}

.dyn .dyn-right2 .dyn-right2-li::before {
  content: url(../img/index/list-style.png);
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

@media screen and (max-width: 992px) {
  .dyn .voice-logo {
    padding: 0 3px 10px 3px;
  }

  .dyn .row {
    display: block;
  }

  .dyn .row .col-md-6 {
    width: 100%;
    max-width: 100%;
  }

  .dyn .dyn-top {
    display: flex;
    align-items: center;
    padding: 25px 0;
    background-color: #fafafa;
    border-bottom: 1px solid #999;
  }

  .dyn .dyn-right1 p:first-child {
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .dyn .dyn-top {
    display: flex;
    align-items: center;
    padding: 25px 0;
    background-color: #fafafa;
    border-bottom: 1px solid #999;
  }

  .dyn .dyn-top .inform-date.active-inform {
    padding-right: 0;
  }

  .dyn .dyn-top .dyn-title {
    padding: 0;
  }
}

.wechat {
  position: fixed;
  bottom: 350px;
  right: 5px;
  width: 36px;
  height: 36px;
  background-color: #00a4e4;
  text-align: center;
  border-radius: 5px;
}

.wechat img {
  padding-top: 6px;
}

.QRcode {
  background-color: #fff;
  position: fixed;
  right: 5px;
  bottom: 280px;
  width: 140px;
  height: 60px;
  border: 1px solid #999;
  border-radius: 5px;
}

.QRcode .QRcode-text {
  position: absolute;
  padding-right: 10px;
  right: 0;
  top: 7px;
  color: #666;
}

.QRcode img {
  width: 57px;
  border-radius: 5px;
}

.QRcode-show-img {
  opacity: 0;
  position: fixed;
  bottom: 143px;
  right: 4px;
  transition: all 1s;
}

.QRcode-show-img img {
  width: 140px;
}

.QRcode-show-img.active {
  opacity: 1;
  transition: all 1.5s;
}

.footer {
  background-image: url('../img/footer-bg.jpg');
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .footer-top {
    display: block;
  }
}

.footer-top p {
  padding: 36px 0 16px 0;
  margin: 0;
}

.footer-top p:first-child {
  color: #fff;
}

.footer-top p:first-child a {
  color: #fff;
}

.footer-top p:last-child {
  color: #fefefe;
  opacity: 0.5;
}

@media screen and (max-width: 768px) {
  .footer-top p:last-child {
    padding: 0;
  }
}

.footer-bot {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.footer-bot p {
  
padding-bottom: 26px;
  
margin: 0;

color: #fff;
    opacity: .5;
}


.footer-bot p span {
  color: #fefefe;
  opacity: 0.5;
}

.footer-bot p a {
  color: #fff;
  opacity: 0.7;
}

.footer-bot p:last-child a:first-child {
  border-right: 1px solid #999;
  padding-right: 15px;
}

.footer-bot p:last-child a:nth-child(2) {
  padding: 0 5px 0 15px;
}

.tap-com {
  border-bottom: 1px solid #ccc;
}

.tap-com-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 15px 0;
}

.tap-com-box .tap-right {
  display: flex;
  width: calc(100% - 300px);
}

.tap-com-box .tap-right .tap-title {
  padding: 10px 30px 0 0;
  cursor: pointer;
  margin: 0;
}

.tap-com-box .tap-right .tap-title a {
  padding-bottom: 15px;
  color: #333;
  font-size: 18px;
}

.tap-com-box .tap-right .tap-title a:hover {
  color: #00a4e4;
}

.tap-com-box .tap-right .tap-title.active a {
  border-bottom: 3px solid #004091;
}

.tap-com-box .tap-left {
  display: flex;
  justify-content: flex-end;
  width: 310px;
  font-size: 14px;
}

.tap-com-box .tap-left p {
  /* margin: 5px 0 0 0; */
  padding-left: 10px;
}

@media screen and (max-width: 1200px) {
  .tap-com-box .tap-right {
    width: calc(100% - 260px);
    display: none;
  }

  .tap-com-box .tap-right .tap-title {
    padding: 15px 10px 0 0;
  }


}

@media screen and (max-width: 992px) {
  .tap-com-box {
    display: block;
  }

  .tap-com-box .tap-right {
    width: 100%;
  }

  .tap-com-box .tap-right .tap-title {
    padding: 0 10px 0 0;
  }

  .tap-com-box .tap-right .tap-title a {
    padding-bottom: 5px;
    font-size: 18px;
  }

  .tap-com-box .tap-left {
    padding-top: 15px;
    font-size: 12px;
    width: 100%;
    justify-content: flex-start;
  }
}

@media screen and (max-width: 768px) {
  .tap-com-box {
    display: block;
    padding: 0px 0 15px 0;
  }

  .tap-com-box .tap-right {
    width: 100%;
    display: none;
  }

  .tap-com-box .tap-right .tap-title {
    padding: 0 5px 0 0;
  }

  .tap-com-box .tap-right .tap-title a {
    padding-bottom: 5px;
    line-height: 2em;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }

  .tap-com-box .tap-left {
    justify-content: flex-start;
    padding-top: 15px;
    font-size: 12px;
    width: 100%;
  }
}

.honor-background {
  background-image: url(../img/info/bg1.png);
  background-position: 0% 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.org.honor-background {
  background-position: 100% 100%;
  background-size: 100%;
}

.org {
  padding: 30px 0 10px 0;
}

.org .org-box .org-title .org-title-p {
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 24px;
  color: #004091;
}

@media screen and (max-width: 992px) {
  .org .org-box .org-title .org-title-p {
    font-size: 18px;
    padding: 0;
  }
}

.org .org-title p:first-child {
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 24px;
  color: #004091;
}

@media screen and (max-width: 992px) {
  .org .org-title p:first-child {
    font-size: 18px;
  }
}

.org .org-title p:first-child::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 72px;
  height: 3px;
  margin-top: 15px;
  background-color: #004091;
}

.org .org-title p:last-child {
  padding: 42px 0 50px 0;
  text-align: center;
  font-size: 18px;
  color: #666666;
}

@media screen and (max-width: 992px) {
  .org .org-title p:last-child {
    font-size: 12px;
  }
}

.org .org-title .notcenter {
  padding: 20px 0 90px 0;
  text-align: start !important;
  line-height: 2em;
  letter-spacing: 1px;
  font-size: 18px;
  color: #666;
}

.org .tab-date-box {
  /* display: flex;
  justify-content: center; */
  align-items: center;
  margin: 50px 10px 0 10px;
  border-bottom: 1px solid #ccc;
}

.org .tab-date-box .tab-date1 {
  margin: 0;
  padding: 10px 35px;
  cursor: pointer;
  color: #004091;
}

.org .tab-date-box .tab-date1 p {
  opacity: 0.5;
  font-size: 36px;
}

@media screen and (max-width: 992px) {
  .org .tab-date-box .tab-date1 p {
    opacity: 0.5;
    font-size: 18px;
  }

  /* .tab-date-box .swiper-wrapper {
    justify-content: space-around;
  } */
}

.org .tab-date-box .tab-date1.active p {
  opacity: 1;
  transition: all 1s;
}

.org .tab-date-box .tab-date1:hover p {
  color: #004091;
  opacity: 1;
  transition: all 1s;
}

.org .row .tab-date2 {
  display: none;
}

.org .row .tab-date2.active {
  display: block;
  text-align: center;
}

.org .row .tab-date5 {
  display: none;
}

.org .row .tab-date5.active {
  display: block;
}

.org .row .tab-date4.active {
  display: block;
}

.org .row .tab-date-show {
  padding-top: 50px;
  cursor: pointer;
  font-size: 72px;
  color: #004091;
  font-family: SourceHanSans-Regular;
}


.org .row .tab-date-month {
  position: relative;
  padding: 80px 0 0 10px;
  height: 1350px;
}

.org .row .tab-date-month::after {
  position: absolute;
  right: 30px;
  top: 0;
  content: " ";
  display: inline-block;
  height: 100%;
  width: 3px;
  background-color: #d7dfeb;
}

@media screen and (max-width: 1200px) {
  .org .row .tab-date-month::after {
    right: 12px;
  }

  .org .row .tab-date-month {
    padding: 80px 0 0 0;
  }
}

.org .row .tab-date-month .tab-date3 {
  padding-bottom: 50px;
  cursor: pointer;
  color: #5580b6;
}

.org .row .tab-date-month .tab-date3:hover {
  color: #004091;
  font-weight: 600;
  font-size: 1.1em;
}

.org .row .tab-date-month .tab-date3.active {
  color: #004091;
  font-size: 18px;
  font-weight: bold;
}

.org .row .tab-con-box {
  padding-top: 80px;
}

.org .row .tab-con-box .tab-con {
  padding-bottom: 55px;
}

.org .row .tab-con-box .tab-con .row {
  margin: 0;
  padding: 0;
}

.org .row .tab-con-box .tab-con .row .col-md-4 {
  padding: 0;
  overflow: hidden;

}

.org .row .tab-con-box .tab-con .row .col-md-4 img {
  border-radius: 20px;
}

.org .row .tab-con-box .tab-con .row .col-md-4 img:hover {
  transform: scale(1.02);
  transition: all 0.5s;
}

.org .row .tab-con-box .tab-con .row .col-md-8 {
  padding: 0;
  padding-left: 30px;
}

.org .row .tab-con-box .tab-con .row .col-md-8 p:first-child {
  color: #004091;
  font-size: 18px;
}

.org .row .tab-con-box .tab-con .row .col-md-8 p:first-child:hover {
  color: #00a4e4;
  transition: all 0.5s;
}

.org .row .tab-con-box .tab-con .row .col-md-8 p:last-child {}

.org .row .tab-con-box .tab-con .row .col-md-8 p:last-child:hover {
  color: #00a4e4;
}

.org .row .tab-con-box {
  display: none;
}

.org .row .tab-con-box.active {
  display: block;
}

@media screen and (max-width: 1200px) {
  .org .row .tab-date-show {
    padding: 40px 0 0 0;
    font-size: 48px;
  }

}

@media screen and (max-width: 992px) {
  .org {
    display: block;
  }

  .org .tap-right {
    width: 100%;
  }

  .org .tap-right .tap-title {
    padding: 0 10px 0 0;
    font-size: 16px;
  }

  .org .tap-right .tap-title a {
    padding-bottom: 5px;
  }

  .org .tap-left {
    padding-top: 15px;
    font-size: 12px;
    width: 100%;
  }

  .org .tab-date-box .tab-date1 {
    padding: 15px 10px;
  }

  .org .row .tab-date-show {
    padding-top: 40px;
    font-size: 32px;
  }
}

@media screen and (max-width: 768px) {
  .org .tab-date-box .tab-date1 {
    padding: 2px;
    font-size: 16px;
  }

  .org .row .tab-date-month::after {
    display: none;
  }

  .org .row .tab-date-month {
    display: flex;
    padding: 10px 3px;
    height: 100%;
  }

  .org .row .tab-date-month .tab-date3 {
    padding: 2px;
  }

  .org .row .tab-date-show {
    padding: 10px;
  }

  .org .row .tab-date-show .tab-date2 {
    margin: 0;
  }

  .org .row .tab-con-box {
    padding: 10px;
  }
}

.buildspi-box {
  padding: 70px 0 100px 0;
}

.buildspi-box .left-title {
  text-align: center;
  font-size: 27px;
  color: #4c4c4c;
}

.buildspi-box .left-date {
  display: flex;
  align-items: center;
  padding: 40px 0 20px 0;
  border-bottom: 1px solid #ccc;
}

.buildspi-box .left-date p {
  margin: 0;
  padding: 0 30px 0 8px;
}

.buildspi-box .main-text {
  padding: 35px 0 65px 0;
  border-bottom: 1px solid #ccc;
}

.buildspi-box .main-text p {
  margin: 0;
  font-size: 18px;

  color: #666;
  line-height: 30px;
margin-bottom: 8px;
}

.buildspi-box .main-text img {
  
}

.buildspi-box .right-title {
  padding-bottom: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  color: #4c4c4c;
}

.buildspi-box .right-title p {
  margin: 0;
}

.buildspi-box .sm-text {
  line-height: 2em;
  overflow: hidden;
}

.buildspi-box .sm-text p {
  margin: 0;
  padding: 10px 0;
  width: 290px;
  height: 80px;
  overflow: hidden;
}

.buildspi-box .sm-text p a {
  color: #4c4c4c;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.buildspi-box .sm-text p a:hover {
  color: #00a4e4;
}

.buildspi-box .sm-text img:hover {
  transform: scale(1.02);
  transition: all 0.5s;
}

.buildspi-box .sm-infor {
  padding-left: 121px;
}

.buildspi-box .change-page {
  display: flex;
  justify-content: space-between;
  padding-top: 45px;
}

.buildspi-box .change-page p {
  margin: 0;
  cursor: pointer;
}

.buildspi-box .change-page p a {
  color: #9fa19f;
}

.buildspi-box .change-page p a:hover {
  color: #00a4e4;
}

@media screen and (max-width: 768px) {
  .buildspi-box .row .col-md-4 {
    padding: 10px 0 0 0;
    text-align: center;
  }
}

.org-img {
  text-align: center;
  padding-bottom: 90px;
}

.org-img .honor-box .honor-img-box {
  display: flex;
  justify-content: flex-start;
}

.org-img .honor-box .honor-img-box .honor-img {
  height: 220px;
  width: 310px;
  padding: 10px 20px 0 10px;
  display: flex;
  text-align: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .org-img .honor-box .honor-img-box {
    display: block;
  }

  .org-img .honor-box .honor-img-box .honor-img {
    height: 80%;
    width: auto;
  }

  .honor-box:first-child .honor-bot {
    display: none;
  }
}

.ywcenter.about-us {
  background-image: url('../img/info/bg1.png');
  background-position: 0% 80%;
  background-repeat: no-repeat;
  background-size: cover;
}

.ywcenter.about-us .ywcenter-box {
  padding: 60px 0 100px 0;
}

.ywcenter.about-us .ywcenter-box .banner {
  padding-top: 45px;
}

.cultur {
  padding: 70px 120px;
}

.cultur .cultur-tab-title p:first-child {
  font-size: 24px;
  color: #004091;
}

.cultur .cultur-tab-title p:last-child {
  padding: 30px 0 45px 0;
  text-transform: uppercase;
  color: #cbc9c7;
  font-size: 18px;
}

.cultur .culturSwiper .swiper-slide p {
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: #333;
}

.cultur .culturSwiper .swiper-slide p img {
  padding: 0 0 10px 10px;
}

@media screen and (max-width: 992px) {
  .cultur .culturSwiper .swiper-slide {
    text-align: center;
  }

  .cultur .cultur-tab-title {
    text-align: center;
  }

  .cultur .cultur-tab-title p:first-child {
    font-size: 24px;
  }

  .cultur .cultur-tab-title p:last-child {
    text-transform: uppercase;
    color: #999;
    font-size: 16px;
  }
}

.duty-box {
  padding: 80px 0;
}

.duty-box .row {
  padding-bottom: 40px;
  margin: 0;
}

.duty-box .row .duty-text {
  padding-right: 25px;
}

.duty-box .row .duty-text p:first-child {
  margin: 0;
  color: #004091;
  font-size: 24px;
  line-height: 2em;
}

.duty-box .row .duty-text p:nth-child(2) {
  margin: 0;
  padding: 10px 0 30px 0;
  text-transform: uppercase;
  line-height: 2em;
  color: #cbc9c7;
  font-size: 16px;
}

.duty-box .row .duty-text p:last-child {
  margin: 0;
  line-height: 2em;
  letter-spacing: 1px;
  color: #666;
  font-size: 16px;
}

.duty-box .row .row-box {
  padding-bottom: 20px;
}

@media screen and (max-width: 992px) {
  .duty-box .row .row-box {
    padding: 60px 0;
  }
}

.duty-box .duty-banner-box {
  padding: 0;
  position: relative;
}

.duty-box .duty-banner-box .banner-show {
  position: relative;
  height: 615px;
}

@media screen and (max-width: 992px) {
  .duty-box .duty-banner-box .banner-show {
    height: 540px;
  }
}

@media screen and (max-width: 1200px) {
  .duty-box .duty-banner-box .banner-show {
    height: 450px;
  }
}

@media screen and (max-width: 1000px) {
  .duty-box .duty-banner-box .banner-show {
    height: 340px;
  }

  .duty-box {
    padding: 40px 0;
  }
}

@media screen and (max-width: 768px) {
  .duty-box .duty-banner-box .banner-show {
    height: 260px;
  }

  .duty-box {
    padding: 20px 0;
  }

  .duty-box .row {
    text-align: center;
    padding: 0 !important;
  }

  .duty-box .row .col-md-6 {
    padding: 5px 0;
  }
}

.duty-box .duty-banner-box .banner-show .tab {
  position: absolute;
  opacity: 0;
  transition: all 2s;
}

.duty-box .duty-banner-box .banner-show .tab.active {
  position: absolute;
  opacity: 1;
  transition: all 2s;
}

.duty-box .duty-banner-box .banner-sm {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9;
}

.duty-box .duty-banner-box .banner-sm .tab {
  margin: 20px 10px;
  position: relative;
}

.duty-box .duty-banner-box .banner-sm .tab::after {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 999;
}

.duty-box .duty-banner-box .banner-sm .tab.active::after {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #000;
  z-index: 999;
}

.staff-banner img {
  width: 100%;
}

.staff {
  background-color: #eee;
  padding: 50px 0;
}

.staff .staff-box {
  background-color: #fafafa;
  padding: 25px 40px;
}

.staff .staff-box .col-md-6 div {
  overflow: hidden;
}

.staff .staff-box .col-md-6 div img {
  width: 560px;
  height: 300px;
}

.staff .staff-box .col-md-6 div img:hover {
  transform: scale(1.02);
  transition: all 0.5s;
}

@media screen and (max-width: 768px) {
  .staff .staff-box .col-md-6 div img {
    width: 100%;
    height: 100%;
  }
}

.staff .staff-box .col-md-6 p {
  padding-bottom: 5px;
  text-align: center;
  line-height: 3em;
  color: #666;
}

.mission-box {
  padding: 60px 0 100px 0;
}

.mission-box .mission-title p:first-child {
  margin: 0;
  line-height: 2em;
  color: #004091;
  font-size: 24px;
  letter-spacing: 2px;
}

.mission-box .mission-title p:nth-child(2) {
  margin: 0;
  padding: 10px 0 50px 0;
  text-transform: uppercase;
  line-height: 2em;
  color: #999;
  font-size: 16px;
}

.mission-box .row {
  margin: 0;
}

.mission-box .row .col-md-6 {
  padding: 0;
  background-color: #cedff3;
}

.mission-box .row .col-md-6 .mission-text {
  padding: 30px 40px 0 45px;
}

.mission-box .row .col-md-6 .mission-text p {
  padding-top: 40px;
  letter-spacing: 2px;
  font-size: 14px;
  color: #004091;
  line-height: 2em;
}

@media screen and (max-width: 768px) {
  .mission-box {
    padding: 40px 0 60px 0;
  }
}

.news-box {
  padding: 60px 0;
}

.news-page ._page_container {
  margin: 10px auto;
}

@media screen and (max-width: 768px) {
  .news-box {
    padding: 15px 0;
  }
}

.news-box .row-top-box {
  background-color: #f7f7f7;
}

.news-box .row-top-box .text-img-box {
  padding: 0;
}

.news-box .row-top-box .text-top-box {
  padding: 0;
}

.news-box .row-top-box .text-top-box .text-top {
  padding: 80px 60px 0 65px;
}

.news-box .row-top-box .text-top-box .text-top p:first-child {
  padding-bottom: 60px;
}

.news-box .row-top-box .text-top-box .text-top p:first-child a {
  line-height: 2em;
  color: #004091;
  font-size: 18px;
}

.news-box .row-top-box .text-top-box .text-top p:last-child {
  padding-right: 30px;
}

.news-box .row-top-box .text-top-box .text-top p:last-child a {
  color: #888888;
  font-size: 14px;
  line-height: 2em;
}

.news-box .row-top-box .text-top-box .text-top p:last-child a:hover {
  color: #00a4e4;
}

@media screen and (max-width: 1200px) {
  .news-box .row-top-box .text-top-box .text-top {
    padding: 50px 10px 0 40px;
  }
}

@media screen and (max-width: 992px) {
  .news-box .row-top-box .text-top-box .text-top {
    padding: 30px 10px 0 20px;
  }

  .news-box .row-top-box .text-top-box .text-top p:first-child a {
    color: #004091;
    font-size: 14px;
  }

  .news-box .row-top-box .text-top-box .text-top p:last-child {
    padding-right: 20px;
  }

  .news-box .row-top-box .text-top-box .text-top p:last-child a {
    color: #777;
    font-size: 10px;
    line-height: 2em;
  }
}

.news-box .row .col-md-4 {
  padding-bottom: 40px;
}

.news-box .row .col-md-4 div {
  overflow: hidden;
}

.news-box .row .col-md-4 div img {
  width: 100%;
  height: 240px;
}

.news-box .row .col-md-4 div img:hover {
  transform: scale(1.05);
  transition: all 1s;
}

.news-box .news-search-box {
  display: flex;
  padding: 40px 0;
}

.news-box .news-search-box .news-date {
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.news-box .news-search-box .news-date .news-date-select {
  padding: 5px 170px 5px 25px;
  height: 45px;
  text-align: center;
  color: #004091;
  font-weight: 500;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 8px;
}

@media screen and (max-width: 768px) {
  .news-box .news-search-box {
    display: block;
  }

  .news-box .news-search-box .news-date {
    padding-bottom: 10px;
  }

  .news-box .news-search-box .news-date .news-date-select {
    padding: 0;
    width: 70%;
  }
}

.news-box .news-search-box .news-search {
  position: relative;
}

.news-box .news-search-box .news-search .search {
  position: absolute;
  top: 10px;
  left: 310px;
}

.news-box .news-search-box .news-search input {
  width: 350px;
  height: 45px;
  padding-left: 20px;
  color: #004091;
  border: 1px solid #ccc;
  border-radius: 8px;
  outline: none;
}

.news-box .news-text-com {
  padding-top: 10px;
  border: 1px solid #eee;
}

.news-box .news-text-com p {
  padding-left: 25px;
}

.news-box .news-text-com p:first-child {
  padding: 20px 30px 10px 25px;
  height: 80px;
}

.news-box .news-text-com p:first-child a {
  text-align: center;
  color: #000;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}

.news-box .news-text-com p:first-child a:hover {
  color: #00a4e4;
  transition: all 0.5s;
}

.news-box .news-text-com p:nth-child(2) a {
  font-size: 14px;
  color: #c1c0c0;
}

.news-box .news-text-com p:nth-child(2) a:hover {
  color: #00a4e4;
  transition: all 0.5s;
}

.news-box .news-text-com p:last-child {
  padding: 20px 10px 30px 25px;
  height: 86px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  white-space: nowrap;
}

.news-box .news-text-com p:last-child a {
  font-size: 14px;
  color: #888;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.news-box .news-text-com p:last-child a:hover {
  color: #00a4e4;
  transition: all 0.5s;
}

.news-box .demo1-box {
  text-align: center;
}

.ywcenter-box {
  padding: 60px 0 150px 0;
}

.ywcenter-box .ywcenter-text p:first-child {
  margin: 0;
  line-height: 2em;
  letter-spacing: 3px;
  color: #004091;
  font-size: 24px;
}

.ywcenter-box .ywcenter-text p:nth-child(2) {
  margin: 0;
  padding: 30px 0 50px 0;
  text-transform: uppercase;
  line-height: 1em;
  color: #cbc9c7;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .ywcenter-box .ywcenter-text p:first-child {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .ywcenter-box .ywcenter-text p:nth-child(2) {
    margin: 0;
    padding: 10px 0 10px 0;
    text-transform: uppercase;
    line-height: 1em;
    color: #cbc9c7;
    font-size: 18px;
  }
}

.ywcenter-box .ywcenter-text .yw-p {
  padding: 10px 0 !important;
}

.ywcenter-box .ywcenter-text p:last-child {
  margin: 0;
  line-height: 2em;
  color: #666;
  font-size: 18px;
}

.ywcenter-box .ywcenter-container {
  position: relative;
  padding: 60px 0 20px 0;
}

.ywcenter-box .ywcenter-container .banner {
  position: relative;
}

.ywcenter-box .ywcenter-container .banner .banner-bg {
  position: absolute;
  opacity: 0;
  height: 500px;
  width: 1250px;
  transition: all 1s ease-in-out;
}

.ywcenter-box .ywcenter-container .banner .banner-bg.active {
  opacity: 1;
  transition: all 1s;
}

@media screen and (max-width: 1200px) {
  .ywcenter-box .ywcenter-container .banner .banner-bg {

    height: auto;
    width: 100%;
  }
}

.ywcenter-box .ywcenter-container .row {
  padding: 0 20px;
}

.ywcenter-box .ywcenter-container .row .col-md-content-box {
  padding: 0;
  height: 500px;
}

.ywcenter-box .ywcenter-container .row .col-md-content-box:not(:last-child) {
  border-right: 1px solid rgba(233, 236, 239, 0.3);
}

.ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content {
  padding: 50px 5px 0 35px;
}

.ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content .logo-img img {
  width: 60px;
  height: 60px;
}

.ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content .logo-img p {
  padding: 5px 0;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 2.5em;
}

.ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content .logo-img p strong {
  font-size: 20px;
}

.ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content .des {
  opacity: 0;
}

.ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content .des p {
  padding: 5px 0;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 2.5em;
}

.ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content .des p a {
  color: #fff;
  font-size: 16px;
}

.ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content:hover>.des {
  opacity: 1;
  transition: all 1s;
}

@media screen and (max-width: 1200px) {
  .ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content .logo-img p strong {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }

  .ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content .des p:first-child {
    padding: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }

  .ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content .des p:nth-child(2) {
    margin-bottom: 5px;
    height: 70px;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 992px) {
  .ywcenter-box {
    padding: 60px 0 80px 0;
  }

  .ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content {
    padding: 15px 5px 0 30px;
  }

  .ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content .logo-img img {
    width: 45px;
    height: 45px;
  }

  .ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content .logo-img p {
    padding: 0;
  }

  .ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content .logo-img p strong {
    font-size: 18px;
  }

  .ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content .des p:first-child {
    padding: 5px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }

  .ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content .des p:nth-child(2) {
    margin-bottom: 5px;
    height: 70px;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 768px) {
  .ywcenter.about-us .ywcenter-box {
    padding: 20px 0 50px 0;
  }

  .ywcenter-box .ywcenter-container .row {
    padding: 0;
  }

  .ywcenter-box .ywcenter-container .row .col-md-content-box {
    height: 100%;
  }

  .ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content {
    padding: 10px 0 0 15px;
  }

  .ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content .logo-img img {
    padding-left: 3px;
    width: 25px;
    height: 25px;
  }

  .ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content .logo-img p {
    line-height: 2em;
  }

  .ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content .logo-img p strong {
    font-size: 10px;
  }

  .ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content .des p:first-child {
    display: none;
  }

  .ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content .des p:last-child {
    line-height: 2em;
  }

  .ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content .des p:last-child a {
    text-align: center;
    font-size: 8px;
  }

  .ywcenter-box .ywcenter-container .row .col-md-content-box .col-md-content .des p:last-child a img {
    display: block;
    padding-left: 10px;
    width: 25px;
    height: 15px;
  }

  /* .ywcenter.about-us .ywcenter-box {
    padding: 20px 0;
  } */
}

.center-com-box {
  padding: 50px 0 100px 0;
}

@media screen and (max-width: 768px) {
  .center-com-box {
    padding: 30px 0 50px 0;
  }
}

.center-com-box .title {
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 26px;
  color: #256bb7;
}

.center-com-box .title p {
  margin: 0;
}

@media screen and (max-width: 992px) {
  .center-com-box .title {
    font-size: 16px;
  }
}

.center-com-box .title::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 72px;
  height: 3px;
  margin-top: 10px;
  background-color: #256bb7;
}

.center-com-box .text {
  padding: 50px 0 20px 0;
}

.center-com-box .text p {
  letter-spacing: 1px;
  line-height: 2em;
  font-size: 18px;
  color: #666;
}

@media screen and (max-width: 768px) {
  .center-com-box .text {
    padding: 20px 0 20px 0;
  }
}

.message-box {
  padding: 70px 0;
}

.message-box .message-con {
  padding: 20px 30px;
  margin-bottom: 20px;
  background-color: #f7f7f7;
}

.message-box .message-con img {
  padding-left: 670px;
}

@media screen and (max-width: 1300px) {
  .message-box .message-con img {
    padding-left: 520px;
  }
}

@media screen and (max-width: 768px) {
  .message-box .message-con {
    text-align: center;
  }
}

.message-box .message-con a strong {
  padding-right: 40px;
  color: #256bb7;
}

@media screen and (max-width: 768px) {
  .message-box .message-con a strong {
    padding-right: 0;
  }
}

.message-box .message-con a span {
  color: #777;
}


.message-box .message-con:hover {
  background-color: #004091;
}

.message-box .message-con:hover a strong {
  color: #fff;
}

.message-box .message-con:hover a span {
  color: #fff;
}

.message-box .demo1-box {
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .message-box .message-con img {
    padding-left: 340px;
  }
}

@media screen and (max-width: 992px) {
  .message-box .message-con img {
    padding-left: 100px;
  }
}

@media screen and (max-width: 768px) {
  .message-box .message-con img {
    padding-left: 90px;
  }
}

@media screen and (max-width: 768px) {
  .message-box .message-con a span {
    display: block;
    padding: 2px;
  }

  .message-box .message-con img {
    padding: 0;
  }
}

.dyn .row .swiper2 .swiper-slide a p {
  background-color: rgba(54, 135, 188, 0.5);
  position: absolute;
  bottom: 0;
  padding: 10px 20% 10px 0;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1
}

.xsqy-left{
  width: 40%;
  margin-right: 10%;
}
.xsqy-img{
  margin: 5%;
    overflow: hidden;
}
.xsqy-box .row{
  align-items: center;
}
.xsqy-right .xsqy-des a{
  font-size: 20px;
}
.xsqy-right .xsqy-title a{
  font-size: 28px;
}
.xsqy-row .row {
  border-bottom: 1px solid #ccc;
}
.xsqy-row .row:hover{
  background-color: #f7f7f7;
}
.xsqy-row .row:hover .xsqy-img img{
  transform: scale(1.1);
  transition: all .5s;
  
}
.xsqy-row .row:hover p a{
  color: #00a4e4;
}
.message-box .message-con a{display: flex;align-items: center;}
.message-box .message-con img{margin-left: auto;padding-left: 0 !important;}
.floadAd {position: absolute;z-index: 99;}
			.floadAd .item {display: block;}
			.floadAd .item img {vertical-align: bottom;}
			.close-c{text-align: right;display: block;}
			.news-text li a .biao h3 {height: 43px;margin: 0;}
			.yqzss .yqzss-box .yqzss-left img {width: auto;}
			#doc_content img {width: auto;}
			.news-text li a .biao p {height: 189px;}
			#floadAD p {font-size: 14px !important;}
			#floadAD p:first-child {text-indent: 0 !important;;}
			#floadAD span {font-size: 14px !important; text-indent: 0 !important;;}
			#floadAD .swiper-slide img{width: 160px;}