#tabBox1 .hd{
	    background-color: #fff;
    font-size: 0.7rem;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 300;
        box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.3);
    margin-top: -1px;
    -webkit-transform: translateZ(0);
}
#tabBox1 .hd li{
	
    width: 33.33%;
    text-align: center;
    line-height: 42px;
    height: 42px;
    float: left;
    transition: color 0.6s;
    border-left: 1px solid #e6e6e6;
   
}
#tabBox1 .hd li a{
	 color: #969696;
}
#tabBox1 .hd li.on{
	    transition: color 0.6s;
    border-bottom: 2px solid #339999;
    color: #339999;
}
#tabBox1 .hd li.on a{
	  color: #339999;
}
#tabBox1 .bd .con .conrt{
	min-height: 50vw;
    width:100vw;
}
#tabBox1 .bd .con .conrt img{
	width: 100%;
}