@charset "utf-8";
/* CSS Document */
.left {
  float: left;
}
.right {
  float: right;
}
.oh {
  overflow: hidden;
}
.os {
  overflow: scroll;
}
.ov {
  overflow: visible;
}
.bgnr {
  background-repeat: no-repeat;
}
.bgr {
  background-repeat: repeat;
}
.bgrx {
  background-repeat: repeat-x;
}
.bgry {
  background-repeat: repeat-y;
}
.bgCover {
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
.part {
  width: 1280px;
  margin: 0 auto;
}
.font-xs {
  font-size: 12px;
}
.font-s {
  font-size: 14px;
}
.font-m {
  font-size: 16px;
}
.font-l {
  font-size: 18px;
}
a:hover {
  color: #ff9724!important;
}
img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
}
img:hover {
  -webkit-transform: scale(1.04);
     -moz-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
/********************************************************************************
                              椤堕儴
********************************************************************************/
.top-upper {
  width: 100%;
  height: 40px;
  min-width: 1200px;
  background-color: #f3f3f3;
}
.top-upper ul {
  float: right;
}
.top-upper li {
  float: left;
  padding: 0 10px;
  color: #999;
  font-size: 12px;
  line-height: 40px;
}
.top-upper li a {
  color: #999;
}
.top-upper-logo {
  line-height: 40px;
}
li.top-upper-gw {
  color: #5982c7;
}
li.top-upper-gw a {
  color: #5982c7;
}
.top-middle {
  margin: 26px auto;
}
.top-middle-logo {
  width: 302px;
  height: 102px;
  float: left;
}
.top-middle-search {
  width: 254px;
  height: 32px;
  padding: 35px 0;
  float: left;
  position: relative;
  margin-left: 42px;
}
.inputwd {
  width: 232px;
  height: 30px;
  padding: 0 10px;
  color: #b2b2b2;
  font-size: 14px;
  line-height: 30px;
  -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
          border-radius: 30px;
  outline: 0;
  border: 1px solid #ebebeb;
}
.submitBtn {
  width: 13px;
  height: 13px;
  background-image: url("http://zhigu.news.cn/20170502/home/img/btn_ser.png");
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  top: 45px;
  background-color: #fff;
  color: #fff;
  border: 0;
  outline: 0;
}
.top-middle-straight {
  width: 390px;
  height: 42px;
  padding: 25px 0 35px;
  float: left;
  margin-left: 50px;
}
.top-middle-straight-logo {
  float: left;
  width: 45px;
  height: 42px;
}
.top-middle-straight-cont {
  float: left;
  width: 325px;
  height: 36px;
  position: relative;
  margin-top: 8px;
}
.top-middle-straight-cont .arrow {
  position: absolute;
  right: 0;
  width: 10px;
  height: 5px;
  cursor: pointer;
}
.top-middle-straight-cont .arrow-up {
  background-image: url("http://tibet.news.cn/2017/img/arrow_up.png");
  top: 6px;
}
.top-middle-straight-cont .arrow-down {
  background-image: url("http://tibet.news.cn/2017/img/arrow_down.png");
  bottom: 6px;
}
.top-middle-straight-swiper {
  height: 36px;
  width: 295px;
}
.top-middle-straight-swiper .swiper-slide {
  width: 100%;
  height: 18px;
  overflow: hidden;
  line-height: 18px;
  font-size: 14px;
  color: #696969;
}
.top-middle-straight-swiper .swiper-slide a {
  color: #696969;
}
.top-middle-adv {
  float: right;
 width: 160px;
    height: 102px;
    /* margin-top: 24px; */
}
}
.top-middle-adv img:hover {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.top-middle-bigAdv {
  float: right;
  width: 576px;
  height: 104px;
  overflow: hidden;
}
.top-middle-bigAdv img:hover {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.top-bottom {
  width: 100%;
  min-width: 1200px;
}
.top-bottom-navBig {
  width: 100%;
  height: 27px;
  padding-bottom: 14px;
  border-bottom: 3px solid #00a0e9;
}
.top-bottom-navBig ul {
  margin: 0 auto;
  width: 1100px;
}
.top-bottom-navBig li {
  height: 27px;
  line-height: 27px;
  color: #305798;
  font-size: 16px;
  margin: 0 12px;
  padding: 0 12px;
  float: left;
  font-weight: bold;
}
.top-bottom-navBig li a {
  color: #305798;
}
.top-bottom-navBig .on {
  background-color: #305798;
  color: #fff;
}
.top-bottom-navBig .on a {
  color: #fff;
}
.top-bottom-navSmall {
  height: 56px;
  width: 100%;
  font-size: 14px;
  line-height: 56px;
  background-color: #f2f2f2;
  border-bottom: 1px solid #dbdbdb;
}
.top-bottom-navSmall ul {
  width: 1000px;
  margin: 0 auto;
}
.top-bottom-navSmall li {
  float: left;
  padding: 0 15px;
  color: #999999;
}
.top-bottom-navSmall li a {
  color: #999999;
}
li.top-bottom-navSmall-tit {
  font-weight: bold;
  color: #5982c7;
}

.search {
    width: 220px;
    padding-top: 20px;
    margin-left: 272px;
    
}
.search .search-box {
    float: right;
    width: 220px;
    height: 30px;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #8a8eb5;
    background: #fff;
}
.search .search-box .search-input {
    display: block;
    float: left;
    line-height: 20px;
    width: 185px;
    height: 25px;
    font-size: 12px;
    outline: 0;
    border: 0;
    color: #8d9fab;
}
.search .search-box .search-btn {
    float: right;
    width: 55px;
    height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #083b90 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAABGklEQVQ4jZ2TIUsEURSFjxM0iCwWg8FkNRmEFaOYTBabQUEQi2XXsBrNIjYVQSyy4n8Q0SS4+AsMGgy7VpOfzHIePofHsjMXDjzuO/eby5t7BRQ1D7SBHn/xCVwAMwm/iokbl70DJ8AGsAmcAV++aw2CvNq0mvqatWvPbQrS9uXkAEBQ3d7DGDLr5MoQgKAD14wGyB3QLQEIyqMZIN/AcQXII9DJz5mkMUkvKh8dSdN5VebS8QqQEasP6UlarABZkPTWPwGnwE/Fh90KD1tzolECcOWaf8PWdHJpCMC2vXOpsb+OdiNLFOcdTwFr8YykFnA/2twH4By4BJ6d27NvOR79VLsThj0BH9Y9sONugm/doKOyf6SoFtD9BS9QBgHdUqu8AAAAAElFTkSuQmCC) center center no-repeat;
    cursor: pointer;
	margin-top: -28px;
}

/*# sourceMappingURL=top.css.map */@charset "utf-8";
/* CSS Document */
embed {
  width: 100%;
  height: 100%;
  scrollbar-width: none; /* Firefox */
}
 
embed::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}