body {
  font-family: "Microsoft YaHei";}
.wrapper-banner {
  width: 100%;
  height: 200px;}
.container {
  width: 1250px !important;}

/* .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: #008170;
  min-width: 1250px;}

.logo {
  margin: 12px 0;}

.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: #046C5F;}

.menu {
  margin: 0;
  padding: 0;
  height: 48px;
  line-height: 48px;}

.menu-item {
  list-style-type: none;
  float: left;
  width: 122px;
  min-width: 114px;
  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:#008170;
  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;}