.tm-banner {
  height: 498px;
  background: url(../images/tm-banner.jpg) center center no-repeat;
  background-size: cover;
  margin: 0;
  color: white;
  position: relative;
  z-index: 0;
}
.tm-banner .text-box {
  margin-top: 150px;
  margin-left: 20px;
}
.tm-banner .text-box h3 {
  font-size: 40px;
}
.tm-banner .text-box p {
  font-size: 16px;
}
.tm-banner .text-box a {
  display: inline-block;
  font-size: 16px;
  color: white;
  border: 1px solid white;
  padding: 8px 40px;
  margin-top: 20px;
}
.tm-banner .text-box a:hover {
  color: blue;
  background-color: white;
}
.tm-product {
  padding: 50px 0;
  background-color: #ffffff;
}
.tm-product h2 {
  margin-bottom: 40px;
}
.tm-product .col-sm-2 {
  padding: 0;
  border-right: 3px solid #f6f6f6;
}
.tm-product .thumbnail {
  border: none;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 10px;
}
.tm-product .thumbnail img {
  height: 60px;
}

.tm-product .thumbnail p {
  font-size: 13px;
}
.tm-banner2 {
  height: 498px;
  background: url(../images/tm-07.jpg) center center no-repeat;
  background-size: cover;
  margin: 0;
  color: white;
}
.tm-banner2 h3 {
  font-size: 30px;
}
.tm-banner2 ul {
  margin-top: 20px;
  font-size: 16px;
  padding-left: 18px;
  list-style-type: square;
}
.tm-banner2 .text-box {
  margin-top: 160px;
}
.tm-banner2 img {
  margin-top: 30px;
}
.tm-frame {
  padding-top: 80px;
  padding-bottom: 30px;
}
.tm-frame h3 {
  font-size: 30px;
  text-align: center;
}
.tm-frame ul {
  width: 600px;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 16px;
  line-height: 2em;
}
.tm-frame img {
  margin-top: 20px;
  margin-left: 30px;
  width: 90%;
}
.tm-banner2.tm-banner3 {
  height: 498px;
  background: #051338;
  margin: 0;
  color: white;
  overflow: hidden;
}
.tm-banner3 img {
  width: 170%;
  position: relative;
  left: -320px;
}
.tm-banner3 .text-box {
  position: relative;
  z-index: 1;
}
.tm-tech {
  text-align: center;
  padding: 50px 0;
  background-color: #f6f6f6;
}
.tm-tech h3 {
  font-size: 30px;
}
.tm-tech img {
  margin-top: 20px;
  width: 90%;
}
.site h3 {
  margin-bottom: 20px;
}
.site {
  padding: 50px 0;
  /* background: url(../images/tm-11.jpg) center center no-repeat; */
  background-color: #111111;
  background-size: cover;
  margin: 0;
  color: white;
}
.site a {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 45px;
  color: white;
  border: 1px solid white;
}
.site a:hover {
  color: blue;
  background: white;
}

.pd-download {
 padding:50px 0;
}
.pd-download h3 {
  text-align: center;
  font-size: 30px;
}
.pd-download .row {
  margin-top: 30px;
  margin-bottom: 30px;
}
.pd-download .pd-download-box {

  padding: 10px 0;
  background-color: white;
  transition: all 0.3s;
  position: relative;
  background: linear-gradient(180deg, #F4F6F9 0%, #FEFEFF 100%);
  box-shadow: 0px 2px 16px 0px rgba(230, 237, 247, 0.7);
  border: 1px solid #FFFFFF;
  font-size: 36px;
  margin-bottom: 30px;
}
.pd-download .pd-download-box:hover {
  margin-top: -6px;
  box-shadow: 1px 1px 15px grey;
}
.pd-download .pd-download-box .head h4 {
	font-size: 16px;
	color:#111111;
	font-weight:600;
  }
.pd-download .pd-download-box .head span {
  display: inline-block;
  font-size: 14px;
  color:#333333;
  border-radius: 20px;
}
.pd-touzi {
	background-color: #F7F7F9;
}
.pd-touzi h3{
	font-size:30px;
	margin-bottom:0;
}
.pd-touzi p{
	margin-bottom: 30px;
}
.pd-touzi{
	text-align: center;
	line-height: 55px;
	padding-top:40px;
	padding-bottom:80px;
}
.pd-touzi .row{
	margin-bottom: 20px;
}
.pd-touzi img{
	width:100%;
	
	display: inline;
}
.pd-service{
	padding-top:30px;
	background-color: #F7F7F9;
}
.pd-service  h3 {
	text-align: center;
	font-size: 30px;
}
.pd-service .content-box{
    display: flex;
	justify-content: space-between;
    flex-flow: wrap;
    align-items: center;
	margin-top:30px;
}
.pd-service .content-box .item {
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.pd-service .content-box .line {
    display: inline-block;
    width: 168px;
    height: 1px;
    background-color: #222B3B;
    margin-bottom: 10px;
}
.pd-service  .footer {
	margin:30px 0;
}
.pd-service  .footer .btn {
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3172F2;
    border-radius: 2px;
    transition: all .3s ease-in-out;
	color:#ffffff;
	margin:auto;
	margin-bottom:30px;
}