*{
  padding: 0;
  margin: 0;
}
body{
  font-size: 18px;
}
ul,li{
  list-style: none;
}
a{
  text-decoration: none;
}

table{
  font-size: 14px;
  line-height: 30px;
  margin: 0 auto;
}
table tr{
  background-color: #a4d5f6;
}
table tr:nth-child(2n){
  background-color: #f1f1f1;
}
td{
  padding: 6px;
}


.container{
  margin: auto;
  max-width: 1200px;
  width: 100%;
}
.img,
.hoverImg{
  overflow: hidden;
}
.hoverImg img{
  width: 100%;
  vertical-align: middle;
  transition: all ease .3s;
}
.hoverImg:hover img{
  transform: scale(1.05);
}
.kele-ellipsis-1{
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  /* -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical; */
  white-space: nowrap;
}
.kele-ellipsis-2{
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical
}
.kele-ellipsis-3{
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical
}


.h-top,.h-menu,.m-menu{
  display: none;
}
.header{
  height: 41px;
  border-bottom: 1px solid #e9e9e9;
  overflow: hidden;
  box-sizing: border-box;
}
.header .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-left{
  margin-top: 8px;
  font-size: 15px;
  line-height: 22px;
  color: #034da6;
}
.header-right a{
  color: #0053b6;
  font-size: 14px;
  line-height: 40px;
}
.headers{
  /* height: 123px; */
  overflow: hidden;
}
.headers .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 15px 0 20px; */
  padding: 30px 0;
}
.headers .logo{
  /* margin-top: 28px; */
}

.search-box ul{
  display: flex;
  margin-bottom: 6px;
  padding-left: 94px;
}
.search-box li{
  margin-right: 15px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 32px;
  cursor: pointer;
}
.search-box li.on{
  color: #fff;
  background-color: #0053b6;
}
.search{
  display: none;
}
.search.on{
  display: flex;
}
.search .txt{
  width: 93px;
  font-size: 18px;
  line-height: 43px;
}
.search .boxs{
  position: relative;
}
.search input{
  padding-left: 14px;
  width: 335px;
  height: 40px;
  border: 1px solid #ccc;
  outline: none;
}
.search .btn{
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 100%;
  background: url(/public/images/fw_icon24.png) no-repeat center;
  cursor: pointer;
}

/* kaimu */
.kaimu {
  font-size: 16px;
  font-family: Arial, sans-serif;
  text-align: right;
}
.kaimu span {
  font-size: 36px;
  font-weight: bold;
  color: #f08300;
  background: url(/public/images/kaimubg.png) no-repeat;
  display: inline-block;
  margin-top: 10px;
  letter-spacing: 14px;
  padding-left: 9px;
  width: 70px;
}


/* nav */
.menu{
  height: 58px;
  
  background-color: #0053b6;
}
/* .menu ul{
  position: relative;
} */
.menu ul li{
  position: relative;
  display: inline-block;
  margin-right: 10px;
}
.menu ul li .menu-link{
  display: inline-block;
  padding: 0 20px;
  color: #fff;
  font-size: 21px;
  line-height: 58px;
  transition: all ease .3s;
  font-weight: bold;
}
.menu ul li:hover .menu-link{
  background-color: #8ac419;
}

.s-menu{
  display: none;
  position: absolute;
  left: -10px;
  padding: 25px 36px;
  width: 700px;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 99;
  box-shadow: 0 0 10px #ccc;
}
.menu ul li:nth-child(3) .s-menu{
  left: -50px;
  width: 780px;
}
.menu ul li:nth-child(4) .s-menu{
  left: -200px;
  width: 850px;
}
.menu ul li:nth-child(5) .s-menu{
  left: auto;
  right: -200px;
}
.menu ul li:nth-child(6) .s-menu{
  left: auto;
  right: -100px;
}
.menu ul li:nth-child(7) .s-menu{
  left: auto;
  right: -100px;
}
.menu ul li:nth-child(8) .s-menu{
  left: auto;
  right: 0px;
}
.menu ul li:hover .s-menu{
  display: block;
}
.s-menu .jiao{
  position: absolute;
  top: -25px;
  border-left: 10px solid transparent;
  border-top: 13px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 13px solid #fff;
}
.s-menu1 .jiao{
  left: 75px;
}
.menu ul li:nth-child(3) .s-menu .jiao{
  left: 140px;
}
.menu ul li:nth-child(4) .s-menu .jiao{
  left: 265px;
}
.menu ul li:nth-child(5) .s-menu .jiao{
  left: auto;
  right: 255px;
}
.menu ul li:nth-child(6) .s-menu .jiao{
  left: auto;
  right: 155px;
}
.menu ul li:nth-child(7) .s-menu .jiao{
  left: auto;
  right: 155px;
}
.menu ul li:nth-child(8) .s-menu .jiao{
  left: auto;
  right: 50px;
}

.s-menu-con{
  display: flex;
}
.s-menu-con .img-box{
  width: 146px;
  height: 216px;
  border-right: 1px solid #ddd;
  padding-right: 25px;
}
.s-menu-con .img-box .title{
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  color: #151515;
}
.s-menu-con .img-box .img{
  margin-top: 27px;
  width: 100%;
}
.s-menu-con .s-mlist{
  flex: 1;
}
.s-menu-con .s-mlist a{
  display: inline-flex;
  align-items: baseline;
  margin-left: 19px;
  padding: 7px 0;
  width: 47%;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  vertical-align: top;
}
.s-menu-con .s-mlist a:nth-child(2n){
  width: 43%;
}
.s-menu-con .s-mlist a:hover{
  color: #0053b6;
}
.s-menu-con .s-mlist a::before{
  content: "";
  display: inline-block;
  margin-right: 8px;
  font-size: 0;
  line-height: 0;
  border-left: 6px solid #a9b7b7;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
}

/* footer{
  margin-top: 80px;
} */
.menu-xf{
  display: none;
}
.footer-con{
  width: 100%;
  background-color: #0074c1;
  padding: 52px 0 62px;
}
.footer-con .container{
  display: flex;
  justify-content: space-between;
}
.footer-con .footer-item{
  width: 300px;
}
.footer-con .footer-item:nth-child(3){
  width: 270px;
}
.footer-con .footer-item:nth-child(4){
  width: 220px;
}
.footer-item .footer-title{
  padding-bottom: 18px;
  color: #fff;
  font-size: 18px;
  line-height: 32px;
  border-bottom: 1px solid #ccc;
}
.footer-item .footer-list{
  padding-top: 24px;
  color: #a4d5f6;
  font-size: 16px;
  line-height: 32px;
}
.footer-item .footer-list1{
  margin-bottom: 20px;
}
.footer-item .footer-list a{
  display: block;
  color: #a4d5f6;
  transition: all ease .5s;
}
.footer-item .footer-list a:hover{
  color: #fff;
}
.footer-item .footer-list span{
  color: #fff;
}
.footer-code{
  display: inline-block;
  margin: 0 8px;
  width: 90px;
  text-align: center;
}
.footer-code img{
  width: 90px;
}

.footer-copyright{
  width: 100%;
  background-color: #00aaea;
}
.footer-copyright .left{
  padding-top: 24px;
  padding-bottom: 10px;
}
.footer-copyright .f-menu{
  margin-bottom: 18px;
}
.footer-copyright .f-menu li{
  display: inline-block;
  line-height: 14px;
  padding-right: 24px;
  margin-right: 24px;
  border-right: 1px solid #fff;
}
.footer-copyright .f-menu li:last-child{
  border-right: none;
}
.footer-copyright .f-menu li a{
  font-size: 14px;
  color: #fff;
}
.footer-copyright .left .copyright{
  font-size: 14px;
  color: #fff;
  line-height: 32px;
}
.footer-copyright .left .copyright a{
  color: #fff;
}


/* æ‚¬æµ® start */
.sidebar--holder{
  position: fixed;
  top: 50%;
  right: 0;
  height: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 100;
}
.sidebar--holder .buttons{
  height: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.sidebar--holder .kontakt--button, .sidebar--holder .share--button, .sidebar--holder .newsletter--button{
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  background: #005098;
  cursor: pointer;
  width: 80px;
  height: 80px;
  right: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  z-index: 101;
}
.sidebar--holder .kontakt--button .inner, .sidebar--holder .share--button .inner, .sidebar--holder .newsletter--button .inner{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 73px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}
.sidebar--holder .inner img{
  width: 24px;
}
.sidebar--holder .kontakt--button span, .sidebar--holder .share--button span, .sidebar--holder .newsletter--button span{
  display: block;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  line-height: 12px;
}
.sidebar--holder .sidebar--infos{
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  display: block;
  width: 100vw;
  max-width: 380px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 16px;
  background: #eee;
  z-index: 102;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  box-sizing: border-box;
}

.sidebar--holder.active .kontakt--close{
  display: block;
  position: absolute;
  top: 16px;
  right: 8px;
  width: 30px;
  height: 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 100%;
  z-index: 99;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.sidebar--holder.active .kontakt--close:hover img{
  background-color: #005098;
}
.sidebar--holder.active .kontakt--close img{
  width: 24px;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 50%;
}
.ce_text{
  padding: 0 15px;
}
.sidebar--holder .sidebar--infos h2{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 1%;
  text-transform: none;
  line-height: 1.5em;
  color: #005098;
  text-transform: uppercase;
}
.sidebar--holder .sidebar--infos hr{
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid #fff;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.info{
  padding: 0 10px;
}
.ce_rowStart .info{
  display: flex;
  align-self: center;
}
.info-img{
  padding: 15px;
  width: 24px;
  height: 24px;
}
.info-img-bg{
  padding: 7px;
  margin: 4px 20px 2px 8px;
  border-radius: 50%;
  background-color: #005098;
}
.info-text{
  padding-left: 15px;
}
.info-text > a{
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.info-text > a img{
  margin-right: 8px;
}
.info-text span{
  font-size: 16px;
  line-height: 30px;
}
.sidebar--holder .sidebar--infos .info span{
  display: block;
}
.bar-title{
  margin: 10px 0;
  font-size: 16px;
  color: red;
}
/* æ‚¬æµ® end */

@media (min-width: 320px) and (max-width: 767px) {
  body{
    font-size: 12rem;
  }
  .header,.headers,.menu,.breadcrumbs,.menu-box{
    display: none;
  }
  .sidebar--holder{
    display: none;
  }

  .h-top{
    display: block;
    width: 100%;
    height: 35rem;
    line-height: 35rem;
    background: #0053b6;
    box-sizing: border-box;
    padding: 0 12rem;
    overflow: hidden;
  }
  .h-top .txt{
    float: left;
    color: #fff;
  }
  .h-top .txt img{
    width: 26px;
    vertical-align: middle;
  }
  .h-top .link{
    float: right;
  }
  .link a{
    font-size: 14rem;
    color: #fff;
  }
  .h-menu{
    margin-top: -1px;
    width: 100%;
    display: table;
    box-sizing: border-box;
    padding: 26rem 9rem 21rem;
    background: #011e39;
    border-bottom: 1px solid #ccc;
  }
  .h-menu span{
    margin-right: 8px;
    font-size: 16px;
    font-weight: 900;
    color: #0053b6;
  }
  .h-menu a{
    font-size: 15rem;
    color: #fff;
    padding: 0 8rem;
    line-height: 28rem;
    display: inline-block;
    border-radius: 14rem;
    margin-right: 4rem;
  }
  .h-menu a.on{
    color: #fff;
    background: #91c421;
  }
  .h-menu .more{
    float: right;
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(/public/images/fw_icon25.png) no-repeat center;
    background-size: 100% 100%;
    color: #91c421;
    font-size: 15rem;
    line-height: 28rem;
    transition: all .5s;
  }
  .h-menu .more.active{
    opacity: 0;
  }

  .m-menu{
    width: 100%;
    display: table;
    background: #011324;
    box-sizing: border-box;
    padding: 12rem 12rem 13rem;
    display: none;
  }
  .m-menu ul{
    display: table;
  }
  .m-menu li{
    float: left;
    width: auto;
    margin-right: 10rem;
  }
  .m-menu li a{
    display: block;
    font-size: 14rem;
    color: #c6c6c6;
    line-height: 30rem;
    padding: 0 5rem;
    border-radius: 14rem;
  }
  .m-menu li a.on{
    color: #fff;
    background: #91c421;
  }
  .m-menu .close{
    position: relative;
    z-index: 999;
    font-size: 14rem;
    color: #91c421;
    padding-right: 24rem;
    background: url(/public/images/fw_icon20.png) right center no-repeat;
    background-size: 20rem;
    text-align: right;
  }
  

  .footer-con{
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .footer-con .container{
    flex-wrap: wrap;
  }
  .footer-con .footer-item{
    width: 48%;
  }
  .footer-con .footer-item:nth-child(3),
  .footer-con .footer-item:nth-child(4){
    margin-top: 20px;
    width: 48%;
  }
  .footer-item .footer-title{
    padding-bottom: 0;
    font-size: 15px;
  }
  .footer-item .footer-list{
    padding-top: 10px;
    font-size: 12px;
    line-height: 23px;
  }
  .footer-item .footer-list a{
    font-size: 12px;
    line-height: 23px;
  }
  .footer-list .footer-code:last-child{
    display: none;
  }
  .footer-code img{
    display: block;
    margin: auto;
    width: 65px;
  }
  .footer-copyright{
    border-top: 5px solid #0280d4;
    padding-bottom: 65px;
    background-color: #0074c1;
  }
  .footer-copyright .left .copyright{
    font-size: 12px;
    line-height: 24px;
  }
  .footer-copyright .left .copyright span{
    display: block;
  }

  .menu-xf{
    width: 100%;
    padding: 20px 0;
    background: #00aaea;
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-evenly;
  }
  .menu-xf .m1, .menu-xf .m2, .menu-xf .m3{
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    
  }
  .menu-xf .m1{
    background: url(/public/images/fw_icon17.png) 5px center no-repeat;
    background-size: 14px;
  }
  .menu-xf .m2{
    background: url(/public/images/fw_icon18.png) 5px center no-repeat;
    background-size: 20px;
  }
  .menu-xf .m3{
    background: url(/public/images/fw_icon19.png) 5px center no-repeat;
    background-size: 20px;
  }
  .menu-xf .m1 a, .menu-xf .m2 a, .menu-xf .m3 a{
    font-size: 16px;
    display: block;
    padding-left: 18px;
    line-height: 25px;
    color: #fff;
    box-sizing: border-box;
  }
  .menu-xf .m1, .menu-xf .m2{
    border-right: 1px solid #36c8ff;
  }
}