@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */

@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;
}

/* header */
header {
  position: relative;
  z-index: 999;
  background: url("../img/head-bg.jpg") no-repeat top center;
}

.head-top {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.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;
  height: 50px;
}

.head-r {
  display: flex;
}

.head-lang {
  display: flex;
}

.nav-ul li>a {
  display:inline-block;
  font-size: 18px;
  text-align: center;
  color: #fff;
  position: relative;
  transition: all 0.3s;
  text-transform: uppercase;
  padding-bottom:3px;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active a {
  border-bottom: 2px solid #ffffff;
}

.headbom {
  position: relative;
  z-index: 999;
  background: #015293;
}

.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 .head-sou img:last-child,
.newsdetail-head .head-sou img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou img:first-child {
  display: none;
}

.head-on .head-langtxt img:last-child,
.newsdetail-head .head-langtxt img:last-child {
  display: block;
}

.head-on .head-sou img:first-child,
.newsdetail-head .head-sou 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: 1400px) {
  .nav-ul li>a {
   
    font-size: 16px;
  }
}

@media (max-width: 1200px) {
  .nav-ul li>a {
  
  }

  .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 {
    width: 50px;
  }

  .logo img {
    width: 100%;
  }

  .headbom {
    height: 0;
  }

  .topmain img {
    display: none;
  }

  .topmain p {
    display: none;
  }

  .topmain {
    height: 70px;
  }

  .logo {
    width: 65px;
    top: -64px;
  }

  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;
  background: #015293;
  overflow: hidden;
}
.footertop ul li a{
  color: #fff;
  font-size: 14px;
}
.footertop{
  display: flex;
  justify-content: space-between;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}
.footer-nav{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.footertopr ul{
  display: flex;
}
.footertopl{
  width:50%;
}

.footer-topr {
  width: 50%;
}

.footertopr ul li h3{
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
}
.footertopl p,.footertopl h4{
  color: #fff;
  font-size: 14px;
}
.footertopr ul li{
  margin-left: 20px;
}
.footer-navul {
  display: flex;
  justify-content: space-between;
}

.footertcopy{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 14px;
}
.footer-topltxt {
  margin-top: 20px;
  line-height: 35px;
}
.footer-dizhi{
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-size: 14px;
}

.hometit-flex{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  align-items: center;
}
.hometit{
  font-size: 24px;
  font-family: 'SanMedium';
  color: #333333;
}
.hometit-more a{
  color: #015293;
}
.home-ullist li{
  height:60px;
  border-bottom: 1px solid #eeeeee;
  line-height: 60px;
  position: relative;
  padding-left: 13px;
}
.home-ullist 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%);
}
.home-ullist li a{
  display: block;
  overflow: hidden;
  white-space: nowrap; 
  text-overflow: ellipsis; 
  width: 80%;
}
.home-ullist li:hover a{
  color: #015293;
}
.hnews{
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.hnews-dt{
  width: 37.5%;
}
.hnews-xw{
  width: 60%;
}
.homechatu-one img{
  width: 100%;
}

.hnews-xw-img{
  margin-top: 20px;
}
.habout-top{
  display: flex;
}
.hnews-xw-imgswiper{
  position: relative;
}
.hnews-xw-imgswiper h3{
  position: absolute;
  color: #fff;
  z-index: 99;
  bottom:30px;
  left:30px;
}
.hnews-xw-imgswiper .swiper-pagination{
  bottom: 28px;
  text-align: right;
  padding-right: 30px;
}
.hnews-xw-imgswiper .swiper-pagination .swiper-pagination-bullet{
  background: #fff;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin: 0 5px;
}

.hnews-xw-imgswiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
  width: 26px;
  border-radius: 5px;
}
.habout{
  margin-top: 50px;
}
.habout-topl{
  width: 33.33%;
}
.habout-topc{
  width: 33.34%;
}
.habout-topr{
  width: 28%;
}
.habout-top{
  justify-content: space-between;
}
.habout-topltxt p{
  line-height: 30px;
  margin-bottom: 30px;
}
.habout-topltxt{
  padding-top: 20px;
}
.habout .habout-topfirst{
  height: auto;
  padding: 25px 0;
}
.habout .habout-topfirst::after{
  display: none;
}
.habout .habout-topfirst a{
  display: flex;
  width: auto;
  white-space:normal;
  justify-content: space-between;
}
.habout-topcli-l{
  width: 180px;
}
.habout-topcli-r{
  width:calc(100% - 200px);
}
.habout-topcli-r h3{
  color: #015293;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
}
.habout-topcli-r h4{
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.habout-topr h4{
  background: #015293;
  color: #fff;
  border-radius: 5px;
  padding:10px 38px;
  margin-bottom: 24px;
  font-size: 24px;
}
.habout-topr ul{
  border: 1px solid #eeeeee;
  border-radius: 5px;
  padding: 30px;
}
.habout-topr ul li{
  margin-bottom:15px;
}
.habout-topr ul li:last-child{
  margin-bottom: 0;
}
.habout-topr ul li:hover a{
  color: #015293;
}
.habout-vip a{
  display: block;
  position: relative;
}
.habout-viptxt{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 36px;
  color: #fff;
}
.habout-viptxt span{
  text-transform: uppercase;
  font-weight: lighter;
  display: block;
  margin-top: 10px;
}
.habout-viptxt h5{
  font-size: 24px;
}
.habout-vip a{
  margin-bottom: 20px;
}
.homechatu-two img{
  width: 100%;
}
.homechatu-two{
  padding:50px 0;
}
.homelink{
  padding-bottom: 50px;
}
.homelink-box{
  padding-top: 20px;
}
.homelink-boxswiper a .scale-img{
  border: 1px solid #eeeeee;
  padding: 10px 15px;
}
.homelink-boxswiper a h3{
  font-size: 14px;
  text-align: center;
  color: #555555;
  padding: 14px 0 20px;
}
@media(max-width:1200px){
  .hnews{
    display: block;
  }
  .hnews-dt{
    width: 100%;
  }
  .hnews-xw{
    width: 100%;
    margin-top: 30px;
  }
  .habout-top{
    display: block;
  }
  .habout-topl{
    width: 100%;
  }
  .habout-topc{
    width: 100%;
  }
  .habout-topr{
    width: 100%;
  }
}
@media(max-width:991px){ 
  .head-top{
    padding: 0;
  }
  .logo{
    width: 250px
  }
  .footertop{
    display: block;
  }
  .footertopl{
    width: 100%;
  }
  .footertopr ul{
    justify-content: center;
    margin-top: 20px;
  }
  .footertopl p, .footertopl h4{
    line-height: 24px;
  }
  .banner-swiper > .swiper-pagination{
    bottom: 5px;
  }
  .home-ullist li a{
    width: 100%;
  }
  .hometit{
    font-size: 18px;
  }
  .home-ullist li{
    height: 50px;
    line-height: 50px;
  }
  .hnews-xw-imgswiper h3{
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis; 
    width:80%;
  }
  .hnews-xw-imgswiper .swiper-pagination{
    padding-right: 0;
    bottom: 0;
  }
  .hnews-xw-imgswiper .swiper-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
  }
  .hnews-xw-imgswiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    width: 15px;
  }
  .homelink{
    padding-bottom:10px;
  }
  .homechatu-two{
    padding: 0px 0 30px;
  }
  .hnews{
    padding: 30px 0;
  }
}
@media(max-width:600px){ 
  .footer-nav{
    flex-wrap: wrap;
  }
   .footer-nav li{
    width: 30%;
   }
   .footertcopy{
    flex-wrap: wrap;
   }
   .footer-dizhi{
    flex-wrap: wrap;
   }
   .footertopr ul li:first-child{
    margin-left: 0;
   }
   .habout .habout-topfirst a{
    display: block;
   }
   .habout-topcli-l{
    width: 100%;
   }
   .habout-topcli-l img{
    width: 100%;
   }
   .habout-topcli-r{
    width: 100%;
    margin-top: 20px;
   }
}

/*内页*/
.inleft{
  width: 260px;
  
}
.inbox{
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.inleft-tit{
  height: 60px;
  background: #015293;
  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;
  flex-wrap: wrap;
}
.man-tit{
  height: 30px;
  background: #eeeeee;
}
.man-tit h4{
  width: 220px;
  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-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%;
    
  }
}

@media(max-width:768px){
  .inbox{
    display: block;
  }
  .inleft{
    width: 100%;
  }
  .inright{
    width: 100%;
  }
}

.contact{
  display: flex;
  justify-content: space-between;
}
.contact{
  margin-top: 50px;
}
.contact-l{
  color: #555555;
  line-height: 40px;
}

@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;
  }
}
@media(max-width:600px){
  .contact{
    display: block;
  }
  .contact-r{
    width: 100%;
    margin-top: 30px;
  }
  .inbox{
    padding: 30px 0;
  }
  .inleft-contact{
    margin: 20px 0;
    display: none;
  }
  .inleft-link{
    display: none;
  }
  .inright-tit{
    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: #015293;
}
.tc{
  text-align: center !important;
}
.about-txt{
  margin-top: 50px;
}
.about-txt p{
  text-indent: 2em;
  line-height: 32px;
  color: #555555;
}

@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;
  }
}