﻿.home .header {
  width: 100%;
  height: 800px;
  background: url("../images/home-banner_1.png") no-repeat top center;
  background-size: auto;
  accelerator: 100%;
}
.home .header .menu {
  margin-bottom: 222.5px;
  overflow: hidden;
}
.home .header .menu .logo {
  padding: 10px 0px 0px 30px;
}
.home .header .menu .logo img {
  width: 203px;
  overflow: hidden;
}
.home .header .menu .navbar {
  overflow: hidden;
  margin-right: 30px;
  padding-top: 33px;
  font-size: 18px;
}
.home .header .menu .navbar li {
  float: left;
  margin-left: 35px;
}
.home .header .menu .navbar li a:link,
.home .header .menu .navbar li a:visited {
  color: #fff;
  text-decoration: none;
}
.home .header .menu .navbar li a:hover,
.home .header .menu .navbar li a.active {
  color: #2FBBF6;
}
.home .header .title {
  font-size: 52px;
  color: #fff;
}
.home .header .title-tit {
  padding-top: 40px;
  font-size: 24px;
  color: #fff;
}
.home .header .title-tit .marginT20 {
  margin-top: 20px;
}
.home .header .arrowhead {
  padding-top: 20px;
}
.home .layout {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 540px;
}
.home .layout .layout-box {
  width: 1200px;
  height: 540px;
  margin: 0 auto;
}
.home .layout .img-box {
  padding-left: 2%;
  width: 50%;
}
.home .layout .img-box img {
  width: 80%;
}
.home .layout .layout-tit {
  width: 523px; margin-top:55px;
}
.home .layout .layout-tit .t {
  font-size: 44px;
  font-weight: normal;
  line-height: 51px;
  color: #000;
  margin-bottom: 30px;
}
.home .layout .layout-tit .tit {
  color: #666;
  font-size: 20px;
  line-height: 32px;
  margin-top: 25px;
}
.home .layout .layout-tit .arrowhead {
  padding-top: 15px;
}
.home .intelligent-city {
  background: url("../images/intelligent-city_1.png") no-repeat  bottom #edeef0;
}
.home .intelligent-engineering {
  background: url("../images/intelligent-engineering_1.png") no-repeat bottom left #edeef0;
}
.home .intelligent-engineering .layout-tit {
  padding-left: 2%;
}
.home .intelligent-engineering .layout-tit .t,
.home .intelligent-engineering .layout-tit .tit {
  color: #fff;
}
.home .intelligent-office {
  background: url("../images/weilaibangongdi_1.png") no-repeat right center;
}
.home .intelligent-community {
  background: url('../images/intelligent-community_1.png') no-repeat left top #ECEFF1;
}
.home .intelligent-community .layout-tit {
  padding-left: 2%;
}
.home .intelligent-community .layout-tit .t,
.home .intelligent-community .layout-tit .tit {
  color: #fff;
}
.home .intelligent-household {
  background: url("../images/intelligent-household_1.png") no-repeat -200px bottom #ECEFF1;
}
.home .intelligent-product {
  background: url("../images/intelligent-product_1.png") no-repeat right center;
  background-size: auto 100%;
}
.home .intelligent-product .layout-tit .t,
.home .intelligent-product .layout-tit .tit {
  color: #fff;
}
.home .cooperative-partner .box {
  width: 820px;
  margin: 0 auto;
  padding-bottom: 75px;
}
.home .cooperative-partner .box .t {
  text-align: center;
  padding: 60px 0 60px;
  font-size: 40px;
  line-height: 40px;
  color: #333;
  font-weight: normal;
}
.home .cooperative-partner .box ul {
  overflow: hidden;
}
.home .cooperative-partner .box ul li {
  float: left;
  width: 164px;
  height: 131px;
  overflow: hidden;
}
.list1 {
  width: 90%;
  margin: 0px 5% 20px;
  overflow: hidden;
}
.list1 .list-box {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.list1 .list-box .t {
  position: absolute;
  display: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 44px;
  text-align: center;
  text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.2);
  filter: glow(color=black, strength=2);
}
.list1 .list-box .opacity {
  opacity: 0;
  position: absolute;
  width: 50%;
  height: 80%;
  top: 10%;
  left: 25%;
  padding: 5%;
  overflow: hidden;
  box-sizing: border-box;
  background: #000000;
  filter: Alpha(opacity=50);
  *zoom: 1;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
}
.list1 .list-box .opacity .title {
  font-size: 32px;
  margin-bottom: 10px;
}
.list1 .list-box .opacity .tit {
  font-size: 18px;
  line-height: 26px;
  max-height: 53%;
  overflow: hidden;
}
.list1 .list-box .opacity .link {
  position: absolute;
  right: 20px;
  bottom: 2%;
}
.list1 .list-box .opacity .link a:link,
.list1 .list-box .opacity .link a:visited {
  overflow: hidden;
  color: #fff;
  display: inline-block;
  height: 23px;
  line-height: 23px;
  font-size: 20px;
}
.list1 .list-box .opacity .link a:link span,
.list1 .list-box .opacity .link a:visited span {
  float: left;
}
.list1 .list-box .opacity .link a:link img,
.list1 .list-box .opacity .link a:visited img {
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 3px;
  margin-left: 7px;
}
.list1 .list-box img {
  display: block;
  border: 0;
  width: 100%;
}
.list1 .list-box:nth-child {
  margin-bottom: 0;
}
.list1 .list-box:hover .opacity {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.list2 {
  width: 90%;
  margin: 0px 5% 20px;
  overflow: hidden;
}
.list2 .list-box {
  margin-left: -10px;
  width: 50%;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.list2 .list-box .t {
  position: absolute;
  display: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 44px;
  text-align: center;
  text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.2);
  filter: glow(color=black, strength=2);
}
.list2 .list-box .opacity {
  opacity: 0;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  padding: 10%;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  background: #000000;
  filter: Alpha(opacity=50);
  *zoom: 1;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
}
.list2 .list-box .opacity .title {
  font-size: 32px;
  margin-bottom: 15px;
}
.list2 .list-box .opacity .tit {
  font-size: 20px;
}
.list2 .list-box .opacity .link {
  position: absolute;
  right: 70px;
  bottom: 5%;
}
.list2 .list-box .opacity .link a:link,
.list2 .list-box .opacity .link a:visited {
  overflow: hidden;
  color: #fff;
  display: inline-block;
  height: 23px;
  line-height: 23px;
  font-size: 20px;
}
.list2 .list-box .opacity .link a:link span,
.list2 .list-box .opacity .link a:visited span {
  float: left;
}
.list2 .list-box .opacity .link a:link img,
.list2 .list-box .opacity .link a:visited img {
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 3px;
  margin-left: 7px;
}
.list2 .list-box img {
  display: block;
  border: 0;
  margin: 0px 0 10px;
  width: 100%;
}
.list2 .list-box:hover .opacity {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.list2 .list-box.pull-left .t {
  left: 10px;
  padding-right: 10px;
}
.list2 .list-box.pull-left .opacity {
  margin-left: 5px;
}
.list3 {
  width: 90%;
  margin: 0px 5% 20px;
  overflow: hidden;
}
.list3 .list-box {
  width: 33.3%;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.list3 .list-box .t {
  position: absolute;
  display: none;
  width: 100%;
  box-sizing: border-box;
  font-size: 44px;
  text-align: center;
  text-shadow: 3px 2px 4px rgba(0, 0, 0, 0.2);
  filter: glow(color=black, strength=2);
}
.list3 .list-box .opacity {
  opacity: 0;
  width: 80%;
  height: 80%;
  top: 10%;
  left: 10%;
  padding: 5%;
  overflow: hidden;
  box-sizing: border-box;
  position: absolute;
  background: #000000;
  filter: Alpha(opacity=50);
  *zoom: 1;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
}
.list3 .list-box .opacity .title {
  font-size: 32px;
  margin-bottom: 10px;
}
.list3 .list-box .opacity .tit {
  font-size: 18px;
  line-height: 26px;
  max-height: 53%;
  overflow: hidden;
}
.list3 .list-box .opacity .link {
  position: absolute;
  right: 20px;
  bottom: 2%;
}
.list3 .list-box .opacity .link a:link,
.list3 .list-box .opacity .link a:visited {
  overflow: hidden;
  color: #fff;
  display: inline-block;
  height: 23px;
  line-height: 23px;
  font-size: 20px;
}
.list3 .list-box .opacity .link a:link span,
.list3 .list-box .opacity .link a:visited span {
  float: left;
}
.list3 .list-box .opacity .link a:link img,
.list3 .list-box .opacity .link a:visited img {
  width: 20px;
  height: 20px;
  float: right;
  margin-top: 3px;
  margin-left: 7px;
}
.list3 .list-box img {
  display: block;
  border: 0;
  margin: 0 10px 10px 10px;
  width: 100%;
}
.list3 .list-box:hover .opacity {
  opacity: 1;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
@media screen and (min-width: 0px) and (max-width: 1280px) {
  .list .list-box .t {
    font-size: 30px;
  }
  .list .list-box .opacity .title {
    font-size: 21px;
  }
  .list .list-box .opacity .tit {
    font-size: 13px;
  }
  .list .list-box .opacity .link a:link,
  .list .list-box .opacity .link a:visited {
    font-size: 13px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1336px) {
  .list .list-box .t {
    font-size: 31px;
  }
  .list .list-box .opacity .title {
    font-size: 22px;
  }
  .list .list-box .opacity .tit {
    font-size: 13px;
  }
  .list .list-box .opacity .link a:link,
  .list .list-box .opacity .link a:visited {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1336px) and (max-width: 1680px) {
  .list .list-box .t {
    font-size: 38px;
  }
  .list .list-box .opacity .title {
    font-size: 28px;
  }
  .list .list-box .opacity .tit {
    font-size: 18px;
  }
  .list .list-box .opacity .link a:link,
  .list .list-box .opacity .link a:visited {
    font-size: 18px;
  }
}
.engineering .list1 .list-box .opacity {
  padding: 1%;
}
.engineering .list1 .list-box .opacity .title {
  margin-top: 15px;
}
.community .list1 {
  cursor: pointer;
  width: 1200px;
  margin: 30px auto;
}
.community .list1 .list-box {
  margin-bottom: 0;
}
.community .list1 .list-box .t .tit {
  font-size: 20px;
  margin-top: 37px;
}
.community .list1 .list-box .t .tit img {
  display: inline-block;
  width: 22px;
  height: 22px;
  overflow: hidden;
  border-radius: 50%;
  vertical-align: -5px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.community .list1 .list-box .t .tit .cur {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.community .list1 .list-box.marginT20 {
  margin-top: 20px;
}
.community .product-info {
  display: none;
}
.community .product-info .bg {
  background: #fff;
}
.community .product-info .bg .list-box {
  padding: 44px 30px 39px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
.community .product-info .bg .list-box .title {
  font-size: 22px;
  font-weight: normal;
  color: #666;
}
.community .product-info .bg .list-box .tab {
  overflow: hidden;
}
.community .product-info .bg .list-box .tab .pull-left {
  width: 250px;
}
.community .product-info .bg .list-box .tab .pull-right {
  width: 750px;
  overflow: hidden;
}
.community .product-info .bg .list-box .tab .pull-right .hotword {
  overflow: hidden;
  margin-bottom: 10px;
}
.community .product-info .bg .list-box .tab .pull-right .hotword li {
  cursor: pointer;
  float: left;
  font-size: 18px;
  color: #666;
  margin-right: 60px;
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
}
.community .product-info .bg .list-box .tab .pull-right .hotword li.cur {
  color: #2FBBF6;
  border-bottom-color: #2FBBF6;
}
.community .product-info .bg .list-box .tab .pull-right .tit-box {
  display: none;
  width: 100%;
  overflow: hidden;
}
.community .product-info .bg .list-box .tab .pull-right .tit-box p {
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.community .product-info .bg .list-box .tab .pull-right .tit-box p .pull-left,
.community .product-info .bg .list-box .tab .pull-right .tit-box p .pull-rigth {
  white-space: nowrap;
}
.community .product-info .bg .list-box .tab .pull-right .tit-box p .pull-left {
  width: 340px;
}
.community .product-info .bg .list-box .tab .pull-right .tit-box p .pull-right {
  width: 400px;
}
.community .product-info .bg:nth-child(even) {
  background: #f4fcff;
}
.details .main {
  width: 100%;
  background: url("../images/workers-bg.png") no-repeat top center;
  background-size: auto 100%;
  height: 694px;
  color: #333;
}
.details .main .box {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
  box-sizing: border-box;
}
.details .main .box .overflow {
  margin-top: 100px;
}
.details .main .box .img-box {
  width: 640px;
  height: 380px;
  overflow: hidden;
  display: block;
}
.details .main .box .img-box img {
  width: 100%;
  height: 100%;
}
.details .main .box .info {
  width: 477px;
  overflow: hidden;
}
.details .main .box .info .t {
  font-size: 32px;
  margin-bottom: 24px;
}
.details .main .box .info .tit {
  font-size: 20px;
  line-height: 40px;
  color: 666;
}
.getTsl .main {
  margin: 0px auto 100px;
  width: 1200px;
}
.getTsl .main .tab {
  overflow: hidden;
}
.getTsl .main .tab li {
  float: left;
  margin-right: 152px;
  border-bottom: 3px solid transparent;
}
.getTsl .main .tab li a:link,
.getTsl .main .tab li a:visited {
  display: inline-block;
  color: #333;
  font-size: 22px;
  padding: 15px 49px;
  border-radius: 10px;
}
.getTsl .main .tab li a:hover {
  background: #e3e2e0;
}
.getTsl .main .tab li.active {
  border-bottom: 3px solid #2FBBF6;
}
.getTsl .main .tab li.active a {
  color: #2FBBF6;
  cursor: default;
}
.getTsl .main .tab li.active a:hover {
  background: none;
}
.getTsl .main .tab li.margin0 {
  margin: 0;
}
.getTslCompanyList .main .tit {
  margin-top: 33px;
}
.getTslCompanyList .main .tit p {
  line-height: 40px;
  font-size: 16px;
  color: #333;
}
.getTslCompanyList .main .tit p img {
  margin-top: 15px;
  max-width: 100%;
}
.getTslCompanyList .main .tit .t {
  font-size: 18px;
}
.getTslClaCaseList .main {
  width: 100%;
  margin: 0;
}
.getTslClaCaseList .main .tab {
  width: 1200px;
  margin: 0px auto 20px;
}
.getTslClaCaseList .main .ClaCaseList-box {
  width: 1200px;
  margin: 30px auto;
  line-height: 33px;
}
.getTslClaCaseList .main .ClaCaseList-box ul {
  overflow: hidden;
}
.getTslClaCaseList .main .ClaCaseList-box ul li {
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px solid #d9d9d9;
}
.getTslClaCaseList .main .ClaCaseList-box ul li .new-pic img {
  width: 450px;
  height: 250px;
  overflow: hidden;
}
.getTslClaCaseList .main .ClaCaseList-box ul li .new-info {
  width: 700px;
  overflow: hidden;
}
.getTslClaCaseList .main .ClaCaseList-box ul li .new-info .t {
  color: #333;
  font-size: 24px;
}
.getTslClaCaseList .main .ClaCaseList-box ul li .new-info .marginT30 {
  margin-top: 30px;
}
.getTslClaCaseList .main .ClaCaseList-box ul li .new-info .t2 {
  color: #333;
  margin: 10px 0 0px;
}
.getTslClaCaseList .main .ClaCaseList-box ul li .new-info .tit {
  margin-bottom: 20px;
  overflow: hidden;
  color: #333;
}
.getTslClaCaseList .main .ClaCaseList-box ul li .new-info .tit p {
  padding-left: 18px;
  position: relative;
}
.getTslClaCaseList .main .ClaCaseList-box ul li .new-info .tit p .icon {
  position: absolute;
  left: 0;
  top: 12px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("../images/lx_1.png") no-repeat;
}
.getTslClaCaseList .main .ClaCaseList-box ul li:last-child {
  border-bottom: 0;
}
.app .main .hed {
  width: 100%;
  height: 448px;
  background: url("../images/app-hed_1.png") no-repeat;
  background-size: auto 100%;
}
.app .main .hed .box {
  width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}
.app .main .hed .box .pull-left {
  padding-top: 86px;
}
.app .main .hed .box .pull-left .t {
  font-size: 44px;
  color: #fff;
  margin-bottom: 30px;
}
.app .main .hed .box .pull-left .btn-wrap a:link,
.app .main .hed .box .pull-left .btn-wrap a:visited {
  display: inline-block;
  width: 178px;
  height: 76px;
  border: 2px solid #fff;
  border-radius: 8px;
  margin-right: 30px;
  line-height: 76px;
  color: #fff;
  padding-left: 76px;
  box-sizing: border-box;
}
.app .main .hed .box .pull-left .btn-wrap a.iphone {
  background: url("../images/ios_1.png") no-repeat 16px 16px;
}
.app .main .hed .box .pull-left .btn-wrap a.Android {
  background: url("../images/android_1.png") no-repeat 16px 16px;
}
.app .main .hed .box .pull-left .btn-wrap a.Android:hover {
  background: url("../images/android_1.png") no-repeat 16px 16px #2FBBF6;
  border-color: #2FBBF6;
}
.app .main .hed .box .pull-left .btn-wrap a.iphone:hover {
  background: url("../images/ios_1.png") no-repeat 16px 16px #2FBBF6;
  border-color: #2FBBF6;
}
.app .main .hed .box .pull-left .download {
  margin-top: 30px;
}
.app .main .content {
  width: 100%;
  padding: 30px 0 71px;
}
.app .main .content ul {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.app .main .content ul li {
  float: left;
  text-align: center;
  font-size: 20px;
  color: #999;
}
.app .main .content ul li .t {
  font-size: 28px;
  color: #333333;
  line-height: 34px;
  margin-bottom: 8px;
}
.getTslNewsList a:link,
.getTslNewsList a:visited {
  color: #333;
  font-size: 18px;
}
.getTslNewsList a:hover {
  color: #2FBBF6;
}
.getTslNewsList .tab2 {
  padding: 30px 185px 20px;
  overflow: hidden;
}
.getTslNewsList .tab2 .active a {
  color: #2FBBF6;
}
.getTslNewsList .tab2-box ul {
  overflow: hidden;
  display: none;
}
.getTslNewsList .tab2-box ul li {
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px solid #999;
}
.getTslNewsList .tab2-box ul li .new-pic img {
  width: 450px;
  height: 250px;
  overflow: hidden;
}
.getTslNewsList .tab2-box ul li .new-info {
  width: 700px;
}
.getTslNewsList .tab2-box ul li .new-info .t {
  color: #333;
  font-size: 24px;
  margin-bottom: 30px;
}
.getTslNewsList .tab2-box ul li .new-info .tit {
  margin-bottom: 20px;
  line-height: 33px;
  height: 132px;
  overflow: hidden;
}
.getTslNewsList .tab2-box ul li .new-info .info {
  font-size: 16px;
  color: #666666;
  height: 40px;
  line-height: 40px;
}
.getTslNewsList .tab2-box ul li .new-info .info a:link,
.getTslNewsList .tab2-box ul li .new-info .info a:visited {
  display: inline-block;
  width: 105px;
  text-align: center;
  border-radius: 100px;
  border: 1px solid #2FBBF6;
  font-size: 16px;
  color: #2FBBF6;
}
.getTslNewsList .tab2-box ul li .new-info .info a:hover {
  background: #2FBBF6;
  color: #fff;
}
.getTslNewsList .tab2-box ul li.paddingT0 {
  padding-top: 0;
}
.getTslNewsList .page {
  padding: 50px 0 0;
}
.getTslNewsList .page .pagination {
  text-align: center;
}
.getTslNewsList .page .pagination li {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border: 1px solid #999;
  vertical-align: middle;
  margin-left: 10px;
}
.getTslNewsList .page .pagination li a:link,
.getTslNewsList .page .pagination li a:visited {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.getTslNewsList .page .pagination li.disabled {
  padding: 0 15px;
  color: #999;
  background: #d8d8d8;
}
.getTslNewsList .page .pagination li.active {
  padding: 0 15px;
  color: #2FBBF6;
  border: 1px solid #2FBBF6;
}
.getNewsInfo .main {
  width: 1200px;
  margin: 30px auto;
}
.getNewsInfo .main .t {
  font-size: 24px;
  text-align: center;
  margin: 20px;
}
.getNewsInfo .main .t-info {
  font-size: 18px;
  color: #666666;
  margin-bottom: 20px;
}
.getNewsInfo .main .t-info .line {
  margin: 0 10px;
}
.getNewsInfo .main .t-info a:link,
.getNewsInfo .main .t-info a:visited {
  color: #666666;
}
.getNewsInfo .main .t-info a:hover {
  color: #2FBBF6;
  text-decoration: underline;
}
.getNewsInfo .main .new-cont {
  font-size: 16px;
  color: #626263;
}
.getNewsInfo .main .new-cont .source {
  margin-bottom: 10px;
}
.getNewsInfo .main .new-cont .tit {
  color: #333;
  line-height: 26px;
}
.getNewsInfo .main .new-cont .tit p {
  margin-bottom: 8px;
}
.getTslCertificateList .main .img-box {
  margin-top: 50px;
  overflow: hidden;
}
.getTslCertificateList .main .img-box li {
  float: left;
  cursor: pointer;
  position: relative;
  margin: 0 20px 20px 0;
}
.getTslCertificateList .main .img-box li p {
  display: block;
}
.getTslCertificateList .main .img-box li p img {
  width: 285px;
  display: block;
}
.getTslCertificateList .main .img-box li .t {
  line-height: 40px;
  background: #2FBBF6;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.getTslCertificateList .main .img-box li .hover {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.6;
  filter: Alpha(opacity=60);
}
.getTslCertificateList .main .img-box li .hover .icon {
  position: relative;
  display: block;
  width: 100px;
  height: 100px;
  background: url("../images/unknown2_1.png");
  background-size: 100px;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
}
.getTslCertificateList .main .img-box li:hover .hover {
  display: block;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.getTslCertificateList .main .img-box li:nth-child(4n) {
  margin-right: 0;
}
.getTslCertificateList .main .img-box li.margin0 {
  margin: 0;
}
.product {
  background: #fff;
}
.product .banner {
  background: url("../images/productbanner_1.png") top center;
  height: 330px;
}
.product .product-info .bg:nth-child(even) {
  background: #f4fcff;
}
.product .product-info .bg {
  overflow: hidden;
}
.product .product-info .bg .list-box {
  padding: 44px 0 39px;
  width: 1236px;
  height: 410px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
.product .product-info .bg .list-box .title {
  font-size: 22px;
  font-weight: normal;
}
.product .product-info .bg .list-box .tab {
  overflow: hidden;
}
.product .product-info .bg .list-box .tab .pull-left {
  width: 250px;
}
.product .product-info .bg .list-box .tab .pull-right {
  width: 800px;
}
.product .product-info .bg .list-box .tab .pull-right .hotword {
  overflow: hidden;
  margin-bottom: 10px;
}
.product .product-info .bg .list-box .tab .pull-right .hotword li {
  cursor: pointer;
  float: left;
  font-size: 18px;
  color: #666;
  margin-right: 60px;
  padding-bottom: 10px;
  border-bottom: 4px solid transparent;
}
.product .product-info .bg .list-box .tab .pull-right .hotword li.cur {
  color: #2FBBF6;
  border-bottom-color: #2FBBF6;
}
.product .product-info .bg .list-box .tab .pull-right .tit-box {
  display: none;
  width: 100%;
  overflow: hidden;
}
.product .product-info .bg .list-box .tab .pull-right .tit-box p {
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.product .product-info .bg .list-box .tab .pull-right .tit-box p .pull-left,
.product .product-info .bg .list-box .tab .pull-right .tit-box p .pull-rigth {
  white-space: nowrap;
}
.product .product-info .bg .list-box .tab .pull-right .tit-box p .pull-left {
  width: 340px;
}
.product .product-info .bg .list-box .tab .pull-right .tit-box p .pull-right {
  width: 400px;
}
.terms {
  background: #fff;
}
.terms .main {
  width: 800px;
  margin: 0 auto;
}
.terms .main h4 {
  font-size: 40px;
  margin-top: 80px;
  margin-bottom: 40px;
  padding: 0 5%;
}
.terms .main p {
  line-height: 32px;
  padding: 0 5%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 16px;
}
.getTslRecruitList {
  background: #fff;
}
.getTslRecruitList .banner {
  width: 100%;
  height: 300px;
  background: url("../images/gettslrecruitlist-banner.png") no-repeat;
  background-size: auto 100%;
}
.getTslRecruitList .banner .box {
  color: #fff;
  width: 700px;
  height: 260px;
  overflow: hidden;
  margin: 0 auto;
}
.getTslRecruitList .banner .box .t {
  font-size: 30px;
  padding-top: 106px;
}
.getTslRecruitList .banner .box .url {
  font-size: 18px;
  padding-top: 10px;
}
.getTslRecruitList .main {
  width: 1200px;
  margin: 50px auto 30px;
}
.getTslRecruitList .main .content {
  overflow: hidden;
}
.getTslRecruitList .main .content ul {
  overflow: hidden;
  width: 445px;
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #666;
}
.getTslRecruitList .main .content ul li h4 {
  font-weight: normal;
  font-size: 18px;
  color: #333;
}
.getTslRecruitList .main .content .pull-right ul {
  margin-bottom: 50px;
}
.recruit {
  background: #fff;
}
.recruit .banner {
  width: 100%;
  height: 300px;
  background: url("../images/recruit-banner_1.png");
  color: #fff;
  line-height: 300px;
  font-size: 44px;
  text-align: center;
}
.recruit .banner .box {
  width: 940px;
  margin: 0 auto;
}
.recruit .main {
  width: 940px;
  overflow: hidden;
  margin: 30px auto 70px;
}
.recruit .main .box {
  overflow: hidden;
  margin-bottom: 30px;
}
.recruit .main .box .pull-right {
  width: 820px;
}
.recruit .main .box .pull-right p {
  line-height: 30px;
}
.recruit .main .box .pull-right .t {
  font-size: 28px;
  font-weight: normal;
  color: #333333;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9D9D9;
  margin-top: 20px;
}
.recruit .main .box .pull-right .s {
  font-size: 24px;
  color: #333333;
  margin-top: 20px;
}
.recruit .main .box .pull-right .s-t {
  font-size: 20px;
  color: #333333;
  margin-top: 10px;
}
/*# sourceMappingURL=style.css.map */

.cur-position {
  font-size: 18px;
  padding: 20px 0;
  color: #666;
  line-height: 18px;
}
.cur-position a:link,
.cur-position a:visited {
  color: #666;
}
.cur-position a:hover {
  color: #2FBBF6;
}
.cur-position em {
  margin: 0 10px;
  font-style: normal;
}
.overflow {
  overflow: hidden;
}
.shade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: Alpha(opacity=60);
}
.bg-white {
  background: #fff;
}
.margin0 {
  margin: 0;
}
.marginB30 {
  margin-bottom: 30px;
}
.display-block {
  display: block;
  width: 100%;
  height: 100%;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clear-both {
  clear: both;
}
.text-center {
  text-align: center;
}
.text-blue {
  color: #2FBBF6;
}
.bg-gray {
  background: #ECEFF1;
}
.top {
  height: 90px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 2px #d6d7d4;
}
.top .logo {
  float: left;
  padding: 10px 0px 0px 30px;
}
.top .menu {
  font-size: 18px;
  float: right;
  overflow: hidden;
  margin-right: 30px;
  height: 90px;
  line-height: 90px;
}
.top .menu li {
  float: left;
  margin-left: 35px;
}
.top .menu li a:link,
.top .menu li a:visited {
  color: #666;
  font-size: 18px;
  display: inline-block;
  height: 56px;
}
.top .menu li a:hover,
.top .menu li a.active {
  color: #2FBBF6;
}
.bottom {
  width: 100%;
  overflow: hidden;
  background: #0D0F10;
}
.bottom .box {
  width: 660px;
  overflow: hidden;
  margin: 0 auto;
}
.bottom .box .logo {
  float: left;
  margin-top: 70px;
}
.bottom .box ul {
  float: left;
  margin-top: 31px;
}
.bottom .box ul li {
  margin-bottom: 12px;
  color: #AAAAAA;
  font-size: 12px;
  line-height: 20px;
}
.bottom .box ul li a {
  color: #AAAAAA;
  font-size: 12px;
  line-height: 20px;
}
.bottom .box ul li h5 {
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
.bottom .box .understand {
  margin-left: 120px;
}
.bottom .box .contact {
  float: right;
  width: 230px;
}
.bottom .copyright {
  height: 60px;
  line-height: 60px;
  width: 100%;
  text-align: center;
  background: #000;
  color: #AAAAAA;
  font-size: 12px;
}
/*# sourceMappingURL=public.css.map */
