body {
    font-family: "Microsoft YaHei";
}

.wrapper-banner {
    width: 100%;
    height: 200px;
}

.container {
    width: 1250px !important;
}

a:focus,
a:hover {
    text-decoration: none;
}

/* .top-bar */

.top-bar {
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    font-size: small;
}

.top-bar-links a {
    color: #ffffff;
    margin: 0 4px;
}

.top-bar-links a:hover {
    color: #fca034;
}

/* header */

.header-container {
    background-color: #165aa1;
    min-width: 1250px;
}

.logo {
    margin: 12px 0;
    padding-top: 10px;
}

.logo-img {
    width: 691px;
    padding: 6px;
    float: left;
    margin-right: 12px;
    margin-left: 24px;
}

.logo-text {
    display: inline-block;
    color: #ffffff;
    margin-top: 6px;
}

.logo-text>span {
    display: block;
}

.logo-text>span:nth-child(odd) {
    font-size: 26px;
    font-weight: bold;
}

.logo-text>span:nth-child(even) {
    font-size: 16px;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande",
        "Lucida Sans", Arial, sans-serif;
}

.scroll-img {
    margin-top: 60px;
    float: right;
    margin-right: 20px;
}



.title {
    line-height: 160px;
    text-align: right;
}

.title a {
    color: #ffffff;
    margin: 0 6px;
}

/* menu */
.menu-container {
    min-width: 1250px;
    background-color: #0a3f76;
}

.menu {
    margin: 0;
    padding: 0;
    height: 48px;
    line-height: 48px;
}

.menu-item {
    list-style-type: none;
    float: left;
    padding: 0 21px;
    text-align: center;
    position: relative;
}

.menu-item>a {
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 18px;
}

.menu .sub {
    display: block;
    position: absolute;
    top: 48px;
    margin: 0 auto;
    z-index: 99;
    padding: 0 3px;
    background-color: #f1efef;
}

.menu .sub .box {
    padding: 0;
    text-align: center;
    width: 100%;
}

.menu .sub a {
    padding: 8px 12px;
    line-height: 20px;
    transition: .6s;
    font-size: 16px;
    color: #156b53;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 0.3rem;
    font-weight: normal;
    display: block;
}

.menu .menu-item .sub {
    display: none;
}

.menu .menu-item:hover .sub {
    display: block;
    transition: .6s;
}


.menu-item a:hover,
.menu-item-active>a {
    background-color: #29a7b3;
    color: #ffffff;
}

.sub-menu {
    display: none;

    background-color: #29a7b3;
    width: 100%;
    position: absolute;
    margin: 0;
    padding: 8px 0;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.sub-menu-item {
    list-style-type: none;
}

.sub-menu-item>a {
    height: 32px;
    line-height: 32px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
}

.sub-menu-item>a:hover {
    background-color: #0c5f67;
    color: #ffffff;
    font-weight: normal;
}




/* .footer */
.footer {
    background-color: #165aa1;
    padding: 16px 0;
    min-width: 1250px;
}






.footer-copyright img {
    float: left;
    width: 72px;
    padding-right: 8px;
    margin-top: 16px;
}

.footer-copyright p {

    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 15px;
}

/* .custom-nav */

.custom-nav {
    position: fixed;
    top: 200px;
    right: 0;
    text-align: left;
    background-color: darkorange;
}

.custom-nav a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    line-height: 24px;
    padding-left: 6px;
    font-size: 12px;
}

.custom-nav a:hover {
    background-color: #fca034;
}


/* links */

.links {
    background-color: #e6e6e6;
    margin-top: 10px;
    padding: 0px 10px;
    min-width: 1250px;
}

.links p {
    line-height: 30px;
}

.links .title {
    color: #19867B;
    line-height: 35px;
    font-size: 18px;
    font-weight: bold;
}


.links a {
    padding-right: 4px;
    font-size: 16px;
    color: #333333;
}



.links a:hover {
    color: #008170;
    text-decoration: none;
    font-weight: bold;
}

/* index.css 后续追加 */
/* .carousel-links */

.carousel-images img {
    width: 100%;
    height: 320px !important;}
  
  /* .carousel-news */
  
  .carousel-news img {
    width: 100%;
   
    height: 320px !important;}
  
  /* card */
  
  .card {
    width: 100%;
  
    padding: 12px;}
  
  .card-head {
    border-bottom: 1px solid #0a3f76;}
  
  .card-title {
    display: inline-block;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 19px;
    color: #000;
   border-bottom:2px solid  #0a3f76;}
  
  .card-extra {
    float: right;
    margin-right: 12px;
    padding: 12px 0;}
  
  .card-extra a {
    text-decoration: none;
    color: #333333;
    font-size: 14px;}
  
  .card-extra a:hover {
    color: #0c5f67;
    text-decoration: underline;}
  
  .card-body {
    margin: 12px 0;}
  .card-body img{
    float:left;margin-right:12px;}
  
  /* data-list */
  
  .data-list {
    margin: 0;
    padding: 0;}
  
  .data-item {
    line-height: 36px;
    list-style-type: none;
   border-bottom: 1px dotted #dddddd;}
  
  .data-item a {
    display: inline-block;
    color: #000000;
        font-size: 15px;}
  
  .data-item a:hover {
    text-decoration: none;
    color: #bf1b13;}
  
  .data-item span {
    font-size: 15px;
    float: right;
    color: #666666;}
  
  /* slider */
  
  .slider-wrapper {
    overflow: hidden;}
  
  .slider {
    float: left;
    width: 800%;}
  
  .slider-content {
    float: left;}
  
  /* .latest-news */
  .latest-news {
    border-bottom: 1px dashed #dddddd;}
  
  .latest-news a {
    color: #333333;
    text-decoration: none;}
  
  .latest-news a:hover {
    color: #bf1b13;}
  
  .latest-news h2 {
    font-size: 16px;
    font-weight: bold;}
  
  /* links 
  
  .links {
    background-color: #f6f6f6;
    color: #333333;
  }
  
  .links-content {
    line-height: 30px;
    font-size: 14px;
  }
  
  .links-content a {
    padding-right: 4px;
  }
  
  .links-content a:last-child {
    border-right: none;
  }
  
  .links-content a {
    color: #333333;
    text-decoration: none;
  }
  
  .links-content a:hover {
    color: #0c5f67;
    text-decoration: underline;
  }*/