.banner-wrap{
	width: 100%;
	height: 380px;
	background: url('/frontend/web/image/taocan/banner4.png') no-repeat center;
	background-size: cover;
}

.banner{}

.banner > h1{
	padding-top: 166px;
	text-align: center;
	font-weight: 500;
	font-size: 48px;
	line-height: 48px;
	color: #ffffff;
}

.tsmh{
	height: 54px;
}

.tnav{
	width: 100%;
	height: 54px;
	background-color: #fbfbfb;
	box-shadow: 0 1px 0 #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.tnn{
	position: relative;
}

.tnn .line{
	margin-left: -10px;
	width: 20px;
	height: 10px;
	border-radius: 7px;
	background-color: #07a6f0;
	position: absolute;
	bottom: -5px;
	left: 5.55%;

	transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.tnn .line1{
        margin-left: -10px;
        width: 20px;
        height: 10px;
        border-radius: 7px;
        background-color: #07a6f0;
        position: absolute;
        bottom: -5px;

        transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;

}



.tnav.fxd0{
	position: fixed;
	top: 60px;
	left: 0;
	z-index: 9;
}

.tnav ul{}
.tnav ul li{
	padding: 15px 0;
	width: 11.11%;
	text-align: center;
	float: left;
}
.tnav ul li a{
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, 0.85);
	position: relative;
}

.tnav ul li a.am-active:after{
	content: '';
	display: block;
	margin-left: -10px;
	width: 20px;
	height: 9px;
	border-radius: 7px;
	background-color: #07a6f0;
	position: absolute;
	bottom: -19px;
	left: 50%;
}

.thxjs{
	height: 110px;
}

.ttbody{
	padding-bottom: 76px;
}

.ttth{
	padding-top: 30px;
	width: 100%;
	height: 110px;
	background:#fff;
}

.ttth.ttx0{
	position: fixed;
	top: 114px;
	left: 0;
}

.ttth img{
	display: block;
	width: 100%;
}

.ttbody .th{}
.ttbody .td{}
.ttbody .td li{}
.ttbody .td li img{
	display: block;
	width: 100%;
}
