@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, {
margin: 0;
padding: 0;
border: 0;
}
/*th,td{margin: 0; padding: 0;}*/
html {
	color: #000;
}
html, body {
	width: 100%;
	min-width: 1140px;
}
body, button, input, select, textarea {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", "Microsoft Yahei", "Arial", "Verdana", "sans-serif";
	font-size: 14px;
	background: #fff;
	outline: none;
}
ul, ol, li, dl, dd, dt, p {
	list-style: none;
	margin: 0;
	padding: 0;
}
em {
	font-style: normal;
}
a {
	text-decoration: none;
	outline: none;
	color: #3a3a3a;
}
a:hover {
	text-decoration: underline;
}
legend {
	color: #000;
}
fieldset, img {
	border: 0;
}
label, button {
	cursor: pointer;
}
/*解决IE图片缩放失真*/
img {
	-ms-interpolation-mode: bicubic;
}
/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear: both;
}
/*连续英文、数字换行*/
.wordwrap {
	word-break: break-all;
	word-wrap: break-word;
}
/*单行文字超出显示省略号*/
.omg {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none
}
.fl {
	float: left;
}
.fr {
	float: right;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
width:4px;
}/* 滚动槽 */
::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
background-color:#6d6e70;
}
::-webkit-scrollbar-thumb:window-inactive {
background-color:#3c3c3c;
}
 @-webkit-keyframes bounce-up {
25% {
-webkit-transform: translateY(5px);
}
50%, 100% {
-webkit-transform: translateY(0);
}
75% {
-webkit-transform: translateY(-5px);
}
}
@keyframes bounce-up {
25% {
transform: translateY(5px);
}
50%, 100% {
transform: translateY(0);
}
75% {
transform: translateY(-5px);
}
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
input {
	border-radius: 0;
}
*, a, button, input {
	-webkit-tap-highlight-color: rgba(255,0,0,0);
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999;
	width: 100%;
	height: 100px;
	line-height: 100px;
	background: #fff;
	box-shadow: 0 2px 2px 2px rgba(0,0,0,0.1);
}
.container {
	width: 1140px;
	margin: 0 auto;
}
.logo {
	width: 166px;
	height: 79px;
	margin-right: 54px;
	vertical-align: middle;
}
.nav {
	float: right;
}
.inner-nav {
	display: flex;
}
.inner-nav .inner-navli {
	margin-right: 44px;
	border-bottom: 6px #fff solid;
	line-height: 88px;
	height: 88px;
	position: relative;
	padding-top: 6px;
}
.inner-nav .inner-navli:nth-last-child(2) {
	margin-right: 35px;
}
.inner-nav .inner-navli:last-child {
	margin-right: 0px;
}
.inner-nav .inner-navli a {
	font-size: 20px;
	color: #999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.inner-nav .inner-navli.active {
	border-bottom: 6px #b00000 solid;
}
.inner-nav .inner-navli.active a{
	color: #b00000;
}
.inner-nav .inner-navli:hover {
	border-bottom: 6px #b00000 solid;
}
.inner-nav .inner-navli:last-child:hover {
	border-bottom: 0;
}
.inner-nav .inner-navli:hover a {
	color: #b00000;
}
.navtp {
	display: inline-block;
	vertical-align: middle;
	width: 34px;
	height: 34px;
	cursor: pointer;
}
.ejnav {
	position: absolute;
	top: 100px;
	left: 0px;
	display: none;
	padding: 15px 18px;
	background: #fff;
	box-shadow: 0 2px 2px 2px rgba(0,0,0,0.1);
}
.ejnavli {
	width: 174px;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px #f0f0f0 solid;
	padding: 0 10px;
}
.ejnav .ejnavli:last-child {
	border-bottom: 0;
}
.ejnavli a {
	display: flex;
	width: 100%;
	justify-content: space-between;
	color: #999999 !important;
	font-size: 18px;
}
.ejnavli:hover a {
	color: #b00000 !important;
}
#vx {
position: absolute;
    top: 100px;
    left: -100px;
    display: none;
    width: 250px;
    height: 250px;
    background: #fff;
    box-shadow: 0 2px 2px 2px rgba(0,0,0,0.1);
}
#vx img {
	width: 200px;
	height: 200px;
	margin: 25px;
}
/* banner */
.c-banner {
	width: 100%;
	position: relative;
	margin-top: 100px;
}
.c-banner img {
	width: 100%;
}
.c-banner .banner ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.c-banner .banner ul li {
 position: absolute display: none;
	opacity: 0;
}
.c-banner .banner ul li:nth-child(1) {
	opacity: 1;
	display: block;
}
.c-banner .banner ul li img {
	width: 100%;
	position: absolute;
	top: 0px;
}
.c-banner .banner ul li:first-child img {
	position: relative;
}
.c-banner .nexImg, .c-banner .preImg {
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: calc(50% - 28px);
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
	cursor: pointer;
}
.c-banner .nexImg:hover, .c-banner .preImg:hover {
	opacity: 0.8;
}
.c-banner .preImg {
	left: 20px;
}
.c-banner .nexImg {
	right: 20px;
}
.c-banner .nexImg img, .c-banner .preImg img {
}
.c-banner .jumpBtn {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}
.c-banner .jumpBtn ul {
	margin-bottom: 0px;
	padding: 0px;
}
.c-banner .jumpBtn ul li {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child {
	margin-left: 0px;
}
/*首页数据*/
.datad {
	background: #b00000;
	width: 100%;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.datali {
	width: 268px;
	border-left: 1px #ff4c6e solid;
	height: 160px;
	display: flex;
	justify-content: center;
	flex-flow: column;
}
.datat1 {
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	padding-left: 30px;
	position: relative;
	height: 50px;
	line-height: 50px;
}
.datat1:after {
	content: '';
	width: 5px;
	height: 50px;
	background: #fff;
	left: -3px;
	top: 0;
	position: absolute;
}
.datat2 {
	font-size: 20px;
	color: #fff;
	padding-left: 30px;
	margin-top: 25px;
}
/*首页简介*/
.index_abd {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px #b0b0b0 solid;
	padding-bottom:45px;
	margin-top: 70px;
}
.index_abdl {
	width: 295px;
	margin-right:28px;
}
.index_abt1 {
	font-size: 40px;
	color: #333;
	line-height: 40px;
	font-weight: bold;
	margin-top: 10px;
}
.index_abt2 {
	margin-top: 8px;
	font-size: 20px;
	color: #c7c7c7;
	line-height: 36px;
}
.index_abtp {
	width: 815px;
	height: 336px;
	margin-top:50px;
}
.index_abbtn {
	width: 164px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	background: #b00000;
	border-radius: 25px;
	margin-top: 62px;
}
.index_abbtn:hover {
	background: #fff;
	color: #b00000;
	border: 1px #b00000 solid;
}
.index_abdr {
	width:815px;
	font-size:16px;
	color:#999;
	line-height:36px;
	text-indent:2em;
	}
/*首页关于我们*/	
.index_abd2 {
	display: flex;
	justify-content: space-between;
	margin-top: 47px;
}
.index_abdd1{
	width:565px;
	height:475px;
	}
.index_abli {
	cursor: pointer;
	border: 1px #fff solid;
	position:relative;
}
.index_abdd1 .index_abli {
	width: 565px;
	height: 475px;
}
.index_abdd2 .index_abli {
	width: 560px;
	height: 230px;
}
.index_abdd2 a:nth-child(2){
	margin-top:14px;
	display:block;
	}
.index_abli img{
	width:100%;
	}
.index_abt3 {
	margin-top: 80px;
	font-size: 40px;
	color: #fff;
	line-height: 26px;
	font-weight: bold;
	margin: 28px 28px 0;
}
.index_abdd1 .index_abt3 {
	margin: 28px 28px 0;
}
.index_abt4 {
	font-size: 20px;
	color: #fff;
	margin: 34px 28px 0;
}
.index_abdd1 .index_abt4 {
	margin: 20px 28px 0;
}
.ckgd{
	position:absolute;
	bottom:28px;
	left:28px;
	font-size:18px;
	color:#fff;
	z-index:999;
	}
.index_abli:hover {
	border: 1px #b00000 solid;
}
/*首页新闻*/
.index_newsd {
	padding: 65px 0 75px;
	background: #f8f8f8;
	margin-top: 88px;
}
.index_newstt {
	text-align: center;
	font-size: 40px;
	color: #333333;
	height: 40px;
	line-height: 40px;
}
.index_newstyped {
	display: flex;
	justify-content: center;
	margin-top: 26px;
}
.index_newstypedli {
	width: 165px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #999999;
	font-size: 20px;
	border: 1px #999999 solid;
	border-radius: 25px;
	cursor: pointer;
	margin-left: 18px;
}
.index_newstypedli.active {
	background: #b00000;
	border-color: #b00000;
	color: #fff;
}
.index_newstyped .index_newstypedli:nth-child(1) {
	margin-left: 0px;
}
.index_newsdd {
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}
.index_newsddl {
	width: 555px;
	height: 484px;
}
.index_newsddl img{
	width: 555px;
	height: 484px;
}
.index_newsddr {
	width: 568px;
}
.index_newsdli {
	width: 512px;
	height: 108px;
	background: #fff;
	padding: 20px 28px;
	margin-bottom: 20px;
}
.index_newsddr .index_newsdli:last-child {
	margin-bottom: 0px;
}
.index_newst1 {
	font-size: 20px;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight:bold;
}
.index_newst2 {
	font-size: 14px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 18px;
}
.index_newsdm {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	font-size: 14px;
	color: #999999;
}
.index_newsdli:hover {
	box-shadow: 0 2px 2px 2px rgba(0,0,0,0.1);
}
.index_newsdli:hover .newsm {
	color: #b00000;
}
/*首页联系我们*/
.index_ust1 {
	font-size: 40px;
	color: #333;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	margin-top: 94px;
}
.index_ust2 {
	font-size: 16px;
	color: #999;
	margin-top: 24px;
}
.index_usdd {
	display: flex;
	justify-content: space-between;
	margin-top: 72px;
}
.inp {
	background: #f8f7fd;
	border: 1px #dfdfdf solid;
	width: 495px;
	height: 55px;
	border-radius: 5px;
	font-size: 16px;
	color: #999;
	padding: 0 30px;
	margin-bottom: 30px;
	outline: none;
}
.int {
	background: #f8f7fd;
	border: 1px #dfdfdf solid;
	width: 495px;
	height: 103px;
	border-radius: 5px;
	font-size: 16px;
	color: #999;
	padding: 16px 30px;
	margin-bottom: 30px;
	outline: none;
}
.inbtn {
	width: 165px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #b00000;
	border: 0;
	color: #fff;
	font-size: 16px;
	border-radius: 25px;
	margin-bottom: 88px;
}
.index_ustp {
	width: 557px;
	height: 355px;
}
.footer {
	background: #333333;
	padding: 70px 0 34px 0;
	border-bottom: 1px #929292 solid;
}
.foott {
	border-bottom: 1px #929292 solid;
	padding-bottom: 54px;
	position:relative;
}
.grid{
	display:inline-grid;
	padding-left:10px;
	border-left:1px #4d4d4d solid;
	margin-right:50px;
	}
.grid2{
	display:inline-grid;
	}
.grid2 a{
	font-size: 16px;
	color: #999;
	margin-top:0px;
}
.grid a {
	font-size: 14px;
	color: #666;
	margin-top:15px;
}
.grid a:first-child {
	font-size: 16px;
	color: #999;
	margin-top:0px;
}
.foott a:hover {
	color: #fff;
}
.ftewm{
	display: inline-block;
	font-size:12px;
	color:#999999;
	text-align:center;
    float: right;
	}
.footb {
	display: flex;
	justify-content: space-between;
	margin-top: 28px;
	align-items: center;
}
.footbxxd {
	display: flex;
	align-items: center;
}
.footblg {
	width: 92px;
	height: 92px;
	display: inline-block;
	margin-right: 48px;
	vertical-align:text-top;
}
.footbt {
	font-size: 14px;
	line-height: 30px;
	color: #999999;
}
.ftvx {
	width: 88px;
	height: 88px;
    display: block;
	margin-bottom:8px;
}
.footbssd {
	width: 298px;
	position:absolute;
	right:0px;
	bottom:20px;
}
.ftsearch {
	height: 40px;
	width: 212px;
	border: 1px #999999 solid;
	border-radius: 26px;
	background-color: transparent;
	outline: none;
	font-size: 16px;
	color: #999;
	padding: 0 48px 0 34px;
}
.ftss {
	position: absolute;
    width: 38px;
    height: 38px;
    border: 0;
    background: url(../images/ss.png) no-repeat;
    top: 5px;
    right: 12px;
    outline: none;
}
.footbot {
	margin-top: 10px;
}
.footbot a {
	color: #999;
	font-size: 14px;
}
.footbot a:hover {
	color: #fff;
}
.nybanner {
	margin-top: 100px;
}
.positiond {
	width: 100%;
	box-shadow: 0 2px 2px 2px rgba(0,0,0,0.1);
	height: 70px;
	line-height: 70px;
}
.position {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	color: #333;
}
.position label {
	margin: 0 5px;
}
.position a {
	font-size: 20px;
	color: #333;
}
.position a:hover {
	color: #b00000;
}
.nyd {
	margin-bottom: 120px;
}
.nytt {
	font-size: 40px;
	text-align: center;
	color: #333;
	line-height: 40px;
	margin-top: 72px;
	font-weight: bold;
}
.nyconter {
	font-size: 18px;
	color: #666;
	line-height: 36px;
	margin-top: 56px;
}
.nyconter img {
	display: block;
	margin: 0 auto;
}
.recruitd {
	margin-top: 52px;
}
.recruitbt {
	background: #f0f0f0;
	display: flex;
	height: 58px;
	line-height: 58px;
	padding-left: 18px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.recruitbt1 {
	width: 220px;
	margin-right: 68px;
}
.recruitbt2 {
	width: 220px;
	margin-right: 68px;
}
.recruitbt3 {
	width: 118px;
	margin-right: 68px;
}
.recruitbt4 {
	width: 134px;
	margin-right: 68px;
}
.recruitnr {
	display: flex;
	font-size: 15px;
	color: #333;
	padding: 25px 0 25px 18px;
	border-bottom: 1px #dddddd solid;
}
.recruitnr:last-child {
	border: 0;
}
.recruitnrt1 {
	width: 220px;
	margin-right: 68px;
}
.recruitnrt2 {
	width: 220px;
	margin-right: 68px;
}
.recruitnrt3 {
	width: 118px;
	margin-right: 68px;
}
.recruitnrt4 {
	width: 134px;
	margin-right: 68px;
}
.recruitnrt5 a {
	font-size: 15px;
	color: #333;
}
.recruitnrt5 a:hover {
	color: #b00000;
}
.joind {
	display: flex;
	justify-content: space-between;
	margin-top: 68px;
}
.joint1 {
	font-size: 24px;
	color: #666666;
	margin-bottom: 45px;
}
.joint2 {
	color: #666666;
	font-size: 18px;
	margin-bottom: 10px;
}
.joint2 img{
	width:20px;
	height:20px;
	margin-right:5px;
	}
.joint2 p {
	line-height: 30px;
}
.lxfsd{
	width:436px;
	height:218px;
	border:1px #c6c6c6 solid;
	padding:34px;
	background:#fff;
	}
/*产品分类*/
.cptt {
	font-size: 30px;
	color: #333;
	margin-top: 76px;
	font-weight: bold;
	position: relative;
}
.cptt::after {
	content: '';
	display: block;
	position: absolute;
	width: 70px;
	height: 6px;
	background: #b00000;
	bottom: -20px;
}
.demopage {
	width: 1140px;
	margin: 68px auto 0;
	display: flex;
	flex-flow: wrap;
}
.demopage2 {
    width: 573px;
    margin: 68px auto 0;
    display: flex;
    flex-flow: wrap;
}
/* item */
.item {
	width: 180px;
	height: 230px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
	margin-right: 60px;
}
.item .caption {
	height: 50px;
	width: 180px;
	background: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.caption1 {
	font-size: 20px;
	color: #333;
	padding-bottom: 10px;
	border-bottom: 1px #8d8d8d solid;
}
.item:hover .caption1 {
	color: #b00000;
	border-bottom: 1px #b00000 solid;
}
.item img {
	border: 0;
	width:180px;
	height:180px;
}
/* item_li */
.item_li {
	width: 182px;
	height: 240px;
	overflow: hidden;
	position: relative;
	margin-bottom: 13px;
	margin-right: 13px;
}
.item_li:nth-child(3n){
	margin-right:0;
	}
.item_li .item_li_caption {
	height: 58px;
	width: 182px;
	background: #f2f2f2;
	display: flex;
	align-items: center;
	justify-content: center;
}
.item_li_caption1 {
	font-size: 20px;
	color: #333;
	padding-bottom: 12px;
	border-bottom: 1px #8d8d8d solid;
	height:20px;
	line-height:20px;
}
.item_li:hover .item_li_caption1 {
	color: #b00000;
	border-bottom: 1px #b00000 solid;
}
.item_li img {
	border: 0;
	width:182px;
	height:182px;
}
.infod {
	margin-top: 32px;
}
.infoli {
	width: 1078px;
	height: 76px;
	line-height: 76px;
	background: #f8f8f8;
	padding: 0 32px;
	border-bottom: 1px #fff solid;
}
.infofl {
	display: flex;
}
.infot1 {
	font-size: 20px;
	color: #333;
	width: 786px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
.infot2 {
	font-size: 16px;
	color: #999;
	margin-left: 64px;
	width: 90px;
}
.infot3 {
	font-size: 16px;
	color: #999;
	margin-left: 55px;
	width: 80px;
}
.infoli:hover {
	box-shadow: 0 2px 2px 2px rgba(0,0,0,0.1);
	background: #fff;
}
.infoli:hover .infot3 {
	color: #b00000;
}
.newsli {
	width: 1100px;
	height: 202px;
	padding: 25px 20px;
	background: #f8f8f8;
	position: relative;
	margin-top: 50px;
}
.fld {
	display: flex;
	justify-content: space-between;
}
.newstp {
	width: 364px;
	height: 200px;
}
.newsr {
	width: 650px;
	margin-right: 30px;
}
.newst1 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newst2 {
	font-size: 18px;
	color: #666;
	margin-top: 10px;
	line-height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.newst3 {
	font-size: 16px;
	color: #999;
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	position: absolute;
	bottom: 25px;
	width: 650px;
}
.newsli:hover {
	background: #fff;
	box-shadow: 0 2px 2px 2px rgba(0,0,0,0.1);
}
.nytime {
	font-size: 17px;
	color: #666;
	text-align: center;
	margin-top: 40px;
}
.nyconter p {
/*text-indent:2em;*/
}
.newsli:hover .newsmo {
	color: #b00000;
}



.pages {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	clear: both;
	margin-top:50px;
}
.pagination{
	display:flex;
    justify-content: center;
	}
.pages span, .pages a, .pages b {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 2px;
}
.pages span font {
	color: #f00;
	font-size: 12px;
}
.pages a, .pages b {
	background: #fff;
	padding: 2px 6px;
	text-decoration: none
}
.pages span {
	padding: 0 6px
}
.pages b, .pages a:hover {
	background: #b00000;
	color: #fff;
}
 .pages .active {
	color: #b00000;
}
.gpdm{
    width: 196px;
    height: 51px;
    border-radius: 25px;
    background: #fff;
    font-size: 20px;
    color: #b00000;
    text-align: center;
    position: absolute;
    top: 20px;
    z-index: 999;
    line-height: 51px;
    right: 600px;
}
.gjzst{
	margin-top:114px;
	display:flex;
	}
.gjzstt{
	font-size:40px;
	color:#333;
	line-height:40px;
	font-weight:bold;
		}
.gjzsr{
	margin-left:240px;
	display:flex;
	font-size:16px;
	color:#666666;
	}	
.gjzsr .lis{
	margin-right:50px;
	}	
.gjzsr .lis:last-child{
	margin-right:0px;
	}	
.gjzsr .lis:first-child{
	margin-right:100px;
	}
.list1{
	font-size:30px;
	color:#b00000;
	margin-top:20px;
	}
.list1 font{
	font-size:18px;
	}
.list2{
	font-size:20px;
	color:#666;
	margin-top:26px;
	}	
.gjzsnav{
	display:flex;
    position: absolute;
    left: calc(50% - 300px);
	}
.gjzsnav a{
	display:block;
	width:230px;
	height:70px;
	text-align:center;
	line-height:70px;
	font-size:22px;
	font-weight:bold;
	color:#333333;
	position:relative;
	}	
.gjzsnav a:hover{
	background:#b00000;
	color:#ffffff;
	}		
.gjzsnav a.active{
	background:#b00000;
	color:#ffffff;
	}	
.gjzsnav a:hover:after,.gjzsnav a.active:after{
	display:none;
	}	
.typesd{
	margin-top:78px;
	box-shadow: 2px 0px 10px 0px rgba(0,0,0,0.1);    
	display: inline-block;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	}	
.typesd a{
	display:inline-block;
	width:170px;
	height:58px;
	text-align:center;
	line-height:58px;
	font-size:24px;
	color:#333;
	position:relative;
	}	
	
.typesd a::after{
	content:'';
	width:1px;
	height:30px;
	position:absolute;
	background:#e1e1e1;
	left:0px;
	top:14px;
	}
.typesd a:first-child{
	border-top-left-radius:10px;
	}	
.typesd a:last-child{
	border-top-right-radius:10px;
	}
.typesd a:first-child::after{
	display:none;
	}
.typesd a.active{
	color:#fff;
    background: #b00000;
	}	
.typesd a.active::after{
	display:none;
	}
