/* sub-banner */
.sub-banner {
  position: relative;
}
.sub-banner img {
  width: 100%;
}
.sub-banner .text {
  display: flex;
  position: absolute;
  justify-content: center;
  align-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  flex-wrap: wrap;
  text-align: center;
}
.sub-banner h2 {
  width: 100%;
  font-size: 4rem;
  margin-bottom: 10px;
}
.sub-banner p {
  width: 100%;
  font-size: 1.8rem;
}
/* position */
.position {
  font-size: 1.4rem;
  border-bottom: 1px solid #e5e5e5;
}
.position p {
  height: 45px;
  display: flex;
  align-items: center;
  color: #c18129;
}
.position p::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/icon.png) -200px 0;
  margin-right: 5px;
}
.position a {
  color: #c18129;
}
/* solution-list */
.main-section {
  padding: 20px 0 50px;
}
.main-solution ul li {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.main-solution ul li .li-img {
  width: 65%;
  flex-shrink: 0;
  position: relative;
}
.main-solution ul li img {
  width: 100%;
}
.main-solution ul li .li-text {
  width: 47%;
  min-height: 80%;
  background-color: #fff;
  box-shadow: 0 0 5px 3px #cfcfcf;
  padding: 30px;
  flex-shrink: 0;
  z-index: 2;
  position: absolute;
}
.main-solution ul li:nth-of-type(2n+1) .li-text {
  right: 0;
}
.main-solution ul li:nth-of-type(2n) .li-text {
  left: 0;
}
.main-solution ul li:nth-of-type(2n) {
  justify-content: flex-end;
}
.main-solution ul li h3 {
  font-size: 3rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.main-solution ul li a {
  display: block;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 5px;
}
.main-solution ul li a:hover {
  text-decoration: underline;
}
.main-solution ul li a::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #333;
  margin-right: 8px;
}
/* solution-show */
.solution-show-intro {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #535353;
}
.solution-show-intro iframe{
	margin: auto;
	display: block;
}
.solution-show-intro img {
  max-width: 100%;
  height: auto !important;
}
.solution-show-intro img {
  max-width: 100%;
  height: auto !important;
}
.solution-show-intro ul li {
  list-style-type: disc;
  margin-left: 20px;
}
.main-solution-caption {
  position: relative;
  text-align: center;
  margin: 40px auto;
}
.main-solution-caption::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: #c18129;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.main-solution-caption h2 {
  font-size: 3rem;
  text-align: center;
  line-height: 1.6;
  display: inline-block;
  background-color: #fff;
  padding: 0 2%;
  position: relative;
  z-index: 2;
}
.bg-blue {
  background-color: #c18129;
  padding: 20px;
  color: #fff;
}
.solution-show-process {
  width: 80%;
  margin: 30px auto;
}
.solution-show-process ul li {
  width: 28%;
  margin-top: 2%;
}
.solution-show-process ul li img {
  width: 100%;
}
.solution-show-process ul li p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  margin-top: 5px;
}
.solution-share {
  background-color: #f2f2f2;
  align-items: center;
  padding: 20px;
  margin-top: 40px;
}
.solution-share p {
  font-size: 2.4rem;
  color: #515050;
}
.solution-recommended-product ul li {
  width: 24%;
}
.solution-recommended-product ul li img {
  width: 100%;
  border: 1px solid #dddddd;
}
.solution-recommended-product ul li p {
  color: #fff;
  background-color: #c18129;
  height: 60px;
  line-height: 30px;
  text-align: center;
  font-size: 1.6rem;
}

/* 留言 */
.message-content {
  margin-top: 30px;
}
.message-content .captical {
  height: 40px;
  line-height: 40px;
  background: #80bb01;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
}
.message-content h2 {
  height: 40px;
  line-height: 40px;
  font-size: 3rem;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.message-content form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.message-content input,
.message-content select {
  width: 32%;
  height: 44px;
  line-height: 44px;
}
.message-content input,
.message-content textarea,
.message-content select {
  background-color: #fff;
  border: 1px solid #dcdcdc;
}
.message-content .textarea {
  width: 100%;
}
.message-content textarea {
  padding: 10px;
  width: 100%;
}
.message-content .code-submit {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.message-content .code-box {
  width: 50%;
  display: flex;
  align-items: center;
}
.message-content .code {
  width: 60%;
  font-size: 1.4rem;
  margin-left: 5px;
}
.message-content .code-box>div {
  width: 70%;
  position: relative;
}
.message-content .code-box>div input {
  width: 100%;
}
.message-content .code-box span {
  display: block;
  width: 30%;
  margin-left: 5px;
}
.message-content .submit-btn {
  height: 42px;
  text-align: center;
  line-height: 42px;
  background-color: #c18129;
  padding: 0 20px;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  position: relative;
  margin-top: 8px;
}
.message-content .submit-btn:before {
  content: '';
  position: absolute;
  border: 2px solid #fff;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.main-solution .message-content .submit-btn {
  margin: 20px auto 0;
}
.message-content .submit-btn:hover:before {
  opacity: 1;
}
/* product-list */
.main-product-list ul li {
  width: 31%;
  border: 1px solid #eee;
  background-color: #fff;
  margin: 2% 0;
}
.main-product-list ul li img {
  width: 100%;
}
.main-product-list ul li p {
  line-height: 1.6;
  font-size: 1.8rem;
  padding: 10px 20px;
  color: #3a3a3a;
}
.main-product-list ul li:hover {
  box-shadow: 0 0 8px 5px #cfcfcf;
}
.main-product-list ul li:hover p {
  color: #c18129;
}
/* 分页 */
.pagination {
  margin: 40px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
}

.pagination a,
.pagination span {
  padding: 8px 12px;
  margin: 5px;
  color: #3c3c3c;
  font-size: 1.4rem;
  background-color: #f0f0f0;
  display: inline-block;
}

.pagination a:hover {
  background-color: #c18129;
  color: #fff;
}

.pagination a:active {
  background-color: #c18129;
  color: #fff;
}

.pagination span.current {
  background-color: #c18129;
  color: #fff;
}

.pagination span.disabled {
  color: #bebebe;
}

/* product-show */
.product-banner {
  margin-top: 20px;
}
  
.product-img {
  width: 48%;
  position: relative;
}
.product-img .slides {
  border: 1px solid #eee;
  position: relative;
}
.product-slides-nav {
  width: 100%;
  position: absolute;
  height: 66px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
}
.product-slides-nav span {
  display: inline-block;
  width: 60px;
  height: 66px;
  overflow: hidden;
  cursor: pointer;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
}
.product-slides-nav span.next {
  background-position: -480px -110px;
}
.product-slides-nav span.prev {
  background-position: -420px -110px;
}
.product-img ul li {
  width: 100%;
}
.product-img .slides-litter ul {
  display: flex;
  justify-content: space-between;
}
.product-img .slides-litter ul li {
  width: 24%;
  float: left;
  cursor: pointer;
  border: 1px solid #eee;
  margin-top: 5px;
}
.product-img .slides-litter ul li.on {
  border: 2px solid #dba155;
}
.product-img ul li img {
  width: 100%;
  margin: auto;
}
.product-arguments {
  width: 51%;
  padding: 0 40px;
}
.product-arguments h1 {
  font-size: 2.8rem;
  line-height: 1.5;
}
.product-arguments .arguments-list {
  padding: 30px 0 60px;
}
.product-arguments .arguments-list table {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
}
.product-arguments .arguments-list table tr {
  border-bottom: 1px solid #ccc;
}
.product-arguments .arguments-list table td {
  padding: 15px;
  font-size: 2rem;
  color: #5a5a5a;
}
.product-arguments .arguments-list table tr td:last-child {
  text-align: right;
}
.product-arguments .arguments-contact {
  text-align: center;
  display: flex;
}
.product-arguments .arguments-contact span {
  display: flex;
  width: 48%;
  height: 46px;
  line-height: 46px;
  font-size: 1.8rem;
  cursor: pointer;
  margin-right: 20px;
  color: #fff;
  align-items: center;
  justify-content: center;
  border: 1px solid #c18129;
}
.product-arguments .arguments-contact span a {
  color: #c18129;
}
.product-arguments .arguments-contact .mail {
  background-color: #c18129;
}
.product-arguments .arguments-contact .mail a {
  color: #fff;
}

.product-caption {
  height: 60px;
  background: url(../images/tit-bg.png) no-repeat center;
  margin: 20px 0;
  font-size: 2.8rem;
  color: #fff;
  padding-left: 50px;
  line-height: 50px;
  position: relative;
}
.product-caption::before,
.product-caption::after {
  width: 30px;
  content: '';
  display: block;
  height: 60px;
  position: absolute;
  top: 0;
}
/* .product-caption::before {
  left: 0;
  background: url(../images/title-before-bg.gif);
}
.product-caption::after {
  right: 0;
  background: url(../images/title-after-bg.gif);
} */
.product-module-intro {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #666;
}
.product-module-intro img {
  max-width: 100%;
  height: auto !important;
  display: inline;
}
.product-module-intro ul li {
  list-style-type: disc;
  margin-left: 20px;
}
.product-module-intro ol li {
  list-style-type: decimal;
  margin-left: 20px;
}
.product-module-technical {
  overflow: auto;
}
.product-module-technical table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
  font-size: 2rem;
  color: #666;
}
.product-module-technical table tr:nth-of-type(2n+1) {
  background-color: #eee;
}
.product-module-technical table tr td {
  padding: 15px;
}
.product-module-video {
  text-align: center;
}
.product-module-video video {
  max-width: 100%;
  width: 800px;
  background-color: #959595;
}
/* news-list */
.main-news-list ul li {
  margin: 10px 0;
  width: 100%;
}
.main-news-list ul li a {
  display: flex;
  justify-content: space-between;
}
.main-news-list ul li .li-img {
  width: 23%;
}
.main-news-list ul li img {
  width: 100%;
}
.main-news-list ul li .li-text {
  width: 75%;
}
.main-news-list ul li .li-text h3 {
  line-height: 1.5;
  font-size: 2.2rem;
  color: #666;
}
.main-news-list ul li .li-text p {
  font-size: 1.6rem;
  color: #999;
  line-height: 1.5;
  margin: 5px 0;
}
.main-news-list ul li .li-text span {
  display: block;
  padding: 10px 20px;
  background-color: #c18129;
  font-size: 1.6rem;
  color: #fff;
  float: right;
}
/* news-show */
.main-news-show {
  box-shadow: 0 0 5px 5px #f9f9f9;
  margin: 50px auto;
  padding: 40px;
}
.main-news-show h1 {
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  padding: 10px 0 15px;
  line-height: 1.6;
  color: #666;
}
.main-news-show .news-intro-info {
  margin: 10px 0 20px;
  color: #9d9d9c;
  text-align: center;
  font-size: 1.6rem;
}
.news-page-content {
  font-size: 1.4rem;
  color: #666;
  line-height: 1.8;
}
.news-page-content img {
  max-width: 100%;
  height: auto !important;
  margin: auto;
}
.news-page-content ul li {
  list-style-type: disc;
  margin-left: 20px;
}
.news-page-content ol li {
  list-style-type: decimal;
  margin-left: 20px;
}
.news-paging {
  margin: 30px auto;
}
.news-paging>a {
  display: flex;
  line-height: 2;
  font-size: 1.4rem;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  align-items: center;
}
.news-paging>a::before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon.png);
  background-position: -230px 0;
}
.news-paging>a span {
  color: #666;
}
.news-paging>a:hover {
  color: #c18129;
  text-decoration: underline;
}
.news-paging>a:hover::before {
  background-position: -260px 0;
}
/* about-us */
.main-about .solution-show-intro {
  margin: 20px auto;
  font-size: 1.6rem;
}
.main-about .solution-show-intro img {
  margin: auto;
}
.main-about-advantage {
  padding: 80px 0;
  background: url(../images/about-bg.jpg) top center;
}
.main-about-advantage ul li {
  width: 18%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.main-about-advantage ul li i {
  display: block;
  width: 120px;
  height: 120px;
  background-image: url(../images/icon.png);
  margin: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.main-about-advantage ul li:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.main-about-advantage ul li:nth-of-type(1) i {
  background-position: 0 -220px;
}
.main-about-advantage ul li:nth-of-type(2) i {
  background-position: -120px -220px;
}
.main-about-advantage ul li:nth-of-type(3) i {
  background-position: -240px -220px;
}
.main-about-advantage ul li:nth-of-type(4) i {
  background-position: -360px -220px;
}
.main-about-advantage ul li:nth-of-type(5) i {
  background-position: -480px -220px;
}
.main-about-advantage ul li p {
  width: 100%;
  text-align: center;
  font-size: 1.3rem;
  line-height: 2;
  margin-top: 10px;
  color: #fff;
}
.main-about-intro .solution-show-intro h3 {
  font-size: 2.6rem;
  text-align: center;
  margin-bottom: 10px;
}
.main-about-intro .solution-show-intro p {
  font-size: 1.4rem;
}

/* contact */
.main-contact {
  padding-bottom: 0;
}
.main-contact-info {
  padding: 40px 0;
}
.main-contact-info ul li {
  width: 24%;
  text-align: center;
}
.main-contact-info ul li a{
  color: #000;
}
.main-contact-info ul li i {
  width: 120px;
  height: 120px;
  background-color: #c18129;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.main-contact-info ul li i::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background-image: url(../images/icon.png);
}
.main-contact-info ul li:nth-of-type(1) i::after {
  background-position: 0 -340px;
}
.main-contact-info ul li:nth-of-type(2) i::after {
  background-position: -80px -340px;
}
.main-contact-info ul li:nth-of-type(3) i::after {
  background-position: -160px -340px;
}
.main-contact-info ul li:nth-of-type(4) i::after {
  background-position: -240px -340px;
}
.main-contact-info ul li h3 {
  font-size: 2.4rem;
  margin: 15px 0;
}
.main-contact-info ul li p {
  font-size: 1.6rem;
  line-height: 1.6;
}
.contact-message {
  background: url(../images/contact-bg.jpg) top center;
  padding: 20px 0 50px;
}
.contact-message .message-content .code-box {
  width: 100%;
}
.contact-message .message-content .code-box span {
  color: #fff;
}
.contact-message .message-content .code {
  width: 30%;
}
.contact-message .message-content .submit-btn:before {
  display: none;
}
.contact-message .message-content .submit-btn {
  background-color: #fff;
  color: #666;
  border-radius: 21px;
  padding: 0 30px;
  margin: 15px auto 0;
}
.main-contact .map {
  width: 100%;
  height: 400px;
}
.main-contact .map .map-iframe {
  width: 100%;
  height: 100%;
}
.main-contact-share {
  box-shadow: 0 0 5px 3px #e5e5e5;
  padding: 50px 100px;
  text-align: center;
  margin-top: 40px;
}
.main-contact-share h3 {
  font-size: 2.4rem;
  line-height: 1.6;
}
.main-contact-share p {
  font-size: 1.6rem;
  color: #80bb01;
  line-height: 1.6;
  margin: 20px 0;
  text-align: left;
}
.main-contact-share .footer-share a {
  transform: scale(1.3);
  margin-right: 12px;
}
/* 404 */
.main-error .error-page{
  padding: 30px 0 50px;
}
.main-error .error-page {
  text-align: center;
}
.main-error .error-page h3 {
  font-size: 17rem;
  font-weight: normal;
  color: #c18129;
}
.main-error .error-page p {
  font-size: 1.8rem;
  color: #828282;
}
.main-error .message-content {
  box-shadow: 0 0 5px 5px #efefef;
  padding: 50px;
}
.main-error .message-content h2 {
  color: #c18129;
}
.main-error .message-content .submit-btn {
  margin: 15px auto 0;
}
.main-error .message-content .code-box {
  width: 100%;
}
.main-error .message-content .code {
  width: 30%;
}
/* search-none */
.search-none-page {
  text-align: center;
  padding: 40px 0;
}
.search-none-page img {
  margin: auto;
}
.search-none-page p {
  padding: 0 20%;
  font-size: 1.4rem;
  color: #a6a6a6;
  line-height: 1.6;
}
.search-none-page .prompt {
  color: #eb5343;
  font-size: 2rem;
  text-decoration: underline;
  margin: 20px 0;
}
.sharebox p{
	float: left;
	font-size: 22px;
}
.sharethis-inline-share-buttons {
	float: right;
}
.sharebox .container{
	overflow: hidden;
}
.news-rela .solution-recommended-product ul li{
	width: 32%;
}
.news-rela-tit, .new-mes-tit{
	font-size: 24px;
	    margin: 30px 0;
}
.news-page-content iframe{
	display: block;
	margin: auto;
}



@media screen and (max-width: 1200px) {
}

@media screen and (min-width:992px) and (max-width:1199px) {
}

@media screen and (min-width:768px) and (max-width:992px) {
}

@media screen and (max-width:992px) {
}
@media screen and (max-width: 768px) {
	.position p{
		height: auto;
		padding: 15px 0;
	}
	
	.product-module-technical table{
		width: 100% !important;
	}
	.product-arguments .arguments-list table td{
		font-size: 16px;
	}
	.product-module-video iframe, .solution-show-intro iframe, .news-page-content iframe{
		width: 100% !important;
	}
  .sub-banner {
    overflow: hidden;
  }
  .sub-banner .text {
    padding: 0 10%;
  }
  .sub-banner h2 {
    font-size: 3rem;
  }
  .sub-banner img {
    height: 200px;
    width: auto !important;
    margin-left: -50%;
  }
  .contact-banner img {
    height: auto;
    width: 100% !important;
    margin: auto;
  }
  .main-solution ul li {
    flex-wrap: wrap;
  }
  .main-solution ul li .li-img,
  .main-solution ul li .li-text {
    width: 100%;
  }
  .main-solution ul li .li-text {
    top: 40%;
    position: relative;
  }
  .main-solution-caption h2 {
    font-size: 2.8rem;
  }
  .solution-show-process {
    width: 100%;
  }
  .main-solution-caption {
    margin: 30px 0;
  }
  .product-img {
    width: 100%;
  }
  .product-arguments {
    width: 100%;
    padding: 20px 0;
  }
  .main-about-advantage ul li {
    width: 32%;
  }
  .main-about-intro .solution-show-intro {
    width: 100%;
  }
  .main-about-advantage {
    padding: 40px 0;
  }
}

@media screen and (max-width: 640px) {
  .main-solution ul li h3 {
    font-size: 2.4rem;
  }
  .solution-recommended-product ul li,
  .main-contact-info ul li {
    width: 48%;
    margin-bottom: 3%;
  }
  .sub-banner p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .message-content input, .message-content select {
    width: 100%;
  }
  .main-product-list ul li {
    width: 48%;
  }
  .product-arguments h1,.product-caption {
    font-size: 2.4rem;
  }
  .message-content .code-box {
    width: 100%;
  }
  .main-news-show {
    padding: 20px;
  }
  .main-about-advantage ul li {
    width: 48%;
  }
  .main-contact .map {
    height: 300px;
  }
  .main-contact-info ul li {
    width: 108%;
  }
  .message-content h2 {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .main-error .error-page h3 {
    font-size: 12rem;
  }
  .main-error .message-content {
    padding: 20px;
  }
  .search-none-page p {
    padding: 0 5%;
  }
}

@media screen and (max-width: 414px) {
}

@media screen and (max-width: 360px) {}