/* Custom style goes here */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, img {
    margin: 0;
    padding: 0;
}
/*
html {
  font: normal 14px / 20px Microsoft Yahei, "微软雅黑", SimSun,"宋体",STHeiti,"华文细黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  background: #ffffff;
  color: #444444;
}

body{
	font-family: Arial, Microsoft Yahei, "微软雅黑", SimSun,"宋体",STHeiti,"华文细黑",sans-serif;
}
*/
#header-info{
	height: 40px;
	padding-top: 10px;
  color: #FFFFFF;
}

#logo-info{
  height: 55px;
  background: #eeeeee;
  color: #444444;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#menu-icon{
	padding-left: 3px;
}

.tm-header-bg{
  background: #000000;
}

.tm-menu-bg{
  background: #eeeeee;
}

/* ----- socal-icon ----- */
#socal-icon{
	margin: 0;
  	padding: 0;
  	list-style: none;
 	float: right;
}
#socal-icon > li {
  float: left;
  position: relative;
}
#socal-icon > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  height: 40px;
  padding: 0 15px;
  line-height: 20px;
  color: #444444;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-top: -1px;
  margin-left: -1px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  text-shadow: 0 1px 0 #ffffff;
}
#socal-icon > li > a[href='#'] {
  cursor: text;
}
#socal-icon > li:hover > a,
#socal-icon > li > a:focus,
#socal-icon > li.uk-open > a {
  background-color: #eeeeee;
  color: #4db6ac;
  outline: none;
  position: relative;
  z-index: 1;
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
  border-top-color: #eeeeee;
}
#socal-icon > li > a:active {
  background-color: #eeeeee;
  color: #444444;
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
  border-top-color: #eeeeee;
}
#socal-icon > li.uk-active > a {
  background-color: #eeeeee;
  color: #4db6ac;
  border-left-color: rgba(255, 255, 255, 0);
  border-right-color: rgba(255, 255, 255, 0);
  border-top-color: #eeeeee;
}

.tm-mobile-header{
  color: #000000;
}

/* ----- custom footer ----- */
.tm-footer{
	padding-bottom: 5px;
}
.tm-footer-icon i {
	padding-right: 5px;
}

.tm-foot-list{
  padding: 0;
  list-style: none;
}
.tm-foot-list li{
  float: left;
  padding-right: 3%;
}

.tm-block {
  position: relative;
  box-sizing: border-box;
  margin-top: 40px;
  margin-bottom: 20px;
}


/* ----- slideshow ----- */
/*.tm-home-slideshow .uk-slideshow-fullscreen{
  max-height: calc(100vh - 121px);
}*/
.tm-slideshow-container{
	padding-top: 20px;
	padding-bottom: 20px;
}

/* ----- tm-article ----- */
.tm-article{
	margin-left: 25px;
	margin-right: 25px;
}
.tm-article p{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.tm-article h1 {
	padding-top: 20px;
	padding-left: 33px;
}
.tm-article ul li{
	padding-top: 20px;
	padding-left: 33px;
}
.tm-article dl{
  margin-left: 25px;
  margin-right: 25px;
}
.tm-article dl dd{
  font-size: 15px;
  color: #646464;
  padding-top: 5px;
}

.tm-article strong{
  font-size: 18px;
}

.tm-mobile-article{
  margin-left: 25px;
  margin-right: 25px;
}
.tm-mobile-article p{
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.tm-mobile-article h1 {
  padding-top: 20px;
  padding-left: 33px;
}
.tm-mobile-article ul li{
  padding-top: 5%;
  padding-left: 0;
}
.tm-mobile-article dl{
  margin-left: 25px;
  margin-right: 25px;
}
.tm-mobile-article dl dd{
  font-size: 15px;
  color: #646464;
  padding-top: 5px;
}

.tm-mobile-article strong{
  font-size: 18px;
}


/* ----- tm-info-space ----- */
.tm-info-space{
	padding-left: 20px;
	float: left;
}
.tm-info-space p{
	padding-bottom: 10px;
}

.tm-case{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* ----- tm-thumbnail ----- */
.tm-thumbnail{
	background-color: #c2d6d6;
}

/* ----- Baidu Map -----*/
#office-location{
  height: 400px;
}

/* ----- tm-know-space ----- */
.tm-know-space{
  padding-left: 20px;
}


/* ----- tm-table ----- */
.tm-table{
  padding: 0 100px;
}
.tm-table tr th,
.tm-table tr td {
 padding-left: 15px;
 text-align: center;
}
.tm-table thead{
  /*background: #c2d6d6;*/
  background: #0070C0;
  color: #FFFFFF;
}
.tm-table tr td i{
  padding-left: 15px;
  padding-right: 15px;
  color: #c2d6d6;
}
.tm-table-chart{
  margin: 20px 0;
}
.tm-mobile-table thead{
  /*background: #c2d6d6;*/
  background: #0070C0;
  color: #FFFFFF;
}
.tm-mobile-table th,
.tm-mobile-table td
{
  text-align: center;
}
.tm-mobile-table tr td i{
  color: #0070C0;
}

/* ----- tm-pic-center -----*/
.tm-pic-center{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* ----- tm-pic-border -----*/
.tm-pic-border {
  padding: 4px;
  border: solid 2px #E3E3E3;
  width: 100%;
  text-align: center;
  display: inline-block;
}

.tm-pic-border img{
  background-color: #eeeeee;
}

/* ----- tm-pic-bottom -----*/
.tm-pic-bottom{
  padding-top: 7%;
}

.tm-pic-bottom img{
  vertical-align: bottom;
  padding: 3%;
}

/* ----- uk-list ol ----- */
.uk-list ol{
  margin: 0px;
  padding-left: 3%;
  list-style-type: disc;
}

/* ----- tm-category-icon ----- */
.tm-category-icon{
  width: 330px;
}


/* ----- tm-ver-table -----*/
.tm-ver-table{
  overflow-x: scroll;
}
.tm-ver-table th{
  text-align: center;
}
.tm-ver-td1{
  background-color: #C5D9F1;
}
.tm-ver-td2{
  background-color: #F8BC77;
}
.tm-ver-td3{
  background-color: #FFE48C;
}
.tm-ver-td4{
  background-color: #62A8FF;
}
.tm-ver-td5{
  background-color: #BFBFBF;
}
.tm-ver-td6{
  background-color: #FF0000;
}
.tm-ver-td7{
  background-color: #1BCE04;
}


/* ----- tm-sealing-pic -----*/
.tm-sealing-pic img{
  width: 20%;
  margin-left: 3%;
  margin-right: 3%;
}

/* ----- tm-mobile-sealing-pic -----*/
.tm-mobile-sealing-pic img{
  width: 55%;
}

/* ----- tm-sealing-label -----*/
.tm-label img{
  width: 10%;
}
.tm-mobile-sealing-label img{
  width: 15%;
}

/* ----- tm-bio-font -----*/
.tm-bio-font{
  color: #1382E2;
  font-weight: bold;
}

/* ----- tm-bio-table -----*/
.tm-bio-table th,
.tm-bio-table td{
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-collapse: collapse;
}

/* ----- tm-subtitle-color ----- */
.tm-subtitle-color
{
  background: #0070C0;
  color: #FFFFFF;
}