/*Change Font-family*/
body,h1,h2,h3,h4,h5,h6,.ft-fm-1{
    font-family: 'Microsoft Yahei', sans-serif;
}
p,.ft-fm-2,.single-post .info{
    font-family: 'Microsoft Yahei', sans-serif;
}


html{
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important.
}
body{
    background-color: #fff;
    font-size: 16px;
    color: #303030;
    font-weight: 400;
}
ul, ol{
    margin: 0;
    padding: 0;
}
li{ list-style: none; }
ul.list-inline{ margin-left: 0; }
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    -webkit-transition: color .3s;
    transition: color .3s;
}
h1{ font-size: 40px; }
h2{ font-size: 30px; }
h3{ font-size: 22px; }
h4{ font-size: 20px; }
h5{ font-size: 17px; }
p{
    font-size: 16px;
    line-height: 1.71;
    color: #303030;
}
a{
    color: #8c8c8c;
    -webkit-transition: background .3s, color .3s, opacity .3s;
    transition: background .3s, color .3s, opacity .3s;
}
a:hover,
a:focus,
a:active{
    outline: none;
    text-decoration: none;
}

button.btn{ position: relative; }
button:hover,
button:focus{
    outline: none;
}
input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active{
    outline: none;
}
input,textarea{
    border: none;
    border-bottom: 2px solid #e0e0e0;
    line-height: 40px;
    font-size: 16px;
}
section{
    overflow: hidden;
    position: relative;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 120px 0 0px;
}
section #wayfless {
    padding: 10px 0 10px;
}
#wayfless .wayfless_iconbox:hover{
  transform: scale(1.08);
}

.white-color{
  color: #ffffff;
}
.branding-color{
  color: #466393;
}
.branding-bg-color{
  background: #466393;
}

/*==================================
=            头部	               =
==================================*/

	.box-header-wrap .navbar-brand {
		padding: 30px 0;
	}
	.box-header-wrap .navbar-default {
		background: none;
		border: none;
	}
	.box-header-wrap .navbar-default .navbar-nav>li>a {
		color: #303030;
		padding: 50px 20px 30px;
		font-weight: bold;
	}
	.box-header-wrap .navbar-default .navbar-nav>li:last-child>a {
		padding-right: 0px;
	}
	.box-header-wrap .navbar-default .navbar-nav>.active>a, .box-header-wrap .navbar-default .navbar-nav>li>a:hover {
		color: #4776e6;
		background: none;
	}

    .box-header {
    position: fixed;
    width: 100%;
    z-index: 10;
    background: #fff;
    border-bottom: 1px solid #4776e6;
    -webkit-animation: fadeInDown .5s;
    animation: fadeInDown .5s;
  }


/*==================================
=            下拉菜单               =
==================================*/


.navbar .drop-down ul {
  display: block;
  position: absolute;
  left: 16px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  
}
.navbar li{
  font-size: 16px;
  line-height:30px;
  }


.navbar .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .drop-down li {
  min-width: 150px;
  position: relative;
}

.navbar .drop-down ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: #2d405f;
}

.navbar .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #3b4ef8;
}

.navbar  .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.navbar .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.navbar .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.navbar .drop-down .drop-down > a {
  padding-right: 35px;
}



@media (max-width: 1366px) {
  .navbar .drop-down .drop-down ul {
    left: -90%;
  }
  .navbar .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .navbar .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

  .login a:before{
  content: "\ec8e";
  font-family: IcoFont;
  padding-left: 5px;
  }

  .login a{
  color:red;
  
  }

/*==================================
=            上部图片                =
==================================*/
  
  .banner-area{
   /* background: #4776e6; */
position: relative;
  }
  .banner-text .top {
    font-weight: 400;
    margin-bottom: 30px;
  }
  .banner-text .slogan {
    font-weight: 700;
    margin-bottom: 25px;
  }
  .banner-text .slogan span {
    display: block;
    font-weight: 400;
    padding-top: 5px;
  }
  .banner-text p {
    margin-bottom: 35px;
    color: #fff;
  }
  .banner-text .btn.btn-border {
    color: #fff;
    margin-left: 30px;
  }
  .banner-text .btn.btn-border:hover {
    color: #303030;
  }

/*==================================
=            上部搜索框                =
==================================*/
  .container_js {
    position: relative;
    padding: 3em;
    min-width: 300px;
    width: 55%;

    text-align: center;
    margin:0 auto;
    top: 30%;
  }

 .sudy-tab {}
 .sudy-tab .tab-menu { height:38px; line-height: 40px; overflow: hidden;} 
 .sudy-tab ul{
  margin-bottom: 0px;
 }
 .sudy-tab .tab-menu li {
    top: 1px;
    position: relative;
    display: block;
    float: left;
    border-radius: 10px 10px 0 0;
    background: rgba(255,255,255);
    line-height: 2em; 
    padding: 0 1em;
    text-decoration: none;
    color: #000;
    margin-top: .5em;  
    margin-right: 1px;
    /*transition: background .2s ease, line-height .2s ease, margin .2s ease;background: rgba(0,0,0,.25); */
    width:20%;
    border: 1px solid rgba(0,0,0,.30);

  }
 .sudy-tab .tab-menu li.selected {  
    background:#2d405f;
    color: white;
    *line-height: 2.5em; 
    margin-top: 0;
    font-size: 18px; 
    font-weight:bold;
    width:30%;
    border: 1px solid rgba(0,0,0,.30);
  }
 .tab-list input {
    width:60%;
    height:50px;
    font-size:18px;
    margin-bottom: 15px;
    margin-top:60px;
    padding: 0 15px;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    vertical-align: top;
   }
  .tab-list input[type="submit"] {
    width:20%;
    padding: 0 15px;
    border: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-weight: bold;
    background: #4776e6;
    vertical-align: top;
    color:#fff;
   }
  .tab-list input[type="submit"]:hover{
   background: #f6f6f6;
   color:#000;
  }
  .tab-list {
    position: relative;
    border: 1px solid rgba(0,0,0,.00);
    /*margin-top: 2.5em; */
    border-radius: 0px 10px 10px 10px; 
    height: 180px;
    background: rgba(255, 255, 255, 0.25);
  }
  .tab-list section {
    opacity: 0;
    height: 0;
    padding: 0 1em;
    overflow: hidden;
    transition: opacity 0.4s ease, height 0.4s ease;   
  }
  .tab-list section.active {
    opacity: 1;
    height: auto;
    overflow: visible;
  }


/*==================================
             最近动态
==================================*/ 
   .lastest-news{
    background: #f6f6f6;
    padding: 50px 0; 
  }
   .lastest-news .container{
    width: 100%;
  }
  .section-title h2 {
    font-weight: 600;
    position: relative;
    margin-bottom: 60px;
  }
  .section-title h2 span {
    position: absolute;
    bottom: -21px;
    left: 44%;
    font-size: 5px;
    padding: 0 8px;
  }
  .lastest-news .single {
    margin-bottom: 30px;
  }
  .lastest-news .single h3 {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 24px;
  }
 .lastest-news h3 {
  font-weight: 400;
  padding: 5px 15px 10px 15px;
  font-size: 18px;
  font-weight: 600;
  color: #2d405f;
  text-align: left;
}
  .lastest-news #h11{
   margin-left: 20px;
  }
  .lastest-news #h13{
   text-align: left;
   font-size:14px;
   overflow: hidden;
   white-space:nowrap;
   line-height: 30px;
  }
  .lastest-news .right img {
    margin-top: -40px;
  }

.section-title h2 span:after {
    content: '';
    position: absolute;
    display: block;
    width: 80px;
    height: 3px;
    background: #aabbd7;
    bottom: 0;
    left: calc(50% + 20px );
}

.section-title h2:before {
  content: "\eaea";
  font-family: IcoFont;
  padding-left: 5px;
  margin-right: 20px;
  font-size:22px;
  color:#466393;
}

.introduction-img_area {
  background-color: rgba(0, 238, 238, 0.8);
  border-radius: 5px;
  margin-right: 50px;
}

 .inner-img {
 /* -webkit-box-shadow: 0 10px 37px 0 rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 37px 0 rgba(0, 0, 0, 0.23); */
  border-radius: 5px;
  margin-left:1px;
  margin-right:1px;
  margin-top:20px;
  overflow: hidden;
}

 .newsbg{
  margin-left:10px;
  margin-right:20px;
  border-radius: 5px;
  padding:20px;
  /* background-color:#fff;
  -webkit-box-shadow: 0 10px 37px 0 rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 37px 0 rgba(0, 0, 0, 0.23); */
}
/*==================================
             信息服务
==================================*/
  .inf-service{
    background: #f2f2f2;
    padding: 50px 0;
  }

 .inf-service h2:before {
  content: "\ed19";
  font-family: IcoFont;
  padding-left: 5px;
  margin-right: 20px;
  font-size:22px;
  color:#466393;
}
/*==================================
             特色资源
==================================*/
  .characteristic{
    background: #4776e6;
    padding: 50px 0;
  }

  .characteristic1{
    background: #fff;
    padding: 50px 0;
  }
 .characteristic h2 {
  color:#fff;
}

 .characteristic h2:before {
  content: "\ead7";
  font-family: IcoFont;
  padding-left: 5px;
  margin-right: 20px;
  font-size:22px;
  color:#fff;
}
 .characteristic .cha-iconbox{
  
  position: relative;
  overflow: hidden;
  
  transition: all 0.3s;
  border-radius: 5px;
  text-align: center;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.75));
}


 .characteristic .cha-icon{
  margin-bottom: 15px;
}
 .characteristic .cha-title {
  position: absolute;
  width: 100%;
  font-weight: 700;
  bottom: 0px;
  padding-bottom: 5px;
  padding-top: 10px;
  color:#fff;
  font-size: 18px;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(6, 6, 6, 0.95));
  text-shadow:10px 10px 10px rgba(0,0,0,0.7);
}
   
 .characteristic .cha-iconbox:hover{
  transform: scale(1.18);
}


/*==================================
             数字资源
==================================*/
  .Digital{
    background: #fff;
    padding: 50px 0;
  }
  .Digital .container{
    width: 90%;
  }
  .Digital .box {
  padding: 20px;
  background: #f6f6f6;
  text-align: left;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
 .Digital h2:before {
  content: "\ef65";
  font-family: IcoFont;
  padding-left: 5px;
  margin-right: 20px;
  font-size:22px;
  color:#466393;
}
 .Digital .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2d405f;
}
  .Digital .featured {
  background: #466393;
  box-shadow: none;
  color:#fff;
}
  .Digital .featured h3{
  color:#fff;
}
.Digital .box:hover{
  -webkit-box-shadow: 0 10px 37px 0 rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 37px 0 rgba(0, 0, 0, 0.23);
  background: #fff;
}
.Digital .featured:hover{
  -webkit-box-shadow: 0 10px 37px 0 rgba(0, 0, 0, 0.23);
          box-shadow: 0 10px 37px 0 rgba(70, 99, 147, 0.53);
 background: #4776e6;
}
.Digital  ul li{
 line-height: 50px;
 border-bottom: 1px dashed #b7b4b4;
 font-size:16px;
 text-align: left;
 overflow: hidden;
 white-space:nowrap;
   }
.Digital .cn-left ul li{
 line-height: 50px;
 border-bottom: 1px dashed #b7b4b4;
 font-size:16px;
 text-align: left;
 overflow: hidden;
 white-space:nowrap;
   }

 .Digital .featured ul li{
  color:#fff;
  line-height: 50px;
  border-bottom: 1px dashed #E8E8E8;
}

 .Digital .featured ul li a{
  color:#fff;

}
  .Digital ul li:before {
  content: "\ea79";
  font-family: IcoFont;
  padding-left: 15px;
  padding-right:15px;
}
 .Digital .cn-left{
  width:50%;
  float:left;
 }
 .Digital .cn-right{
  width:50%;
  float:right;
 } 

/*==================================
             信息服务
==================================*/
  .inf-service{
    background: #f2f2f2;
    padding: 50px 0;
  }

 .inf-service h2:before {
  content: "\ed19";
  font-family: IcoFont;
  padding-left: 5px;
  margin-right: 20px;
  font-size:22px;
  color:#466393;
}

 .inf-service .content-item {
  padding: 40px;
  border-left: 1px dotted #bbb9b9;
  border-bottom: 1px dotted #bbb9b9;
  margin: -1px;
  overflow: hidden;
  white-space:nowrap;
}
 .inf-service .row {
  overflow: hidden;
}
 .inf-service .content-item h4 {
  font-weight: 600;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: #2d405f;
}
 .inf-service .content-item p {
  color: #000;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
 .inf-service .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  transition: all 0.3s;
  border-radius: 5px;
  text-align: center;
}
.inf-service .icon i {

}
.inf-service .content-item h4:before {
    content: "\ea69";
    font-family: IcoFont;
     padding-right: 5px;
}
.inf-service .icon {
    margin-bottom: 15px;
}
/*==================================
             底部区域 
==================================*/

  
  .footer-area {
    background: #2d405f;
    padding: 20px 0 30px;
    font-size:14px;
  }
  .short-text a img {
    margin-bottom: 20px;
  }
  .footer-area .short-text p {
    color: #fff;
    margin-bottom: 10px;
    float:none;
    font-size:14px;
  }

   .footer-area .short-text ul li a{
    color: #fff;
    text-decoration:none;
  }
   .footer-area .short-text ul li {
    float: left;
    color: #fff;
    margin-bottom: 10px;
  }

  .footer-area .container{
  width:90%;
  }
/*==================================
            右侧浮动
==================================*/

.right-navs{
  position:fixed;
  top:55%;
  right:1px;
  z-index:99;
  width:80px;
  padding-right:100px;
}

.right-navs ul li{
  height: 60px;
  position: relative;
  left: 8px;
  color:#f00;
}

.right-navs ul li a{
   text-decoration:none;
}

.right-navs ul li a p{
  border-radius: 18px;
  width: 87px;
  padding-left: 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.78); 
  background-color: rgba(255,255,255,0.3);
}

.right-navs ul li a p:hover {
  color: #FFFFFF;
  background-color: #2d405f;
}

.right-robot{
  position:fixed;
  top:88%;
  right:1px;
  z-index:99;
  width:80px;
  padding-right:100px;
}

.right-robot ul li a p{  
  width: 87px;
  height: 92px;
  background-image: url(../images/robot2023-1.gif); 
}

.right-airobot{
  position:fixed;
  top:38%;
  right:30px;
  z-index:99;
  width:140px;
  padding-right:100px;
}

.right-airobot ul li a p{  
  width: 140px;
  height: 140px;
  background-image: url(../images/adongtai8.gif); 
}
/*==================================
        display页面        
==================================*/
  #banner-display{
    background-image: url(../images/lib1.jpg);
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
    color: #000;
    height: 300px;
  }

  .details{
    background: #fff;
    padding: 50px 0;
    /*width: 100%;
    min-height: 700px;
    background-color: #f2f5f8; */
  }
  .details .container{
    width: 80%;
  }

   .details h3 {
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
  }
 .details-title h2{
  font-weight: 600;
  font-size:22px;
  color:#466393;
}

 .details-text{
  font-size: 16px;
  text-align: left;
}


/*==================================
        listcolumn页面        
==================================*/
.list-content{
  padding-top: 50px;
  padding-bottom: 100px;
}


.news-topic{ 

    padding: 20px;
  }

.news-topic h2{ 
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 45px;
  }

  .list-content .container{
    width: 80%;
  }

  .entry-meta{
  font-size: 18px;
}
.wp_article_list .list_item {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dashed #ddd;
    vertical-align: bottom;
}
/*==================================
        多图切换     
==================================*/
.dtjt9_div_text a:link{font-size:18px;}
.dtjt9_div_text .dtjt9_div_text_title{height: 55px;}

/*==================================
        data表格     
==================================*/
.data1 {border:1px solid #D0D0D0;	/* 表格边框 */
	font-family:Arial;
	border-collapse:collapse;	/* 边框重叠 */
	background-color:#F9FAFD;	/* 表格背景色 */
	font-size: 12pt;
        line-height: 30px;}
.data1 td.altrow{
	background-color:#F0F0F0;	/* 隔行变色 */
}
.data1 td{
	border:1px solid #D0D0D0;	/* 单元格边框 */
	text-align:left;
	padding-top:4px;
	padding-bottom:4px;
	padding-left:10px;
	padding-right:10px;
	color: #000;
}
/*==================================
        滚动新闻黑点     
==================================*/
.wp_article_list .list_item .Article_Index {
    margin-top: 13px;
}
