.fixed-banner{
	overflow: hidden;
	text-align: center;
	margin-top: 100px;
}
.fixed-banner img{
	width: 100%;
}
.fixed-banner h3{
	margin: 78px 0 5px;
	font-size: 36px;
	color: #fff;
	line-height: 1;
}
.fixed-banner p{
	font-size: 18px;
	color: #949daa;
}
.common-inner{
	background: #fff;
	margin-bottom: 50px;
}
.common-inner .inner-left{
	float: left;
}
.common-inner .inner-left .pro-sider{
	float: none;
}
.common-inner .inner-right{
	background: #fff;
	width: 1030px;
	float: right;
}

.rig-title{
	margin-bottom: 30px;
	border-bottom: 1px solid #dedede;
}
.rig-title .crumbs{
	line-height: 42px;
	height: 42px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 14px;
	position: relative;
	color: #666;
}
.rig-title .crumbs:before{
    display: block;
    content: '';
    width: 4px;
    height: 21px;
    background: #00968a;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.rig-title .crumbs a{
	font-size: 14px;
	color: #666;
}
.rig-title .crumbs a:hover{
	color: #00968a;
	text-decoration: underline;
}
.common-inner .inner-right .search-result{
	height: 50px;
	line-height: 50px;
	background: #f5f5f5;
	margin: 12px 0 25px;
	padding: 0 17px;
	font-size: 14px;
	color: #595959;
}
.common-inner .inner-right .search-result span{
	color: #dbb0a0;
	font-weight: bold;
}
.common-inner .inner-right .search-result .search-record{
	float: right;
}
.common-inner .inner-right .de-product-list{
	overflow: hidden;
	min-height: 622px;
}
.common-inner .inner-right .de-product-list .tit{
	background: #f5f5f5;
	box-sizing: border-box;
	height: 60px;
	border-left: 5px solid #00968a;
	font-size: 24px;
	padding-left: 20px;
	margin-bottom: 20px;
	line-height: 60px;
}
.common-inner .inner-right .de-product-list ul{
	margin: 0 -10px;
}
.common-inner .inner-right .de-product-list ul li{
	float: left;
	width: 242px;
	margin: 0 10px
}
.common-inner .inner-right .de-product-list ul li a{
	display: block;
}
.common-inner .inner-right .de-product-list ul li .img{
	width: 240px;
	height: 240px;
	background: #fff;
	font-size: 0;
	border: 1px solid #eee;
	line-height: 240px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
.common-inner .inner-right .de-product-list ul li .img img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
.common-inner .inner-right .de-product-list ul li .title{
	text-align: center;
	background-color: #eee;
	padding: 5px 10px;
	margin-bottom: 20px;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.55s;
}
.common-inner .inner-right .search-list ul li:hover .img img,
.common-inner .inner-right .de-product-list ul li:hover .img img{
	transform: scale(1.1);
}
.common-inner .inner-right .de-product-list ul li:hover .title{
	color: #fff;
	background-color: #00968a;
}
.common-inner .inner-right .de-case-list,
.common-inner .inner-right .de-download-list{
	overflow: hidden;
	min-height: 622px;
}
.common-inner .inner-right .de-case-list .tit{
	background: #f5f5f5;
	box-sizing: border-box;
	height: 60px;
	border-left: 5px solid #00968a;
	font-size: 24px;
	padding-left: 20px;
	margin-bottom: 20px;
	line-height: 60px;
}
.common-inner .inner-right .de-case-list ul{
	margin: 0 -5px;
}
.common-inner .inner-right .de-case-list ul li{
	float: left;
	width: 250px;
	margin: 0 5px 10px 5px;
}
.common-inner .inner-right .de-case-list ul li a{
	display: block;
}
.common-inner .inner-right .de-case-list ul li .img{
	width: 100%;
	height: 250px;
	text-align: center;
	line-height: 250px;
	font-size: 0;
	background-color: #fff;
	overflow: hidden;
}
.common-inner .inner-right .de-case-list ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.common-inner .inner-right .de-case-list ul li .title{
	text-align: center;
	height: 48px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 48px;
	font-size: 14px;
	color: #595959;
	background: #f6f6f6;
	transition: all 0.5s;
}
.common-inner .inner-right .de-case-list ul li:hover .img img{
	transform: scale(1.1);
}
.common-inner .inner-right .de-case-list ul li:hover .title{
	background-color: #00968a;
	color: #fff;
}

.common-inner .inner-right .de-download-list ul li{
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #dcdcdc;
}
.common-inner .inner-right .de-download-list ul li p:nth-child(2){
	display: none;
}
.common-inner .inner-right .de-download-list ul li img{
	display: inline-block;
	padding-right: 5px;
}
.common-inner .inner-right .de-download-list ul li a{
	color: #333;
}

.common-inner .inner-right .de-search-list{
	overflow: hidden;
	min-height: 622px;
}
.common-inner .inner-right .de-search-list .tit{
	background: #f5f5f5;
	box-sizing: border-box;
	height: 60px;
	border-left: 5px solid #00968a;
	font-size: 24px;
	padding-left: 20px;
	margin-bottom: 20px;
	line-height: 60px;
}
.common-inner .inner-right .de-search-list ul{
	margin: 0 -10px;
}
.common-inner .inner-right .de-search-list ul li{
	float: left;
	width: 310px;
	margin: 0 10px
}
.common-inner .inner-right .de-search-list ul li a{
	display: block;
}
.common-inner .inner-right .de-search-list ul li .img{
	width: 308px;
	height: 308px;
	background: #fff;
	font-size: 0;
	border: 1px solid #eee;
	line-height: 308px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
.common-inner .inner-right .de-search-list ul li .img img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
.common-inner .inner-right .de-search-list ul li .title{
	text-align: center;
	background-color: #eee;
	padding: 5px 10px;
	margin-bottom: 20px;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: all 0.55s;
}
.common-inner .inner-right .de-search-list ul li:hover .img img{
	transform: scale(1.1);
}
.common-inner .inner-right .de-search-list ul li:hover .title{
	color: #fff;
	background-color: #00968a;
}

.common-inner .inner-right .company-box{
	background-color: #eee;
	padding-bottom: 50px;
}
.common-inner .inner-right .company-box .img{
	width: 100%;
}
.common-inner .inner-right .company-box .img img{
	width: 100%;
}
.common-inner .inner-right .de-about-tit{
	background: #f5f5f5;
	box-sizing: border-box;
	height: 60px;
	border-left: 5px solid #00968a;
	font-size: 24px;
	padding-left: 20px;
	line-height: 60px;
}
.common-inner .inner-right .de-about-content{
	padding: 30px 20px;
}
.common-inner .inner-right .de-about-content img{
	margin: 0 auto;
	max-width: 100%;
}
.common-inner .inner-right .de-about-content p{
	font-size: 18px;
	color: #595959;
	line-height: 40px;
	text-indent: 2em;
}
.common-inner .inner-right .de-about-content p video{
    width: 40%;
    height: 280px;
    margin: 20px 5%;
}

.common-inner .inner-right .de-news-list{
	overflow: hidden;
	min-height: 644px;
}
.common-inner .inner-right .de-news-list .tit{
	background: #f5f5f5;
	box-sizing: border-box;
	height: 60px;
	border-left: 5px solid #00968a;
	font-size: 24px;
	padding-left: 20px;
	margin-bottom: 20px;
	line-height: 60px;
}
.common-inner .inner-right .de-news-list ul li{
	border: 2px solid #e5e5e5;
	padding: 13px 30px 0px 13px;
	margin-bottom: 15px;
	height: 200px;
	box-sizing: border-box;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.common-inner .inner-right .de-news-list ul li a{
	display: block;
}
.common-inner .inner-right .de-news-list ul li .img{
	display: block;
	width: 250px;
	height: 167px;
	float: left;
}
.common-inner .inner-right .de-news-list ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.common-inner .inner-right .de-news-list ul li .box{
	float: right;
	width: 710px;
	font-size: 14px;
}
.common-inner .inner-right .de-news-list ul li .box h4{
	font-size: 18px;
	line-height: 34px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.common-inner .inner-right .de-news-list ul li .box p{
	color: #666;
	line-height: 24px;
	margin: 15px 0 25px;	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.common-inner .inner-right .de-news-list ul li .box .time{
	color: #666;
	line-height: 1.1;
}
.common-inner .inner-right .de-news-list ul li .box .time span{
	display: block;
	float: right;
	width: 90px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #b6b6b6;
	color: #fff;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}
.common-inner .inner-right .de-news-list ul li:hover{
	border-color: #00968a;
}
.common-inner .inner-right .de-news-list ul li:hover .time span{
	color: #fff;
	background-color: #00968a;
}
.common-inner .inner-right .de-mouth-list{
	overflow: hidden;
	min-height: 644px;
	padding: 5px;
}
.common-inner .inner-right .de-mouth-list ul li{
	padding: 20px 15px;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .de-mouth-list ul li a{
	display: block;
}
.common-inner .inner-right .de-mouth-list ul li .img{
	float: left;
	width: 15%;
	height: 120px;
	text-align: center;
	line-height: 120px;
	font-size: 0;
}
.common-inner .inner-right .de-mouth-list ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.common-inner .inner-right .de-mouth-list ul li .box{
	float: right;
	width: 84%;
	font-size: 14px;
}
.common-inner .inner-right .de-mouth-list ul li .box h4{
	color: #323232;
	line-height: 1.1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bold;
}
.common-inner .inner-right .de-mouth-list ul li .box p{
	color: #595959;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin: 15px 0 25px;
}
.common-inner .inner-right .de-mouth-list ul li .box .time{
	color: #999999;
	line-height: 1.1;
}
.common-inner .inner-right .de-mouth-list ul li .box .time span{
	display: block;
	float: right;
	font-size: 14px;
	color: #dbb0a0;
}
.common-inner .inner-right .de-mouth-list ul li:hover{
	box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-mouth-list ul li:hover .time span{
	color: #eb7fa5;
}

.common-inner .inner-right .news-detail-content{
	overflow: hidden;
}
.common-inner .inner-right .news-detail-content .news-detail-title{
	overflow: hidden;
}
.common-inner .inner-right .news-detail-content .news-detail-title .h3{
	font-size: 26px;
	text-align: center;
	line-height: 32px;
	margin: 0px auto 30px;
}
.common-inner .inner-right .news-detail-content .news-detail-title .b{
	color: #999;
	text-align: center;
	line-height: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #00968a;
	text-align: center;
	height: 30px;
	position: relative;
}
.common-inner .inner-right .news-detail-content .news-detail-title .b span{
	display: block;
	width: 90px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	position: absolute;
	right: 0;
	background: #00968a;
	top: 0;
	color: #fff;
	cursor: pointer;
}
.common-inner .inner-right .news-detail-content .news-detail{
	padding: 0 12px 30px;
}
.common-inner .inner-right .news-detail-content .news-detail p{
	font-size: 16px;
	color: #595959;
	line-height: 30px;
	margin-bottom: 10px;
}
.common-inner .inner-right .news-detail-content .news-detail img{
	max-width: 100%;
	margin: 0 auto;
}
.common-inner .inner-right .de-honor-list{
	overflow: hidden;
	margin: 0 auto;
	min-height: 556px;
}
.common-inner .inner-right .de-honor-list .tit{
	background: #f5f5f5;
	box-sizing: border-box;
	height: 60px;
	border-left: 5px solid #000;
	font-size: 24px;
	padding-left: 20px;
	margin-bottom: 20px;
	line-height: 60px;
}
.common-inner .inner-right .de-honor-list ul{
	margin: 0 -5px;
}
.common-inner .inner-right .de-honor-list ul li{
	float: left;
	margin: 0 5px 10px 5px;
	overflow: hidden;
	width: 330px;
}
.common-inner .inner-right .de-honor-list ul li a{
	display: block;
}
.common-inner .inner-right .de-honor-list ul li .img{
	width: 328px;
	height: 240px;
	text-align: center;
	line-height: 240px;
	font-size: 0;
	border: 1px solid #f6f6f6;
	background-color: #fff;
	overflow: hidden;
}
.common-inner .inner-right .de-honor-list ul li .img img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	transition: all 0.5s;
}
.common-inner .inner-right .de-honor-list ul li .title{
	text-align: center;
	height: 48px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 48px;
	font-size: 14px;
	color: #595959;
	background: #f6f6f6;
	transition: all 0.5s;
}
.common-inner .inner-right .de-honor-list ul li:hover .img img {
	transform: scale(1.1);
}
.common-inner .inner-right .de-honor-list ul li:hover .title{
	background-color: #000;
	color: #fff;
}
.common-inner .inner-right .de-job-list{
	overflow: hidden;
	padding-bottom: 19px;
	min-height: 645px;
	padding: 5px 5px;
}
.common-inner .inner-right .de-job-list .tit{
	background: #f5f5f5;
	box-sizing: border-box;
	height: 40px;
	border-left: 3px solid #000;
	font-size: 18px;
	padding-left: 15px;
	line-height: 40px;
	margin-bottom: 20px;
}
.common-inner .inner-right .de-job-list ul li{
	overflow: hidden;
	padding: 0 55px 0 25px;
	height: 128px;
	border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .de-job-list ul li .job-title{
	float: left;
	width: 260px;
	margin-right: 10px;
	padding-top: 38px;
}
.common-inner .inner-right .de-job-list ul li .job-title h3{
	font-weight: bold;
	font-size: 18px;
	color: #333;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}
.common-inner .inner-right .de-job-list ul li .job-title p{
	font-size: 16px;
	color: #000;
	line-height: 20px;
	font-weight: bold;
}
.common-inner .inner-right .de-job-list ul li .job-title p em{
	font-weight: normal;
	font-size: 12px;
}
.common-inner .inner-right .de-job-list ul li .job-info{
	float: left;
	width: 200px;
	padding-top: 38px;
}
.common-inner .inner-right .de-job-list ul li .job-info p{
	font-size: 13px;
	color: #b2b2b2;
	line-height: 20px;
	margin-bottom: 15px;
}
.common-inner .inner-right .de-job-list ul li .job-info p span{
	color: #737373;
}
.common-inner .inner-right .de-job-list ul li .job-btn{
	display: none;
	float: right;
	width: 80px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #000;
	margin-top: 50px;
}
.common-inner .inner-right .de-job-list ul li:hover{
	box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-job-list ul li:hover .job-btn{
	display: block;
}
.common-inner .inner-right .jobs-info{
	padding: 40px 10px 30px;
	margin-bottom: 28px;
	border-bottom: 1px dashed #ededed;
}
.common-inner .inner-right .jobs-info .h3{
	overflow: hidden;
	margin-bottom: 15px;
}
.common-inner .inner-right .jobs-info .h3 .job-name{
	float: left;
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	width: 450px;
}
.common-inner .inner-right .jobs-info .h3 .job-price{
	float: right;
	font-weight: bold;
	font-size: 24px;
	color: #000;
	line-height: 1.1;
	max-width: 360px;
}
.common-inner .inner-right .jobs-info .h3 .job-price em{
	font-weight: normal;
	font-size: 16px;
}
.common-inner .inner-right .jobs-info .p{
	font-size: 13px;
	color: #999999;
	line-height: 20px;
	margin-bottom: 10px;
}
.common-inner .inner-right .jobs-info .p span{
	color: #595959;
}
.common-inner .inner-right .jobs-info .btn{
	padding-top: 10px;
	overflow: hidden;
}
.common-inner .inner-right .jobs-info .btn a{
	display: block;
	width: 230px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	background: #000;
	font-size: 14px;
}
.common-inner .inner-right .jobs-info .btn a:hover{
	background: #333;
}
.common-inner .inner-right .jobs-info-content{
	padding: 0 20px 30px;
	overflow: hidden;
}
.common-inner .inner-right .jobs-info-content h3{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 1.1;
	margin-bottom: 10px;
}
.common-inner .inner-right .jobs-info-content p{
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.newsPage{
	border-top: 1px solid #eaeaea;
	padding-top: 10px;
}
.newsPage .page-a{
    line-height: 30px;
    text-align: left;
    color: #fff;
    position: relative;
    z-index: 2;
    margin-bottom: 5px;
	padding-left: 5px;
}
.newsPage .page-a:before{
    width: 70px;
    height: 30px;
    background: #a2a2a2;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    content: '';
}
.newsPage .page-a a{
    display: inline-block;
    margin-left: 20px;
	color: #333;
	font-size: 14px;
}
.newsPage .page-a a:hover{
	color: #00968a;
	text-decoration: underline;
}
.common-inner .inner-right .apply-job{
	overflow: hidden;
	margin-top: 20px;
}
.common-inner .inner-right .apply-job .job-tr{
	overflow: hidden;
}
.common-inner .inner-right .apply-job .job-tr .tr-over{
	overflow: hidden;
}
.common-inner .inner-right .apply-job .job-tr .error{
	padding-left: 75px;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #f00;
}
.common-inner .inner-right .apply-job .job-tr .tr-title{
	float: left;
	width: 50px;
	min-height: 20px;
	text-align: right;
	font-size: 14px;
	color: #808080;
	margin-right: 25px;
	line-height: 40px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont{
	float: left;
	width: 640px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont h3{
	font-size: 14px;
	color: #4c4c4c;
	line-height: 40px;
	font-weight: bold;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont input[type=text]{
	line-height: 38px;
	font-size: 14px;
	color: #333;
	display: block;
	padding: 0 10px;
	width: 618px;
	height: 38px;
	border: 1px solid #e6e6e6;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont input[name='captcha']{
	font-size: 14px;
	line-height: 38px;
	color: #333;
	width: 190px;
	float: left;
	margin-right: 30px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont .verify{
	cursor: pointer;
	float: left;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 0;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont .verify img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont textarea{
	font-size: 14px;
	color: #333;
	display: block;
	height: 170px;
	line-height: 20px;
	padding: 5px 10px;
	width: 618px;
	border: 1px solid #e6e6e6;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont{
	line-height: 40px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont input[type=radio]{
	margin-right: 10px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont label{
	margin-right: 30px;
	color: #4c4c4c;
	line-height: 40px;
	font-weight: bold;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit{
	display: block;
	width: 190px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #000;
	color: #fff;
	font-size: 15px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit:hover{
	background: #333;
}
.common-inner .inner-right .de-message{
	overflow: hidden;
	padding: 0 5px 50px;
}
.common-inner .inner-right .de-message .tit{
	font-size: 28px;
	color: #000;
	font-weight: bold;
	line-height: 40px;
}
.common-inner .inner-right .de-message .tips{
	font-size: 13px;
	line-height: 55px;
	color: #737373;
}
.common-inner .inner-right .de-message .mes-form{
	overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr{
	overflow: hidden;
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
.common-inner .inner-right .de-message .mes-form .form-tr input{
	display: block;
	width: 450px;
	background: transparent;
	height: 40px;
	padding: 6px 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	border: 1px solid #e1e1e1;
}
.common-inner .inner-right .de-message .mes-form .form-tr input.tel,
.common-inner .inner-right .de-message .mes-form .form-tr input.email{
	width: 478px;
}
.common-inner .inner-right .de-message .mes-form .form-tr textarea{
	display: block;
	width: 988px;
	height: 168px;
	line-height: 40px;
	background: transparent;
	padding: 6px 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 14px;
	border: 1px solid #e1e1e1;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code{
	overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code input{
	float: left;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify{
	cursor: pointer;
	float: left;
	margin-left: 25px;
	width: 180px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 0;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify img{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit{
	background: #00968a;
	color: #fff;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	border: 0;
	font-size: 20px;
	border-radius: 0;
	text-transform: capitalize;
	display: block;
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: .3;
    z-index: 9;
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, 100%, 0);
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit:hover:before{
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 180deg) translate3d(0, -100%, 0);
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit:hover, 
.common-inner .inner-right .de-message .mes-form .form-tr .submit:focus, 
.common-inner .inner-right .de-message .mes-form .form-tr .submit:active{
	background-color: #333;
	color: #fff;
}    
.common-inner .inner-right .de-message .mes-form .form-tr .error{
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #f00;
	padding: 0 5px;
}

.common-inner .inner-right .de-contact{
	overflow: hidden;
}
.common-inner .inner-right .de-contact .tit h4{
	font-size: 28px;
	color: #000;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	margin-bottom: 35px;
}
.common-inner .inner-right .de-contact .text h4{
	font-size: 24px;
	color: #000;
	margin-bottom: 15px;
}
.common-inner .inner-right .de-contact .text p{
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.common-inner .inner-right .de-contact .contact-list{
	overflow: hidden;
}
.common-inner .inner-right .de-contact .contact-list ul li{
	width: 330px;
	box-sizing: border-box;
	height: 182px;
	border: 1px solid #e5e5e5;
	margin-right: 20px;
	padding-top: 80px;
	margin-bottom: 20px;
	float: left;
}
.common-inner .inner-right .de-contact .contact-list ul li h4{
	font-size: 16px;
	line-height: 1;
	text-align: center;
	margin-bottom: 15px;
}
.common-inner .inner-right .de-contact .contact-list ul li p{
	text-align: center;
	width: 80%;
	font-size: 14px;
	margin: 0 auto;
}
.common-inner .inner-right .de-contact .contact-list ul li:nth-child(3n){
	margin-right: 0;
}
.common-inner .inner-right .de-contact .contact-list ul li.linkman{
	background: #f5f5f5 url(../images/contact-linkman.png) center 20px no-repeat;
}
.common-inner .inner-right .de-contact .contact-list ul li.tel{
	background: #f5f5f5 url(../images/contact-tel.png) center 20px no-repeat;
}
.common-inner .inner-right .de-contact .contact-list ul li.mobile{
	background: #f5f5f5 url(../images/contact-mobile.png) center 20px no-repeat;
}
.common-inner .inner-right .de-contact .contact-list ul li.qq{
	background: #f5f5f5 url(../images/contact-qq.png) center 20px no-repeat;
}
.common-inner .inner-right .de-contact .contact-list ul li.email{
	background: #f5f5f5 url(../images/contact-email.png) center 20px no-repeat;
}
.common-inner .inner-right .de-contact .contact-list ul li.fax{
	background: #f5f5f5 url(../images/contact-fax.png) center 20px no-repeat;
}
.common-inner .inner-right .de-contact .contact-list ul li.address{
	background: #f5f5f5 url(../images/contact-address.png) center 20px no-repeat;
}
.common-inner .inner-right .de-contact .contact-map{
	overflow: hidden;
}
.common-inner .inner-right .de-contact .contact-map #dituContent{
	width: 100%;
	height: 450px;
	margin: 0 auto 30px;
}

.inner-contact{
	width: 260px;
	margin-top: 18px;
}
.inner-contact .title{
	height: 80px;
	background: url(../images/i-pro-title.jpg) no-repeat center;
	text-align: center;
	line-height: 1;
	overflow: hidden;
}
.inner-contact .title h3{
	margin-top: 20px;
	font-size: 22px;
	color: #fff;
	margin-bottom: 5px;
}
.inner-contact .title em{
	font-size: 13px;
	color: #728dbc;
}
.inner-contact .contact-box{
	min-height: 180px;
	border: 1px solid #ededed;
	border-top: none;
	background: #fff;
	padding: 20px 20px 10px;
	padding-right: 5px;
}
.inner-contact .contact-box .contact-item{
	overflow: hidden;
	padding-left: 60px;
	font-size: 14px;
	color: #595959;
	line-height: 20px;
	margin-bottom: 10px;
	word-wrap: break-word;
}
.inner-contact .contact-box .contact-item .act{
	float: left;
	width: 60px;
	margin-left: -60px;
	color: #808080;
}

.prodect-Info {
	overflow: hidden;
	background: #fff;
	min-height: 500px;
	padding-bottom: 48px;
}
.prodect-Info .inner-right{
	float: right;
	width: 1024px;
}
.prodect-Info .info-main{
	overflow: hidden;
	background: #fff;
}
.prodect-Info .info-main .info-preview{
	float: left;
	width: 402px;
}
.prodect-Info .info-main .info-main-rig{
	float: right;
	width: 600px;
	overflow: hidden;
}
.prodect-Info .info-main .info-main-rig .title{
    font-size: 20px;
    line-height: 1;
    padding-bottom: 15px;
    font-weight: bold;
    border-bottom: 1px solid #dedede;
}
.prodect-Info .info-main .info-main-rig .wechat{
	width: 100%;
	margin: 20px 0;
}
.prodect-Info .info-main .info-main-rig .wechat .ewm{
	float: left;
	margin-right: 20px;
}
.prodect-Info .info-main .info-main-rig .wechat .ewm .img{
	height: 180px;
}
.prodect-Info .info-main .info-main-rig .wechat .ewm .img img{
    height: 100%;
}
.prodect-Info .info-main .info-main-rig .wechat .ewm p{
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
.prodect-Info .info-main .info-main-rig .tel{
	opacity: inherit;
	border-top: 1px solid #dedede;
}
.prodect-Info .info-main .info-main-rig .tel span{
	float: left;
	padding: 10px 0 5px 60px;
	font-size: 16px;
	line-height: 24px;
	background: url(../images/bg42.png) left center no-repeat;
}
.prodect-Info .info-main .info-main-rig .tel .order-btn{
	overflow: hidden;
	display: block;
	width: 115px;
	float: right;
	margin-top: 10px;
}
.prodect-Info .info-main .info-main-rig .tel .order-btn .submit{
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #00968a;
	color: #fff;
	font-size: 18px;
	border-radius: 4px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit:hover{
	background: #333;
}
.prodect-Info .info-center{
	overflow: hidden;
}
.prodect-Info .info-center .infoCenter-right{
	background: #fff;
}
.prodect-Info .info-center .infoCenter-right .center-title{
	line-height: 50px;
	margin: 20px auto 0;
	background: #eee;
}
.prodect-Info .info-center .infoCenter-right .center-title span{
	font-size: 22px;
	display: block;
	line-height: 50px;
	background: #00968a;
	width: 160px;
	text-align: center;
	color: #fff;
}
.prodect-Info .info-center .infoCenter-right .center-content{
	overflow: hidden;
	padding: 30px 0;
}
.prodect-Info .info-center .infoCenter-right .center-content p{
    font-size: 18px;
    color: #595959;
    line-height: 40px;
}
.prodect-Info .info-center .infoCenter-right .center-content img{
	max-width: 100%;
}
.prodect-Info .info-center .infoCenter-right .center-content table{
	max-width: 100%;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab{
	font-family: '微软雅黑';
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	margin-bottom: 20px;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr th{
	width: 50%;
	text-align: center;
	font-size: 15px;
	color: #262626;
	background: #f6f6f6;
	border: 1px solid #e6e6e6;
	line-height: 48px;
	font-weight: bold;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr td{
	line-height: 45px;
	color: #595959;
	font-size: 15px;
	text-align: center;
	border: 1px solid #e6e6e6;
}
.hots-goods h4{
	line-height: 46px;
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box;
	font-size: 20px;
	position: relative;
	margin: 40px auto 20px;
}
.hots-goods h4:after{
    display: block;
    width: 80px;
    content: '';
    background: #00968a;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -1px;
}

.hots-goods ul{
	margin: 0 -6px;
}
.hots-goods ul li{
	float: left;
	width: 250px;
	margin: 0 6px;
}
.hots-goods ul li a{
	display: block;
	overflow: hidden;
}
.hots-goods ul li a .img{
	width: 248px;
	height: 220px;
	line-height: 220px;
	overflow: hidden;
	text-align: center;
	border: 1px solid #eee;
	font-size: 0;
}
.hots-goods ul li a .img img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;

	vertical-align: middle;
	transition: all .5s;
}
.hots-goods ul li a p{
	line-height: 40px;
	color: #333;
	background-color: #eee;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition:all 0.3s ease 0s;
}
.hots-goods ul li:hover img{
	transform: scale(1.1);
}
.hots-goods ul li:hover a p{
	background-color: #00968a;
	color: #fff;
}


#MagnifierWrap2{
	position: relative;
	width: 402px;
}
.MagnifierMain{
	position: relative;
	width: 400px;
	height: 400px;
	font-size: 0;
	text-align: center;
	line-height: 400px;
	border: 1px solid #e6e6e6;
}
.MagnifierMain img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.MagnifierDrag{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ccc;
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: move;
}
.MagnifierPop{
	position: absolute;
	top: 0;
	overflow: hidden;
	background: #fff;
}
.MagnifierImg{
	position: absolute;
	top: 0;
	left: 0;
}
.spec-items{
	display: none;
	position: relative;
	width: 360px;
	height: 69px;
	overflow: hidden;
	padding-top: 20px;
	margin: 0 auto;
}
.spec-items ul{
	width: 500%;
	position: absolute;
	top: 20px;
	left: 0;
}
.spec-items ul *{
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.spec-items li{
	width: 64px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	float: left;
	overflow: hidden;
	margin-right: 5px;
	border: 2px solid #fff;
	font-size: 0;
	cursor: pointer;
}
.spec-items li.on{
	border: 2px solid #000;
}
.spec-items li img{
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}
span.spe_leftBtn,
span.spe_rightBtn{
	position: absolute;
	bottom: 0px;
	display: none;
	width: 20px;
	height: 69px;
	line-height: 69px;
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	color: #ddd;
	cursor: default;
	background-color: #f9f9f9;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
span.on{
	background-color: #f9f9f9;
	color: #0058b1;
	cursor: pointer;
}
span.spe_leftBtn{
	left: 0;
	background: url(../images/p-detail-left.png) no-repeat center;
}
span.spe_leftBtn.on{
	background: url(../images/p-detail-left-active.png) no-repeat center;
}
span.spe_rightBtn{
	right: 0;
	background: url(../images/p-detail-right.png) no-repeat center;
}
span.spe_rightBtn.on{
	background: url(../images/p-detail-right-active.png) no-repeat center;
}
.de-page-mian{
	overflow: hidden;
	text-align: center;
	font-size: 0;
	padding: 10px 0 35px;
}
.de-page-mian .page-inner{
	display: inline-block;
	overflow: hidden;
}
.de-page-mian .page-inner a{
	display: block;
	float: left;
	min-width: 26px;
	padding: 0 5px;
	height: 36px;
	border: 1px solid #dddddd;
	background: #fff;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	margin-right: -1px;
	overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover{
	color: #fff;
	border-color: #00968a;
	background: #00968a;
}
.de-page-mian .page-inner a.prev{
	margin-right: 10px;
	background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on{
	background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover{
	background-color: #fff;
	border-color: #dddddd;
}
.de-page-mian .page-inner a.next{
	margin-left: 10px;
	margin-right: 15px;
	background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on{
	background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover{
	background-color: #fff;
	border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn{
	font-size: 12px;
	margin-right: 0;
	width: 63px;
	margin-left: 10px;
	display: none;
}
.de-page-mian .page-inner span{
	display: none;
	font-size: 12px;
	color: #333;
	float: left;
	line-height: 38px;
}
.de-page-mian .page-inner input{
	display: none;
	float: left;
	height: 36px;
	width: 36px;
	border: 1px solid #dddddd;
	text-align: center;
	line-height: 36px;
	font-size: 14px;
	color: #333;
	margin: 0 5px;
}
/* 相关推荐 */
.tianjian{
	box-sizing: border-box;
	border-top: 5px solid #00968a;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	padding: 15px 20px;
	background-color: #fff;
	margin: 30px auto;
}
.tianjian .tit{
	height: 44px;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 15px;
}
.tianjian .tit p{
	float: left;
	line-height: 44px;
	font-size: 20px;
	padding-left: 34px;
	background: url(../images/tuijian-tit.png) left center no-repeat;
}
.tianjian .tit p span{
	padding-left: 12px;
	font-size: 12px;
	color: #666;
}
.tianjian .tit a{
	float: right;
	width: 64px;
	height: 17px;
	line-height: 17px;
	text-indent: 7px;
	border: 1px solid #9a9a9a;
	font-size: 12px;
	color: #999999;
	position: relative;
	margin-top: 15px;
}
.tianjian .tit a::after{
	content: '';
	position: absolute;
	top: 4px;
	right: 8px;
	border-width: 4px;
	border-color: #989898;
	border-right-width: 0;
	border-style: dashed;
	border-right-style: solid;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.tianjian .tit a:hover{
	background-color: #00968a;
	color: #fff;
	border-color: #00968a;
}
.tianjian .tit a:hover::after{
	border-color: #fff;
	border-top-color: transparent;
	border-bottom-color: transparent;
}
.tianjian .tuijian-show{
	margin-bottom: 16px;
}
.tianjian .tuijian-show a{
	display: block;
}
.tianjian .tuijian-show a .img{
	float: left;
	width: 200px;
	height: 133px;
	overflow: hidden;
}
.tianjian .tuijian-show a .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.55s;
}
.tianjian .tuijian-show a .txt{
	float: right;
	width: 750px;
}
.tianjian .tuijian-show a .txt h4{
	color: #333333;
	font-size: 16px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tianjian .tuijian-show a .txt p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.tianjian .tuijian-show a:hover .img img{
	transform: scale(1.1);
}
.tianjian .tuijian-show a:hover .txt h4{
	color: #00968a;
}
.tianjian li{
	float: left;
	width: 474px;
	margin-right: 40px;
}
.tianjian li:nth-child(2n){
	margin-right: 0;
}
.tianjian li a{
	display: block;
	line-height: 36px;
}
.tianjian li a h4{
	float: left;
	width: 80%;
	color: #333333;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tianjian li a p{
	float: right;
	text-align: right;
	width: 20%;
	color: #999999;
	font-size: 12px;
}
.tianjian li a:hover h4,
.tianjian li a:hover p{
	color: #00968a;
}
/* 搜索分页 */
.search_pagenation{text-align: center;padding: 30px 0;}
.search_pagenation a{display: inline-block;width: 80px;height: 35px;font-size: 14px;background: #000;color: #fff;line-height: 35px;margin:0 5px;}
.search_pagenation a:hover{background-color: #333;}
.search_pagenation .noothers {display: none;}
/*# sourceMappingURL=./inner.css.map */
.common-inner .inner-right .de-service-list{
	overflow: hidden;
	min-height: 622px;
}
.common-inner .inner-right .de-service-list ul{
	margin: 0 -10px;
}
.common-inner .inner-right .de-service-list ul li{
	float: left;
	width: 403px;
	margin: 0 10px;
}
.common-inner .inner-right .de-service-list ul li a{
	display: block;
}
.common-inner .inner-right .de-service-list ul li .img{
	width: 100%;
	height: 258px;
	background: #fff;
	font-size: 0;
	line-height: 258px;
	text-align: center;
	overflow: hidden;
}
.common-inner .inner-right .de-service-list ul li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}
.common-inner .inner-right .de-service-list ul li .title{
	padding: 10px;
	font-size: 18px;
	line-height: 36px;
	color: #1e1e1e;
}
.common-inner .inner-right .de-service-list ul li:hover .img img{
	transform: scale(1.1);
}
.common-inner .inner-right .de-service-list{
	margin-top: 26px;
}