﻿﻿

a{text-decoration: none}
li{list-style: none;}
.clearfix:after{content:""; display:block; clear:both; height:0; line-height:0; visibility:hidden;}
.clearfix{zoom:1;}
.fl{float: left;}
.fr{float: right;}
.overflowHidden{
    display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.MoreHangHidden{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.bodyBg{background: #f5f5f5;}
.bgw{background: white;}
.tx-c{text-align: center;}
.tx-l{text-align: left;}
.tx-r{text-align: right;}
.whiteColor{color: #ffffff;}
.whiteColor2{color: #ffffff !important;}
.GreenColor{color: #1ab394 !important;}
.redColor{color: #e23631;}
.orangeColor{color: #e77817;}
.huiColor{color: #999999 !important;}
.hui2Color{color: #666666;}
.Cursor{cursor: pointer;}
.fontWeight{font-weight: bold;}
.width1200{
    width: 1200px;
    margin: 0 auto;
}
.minwid1200{min-width: 1200px;}
.size12{font-size: 12px;}
.size14{font-size: 14px;}
.size16{font-size: 16px;}
.size18{font-size: 18px;}
.bort{border-top: 1px solid #e0e0e0;}
.borb{border-bottom: 1px solid #e0e0e0;}
.borl{border-left: 1px solid #e0e0e0;}
.borr{border-right: 1px solid #e0e0e0;}
.marb20{margin-bottom: 20px;}
.hide{
    display: none;
}

.HeaderBox{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
}
.headerFirst{
    height: 44px;
    line-height: 44px;
    background: #333333;
}
.headerFirstFr{
    height: 14px;
    line-height: 14px;
    margin-top: 15px;
}
.headerFirst span{
    color: #e3e5e5;
}
.headerFirst a:nth-child(2){
    padding: 0 16px;
    border-right: 1px solid #e6e6e6;
    margin-right: 16px;
}
.headerFirst a:nth-child(4){
   margin-left: 30px;
   color: #e3e5e5;
}
.headerFirst a:nth-child(3){
  color: #e3e5e5;
}
.headerLast{
    height: 95px;
    line-height: 95px;
}
.HeaderLogo{
    width: 203px;
    margin-top: 10px;
    margin-right: 60px;
}
.headerLast li a{
    padding: 0 18px;
    display: block;
    height: 91px;
}
.headerLast li a:hover{
   color: #1ab394;
    border-bottom: 4px solid #1ab394;  
}
.HeaderUlHover{
    color: #1ab394 !important;
    border-bottom: 4px solid #1ab394;    
}


.AboutUsBox{
    height: 195px;
    margin-top: 50px;
}
.AboutUsDiv01{
    width: 490px;
    margin-right: 85px;
}
.AboutUsDiv01 h2{
    font-weight: normal;
    padding: 30px 0 16px 0;
}
.AboutUsDiv01 p{
   line-height: 24px;
}
.AboutUsDiv02{
    width: 130px;
    text-align: center;
    margin-right: 40px;
}
.AboutUsDiv02 img{
    width: 100px;
    height: 100px;
    display: block;
    margin: 29px auto 16px;
}
.AboutUsDiv03{
    height: 130px;
    margin-top: 30px;
    border-left: 1px solid #e0e0e0;
    padding-left: 40px;
}
.AboutUsDiv03 h2{
    font-weight: normal;
    padding: 7px 0 10px 47px;
}
.AboutUsDiv03 .GreenColor{
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 15px;
}
.AboutUsDiv04 span{
    padding-right: 24px;
}
.AboutUsDiv04 p:first-child{
    padding-bottom: 6px;
}

.FooterBox{
    background: #333333;
    height: 115px;
}
.FooterUl{
    padding: 33px 0;
    height: 14px;
    line-height: 14px;
}
.FooterUl li{
    padding: 0 24px;
    border-right: 1px solid #cccccc;
}
.FooterUl li:first-child,.FooterUl li:last-child{
    border-right: none;
}
.HeaderShadow{
    box-shadow: 0px 3px 8px #cccccc;
}

/*悬浮框样式*/
.sus-box{
	position: fixed;
	top: 50%;
	right: 35px;
	transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	width: 68px;
	border: 1px solid #eee;
    z-index: 1000;
}
.sus-box>a{
	display: block;
	width: 100%;
	height: 68px;
	line-height: 68px;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	box-sizing: border-box;
	padding-top: 15px;
	position: relative;
}
.sus-box>div:last-child{
	border-bottom: 0;
}
.ewmbox{
	width: 230px;
	height: 228px;
	background: url(../images/icon/ewmbox.png) no-repeat;
	background-size:100% 100% ;
	position: absolute;
	top: -160px;
	left: -240px;
	box-sizing: border-box;
	padding-right:15px ;
	padding-top: 30px;
	display: none;
}
.ewmimg{
	width: 117px;
	height: 117px;
	overflow: hidden;
	margin: 0 auto;
}
.ewmbox>p{
	color: #333;
	line-height: 22px;
}
.ewmname{
	width: 100%;
	height: 100%;
	color: #fff;
	background: #1ab394;
	line-height: 22px;
	box-sizing: border-box;
	padding-top:12px ;
	display: none;
}
.ewmname p{
    color: #ffffff;
}
.ewm:hover{
	padding-top: 0;
}
.ewm:hover>img{
	display: none;
}
.ewm:hover .ewmbox{
	display: block;
}
.ewm:hover .ewmname{
	display: block;
}
























