/**********
	自定义工具函数
	用于将1200px设计稿的px高度转换为750px的rem高度
**********/
/********开始首页头部*************/
.top-height {
  height: 100px;
}
.top {
  position: absolute;
  height: 100px;
  z-index: 99999;
  background: #fff;
  width: 100%;
  top: 40px;
  left: 0px;
}
.logo {
  height: 100px;
}
.logo a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  width: 192px;
}
.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 {
  width: 80%;
}
.language {
  width: 100%;
  text-align: right;
  margin-top: 0;
  color: #eee;
  text-transform:uppercase;
  font-size:14px;
  height:40px;line-height:40px;
  background:#222;
}
.language a {
  color: #eee;
  padding: 0 10px;
  
}
.language span{
	float:left;
  
}

.navbar {
  margin-top:0;
  width: 100%;
  float: left;
  text-align: right;
  font-size:15px;
  line-height:100px;
}
.navbar a {
  padding:0 26px;
  display: inline-block;
  color: #333;
}
.navbar a:hover{
	border-bottom: 3px solid #e60012;
    line-height: 94px;
}
.navbar a.dn {
  display: none;
}
/********结束首页头部*************/
/********开始首页关于我们*************/
.i-about-us {
  background: #f8f8f8;
  padding-bottom: 55px;
}
.about-t {
  font-size: 32px;
  color: #222;
  margin-top: 55px;
}
.slogan {
  font-size: 16px;
  color: #333;
  margin-top: 20px;
  padding: 0 10%;
  line-height: 30px;
}
.about-con {
  color: #777;
  margin-top: 30px;
  line-height: 26px;
  padding: 0 26px;
  font-size:14px;
}
.more {
  margin-top: 30px;
}
.more a {
  display: inline-block;
  text-align: center;
  background: url(../images/icon/ico01.png) top center no-repeat;
  padding-top: 25px;
  color: #d91726;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.3s ease-out 0s;
  height: 60px;
}
.more a:hover {
  background: url(../images/icon/ico01.png) bottom center no-repeat;
}
.about-img {
  padding: 0 10px;
  margin-top: 55px;
  width:100%;
  height:100%;
  overflow:hidden;
}
.about-img a img{
	margin-top: 10px;
	transition-duration: 1000ms;
	transition-timing-function: ease-out;
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-webkit-transition-duration: 1000ms;
	-webkit-transition-timing-function: ease-out;
	overflow:hidden;
	display:block;
}
.about-img a img:hover{
	transform: scale(1.2, 1.2);
	transition-duration: 1000ms;
	transition-timing-function: ease-out;
	-webkit-transform: scale(1.2, 1.2);
	-webkit-transition-duration: 1000ms;
	-webkit-transition-timing-function: ease-out;
	}
/********结束首页关于我们*************/
/********开始首页产品列表*************/
.i-product {
  margin-top: 55px;
}
.product-t {
  color: #222;
  font-size: 30px;
}
.product-en {
  text-align: center;
  font-size: 30px;
  color: #e9e9e9;
  margin-top: 10px;
  text-transform: uppercase;
}
.i-productlist {
  margin-top: 30px;
}
.pro-img {
  position: relative;
  transition: all 0.3s ease 0s ;
  height:280px;
  overflow:hidden;
  margin:10px 5px;
}
.pro-img img{
	height: 100%;
    display: block;
    max-width: initial;
}
.pro-img:hover .info {
  display: block;
}
.pro-img .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  box-sizing: border-box;
  background: url(../images/icon/transparent50.png) repeat;
}
.pro-img .info .line1 {
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 5%;
  left: 5%;
}
.pro-img .info .line2 {
  width: 1px;
  height: 0;
  background: #fff;
  position: absolute;
  top: 5%;
  right: 5%;
}
.pro-img .info .line3 {
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 5%;
  right: 5%;
}
.pro-img .info .line4 {
  width: 1px;
  height: 0;
  background: #fff;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.pro-img .info a {
  display: inline-block;
  text-align: center;
  width: 100%;
  height: 100%;
  padding-top: 100px;
}
.pro-img .info a em {
  font-size: 30px;
  color: #fff;
  display: block;
}
.pro-img .info a i {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  margin-top: 10px;
  display: inline-block;
  padding: 10px 30px;
  border-top: #fff solid 1px;
}
/********结束首页产品列表*************/
/********开始首页新闻列表*************/
.i-news {
  width: 100%;
  float: left;
  margin-top: 30px;
  min-height: 340px;
  position: relative;
  background: url(../images/newsbg.jpg) center top no-repeat;
}
.i-news .bx-wrapper .bx-viewport {
  background: none;
}
.i-news li dl {
  background: #f8f8f8;
}
.i-news li dl dt {
  position: relative;
  height: 210px;
  overflow: hidden;
}
.i-news li dl dt span img {
  width: 354px;
}
.i-news li dl dt a {
  position: absolute;
  left: 0;
  display: none;
  top: 0;
}
.i-news li dl dt a img {
  width: 354px;
}
.i-news li dl:hover dt a,
.i-news li dl.active dt a {
  display: block;
}
.i-news li dl dd {
  padding: 10px 30px;
}
.i-news li dl dd.t1 {
  margin-top: 14px;
  height:36px;
  overflow:hidden;
}
.i-news li dl dd.t1 a {
  color: #474747;
  font-size: 18px;
}
.i-news li dl dd.t2 {
  color: #999;
  font-size: 13px;
  padding-bottom: 30px;
  line-height: 20px;
  margin-top:6px;
}
.i-news .bx-wrapper .bx-controls-direction a {
  width: 46px;
  height: 60px;
  margin-top: 0px;
}
.i-news .bx-wrapper .bx-prev {
  background: url(../images/pre.png) no-repeat;
  left: -46px;
}
.i-news .bx-wrapper .bx-next {
  background: url(../images/next.png) no-repeat;
  right: -46px;
}
/********结束首页新闻列表*************/
/********开始首页底部*************/
.bottom {
  margin-top: 50px;
  width: 100%;
  float: left;
  background: #222;
  color:#ccc;
  padding: 30px 0;
  line-height: 34px;
  position: relative;
}
.bottom .fr p.p a {
  padding: 0 5px;
}
/********结束首页底部*************/

