/* sub-banner */
.sub-banner {
  position: relative;
  overflow: hidden;
}

.sub-banner img {
  width: 100%;
}

.sub-banner .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.sub-banner .text h2 {
text-align: center;
width: 100%;
line-height: 1.6;
font-size: 4.2rem;
}
.sub-banner .text p {
text-align: center;
width: 100%;
font-size: 1.4rem;
display: flex;
align-items: center;
justify-content: center;
}
.sub-banner .text p:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/icon.png) -330px 0;
}
.sub-banner .text p a {
color: #fff;
}

.main-section {
padding: 50px 0 0;
}
/* product-list */
.main-product-list ul li {
width: 32%;
padding: 20px;
border-radius: 5px;
margin-bottom: 2%;
background-color: #f5f5f5;
border: 1px solid transparent;
}
.main-product-list ul li .li-img {
background-color: #fff;
}
.main-product-list ul li img {
width: 100%;
}
.main-product-list ul li .li-text {
text-align: center;
}
.main-product-list ul li p {
color: #333;
font-size: 1.6rem;
line-height: 1.6;
margin: 15px 0;
height: 50px;
overflow: hidden;
}
.main-product-list ul li span {
font-size: 1.4rem;
color: var(--themecolor);
display: inline-block;
padding: 8px 20px;
border: 1px solid var(--themecolor);
border-radius: 5px;
}
.main-product-list ul li:hover {
border: 1px solid var(--themecolor);
}
.main-product-list ul li:hover span {
color: #fff;
background-color: var(--themecolor);
}

/* 分页 */
.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: var(--themecolor);
  color: #fff;
}

.pagination a:active {
  background-color: var(--themecolor);
  color: #fff;
}

.pagination span {
  background-color: var(--themecolor);
  color: #fff;
}

.pagination span.disabled {
  color: #bebebe;
}

/* product-show */
.product-banner {
margin-top: 20px;
}

.product-img {
  width: 48%;
  position: relative;
  padding: 20px;
  background-color: #f5f5f5;
  }
.product-img .slides {
  border: 1px solid #eee;
  position: relative;
}
.product-slides-nav {
  width: 100%;
  position: absolute;
  height: 40px;
  bottom: 45%;
  z-index: 9999;
}
.product-slides-nav span {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
}
.product-slides-nav span.next {
  background-position: -280px -130px;
  float: right;
}
.product-slides-nav span.prev {
  background-position: -240px -130px;
}
.product-slides-nav span.next:hover {
  background-position: -360px -130px;
}
.product-slides-nav span.prev:hover {
  background-position: -320px -130px;
}

.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: 30px;
line-height: 1.5;
}

.product-arguments .arguments-list {
  padding: 30px 0 60px;
  overflow: auto;
}
.product-arguments .arguments-list table {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100% !important;
  border-collapse: collapse;
}
.product-arguments .arguments-list table tr {
  border-bottom: 1px dashed #ccc;
}
.product-arguments .arguments-list table td {
  padding: 10px;
  font-size: 1.6rem;
  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: 190px;
height: 50px;
line-height: 50px;
font-size: 1.6rem;
cursor: pointer;
margin-right: 20px;
border-radius: 6px;
color: #fff;
align-items: center;
justify-content: center;
}
.product-arguments .arguments-contact span::before {
content: '';
display: block;
width: 30px;
height: 30px;
background-image: url(../images/icon.png);
}
.product-arguments .arguments-contact .online::before {
background-position: -240px 0;
}
.product-arguments .arguments-contact .tel::before {
background-position: -270px 0;
}

.product-arguments .arguments-contact .online {
background-color: #a0a0a0;
}

.product-arguments .arguments-contact .tel {
background-color: var(--themecolor);
}
.product-arguments .arguments-contact span a {
color: #fff;
}


.product-caption {
height: 60px;
background: url(../images/title-bg.gif) repeat-x;
margin: 20px 0;
font-size: 2.6rem;
color: #fff;
font-style: italic;
padding-left: 30px;
line-height: 50px;
position: relative;
}
.product-caption::before,
.product-caption::after {
content: '';
display: block;
height: 60px;
position: absolute;
top: 0;
}
.product-caption::before {
width: 200px;
left: 0;
background: url(../images/title-before-bg.gif);
display: none;
}
.product-caption::after {
width: 30px;
right: 0;
background: url(../images/title-after-bg.gif);
}

.product-module-intro {
font-size: 1.6rem;
line-height: 1.8;
color: #666666;
}
.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-intro img {
max-width: 100%;
margin: auto;
height: auto !important;
}
.product-module-intro embed{
	max-width: 100%;
}
.product-module-technical {
overflow: auto;
}
.product-module-technical table, .solution-show-intro  table {
width: 100% !important;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-collapse: collapse;
margin: 0 auto;
text-align: center;
font-size: 1.6rem;
}

.product-module-technical table tr th {
background-color: #f9a51b;
color: #fff;
padding: 20px 0;
}
.product-module-technical table tr td, .solution-show-intro  table tr td{
border-bottom: 1px solid #ccc !important;
border-right: 1px solid #ccc !important;
padding: 10px !important;
}

.product-machines-caption span {
display: inline-block;
padding: 0 40px;
background-color: #fff;
position: relative;
z-index: 2;
}

.product-machines-list ul li {
width: 23%;
}

.product-machines-list ul li img {
width: 100%;
box-shadow: 0 0 5px 2px #f1f1f1;
}

.product-machines-list ul li p {
height: 40px;
line-height: 40px;
text-align: center;
background-color: #434343;
margin-top: 15px;
color: #fff;
font-size: 1.4rem;
white-space: wrap;
text-overflow: ellipsis;
overflow: hidden;
}
/* service */
.solution-banner {
width: 100%;
position: relative;
}
.solution-banner .solution-banner-content {
position: absolute;
bottom: 3%;
left: 0;
right: 0;
margin: auto;
}
.solution-banner img {
width: 100%;
}
.solution-banner ul {
width: 100%;
height: 100%;
position: absolute;
bottom: 0;
}
.solution-banner ul li {
position: absolute;
}
.solution-banner ul li .text {
position: absolute;
bottom: 100%;
display: none;
}
.solution-banner ul li:last-child .text {
right: 0;
} 
.solution-banner ul li .text::before {
content: '';
display: block;
width: 100%;
height: 100%;
border-radius: 5px;
background-color: #f5ba00;
position: absolute;
top: 3px;
left: 3px;
z-index: 1;
}
.solution-banner ul li .text span {
display: inline-block;
white-space: nowrap;
background-color: #f2f2f2;
border-radius: 5px;
padding: 10px 20px;
position: relative;
z-index: 2;
font-size: 1.6rem;
}
.solution-banner ul li i {
display: block;
width: 60px;
height: 60px;
background-image: url(../images/icon.png);
background-position: -120px -130px;
cursor: pointer;
}
.solution-banner ul li i.click-on {
background-position: -180px -130px;

}
.solution-ketchup-banner ul li:nth-of-type(1) {
left: 3%;
bottom: 33%;
}
.solution-ketchup-banner ul li:nth-of-type(2) {
left: 10%;
bottom: 38%;
}
.solution-ketchup-banner ul li:nth-of-type(3) {
left: 15%;
bottom: 38%;
}
.solution-ketchup-banner ul li:nth-of-type(4) {
left: 20%;
bottom: 42%;
}
.solution-ketchup-banner ul li:nth-of-type(5) {
left: 25%;
bottom: 30%;
}
.solution-ketchup-banner ul li:nth-of-type(6) {
left: 33%;
bottom: 70%;
}
.solution-ketchup-banner ul li:nth-of-type(7) {
left: 43%;
bottom: 35%;
}
.solution-ketchup-banner ul li:nth-of-type(8) {
left: 56%;
bottom: 38%;
}
.solution-ketchup-banner ul li:nth-of-type(9) {
left: 72%;
bottom: 32%;
}
.solution-ketchup-banner ul li:nth-of-type(10) {
right: 4%;
bottom: 28%;
}

/* ketchup-new */
.solution-ketchup-new-banner ul li:nth-of-type(1) {
left: 2%;
bottom: 33%;
}
.solution-ketchup-new-banner ul li:nth-of-type(2) {
left: 3%;
top: 28%;
}
.solution-ketchup-new-banner ul li:nth-of-type(3) {
left: 8%;
bottom: 47%;
}
.solution-ketchup-new-banner ul li:nth-of-type(4) {
left: 19%;
top: 32%;
}
.solution-ketchup-new-banner ul li:nth-of-type(5) {
left: 27%;
bottom: 37%;
}
.solution-ketchup-new-banner ul li:nth-of-type(6) {
right: 35%;
bottom: 60%;
}
.solution-ketchup-new-banner ul li:nth-of-type(7) {
right: 13%;
bottom: 25%;
}

/* paste */
.solution-paste-banner ul li:nth-of-type(1) {
  left: 4%;
  bottom: 52%;
}
.solution-paste-banner ul li:nth-of-type(2) {
  left: 54%;
  top: 9%;
}
.solution-paste-banner ul li:nth-of-type(3) {
  right: 32%;
  top: 30%;
}
.solution-paste-banner ul li:nth-of-type(4) {
  right: 10%;
  top: 26%;
}
.solution-paste-banner ul li:nth-of-type(5) {
  right: 42%;
  bottom: 32%;
}
.solution-paste-banner ul li:nth-of-type(6) {
  left: 28%;
  bottom: 20%;
}
.solution-paste-banner ul li:nth-of-type(7) {
  left: 8%;
  bottom: 10%;
}
/* paste-automatic */
.solution-paste-automatic-banner ul li:nth-of-type(1) {
  right: 6%;
  bottom: 1%;
}
.solution-paste-automatic-banner ul li:nth-of-type(2) {
  right: 24%;
  bottom: 17%;
}
.solution-paste-automatic-banner ul li:nth-of-type(3) {
  right: 33%;
  bottom: 25%;
}
.solution-paste-automatic-banner ul li:nth-of-type(4) {
  right: 48%;
  bottom: 36%;
}
.solution-paste-automatic-banner ul li:nth-of-type(5) {
  left: 37%;
  bottom: 55%;
}
.solution-paste-automatic-banner ul li:nth-of-type(6) {
  left: 23%;
  bottom: 46%;
}
.solution-paste-automatic-banner ul li:nth-of-type(7) {
  left: 28%;
  bottom: 46%;
}
.solution-paste-automatic-banner ul li:nth-of-type(8) {
  left: 38%;
  top: 5%;
}
.solution-paste-automatic-banner ul li:nth-of-type(9) {
  left: 20%;
  bottom: 56%;
}
.solution-paste-automatic-banner ul li:nth-of-type(10) {
  left: 7%;
  bottom: 58%;
}


/* washing */
.solution-washing-banner ul li:nth-of-type(1) {
  left: 5%;
  top: 12%;
}
.solution-washing-banner ul li:nth-of-type(2) {
  left: 24%;
  top: 12%;
}
.solution-washing-banner ul li:nth-of-type(3) {
  left: 40%;
  top: 22%;
}
.solution-washing-banner ul li:nth-of-type(4) {
  right: 35%;
  top: 45%;
}
.solution-washing-banner ul li:nth-of-type(5) {
  right: 7%;
  bottom: 30%;
}

/* dried */
.solution-dried-banner ul li:nth-of-type(1) {
  left: 22%;
  top: 52%;
}
.solution-dried-banner ul li:nth-of-type(2) {
  left: 44%;
  top: 40%;
}
.solution-dried-banner ul li:nth-of-type(3) {
  left: 63%;
  top: 33%;
}
.solution-dried-banner ul li:nth-of-type(4) {
  right: 26%;
  top: 24%;
}
.solution-dried-banner ul li:nth-of-type(5) {
  right: 15%;
  bottom:75%;
}
.solution-dried-banner ul li:nth-of-type(3) .text{
	bottom: -50%;
}
.solution-dried-banner ul li:nth-of-type(6) {
  right: 2%;
  bottom:79%;
}

.main-service ul li {
width: 100%;
display: flex;
justify-content: space-between;
margin-bottom: 2%;
}
.main-service ul li:nth-child(2n){
	flex-direction: row-reverse;
}
.main-service ul li .li-img {
width: 24%;
}
.main-service ul li .li-img img {
width: 100%;
}
.main-service ul li .li-text {
width: 74%;
padding: 20px 0;
}
.main-service ul li .li-text h3 {
font-size: 1.8rem;
color: var(--themecolor);
font-weight: normal;
line-height: 2;
}
.main-service ul li .li-text h3::after {
content: '';
display: block;
width: 50px;
height: 2px;
background-color: var(--themecolor);
}
.main-service ul li .li-text p {
font-size: 1.6rem;
color: #666;
line-height: 1.8;
margin-top: 10px;
}
/* solution-list */
.solution-intro ul li,
.main-solution .solution-caption {
height: 120px;
background-repeat: no-repeat;
background-position: top center;
display: flex;
flex-wrap: wrap;
align-content: center;
justify-content: flex-end;
text-align: right;
padding: 0 20px;
margin-bottom: 20px;
}
.main-solution .washing .solution-caption {
background-image: none;
position: relative;
height: 170px;
}
.main-solution .washing .solution-caption img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.main-solution .sauce .solution-caption {
background-image: url(../images/solution-caption-bg3.jpg);
}
.main-solution .ketchup .solution-caption {
background-image: url(../images/solution-caption-bg2.jpg);
}
.main-solution .tppl .solution-caption{
	background-image: url(../images/solux4.jpg);
}
.solution-caption {
position: relative;
}
.solution-caption h2 {
width: 100%;
font-size: 2rem;
color: #fff;
text-transform: capitalize;
position: relative;
z-index: 2;
}
.solution-caption>a {
  font-size: 1.4rem;
  color: var(--themecolor);
  display: inline-block;
  padding: 8px 20px;
  background-color: #fff;
  border-radius: 5px;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.solution-caption  .follow-us {
position: absolute;
top: 0;
bottom: 0;
margin: auto;
padding-left: 70%;
}
.main-solution .main-product-list ul li {
width: 24%;
}
/* solution-show */
.solution-intro ul li {
  list-style-type: disc;
  margin-left: 20px;
}
.solution-intro ol li {
  list-style-type: decimal;
  margin-left: 20px;
}
.solution-intro p {
font-size: 1.6rem;
line-height: 1.8;
color: #666;
}
.solution-process {
background: url(../images/solution-process-bg.gif) no-repeat top right;
margin: 20px 0;
}
.solution-process .container {
display: flex;
}
.solution-process .img {
padding: 20px;
border-top-left-radius: 50%;
border-bottom-left-radius: 50%;
overflow: hidden;
background-color: #282828;
}
.solution-process .img img{
width: 220px;
height: 220px;
border-radius: 50%;
}
.solution-process .text {
width: 78%;
background-color: #282828;
color: #fff;
padding: 20px;
} 
.solution-process .text h2 {
font-size: 3.6rem;
font-weight: normal;
margin-top: 5px;
}
.solution-process .text span {
display: inline-block;
padding: 0 10px;
height: 46px;
line-height: 46px;
text-align: center;
background-color: #fff;
font-size: 1.4rem;
color: #282828;
border-radius: 5px;
margin: 2% 1% 0;
}
.jt-p{
	background: url(../images/jiantou.png) no-repeat 50px 0;
	padding-top: 30px;
}
.solution-caption {
font-size: 3.8rem;
text-align: center;
margin: 20px auto;
}
.solution-caption i {
display: flex;
justify-content: center;
margin-top: 15px;
}
.solution-caption i::before,
.solution-caption i::after {
content: '';
display: block;
height: 10px;
border-radius: 5px;
background-color: var(--themecolor);
}
.solution-caption i::before {
width: 100px;
margin: 0 10px;
}
.solution-caption i::after {
width: 28px;
}
.solution-characteristic ul li {
width: 30%;
position: relative;
}
.solution-characteristic ul li img {
width: 100%;
}
.solution-characteristic ul li .li-text {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
padding: 30% 5% 5%;
color: #fff;
text-align: center;
}
.solution-characteristic ul li h3 {
font-size: 2rem;
line-height: 1.5;
margin-bottom: 20px;
}
.solution-characteristic ul li h3::after {
content: '';
display: block;
width: 100px;
height: 5px;
background-color: #fff;
margin: 10px auto 0;
}
.solution-characteristic ul li p {
font-size: 1.6rem;
line-height: 1.6;
}
.solution-module {
padding-bottom: 60px;
background: url(../images/solution-bg2.gif) no-repeat bottom center;
}
.solution-advantage {
padding: 50px 0;
margin-bottom: 100px;
position: relative;
background: url(../images/solution-bg3.gif) no-repeat left top #f5f5f5;
}
.solution-advantage .advantage-text{
width: 46%;
}
.solution-advantage .advantage-text span {
display: flex;
font-size: 1.8rem;
color: var(--themecolor);
align-items: center;
}
.solution-advantage .advantage-text span::before {
content: '';
display: block;
width: 30px;
height: 30px;
background: url(../images/icon.png) no-repeat -300px 0;
}
.solution-advantage .advantage-text h2 {
font-size: 4.6rem;
font-weight: normal;
margin: 10px 0;
}
.solution-advantage .advantage-text p {
font-size: 1.8rem;
color: #5a5a5a;
line-height: 1.6;
margin-top: 30px;
padding-left: 50px;
position: relative;
}
.solution-advantage .advantage-text p::before {
content: '';
display: block;
width: 40px;
height: 40px;
position: absolute;
left: 0;
background: url(../images/icon.png) no-repeat 0 -90px;
}
.solution-advantage .advantage-img {
width: 50%;
position: absolute;
right: 0;
top: 50px;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
overflow: hidden;
}
.solution-advantage .advantage-img  img {
width: 100%;
}
.solution-display ul li {
width: 30%;
margin-bottom: 3%;
}
.solution-display ul li img {
width: 100%;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.solution-display ul li p {
font-size: 2rem;
text-align: center;
margin-top: 10px;
}
.solution-related-product {
background-color: #f5f5f5;
padding: 20px 0 40px;
}
.solution-related-product .main-product-list ul li {
background-color: #fff;
}
.product-display ul {
padding: 0 2%;
}
.product-display ul li {
width: 24%;
margin-bottom: 1%;
border: 4px solid #f5f5f5;
}
.product-display ul li img {
width: 100%;
}
/* contact */
.contatct-info img {
  width: 100%;
}
.contatct-info .info-left {
width: 30%;
}
.contatct-info .info-left h2 {
font-size: 2.8rem;
line-height: 2;
color: var(--themecolor);
}
.contatct-info .info-left p {
font-size: 1.6rem;
color: #333;
position: relative;
padding-left: 30px;
line-height: 2;
margin: 5px 0;
}
.contatct-info .info-left p::before {
content: '';
display: block;
width: 30px;
height: 30px;
position: absolute;
top: 0;
left: 0;
background-image: url(../images/icon.png);
}
.contatct-info .info-left p.mail::before {
background-position: -60px -90px;
}
.contatct-info .info-left p.tel::before {
background-position: -90px -90px;
}
.contatct-info .info-left p.add::before {
background-position: -120px -90px;
}
.contatct-info .info-left p a {
color: #333;
}
.contatct-info .map {
width: 68%;
height: 240px;
}
.contatct-info .map .map-iframe {
width: 100%;
height: 100%;
}
.contact-img {
margin: 30px 0;
}
.contact-img ul li {
width: 24%;
}
.contact-img ul li img {
width: 100%;
}
/* news-list */
.main-news-list ul li {
padding: 20px 0;
border-bottom: 1px solid #eee;
}
.main-news-list ul li a {
display: flex;
justify-content: space-between;
}
.main-news-list ul li .li-img {
width: 30%;
border-radius: 15px;
overflow: hidden;
}
.main-news-list ul li .li-img img {
width: 100%;
}
.main-news-list ul li .li-text {
width: 68%;
}
.main-news-list ul li .li-text h2 {
font-size: 2.8rem;
font-weight: normal;
color: #333;
}
.news-intro-info {
font-size: 1.4rem;
color: #a0a0a0;
display: flex;
border-bottom: 1px solid #eee;
padding: 8px 0;
}
.news-intro-info span {
display: flex;
align-items: center;
margin-right: 5px;
}
.news-intro-info span::before {
content: '';
display: block;
width: 30px;
height: 30px;
background-image: url(../images/icon.png);
}
.news-intro-info .author::before {
background-position: -150px -90px;
}
.news-intro-info .date::before {
background-position: -180px -90px;
}
.news-intro-info .comment::before {
background-position: -210px -90px;
}
.main-news-list ul li .li-text p {
font-size: 1.6rem;
color: #999;
line-height: 1.6;
padding: 15px 0;
}
.main-news-list ul li .li-text .more {
display: inline-block;
font-size: 1.4rem;
color: #999;
padding: 8px 10px;
border: 1px solid #999;
border-radius: 5px;
float: right;
}
/* news-show */
.main-news-show h1 {
font-size: 3.6rem;
font-weight: normal;
color: #000;
}
.news-page-content .news-intro-info {
margin-bottom: 20px;
}
.news-page-content iframe{
	display: block;
	margin: auto;
}
.news-page-content {
font-size: 1.6rem;
color: #666;
line-height: 1.8;
}
.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-top: 30px;
padding: 30px 0;
border-top: 1px solid #eee;
position: relative;
}

.news-paging>a {
display: block;
line-height: 2;
font-size: 1.4rem;
color: #666;
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.news-paging>a span {
color: #3c3c3c;
}

.news-paging>a:hover {
color: #060606;
text-decoration: underline;
}
.news-paging .follow-us {
position: absolute;
top: 0;
bottom: 0;
right: 0;
margin: auto;
}
/* 404 */
.error-hint {
  text-align: center;
  padding: 0 0 30px;
}

.error-hint img {
  max-width: 100%;
  margin: 0px auto 55px;
  width: 50%;
  margin-top: -50px;
}
.error-hint p {
  padding: 0 20%;
  font-size: 1.6rem;
  color: #333;
}
.next-page {
margin-top: 30px;
}
.next-page a {
padding: 10px 20px;
display: inline-block;
font-size: 1.8rem;
background-color: #eee;
margin: 0 10px;
border-radius: 5px;
color: #333;
}
.next-page a:first-child {
background-color: var(--themecolor);
color: #fff;
}

/* 留言 */
.message-content>h2 {
font-size: 2.8rem;
color: var(--themecolor);
margin-bottom: 10px;
}

.message-content form {
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.message-content input,
.message-content select {
height: 50px;
line-height: 50px;
}

.message-content input,
.message-content textarea,
.message-content select {
border-radius: 6px;
background-color: #fff;
border: 1px solid #8c8c8c;
}

.message-content .input-text {
width: 49%;
}
.message-content textarea {
padding: 10px;
width: 100%;
}

.message-content .code-box {
width: 50%;
display: flex;
align-items: center;
}

.message-content .code {
display: inline-block;
width: 80%;
}

.message-content .code-box img {
display: inline-block;
margin-left: 20px;
position: absolute;
left: 100%;
top: 11px;
}

.message-content .submit-btn {
width: 300px;
height: 50px;
text-align: center;
line-height: 50px;
background-color: var(--themecolor);
border-radius: 5px;
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;
border-radius: 8px;
-webkit-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-property: opacity;
transition-property: opacity;
}

.message-content .submit-btn:hover:before {
opacity: 1;
}

/* 搜索页面为0 */
.search-hint .serach-box {
  background-color: #eeeeee;
  padding: 15px 20px;
  margin-bottom: 20px;
}

.search-hint .search-input {
  width: 88%;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  padding: 0 10px;
}

.search-hint .search-button {
  width: 10%;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: var(--themecolor);
  color: #fff;
  font-size: 1.4rem;
  cursor: pointer;
}

.search-hint p {
padding: 0;
text-align: left;
margin: 5px 0;
line-height: 1.6;
}

.search-hint p span {
color: var(--themecolor);
}
.sharebox{
	
	margin-bottom: 30px;
	padding-top: 40px;
	overflow: hidden;
}
.sharebox .container{
	background: #f2f2f2;
	overflow: hidden;
	padding: 20px;
}
.sharebox p{
	float: left;
	font-size: 2.4rem;
}
.sharethis-inline-share-buttons{
	float: right;
}
.news-page-content img{
	margin: auto;
}
.solution-show-intro img{
	
	margin: auto;
}
.solution-show-intro li{
	list-style: disc;

}
@media only screen and (max-width: 1366px) {
  .solution-banner .solution-banner-content {
    width: 1000px;
  }
}
@media only screen and (max-width: 1200px) {
.solution-advantage {
  margin: 0;
}
}
.solution-show-intro img, .news-page-content img{
		max-width: 100%;
	}
	.solution-show-intro embed, .news-page-content embed{
		max-width: 100%;
	}
@media screen and (min-width:992px) and (max-width:1199px) {
.solution-characteristic ul li .li-text {
  padding-top: 20%;
}
.solution-banner .solution-banner-content {
  width: 720px;
}
.sub-banner .text h2{
	  font-size: 2.5rem;
  }
  
}
@media screen and (max-width:992px) {
}
@media screen and (min-width:820px) and (max-width:992px) {
	.message-content .code-box{
		width: 32%;
	}
	.product-arguments .arguments-contact span{
		font-size: 1rem;
	}
}
@media screen and (min-width:768px) and (max-width:992px) {
  .solution-banner .solution-banner-content {
    width: 600px;
  }
  .sub-banner .text h2{
	  font-size: 2.5rem;
  }
}
.solution-show-intro{
	font-size: 1.6rem;
	    line-height: 1.8;
	    color: #666666;
}

.message-content form{
	position: relative;
}
#sp1{
	position: absolute;
	    top: 124px;
	    left: 0;
}
@media screen and (max-width:768px) {
	.message-content .code-box img{
		position: initial;
	}
	.product-arguments .arguments-contact span{
		font-size: 1.1rem;
	}
	.error-hint img{
		margin-top: 0;
		width: 80%;
	}
	#sp1{
		position: initial;
	}
	.main-solution .washing .solution-caption img{
		width: 274%;
	}
	.main-solution .washing .solution-caption{
		overflow: hidden;
	}
	.product-module-intro iframe{
		width: 100% !important;
		
	}
.sub-banner {
  margin-top: 90px;
}
.solution-banner .solution-banner-content {
  width: 80%;
}
.solution-banner ul {
  display: none;
}
.sub-banner img {
  width: auto;
  height: 150px;
}
.main-product-list ul li p {
  height: 80px;
}
.sub-banner .text p span{
  display: none;
}
.main-section {
  padding: 30px 0 0;
}
.solution-process .img,
.solution-advantage .advantage-img {
  display: none;
}
.solution-process .text {
  width: 100%;
}
.solution-characteristic ul li {
  width: 49%;
  margin-bottom: 2%;
}
.solution-advantage .advantage-text {
  width: 100%;
}
.solution-display ul li {
  width: 48%;
}
.solution-caption {
  font-size: 3.2rem;
}
.product-img,
.product-arguments {
  width: 100%;
}
.product-arguments {
  margin-top: 10px;
  padding: 0;
}
.main-news-list ul li .li-img {
  display: none;
}
.main-news-list ul li .li-text {
  width: 100%;
}
.news-paging {
  padding-bottom: 0;
}
.news-paging .follow-us {
  position: relative;
  justify-content: flex-start;
  margin-top: 10px;
}
.contatct-info .info-left,
.contatct-info .map {
  width: 100%;
}
.solution-caption .follow-us {
  display: none;
}
.solution-show-intro img,  .news-page-content img {
	width: 100% !important;
	height: auto !important;
}
.solution-show-intro iframe, .solution-show-intro embed, .product-module-intro embed, .news-page-content embed{
	width: 100% !important;
}

.solution-show-intro table{
	display: block;
	overflow: auto;
	width: 100% !important;
}
}

@media screen and (max-width: 640px) {
.solution-characteristic ul li .li-text {
  padding-top: 20%;
}
.main-solution .main-product-list ul li {
  width: 49%;
}
.product-caption {
  font-size: 2.2rem;
}
.main-service ul li {
  flex-wrap: wrap;
}
.main-service ul li .li-img,
.main-service ul li .li-text {
  width: 100%;
} 
.solution-advantage .advantage-text h2 {
  font-size: 3.6rem;
}
}

@media screen and (max-width: 480px) {
.solution-process {
  background-color: #282828;
}
.solution-characteristic ul li,
.message-content .input-text,
.message-content .code-box {
  width: 100%;
}
.solution-characteristic ul li .li-text {
  padding-top: 40%;
}
.main-product-list ul li,
.product-display ul li {
  width: 49%;
}
.message-content .submit-btn {
  width: 100%;
}
.solution-caption,
.solution-advantage .advantage-text h2 {
  font-size: 2.8rem;
}
.solution-display ul li p {
  font-size: 1.6rem;
}
.main-product-list ul li {
  padding: 10px;
}
.sub-banner .text h2 {
  font-size: 2rem;
}
.main-news-list ul li .li-text h2 {
  font-size: 2.4rem;
}
.news-intro-info {
  flex-wrap: wrap;
}
.news-page-content h1,
.solution-process .text h2 {
  font-size: 3rem;
}
.contact-img ul li {
  width: 49%;
  margin-bottom: 2%;
}
}

@media screen and (max-width: 414px) {
.product-caption::before,
.product-caption::after  {
  display: none;
}
.product-caption {
  font-size: 1.8rem;
  padding-left: 20px;
}
}

@media screen and (max-width: 375px) {

}

@media screen and (max-width: 320px) {
}
.main-solution-caption {
  position: relative;
  text-align: center;
  margin: 40px auto;
}
.main-solution-caption::before {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--themecolor);
  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;
}

.main-solution-caption h2 {
  font-size: 2.8rem;
}
.solution-show-process {
  width: 100%;
}
.main-solution-caption {
  margin: 30px 0;
}
.solution-share {
    background-color: #f2f2f2;
    align-items: center;
    padding: 20px;
    margin-top: 40px;
}
.solution-share p {
    font-size: 2.4rem;
    color: #515050;
}