@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: 'SanRegular';
  src: url('../font/SourceHanSansCN-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanMedium';
  src: url('../font/SourceHanSansCN-Medium.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanBold';
  src: url('../font/SourceHanSansCN-Bold.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanHeavy';
  src: url('../font/SourceHanSansCN-Heavy.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanLight';
  src: url('../font/SourceHanSansCN-Light.ttf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SanNormal';
  src: url('../font/SourceHanSansCN-Normal.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* header */
header {
  width: 100%;
  position: relative;
  z-index: 999;
  width: 100%;
}

.headtop {
  width: 100%;
  overflow: hidden;
  background-color: #126c38;
}

.topmain {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
}

.topmain p {
  margin-left: 10px;
  margin-right: 28px;
}

.header-main {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {}

.nav-ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  
}
.head-nav{
  background: #00469c;
}



.nav-ul li>a {
  display: block;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  /* padding: 0 35px; */
  border-bottom: 3px solid transparent;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active a {
  border-bottom: 3px solid #ffffff;
}

.headbom {
  position: relative;
  z-index: 999;
  padding:15px 0;
}

.nav-ul li:hover>a::after {
  opacity: 1;
}

.nav-ul li.nav-active a::after {
  opacity: 1;
}

.nav-ul li {
  position: relative;
}

.nav-sub {
  position: absolute;
  top: 58px;
  z-index: 99;
  width: 100%;
  display: none;
}

.nav-sub dl dd {
  background: #e66621;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 2px;
}

.nav-sub dl dd a {
  color: #fff;
}

.nav-sub dl dd:hover {
  background: #e66621;
}

.head-lang-box {
  display: flex;
  width: 180px;
  justify-content: center;
  align-items: center;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  height: 100px;
  position: relative;
}

.head-on .head-lang-box,
.newsdetail-head .head-lang-box {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed;
}

.lang-sub {
  position: absolute;
  background: #fff;
  top: 100px;
  width: 100%;
  display: none;
}

.lang-sub a {
  display: block;
  line-height: 64px;
  height: 64px;
  text-align: center;
  border-bottom: 1px solid #d5d5d5;
}

.lang-sub a:last-child {
  border-bottom: none;
}

.lang-sub a:hover {
  color: #e66621;
}

.head-lang-box>img {
  width: 22px;
}

.head-langimg {
  margin-right: 28px;
}

.head-langtxt img {
  display: block;
  margin-left: 12px;
  width: 13px;
  height: 8px;
}

.head-langtxt {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
}

.head-langimg img:last-child {
  display: none;
}

.head-sou img:last-child {
  display: none;
}

.head-langtxt img:last-child {
  display: none;
}

.head-sou {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 60px;
}

.head-soum {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  height: 100px;
  display: none;
}

.head-soum-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.head-soum form {
  width: 41%;
  display: flex;
  position: relative;
  height: 46px;
  line-height: 46px;
}

.head-soum input {
  border: none;
  border-bottom: 1px solid #4e4e4e;
  width: 100%;
}

.head-soum button {
  border: none;
  background: none;
  position: absolute;
  right: 0;
}


.head-on,
.newsdetail-head {
  background: #fff;
}

.head-on .nav-ul li>a,
.newsdetail-head .nav-ul li>a {
  color: #333333;
}

.head-on .nav-ul li:hover a,
.head-on .nav-ul li.nav-active a {
  color: #e66621;
}

.newsdetail-head .nav-ul li:hover a,
.newsdetail-head .nav-ul li.nav-active a {
  color: #e66621;
}

.head-on .head-langtxt,
.newsdetail-head .head-langtxt {
  color: #333333;
}

.head-on .head-langimg img:last-child,
.newsdetail-head .head-langimg img:last-child {
  display: block;
}

.head-on .head-langimg img:first-child,
.newsdetail-head .head-langimg img:first-child {
  display: none;
}



.head-on .logo img:last-child,
.newsdetail-head .logo img:last-child {
  display: block;
}

.head-on .logo img:first-child,
.newsdetail-head .logo img:first-child {
  display: none;
}

.head-on,
.newsdetail-head {
  border-bottom: none;
}

.head-on .head-langtxt .lan-arrow-white {
  display: none !important;
}

.newsdetail-head .head-langtxt .lan-arrow-white {
  display: none !important;
}

@media (max-width: 1600px) {
  .nav-ul li>a {
    padding: 0 15px;
  }
}

@media (max-width: 1400px) {
  .nav-ul li>a {
    padding: 0 10px;
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li>a {
    padding: 0 5px;
  }

  .hotline-wrap p {
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .nav-ul {
    display: none;
  }

  .hotline-wrap {
    display: none;
  }

  .header-main {
    height: 70px;
    border: none;
  }

  .head-lang {
    display: none;
  }

  .logo img {
    width: 100%;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }

  .logo {
    top: -64px;
    width: 250px;
  }

  header {
    height: 70px;
    position: relative;
  }

  .headbom {
    padding: 0 30px;
  }
}

@media (max-width: 500px) {
  .headbom {
    padding: 0 15px;
  }
}

/* banner */
.banner-btn .container {
  position: relative;
}

.banner-btn {
  position: relative;
  top: -110px;
}

.banner-swiper .swiper-button-next {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-next.png') no-repeat center;
  border: 2px solid #fff;
}

.banner-swiper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.3);
  background: url('../img/banner-prev.png') no-repeat center;
  border: 2px solid #fff;
  left: auto;
  right: 68px;
}

/* 底部 */
#footer {
  width: 100%;
  padding-top:50px;
  padding-bottom:50px;
  overflow: hidden;
  border-top: 4px solid #00469c;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-topl {
  width:50%;
  font-size: 14px;
  line-height: 32px;
}

.footer-topr {
  width:42.5%;
  display: flex;
}

.footer-navul {
  display: flex;
  justify-content: space-between;
}

.footer-copy {
  display: flex;
  padding-top: 40px;
  border-top: 1px solid #525252;
  justify-content: space-between;
  margin-top: 60px;
  font-size: 18px;
  color: #fff;
  font-family: 'SanRegular';
}

.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}

.footer-navul li>a {
  font-size: 26px;
  color: #fff;
  font-family: 'SanRegular';
}

.footer-lastrowtxt {
  font-family: 'SanRegular';
  font-size: 18px;
}

.footer-navul li dl {
  margin-top: 55px;
}

.footer-navul li dl dd {
  line-height: 35px;
  display: flex;
}

.footer-navul li dl dd .footerdd-img {
  text-align: center;
  width: 22px;
  margin-right: 12px;
}

.footer-navul li dl dd.last-dd {
  padding-left: 35px;
}

.footcode {
  color: #fff;
}

.footer-code {
  margin-top: 30px;
}

.footer-code h4 {
  margin-top: 18px;
  text-align: center;
  color: #b5b5b5;
}

.footer-navul li dl dd a {
  color: #fff;
  font-family: 'SanRegular';
  font-size: 18px;
}

.footer-nav-t {
  color: #fff;
}

.footer-contact dl dd a {
  display: block;
}

.footer-contact-icon {
  padding-right: 12px;
}

.footer-nav-line span {
  display: block;
  width: 186px;
  height: 10px;
}

.footer-nl-l {
  background: #e60012;
  margin-right: 5px;
}

.footer-nl-r {
  background: #1d2088;
}

.footer-nav-line {
  display: flex;
  margin: 14px 0 8px;
}

.footer-nav-since {
  display: flex;
  align-items: center;
}

.since-line {
  width: 125px;
  height: 1px;
  background: #b5b5b5;
}

.footer-nav-since span {
  display: block;
  color: #b5b5b5;
  padding: 0 10px;
}

.footer-nav-logo {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-nav-logol {
  margin-right: 30px;
}

.footer-lastrow {
  display: flex;
  margin-bottom: 30px;
}

.footer-lastrowimg {
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.footer-last {
  margin-top: 55px;
}

.footer-lastrowtxt {
  color: #fff;
}

.footer-logo {
  margin-bottom: 26px;
}



@media (max-width: 991px) {


  .footer-copy {
    display: block;
    text-align: center;
    padding-top: 20px;
    margin-top: 0px;
    font-size: 16px;
  }

  .footcode {
    display: none;
  }

  .footer-logobox {
    display: none;
  }

  #footer {
    padding-top: 50px;
  }

  .footer-copy {
    margin-top: 50px;
  }

  .footer-navul li>a {
    font-size: 20px;
  }

  .footer-navul li dl dd a {
    font-size: 16px;
  }

  .footer-navul li dl {
    margin-top: 20px;
  }

  .footer-last {
    margin-top: 20px;
  }

  .footer-lastrowtxt {
    font-size: 16px;
  }

  .footer-lastrow {
    font-size: 16px;
  }

  .banner-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    top: 20px;
  }

  .banner-btn {
    top: -45px;
  }
}

@media (max-width: 600px) {
  .footer-contact {
    width: 100% !important;
  }

  .footer-navul {
    flex-wrap: wrap;
  }

  .footer-navul li {
    width: 33.3333%;
    margin-bottom: 20px;
  }

  .footer-navul li:last-child {
    width: 100%;
  }

  .footer-navul li dl dd {
    line-height: 28px;
  }

  .footer-navul li dl {
    margin-top: 15px;
  }

  #footer {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer-copy {
    display: block;
    text-align: center;
    line-height: 30px;
  }

  .footer-copy {
    font-size: 14px;
  }

  .footer-navul li dl dd a {
    font-size: 14px;
  }

  .footer-navul li>a {
    font-size: 16px;
  }

  .footer-lastrowtxt {
    font-size: 14px;
  }

  .footer-copy {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .footer-navul li {
    width: auto;
  }
}

.headsou input{
  width: 100%;
  border: 1px solid #00469c;
  height: 30px;
  padding: 10px;
}
.headsou button{
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background: none;
}
.headsou{
  margin-top: 10px;
  position: relative;
}
.foot-navul{
  display: flex;
  justify-content: space-between;
}
.footer-topl-txto span:first-child{
  margin-right: 130px;
}

.footer-topl-txtt{
  display: flex;
  justify-content: space-between;
}
.footcode-item{
  padding:0 5px;
  text-align: center;
}
.footcode-item img{
  width: 100%;
  height: auto;
}
.footcode-itemimg{
  height: 90px;
  width: 90px;
}
.footcode-item h3{
  font-size: 14px;
  white-space: nowrap;
  margin-top: 10px;
}

@media(max-width: 1200px){ 
  .footer-top{
    display: block;
  }
  .footer-topl{
    width: 100%;
  }
  .footer-topr{
    width: 100%;
    margin-top: 30px;
    justify-content: space-between;
  }

}


@media(max-width:991px){
  .footer-topr{
    width: 100%;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footcode-itemimg{
    height:auto;
    margin: 0 auto;
  }
  .footcode-item{
    width: 33.3333%;
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-topl-txto{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-topl-txto span{
    margin: 0;
  }
  .footer-topl-txtt{
    flex-wrap: wrap;
  }
}

@media(max-width: 768px){
  .head-r{
    display: none;
  }
}
@media(max-width: 600px){
  .head-r{
    display: none;
  }
  .foot-navul{
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .foot-navul li{
     width: 25%;
  }
}
/*首页新闻*/
.hnews{
  padding: 50px 0;
}
.hnews-box{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.hnews-l{
  width:63.3%;
}
.hnews-swiper .swiper-slide a{
  display: block;
  position: relative;
}
.hnews-text{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  
}
.hnews-r{
  width: 34.1%;
}
.hnews-swiper .swiper-pagination{
  bottom: 23px;
  text-align: right;
  padding-right: 30px;
}
.hnews-swiper .swiper-pagination .swiper-pagination-bullet{
  width: 14px;
  height: 14px;
  background: #fff;
  margin: 0 7px;
  opacity: 1;
}
.hnews-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #00469c;
}
.hnews-rtit ul{
  display: flex;
}
.hnews-rtit ul li{
  height: 44px;
  line-height: 44px;
  width: 33.3333%;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
 
}
.hnews-rtit{
  border-bottom:2px solid #eeeeee;
}
.hnews-rtit ul li.on{
  background: #00469c;
  color: #fff;
  font-weight: bold;
}
.hnews-boxul li a{
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-left: 14px;
}
.hnews-boxul li{
  margin-bottom: 12px;
}
.hnews-rm{
  padding-top: 20px;
}
.hnews-boxul li a::after{
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  background: #00469c;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.hnews-boxul li:hover a{
  color: #00469c;
}
.myWrapper{
  height: 390px;
  overflow: hidden;
}
.hnews-rbox{
  display: none;
}

.notice-box{
  display: flex;
  justify-content: space-between;
}
.notice-l{
  width:31.6%;
}
.notice-l .hnews-r{
  width: 100%;
}
.notice-c{
 width:31.6%;
}
.notice-r{
 width:31.6%;
}
.notice{
  padding: 50px 0;
  justify-content: space-between;
}
.notice-cm{
  margin-top: 24px;
}
.notice-cm h3{
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
}
.notice-cmimg{
  position: relative;
}
.hometit ul li{
  width: 128px;
}

.hjoin-icon img:last-child{
  display: none;
}
.hlink-txt{
  padding: 30px 0 50px;
}
.notice-cmlist{
  margin-top: 15px;
}
.notice-cmlist .hnews-boxul li{
  margin-bottom: 8px;
}
.hvideo-ul{
  margin-top: 24px;
}
.hjoin{
  padding: 50px 0;
}
.hjoin-ul{
  margin-top: 30px;
  overflow: hidden;
}
.hvideo ul li h3{
  margin-top: 20px;
  overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis; 
}
.hjoin-ul li a{
  background: #fafafa;
  padding: 40px;
  display: flex;
  justify-content: space-between;
}
.hjoin-l h3{
  font-size: 24px;
  color: #222222;
  margin-bottom: 10px;
}
.hjoin-ul li h4{
  text-transform: uppercase;
}
.hlink-txt a{
  padding:0 10px;
  line-height: 30px;
}
.hjoin-ul li a:hover{
  background: #00469c;
  color: #fff;
}

.hjoin-ul li:hover a h3{
  color: #fff;
}
.hjoin-ul li:hover .hjoin-icon img:last-child{
  display: block;
}
.hjoin-ul li:hover .hjoin-icon img:first-child{
  display: none;
}
@media(max-width:1200px){
  .hqt img{
    width: 100%;
  }
  .hnews-box{
    display: block;
  }
  .hnews-l{
    width: 100%;
    margin-bottom: 30px;
  }
  .hnews .hnews-r{
    width: 100%;
  }
  .hvideo-ul li{
    margin-bottom: 20px;
  }
  .hjoin-ul li h4{
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }
}

@media(max-width:991px){
  .notice-box{
    display: block;
  }
  .notice-l{
    width: 100%;
  }
  .notice-c{
    width: 100%;
    margin-top: 30px;
  }
  .notice-r{
    width: 100%;
  }
  .hjoin-ul li{
    margin-bottom: 20px;
  }

  .hnews-swiper .swiper-pagination {
    bottom: 18px;
    text-align: right;
    padding-right: 5px;
  }
  .hnews-text span{
    width:80%;
    display: block;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }
}



/*内页*/
.inleft{
  width: 260px;
  
}
.inbox{
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.inleft-tit{
  height: 60px;
  background: #00469c;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  padding: 0 30px;
}
.inright{
  width: calc(100% - 310px);
}
.inleft-navul li{
  padding: 0 30px;
  border-bottom: 1px solid #eeeeee;
} 
.inleft-navul li a{
  height:60px;
  
  line-height: 60px;
  position: relative;
  padding-left: 13px;
  display: block;
}
.inleft-navul li a::after{
  position: absolute;
  content: "";
  border-left:6px solid #015293;
  width:6px;
  height:6px;
  border-top: 6px solid transparent;
  border-bottom:6px solid transparent;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.inleft-contact{
  margin:50px 0;
}
.inleftcon-info{
  border: 1px solid #eeeeee;
  padding:20px;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}
.inleft-linktxt{
  border: 1px solid #eeeeee;
  padding: 30px;
  font-size: 14px;
  color: #999999;
}
.inleft-linktxt a{
  display: block;
  color: #999999;
  line-height: 30px;
}
.inright-tit{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  align-items: center;
  padding-bottom: 12px;
}
.inright-titname{
  font-size: 18px;
  font-weight: bold;
  color: #015293;
}
.man-img{
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.other-man{
  margin-top: 30px;
}
.man-tit{
  height: 30px;
  background: #eeeeee;
}
.man-tit h4{
  width: 270px;
  background: #015293;
  color: #fff;
  height: 30px;
  padding-left: 25px;
  line-height: 30px;
}
.man-title{
  font-size: 24px;
  color: #015293;
  padding: 40px 0 30px;
}
.man-img h5{
  text-align: center;
  margin-top: 10px;
}

.man-img .man-imgbox:nth-of-type(2){
  margin-left: 30px;
}

@media(max-width:768px){
  .inbox{
    display: block;
  }
  .inleft{
    width: 100%;
  }
  .inright{
    width: 100%;
  }
  .inleft-linktxt{
display: none;
}
}

.contact{
  display: flex;
  justify-content: space-between;
}
.contact{
  margin-top: 50px;
}
.contact-l{
  color: #555555;
  line-height: 30px;
}
.contact-l h3{
  color: #00469c;
  font-weight: bold;
  margin-bottom: 5px;
}
.contact-l ul{
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
@media(max-width:1200px){
  .contact-r{
    width: 50%;
  }
   .contact-r img{
    width: 100%;
   } 
   .contact-l{
    line-height: 30px;
   }
}
@media(max-width:991px){
  .contactm{
    display: block;
  }
  .inleft{
    width: 100%;
  }
  .inright{
    width: 100%;
    margin-top: 50px;
  }
  .contact-l ul li{
    margin-bottom: 10px;
  }
}
@media(max-width:600px){
  .contact{
    display: block;
  }
  .contact-r{
    width: 100%;
    margin-top: 30px;
  }
  .inbox{
    padding: 30px 0;
  }
  .inleft-contact{
    display: none;
  }

}
.inleft-navul li:hover{
  background: #e5edf4;
}
.inleft-navul li.on{
  background: #e5edf4;
}

.about{
  padding-top: 50px;
}
.about h4{
  font-size: 24px;
  /* font-family: 'SanBold'; */
  color: #00469c;
  font-weight: bold;
}
.tc{
  text-align: center !important;
}
.about-txt{
  margin-top: 50px;
}
.about-txt p{
  text-indent: 2em;
  line-height: 32px;
  color: #555555;
  margin-bottom: 15px;
}
.inright-bread {
  color: #999999;
}
.inright-bread a{
  color: #999999;
}
@media(max-width:991px){
  .inbox{
    display: block;
  }
  .inleft{
    width: 100%;
  }
  .inright{
    width: 100%;
    margin-top: 50px;
  }
  .inright-bread{
    font-size: 14px;
  }
  .inright-titname{
    font-size: 16px;
  }
  .man-title{
    font-size: 20px;
    line-height: 26px;
  }
}
.news{
  padding-top: 20px;
}
.news-txt{
  padding: 15px 0 30px;
}
.news-txt h3{
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis; 
}
.news-txt h4{
  font-size: 14px;
  color: #999999;
}
.news ul li:hover h3{
  color: #015293;
}


.state-ul li{
  height:60px;
  border-bottom: 1px solid #eeeeee;
  line-height: 60px;
  position: relative;
  padding-left: 13px;
}
.state-ul li::after{
  position: absolute;
  content: "";
  border-left:6px solid #015293;
  width:6px;
  height:6px;
  border-top: 6px solid transparent;
  border-bottom:6px solid transparent;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.state-ul li a{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.state-ul li:hover a{
  color: #015293;
}
.state-ul li:hover a h4{
  color: #015293;
}
@media(max-width:991px){
  .state-ul li a span{
    display: block;
    width: 70%;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
  }
}


.newsd h4{
  font-size: 24px;
  font-family: 'SanBold';
  color: #015293;
}
.newsd{
  padding: 50px 0 0;
}
.newsd-tit{
  border-bottom: 1px solid #eeeeee;
}
.newsd-time{
  display: flex;
  padding: 20px 0;
  justify-content: center;
}
.newsd-box{
  padding-top: 20px;
}
.newsd-box p{
 /* text-indent: 2em;*/
  line-height: 30px;
}
.newsd-box img{
  padding: 30px 0;
}
.newsd-page{
  border-top: 1px solid #eeeeee;
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}
.newsd-page a{
  font-size: 14px;
  display: block;
}
.newsd-page a:hover{ 
  color: #015293;
}
@media (max-width: 991px) { 
  .newsd-page{
    display: block;
  }
  .newsd h4{
    font-size: 20px;
    line-height: 24px;
  }
  .newsd-time{
    flex-wrap: wrap;
  }
  .newsd-time span{
    margin: 0 20px;
  }
}

.inleft-video ul li a{
  display: block;
  position: relative;
}
.inleft-video ul li a h3{
  position: absolute;
  bottom: 10px;
  overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis; 
  color: #fff;
  width: 100%;
  left: 0;
  padding: 0 10px;
}
.inleft-video ul li{
  margin-top: 20px;
}
.about-txt img{
  padding: 30px 0;
}
.rule-txttit{
  font-size: 18px;
  color: #00469c;
  font-weight: bold;
}

.intit{
  font-size: 24px;
  color: #222222;
  font-weight: bold;
}
.incomtxt{
  font-size: 16px;
  color: #555555;
  line-height: 32px;
}
.rule-tit{
  text-align: center;
}
.rule{
  padding: 50px 0;
}
.rule-txttit{
  padding: 15px 0;
}
.rule-tit span{
  display: block;
  margin-top:5px;
}
.man-imgbox{
  text-align: center;
}
.man-imgbox h5{
  text-align: center;
  margin-top: 10px;
}
.contact-l ul li h3{

}
/* @media(max-width: 991px){
  .man-imgbox{
    margin-bottom: 15px;
  }
} */

.other-man{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.man-imgbox{
  width: 18%;
  padding: 0 1%;
  margin-bottom: 15px;
}
.man-imgbox img{
  width: 100%;
}
/* .man-img .man-imgbox:nth-of-type(2){
  margin-left: 30px;
} */
@media(max-width:991px){
  .man-imgbox{
    width: 50%;
    padding: 0 2%;
    
  }
}