.fixed-banner{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.fixed-banner .img{
	width: 100%;
	position: relative;
}
.fixed-banner .img img{
	width: 100%;
	height: 100%;
}
.fixed-banner h3 {
  margin: 78px 0 5px;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.fixed-banner p {
  font-size: 18px;
  color: #949daa;
}
.common-inner {
  background: #f6f6f6;
  padding: 28px 0 48px;
  min-height: 500px;
}
.common-inner .inner-left {
  float: right;
  width: 356px;
}
.common-inner .inner-left .pro-sider {
  float: none;
}
.common-inner .inner-right {
  background: #fff;
  padding: 0 25px;
  margin-bottom: 20px;
}
.common-inner .inner-right .rig-title {
  font-size: 18px;
  color: #c7000b;
  font-weight: bold;
  height: 54px;
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .rig-title .crumbs {
  overflow: hidden;
  margin-top: 6px;
  float: right;
  padding-left: 25px;
  height: 48px;
  line-height: 54px;
  background: url(../images/home-icon.png) no-repeat left center;
  color: #b2b2b2;
  font-size: 13px;
  font-weight: normal;
  max-width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-inner .inner-right .rig-title .crumbs a {
  color: #b2b2b2;
}
.common-inner .inner-right .rig-title .crumbs a:hover {
  color: #237ed2;
  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: #0058b1;
  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 ul li,
.common-inner .inner-right .de-product-list ul li {
  float: left;
  width: 25%;
}
.common-inner .inner-right .search-list ul li a,
.common-inner .inner-right .de-product-list ul li a {
  display: block;
  padding: 10px 10px 6px;
  position: relative;
  margin: 5px;
  padding: 10px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
.common-inner .inner-right .search-list ul li .img,
.common-inner .inner-right .de-product-list ul li .img {
  width: 100%;
  height: 160px;
  background: #fff;
  font-size: 0;
  line-height: 160px;
  text-align: center;
  overflow: hidden;
}
.common-inner .inner-right .search-list ul li .img img,
.common-inner .inner-right .de-product-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.common-inner .inner-right .search-list ul li .title,
.common-inner .inner-right .de-product-list ul li .title {
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  color: #333;
  padding: 5px 0 0;
  background: #f7f7f7;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease 0s;
}
.common-inner .inner-right .de-product-list ul li:hover a{
	background:#c7000b;
	box-shadow:0 0 10px #ddd;
}
.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{
	background-color: #c7000b;
	color: #fff;
}
.common-inner .inner-right .de-product-list {
  margin-top: 15px;
}
.common-inner .inner-right .de-about-content {
  padding: 30px 50px;
}
.common-inner .inner-right .de-about-content img {
  margin: 0 auto;
  max-width: 100%;
}
.common-inner .inner-right .de-about-content p {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
}
.common-inner .inner-right .de-news-list {
  overflow: hidden;
  padding: 5px;
}
.common-inner .inner-right .de-news-list ul li {
  padding: 20px 15px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .de-news-list ul li a {
  display: block;
}
.common-inner .inner-right .de-news-list ul li .img {
  float: left;
  width: 16%;
  height: 120px;
  text-align: center;
  line-height: 120px;
  font-size: 0;
}
.common-inner .inner-right .de-news-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.common-inner .inner-right .de-news-list ul li .box {
  float: right;
  width: 82%;
  font-size: 14px;
}
.common-inner .inner-right .de-news-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-news-list ul li .box p {
  color: #595959;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 15px 0 25px;
}
.common-inner .inner-right .de-news-list ul li .box .time {
  color: #999999;
  line-height: 1.1;
}
.common-inner .inner-right .de-news-list ul li .box .time span {
  display: block;
  float: right;
  font-size: 14px;
  color: #0058b1;
}
.common-inner .inner-right .de-news-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-news-list ul li:hover .time span {
  color: #237ed2;
}
.common-inner .inner-right .news-detail-content {
  padding: 0 18px;
}
.common-inner .inner-right .news-detail-content .news-detail-title {
  padding-bottom: 15px;
  border-bottom: 1px dashed #ededed;
  text-align: center;
  margin-bottom: 15px;
}
.common-inner .inner-right .news-detail-content .news-detail-title .h3 {
  font-size: 18px;
  color: #323232;
  line-height: 24px;
  font-weight: bold;
  margin: 25px 0 10px;
}
.common-inner .inner-right .news-detail-content .news-detail-title .b {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
}
.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: 14px;
  color: #595959;
  line-height: 30px;
  text-indent: 2em;
}
.common-inner .inner-right .news-detail-content .news-detail img {
  max-width: 100%;
  margin: 0 auto;
}
.common-inner .inner-right .news-detail-content .newsPage {
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  padding: 15px 12px 30px;
  margin: 0;
}
.common-inner .inner-right .news-detail-content .newsPage a {
  color: #323232;
}
.common-inner .inner-right .news-detail-content .newsPage a:hover {
  color: #237ed2;
}
.common-inner .inner-right .de-honor-list {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 24px;
  padding-top: 6px;
  min-height: 556px;
}
.common-inner .inner-right .de-honor-list ul {
  margin: 0 -5px;
}
.common-inner .inner-right .de-honor-list ul li {
  float: left;
  margin: 0 10px 30px;
  overflow: hidden;
  width: 270px;
  background: #f6f6f6;
}
.common-inner .inner-right .de-honor-list ul li a {
  display: block;
}
.common-inner .inner-right .de-honor-list ul li .img {
  width: 270px;
  height: 200px;
  text-align: center;
  line-height: 200px;
  font-size: 0;
  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;
}
.common-inner .inner-right .de-honor-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-honor-list ul li:hover .img img {
  transform: scale(1.1);
}
.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: #0058b1;
}
.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;
}
.common-inner .inner-right .newsPage {
  padding: 0 20px;
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
}
.common-inner .inner-right .newsPage a {
  color: #323232;
}
.common-inner .inner-right .newsPage a:hover {
  color: #237ed2;
}
.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: #0058b1;
}
.common-inner .inner-right .de-message {
  overflow: hidden;
  padding: 0 5px;
}
.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;
}
.common-inner .inner-right .de-message .mes-form .form-tr input {
  display: block;
  width: 658px;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .de-message .mes-form .form-tr textarea {
  display: block;
  width: 658px;
  padding: 5px 10px;
  height: 168px;
  border: 1px solid #e6e6e6;
}
.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 {
  width: 188px;
  float: left;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify {
  cursor: pointer;
  float: left;
  margin-left: 25px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  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 {
  margin-top: 15px;
  display: block;
  width: 190px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #237ed2;
  color: #fff;
  font-size: 15px;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit:hover {
  background: #0058b1;
}
.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 .contact-list {
  overflow: hidden;
  margin: 25px 0 35px;
}
.common-inner .inner-right .de-contact .contact-list ul li {
  min-height: 28px;
  padding-left: 50px;
  width: 1100px;
  font-size: 14px;
  color: #595959;
  line-height: 20px;
  padding-top: 8px;
  margin-bottom: 14px;
  word-wrap: break-word;
}
.common-inner .inner-right .de-contact .contact-list ul li span {
  display: block;
  float: left;
  color: #999;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-01 {
  background: url(../images/contact-icon-01.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-02 {
  background: url(../images/contact-icon-02.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-03 {
  background: url(../images/contact-icon-03.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-04 {
  background: url(../images/contact-icon-04.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-05 {
  background: url(../images/contact-icon-05.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-06 {
  background: url(../images/contact-icon-06.png) no-repeat left top;
}

.ny_contact{padding:20px 0 30px 0;overflow: hidden;}
.ny_contact ul{margin: 0 -10px;}
.ny_contact ul li{
	width: 232px;padding:40px 20px;text-align: center;float:left;margin: 0 10px;min-height: 140px;background: #f8f8f8;
	cursor: pointer;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
.ny_contact ul li i{
	width: 40px;height: 40px;margin: 0 auto 20px;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
.ny_contact ul li h2{font-size:18px;font-weight: 100;color: #333;}
.ny_contact ul li p{font-size: 16px;}
.ny_contact ul li a{color:#333;}
.ny_contact ul li:hover{margin-top: -10px;}
.ny_contact ul li:hover i{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}


.common-inner .inner-right .de-contact .contact-map {
  overflow: hidden;
}
.common-inner .inner-right .de-contact .contact-map #dituContent{
  width: 1150px;
  height: 475px;
  margin: 0 auto 30px;
}
.common-inner .inner-right .de-contact .contact-map #dituContent1{
	width: 1150px;
	height: 475px;
	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: #f6f6f6;
  min-height: 500px;
  padding-bottom: 48px;
}
.prodect-Info .info-crumbs {
  overflow: hidden;
  height: 54px;
  line-height: 58px;
  font-size: 14px;
  color: #999;
  padding-left: 28px;
  background: url(../images/home-icon.png) no-repeat 5px center;
}
.prodect-Info .info-crumbs a {
  color: #595959;
}
.prodect-Info .info-crumbs a:hover {
  color: #237ed2;
  text-decoration: underline;
}
.prodect-Info .info-main {
  overflow: hidden;
  background: #fff;
  padding: 25px 25px 20px;
  margin-bottom: 25px;
}
.prodect-Info .info-main .info-preview {
  float: left;
  width: 350px;
}
.prodect-Info .info-main .info-main-rig {
  float: right;
  width: 775px;
  overflow: hidden;
}
.prodect-Info .info-main .info-main-rig .title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 18px 0;
}
.prodect-Info .info-main .info-main-rig .price {
  height: 65px;
  background: #f6f6f6;
  line-height: 65px;
  padding: 0 20px;
  color: #ff8111;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}
.prodect-Info .info-main .info-main-rig .price span {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
  margin-right: 25px;
}
.prodect-Info .info-main .info-main-rig .de-list {
  overflow: hidden;
  padding: 0 20px;
  min-height: 150px;
  max-height: 223px;
}
.prodect-Info .info-main .info-main-rig .de-list .list-item {
  overflow: hidden;
  padding-left: 60px;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  word-wrap: break-word;
  margin-bottom: 10px;
}
.prodect-Info .info-main .info-main-rig .de-list .list-item .item-title {
  width: 60px;
  float: left;
  margin-left: -60px;
  color: #808080;
}
.prodect-Info .info-main .info-main-rig .order-btn {
  overflow: hidden;
  padding: 0 10px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit {
  display: block;
  width: 155px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #237ed2;
  color: #fff;
  font-size: 14px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit:hover {
  background: #0058b1;
}
.prodect-Info .info-center {
  overflow: hidden;
  margin-top: 25px;
}
.prodect-Info .info-center .infoCenter-left {
  float: left;
  width: 260px;
}
.prodect-Info .info-center .infoCenter-left .pro-sider {
  float: none;
}
.prodect-Info .info-center .infoCenter-right {
  width: 1150px;
  background: #fff;
  padding: 0 25px;
  min-height: 740px;
}
.prodect-Info .info-center .infoCenter-right .center-title {
  font-weight: bold;
  font-size: 18px;
  color: #c7000b;
  line-height: 60px;
  margin-bottom: 10px;
  height: 59px;
  border-bottom: 1px solid #ededed;
}
.prodect-Info .info-center .infoCenter-right .center-content {
  overflow: hidden;
  padding-bottom: 30px;
}
.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 {
  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;
}

.ny-dibu-goods ul{
	margin: 0 -10px;
}
.ny-dibu-goods li{
	float: left;
	width: 292px;
}
.ny-dibu-goods li a{
	display: block;
	margin: 5px;
	padding: 10px;
	overflow: hidden;
	transition: all 0.3s ease 0s;
}
.ny-dibu-goods li a .img{
	width: 260px;
	height: 240px;
	line-height: 240px;
	border: 1px solid #ededed;
	overflow: hidden;
	text-align: center;
}
.ny-dibu-goods li a .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}
.ny-dibu-goods li a p{
	padding: 5px 0 0;
	background: #f7f7f7;
	line-height: 42px;
	color: #333;
	font-size: 16px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition:all 0.3s ease 0s;
}
.ny-dibu-goods li:hover img{
	transform: scale(1.1);
}
.ny-dibu-goods li:hover a{
	box-shadow:0 0 10px #ddd;
}
.ny-dibu-goods li:hover a p{
	background: #c7000b;
	color: #fff;
}




#MagnifierWrap2 {
  position: relative;
  width: 350px;
}
.MagnifierMain {
  position: relative;
  width: 350px;
  height: 350px;
  font-size: 0;
  text-align: center;
  line-height: 350px;
  border: 1px solid #e6e6e6;
}
.MagnifierMain.video {
  cursor: pointer;
}
.MagnifierMain.video::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  z-index: 1;
  background: url(../images/media-icon.png) no-repeat center;
  background-size: 100% auto;
}
.play-video {
  width: 350px;
  height: 350px;
  border: 1px solid #e6e6e6;
}
.play-video iframe {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.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 {
  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[data-type=video] {
  position: relative;
}
.spec-items li[data-type=video]::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  background: url(../images/video-icon.png) no-repeat center;
  background-size: 100% auto;
}
.spec-items li.on {
  border: 2px solid #268ae7;
}
.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: block;
  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: #c7000b;
  background: #c7000b;
}
.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;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
/*# sourceMappingURL=./inner.css.map */


/* 关于我们 */
.about{
	padding: 50px 0;
}
.about .ab-tit{
	font-size: 20px;
	color: #333;
	padding-left: 20px;
	border-left:3px solid #c7000b;
	line-height: 20px;
	margin-bottom: 30px;
}
.about .ab-img{
	width: 480px;
	float: left;
	padding-bottom: 20px;
}
.about .ab-img img{
	width: 100%;
}
.about .word{
	width: 690px;
	float: right;
}
.about .word h1{
	font-weight: 700;
	color: #c7000b;
	line-height: 28px;
	font-size: 26px;
}
.about .word .cn{
	font-size: 16px;
	color: #333;
	padding: 10px 0;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	line-height: 24px;
}
.about .word .det{
	font-size: 16px;
	color: #666;
	line-height: 32px;
	/*margin-top: 20px;*/
}
.about .word .det p{
	text-indent: 2em;
}

.timeline {
	list-style: none;
	position: relative;
	padding: 40px 0;
	margin: 40px auto;
	overflow: hidden;
}
.timeline:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -1px;
	background-color: #be3e35;
	height: 100%;
	width: 2px;
	display: block;
}
.timeline .timeline-row {
	padding-left: 50%;
	position: relative;
	z-index: 10;
}
.timeline .timeline-row .timeline-time {
	text-align: left;
	font-size: 20px;
	line-height: 1.3;
	font-weight: 700;
}
.timeline .timeline-row .timeline-time small {
	display: block;
	color: white;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
}
.timeline .timeline-row .timeline-time small span{
	display: inline-block;
	background-color: #be3e35;
	padding: 10px 20px;
}
.timeline .timeline-row .timeline-icon{
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -13px;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: rgba(199,0,11,0.5);
	text-align: center;
	overflow: hidden;
	z-index: 100;
}
.timeline .timeline-row .timeline-icon span{
	display: block;
	width: 16px;
	height: 16px;
	margin: 5px auto;
	border-radius: 50%;
	overflow: hidden;
	background-color: #c7000b;
}
.timeline .timeline-row .timeline-content {
	margin-left: 40px;
	position: relative;
	color: #fff;
}
.timeline .timeline-row .timeline-content:after {
	content: "";
	position: absolute;
	top: 22px;
	left: -41px;
	height: 2px;
	width: 55px;
	background-color: #c7000b;
	z-index: -1;
}
.timeline .timeline-row .timeline-content .panel-body {
	padding: 0 15px 2px;
	position: relative;
	z-index: 10;
}
.timeline .timeline-row .timeline-content h2 {
	color: #000;
	font-size: 16px;
	margin: 20px 0;
	line-height: 30px;
}
.timeline .timeline-row .timeline-content p {
	margin-bottom: 15px;
}
.timeline .timeline-row .timeline-content img {
	width: 100%;
}
.timeline .timeline-row .timeline-content blockquote {
	border-color: #eeeeee;
}
.timeline .timeline-row .timeline-content blockquote footer,
.timeline .timeline-row .timeline-content blockquote small,
.timeline .timeline-row .timeline-content blockquote .small,
.timeline .timeline-row .timeline-content blockquote.blockquote-reverse footer,
.timeline .timeline-row .timeline-content blockquote.blockquote-reverse small,
.timeline .timeline-row .timeline-content blockquote.blockquote-reverse .small {
	color: #999999;
}
.timeline .timeline-row .timeline-content .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	margin-bottom: 15px;
	overflow: hidden;
}
.timeline .timeline-row .timeline-content .video-container iframe,
.timeline .timeline-row .timeline-content .video-container object,
.timeline .timeline-row .timeline-content .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.timeline .timeline-row:nth-child(odd) {
	padding-left: 0;
	padding-right: 50%;
}
.timeline .timeline-row:nth-child(odd) .timeline-time {
	text-align: right;
}
.timeline .timeline-row:nth-child(odd) .timeline-content {
	margin-right: 40px;
	margin-left: 0;
}
.timeline .timeline-row:nth-child(odd) .timeline-content:after {
	left: auto;
	right: -41px;
}

.fazhang{
	background-color: #fff;
}
.about .fazhang-img{
	width: 100%;
	margin: 0 auto;
}
.about .fazhang-img img{
	width: 100%;
}


.ab-hon{
	background-color: #f6f6f6;
}
.ab-hon .swiper-slide a{
	display: block;
}
.ab-hon .swiper-slide a .pic{
	width: 100%;
	height: 200px;
	line-height: 200px;
	text-align: center;
	background: #fff;
}
.ab-hon .swiper-slide a .pic img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.ab-hon .swiper-slide a .tit{
	text-align: center;
	overflow: hidden;
	color: #000;
	height: 24px;
	line-height: 24px;
	margin-top: 10px;
}
.ab-hon .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: -32px;
}
.ab-hon .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #2c2c2e;
}

.ab-cul{
	background-color: #f6f6f6;
}
.ab-cul ul li{
	width: 520px;
	padding: 40px 20px;
	text-align: center;
	float: left;
	margin: 20px;
	min-height: 140px;
	background: #fff;
	cursor: pointer;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
.ab-cul ul li i{
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 40px;
	padding: 10px;
	margin: 0 auto 20px;
	border-radius: 50%;
	overflow: hidden;
	background-color: #c7000b;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
.ab-cul ul li i img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ab-cul ul li h2{font-size:20px;font-weight: 700;color: #333;line-height: 40px;}
.ab-cul ul li .text{
	min-height: 90px;
}
.ab-cul ul li .text p{
	font-size: 16px;
	line-height: 30px;
}
.ab-cul ul li:hover{
	box-shadow: 0 0 20px rgba(199,0,11,0.2);
}
.ab-cul ul li:hover i{
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
/* 分类 */
.new_p1_ul{
    text-align: center;
    margin-bottom: 20px;
}
.new_p1_ul li{
    display: inline-block;
}
.new_p1_ul li a{
    display: block;
	height: 50px;
	line-height: 50px;
    background: url(../images/index2-li.png) 20px center no-repeat;
	padding-left: 58px;
	padding-right: 20px;
	color: #fff;
	font-size: 16px;
	background-color: #ae0003;
	border-radius: 5px;
	margin: 10px;
}
.new_p1_ul li:hover a{
    color: #fff;
	background-color: #dc3105;
}
.new_p1_ul li a.new_p1_ul_a{
    color: #fff !important;
	background-color: #dc3105 !important;
}

/* 常见问题 */
.common-inner .inner-right .de-faq-list{
	overflow: hidden;
	padding: 5px;
}
.common-inner .inner-right .de-faq-list li{
	line-height: 50px;
	border-bottom: 1px solid #f6f6f6;
}
.common-inner .inner-right .de-faq-list li a{
	display: block;
}
.common-inner .inner-right .de-faq-list li .title{
	float: left;
	width: 90%;
	font-size: 16px;
	color: #323232;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.common-inner .inner-right .de-faq-list li .time{
	float: right;
	width: 10%;
	text-align: right;
	font-size: 14px;
	color: #999;
}
.common-inner .inner-right .de-faq-list li .con{
	background-color: #f6f6f6;
	padding: 20px;
	font-size: 14px;
	line-height: 30px;
}
/* 新闻内页列表 */
.related_list{
	padding: 0 18px 30px 18px;
}
.related_list .title{
	font-size: 18px;
	line-height: 40px;
}
.related_list .list ul li {
	display: block;
}
.related_list .list ul li a {
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	color: #666;
	position: relative;
	overflow: hidden;
	padding-left: 15px;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.related_list .list ul li a:before {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	line-height: 6px;
	background-color: #666;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 15px;
}
.related_list .list ul li a span {
	float: right;
	width: 90px;
	color: #666;
}
.related_list .list ul li a:hover {
	color: #c7000b;
}

/* 产品内页 */
.prodect-name{
	text-align: center;
	margin: 50px auto 20px;
}
/* .prodect-name li{
	display: inline-block;
}
.prodect-name li a{
	display: block;
	margin: 20px 20px 0 20px;
	padding: 15px 40px;
	background-color: #f5f5f5;
	color: #000;
	font-size: 18px;
	line-height: 30px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	-webkit-transition: all 0.55s;
	-moz-transition: all 0.55s;
	-ms-transition: all 0.55s;
	-o-transition: all 0.55s;
	transition: all 0.55s;
}
.prodect-name li a span{
	display: block;
	font-size: 14px;
}
.prodect-name li a:hover,
.prodect-name li a.active{
	background-color: #c7000b;
	color: #fff;
} */

.prodect-text{
	max-width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
.prodect-title{
	padding: 50px 0 30px 0;
	text-align: center;
}
.prodect-title p{
	font-size: 40px;
	line-height: 42px;
	margin-bottom: 20px;
}
.prodect-title img{
	display: inline-block;
}
.prodect-text .pro1{
	display: flex;
	flex: 1;
}
.prodect-text .pro1 .left{
	background-color: #c7000b;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	width: 50%;
	padding-top: 5%;
}
.prodect-text .pro1 .left p{
	padding-left: 40%;
	padding-right: 10%;
}
.prodect-text .pro1 .right{
	width: 50%;
}
.prodect-text .pro1 .right img{
	width: 100%;
}
.prodect-kecheng{
	background: linear-gradient(1turn,hsla(0,0%,99%,0),#f8f8f8);
	padding-bottom: 40px;
}
.prodect-kecheng .text{
	width: 588px;
	height: 459px;
	background: url(../images/kecheng.png) center center no-repeat;
	margin: 0 auto;
}
/* .prodect-kecheng .text p{
	text-align: center;
	color: #000;
	font-size: 16px;
	line-height: 30px;
	padding: 120px 10px 0 10px;
} */

.cx-jxinfo{
	/* text-align: center; */
	/* color: #000; */
	font-size: 16px;
	line-height: 30px;
	padding: 205px 10px 0 10px;
}

.common-inner .new_p2{
    padding-bottom: 30px;
}
.common-inner .new_p2 .new_p2_div{
   background: #fff;
   margin-bottom: 20px;
   padding: 20px 29px 5px;
}
.common-inner .new_p2 .new_p2_div .new_d1{
    overflow: hidden;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d3d3d3;
}
.common-inner .new_p2 .new_p2_div .new_d1 i{
    float: left;
	color: #6f6f6f;
	font-size: 18px;
}
.common-inner .new_p2 .new_p2_div .new_d1 a{
    float: right;
	color: #333333;
	font-size: 16px;
}
.common-inner .new_p2 .new_p2_div .new_d1 a:hover{
    color: #c7000b;
}
.common-inner .new_p2 .new_p2_div .new_d2{
    overflow: hidden;
	margin: 25px -10px 0 -10px;
}
.common-inner .new_p2 .new_p2_div .new_d2 li{
    float: left;
	width: 268px;
	background: #fff;
	border: 1px solid #eaeaea;
	overflow: hidden;
    margin: 0 10px 20px 10px;
	text-align:left;
	-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 .new_p2 .new_p2_div .new_d2 li:last-child{
	margin-right: 0;
}
.common-inner .new_p2 .new_p2_div .new_d2 a{
    width: 100%;
	height: 100%;
	display: block;
}
.common-inner .new_p2 .new_p2_div .new_d2 .img{
    display: block;
	width: 100%;
	height: 220px;
	overflow: hidden;
	position: relative;
}
.common-inner .new_p2 .new_p2_div .new_d2 .img img{
    width: 100%;
	height: 100%;
	object-fit: cover;
	-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 .new_p2 .new_p2_div .new_d2 li:hover{
	border-color: #c7000b;
}
.common-inner .new_p2 .new_p2_div .new_d2 li:hover .img img{
    transform: scale(1.2);
}
.common-inner .new_p2 .new_p2_div .new_d2 li a h2{
    color: #333333;
	font-size: 17px;
	margin: 10px auto 0;
	padding: 0 10px;
	line-height: 30px;
	height: 40px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.common-inner .new_p2 .new_p2_div .new_d2 li a:hover h2{
	color: #c7000b;
}