.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	display: block;
	clear: both;
}
.w-1200 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

/*ellipsis*/
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ellipsis-2l {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.ellipsis-3l {
	 display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.zt-container {
	min-height: 400px;
	/*margin-top: 120px;*/
	min-width: 1200px;
	overflow: hidden;
}



.display_none {
	display: none;
}

.clearfix:after {
	/*伪元素是行内元素 正常浏览器清除浮动方法*/
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
	/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}




/*公用的头部和尾部的样式*********************begin*/
/*.zt-top {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 998;
}*/

.zt-tip {
	height: 40px;
	background-color: #ebebeb;
	line-height: 40px;
	color: #565b66;
}
.zt-tip .tel{
	color: #c30d23;
	font-weight: bold;
}
.zt-tab-box {
	position: relative;
	/*padding: 17px 0;*/
    border-bottom: solid 1px #e0e0e0;
    /*box-shadow: 0px 6px 7px 0px rgba(97,97,97,.1);*/
   background: #FFFFFF;
}

.zt-tab-box .logo {
	width: 355px;
	height: 46px;
	margin-top: 21px;
}

.zt-tab-list  {
	width: 700px;
	color: #171b21;
	font-size: 16px;
}
.zt-tab-list .zt-tab-item{
	display: inline-block;
	padding: 0 20px;
	text-align: center;
}

.zt-tab-list .zt-tab-a{
	position: relative;
	display: block;
	height: 84px;
	line-height: 84px;
}
.zt-tab-list .zt-tab-item .dot{
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-right: 8px;
	border: solid 2px #dfe1e5;
	border-radius: 50%;
	vertical-align: middle;
	box-sizing: unset;
}

.zt-tab-list .active .dot,
.zt-tab-list .zt-tab-item:hover .dot{
	border-color: #c30d23;
}
.zt-tab-list .active .gan,
.zt-tab-list .zt-tab-item:hover .gan {
	position: absolute;
    left: 19px;
    right: 0px;
    bottom: 13px;
    z-index: 9;
    height: 3px;
    background-color: #c30d23;
    border-radius: 4px;
}

.zt-tab-box .login-btn {
	position: relative;
	width: 88px;
	height: 34px;
	margin-left: 20px;
	margin-top: 27px;
	background-color: #c30d23;
	border-radius: 17px;
	color: #ffffff;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
}
.zt-tab-box .login-btn i{
	width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #FFFFFF;
    vertical-align: middle;
    display: inline-block;
    margin: 0px 0 0 6px;
}

.zt-tab-box .login-btn:hover .login-content {
	display: block;
}
.login-content {
	display: none;
	position: absolute;
	top: 34px;
	left: 50%;
	z-index: 9;
	width: 96px;
	padding-top: 8px;
	margin-left: -48px;
	background: rgba(255,255,255,0);
}
.login-content-list {
	padding: 0 12px;
	background: #FFFFFF;
	background-color: #fefefe;
	box-shadow: 0px 0px 7px 0px
		rgba(4, 0, 0, 0.18);
	border-radius: 6px;
}
.login-content-list a{
	display: block;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
}
.login-content-list a:last-of-type{
	border: none;
}
.login-content-list a:hover {
	color: #c30d23;
}
.tab-content {
	display: none;
    position: absolute;
    width: 1200px;
    width: 100%;
    top: 85px;
    left: 0;
    padding: 32px 0 10px 0;
    background: #FFFFFF;
    text-align: center;
    z-index: 100;
    box-shadow: 0px 4px 8px 0px
		rgba(4, 0, 0, 0.2);
}
.tab-content-list {
	width: 1200px;
	margin: 0 auto
}
.about-content {
	/*width: 250px;*/
	/*margin-left: -125px;*/
}
.about-content .tab-content-item {
	text-align: center;
}
.about-content .tab-content-item a {
	margin-left: 0;
}
.zt-tab-list .zt-tab-item:hover .tab-content{
	display: block;
}

.tab-content-item {
	display: inline-block;
	width: 200px;
	font-size: 14px;
	color: #666666;
	text-align: left;
	vertical-align: top;
}
.tab-content-item h5 {
	margin-bottom: 10px;
	font-weight: bold;
	color: #333333;
}
.tab-content-item h5 i {
	display: inline-block;
	width: 3px;
	height: 16px;
	margin-right: 10px;
	margin-top: -2px;
	background-color: #c30d23;
	vertical-align: middle;
}
.tab-content-item a{
	display: block;
    margin-bottom: 20px;
    margin-left: 15px;
    line-height: 1;
    color: #666;
}
.tab-content-item a:hover{
	color: #c30d23;
	text-decoration: underline;
}



.zt-common-page {
	padding: 50px;
	text-align: center;
}

.zt-common-page  .layui-laypage a:hover {
	color: #c30d23;;
}

.zt-common-page .layui-laypage a, .zt-common-page .layui-laypage span {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}
.hide{
	display: none;
}
