﻿.fixed-banner {
  overflow: hidden;
  text-align: center;
  margin-top: 110px;
}
.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: 100%;
}

.rig-title{
	margin-bottom: 30px;
	border-bottom: 1px solid #dedede;
}
.rig-title .crumbs{
	line-height: 40px;
	height: 40px;
	padding-left: 20px;
	box-sizing: border-box;
	font-size: 14px;
	position: relative;
}
.rig-title .crumbs:before {
    display: block;
    content: '';
    width: 4px;
    height: 21px;
    background: #de2e6e;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.rig-title .crumbs a {
	font-size: 14px;
	color: #000;
}
.rig-title .crumbs a:hover {
	color: #181818;
	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 .search-list,
.common-inner .inner-right .de-product-list {
  overflow: hidden;
  min-height: 622px;
}
.common-inner .inner-right .search-list .tit,
.common-inner .inner-right .de-product-list .tit{
	background: #f5f5f5;
	box-sizing: border-box;
	height: 60px;
	border-left: 5px solid #de2e6e;
	font-size: 24px;
	padding-left: 20px;
	margin-bottom: 20px;
	line-height: 60px;
}
.common-inner .inner-right .search-list ul,
.common-inner .inner-right .de-product-list ul {
  margin: 0 -10px;
}
.common-inner .inner-right .search-list ul li,
.common-inner .inner-right .de-product-list ul li {
  float: left;
  width: 310px;
  margin: 0 10px;
}
.common-inner .inner-right .search-list ul li a,
.common-inner .inner-right .de-product-list ul li a {
  display: block;
}
.common-inner .inner-right .search-list ul li .img,
.common-inner .inner-right .de-product-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 .search-list ul li .img img,
.common-inner .inner-right .de-product-list ul li .img img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  display: inline-block;
  -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 .search-list ul li .title,
.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: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-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:hover .title{
	color: #fff;
	background-color: #de2e6e;
}
.common-inner .inner-right .de-product-list ul li:hover .img{
	border-color: #de2e6e;
}
.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-case-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 #de2e6e;
	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: 317px;
  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: 315px;
	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-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: #de2e6e;
	color: #fff;
}

.common-inner .inner-right .de-search-list {
  overflow: hidden;
  min-height: 622px;
}
.common-inner .inner-right .de-search-list ul {
  margin: 0 -10px;
}
.common-inner .inner-right .de-search-list ul li {
  float: left;
  width: 297px;
  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: 295px;
  height: 295px;
  background: #fff;
  font-size: 0;
  line-height: 295px;
  text-align: center;
  border: 1px solid #e2e2e2;
  overflow: hidden;
  transition: all 0.5s;
}
.common-inner .inner-right .de-search-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-search-list ul li .title {
	padding: 0 10px;
  font-size: 18px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #1e1e1e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}
.common-inner .inner-right .de-search-list ul li:hover .img{
	border-color: #dbb0a0;
}
.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{
	background-color: #dbb0a0;
	color: #fff;
}
.common-inner .inner-right .de-search-list {
  margin-top: 26px;
}
.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 #de2e6e;
	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-about-list{
	padding: 0 20px;
}
.common-inner .inner-right .de-about-list li{
	color: #2a2a2a;
	font-size: 18px;
	padding-left: 30px;
	line-height: 40px;
	background: url(/static/index/zm001/images/gsjj-li.jpg) left center no-repeat;
}



.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 #de2e6e;
	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: 980px;
  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;
  height: 48px;
  overflow: hidden;
  margin: 15px 0 25px;
}
.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: #de2e6e;
}
.common-inner .inner-right .de-news-list ul li:hover .time span {
  color: #fff;
  background-color: #de2e6e;
}

.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 #de2e6e;
	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: #de2e6e;
	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: 36px;
}
.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 #de2e6e;
	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: 317px;
}
.common-inner .inner-right .de-honor-list ul li a {
  display: block;
}
.common-inner .inner-right .de-honor-list ul li .img {
  width: 315px;
  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: #de2e6e;
	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 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: #237ed2;

  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: #237ed2;

  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: #237ed2;

  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: #237ed2;

  font-size: 14px;

}

.common-inner .inner-right .jobs-info .btn a:hover {

  background: #dbb0a0;

}

.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: #de2e6e;
  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: #237ed2;

  color: #fff;

  font-size: 15px;

}

.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit:hover {

  background: #dbb0a0;

}
.common-inner .inner-right .de-message {
  overflow: hidden;
  padding: 0 5px 50px;
}
.common-inner .inner-right .de-message .tit{
	font-size: 28px;
	color: #de2e6e;
	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: 580px;
  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: 613px;
}
.common-inner .inner-right .de-message .mes-form .form-tr textarea {
  display: block;
  width: 1258px;
  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: #181818;
  color: #fff;
  width: 50%;
  padding: 10px 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: #de2e6e;
  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: #de2e6e;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}
.common-inner .inner-right .de-contact .tit p{
	font-size: 16px;
	text-align: center;
	color: #666;
	margin-bottom: 35px;
}
.common-inner .inner-right .de-contact .text h4{
	font-size: 24px;
	color: #de2e6e;
	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: 310px;
	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 p a{
	color: #333;
}
.common-inner .inner-right .de-contact .contact-list ul li:nth-child(4n){
	margin-right: 0;
}
.common-inner .inner-right .de-contact .contact-list ul li.linkman{
	background: #f5f5f5 url(../image/contact-linkman.png) center 20px no-repeat;
}
.common-inner .inner-right .de-contact .contact-list ul li.tel{
	background: #f5f5f5 url(../image/contact-tel.png) center 20px no-repeat;
}
.common-inner .inner-right .de-contact .contact-list ul li.mobile{
	background: #f5f5f5 url(../image/contact-mobile.png) center 20px no-repeat;
}
.common-inner .inner-right .de-contact .contact-list ul li.qq{
	background: #f5f5f5 url(../image/contact-qq.png) center 20px no-repeat;
}
.common-inner .inner-right .de-contact .contact-list ul li.email{
	background: #f5f5f5 url(../image/contact-email.png) center 20px no-repeat;
}
.common-inner .inner-right .de-contact .contact-list ul li.address{
	background: #f5f5f5 url(../image/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(../image/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{
	width: 100%;
}
.prodect-Info .info-main {
  overflow: hidden;
  background: #fff;
}
.prodect-Info .info-main .info-preview {
  float: left;
  width: 400px;
}
.prodect-Info .info-main .info-main-rig {
  float: right;
  width: 860px;
  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 .img{
	width: 150px;
	height: 150px;
	line-height: 150px;
	text-align: center;
	margin: 5px 0;
}
.prodect-Info .info-main .info-main-rig .img img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.prodect-Info .info-main .info-main-rig .tel{
	opacity: inherit;
	border-top: 1px solid #eee;
}
.prodect-Info .info-main .info-main-rig .tel span{
	float: left;
	padding: 10px 0 5px 60px;
	font-size: 16px;
	line-height: 24px;
	background: url(../image/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: #de2e6e;
  color: #fff;
  font-size: 18px;
  border-radius: 4px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit:hover {
  background: #ffe9c3;
  color: #ff8699;
}
.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: #de2e6e;
	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: 2px solid #dfdfdf;
	padding-left: 30px;
	box-sizing: border-box;
	font-size: 24px;
	background: url(../image/bg40.png) left center no-repeat;
	position: relative;
	margin: 40px auto 20px;
}
.hots-goods h4:after {
    display: block;
    width: 130px;
    content: '';
    background: #de2e6e;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.hots-goods h4 span{
	display: inline-block;
	line-height: 46px;
	color: #c2c2c1;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 14px;
}
.hots-goods ul{
	margin: 0 -10px;
}
.hots-goods ul li{
	float: left;
	width: 244px;
	margin: 0 10px;
}
.hots-goods ul li a{
	display: block;
	overflow: hidden;
}
.hots-goods ul li a .img{
	width: 242px;
	height: 242px;
	line-height: 242px;
	border: 1px solid #dfdfdf;
	overflow: hidden;
	text-align: center;
}
.hots-goods ul li a .img img{
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	transition: all .5s;
}
.hots-goods ul li a p{
	padding: 0 10px;
	border: 1px solid #dfdfdf;
	border-top: none;
	line-height: 40px;
	color: #333;
	font-size: 14px;
	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: #de2e6e;
	color: #fff;
}

#MagnifierWrap2 {
  position: relative;
  width: 400px;
}
.MagnifierMain {
  position: relative;
  width: 400px;
  height: 260px;
  font-size: 0;
  text-align: center;
  line-height: 260px;
  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: 292px;
  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: 65px;
  height: 65px;
  line-height: 65px;
  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 #6eaa43;
}
.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(../image/p-detail-left.png) no-repeat center;
}
span.spe_leftBtn.on {
  background: url(../image/p-detail-left-active.png) no-repeat center;
}
span.spe_rightBtn {
  right: 0;
  background: url(../image/p-detail-right.png) no-repeat center;
}
span.spe_rightBtn.on {
  background: url(../image/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: #de2e6e;
  background: #de2e6e;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../image/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../image/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(../image/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../image/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;
	padding: 8px 20px;
	background: #f5f5f5;
	margin: 30px auto;
}
.tianjian h3{
	height: 55px;
	font-size: 24px;
	font-weight: normal;
	line-height: 55px;
	color: #4b4a4a;
}
.tianjian li{
	display: block;
	height: 45px;
	border-top: 1px dashed #dbdbdb;
}
.tianjian li a{
	display: block;
	color: #4b4a4a;
	line-height: 45px;
}
.tianjian li a h4{
	float: left;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tianjian li a p{
	float: right;
	width: 10%;
	text-align: right;
}
.tianjian li a:hover{
	color: #de2e6e;
}


/* 搜索分页 */

.search_pagenation{text-align: center;padding: 30px 0;}
.search_pagenation a{display: inline-block;width: 80px;height: 35px;font-size: 14px;background: #dbb0a0;color: #fff;line-height: 35px;margin:0 5px;}
.search_pagenation a:hover{background-color: #f9a608;}
.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;
}