﻿
/*********** 首页公共部分 *********/
.top-header.darker,.top-header.darker .header-content .header-navi .nav-item .sub-menu{
/*background: rgba(0,0,0,.9);*/
background: #fff;
}

.top-header.darker
{
    box-shadow: 0 0 10px #999;
    }



.top-header.darker .header-content .header-navi .nav-item a {
	color: #404040;
}
.top-header.darker .header-content .header-navi .nav-item:hover a, .top-header.darker .header-content .header-navi .nav-item.current a {
	color: #009999;
}
.top-header.darker .header-content .header-navi .nav-item:hover .nav-arrow, .top-header.darker .header-content .header-navi .nav-item.current .nav-arrow {
	color: #009999;
}

.top-header.darker .header-content .header-navi .nav-item .sub-menu{
background:#fff;
/*border-bottom:1px #dcdcdc solid;*/
}

.top-header.darker .header-content .header-navi .nav-item .sub-menu{
box-shadow: 0 5px 10px #999;
}


.top-header.darker .header-content .header-navi .nav-item .sub-menu .sub-item{
/*border-top:1px #dcdcdc solid;*/
}

.top-header.darker .header-content .header-navi .nav-item .sub-menu .sub-item a:hover{
/*color:#fff;*/
}
.top-header .header-content .header-navi .nav-item .sub-menu .third-menu{top:0}

.top-header.darker .header-content .header-navi .nav-item .sub-menu .third-menu{
background:#fff;
/*border-bottom:1px #dcdcdc solid;*/
/*top:-1px;*/
}

.top-header.darker .header-content .header-navi .nav-item .sub-menu .third-menu{
box-shadow: 0 5px 10px #999;
}


.top-header.darker .header-content .header-navi .nav-item .sub-menu .sub-item .third-menu{
/*border-top:1px #dcdcdc solid;*/
}

.top-header.darker .header-content .header-navi .nav-item .sub-menu .sub-item .third-menu a{color:#404040}

.top-header.darker .header-content .header-navi .nav-item .sub-menu .sub-item .third-menu a:hover{
color:#fff;
}


.top-header.darker .header-content .header-gongneng .header-search {
	background: #fff;
	border-color: #dcdcdc;
	color: #404040
}

.top-header.darker .header-content .header-gongneng .header-search .text{color: #404040}

.top-header.darker .header-content .header-gongneng .header-search input:-ms-input-placeholder {
 color: #888;
}
.top-header.darker .header-content .header-gongneng .header-search input::-webkit-input-placeholder {
 color: #888;
}
.top-header.darker .header-content .header-gongneng .header-search input::-moz-placeholder {
 color: #888;
 opacity: 1!important;
}
/*.top-header .header-content .header-gongneng .linkin {
	width: 34px;
}*/
.top-header.darker .header-content .header-gongneng .linkin a {
	color: #888;
}
.top-header.darker .header-content .header-gongneng .linkin a:hover {
	color: #009999;
}
.top-header.darker .header-content .header-gongneng .header-lang .lang-button {
	color: #404040;
}
.top-header.darker .header-content .header-gongneng .header-lang .lang-button.current, .top-header.darker .header-content .header-gongneng .header-lang .lang-button:hover {
	color: #009999;
}
.top-header.darker .header-content .header-gongneng .header-lang .line {
	border-color: #404040;
}


.index-main {
	position: relative;
	z-index: 0
}
/*********** 首页banner *********/
.index-banner {
}
.index-banner .slideBox-banner {
	width: 100%;
	height: 720px;
	overflow: hidden;
	position: relative;
}
.index-banner .slideBox-banner .hd {
	width: 40px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 50%;
	z-index: 1;
	text-align: right;
	transform: translate(0, -50%);
}
.index-banner .slideBox-banner .hd ul {
	overflow: hidden;
	zoom: 1;
	font-size: 0;
	width: 12px;
	display: inline-block;
}
.index-banner .slideBox-banner .hd ul li {
	width: 12px;
	height: 12px;
	line-height: 14px;
	text-align: center;
	border: 1px #fff solid;
	border-radius: 100px;
	cursor: pointer;
	margin-bottom: 10px;
	display: inline-block;
}
.index-banner .slideBox-banner .hd ul li.on {
	background: #fff;
}
.index-banner .slideBox-banner .hd .pageState {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	font-weight: lighter;
}
.index-banner .slideBox-banner .hd .pageState:first-letter {
	font-size: 24px;
}
.index-banner .slideBox-banner .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.index-banner .slideBox-banner .bd .bd-item{
 width: 100vw!important
}

.index-banner .slideBox-banner .bd li {
	zoom: 1;
	vertical-align: middle;
	height: 720px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.index-banner .slideBox-banner .bd li .banner-content {
	height: 100%;
	text-align: left;
	color: #fff;
}
.index-banner .slideBox-banner .bd li .banner-content .content {
	width: 1200px;
	margin: 0 auto;
	padding: 190px 0 0 35px;
}
.index-banner .slideBox-banner .bd li .banner-content h3 {
	font-size: 48px;
	line-height: 2;
	margin-bottom: 10px;
}
.index-banner .slideBox-banner .bd li .banner-content p {
	font-size: 24px;
	line-height: 2;
}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.index-banner .slideBox-banner .prev, .index-banner .slideBox-banner .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.index-banner .slideBox-banner .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.index-banner .slideBox-banner .prev:hover, .index-banner .slideBox-banner .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.index-banner .slideBox-banner .prevStop {
	display: none;
}
.index-banner .slideBox-banner .nextStop {
	display: none;
}
/******** 首页关于我们 *********/
.index-about {
	padding: 60px 135px;
	text-align: center;
}
.index-about .mt {
	color: #009999;
	font-size: 30px;
	line-height: 2;
	margin-bottom: 15px;
	font-weight: bold;
}
.index-about .mc {
	color: #666;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1px;
	text-align: justify;
	width: 90%;
	margin: 0 auto 25px auto
}
.index-about .more {
	font-size: 0;

}
.index-about .more a {
	display: inline-block;
	width: 210px;
	line-height: 50px;
	color: #fff;
	background: #3d9797;
	font-size: 16px;
text-transform: capitalize;
}
.index-about .more a:hover {
	background: #009999;
}
/******** 首页产品中心 *******/
.index-product {
	background: url(../images/index-pro-bg.jpg) no-repeat center center;
	height: 802px;
	background-size: cover;
	padding: 60px 0 70px 0;
}
.index-product .mt {
	color: #fff;
	font-size: 30px;
	line-height: 2;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
}
.index-product .mc {
}
.index-product .mc .slideTxtBox {
}
.index-product .mc .slideTxtBox .hd {
	position: relative;
	margin-bottom: 35px;
}
.index-product .mc .slideTxtBox .hd ul {
	font-size: 0;
	text-align: center;
}
.index-product .mc .slideTxtBox .hd ul li {
	display: inline-block;
	padding: 0 5px;
	margin: 0 20px;
	position: relative;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	line-height: 44px;
}
.index-product .mc .slideTxtBox .hd ul li.on:after, .index-product .mc .slideTxtBox .hd ul li:hover:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 0;
	border-bottom: 2px #fff solid;
}
.index-product .mc .slideTxtBox .bd {
}
.index-product .mc .slideTxtBox .bd .bd-item {
}
.index-product .mc .slideTxtBox .bd .bd-item .big-pic {
	width: 420px;
vertical-align: top;
}
.index-product .mc .slideTxtBox .bd .bd-item .big-pic .img {
	width: 100%;
	height: 520px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index-product .mc .slideTxtBox .bd .bd-item .neirong {
	background: rgba(0,0,0,.27);
	padding: 0 80px 0 50px;
}
.index-product .mc .slideTxtBox .bd .bd-item .neirong .info-content {
	border-bottom: 1px rgba(255,255,255,.21) dashed;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
.index-product .mc .slideTxtBox .bd .bd-item .neirong .info-content .title {
	color: #fff;
	font-size: 26px;
	line-height: 2;
	margin-bottom: 15px
}
.index-product .mc .slideTxtBox .bd .bd-item .neirong .info-content .info {
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 30px;
	max-height: 132px;
	overflow: hidden;
}
.index-product .mc .slideTxtBox .bd .bd-item .neirong .info-content .links {
	font-size: 0;
}
.index-product .mc .slideTxtBox .bd .bd-item .neirong .info-content .links .link-item {
	border: 1px #3d9797 solid;
	background: #3d9797;
	color: #fff;
	font-size: 16px;
	width: 210px;
	line-height: 48px;
	text-align: center;
	margin-left: 20px;
text-transform: capitalize;
}
.index-product .mc .slideTxtBox .bd .bd-item .neirong .info-content .links .link-item:first-child {
	background: none;
	border-color: #fff;
	margin-left: 0;
}
.index-product .mc .slideTxtBox .bd .bd-item .neirong .info-content .links .link-item:hover {
	border-color: #009999;
	background: #009999;
}
.index-product .mc .slideTxtBox .bd .bd-item .neirong .lb {
	text-align: justify;
}
.index-product .mc .slideTxtBox .bd .bd-item .neirong .lb:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
	visibility: hidden;
}
.index-product .mc .slideTxtBox .bd .bd-item .neirong .lb .lb-item {
	width: 200px;
	font-size: 0;
}
.index-product .mc .slideTxtBox .bd .bd-item .neirong .lb .lb-item .img {
	width: 100%;
	height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index-product .mc .slideTxtBox .bd .bd-item .neirong .lb .lb-item .text {
	background: #fff;
	width: 100%;
	padding: 0 10px;
	color: #454545;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
text-transform: capitalize;
}
.index-product .mc .slideTxtBox .bd .bd-item .neirong .lb .lb-item:hover .text {
	background: #009999;
	color: #fff;
}
/************ 新闻 **************/
.index-news {
	padding: 60px 0 70px 0;
}
.index-news .mt {
	color: #009999;
	font-size: 30px;
	line-height: 2;
	margin-bottom: 15px;
	font-weight: bold;
	text-align: center;
}
.index-news .mc {
}
.index-news .mc .index-pic-news {
}
.index-news .mc .index-pic-news .slideBox-news {
	width: 540px;
	height: 320px;
	overflow: hidden;
	position: relative;
}
.index-news .mc .index-pic-news .slideBox-news .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
	width: 100%;
}
.index-news .mc .index-pic-news .slideBox-news .hd ul {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	text-align: right;
	font-size: 0;
}
.index-news .mc .index-pic-news .slideBox-news .hd ul li {
	display: inline-block;
	margin-left: 10px;
	width: 12px;
	height: 12px;
	border: 1px #fff solid;
	line-height: 14px;
	text-align: center;
	cursor: pointer;
	border-radius: 100px;
}
.index-news .mc .index-pic-news .slideBox-news .hd ul li.on {
	background: #fff;
}
.index-news .mc .index-pic-news .slideBox-news .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.index-news .mc .index-pic-news .slideBox-news .bd li {
	zoom: 1;
	vertical-align: middle;
}

.index-news .mc .index-pic-news .slideBox-news .bd li a{
	display: block;
	width: 100%;
	height: 320px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.index-news .mc .index-pic-news .slideBox-news .bd li a span{
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px 20px;
	background: rgba(0,0,0,.3)
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.index-news .mc .index-pic-news .slideBox-news .prev,  .index-news .mc .index-pic-news .slideBox-news .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.index-news .mc .index-pic-news .slideBox-news .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.index-news .mc .index-pic-news .slideBox-news .prev:hover,  .index-news .mc .index-pic-news .slideBox-news .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.index-news .mc .index-pic-news .slideBox-news .prevStop {
	display: none;
}
.index-news .mc .index-pic-news .slideBox-news .nextStop {
	display: none;
}

.index-news .mc .index-news-list{
	width: 610px;
}

.index-news .mc .index-news-list .list-item{
	margin-top: 1px;
}

.index-news .mc .index-news-list .list-item:first-child{
	margin-top: 0;
}

.index-news .mc .index-news-list .list-item:hover{
	background: #3d9797;
}




.index-news .mc .index-news-list .list-item .xuhao{
	width: 70px;
	position: relative;
	color: #aaa;
	text-align: center;
	font-size: 58px;
	line-height: 1;
	padding: 10px 0;
	font-weight: lighter
}

.index-news .mc .index-news-list .list-item .xuhao:after{
	content: "";
	display: block;
	width: 25px;
	height: 0;
	border-bottom: 1px #aaa solid;
	margin: 0 auto;
	
}

.index-news .mc .index-news-list .list-item .news{
	padding-left: 20px;
}
.index-news .mc .index-news-list .list-item .news .title{
	font-size: 0;
}

.index-news .mc .index-news-list .list-item .news .title a{
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 50px;
	color: #454545;
	font-size: 16px;
	line-height: 30px;
	width: calc(100% - 80px);
}

.index-news .mc .index-news-list .list-item .news .title span{
	display: inline-block;
	color: #666;
	font-size: 14px;
	line-height: 30px;
	width: 80px;
	vertical-align: top;
}

.index-news .mc .index-news-list .list-item .news .info{
	color: #666;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2;
}
.index-news .mc .index-news-list .list-item:hover .xuhao,.index-news .mc .index-news-list .list-item:hover .news .title a,.index-news .mc .index-news-list .list-item:hover .news .title span,.index-news .mc .index-news-list .list-item:hover .info{
	color: #fff;
}

.index-news .mc .index-news-list .list-item:hover .xuhao:after{
	border-color: #fff;
}


/**20190909修改**/
.cpjsjg-popup{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.24);
	z-index: 999;
	overflow-x: hidden;
	overflow-y: scroll;
}

.cpjsjg-popup .popup-container{
	background: #fff;
	width: 960px;
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -480px;
	padding: 130px 30px 120px 30px;
	margin-bottom: 10%;
	box-shadow: 0 0 21px rgba(0,0,0,.35);
}

.cpjsjg-popup .close-button{
	position: absolute;
	right: 30px;
	top: 30px;
	width: 21px;
	height: 21px;
	cursor: pointer;
}

.cpjsjg-popup .popup-info{
	
	padding-bottom: 40px;
}

.cpjsjg-popup .popup-info .img{
	font-size: 0;
	width: 302px;
	height: 212px;
	border: 1px #959595 solid;
	text-align: center;
	line-height: 190px;
	padding: 10px;
	margin-left: 35px;
}

.cpjsjg-popup .popup-info .img img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.cpjsjg-popup .popup-info .text{
	width: 530px;
	padding: 15px 0 0 0;
}

.cpjsjg-popup .popup-info .text .bt{
	color: #009999;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 35px;
	font-weight: bold;
}

.cpjsjg-popup .popup-info .text .bc{
	
}

.cpjsjg-popup .popup-info .text .bc .bc-item{
	margin-bottom: 15px;
	color: #444;
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
}

.cpjsjg-popup .popup-info .text .bc .bc-item .biaoti{
	width: 175px;
    vertical-align: top;
}

.cpjsjg-popup .popup-info .more-button{
	width: 50%;
	text-align: center;
	color: #fff;
	line-height: 46px;
	font-size: 18px;
	background: #3d9797;
	cursor: pointer;
	margin-top: 30px;
}

.cpjsjg-popup .popup-info .more-button.plus:after{
	content: "+";
	padding-left: 10px;
}

.cpjsjg-popup .popup-info .more-button.min:after{
	content: "-";
	padding-left: 10px;
}

.cpjsjg-popup .popup-bd{
	padding: 35px 50px 0 50px;
	border-top: 10px #f4f4f4 solid;
}

.cpjsjg-popup .popup-bd .bd-info{
	color: #3d9797;
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 40px;
}

.cpjsjg-popup .popup-bd .bd-area{
	
}

.cpjsjg-popup .popup-bd .bd-area .bd-item{
	margin-bottom: 25px;
}

.cpjsjg-popup .popup-bd .bd-area .bd-item .title{
	color: #3d9797;
	font-size: 14px;
	line-height: 1.6;
}

.cpjsjg-popup .popup-bd .bd-area .bd-item .text{
	border-bottom: 1px #dcdcdc solid;
	line-height: 42px;
	font-size: 18px;
	color: #454545;
	width: 100%;
}

.cpjsjg-popup .popup-bd .bd-area .bd-item .textarea{
	border: 1px #dcdcdc solid;
	margin-bottom: 20px;
	width: 100%;
	height: 150px;
	padding: 10px;
	line-height: 1.6;
	margin-top: 10px;
	font-size: 18px;
}

.cpjsjg-popup .popup-bd .bd-area .tj-button{
	color: #fff;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	width: 210px;
	background: #3d9797;
	cursor: pointer;
	position: relative;
}

.cpjsjg-popup .popup-bd .bd-area .tj-button input{
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
	visibility: hidden;
}

.cpyy-popup .popup-container{
	padding-top: 40px;
}

.cpyy-popup .popup-xiala{
	padding: 0 0;
	position: relative;
	z-index: 1;
	margin-bottom:30px;
}

.cpyy-popup .popup-xiala .biaoti{
	color: #009999;
	font-size: 24px;
	line-height: 1.6;
	margin-bottom: 35px;
}

.cpyy-popup .popup-xiala .xialaneirong{
	
}

.cpyy-popup .popup-xiala .xialaneirong .bt{
	color: #454545;
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	width: 200px;
}

.cpyy-popup .popup-xiala .xialaneirong .select{
	width: calc(100% - 200px);
}

.cpyy-popup .popup-xiala .xialaneirong .select .select_box {
	width: 422px;
	border: 1px solid #dcdcdc;
	border-radius: 10px;
	padding-right: 20px;
	padding-left: 20px;
	background: url(../images/slidedown-arrow.png) no-repeat 380px center;
	position: relative;
}
.cpyy-popup .popup-xiala .xialaneirong .select .select_box span {
	cursor: pointer;
	display: block;
	line-height: 48px;
	width: 100%;
	height: 48px;
	overflow: hidden;
	color: #404040;
	font-size: 16px;
}
.cpyy-popup .popup-xiala .xialaneirong .select .select_box ul li {
	cursor: pointer;
}
.cpyy-popup .popup-xiala .xialaneirong .select .son_ul {
	width: 420px;
	position: absolute;
	left: 0;
	top: 49px;
	border: 1px dashed #ccc;
	background: #fff;
}
.cpyy-popup .popup-xiala .xialaneirong .select .son_ul li {
	display: block;
	line-height: 48px;
	padding-left: 20px;
	width: 100%;
	color: #404040;
	font-size: 16px;
}
.cpyy-popup .popup-xiala .xialaneirong .select .hover {
	background: #009999;
	color: #fff!important;
}



.cpyy-popup .popup-bd{
	border: none;
	position: relative;
	z-index: 0;
}




/***************** 20191121   首页产品品牌处理 ***********************/
.tab-index-pro{

}

.tab-index-pro .tab-menu{
	margin-bottom: 50px;
}

.tab-index-pro .tab-menu .main-menu{
	position: relative;
}

.tab-index-pro .tab-menu .main-menu:before{
	content:"";
	position: absolute;
	left: 50%;
	bottom:18px;
	width: 1px;
	height: 30px;
	background: rgba(255,255,255,.54);
}

.tab-index-pro .tab-menu .main-menu:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}

.tab-index-pro .tab-menu .main-menu .main-title-item{
	float: right;
	width: calc(50% - 48px);
}

.tab-index-pro .tab-menu .main-menu .main-title-item:first-child{
	float: left;
}

.tab-index-pro .tab-menu .main-menu .main-title-item .main-title{
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	position: relative;
	opacity: 0.51;
	cursor: pointer;
}

.tab-index-pro .tab-menu .main-menu .main-title-item .main-title:hover{
	opacity: 1;
}

.tab-index-pro .tab-menu .main-menu .main-title-item .main-title:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 3px;
	background: #00c0c0;
}

.tab-index-pro .tab-menu .main-menu .main-title-item .sub-menu{
	white-space: nowrap;
	font-size: 0;
	color: #fff;
	line-height: 60px;
	border-bottom: 1px #fff solid;
}

.tab-index-pro .tab-menu .main-menu .main-title-item .sub-menu .sub-pro{
	line-height: 60px;
	font-size: 16px;
	vertical-align: middle;
	padding: 0 10px;
	margin-left: 30px;
	opacity: 0.51;
	position: relative;
	text-shadow: 0 0 5px #aaa;
	cursor: pointer;
}

.tab-index-pro .tab-menu .main-menu .main-title-item:first-child .sub-menu .sub-pro{
	margin-left: 0;
	margin-right: 15px;
}

.tab-index-pro .tab-menu .main-menu .main-title-item .sub-menu .sub-pro .icon{
	width: 32px;
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	z-index: 1;
}

.tab-index-pro .tab-menu .main-menu .main-title-item .sub-menu .sub-pro .icon img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.tab-index-pro .tab-menu .main-menu .main-title-item .sub-menu .sub-pro .wenzi{
	position: relative;
	z-index: 1;
}

.tab-index-pro .tab-menu .main-menu .main-title-item .sub-menu .sub-pro:hover{
	opacity: 1;
}

.tab-index-pro .tab-menu .main-menu .main-title-item .main-title.on{
	opacity: 1;
}

.tab-index-pro .tab-menu .main-menu .main-title-item .sub-menu .sub-pro.on{
	opacity: 1;
	
	text-shadow: 1px 1px 2px #000;
}
.tab-index-pro .tab-menu .main-menu .main-title-item .sub-menu .sub-pro.on:before{
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	background: url(/images/index-pro-menu-bg.png) repeat-x center center;
	width: 100%;
	height: 42px;
	z-index: 0;
	border-radius: 5px;
}

.tab-index-pro .tab-menu .main-menu .main-title-item .sub-menu .sub-pro.on .icon img{
	filter:drop-shadow(1px 1px 2px #000);
}

.tab-index-pro .tab-menu .main-menu .main-title-item .sub-menu .sub-pro.on:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: -2px;
	margin-left: -35px;
	width: 70px;
	height: 9px;
	background: url(/images/index-pro-menu-arrow.png) no-repeat center center;
}

.tab-index-pro .tab-box {
	background: rgba(0,0,0,.27);
	height: 380px;
}

.tab-index-pro .tab-box .img{
	width: 380px;
	height: 380px;
	font-size: 0;
}

.tab-index-pro .tab-box .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tab-index-pro .tab-box .text{
	width: calc(100% - 380px);
	padding: 20px 70px 20px 50px;
}

.tab-index-pro .tab-box .text .info{
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 50px;
	font-weight: lighter;
}

.tab-index-pro .tab-box .text .link{
	font-size: 0;
	text-align: left;
}

.tab-index-pro .tab-box .text .link .more-link{
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	width: 210px;
	border: 1px #fff solid;
	text-align: center;
	margin-right: 20px;
}

.tab-index-pro .tab-box .text .link .zx-link{
	color: #fff;
	font-size: 16px;
	line-height: 48px;
	width: 210px;
	border: 1px #009999 solid;
	background: #009999;
	text-align: center;
	margin-right: 20px;
	cursor: pointer;
}


/****************** 20201201 *********************/
.top-header.darker .header-content .header-navi .nav-item .sub-menu .third-menu{
	box-shadow: none;
}