
.producrt_box {
    margin-top: 80px;
}
.producrt_box:nth-of-type(1){
	margin-top:65px;
}
.producrt_box .dg-t{
	text-align: center;
}

.tabswitch-title {
    position: relative;
    height: 42px;
    line-height: 42px;
    font-size: 0;
}
.tabswitch-title .longline {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 1px;
    background-color: #ccc;
}
.tabswitch-title .tabswitch-title-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    letter-spacing: 0;
    text-align: center;
    line-height: 42px;
    color: #212121;
    font-size: 36px;
    margin: 0;
}
.tabswitch-title .tabswitch-title-info h2 {
    margin: 0 auto;
    width: 336px;
    height: 42px;
    background: #fff;
}
.product_common {
	margin-top: 40px;
}
.product_common ul li {
    padding-left: 15px;
    margin-bottom: 20px;
}
.product_common .item {
    /* background-color: #EEEEEE !important; */
    text-align: center;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #eee;
}

.product_common .item .img{
	overflow: hidden;
}

.product_common .item .img img {
    width: 100%;
    margin: 0 auto;
}

.product_common .item:hover img {
    transform: scale(1.1);
}

.product_common .item .title{
	    margin-bottom: 5px;
    color: #212121;
    font-size: 24px;
    border-top: 1px solid #eee;
    padding-top: 10px;
}

.product_common .item .sub_title{
    color: #717070;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 20px;
}

.producrtlist{
	margin-bottom: 70px;
}


.producrt_box .dg-t {
    text-align: center;
    color: #fff;
	/* background: #005cb5;
	background-color: rgba(0, 92, 181, 0.8); */
}
.producrt_box .dg-t a {
	position: relative;
    border: 4px solid #000;
    width: 260px;
    line-height: 42px;
    font-size: 18px;
	display: inline-block;
	overflow: hidden;
	z-index: 33;
}
.producrt_box .dg-t a span{
	color: #000;
	display: inline-block;
    font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 0.4s;
}

.producrt_box .dg-t a:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: transparent transparent transparent #001eb4;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.6s;
    z-index: -1;
}
.producrt_box .dg-t a:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: transparent #001eb4 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.6s;
    z-index: -1;
}
.producrt_box .dg-t a span:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: transparent transparent #001eb4 transparent;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.6s;
    z-index: -1;
}
.producrt_box .dg-t a  span:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: #001eb4 transparent transparent transparent;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s;
    z-index: -1;
}
.producrt_box .dg-t a:hover:before {
    border-width: 180px 0 0 180px;
}
.producrt_box .dg-t a:hover:after {
    border-width: 0 180px 180px 0;
}
.producrt_box .dg-t a:hover span:before {
    border-width: 0 0 180px 180px;
}
.producrt_box .dg-t a:hover span:after {
    border-width: 180px 180px 0 0;
}
.producrt_box .dg-t a:hover{
    border: 4px solid #001eb4;
}
.producrt_box .dg-t a:hover span{
	color: #fff;
}