/* CSS Document */
::-webkit-scrollbar-track-piece {
    background-color: transparent;
  }
  
  ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }
  
  *,
  *:before,
  *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
  }
  html,body {
    margin: 0;
    padding: 0;
    font: 14px "Microsoft Yahei", "Wenquanyi Micro Hei", sans-serif;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    vertical-align: baseline;
    overflow-x: hidden;
  }
  html,body{
    position: relative;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea,
  a {
    color: inherit;
    font: inherit;
    margin: 0;
    outline: medium !important;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  
  a:hover {
    color: #0962B4;
    text-decoration: none;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    padding: 0;
    margin: 0;
  }
  
  ul, li, dd, dl {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  @font-face {
  font-family: 'iconfont';  /* Project id 4889469 */
  src: url('//at.alicdn.com/t/c/font_4889469_ft46wtf429m.woff2?t=1762220283851') format('woff2'),
       url('//at.alicdn.com/t/c/font_4889469_ft46wtf429m.woff?t=1762220283851') format('woff'),
       url('//at.alicdn.com/t/c/font_4889469_ft46wtf429m.ttf?t=1762220283851') format('truetype');
}
.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
  }
nav{
  padding: 10px 0;
  color: #fff;
}
header{
  padding: 30px 0 20px 0;
}
header input{
  height: 40px;
  border: 1px solid #0962B4;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 200px;
  padding:  0 15px;
}
header button{
  height: 40px;
  border: 1px solid #0962B4;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 40px;
  background: #0962B4;
  color: #FFF;
  cursor: pointer;
}
header ul{
  margin-top:20px;
  text-align: center;
  color: #ccc;
}
header ul li{
  display: inline-block;
}
header ul li a{
  color: #333;
  font-size: 16px;
  font-weight: bold;
  display: block;
  padding: 10px 25px;
}
header ul li:nth-of-type(2) .uk-drop, header ul li:nth-of-type(4) .uk-drop, header ul li:nth-of-type(5) .uk-drop, header ul li:nth-of-type(6) .uk-drop, header ul li:nth-of-type(7) .uk-drop{
  opacity: 0;
  visibility: hidden;
}
header .uk-drop{
  background: #EEE;
  border-top:2px #0962B4 solid;
  width: 260px;
  padding: 10px 0;
}
header .uk-drop a{
  padding: 6px 0 6px 20px;
  font-weight: normal;
  font-size: 14px;
  text-align:left;
  display: block;
}
.PrClassT{
  cursor: pointer;
}
.PrClassT .uk-position-z-index{
  background: rgba(50, 95, 160, 0.8);
  color: #FFF;
  font-size: 16px;
}
.Indab p{
  font-size: 15px;
  margin: 10px 0;
  line-height: 28px;
}
.Indab .skype{
  background: url(../img/skype.png) no-repeat center center;
  width: 168px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  text-align:right;
  font-size: 15px;
  padding-right: 15px;
  margin-top:10px;
}
footer{
  background: #555;
  color: #FFF;
  line-height: 36px;
}
footer a:hover{
  color: rgba(255, 255, 255, 0.6);
}
.main-top{
  background: #0962B4;
  line-height: 48px;
  color: #FFF;
}
.MainText{
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.MainText p{
  margin: 0 0 12px 0;
}
.Class h4{
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
  background: #0962B4;
  color: #FFF;
  padding: 10px 15px;
}
.Class ul li{
  margin-bottom: 5px;
}
.Class ul li a{
  font-size: 14px;
  display: block;
  padding: 5px 0;
  border-bottom: 1px dashed #ddd;
}
.Class ul li a:hover{
  color: #0962B4;
  border-color:#0962B4;
}
.Class ul li a:hover i{
  color: #0962B4;
}
.Class ul li i{
  margin-right: 8px;
}
.page-num{
  background: #ddd;
  text-align: center;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: inline-block;
  margin: 0 1px;
}
.page-num-current{
  background: #0962B4;
  color: #FFF;
  font-weight: bold;
}