/* 公共头部尾部以及悬浮 */
body{
    min-width: 1200px;
}
/* 加载动画 */
.loading{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../../res/t35/images/icons/loading.gif) no-repeat center center #f8f8f8;
}
.loading-txt{
	text-align: center;
	position: absolute;
	color: #666;
	width: 70px;
	height: 18px;
	padding-top: 118px;
	margin: auto;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
/* 尾部 */
.footer{
    width: 100%;
    background-color: #38393e;
    padding: 26px 0 29px;
}
.footer-inner .txt{
    font-size: 12px;
    line-height: 28px;
    text-align: center;
    color: #f3f5f7;
    white-space: pre-wrap;
    opacity: 0.7;
}
.footer-inner .txt:not(:first-child){
    padding-left: 9px;
}
.footer-inner .hor-margin{
    margin-left: 9px;
    margin-right: 13px;
}
/* 右侧浮动工具 */
.fixed-tools{
    width: 58px;
    position: fixed;
    right: 0;
    bottom: 150px;
    border-radius: 4px 0 0 4px;
	z-index: 15;
}
.fixed-tools .tools{
    height: 59px;
    cursor: pointer;
    line-height: 59px;
    text-align: center;
	position: relative;
	margin-top: -1px;
	background-color: #666666;
}
.fixed-tools .tools::after{
    height: 1px;
    margin: 0px 11px 0;
    background-color: #fff;
	opacity: 0.2;
	content: '';
	display: block;
	position: relative;
	z-index: 1;
}
.fixed-tools .tool-tel{
	border-radius: 0 0 0 4px;
}
.fixed-tools .tools:hover{
	z-index: 2;
	-webkit-transition: background-color linear 0.2s;
	transition: background-color linear 0.2s;
}
.fixed-tools .tools:hover::after{
    visibility: hidden;
}
.fixed-tools .tool-tel::after{
	display: none;
}
.fixed-tools .tool-wechat{
    border-radius:  4px 0 0 0;
}
.fixed-tools .tool-wechat:hover{
    background-color: #44c4a8;
}
.fixed-tools .tool-tel:hover{
    background-color: #44c4a8;
}

.fixed-tools .tool-gotop{
    border-radius: 0 0 0 4px;
	visibility: hidden;
}
.fixed-tools .tool-gotop:hover{
	z-index: 0;
}
.fixed-tools .tool-gotop i{
	opacity: 0.5;
}
.fixed-tools .tool-gotop:hover i{
    opacity: 0.9;
}
.fixed-tools .tool-gotop::after{
    display: none;
}
.fixed-tools.showtop .tool-gotop{
	visibility: visible;
}
.fixed-tools.showtop .tool-tel{
	border-radius: 0;
}
.fixed-tools.showtop .tool-tel::after{
	display: block;
}
.fixed-tools .none{
	display: none;
}
.fixed-tools .popover{
    position: absolute;
    right:71px;
    top: 0;
    background-color: #fff;
    box-shadow: 0.5px 0.866px 4px 0px rgba(9, 2, 4, 0.4);
    width: 150px;
    height: 150px;  
    padding: 8px 10px 9px 9px;
    box-sizing: border-box;
    border-radius: 2px;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
    z-index: 3;
}
.fixed-tools .popover::before{
    position: absolute;
    content:'';
    top:16px;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #c5c3c4;
}
.fixed-tools .popover::after{
    position: absolute;
    content:'';
    top:17px;
    right: -9px;
    width: 0;
    height: 0;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #fff;
}
.fixed-tools .tools:hover .none{
    display: block;
}
.fixed-tools .popover-tel{
    width: 210px;
    height: 70px;
    padding-left: 20px;
    padding-top: 6px;
    text-align: left;
}
.fixed-tools .popover-tel::before{
    top: 23px;
}
.fixed-tools .popover-tel::after{
    top: 24px;
}
.popover-tel .tel-number{
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    margin-top: -4px;
    margin-left: 14px;
}
.popover-tel .tel-number em{
    font-style: normal;
    font-size: 15px;
    font-weight: bold;
    color: #666;
    display: block;
    margin-bottom: 6px;
}
.popover-tel .number{
    font-size: 15px;
    color: #333;
    padding-left: 1px;
}
@-webkit-keyframes fadeInLeft {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(-15px, 0, 0);
	  transform: translate3d(-15px, 0, 0);
	}
  
	to {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
  }
  
  @keyframes fadeInLeft {
	from {
	  opacity: 0;
	  -webkit-transform: translate3d(-15px, 0, 0);
	  transform: translate3d(-15px, 0, 0);
	}
  
	to {
	  opacity: 1;
	  -webkit-transform: none;
	  transform: none;
	}
  }
  
  .fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
  }
/* 公共标题 */
.com-tt h2{
	font-size:26px;
	font-weight:normal;
	color:#333;
	margin-bottom:20px;
}
.com-tt{
	line-height:1;
	text-align:center;
	font-size:12px;
	color:#888;
	margin:40px 0 50px;
}
.com-tt.white{
	margin-bottom:94px;
}
.com-tt.white,.com-tt.white h2{
	color:#fff!important;
}
.com-tt.white p{
	color:#fff!important;
	opacity:0.8;
	filter:alpha(opacity=80);
}
.w1200{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
/*内容少时footer固定页面底部*/
html,
body {
	height: 100%;
}
.layout-container{
	min-height: 100%;
}
.layout-main {
    padding-bottom: 139px;
}
.footer{
    height: 139px;
    margin-top: -139px;
}
/*header*/
.head-bg{
	background: #fff;
	box-shadow: 0 10px 30px -10px rgba(0,0,0,0.2);
	transition: all .3s;
	-webkit-transition: all .3s;
}
.head-bg .head-login a{
	color: #333;
	transition:  border .3s ;
	-webkit-transition: border .3s;
}
.head-bg .head-nav li a {
    color: #333;
}
.head-bg .head-login {
    border-bottom: 1px solid #eee;
    transition:  border .3s ;
	-webkit-transition: border .3s;
}
.head-bg .head-login span{
	color: #333;
}
.header .user{
	font-style:normal;
}
.head-bg .head-nav li a:hover{
	color: #00b399;
}
.header:hover{
	background: #fff;
	box-shadow: 0 10px 30px -10px rgba(0,0,0,0.2);
	transition: all .3s;
	-webkit-transition: all .3s;
}
.logo-img{
	display: none;
}
.header:hover .logo-img{
    display: inline-block;
}
.header.head-bg .logo-img{
    display: inline-block;
}
.header.head-bg .logo-img01{
    display: none;
}
.header:hover .logo-img01{
	display: none;
}
.header:hover .head-login a{
	color: #333;
	transition:  border .3s ;
	-webkit-transition: border .3s;
}
.header:hover .head-nav li a {
    color: #333;
}
.head-nav li.cur a{
	color: #00b399!important;
	position: relative;
}
.head-nav li.cur a{
	border-bottom: 4px solid #00b399;
    padding-bottom: 6px;
}
.header:hover .head-login {
    border-bottom: 1px solid #eee;
    transition:  border .3s ;
	-webkit-transition: border .3s;
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.head-login{
	height: 34px;
	line-height: 32px;
	border-bottom:1px solid transparent;
	color: #fff;
	font-size: 12px;
}
.head-login a {
	margin: 0 12px;
	color: #fff;
}
.header:hover .head-login span{
	color: #333;
}
.head-login a:hover{
	text-decoration: underline;
}
.head-login a:last-child{
	margin-right: 0;
}
.seg-line{
	position: relative;
}
.seg-line:after{
	content: "";
	height: 11px;
	width: 1px;
	background: #b2b2b2;
	position: absolute;
    top: 4px;
    right: -14px;
}
.head-menu{
	height: 67px;
    line-height: 67px;
    position: relative;
}
.logo {
    display: inline-block;
    line-height: 49px;
    vertical-align: top;
}
.head-nav{
	position: relative;
}
.head-nav li{
	float: left;
	height: 67px;
    line-height: 63px;
    font-size: 15px;
    padding: 0 20px;
}
.operation{
	float: right;
	height: 100%;
    margin-left: 22px;
    line-height: 61px;
}
.operation a{
	display: inline-block;
	width: 110px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size:14px;
	background: #00b399;
    vertical-align: middle;
    border-radius: 3px;
    -webkit-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    -o-transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
    transition: border .2s linear,color .2s linear,width .2s linear,background-color .2s linear;
}
.operation a:hover{
	background: #00a18a;
}

.head-nav li a{
	position: relative;
	color: #fff;
	display: inline-block;
	line-height: 19px;
}
.head-nav li a:hover{
	color: #00b399!important;
}

.paddingtop{
	padding-top:101px;
}
/* 公用的banner样式 */
.sub-banner{
	height: 320px;
	text-align: center;
	color: #eeeeee;
	background-repeat: no-repeat;
	background-position: center;
}
.sub-banner-title{
	font-weight: normal;
	font-size: 26px;
	padding-top: 130px;
}
.sub-banner-entitle{
	font-weight: normal;
	font-size: 20px;
	padding-top: 11px;
	font-family: Arial, Helvetica, sans-serif;

}
/*公共登录头部*/
.version-header{
	height: 66px;
	/*display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center; 
    -ms-flex-align: center;
    align-items: center;*/
   box-sizing: border-box;
	padding-top: 16px;
	background-color: #fff;
}
 .logoanother{
	display: inline-block;
}
.named{
	font-size: 16px;
    color: #666;
    display: inline-block;
    height: 44px;
    vertical-align: top;
    line-height: 44px;
    margin-left: 40px;
}
.footer.another{
	height:60px;
	line-height: 60px;
    margin-top: -60px;
    padding-top: 16px;
}
