* {
  box-sizing: border-box;
}

/****** body & common ******/

body {
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 11pt;
  color: #6E6E6C;
  /* background: url(../images/bg.jpg) repeat-x #FFF; */
  background: url(../images/bg.jpg) 100% 0 no-repeat;
  background-size: auto auto;
  background-size: 37%;
}

.body-wrapper {
  width: auto;
  max-width: 1920px;
  _width: 1920px;		
  margin: 0 auto;
}

A:link, A:visited {
  outline: none;
  text-decoration: none;
}

/*
A:link, A:visited {
  font-family: Verdana;
  font-size: 9pt;
  outline: none;
  text-decoration: underline;
  color: #289DF7;
}

A:hover {
  text-decoration: none;
}
*/

.clear {
  clear: both;
}

.black {
  color: #262626;
}

.gray {
  color: #666666;
}

.deep-blue {
  color: #003366;
}

.slight-blue {
  color: #00b8e6;
}

.slight-blue-line {
  width: 100%;
  height: 5px;
  background-color: #0088cc;
}

.thin-gray-line {
  width: 100%;
  height: 1px;
  background-color: #d3d3d3;
}

.thick-gray-line {
  width: 100%;
  height: 2px;
  background-color: #d3d3d3;
}

.title-bold {
  font-weight: bold;
  font-size: 25px;
}

.title-1 {
  font-weight: 500;
  font-size: 40px;
}

.title-2 {
  font-weight: 600;
  font-size: 20px;
}

.title-3 {
  font-weight: bold;
  font-size: 14px;
}

ul {
    list-style: none; /* Remove HTML bullets */
    padding: 0;
    margin: 20px 0;
}

li { 
    padding-top: 10px; 
	font-size: 16px;
}

li::before {
    content: "•"; /* Insert content that looks like bullets */
    color: red; /* Or a color you prefer */
    padding-right: 16px;
	font-size: 24px;
}

.image-note {
  font-style: italic;
}

/****** header ******/

.header {
  width: 100%;
  height: 535px;
  margin-bottom: 10px;	
  background: url(../images/banner_1.jpg) center bottom no-repeat #FFFFFF; 	
}

.header.hide-header {
  height: 180px;
  background: none;
}

.header-menu {
  height: 60px;
  background: url(../images/menu_bg.png) center top no-repeat #FFFFFF;
  background-color: transparent;
}

.menu-container {
  height: 50px;
  margin-top: 25px;
  float: right;
}

.menu-container span {
  margin-right: 30px;
  color: white;
  font-weight: bold;
  font-size: 16px;
}

.menu-container .tm-itemS {
  color: yellow;
}

.header-logo {
  width: 500px;
  position: absolute;
  left: 0;
  z-index: 1;
}

.header-logo img {
  width: 100%;
}

.responsive-menu-trigger {
  float: right;
  height: 70px;
  width: 70px;
  cursor: pointer;
  display: none;
}

.responsive-menu-trigger span {
  display: block;
  width: 35px;
  height: 5px;
  margin: 5px auto;
  background: #3be5c3;
}

.responsive-menu-trigger:hover span {
  background: #30b49a;
}

.responsive-menu-trigger span:first-child {
  margin-top: 22px;
}

.header .responsive-menu-container {
  display: none;
  width: 100%;
  position: absolute;
  right: 0;
  top: 59px;
  z-index: 11;
  transition: top .5s;
}

.responsive-menu-container a {
  display: block;
  text-align: right;
  padding: 10px 15px 10px 5px;
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 1px solid #C3C3C3;
  text-decoration: none;
  color: #FFF;
}

.responsive-menu-container A:hover {
  background: rgba(0,0,0,0.7);
}

/****** content ******/

.content {
  display: block;
  /* max-width: 1400px; */
  margin: 0 auto;
}

.content span {
  display: block;
}

.content img {
  width: 100%;
}

.content-l {
  width: 65%;
  float: left;
  padding-right: 40px;
}

.content-r {
  width: 35%;
  float: left;
  padding: 80px 150px 80px 40px;
}

.about-top-blue-line {
  width: 80%;
  margin-left: 200px;
  margin-bottom: 10px;
}


.h-content-l {
  width: 55%;
  float: left;
  padding-right: 40px;
}

.h-content-r {
  width: 45%;
  float: left;
  padding: 80px 150px 80px 40px;
}

/****** content: left ******/

/*
.content-l-header, .content-l-body {
  max-width: 800px;
}
*/

.content-l-p1 {
  margin-top: 10px;
  margin-bottom: 30px;
}

.content-l-header span {
  /* float: left; */
  display: inline-block;
}

.content-l-header span img {
  width: 31px;
  height: 31px;
  margin-top: 0;
}

.content-l-header {
  margin-left: 200px;
  margin-bottom: 30px;
}

.content-l-desc, .content-l-body {
  margin-left: 230px;
  margin-bottom: 30px;
}

.content-l-hd-ttl {
  margin-top: 10px;
}

.social-media-icon {
}

.social-media-icon img {
	width: auto;
	height: 40px;
}

.article-item {
  margin: 20px 0;
}

.article-pic img {
  display: block;
  width: 260px;
}

.article-pic, .article-body {
  float: left;
}

.article-body {
  padding: 0 20px;
}

.article-title, .article-cate, .article-desc, .article-date {
  margin: 20px 0;
}

.article-pager {
  min-width: 530px;
  height: 55px;
  padding: 10px 0px 5px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #E1E1E1;
  display: inline-block;
}

.pager-button, .pager-button-gap {
  float: left;
  padding: 0 5px;
}

.pager-button {
  border-radius: 5px;
  background-color: #E1E1E1;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  min-width: 50px;
  margin-right: 10px;
}

.content-bar-1, .content-bar-2 {
  width: 380px;;
  height: 35px;
  font-weight: bold;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  color: #FFF;
}

.content-bar-1 {
  background: url(../images/history_b1.png) right bottom no-repeat #FFFFFF;
}

.content-bar-2 {
  background: url(../images/history_b2.png) right bottom no-repeat #FFFFFF;
}

.history-personnel{
    margin-top: 20px;
    /*width: 25%;
    text-align: center;*/
}

.history-personnel-item title{
   display:block;
   font-weight: bold;
   margin-bottom: 10px;
   color: #000;
   font-size: 14pt;
}

.history-personnel-item img{
    max-width:500px;
}

.history-personnel-item p{

}

/****** content: right ******/

.content-news-section {
  margin: 40px 0;
}

.news-item, .link-item {
  margin: 40px 0;
}

.news-date {
  margin: 20px 0;
}

.news-body, .news-more {
  margin: 20px 40px 20px 20px;
}

.news-date img {
  width: 6px;
  height: 8px;
  margin-right: 12px;
}

.left-img-1 {
  width: 5px; 
  height: 150px;
  float: left;
  margin-right: 25px;
}

.left-img-2 {
  width: 5px; 
  float: left;
  margin-right: 25px;
}

.right-content {
  overflow: hidden;
}

/****** footer ******/

.footer {
  width: 100%;
  border-style: solid;
  border-width: 2px 0 0 0;
  border-color: #E1E1E1;
  background-color: #F9F9F9;
  padding: 20px 20px;
}

.ft-left {
  width: 70%;
  float: left;
  padding: 20px 20px;
}

.ft-right {
  width: 30%;
  float: left;
}

.ft-left-top {
  padding-bottom: 100px;
}

.ft-sitemap {
  width: 40%;
  float: left;
}

.ft-sitemap-title, .ft-contacts-title {
  margin-bottom: 30px;
}

.ft-sitemap-column {
  width: 50%;
  min-width: 180px;
  float: left;
}

.ft-sitemap-column span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  color: #6E6E6C;
}

.ft-contacts {
  width: 60%;
  float: left;
}

.ft-contacts-column {
  width: 50%;
  min-width: 300px;
  float: left;
}

.ft-contacts-column span {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}

.ft-contacts-column .ft-phone {
  font-size: 18px;
}

.ft-left-bottom span {
  margin-right: 60px;
}
.ft-left-bottom a {
  text-decoration: none;
  color: inherit;
}

.footer-logo {
  width: 80%;
  max-width: 300px;
}

.footer-logo img {
  width: 100%;
}


/****** When screen changes ******/

@media (max-width: 1680px) {
  
}

@media (max-width: 1600px) {
  
}

@media (max-width: 1440px) {
  
}

@media (max-width: 1366px) {
  .header {
    height: 500px;
	background-position: center top;
  }

  .content-l-header {
    margin-left: 160px;
  }
  
  .content-l-desc, .content-l-body {
    margin-left: 190px;
  }
  
  .content-r {
    padding-right: 120px;
    padding-left: 30px;
  }

  .about-top-blue-line {
    margin-left: 160px;
  }
}

@media (max-width: 1280px) {
  .header {
    height: 450px;
	background-position: center top;
  }

  .content-l-header {
    margin-left: 120px;
  }
  
  .content-l-desc, .content-l-body {
    margin-left: 150px;
  }
  
  .content-r {
    padding-right: 90px;
    padding-left: 20px;
  }

  .title-1 {
    font-size: 35px;
  }

  .about-top-blue-line {
    margin-left: 120px;
  }

}

@media (max-width: 1024px) {
  .header {
    height: 400px;
	background-position: center top;
  }
	
  .menu-container {
    display: none;
  }

  .responsive-menu-trigger {
    display: block;
  }

  .content-l-header {
    margin-left: 90px;
  }
  
  .content-l-desc, .content-l-body {
    margin-left: 120px;
  }
  
  .content-r {
    padding-right: 10px;
  }

  .title-1 {
    font-size: 30px;
  }

  .about-top-blue-line {
    margin-left: 90px;
  }
}

@media (max-width: 960px) {

  .content-l, .h-content-l {
    width: 100%;
    padding-right: 80px;
  }
  
  .content-r, .h-content-r {
    width: 100%;
    padding: 40px 80px 40px 100px;
  }

  .content-l-header {
    margin-left: 90px;
  }
  
  .content-l-desc, .content-l-body {
    margin-left: 90px;
  }

  .content-l-header span img {
    display: none;
  }

  .ft-left {
    width: 100%;
  }
  
  .ft-right {
    display: none;
  }

  .about-top-blue-line {
    margin-left: 90px;
  }
}

@media (max-width: 820px) {
  .title-3 {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .ft-left-bottom span {
    margin-right: 0;
  }
}

@media (max-width: 768px) {

  .content-l, .h-content-l {
    padding-right: 60px;
  }
  
  .content-r, .h-content-r {
    padding: 40px 60px 40px 80px;
  }

  .content-l-header {
    margin-left: 60px;
  }
  
  .content-l-desc, .content-l-body {
    margin-left: 60px;
  }
  
}

@media (max-width: 568px) {

  .content-l, .h-content-l {
    padding-right: 40px;
  }
  
  .content-r, .h-content-r {
    padding: 40px 40px 40px 60px;
  }

  .content-l-header {
    margin-left: 40px;
  }
  
  .content-l-desc, .content-l-body {
    margin-left: 40px;
  }

  .ft-sitemap {
    width: 100%;
  }
  
  .ft-contacts {
    width: 100%;
	margin-top: 30px;
  }
  .header-logo {
    width: 75vw;
    top: 30px;
  }
}

@media (max-width: 480px) {
	
  
}

@media (max-width: 360px) {

  .content-l, .h-content-l {
    padding-right: 20px;
  }
  
  .content-r, .h-content-r {
    padding: 40px 20px 40px 40px;
  }

  .content-l-header {
    margin-left: 20px;
  }
  
  .content-l-desc, .content-l-body {
    margin-left: 20px;
  }
  .ft-contacts-column {
    min-width: 83vw;
  }
}
