/**********
	自定义工具函数
	用于将1200px设计稿的px高度转换为750px的rem高度
**********/
/********* 公用 开始 *********/
.top {
  height: 46px;
  line-height: 46px;
  background: #565656;
  color: #e9e9e9;
  font-size: 13px;
}
.top a {
  color: #e9e9e9;
}
.top-right {
  float: right;
  width: 360px;
}
.top-right .language {
  float: left;
  text-align: center;
}
.top-right .language a {
  font-size: 13px;
  padding: 0 10px;
}
.top-right .search {
  float: right;
  margin-top: 8px;
}
.top-right .search .search-text {
  width: 170px;
  height: 30px;
  line-height: 30px;
  background: #fff;
  padding-left: 10px;
  float: left;
}
.top-right .search .button-search {
  width: 38px;
  height: 30px;
  background: #0c949b url(../images/icon/ico01.png) center center no-repeat;
  cursor: pointer;
  float: left;
}
.head {
  background: -moz-linear-gradient(#f1f1f1, #e0e0e0);
  background: -webkit-gradient(linear, center top, center bottom, from(#f1f1f1), to(#e0e0e0));
  background: -webkit-linear-gradient(#f1f1f1, #e0e0e0);
  background: -o-linear-gradient(#f1f1f1, #e0e0e0);
  background: -ms-linear-gradient(#f1f1f1, #e0e0e0);
  background: linear-gradient(#f1f1f1, #e0e0e0);
  height: 80px;
  width: 100%;
  z-index: 2;
  position: relative;
}
.logo {
  width: 312px;
  float: left;
  height: 80px;
}
.logo a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.logo a img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.logo a img {
  right: auto;
}
.nav {
  float: left;
  margin-top: 44px;
  padding-left: 150px;
}
.nav > ul > li {
  float: left;
  position: relative;
  height: 36px;
}
.nav > ul > li > a {
  height: 22px;
  line-height: 22px;
  color: #373737;
  font-size: 15px;
  border-radius: 15px;
  display: inline-block;
  margin: 0 15px;
  padding: 0 12px;
}
.nav > ul > li > a.active,
.nav > ul > li > a:hover {
  background: #008080;
  color: #fff;
}
.nav > ul > li:hover .subnav {
  display: block;
}
.nav > ul > li .subnav {
  position: absolute;
  left: 50%;
  margin-left: -70px;
  display: none;
  top: 36px;
  padding: 5px 20px;
  text-align: center;
  width: 100px;
  background: #fff;
}
.nav > ul > li .subnav a {
  display: block;
  color: #838282;
  line-height: 30px;
  font-size: 13px;
}
.nav > ul > li .subnav a:hover {
  color: #008080;
}
/********* 公用 结束 *********/
/********* 首页banner开始*********/
.i-banner {
  border-bottom: #7b7b7b solid 5px;
}
.i-banner li {
  height: 441px;
}
.i-banner .bx-wrapper .bx-controls-auto,
.i-banner .bx-wrapper .bx-pager {
  bottom: 20px;
}
.i-banner .bx-wrapper .bx-pager.bx-default-pager a {
  background: #cacaca;
}
.i-banner .bx-wrapper .bx-pager.bx-default-pager a.active,
.i-banner .bx-wrapper .bx-pager.bx-default-pager a:focus,
.i-banner .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #006a6a;
}
/********* 首页产品结束********/
/********* 首页产品开始********/
.product {
  background: #f9f9f9;
  width: 100%;
}
.product-t {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  border-bottom: #c8c8c8 solid 3px;
  position: relative;
}
.product-t em {
  color: #444;
  font-size: 31px;
  display: block;
  margin-top: 30px;
}
.product-t i {
  color: #008080;
  font-size: 14px;
  text-transform: uppercase;
  margin: 5px 0 15px 0;
  display: block;
}
.product-t span {
  background: #008080;
  width: 36px;
  height: 8px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -18px;
}
.project-list {
  
  width: 100%;
  float: left;
}
.project-list li {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -ms-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
  box-sizing: border-box;
  width: 265px;
  float: left;
  margin: 0 17px;
  margin-top: 32px;
  height:307px;
  border: #d3d3d3 solid 1px;
}
.project-list li:hover {
  -webkit-transform: translate(0, -5px);
  -moz-transform: translate(0, -5px);
  -o-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.project-list li dl dt {
  width: 265px;
  height: 170px;
}
.project-list li dl dt a {
  width: 265px;
  height: 170px;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.project-list li dl dt a img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.project-list li dl dd.t1 {
  color: #1e1e1e;
  font-size: 14px;
  padding-left: 10px;
  margin-top: 5px;
}
.project-list li dl dd.t2 {
  padding: 0 10px 0 30px;
  background: url(../images/icon/ico02.png) 10px 6px no-repeat;
  color: #676767;
  font-size: 13px;
  line-height: 22px;
  margin-top: 5px;
  overflow:hidden;
  height:65px;
}
.project-list li dl dd.t3 {
  margin: 10px 0;
  padding-right: 14px;
  text-align: right;
}
.project-list li dl dd.t3 a {
  display: inline-block;
}
/********* 首页产品结束********/
/********* 首页关于我们开始********/
.i-about {
  height: 455px;
  background: url(../images/i-aboutbg.jpg) top center no-repeat;
  border-bottom: #7b7b7b solid 2px;
}
.about-con {
  color: #5b5b5b;
  font-size: 13px;
  line-height: 37px;
  margin-top: 50px;
  text-align: center;
}
.about-more {
  margin-top: 35px;
  text-align: center;
}
.about-more a {
  width: 150px;
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  display: inline-block;
  background: #41afaf;
}
/********* 首页关于我们结束********/
/********* 首页新闻列表开始********/
.i-newslist {
  margin-top: 40px;
  width: 725px;
  float: left;
}
.i-newslist dl {
  margin-right: 15px;
  float: left;
  width: 225px;
  box-sizing: border-box;
  border: #d2d2d2 solid 1px;
  padding: 10px;
}
.i-newslist dl dt {
  text-align: center;
}
.i-newslist dl dt a img {
  width: 100%;
  height: 137px;
}
.i-newslist dl dd.t1 a {
  color: #0d6a6a;
  line-height: 26px;
  font-size: 13px;
}
.i-newslist dl dd.t2 {
  color: #888;
  font-size: 13px;
      min-height: 99px;
}
.i-newslist dl dd.t3 {
  text-align: right;
}
.i_news {
  width: 450px;
  float: right;
  margin-top: 30px;
}
.i_news ul {
  float: left;
  width: 100%;
}
.i_news li {
  padding: 10px 0;
  width: 100%;
  float: left;
  border-bottom: #dedede solid 2px;
}
.i_news li a {
  color: #147b7b;
  font-size: 13px;
  display: block;
  height: 24px;
}
.i_news li span {
  display: block;
  font-size: 13px;
  color: #a9a9a9;
}
.i_news li i {
  line-height: 26px;
  display: block;
  font-size: 13px;
  color: #92b3bb;
}
.i_news li:last-child {
  border-bottom: none;
}
.i_news .more {
  width: 100%;
  float: left;
  margin-top: 5px;
}
.i_news .more a {
  width: 92px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  box-sizing: border-box;
  border: #ddd solid 1px;
  display: block;
}
.i_news .more a:hover {
  background: #41afaf;
  color: #fff;
}
/********* 首页新闻列表结束********/
/********* 首页底部开始********/
.bottom {
  background: #e6e6e6;
  width: 100%;
  float: left;
  line-height: 22px;
  padding: 30px 0;
  color: #696969;
  border-top: #b9b9b9 solid 8px;
}
.copyright {
  padding: 12px 0;
  box-sizing: border-box;
  line-height: 24px;
  background: #565656;
  color: #fff;
  width: 100%;
  float: left;
}
.copyright .mauto > .fl {
margin-top: 10px;
  max-width: 60%;
}
/********* 首页底部结束********/


.t-scale,.t-top {
    transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
}
.t-scale:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}
.t-top:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.project-list .bx-viewport {
  padding: 15px 0 5px;
}