﻿/**************************

        内页公共部分

**************************/
body, input, select, textarea {
	font-family: Arial;
}

.body-wrap{
/*padding-top:80px;*/
}

/********** 内页头部 ********/
.top-header.inner-header {
	/*position: relative;*/
	background: #fff;
}

.top-header.inner-header.darker{
box-shadow: 0 0 10px #999;
}

.top-header.inner-header .header-content .header-navi .nav-item a {
	color: #404040;
}
.top-header.inner-header .header-content .header-navi .nav-item:hover a, .top-header.inner-header .header-content .header-navi .nav-item.current a {
	color: #009999;
}
.top-header.inner-header .header-content .header-navi .nav-item:hover .nav-arrow, .top-header.inner-header .header-content .header-navi .nav-item.current .nav-arrow {
	color: #009999;
}

.top-header.inner-header .header-content .header-navi .nav-item .sub-menu{
background:#fff;
/*border-bottom:1px #dcdcdc solid;*/
box-shadow: 0 5px 10px #999;
}

.top-header.inner-header.darker .header-content .header-navi .nav-item .sub-menu{
box-shadow: 0 5px 10px #999;
}


.top-header .header-content .header-navi .nav-item .sub-menu .sub-item{
/*border-top:1px #dcdcdc solid;*/
}

.top-header .header-content .header-navi .nav-item .sub-menu .sub-item a:hover{
color:#fff;
}

.top-header.inner-header .header-content .header-navi .nav-item .sub-menu .third-menu{
background:#fff;
/*border-bottom:1px #dcdcdc solid;*/
box-shadow: 0 5px 10px #999;
}

.top-header.inner-header.darker .header-content .header-navi .nav-item .sub-menu .third-menu{
box-shadow: 0 5px 10px #999;
}


.top-header .header-content .header-navi .nav-item .sub-menu .sub-item .third-menu{
/*border-top:1px #dcdcdc solid;*/
}

/*.top-header .header-content .header-navi .nav-item .sub-menu .sub-item .third-menu a{color:#404040}*/

.top-header .header-content .header-navi .nav-item .sub-menu .sub-item .third-menu a:hover{
color:#fff;
}


.top-header .header-content .header-gongneng .header-search {
	background: #fff;
	border-color: #dcdcdc;
	color: #404040
}

:-ms-input-placeholder {
 color: #888;
}
::-webkit-input-placeholder {
 color: #888;
}
::-moz-placeholder {
 color: #888;
 opacity: 1!important;
}
.top-header .header-content .header-gongneng .linkin {
	width: 34px;
}
.top-header .header-content .header-gongneng .linkin a {
	color: #888;
}
.top-header .header-content .header-gongneng .linkin a:hover {
	color: #009999;
}
.top-header.inner-header .header-content .header-gongneng .header-lang .lang-button {
	color: #404040;
}
.top-header.inner-header .header-content .header-gongneng .header-lang .lang-button.current, .top-header.inner-header .header-content .header-gongneng .header-lang .lang-button:hover {
	color: #009999;
}
.top-header.inner-header .header-content .header-gongneng .header-lang .line {
	border-color: #404040;
}
/********** 内页主体 **********/
.inner-main {
	padding-bottom: 60px;
	position: relative;
	z-index: 0;
overflow-x:hidden;
}
/********* 内页banner ***********/
.inner-banner {
	position: relative;
	z-index: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	/*height: 560px;*/
height:450px;
}
.inner-banner .content {
	position: relative;
	height: 100%;
}
.inner-banner .content .lm-title {
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	text-transform: uppercase;
}
.inner-banner .content .lm-title .link-item {
	display: inline-block;
	vertical-align: bottom;
	background: #a6d250;
	font-size: 14px;
	line-height: 1.4;
	color: #fff;
	padding: 7px 20px;
}
.inner-banner .content .lm-title .link-item.current {
	padding: 20px 25px;
	background: #009999;
}
/********* 内页面包屑 **********/
.inner-main .navigation {
	font-size: 0;
	padding: 30px 0;
	text-transform: capitalize;
}
.inner-main .navigation .title, .inner-main .navigation .link, .inner-main .navigation .current {
	color: #666;
	font-size: 14px;
	line-height: 1.6;
}
.inner-main .navigation .link:after {
	content: ">";
	display: inline-block;
	padding: 0 5px;
}
.inner-main .navigation .current, .inner-main .navigation .link:hover {
	color: #009999
}
.inner-main .navigation .link:hover:after {
	color: #666;
}
.inner-main.inner-main-type-2 {
	background: #f8f8f8;
}
.inner-main.inner-main-type-2 .main-content {
	background: #fff;
	padding: 60px 50px;
}
.inner-main.inner-main-type-2 .main-content .mt {
	text-align: center;
	color: #3d9797;
	font-size: 40px;
	line-height: 2;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.inner-main.inner-main-type-2 .main-content .mc {
}
/********** 内页翻页 ************/
#pages {
	text-align: center;
	font-size: 0;
}
#pages .page-num {
	background: #eee;
	width: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #888;
	margin: 0 5px;
}
#pages .page-num:hover, #pages .page-num.current {
	background: #009999;
	color: #fff;
}
/*****************************

         内页其他部分

******************************/
/*********** 关于我们 ************/
.about-us {
}
.about-us .info {
}
.about-us .info .mt {
	color: #3d9797;
	font-size: 40px;
	line-height: 1.6;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.about-us .info .mc {
	margin-bottom: 75px;
}
.about-us .info .mc .text {
	color: #666;
	font-size: 16px;
	line-height: 1.875;
	text-align: justify;
}
.about-us .info .mc .pic {
	font-size: 0;
	width: 480px;
	text-align: right;
	vertical-align: middle;
}
.about-us .info .mc .pic img {
	width: auto;
	max-width: 352px;
	height: auto;
	max-height: 352px;
}
.about-us .tech {
	background: #009999;
	padding: 60px 0 40px 0;
	margin-bottom: 60px;
}
.about-us .tech .content {
	color: #fff;
	font-size: 16px;
	line-height: 1.875;
	text-align: justify;
}
.about-us .tech .content h4 {
	font-size: 40px;
	text-transform: uppercase;
}
.about-us .tech .content p {
	margin: 20px 0;
}
.about-us .facilities {
}
.about-us .facilities .mt {
	color: #3d9797;
	font-size: 40px;
	font-weight: bold;
	line-height: 1.6;
	text-transform: uppercase
}
.about-us .facilities .mc {
}
.about-us .facilities .mc .list-item {
	padding: 50px 0;
}
.about-us .facilities .mc .list-item .text {
	float: left;
	width: 600px;
	height: 270px;
	padding-left: 70px;
}
.about-us .facilities .mc .list-item .text .wenben {
	width: 100%;
	text-align: left;
	color: #666;
	font-size: 16px;
	line-height: 1.875;
}
.about-us .facilities .mc .list-item .text .wenben h4 {
	color: #454545;
	font-size: 30px;
	/*text-transform: capitalize*/
}
.about-us .facilities .mc .list-item .text .wenben p {
}
.about-us .facilities .mc .list-item .img {
	width: 450px;
	float: right;
}
.about-us .facilities .mc .list-item .img .slideBox {
	width: 450px;
	height: 270px;
	overflow: hidden;
	position: relative;
}
.about-us .facilities .mc .list-item .img .slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 5px;
	z-index: 1;
	width: 100%;
}
.about-us .facilities .mc .list-item .img .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	font-size: 0;
	text-align: center;
}
.about-us .facilities .mc .list-item .img .slideBox .hd ul li {
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	font-size: 0;
	border-radius: 100px;
}
.about-us .facilities .mc .list-item .img .slideBox .hd ul li.on {
	background: #009999;
	color: #fff;
}
.about-us .facilities .mc .list-item .img .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.about-us .facilities .mc .list-item .img .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 450px;
	height: 270px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.about-us .facilities .mc .list-item .img .slideBox .prev, .about-us .facilities .mc .list-item .img .slideBox .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;
}
.about-us .facilities .mc .list-item .img .slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.about-us .facilities .mc .list-item .img .slideBox .prev:hover, .about-us .facilities .mc .list-item .img .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.about-us .facilities .mc .list-item .img .slideBox .prevStop {
	display: none;
}
.about-us .facilities .mc .list-item .img .slideBox .nextStop {
	display: none;
}
.about-us .facilities .mc .list-item:nth-child(2n) {
	background: #f8f8f8;
}
.about-us .facilities .mc .list-item:nth-child(2n) .text {
	float: right;
	padding-left: 0;
	padding-right: 70px;
}
.about-us .facilities .mc .list-item:nth-child(2n) .img {
	float: left;
}
/*********** 人才招聘 *************/
.careers-main {
	background: #fff url(../images/joinus-bg.jpg) no-repeat center 670px!important;
}
.careers-main .careers {
	background: none!important;
	padding: 60px 50px;
}
.careers-main .careers .mt {
	text-align: center;
	color: #3d9797;
	font-size: 40px;
	line-height: 2;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.careers-main .careers .mc {
}
.careers-main .careers .mc .sub-menu-list {
	font-size: 0;
	text-align: center;
	margin-bottom: 30px;
}
.careers-main .careers .mc .sub-menu-list .list-item {
	background: #eee;
	padding: 0 30px;
	color: #454545;
	font-size: 20px;
	line-height: 50px;
	margin: 0 10px 10px 10px;
	/*text-transform: capitalize;*/
}
.careers-main .careers .mc .sub-menu-list .list-item:hover, .careers-main .careers .mc .sub-menu-list .list-item.current {
	background: #009999;
	color: #fff;
}
.careers-main .careers .mc .job-list {
	border: 1px #dcdcdc solid;
	margin-bottom: 40px;
}
.careers-main .careers .mc .job-list .list-item {
}
.careers-main .careers .mc .job-list .list-item .title {
	border-top: 1px #dcdcdc solid;
	cursor: pointer;
}
.careers-main .careers .mc .job-list .list-item .title:hover {
	text-decoration: underline;
}
.careers-main .careers .mc .job-list .list-item:first-child .title {
	border-top: none;
}
.careers-main .careers .mc .job-list .list-item .title .job-name {
	padding: 10px;
	color: #454545;
	font-size: 16px;
	line-height: 1.875;
	width: 775px;
}
.careers-main .careers .mc .job-list .list-item .title .more {
	color: #009999;
	font-size: 14px;
	line-height: 1.8;
	text-align: right;
	padding-right: 20px;
}
.careers-main .careers .mc .job-list .list-item .title:hover .more {
	text-decoration-color: #009999;
	text-decoration-style: wavy
}
.careers-main .careers .mc .job-list .list-item .title .more .more-text:before {
	content: "More +";
}
.careers-main .careers .mc .job-list .list-item .title .more .less-text:before {
	content: "-";
}
.careers-main .careers .mc .job-list .list-item .neirong {
	border-top: 1px #dcdcdc solid;
	padding: 0 30px 30px 30px;
	color: #888;
	font-size: 14px;
	line-height: 2;
	display: none;
}
.careers-main .careers .mc .job-list .list-item .neirong h4 {
	color: #454545;
	margin: 20px 0;
}
.careers-main .careers .mc .job-list .list-item .neirong p {
}
.careers-main .careers .mc .job-list .list-item .neirong .application {
	color: #fff;
	width: 140px;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	background: #009999;
	opacity: 0.8;
	margin-top: 20px;
}
.careers-main .careers .mc .job-list .list-item .neirong .application:hover {
	opacity: 1;
}
/**************** 联系我们 *******************/
.contact-main .contact-us .main-list {
}
.contact-main .contact-us .main-list .list-item {
	margin-bottom: 40px;
}
.contact-main .contact-us .main-list .list-item .img {
	float: left;
	width: 520px;
	height: 350px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.contact-main .contact-us .main-list .list-item .text {
	float: right;
	width: 530px;
	height: 350px;
}
.contact-main .contact-us .main-list .list-item:nth-child(2n) .img {
	float: right;
}
.contact-main .contact-us .main-list .list-item:nth-child(2n) .text {
	float: left;
}
.contact-main .contact-us .main-list .list-item .text .text-content {
}
.contact-main .contact-us .main-list .list-item .text .text-content .title {
	color: #009999;
	font-size: 24px;
	line-height: 2;
	margin-bottom: 10px;
}
.contact-main .contact-us .main-list .list-item .text .text-content .neirong {
	color: #454545;
	font-size: 18px;
	line-height: 2;
}
.contact-main .contact-us .overseas-list {
}
.contact-main .contact-us .overseas-list .list-item {
	float: right;
	width: 530px;
}
.contact-main .contact-us .overseas-list .list-item:first-child {
	float: left;
}
.contact-main .contact-us .overseas-list .list-item .title {
	color: #009999;
	font-size: 24px;
	line-height: 2;
	margin-bottom: 10px;
}
.contact-main .contact-us .overseas-list .list-item .neirong {
	color: #454545;
	font-size: 18px;
	line-height: 2;
}
.contact-main .contact-us .overseas-list .list-item .neirong a {
	color: #454545
}
.contact-main .contact-us .overseas-list .list-item .neirong a:hover {
	color: #009999;
}
/************* 新闻中心 *************/
.news-main .news .news-list {
}
.news-main .news .news-list .list-item {
	margin-bottom: 40px;
}
.news-main .news .news-list .list-item .img {
	width: 300px;
	height: 190px;
}
.news-main .news .news-list .list-item .img .img-link {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.news-main .news .news-list .list-item .text {
	padding-left: 40px;
}
.news-main .news .news-list .list-item .text .title {
	font-size: 0;
	font-weight: bold;
}
.news-main .news .news-list .list-item .text .title .link {
	color: #454545;
	font-size: 20px;
	line-height: 2;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-main .news .news-list .list-item .text .title .link:hover {
	color: #009999;
}
.news-main .news .news-list .list-item .text .date {
	color: #888;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 5px;
}
.news-main .news .news-list .list-item .text .info {
	color: #666;
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 15px;
	max-height: 44px;
	overflow: hidden;
}
.news-main .news .news-list .list-item .text .more {
	color: #009999;
	font-size: 14px;
	line-height: 36px;
	width: 150px;
	border: 1px #009999 solid;
	text-align: center;
}
.news-main .news .news-list .list-item .text .more:hover {
	background: #009999;
	color: #fff;
}
/************** 新闻详情 ***************/
.news-main .news .news-container {
}
.news-main .news .news-container .title-info-area {
	border-bottom: 1px #dcdcdc dashed;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.news-main .news .news-container .title-info-area h4 {
	color: #3d9797;
	font-size: 26px;
	line-height: 2;
	margin-bottom: 5px;
}
.news-main .news .news-container .title-info-area p {
	font-size: 0;
}
.news-main .news .news-container .title-info-area p span {
	display: inline-block;
	color: #454545;
	font-size: 14px;
	line-height: 2;
	margin-right: 30px;
}
.news-main .news .news-container .news-content {
	color: #454545;
	font-size: 14px;
	line-height: 1.6;
}
.news-main .news .news-container .news-content p {
	margin-bottom: 10px;
	text-align: justify;
}
.news-main .news .news-container .news-content .news-imgs {
	width: 660px;
	height: 420px;
	margin-right: 40px;
	margin-bottom: 20px;
}
.news-main .news .news-container .news-content .news-imgs .slideBox {
	width: 660px;
	height: 420px;
	overflow: hidden;
	position: relative;
}
.news-main .news .news-container .news-content .news-imgs .slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 0px;
	bottom: 5px;
	z-index: 1;
	width: 100%;
}
.news-main .news .news-container .news-content .news-imgs .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	font-size: 0;
	text-align: center;
}
.news-main .news .news-container .news-content .news-imgs .slideBox .hd ul li {
	display: inline-block;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	font-size: 0;
	border-radius: 100px;
}
.news-main .news .news-container .news-content .news-imgs .slideBox .hd ul li.on {
	background: #009999;
	color: #fff;
}
.news-main .news .news-container .news-content .news-imgs .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.news-main .news .news-container .news-content .news-imgs .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 660px;
	height: 420px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.news-main .news .news-container .news-content .news-imgs .slideBox .prev, .news-main .news .news-container .news-content .news-imgs .slideBox .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;
}
.news-main .news .news-container .news-content .news-imgs .slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.news-main .news .news-container .news-content .news-imgs .slideBox .prev:hover, .news-main .news .news-container .news-content .news-imgs .slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}
.news-main .news .news-container .prenext{
	border-top: 1px #dcdcdc dashed;
	margin-top:30px;
	padding-top: 20px;
}

.news-main .news .news-container .prenext li{
	
}

.news-main .news .news-container .prenext li a{
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #888;
	text-decoration: underline;
	font-size: 16px;
	line-height: 2;
}

.news-main .news .news-container .prenext li a:hover{
	color: #3d9797;
}

/******************* 吊牌 *******************/
.diaopai-banner{
	height: 450px;
}
.diaopai-banner .content .diaopai-banner-text{
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 55px;
	line-height: 2;
	letter-spacing: 3px;
}

.inner-main .diaopai .mt{
	text-align: center;
	color: #3d9797;
	font-size: 24px;
	line-height: 2;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.inner-main .diaopai .mt .mt-info{
	color: #454545;
	font-size: 16px;
	line-height: 2;
	margin: 20px 0;
}

.inner-main .diaopai .mc .diaopai-bd{
	border: 1px #dcdcdc solid;
	background: #fff;
	padding: 90px 70px;
}

.inner-main .diaopai .mc .diaopai-bd .row{
	margin-bottom: 30px;
}

.inner-main .diaopai .mc .diaopai-bd .row .text{
	border: 1px #dcdcdc solid;
	background: #f8f8f8;
	padding: 0 20px;
	height: 50px;
	line-height: 48px;
	font-size: 16px;
	color: #454545;
	margin-left: 20px;
	width: 320px;
}

.inner-main .diaopai .mc .diaopai-bd .row .text:first-child{
	margin-left: 0;
}
.inner-main .diaopai .mc .diaopai-bd .row .textarea{
	width: 100%;
	height: 260px;
	border: 1px #dcdcdc solid;
	background: #f8f8f8;
	padding: 10px 20px;
	color: #454545;
	font-size: 16px;
	line-height: 2;
}

.inner-main .diaopai .mc .diaopai-bd .row .tijiao{
	text-align: center;
	color: #fff;
	background: #3d9797;
	width: 180px;
	line-height: 40px;
	font-size: 16px;
	letter-spacing: 3px;
	margin-top: 10px;
	cursor: pointer;
	position: relative;
}

.inner-main .diaopai .mc .diaopai-bd .row .tijiao input{
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
	visibility: hidden;
}
.inner-main .diaopai .mc .diaopai-bd .row .tijiao:hover{
	background: #009999
}

/************* 产品中心 *****************/
.inner-main .product-mian-banner{
	height: 600px;
	padding-top:90px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*.inner-main .product-mian-banner:after{
	content: "";
	position: absolute;
	top: 0;
	right:0;
	bottom: 0;
	left: 0;
	background: rgba(255,255,255,.2);
}*/

.inner-main .product-mian-banner .banner-container{
	position: relative;
	z-index: 1;
}

.inner-main .product-mian-banner .banner-text{
	width: 50%;
	padding-left: 25px;
}

.inner-main .product-mian-banner .banner-text .title{
	font-size: 32px;
	line-height: 1.4;
	margin-bottom: 20px;
	color: #222;
	font-weight: normal;
}

.inner-main .product-mian-banner .banner-text .wenben{
	color: #454545;
	font-size: 16px;
	line-height: 24px;
}

.inner-main .product-mian-banner .banner-pic{
	font-size: 0;
	text-align: center;
	padding: 0 40px;
}

.inner-main .product-mian-banner .banner-pic img{
	max-width: 100%;
}

.inner-main .productcenter-js{
	height: 600px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.inner-main .productcenter-js.last{
	height: 550px;
}


.inner-main .productcenter-js .pic{
	width: 50%;
	height: 600px;
	font-size: 0;
	text-align: center;
}

.inner-main .productcenter-js.last .pic{
	height: 550px;
}

.inner-main .productcenter-js .pic img{
	width: auto;
	max-width: 100%;
}

.inner-main .productcenter-js .text{
	width: 50%;
	height: 600px;
}

.inner-main .productcenter-js.last .text{
	height: 550px;
}

.inner-main .productcenter-js .text .title{
	color: #222;
	font-size: 32px;
	line-height: 1.6;
	margin-bottom: 15px;
}

.inner-main .productcenter-js .text .wenben{
	color: #454545;
	font-size: 16px;
	line-height: 24px;
}

.inner-main .productcenter-js .text .wenben a{
color:#19a2a3;
}

.inner-main .productcenter-js .text .icon{
	margin-top: 70px;
	font-size: 0;
}

.inner-main .productcenter-js .text .icon .icon-item{
	width: 146px;
	border-left: 1px #e9e9e9 solid;
	text-align: center;
}
.inner-main .productcenter-js .text .icon .icon-item:first-child{
	border-left: none;
}

.inner-main .productcenter-js .text .icon .icon-item .icon-img{
	width: 50px;
	line-height: 46px;
	height: 46px;
	display: inline-block;
	margin-bottom: 10px;
}

.inner-main .productcenter-js .text .icon .icon-item .icon-img img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.inner-main .productcenter-js .text .icon .icon-item .icon-text{
	font-size: 14px;
	line-height: 1.5;
	color: #a0a0a0;
text-transform: capitalize;
}

.inner-main .productcenter-js .text.right{
	padding-right:40px;
	text-align: right;
}

.inner-main .productcenter-js .text.left{
	padding: 0 35px 0 30px;
}

.inner-main .productcenter-js.last .text.left{
	padding: 0 35px 0 0;
}

.inner-main .productcenter-js.last .text.left .wenben p{
	margin-top: 20px;
}

.inner-main .productcenter-js.last .text.left .wenben p:first-child{
	margin-top: 0;
}

.inner-main .productcenter-js .pic .video-content{
	position: relative;
}

.inner-main .productcenter-js .pic .video-content .video-cover{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.35);
}

.inner-main .productcenter-js .pic .video-content .video-cover img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.inner-main .productcenter-js .pic .video-content .video{
	width: 100%;
	height: 410px;
	background: #000;
}

.inner-main .productcenter-fast-link{
	padding: 130px 0 100px 0;
}

.inner-main .productcenter-fast-link .fastlink-item{
	width: 50%;
}

.inner-main .productcenter-fast-link .fastlink-item .fastlink-content{
	width: 570px;
	height: 300px;
	margin: 0 auto;
	box-shadow: 0 3px 5px rgba(0,0,0,.3);
}

.inner-main .productcenter-fast-link .fastlink-item .product-line{
	background: #e3e6d8;
	text-align: center;
	padding: 25px;
}

.inner-main .productcenter-fast-link .fastlink-item .product-line .img{
	width: 174px;
	height: 178px;
	line-height: 178px;
	margin: 0 auto 15px auto;
	font-size: 0;
	position: relative;
}

.inner-main .productcenter-fast-link .fastlink-item .product-line .img img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
	position: relative;
	z-index: 0;
}

.inner-main .productcenter-fast-link .fastlink-item .product-line .img:after{
	content: "Product Lines";
	font-size: 26px;
	line-height: 1.6;
	color: #3d9797;
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%)
}

.inner-main .productcenter-fast-link .fastlink-item .product-line .link{
		
}

.inner-main .productcenter-fast-link .fastlink-item .product-line .link a{
	display: block;
	background: #3d9797;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	width: 180px;
	margin: 0 auto;
	text-transform: capitalize;
}

.inner-main .productcenter-fast-link .fastlink-item .brand{
	background: #3d9797;
	position: relative;
}

.inner-main .productcenter-fast-link .fastlink-item .brand .img{
	font-size: 0;
	position: absolute;
	left: 15px;
	bottom: 0;
	width: 350px;
	height: 280px;
}

.inner-main .productcenter-fast-link .fastlink-item .brand .img img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: bottom;
}

.inner-main .productcenter-fast-link .fastlink-item .brand .link{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translate(0,-50%);
	text-align: center;
}

.inner-main .productcenter-fast-link .fastlink-item .brand .link h3{
	color: #fff;
	font-size: 26px;
	line-height: 1.6;
	margin-bottom: 15px;
	font-weight: normal;
}

.inner-main .productcenter-fast-link .fastlink-item .brand .link a{
	display: block;
	background: #fff;
	color: #3d9797;
	font-size: 16px;
	line-height: 40px;
	width:180px;
	box-shadow: 0 3px 5px rgba(0,0,0,.3);
	text-transform: capitalize;
}

/*************  产品详情  ***************/
.cpfl{
	/*padding-left: 240px;*/
	font-size: 0;
	height: 56px;
	overflow: hidden;
	margin-bottom: 50px;
text-align:center;
}

.cpfl .cpfl-content{
background: #e5e5e5;
	border-radius: 100px;
}

.cpfl .fl-item{
	position: relative;
	width: 320px;
	line-height: 56px;
	background: #e5e5e5;
	text-align: center;
	overflow: hidden;
	border-radius: 100px;
	display: inline-block;
	vertical-align: top;
	z-index: 0;
	margin-left: -30px;
}

.cpfl .fl-item:first-child{
	/*margin-left: 0;*/
}

.cpfl .fl-item .img{
	width: 30px;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
}

.cpfl .fl-item .img img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.cpfl .fl-item .wenzi{
	color: #404040;
	font-size: 24px;
	line-height: 2;
	vertical-align: middle;
	padding-left: 10px;
}

.cpfl .fl-item.item2{
	/*border: 1px #fff solid;*/
	border-top: none;
	border-bottom: none;
	box-shadow: 5px 0px 5px rgba(0,0,0,.3);
	z-index: 1;
}

.cpfl .fl-item.current{
	background: #19a2a3;
	z-index: 999;
	box-shadow: none;
	border: none;
}

.cpfl .fl-item.current .img img{
	filter: brightness(100);
}

.cpfl .fl-item.current .wenzi{
	color: #fff;
}

.cpfl .fl-item:hover .wenzi{
	text-decoration: underline
}

.cpjs{
	border: 1px #dcdcdc solid;
	padding: 60px 105px 20px 105px;
}

.cpjs .cpjs-item{
	border-top: 1px #dcdcdc solid;
	padding-bottom: 40px;
	padding-top: 35px;
}

.cpjs .cpjs-item:first-child{
	border-top: none;
	padding-top: 0;
}

.cpjs .cpjs-item .mt{
	color: #000;
	font-size: 16px;
	line-height: 1.6;
	position: relative;
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: 10px;
text-transform: capitalize;
}

.cpjs .cpjs-item .mt:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 20px;
	margin-top: -10px;
	background: #059b9b;
}

.cpjs .jianjie .mc{
	background-image:url(../images/productline-info-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 20px;
	color: #666;
	font-size: 16px;
	line-height: 30px;
}

.cpjs .jianjie .md{
	padding-top: 50px;
	
}

.cpjs .jianjie .md .img{
	width: 300px;
	height: 142px;
	border: 1px #dcdcdc solid;
	text-align: center;
	padding: 10px;
	line-height:120px; 
	font-size: 0;
}

.cpjs .jianjie .md .img img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.cpjs .jianjie .md .text{
	width: 660px;
}

.cpjs .jianjie .md .text .table{
	
}

.cpjs .jianjie .md .text .table td{
	font-size: 16px;
	color: #666;
	line-height: 1.4;
	padding: 10px 0;
	vertical-align: top;
}

.cpjs .jianjie .md .text .table td:first-child{
	color: #404040;
	font-size: 18px;
	width: 170px;
}


.cpjs .texing .mc{
	
}

.cpjs .texing .mc .texing-list{
	text-align: justify;
}

.cpjs .texing .mc .texing-list:after{
	content:"";
	display: inline-block;
	width: 100%;
	height: 0;
	visibility: hidden;
}

.cpjs .texing .mc .texing-list .list-item{
	width: 48%;
	margin-top: 30px;
}

.cpjs .texing .mc .texing-list .list-item .icon{
	width: 60px;
	padding-right: 20px;
	vertical-align: middle;
	font-size: 0;
}

.cpjs .texing .mc .texing-list .list-item .icon img{
	max-width: 100%;
}

.cpjs .texing .mc .texing-list .list-item .text{
	vertical-align: top;
	display: table-cell
}

.cpjs .texing .mc .texing-list .list-item .text .title{
	color: #009999;
	font-size: 16px;
	line-height: 1.6;
text-transform: capitalize;
}

.cpjs .texing .mc .texing-list .list-item .text .wenben{
	color: #454545;
	font-size: 16px;
	line-height: 1.6;
}

.cpjs .cplb .mc .pro-list{
	margin-top: -10px;
}

.cpjs .cplb .mc .pro-list .list-item{
	width: 260px;
	height: 120px;
	background: #f8f8f8;
	margin-top: 40px;
	position: relative;
	cursor: pointer;
	float: left;
	margin-right: 104px;
}

.cpjs .cplb .mc .pro-list .list-item:after{
	content: "";
	position: absolute;
	right: -54px;
	top: 50%;
	width: 0;
	height: 100px;
	border-right: 1px #eee solid;
	margin-top: -50px;
}


.cpjs .cplb .mc .pro-list .list-item:nth-child(3n){
	margin-right: 0;
}

.cpjs .cplb .mc .pro-list .list-item:nth-child(3n):after{
	display: none;
}


.cpjs .cplb .mc .pro-list .list-item .product-name{
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}

.cpjs .cplb .mc .pro-list .list-item .product-name .normal{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	position: relative;
	z-index: 0;
	text-align: center;
}

.cpjs .cplb .mc .pro-list .list-item .product-name .normal .text{
	display: inline-block;
	width: 140px;
	line-height: 36px;
	border: 1px #c2dcdc dashed;
	border-radius: 10px;
	font-size: 16px;
	color: #454545;
}

.cpjs .cplb .mc .pro-list .list-item .product-name .normal-cover{
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,153,153,.85);
	display: none;
}

.cpjs .cplb .mc .pro-list .list-item:hover .product-name .normal-cover{
	display: table;
}

.cpjs .cplb .mc .pro-list .list-item .product-name .normal-cover .text{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-size: 0;
}

.cpjs .cplb .mc .pro-list .list-item .product-name .normal-cover .text .icon{
	display: inline-block;
	font-size: 26px;
	line-height: 26px;
	border: 1px #fff dashed;
	width: 28px;
	margin-bottom: 10px;
}

.cpjs .cplb .mc .pro-list .list-item .product-name .normal-cover .text .name{
	font-size: 16px;
	line-height: 1.6;
}


.cp-info-hide{
	display: none;
}

.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: 190px;
    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-info:first-letter{
text-transform: capitalize;
}

.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;
}

/***************  产品-戊二胺 *************/
.cpjs .zhibiao .mc{
	padding-top: 20px;
}

.cpjs .zhibiao .mc .table{
	width: 100%;
	table-layout: fixed;
	border: 1px #dcdcdc solid;
}

.cpjs .zhibiao .mc .table tr:first-child{
	background: #eee;
}

.cpjs .zhibiao .mc .table td{
	border: 1px #eee solid;
	padding: 15px 20px;
	color: #404040;
	font-size: 16px;
	line-height: 1.4;
text-align:center;
text-transform: capitalize;
}

.cpjs .zhibiao .mc .table td:first-child{
	border-left: 1px #dcdcdc solid
}

.cpjs .zhibiao .mc .table td:last-child{
	border-right: 1px #dcdcdc solid;
}

.cpjs .zhibiao .mc .table tr:first-child td{
	border-top: 1px #dcdcdc solid;
}

.cpjs .zhibiao .mc .table tr:last-child td{
	border-bottom: 1px #dcdcdc solid;
}

.cpjs .yunshu{
	
}

.cpjs .yunshu .mc{
	background-image: url(../images/pro-yunshu-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	min-height: 200px;
	padding: 55px 0 0 335px;
	color: #404040;
	font-size: 16px;
	line-height: 2;
}

/************ 产品-聚酰胺 **************/
.pro-mian-type-2 .cpfl .item2{
	box-shadow: -5px 0px 5px rgba(0,0,0,.3);
}

.pro-mian-type-2 .cpjs .sub-link{
	font-size: 0;
	text-align: center;
	padding-bottom: 45px;
}

.pro-mian-type-2 .cpjs .sub-link .link-item{
	color: #666;
	font-size: 20px;
	line-height: 36px;
	margin: 0 35px;
	padding: 0 5px;
	border-bottom: 4px #dcdcdc solid;
}

.pro-mian-type-2 .cpjs .sub-link .link-item.current,.pro-mian-type-2 .cpjs .sub-link .link-item:hover{
	color: #009999;
	border-color: #009999
}

.pro-mian-type-2 .page-num{
	border-radius: 100px;
}

.pro-mian-type-2  .yyhy{
	
}

.pro-mian-type-2  .yyhy .mc{
	
}

.pro-mian-type-2  .yyhy .mc .hy-item{
	border-top:1px #b6dede dashed;
	margin-top: 50px;
	padding-top: 50px;
}

.pro-mian-type-2  .yyhy .mc .hy-item:first-child{
	border: none;
	margin-top: 0;
	padding-top: 20px;
}

.pro-mian-type-2  .yyhy .mc .hy-item .hy-title{
	display: inline-block;
	padding-right: 90px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	color: #454545;
	line-height: 60px;
	background: #eee;
	margin-bottom: 30px;
	overflow: hidden;
	max-width: 100%;
	white-space: nowrap;
}

.pro-mian-type-2  .yyhy .mc .hy-item .hy-title .hy-name{
	/*padding: 0 30px;*/
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	background: #19a2a3;
	border-bottom-right-radius: 10px;
width: 300px;
	text-align: center;
}

.pro-mian-type-2  .yyhy .mc .hy-item .hy-title .hy-miaoshu{
	font-size: 14px;
	padding-left: 10px;
}

.pro-mian-type-2  .yyhy .hy-pic{
	text-align: justify;
}

.pro-mian-type-2  .yyhy .hy-pic .pic-item{
	width: 240px;
	margin-bottom: 40px;
}

.pro-mian-type-2  .yyhy .hy-pic .pic-item .img{
	height: 100px;
	font-size: 0;
	overflow: hidden;
}

.pro-mian-type-2  .yyhy .hy-pic .pic-item .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pro-mian-type-2  .yyhy .hy-pic .pic-item .text{
	background: #f8f8f8;
	padding: 15px 20px;
	height: 180px;
	overflow: hidden;
}

.pro-mian-type-2  .yyhy .hy-pic .pic-item .text .title{
	color: #333;
	font-size: 18px;
	line-height: 1.6;
}

.pro-mian-type-2  .yyhy .hy-pic .pic-item .text .info{
	color: #666;
	font-size: 16px;
	line-height: 1.6;
	height: 120px;
	overflow: hidden;
	text-align: left;
}

.pro-mian-type-2  .yyhy .texing{
	
}

.pro-mian-type-2  .yyhy .texing .lm-title{
	color: #333;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 30px;
}

.pro-mian-type-2  .yyhy .texing .texing-list{
	text-align: justify;
}

.pro-mian-type-2  .yyhy .texing .texing-list:after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
	visibility:hidden;
}

.pro-mian-type-2  .yyhy .texing .texing-list .list-item{
	width: 48%;
	margin-bottom: 30px;
}

.pro-mian-type-2  .yyhy .texing .texing-list .list-item .icon{
	width: 44px;
	font-size: 0;
	text-align: center;
}

.pro-mian-type-2  .yyhy .texing .texing-list .list-item .icon img{
	width: auto;
	max-width: 100%;
}

.pro-mian-type-2  .yyhy .texing .texing-list .list-item .text{
	padding-left: 20px;
}

.pro-mian-type-2  .yyhy .texing .texing-list .list-item .text .title{
	color: #009999;
	font-size: 16px;
	line-height: 1.6;
	text-transform: capitalize;
}

.pro-mian-type-2  .yyhy .texing .texing-list .list-item .text .wenben{
	color: #454545;
	font-size: 16px;
	line-height: 1.6;
}
.pro-mian-type-2  .yyhy .cp-table{
	
}

.pro-mian-type-2  .yyhy .cp-table .title{
	color: #333;
	font-size: 18px;
	line-height: 1.6;
	margin-bottom: 15px;
}

.pro-mian-type-2  .yyhy .cp-table .tab{
	
}


.pro-mian-type-2  .yyhy .cp-table .tab .tab-menu{
	font-size: 0;
}

.pro-mian-type-2  .yyhy .cp-table .tab .tab-menu ul li{
	display: inline-block;
	vertical-align: top;
	width: 90px;
	line-height: 40px;
	margin-bottom: 20px;
	text-align: center;
	color: #454545;
	font-size: 16px;
	border-radius: 10px;
	background: #eee;
	margin-right: 10px;
	cursor: pointer;
}

.pro-mian-type-2  .yyhy .cp-table .tab .tab-menu ul li:hover,.pro-mian-type-2  .yyhy .cp-table .tab .tab-menu ul li.selected{
	background: #009999;
	color: #fff;
}

.pro-mian-type-2  .yyhy .cp-table .tab .tab-box{
	margin-bottom: 30px;
}

.pro-mian-type-2  .yyhy .cp-table .tab .tab-box .tabbox-container{
	display: none;
}

.pro-mian-type-2  .yyhy .cp-table .tab .tab-box .tabbox-container table{
	width: 100%;
	table-layout: fixed;
}

.pro-mian-type-2  .yyhy .cp-table .tab .tab-box .tabbox-container table tr{
	
}

.pro-mian-type-2  .yyhy .cp-table .tab .tab-box .tabbox-container table tr:first-child{
	background: #f8f8f8;
}

.pro-mian-type-2  .yyhy .cp-table .tab .tab-box .tabbox-container table td{
	color: #666;
	font-size: 14px;
	text-align: center;
	border: 1px #eee solid;
	line-height: 1.2;
	padding: 10px;
}

.pro-mian-type-2  .yyhy .cp-table .tab .tab-box .tabbox-container table td:first-child{
	background: #f8f8f8;
	color: #404040;
	border-left:1px #dcdcdc solid;
}

.pro-mian-type-2  .yyhy .cp-table .tab .tab-box .tabbox-container table tr:first-child td{
	padding: 20px 10px;
	color: #404040;
	border-top:1px #dcdcdc solid;
}

.pro-mian-type-2  .yyhy .cp-table .tab .tab-box .tabbox-container table tr:first-child td:first-child{
	background: #e5e5e5;
	color: #009999;
	font-size: 20px;
}

.pro-mian-type-2  .yyhy .cp-table .tab .tab-box .tabbox-container table tr:last-child td{
	border-bottom: 1px #dcdcdc solid;
}

.pro-mian-type-2  .yyhy .cp-table .tab .tab-box .tabbox-container table td:last-child{
	border-right: 1px #dcdcdc solid;
}
.pro-mian-type-2  .yyhy .cp-table .more{
	color: #19a2a3;
	font-size: 14px;
	line-height: 36px;
}

.pro-mian-type-2  .yyhy .cp-table .more .button{
	color: #fff;
	font-size: 16px;
	padding: 0 20px;
	margin: 0 5px;
	background: #19a2a3;
	border-radius: 10px;
	cursor: pointer;
}

.cpyy-popup .popup-container{
	padding-top: 40px;
}

.cpyy-popup .popup-xiala{
	/*padding: 0 50px;*/
	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;
}

/*************** 品牌 ******************/
.brand-list{
	padding-left: 360px;
	font-size: 0;
	height: 56px;
	overflow: hidden;
	margin-bottom: 50px;
}

.brand-list .brand-content {
	background: #e5e5e5;
	border-radius: 100px;
}


.brand-list .brand-item{
	position: relative;
	width: 280px;
	line-height: 56px;
	background: #e5e5e5;
	text-align: center;
	overflow: hidden;
	border-radius: 100px;
	display: inline-block;
	vertical-align: top;
	z-index: 0;
	margin-left: -45px;
	color: #404040;
}

.brand-list .brand-item:first-child{
	margin-left: 0;
}


.brand-list .brand-item i{
	font-size: 24px;
	line-height: 2;
	vertical-align: middle;
}


.brand-list .brand-item .wenzi{
	
	font-size: 24px;
	line-height: 2;
	vertical-align: middle;
	padding-left: 10px;
}

.brand-list .brand-item.current{
	background: #19a2a3;
	z-index: 999;
	box-shadow: none;
	border: none;
	color: #fff;
}

.brand-list .brand-item:hover .wenzi{
	text-decoration: underline
}

.brand-info{
	border: 1px #dcdcdc solid;
	padding: 60px 105px 0 105px;
}

.brand-info .brand-logo{
	text-align: center;
	font-size: 0;
	margin-bottom: 50px;
}

.brand-info .brand-logo img{
	width: auto;
	max-width: 400px;
}

.brand-info .brand-logo .logo{
	width: 280px;
	margin-right: 40px;
}

.brand-info .brand-logo .logo img{
	max-width: 100%;
}

.brand-info .brand-logo .shenqing{
	background: #3d9797;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	width: 180px;
	margin-top:18px;
}


.brand-info .cpjs-item{
	border-top: 1px #dcdcdc solid;
	padding-top: 35px;
}

.brand-info .cpjs-item:first-child{
	border-top: none;
	padding-top: 0;
}

.brand-info .cpjs-item .mt{
	color: #000;
	font-size: 16px;
	line-height: 1.6;
	position: relative;
	padding-left: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}

.brand-info .cpjs-item .mt:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 4px;
	height: 20px;
	margin-top: -10px;
	background: #059b9b;
}

.brand-info .jianjie .mc{
	background-image:url(../images/productline-info-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 20px;
	color: #666;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 50px;
}

.brand-info  .tjyy .mt{
	margin-bottom: 30px;
}

.brand-info  .tjyy .mc{
	
}

.brand-info  .tjyy .yy-item{
	padding: 50px 0;
	position: relative;
}

.brand-info  .tjyy .yy-item:first-child{
	padding-top: 0;
}

.brand-info  .tjyy .yy-item:nth-child(2n):after,.brand-info  .tjyy .yy-item.shuang:after{
	content: "";
	position: absolute;
	width: 1920px;
	height: 100%;
	left: 50%;
	top: 0;
	margin-left: -960px;
	background-image: url(../images/pp-bg-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -1
}

.brand-info  .tjyy .yy-item .yyjs{
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}

.brand-info  .tjyy .yy-item .yyjs .img{
	float: left;
	width: 370px;
	height: 240px;
	font-size: 0;
	position: relative;
}

.brand-info  .tjyy .yy-item:nth-child(2n) .yyjs .img,.brand-info  .tjyy .yy-item.shuang .yyjs .img{
	float: right;
}

.brand-info  .tjyy .yy-item .yyjs .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	z-index: 0;
}

.brand-info  .tjyy .yy-item .yyjs .img .biaoti{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	color: #fff;
	background: rgba(61,151,151,.85);
	font-size: 30px;
	text-align: center;
	padding: 15px;
	line-height: 40px;
}

.brand-info  .tjyy .yy-item .yyjs .text{
	float: right;
	width: 570px;
}

.brand-info  .tjyy .yy-item:nth-child(2n) .yyjs .text,.brand-info  .tjyy .yy-item.shuang .yyjs .text{
	float: left;
}

.brand-info  .tjyy .yy-item .yyjs .text .yyinfo-item{
	position: relative;
	color: #454545;
	font-size: 16px;
	line-height: 2;
	margin-top: 10px;
	padding-left: 30px;
}

.brand-info  .tjyy .yy-item .yyjs .text .yyinfo-item:first-child{
	margin: 0;
}

.brand-info  .tjyy .yy-item .yyjs .text .yyinfo-item i{
	color: #44aaac;
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 19px;
}

.brand-info .texing .lm-title{
	color: #333;
	font-size: 18px;
	line-height: 1.6;
}

.brand-info .texing .texing-list{
	text-align: justify;
}

.brand-info .texing .texing-list:after{
	content:"";
	display: inline-block;
	width: 100%;
	height: 0;
	visibility: hidden;
}

.brand-info .texing .texing-list .list-item{
	width: 48%;
	margin-top: 30px;
}

.brand-info .texing .texing-list .list-item .icon{
	width: 60px;
	padding-right: 20px;
	vertical-align: middle;
	font-size: 0;
}

.brand-info .texing .texing-list .list-item .icon img{
	max-width: 100%;
}

.brand-info .texing .texing-list .list-item .text{
	vertical-align: top;
}

.brand-info .texing .texing-list .list-item .text .title{
	color: #009999;
	font-size: 16px;
	line-height: 1.6;
}

.brand-info .texing .texing-list .list-item .text .info{
	color: #454545;
	font-size: 16px;
	line-height: 1.6;
}

.brand-info .tsrz{
	
}

.brand-info .tsrz .mc{
	border: 1px #dcdcdc solid;
	padding: 40px 30px 50px 30px;
	margin-bottom: 50px;
	margin-top: 30px;
}

.brand-info .tsrz .tese{
	text-align: center;
	font-size: 0;
	margin-bottom: 30px;
}



.brand-info .tsrz .tese .tese-item{
	position: relative;
	width: 430px;
	height: 170px;
	margin-left: 50px;
}

.brand-info .tsrz .tese .tese-item:first-child{
	margin-left: 0;
}

.brand-info .tsrz .tese .tese-item .img{
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.brand-info .tsrz .tese .tese-item .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	color: #009999;
	font-size: 14px;
	line-height: 1.6;
	text-align: left;
	padding-top: 10px;
}

.brand-info .tsrz .tese .tese-item .text span{
	font-weight: bold;
	font-size: 20px;
}

.brand-info .tsrz .tese .tese-item .text i{
	font-size: 26px;
	vertical-align: -2px;
	margin-right: 5px;
}

.brand-info .tsrz .tese-logos{
	position: relative;
	padding: 0 40px;
}

.brand-info .tsrz .tese-logos .swiper-button-next,.brand-info .tsrz .tese-logos .swiper-button-prev{
	background-color:#e3e3e3;
	width: 20px;
	height: 30px;
	margin-top: -15px;
	background-size: 9px 16px;
}

.brand-info .tsrz .tese-logos .swiper-button-next:hover,.brand-info .tsrz .tese-logos .swiper-button-prev:hover{
	background-color: #3d9797;
}

.brand-info .tsrz .tese-logos .logo-content{
	background: #f4f4f4;
	width: 190px;
	height: 50px;
	font-size: 0;
	line-height: 40px;
	padding: 5px;
	text-align: center;
	margin: 0 auto;
}

.brand-info .tsrz .tese-logos .logo-content img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.brand-info .tjyy{
	
}

.brand-info .tjyy .tj-item{
	margin-bottom: 60px;
}

.brand-info .tjyy .tj-item .img{
	float: left;
	width: 370px;
	height: 320px;
	position: relative;
}

.brand-info .tjyy .tj-item:nth-child(2n) .img,.brand-info .tjyy .tj-item.shaung .img{
	float: right;
}

.brand-info .tjyy .tj-item .img .scroll{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.brand-info .tjyy .tj-item .img .scroll .content{
	width: 100%;
	height: 320px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.brand-info .tjyy .scroll .swiper-button-next,.brand-info .tjyy .scroll .swiper-button-prev{
	background-color:rgba(0,0,0,.11);
	width: 20px;
	height: 30px;
	margin-top: -15px;
	background-size: 9px 16px;
}

.brand-info .tjyy .scroll .swiper-button-next:hover,.brand-info .tjyy .scroll .swiper-button-prev:hover{
	background-color:rgba(61,151,151,.51);
}

.brand-info .tjyy .scroll .swiper-button-next{
	right: 0;
}

.brand-info .tjyy .scroll .swiper-button-prev{
	left: 0
}

.brand-info .tjyy .tj-item .img .biaoti{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 15px;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	text-align: center;
	background: rgba(61,151,151,.85)
}

.brand-info .tjyy .tj-item .text{
	float: right;
	width: 570px;
}

.brand-info .tjyy .tj-item:nth-child(2n) .text,.brand-info .tjyy .tj-item.shuang .text{
	float: left;
}

.brand-info .tjyy .tj-item .text .yy-icons{
	text-align: justify;
	margin-bottom: 10px;
	height: 90px;
	overflow: hidden;
}

.brand-info .tjyy .tj-item .text .yy-icons .icon-item{
	width: 80px;
	text-align: center;
	font-size: 0;
	text-transform: capitalize;
}

.brand-info .tjyy .tj-item .text .yy-icons .icon-item .icon{
	height: 56px;
	line-height: 56px;
	margin-bottom: 10px;
}

.brand-info .tjyy .tj-item .text .yy-icons .icon-item .icon img{
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
	vertical-align: middle;
}

.brand-info .tjyy .tj-item .text .yy-icons .icon-item .miaoshu{
	font-size: 16px;
	line-height: 1.5;
	color: #404040;
}

.brand-info .tjyy .tj-item .text .tedian-list{
	
}

.brand-info .tjyy .tj-item .text .tedian-list .list-item{
	position: relative;
	color: #454545;
	font-size: 16px;
	line-height: 2;
	padding-left: 30px;
}

.brand-info .tjyy .tj-item .text .tedian-list .list-item i{
	color: #44aaac;
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 19px;
}

/******** 吊牌弹框 *******/
.diaopai-popup .popup-container{padding-top:0;padding-bottom:40px;}
.diaopai-popup .popup-bd{border-top:none;}
.diaopai-popup .popup-bd .diaopai-title{font-size:24px;color:#099;font-weight:bold;line-height:2;margin-left:-50px;margin-bottom:40px;}
.diaopai-popup .popup-bd .row .bd-item{width:48%;}

/******** 应用行业新增背景 ********/
.yyhy .hy-item{
position:relative;
}

.pro-mian-type-2 .yyhy .mc .hy-item{
border-top:none;
}

.pro-mian-type-2 .yyhy .mc .hy-item:nth-child(2n) .hy-title{
background:#fff;
}

.pro-mian-type-2 .yyhy .hy-item:nth-child(2n) .cp-table .tab .tab-menu ul li{
background:#fff;
}

.pro-mian-type-2 .yyhy .hy-item:nth-child(2n) .cp-table .tab .tab-menu ul li.selected{
background: #009999;
}

.pro-mian-type-2 .yyhy .cp-table .tab .tab-box .tabbox-container table{
background:#fff;
}

.yyhy .hy-item:nth-child(2n):after{
content:"";
position:absolute;
left:50%;
top:0;
width:100vw;
height:100%;
margin-left:-50vw;
background-image: url(../images/pp-bg-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index: -1;
}

.cpjs .yyhy.cpjs-item .mc{
padding-bottom:0;
}

.cpjs .yyhy.cpjs-item .hy-item:last-child{
padding-bottom:40px;
}

/****************20191126**********************/
.inner-main .product-mian-banner .banner-text{padding-top:50px;}

/*************** 20201201修改 *****************/
.top-header .header-content .header-gongneng .linkin a{color: #fff;}
.top-header.darker .header-content .header-gongneng .linkin a{color: #888;}
.inner-main.inner-main-type-2 .main-content {
	background: #fff;
	padding: 0 50px 60px 50px;
}

/**************** 20220322 ***************/
.teshutb tr td{border-color:#666!important;font-size:16px!important}