@font-face {
  font-family: 'iconf';  /* project id 489446 */
  src: url('//at.alicdn.com/t/font_489446_igiih2ytijhy3nmi.eot');
  src: url('//at.alicdn.com/t/font_489446_igiih2ytijhy3nmi.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_489446_igiih2ytijhy3nmi.woff') format('woff'),
  url('//at.alicdn.com/t/font_489446_igiih2ytijhy3nmi.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_489446_igiih2ytijhy3nmi.svg#iconfont') format('svg');
}

.iconf{
  font-family:"iconf" !important;
  font-size:15px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.icon-qizhong:before { content: "\e703"; }

.icon-wenda:before { content: "\e7a1"; }

.icon-fanghu:before { content: "\e601"; }

.icon-zixun:before { content: "\e604"; }

.icon-lunwen:before { content: "\e60e"; }

.icon-baoyan:before { content: "\e64b"; }

.icon-std-search:before { content: "\e62b"; }

.footer-links {
  margin: 5px 10px 15px;
}
.footer-links li {
  display: inline-block;
}

/* download-list */
.download-list p {
  margin: 0;
  line-height: 5px;
}
.news-list,.news-show {
  border: solid 1px rgb(232, 232, 232);
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 0 4px rgb(232, 232, 232), inset 0 0 1px rgb(232, 232, 232);
}

.news-list ul {
  margin: 10px 10px;
  padding: 10px;
  min-height: 260px;
}

.news-list ul li {
  margin: 5px 0 0 0;
  line-height: 1.4em;
  border-bottom: #ccc 1px dashed;
}
.news-list ul li a {
  margin: 0 0 0 3px;
  padding-left: 0px;
  font-size: 14px;
  font-weight: normal;
  background: url(../images/tb02.jpg) no-repeat left center;
  color: #6b6b6b;
  text-decoration: none;
}
.news-list ul li a:hover {
  color: orange;
}

.news-list .news-list-date {
  margin: 0 3px 0 0;
  width: 80px;
  text-align: right;
  color: #999;
  font-size: 12px;
  font-style: normal;
  float: right;
}

/* page-box */
.page-box {
  margin: 25px 0 0;
  padding: 10px 0 5px 0;
  line-height: 22px;
  font-size: 12px;
  font-family: "微软雅黑","宋体";
  text-align: center;
  border-top: #cccccc 1px solid;
  background-color: #f5f5f5;
  overflow: hidden;
}

.page-box a {
  margin-left: 10px;
  padding: 2px 10px;
  color: #606060;
  background: #f9f9f9;
  border: #ddd 1px solid;
  /* display: inline-block; */
  overflow: hidden;
  text-decoration: none;
  background-color: white;
}

.page-box a:hover {
  background-color: #337ab7;
  color: white;
}

.page-box span {
  display: inline-block;
  width: 80px;
  padding-left: 10px;
  color: #606060;
}

/* page-box-show */
.page-box-show {
  line-height: 1.9em;
  font-size: 13px;
  color: #333;
  margin-bottom: 10px;
}
.page-box-show a {
  text-decoration: none;
  color: #337ab7;
}
.page-box-show a:hover {
  color: orange;
}

/* category */
.category_selected {
  color: white!important;
  background-color: orange!important;  
}
.category {
  width: 210px;
  line-height: 200%;
  overflow: hidden;
}

.category-header {
  margin: 0px;
  width: 210px;
  height: 41px;
  line-height: 41px;
  font-size: 20px;
  color: #424242;
  font-family: "微软雅黑", "宋体";
  text-align: center;
  background: url(../images/left_typenamebg.jpg) no-repeat;
}

.category-list {
  margin: 0px;
  padding: 5px 0;
  list-style-type: none;
  border-left: #e2e2e2 1px solid;
  border-right: #e2e2e2 1px solid;
}

.category-list li {
  margin: 5px 0;
  font-size: 14px;
  line-height: 1.5em;
  background-color: #337ab7;
  /* border: solid 1px #eee; */
  color: white;
  padding: 5px 0px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;   
}
.category-list li:hover {
  color: orange;
  text-decoration: none;
  box-shadow: inset 0 0 3px orange;
}

/* mypage */
.mypage {
  background-color: white;
  box-shadow: 0 0 3px lightgray;
}
.mypage-content {
  text-align: left;  
}
.mypage-content-title {
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  color: black;
  margin-bottom: 20px;
}
.mypage-content-subtitle {
  text-align: center;
  font-size: 14px;
  color: gray;
  margin-bottom: 20px;
  margin-top: -18px;
}
.mypage-content td {
  border: solid 1px lightgray;
}
@media (min-width: 768px) {
  .mypage {
    padding: 20px 15px;
  }
  .mypage-content {
    margin: 10px 30px;
  }
  .mypage-content p {
    line-height: 1.5em;
  }
  .mypage-one {
    width: 80%;
    margin: auto;
  }
}

@media (max-width: 768px) {
  .mypage {
    padding: 10px 4px;
  }
  .mypage-content {
    padding: 5px 5px;
  }
  .mypage-content p {
    line-height: 1.3em;
  }
  .mypage-one {
    width: 100%;
    margin: auto;
  }
}

/* myimage-wrapper */
.myimage-wrapper {
  display: flex;
  display: box;
  height: 100%;
  justify-content: center;
}

.bx-wrapper .bx-controls-direction a {
  display: none;
}  

.bx-wrapper:hover .bx-controls-direction a {
  display: block;
}

.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  bottom: 0;
}

.bx-wrapper {
  margin-bottom: 0px;
}

@media (min-width: 768px) {
  #navbar {
    background-color: rgb(36, 125, 191);
    min-width: 940px;
    border-radius: 0;
    margin-bottom: 0;
  }
	.servers-wap {
    display: none;
    color: white;
  }

	.dropdown-menu>li>a {
    padding: 10px 20px;
    color: rgb(36, 125, 191);
    /* border-bottom: solid 2px transparent;         */
  }
  .dropdown-menu>li>a:hover {
    /* color: orange; */
    /* border-bottom: solid 2px orange; */
  }
  .navbar-nav>li {
		margin: 10px 0!important;
  }
  .navbar-nav>li + li {
    border-left: solid 1px rgba(255, 255, 255, 0.5);
  }
  .navbar-nav>li>a {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    margin: 0px 5px;
    color: white!important;
    border-bottom: solid 2px transparent;    
  }
  ul.navbar-nav>li>a {
    background-color: transparent!important;
  }
  ul.navbar-nav>li>a.border:hover {
    color: white!important;
    border-bottom: solid 2px white;
  }
	.navbar .nav>li.oen ul.two {
    margin: 0;
  }
  .navbar-nav>li.oen>a {
    cursor: default;
  }
	.navbar-nav>li.oen:hover ul.two {
		display: block!important;
  }
  
  ul.two {
    background-color: white;
  }
  ul.two li a {
    color: rgb(36, 125, 191);
    line-height: 30px;
  }
  ul.two li:hover a {
    color: white;
    background-color: rgb(36, 125, 191);
  }
}

@media (max-width: 768px) {
  .navbar-toggle {
    border-color: white!important;
  }
  .navbar-toggle .icon-bar {
    background-color: white!important;
  }
  ul.navbar-nav {
    width: 100%;
    margin: 0;
  }
  .navbar-collapse {
    padding-left: 0!important;
    padding-right: 0!important;
  }
}
/* our-items */
.our-items-wraper {
  background-color: #F4F4F4;
  padding: 0;
}

.our-items {
  margin-bottom: 0;
  padding: 10px 6px;
  margin: 0!important;
}

.our-items li {
  padding: 0 5px;
  cursor: pointer;
  border-radius: 3px;
}

.our-items li>div {
  transition: all 0.5s;
  background-color: white;
  padding: 1px;
}

.our-items li:hover>div {
  box-shadow: 0 5px 8px rgba(0,0,0,0.1);
  transform: translateY(-3px);
}

.our-items i {
  display: inline-block;
  font-size: 60px;  
  padding: 8px;
  margin: 20px 0 5px;
  color: orange;
}
.our-items li:hover i {
  color: white;
  border-radius: 38px;
  background-color: orange;
  /* border: solid 1px rgb(249, 249, 249); */
}
.our-items li p:first-child {
  text-align: center;
  line-height: 60px;
}

.our-items li p:last-child {
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  color: #333;
}

/* 更多 */
.home-more {
  float: right;
  font-size: 13px;
}
/* 中心简介 首页 */
.home-intro-content p:last-child {
  margin-bottom: -20px;
}
/* 联系我们 首页 */
.contact-us-content p {
  margin: 0!important;
  background-color: transparent!important;
}

#contact-map {
  margin-top: 10px;
  height: 300px;
}
