@charset "utf-8";
/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-size: .12rem;
	font-size: 12px;
	font-family: 'PingFang SC', Arial, Helvetica, sans-serif;
	color: #333;
	-webkit-text-size-adjust: none;
}

a {
	color: #666;
	text-decoration: none;
	outline: none;
}
a:active{star:expression(this.onFocus=this.blur());} 
img {
	border: 0px;
	vertical-align: middle;
}

a,a:hover,a:active,a:visited,a:link,a:focus {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;
}

a:link {
	text-decoration: none;
	outline: none;
}

a:visited {
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #333;
	outline: none;
}

ul,	p, dl, dt, dd {
	padding: 0px;
	margin: 0px;
}

li {
	list-style-position: outside;
	list-style-type: none;
}

h1, h2, h3, h4, h5 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 16px;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

h5 {
	font-size: 12px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear_f {
	clear: both;
	height: 0px;
	padding: 0px;
	margin: 0px;
	display: block;
	_display: inherit;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.h10 {
	height: 10px;
	overflow: hidden;
	clear: both;
}

.h30 {
	height: 30px;
	overflow: hidden;
	clear: both;
}

.h60 {
	height: 60px;
	overflow: hidden;
	clear: both;
}

.h70 {
	height: 70px;
	overflow: hidden;
	clear: both;
}

.h100 {
	height: 100px;
	overflow: hidden;
	clear: both;
}

input, textarea {
	background: transparent;
	padding: 0px;
	font-size: 12px;
	font-family: Arial, "Microsoft JhengHei";
	color: #888;
	outline: none;
	border: 0px;
}

em {
	font-style: normal;
}

.btn1 {
	cursor: pointer;
}

.red {
	color: #cb1f18;
}

.wal {
	width: 1200px;
	margin: 0px auto;
}

.w250 {
	width: 250px;
	overflow: hidden;
}

.w325 {
	width: 325px;
	overflow: hidden;
}

.w745 {
	width: 745px;
}

.w900 {
	width: 900px;
}

.w1092 {
	width: 920px;
}

.ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flexbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	align-items: flex-start
}

.flexbox>.flex {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	width: 100%;
	height: auto;
	display: block;
}

.flex-center {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.flex-start {
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.flex-end {
	-webkit-box-align: flex-end !important;
	-webkit-align-items: flex-end !important;
	align-items: flex-end !important;
}

.Phone-Box {
	display: none;
}

.scale {
	overflow: hidden;
}

.scale img {
	transition: 1.3s;
	-moz-transition: 1.3s;
	-webkit-transition: 1.3s;
	-o-transition: 1.3s;
}

.scale:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.indexPart2 img, .indexPart2 .box, .indexPart2 .name {
	transition: All 0.5s ease;
	-webkit-transition: All 0.5s ease;
	-moz-transition: All 0.5s ease;
	-o-transition: All 0.5s ease;
}

.Phone-Box {
	display: none;
}

.nav {
	position: relative;
	height: 100px;
}

.header {
	height: 46px;
	line-height: 46px;
	background: #15203F;
	color: #fff;
	font-size: 16px;
}

.header .left {
	float: left;
}

.header .right {
	float: right;
}

.header .right label:last-child {
	margin-left: 10px;
}

.nav .leftDiv {
	width: 195px;
	line-height: 100px;
	float: left;
}

.nav .leftDiv .logo {
	width: 195px;
}

.nav .leftDiv .logo img {
	width: 100%;
	;
}

/* .wrap .rightDiv{ position: absolute; right: 0px; top: 0px; } */
.nav .rightDiv {
	text-align: right;
	display: inline-block;
	float: right;
}
.nav .rightDiv::before,
.nav .rightDiv::after{
	display: table;
	content: " ";
}

.nav .rightDiv ul {
	display: inline-block;
}

.nav .rightDiv li {
	margin-left: 70px;
	float: left;
	font-size: 20px;
	color: #222;
	height: 100px;
	line-height: 100px;
}

.nav .rightDiv li.selected a,
.nav .rightDiv li:hover a {
	color: #07429C;
}



/*导航菜单触发*/
.navLayer {
	overflow-x: auto;
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: fixed;
	z-index: 222;
	right: -100%;
	top: 0px;
}

.navLayer .bg {
	overflow-x: auto;
	position: relative;
	background: #f5f5f5;
	height: 100%;
	width: 100%;
}

.navLayer .toptop {
	height: 1rem;
	position: relative;
	background: #fff;
}

.navLayer .closeBtn1 {
	width: 1.22rem;
	height: 1rem;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
	line-height: 1rem;
}

.navLayer .closeBtn {
	width: 1.22rem;
	height: 1rem;
	position: absolute;
	top: 0px;
	right: 0px;
	text-align: center;
	line-height: 1rem;
}

.navLayer .closeBtn1 img,
.navLayer .closeBtn img {
	width: 0.5rem;
}

.navLayer .form {
	float: right;
	background: #f6f6f6;
	width: 60%;
	height: 0.7rem;
	border-radius: 24px;
	-moz-border-radius: 24px;
	position: relative;
}

.navLayer .form .input1 {
	width: 100%;
	text-indent: 15px;
	height: 0.7rem;
	line-height: 0.7rem;
	font-size: 16px;
}

.navLayer .form .btn1 {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0.7rem;
	height: 0.7rem;
	background: url(../images/nimg19_2.png) center no-repeat;
	background-size: 0.19rem;
}

.sideNav {
	padding: 0.55rem 1.2rem 0.5rem;
}

.subNav {
	background-size: 0.16rem;
	cursor: pointer;
	display: block;
	height: 0.9rem;
	line-height: 0.9rem;
	position: relative;
	font-size: 0.27rem;
	border-bottom: #d7d7d7 solid 1px;
}

.subNav.selected a{
	color: #07429C;
}

.subNav > a {
	display: block;
	background: transparent;
}
/*右侧悬浮窗*/
.topA {
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	position: fixed;
	right: 50%;
	margin-right: -670px;
	bottom: 35px;
	z-index: 10;
	display: none;
	width: 50px;
	height: 50px;
	background: #07429C url(../images/top.png) center 11px no-repeat;
	background-size: 24px;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-box-shadow: 0 4px 10px 0 rgba(0,0,0,.3);
	box-shadow: 0 4px 10px 0 rgba(0,0,0,.3);
}

.pageTitleTop .p1 {
	font-size: 30px;
	color: #222;
	text-align: center;
	margin-bottom: 8px;
}

.pageTitleTop .p2 {
	font-size: 18px;
	color: #999;
	font-variant: small-caps;
	text-align: center;
}

.footerWrap {
	background: #15203F;
	padding: 54px 0 45px 0;
}

.footerWrap .col {
	float: left;
}

.footerWrap  .logo {
	width: 195px;
	margin-top: 15px;
}

.footerWrap  .logo img {
	width: 100%;
}

.footerWrap .phone {
	color: #fff;
	margin-top: 40px;
}

.footerWrap .phone a{
	color: #fff;
}

.footerWrap .phone>div {
	margin-left: 22px;
}

.footerWrap .contactPerson {
	font-size: 18px;
	margin-bottom: 5px;
}

.footerWrap .tel {
	font-size: 16px;
}

.footerWrap .col2 {
	margin-left: 68px;
}

.footerWrap .col2 .title {
	font-size: 20px;
	color: #fff;
	margin-bottom: 25px;
	text-align: left;
}

.footerWrap .col2 ul {
	width: 225px;
	overflow: hidden;
}

.footerWrap .col2 ul li {
	float: left;
	width: 80px;
	font-size: 14px;
	margin-right: 30px;
	color: #fff;
	margin-bottom: 18px;
}

.footerWrap .col2 ul li a {
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.footerWrap .col2 ul li:nth-child(2n) {
	margin-right: 0;
}

.footerWrap .col3 {
	margin-left: 70px;
	color: #fff;
}

.footerWrap .col3 .title {
	font-size: 20px;
	margin-bottom: 25px;
}

.footerWrap .col3  > p {
	font-size: 14px;
	margin-bottom: 16px;
}

.footerWrap .col3  > p a {
	color: #fff;
}

.footerWrap .col4 {
	float: right;
}

.footerWrap .col4 .erCode {
	width: 160px;
	height: 160px;
	overflow: hidden;
}

.footerWrap .col4 .erCode img {
	width: 100%;
}

.footerWrap .col4 .title {
	font-size: 18px;
	margin-top: 15px;
	color: #fff;
	text-align: center;
}

.footerWrap .friendsLink {
	margin-top: 90px;
	color: #fff;
	font-size: 14px;
	text-align: center;
}

.footerWrap .friendsLink > a {
	color: #fff;
	margin-right: 20px;
}

.footerWrap .copyright {
	margin-top: 19px;
	text-align: center;
	color: #fff;
	font-size: 14px;
}

.footerWrap .copyright a {
	color: #fff;
}

.pageTitleTel {
	height: 50px;
	background: #07429C;
	position: relative;
	font-size: 14px;
	display: none;
}

.sideTitleTel {
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.sideTitleTel .con {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	position: relative;
	padding-right: 10px;
}

.sideTitleTel .con a {
	color: #fff;
	display: block;
	height: 50px;
	padding-left: 15px;
	background: url(../images/ico5.png) right center no-repeat;
	background-size: 16px;
}

.sideTitleTel .con.on a {
	background: url(../images/ico5.png) right center no-repeat;
	background-size: 16px;
}

.sideTitleNav {
	position: absolute;
	top: 50px;
	z-index: 10;
	width: 100%;
	background: #faf9f9;
	display: none;
	box-shadow: 0 1px 5px rgba(35,25,25,0.2);
	-moz-box-shadow: 0 1px 5px rgba(35,25,25,0.2);
	-webkit-box-shadow: 0 1px 5px rgba(35,25,25,0.2);
}

.sideTitleNav li {
	height: 43px;
}

.sideTitleNav li a {
	display: block;
	height: 42px;
	line-height: 42px;
	padding-left: 15px;
	color: #666;
	border-bottom: #e2e2e2 solid 1px;
	background: #faf9f9;
}

.sideTitleTel .con em {
	display: block;
	color: #fff;
	padding-left: 15px;
}


/*分页*/
.pageList {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 80px;
}

.pageList > span,
.pageList > a,
.pageNum a {
	margin: 0 4px;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	color: #666;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 34px;
}

.pageList a:hover,
.pageNum a:hover,
.pageNum .aNow,
.pageList .current {
	color: #fff;
	background: #15203F;
}

.pageList a:first-child,
.pageList span:first-child,
.pageList span:last-child,
.pageList a:last-child {
	padding: 0 20px;
	width: auto;
}

.pageList .disabled {
	background-color: #f2f2f2;
	cursor: not-allowed;
}

.pageMore {
	display: none;
	padding-bottom: 25px;
}

.pageMore a {
	font-size: 14px;
	display: block;
	width: 100%;
	text-align: center;
	height: 45px;
	line-height: 45px;
	background: #FF4B44;
	color: #fff;
	font-size: 16px;
}

.pageNow {
	color: #222;
	position: relative;
	padding-left: 18px;
	font-size: 18px;
	box-sizing: border-box;
}

.pageNow::before {
	content: "";
	width: 7px;
	height: 20px;
	background: #07429C;
	position: absolute;
	left: 0;
	top: 2px;
}

.pageNow a {
	color: #222;
}

.pageNow a:hover {
	color: #07429C;
}

.pageNow label {
	margin: 0 2px;
}

.pageNow em {
	color: #07429C;
}

.BlockTitle {
    font-weight: 600;
    font-synthesis: style;
    line-height: 1.375;
    font-size: 16px;
    color: #1a1a1a;
    border-bottom: solid;
    border-width: 1px;
    border-color: #ebebeb;
    padding-bottom: 12px;
    margin-top: 40px;
	margin: 24px auto 4px;
}
.Recommendations-List {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 32px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.PostItem {
    height: 250px;
    width: 245px;
    min-width: 245px;
    border-radius: 5px;
    -webkit-box-shadow: 0 6px 14px 0 #edecec;
    box-shadow: 0 6px 14px 0 #edecec;
    background: #fff;
    margin-right: 35px;
    position: relative;
    overflow: hidden;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}
.PostItem:hover {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.PostItem-TitleImage {
    height: 205px;
    width: 100%;
	background-size: cover;
    -o-object-fit: cover;
    object-fit: cover;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}

.PostItem-Title {
    font-weight: 600;
    font-synthesis: style;
    font-size: 16px;
    min-width: 225px;
    color: #1a1a1a;
    line-height: 22px;
    margin: 12px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.AboutNews-List > a{
	font-size: 16px;
	margin-top: 20px;
	border-radius: 5px;
	padding: 10px 0;
    -webkit-box-shadow: 0 6px 14px 0 #edecec;
    box-shadow: 0 6px 14px 0 #edecec;
    background: #fff;
	-webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}

.AboutNews-List > a > span{
    font-synthesis: style;
    font-size: 16px;
    min-width: 225px;
    color: #1a1a1a;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	font-weight: 600;
	position: relative;
	padding-left: 25px;
	-webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: auto;
}
.AboutNews-List > a > span::before{
	content: '';
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #929292;
    position: absolute;
    left: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.AboutNews-List > a > label{
	margin-right:10px;
}
.AboutNews-List > a:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.AboutNews-List > a:hover > span::before{
	background-color: #07429c;
}
.AboutNews-List > a:hover > span,
.AboutNews-List > a:hover{
    color: #07429c;
}

.mb50{
	margin-bottom: 50px;
}
.mb100{
	margin-bottom: 100px;
}


@media screen and ( max-width:1375px ){
	.topA{
		margin-right: -49%;
	}
	.wal, .w250, .w745, .w900, .w1092 {
		width: 100%;
	}

}

@media screen and ( max-width:1200px ) {
	.wal, .w250, .w745, .w900, .w1092 {
		width: 100%;
	}

	.PC-Box, .w325, .header, .headDiv .form, .nav, .banner, .pageBanner,  .pageNav, .pageNum, .w235 {
		display: none !important;
	}

	.Phone-Box, .bannerTel, .pageBannerTel, .pageTitleTel, .pageMore {
		display: block;
	}

	.headDiv {
		position: relative;
	}

	.headDiv .logo {
		position: absolute;
	}

	.headDiv .rightTel {
		position: absolute;
		right: 0.2rem;
		top: .2rem;
		width: 0.4rem;
		margin: auto;
	}

	.headDiv .rightTel img {
		width: 100%;
	}

	.headDiv, .headDiv .wal {
		background: #fff;
		height: 1rem;
	}

	.headDiv .logo {
		left: .15rem;
		top: 0.20rem;
	}

	.headDiv .logo img {
		width: 1.8rem;
	}

	.pageBox {
		padding: 1rem 0.3rem 1.5rem;
	}

	.titleCh {
		font-size: .36rem !important;
		margin-bottom: .1rem !important;
	}

	.titleEn {
		font-size: 0.16rem !important;
	}

	.pageNow {
		font-size: 12px;
    padding-left: 10px;
    margin-left: 10px;
    width: auto;
	}

	.pageNow::before {
		width: 3px;
		height: 12px;
		top: 2px;
	}

	.footerWrap {
		padding: 30px 0;
	}

	.footerWrap .col1 {
		width: 100%;
	}

	.footerWrap .logo {
		margin: 0 auto .25rem auto;
		width: 2rem;
	}

	.footerWrap .phone {
		margin-top: 0;
	}

	.footerWrap .col3 {
		width: 100%;
		margin-left: 0;
		color: #dcdcdc;
	}

	.footerWrap .col3 .title {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.footerWrap .col3 > p {
		margin-bottom: 5px;
		text-align: left;
		margin-left: 15px;
	}

	.footerWrap .col3 > p a {
		color: #dcdcdc;
	}

	.footerWrap .friendsLink > a {
		color: #bec0c8;
		margin-right: 10px;
	}

	.footerWrap .friendsLink {
		color: #bec0c8;
		text-align: left;
		margin: 10px;
	}

	.footerWrap .copyright {
		padding-top: 5px;
		color: #bec0c8;
	}

	.footerWrap .copyright  label {
		display: block;
	}

	.pageList {
		margin-top: .5rem;
		margin-bottom: 1rem;
	}

	.pageList > span, 
	.pageList > a
	, .pageNum a {
		font-size: 12px;
	}

	.pageList a:first-child, 
	.pageList span:first-child, 
	.pageList span:last-child, 
	.pageList a:last-child {
		padding: 0 10px;
		width: auto;
	}

	.pageTitleTop .p1 {
		font-size: .3rem;
		margin-bottom: .05rem;
	}
	.wapW90{
		width: 90%;
		margin: 0 auto;
	}
	.pageTitleTop .p2 {
		font-size: .24rem;
	}
	.Recommendations-List{
		 display: block;
    }
	.Recommendations-List .PostItem{
		width: 100%;
		min-width: 315px;
		display: block;
		margin: 0 auto 15px 0;
	}
	.AboutNews-List > a > span{
		font-size: 15px;
		min-width: auto;
		line-height: 1.4;
		margin-right: 8px;
	}
	.AboutNews-List > a > label{
		font-size: 12px;
		margin-right: 5px;
		min-width: 65px;
	}
	.AboutNews-List > a > span::before {
		width: 6px;
		height: 6px;
		left: 10px;
	}
	 .mb50{
		margin-bottom: 25px;
	}
}


.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@keyframes bounceInLeft {
	0% {
			opacity: 0;
			-webkit-transform: translateX(-2000px);
			-ms-transform: translateX(-2000px);
			transform: translateX(-2000px)
	}

	60% {
			opacity: 1;
			-webkit-transform: translateX(30px);
			-ms-transform: translateX(30px);
			transform: translateX(30px)
	}

	80% {
			-webkit-transform: translateX(-10px);
			-ms-transform: translateX(-10px);
			transform: translateX(-10px)
	}

	100% {
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0)
	}
}


@keyframes bounceInRight {
	0% {
			opacity: 0;
			-webkit-transform: translateX(2000px);
			-ms-transform: translateX(2000px);
			transform: translateX(2000px)
	}

	60% {
			opacity: 1;
			-webkit-transform: translateX(-30px);
			-ms-transform: translateX(-30px);
			transform: translateX(-30px)
	}

	80% {
			-webkit-transform: translateX(10px);
			-ms-transform: translateX(10px);
			transform: translateX(10px)
	}

	100% {
			-webkit-transform: translateX(0);
			-ms-transform: translateX(0);
			transform: translateX(0)
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}




.subnav dd a {
	font-size: 16px; 
	color: white;
	display: block;
	line-height: 60px;
	padding: 0 26px;
	text-decoration: none;
	border-left: 1px solid #2e2e2e;
	font-family: Montserrat, sans-serif;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.subnav dd a:hover {
	background-color: #2e2e2e;
}
.subnav {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width: 300px;
	height: auto;
	opacity: 0;
	transition: all 0.1s;
	background: #232323;
    z-index:999;
}
.subnav dd {
	float: left;
    width:150px;
}
.subnav dd a {
	border-bottom: 1px solid #2e2e2e;
    text-align: left;
}
.nav_productList:hover .subnav {
	visibility: visible;
	top: 80px;
	opacity: 1;
}
.cpzs {
    width: 10px;
    height: 10px;
    border: #000 solid;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    margin: 0 0 3px 8px;
    display: inline-block;
	/*
	float: right;
    width: 0px;
    height: 10px;
    border: 10px solid;
    margin: 45px 0 3px 5px;
    border-color: #666 transparent transparent transparent;
    display: inline-block;
    padding-bottom: 11px;
	*/
}

.nav_productList dl dd a {
    color:#fff !important;
}







.cpzs_1 {
    width: 10px;
    height: 10px;
    border: #fff solid;
    border-width: 2px 2px 0 0;
    transform: rotate(135deg);
    margin: 0 0 3px 0px;
    display: inline-block;
	/*
	float: right;
    width: 0px;
    height: 10px;
    border: 10px solid;
    margin: 45px 0 3px 5px;
    border-color: #666 transparent transparent transparent;
    display: inline-block;
    padding-bottom: 11px;
	*/
}


.subnav_1 dd a {
	font-size: 16px; 
	color: white;
	display: block;
	line-height: 40px;
	padding: 0 26px;
	text-decoration: none;
	border-left: 1px solid #2e2e2e;
	font-family: Montserrat, sans-serif;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.subnav_1 dd a:hover {
	background-color: #2e2e2e;
}
.subnav_1 {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width: 300px;
	height: auto;
	opacity: 0;
	transition: all 0.1s;
	background: #232323;
    z-index:999;
}
.subnav_1 dd {
	float: left;
    width:150px;
}
.subnav_1 dd a {
	border-bottom: 1px solid #2e2e2e;
    text-align: left;
}
.nav_productList_1:hover .subnav_1 {
	visibility: visible;
	top: 32px;
	opacity: 1;
}