.sub-section {
  padding: 50px 0 0;
}
.main-section {
  padding: 50px 0;
}
/* 技术支持 */
.service-advance-list ul li {
  width: 24%;
  color: #333;
  overflow: hidden;
}
.service-advance-list ul li img {
  width: 100%;
  transition: all .5s;
}
.service-advance-list ul li:hover img{
	transform: scale(1.1);
}
.service-advance-list ul li p {
  font-size: 2.2rem;
  margin: 10px 0;
  display: flex;
  align-items: center;
}

.service-process {
  background: url(../images/service-process-bg.jpg) top center;
  margin-top: 50px;
  padding: 50px 0;
}
.service-process .home-section-caption {
  color: #fff;
}
.service-process ul li {
  background-color: #fff;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
}
.service-process ul li {
  width: 24%;
  margin-bottom: 2%;
  height: 238px;
}
.service-process ul li:first-child {
  width: 49.3%;
}
.service-process ul li img {
  width: 100%;
}
.service-process ul li h2 {
  font-size: 8rem;
  width: 100%;
}
.service-process ul li p {
  font-size: 2rem;
}
.service-network {
  background: url(../images/service-network-bg.jpg) top center;
  padding: 50px 0;
  margin-bottom: 50px;
}
.service-network-list ul li {
  width: 20%;
}
.service-network-list ul li h2 {
  color: #e83820;
  font-size: 5rem;
}
.service-network-list ul li span {
  font-size: 2.8rem;
  margin-left: 8px;
}
.service-network-list ul li p {
  font-size: 1.6rem;
}
.service-network .more {
  display: block;
  width: 280px;
  height: 50px;
  line-height: 50px;
  margin: 50px auto 0;
  font-size: 1.8rem;
  color: #fff;
  background-color: #e83820;
  border: 1px solid #e83820;
  text-align: center;
  border-radius: 5px;
}
.service-network .more{
	background-color:none;
	color: #e83820;
}
/* 发展历程 */
.history-section li {
  padding: 30px 0;
  position: relative;
  clear: both;
  overflow: hidden;
}
.history-section li .li-left {
  width: 40%;
  text-align: right;
}
.history-section li .li-left span {
  font-size: 1.8rem;
  color: #010101;
}
.history-section li:nth-of-type(2n) .li-left {
  text-align: left;
}
.history-section li .li-left img {
  width: 100%;
  margin-top: 15px;
}
.history-section li .li-right {
  width: 40%;
  background-color: #f5f5f5;
  padding: 40px 30px;
  position: relative;
}
.history-section li .li-right:before {
  content: '';
  display: block;
  position: absolute;
  top: 10%;
  margin: auto;
  width: 0px;
  height: 0px;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
.history-section li .li-right:nth-of-type(2n):before {
  left: -15px;
  border-right: 15px solid #f5f5f5;
}
.history-section li .li-right:nth-of-type(2n+1):before {
  right: -15px;
  border-left: 15px solid #f5f5f5;
}
.history-section li .li-right h3 {
  font-size: 3rem;
  font-weight: normal;
}
.history-section li .li-right p {
  line-height: 1.8;
  margin-top: 10px;
  font-size: 1.6rem;
}
.history-section li:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #e2e2e2;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
}
.history-section li i {
  display: block;
  position: absolute;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #000;
  right: 0;
  left: 0;
  top: 12%;
  margin: auto;
}
.history-section li i::before {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.history-section li:hover i {
  border-color: #e83820;
}
.history-section li:hover i::before {
  background-color: #e83820;
}
.history-section li:hover .li-left span {
  color: #dc4a38;
}
.click-more {
  display: block;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: auto;
  border: 1px solid #000;
  border-radius: 10px;
  color: #000;
  font-size: 1.6rem;
  margin-top: 40px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.click-more:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-position: -360px -270px;
  position: relative;
  top: 8px;
  margin-right: 5px;
}
.click-more:after {
  content: 'Expand More';
  display: block;
  width: 0;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow: hidden;
  color: #fff;
}
.click-more:hover:after {
  width: 100%;
}
/* 荣誉 */
.honor-section-list ul li {
  width: 32%;
  margin: 1% 0;
}
.honor-section-list ul li img {
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.honor-section-list ul li:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
/* sub-position */
.sub-position {
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background-color: #f5f5f5;
  font-size: 1.6rem;
}
.sub-position a {
  color: #333;
}
.sub-position a:hover {
  text-decoration: underline;
}
/* product */
.product-sort {
  border-right: 1px solid #dcdcdc;
}
.product-sort ul li {
  width: 11.1%;
  text-align: center;
  padding: 1% 0;
  border-bottom: 7px solid #fff;
  border-left: 1px solid #dcdcdc;
}
.product-sort ul li i {
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/icon.png);
  margin: auto;
}
.product-sort ul li .all {
  background-position: 0 -420px;
}
.product-sort ul li .pre-processing {
  background-position: -50px -428px;
}
.product-sort ul li .bake {
  background-position: -90px -426px;
}
.product-sort ul li .deep-fry {
  background-position: -130px -428px;
}
.product-sort ul li .quick-freeze {
  background-position: -170px -428px;
}
.product-sort ul li .season {
  background-position: -215px -429px;
}
.product-sort ul li .drying {
  background-position: -260px -426px;
}
.product-sort ul li .general {
  background-position: -310px -428px;
}
.product-sort ul li .dedicated {
  background-position: -345px -427px;
}
.product-sort ul li:hover,
.product-sort ul li.cur  {
  background-color: #f5f5f5;
  border-bottom-color: #e83820;
}
.product-sort ul li:hover .all,
.product-sort ul li.cur .all {
  background-position: 0 -470px;
}
.product-sort ul li:hover .pre-processing,
.product-sort ul li.cur .pre-processing {
  background-position: -50px -470px;
}
.product-sort ul li:hover .bake,
.product-sort ul li.cur .bake {
  background-position: -90px -470px;
}
.product-sort ul li:hover .deep-fry,
.product-sort ul li.cur .deep-fry {
  background-position: -130px -470px;
}
.product-sort ul li:hover .quick-freeze,
.product-sort ul li.cur .quick-freeze {
  background-position: -170px -470px;
}
.product-sort ul li:hover .season,
.product-sort ul li.cur .season {
  background-position: -215px -470px;
}
.product-sort ul li:hover .drying,
.product-sort ul li.cur .drying {
  background-position: -260px -470px;
}
.product-sort ul li:hover .general,
.product-sort ul li.cur .general {
  background-position: -310px -470px;
}
.product-sort ul li:hover .dedicated,
.product-sort ul li.cur .dedicated {
  background-position: -345px -470px;
}
.product-sort ul li p {
  font-size: 1.6rem;
  color: #333;
}

.product-section {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  background-color: #f5f5f5;
}
.product-section .home-machine-list li img {
  border: 1px solid #dcdcdc;
}
.product-section .ipro-main li h3{
	font-size: 16px;
}
/* 分页 */
.pagination {
  margin: 40px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.pagination li{
	width: auto;
}
.pagination a {
  padding: 6px 12px;
  margin: 5px;
  color: #3c3c3c;
  font-size: 1.4rem;
  background-color: #fff;
  display: inline-block;
  border: 1px solid #dcdcdc;
}

.pagination a:hover {
  background-color: #dc4a38;
  color: #fff;
}

.pagination a:active {
  background-color: #dc4a38;
  color: #fff;
}

.pagination span.current {
  background-color: #dc4a38;
  color: #fff;
}

.pagination span.disabled {
  color: #bebebe;
}
.contact-message h2 {
  font-size: 3.6rem;
  font-weight: normal;
  text-align: center;
  margin-bottom: 40px;
}
.contact-message form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-message input {
  width: 24%;
  height: 44px;
  line-height: 44px;
  background-color: #f5f5f5;
  border-color: transparent;
}
.contact-message textarea {
  width: 100%;
  padding: 10px;
  background-color: #f5f5f5;
  border-color: transparent;
  height: 100px;
}
.contact-message .input-text {
  width: 48%;
}
.contact-message button {
  display: block;
  width: 200px;
  margin: 20px auto;
  margin-bottom: 40px;
  height: 44px;
  line-height: 44px;
  background-color: #e83820;
  color: #fff;
  font-size: 1.8rem;
  border-radius: 5px;
}
/* 产品子分类列表页 */
.product-section-content .sub-product-sort {
  width: 23%;
}
.product-section-content .sub-product-sort h2 {
  font-size: 2.6rem;
  font-weight: normal;
  display: flex;
}
.product-section-content .sub-product-sort h2 i{
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../images/icon.png);
}
.sub-product-sort ul {
  border: 1px solid #dcdcdc;
  background-color: #fff;
}
.sub-product-sort ul li {
  height: 65px;
  line-height: 65px;
  font-size: 1.8rem;
  border-bottom: 1px solid #dcdcdc;
}
.sub-product-sort ul li a {
  color: #000;
  padding-left: 40px;
  display: block;
  position: relative;
}
.sub-product-sort ul li a::before,
.sub-product-sort ul li a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.sub-product-sort ul li a::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #e83820;
  left: 15px;
}
.sub-product-sort ul li a::after {
  content: '>';
  right: 15px;
}
.sub-product-sort ul li:hover,
.sub-product-sort ul li.cur {
  background-color: #fafafa;
}
.sub-product-sort ul li:hover a,
.sub-product-sort ul li.cur a {
  padding-left: 75px;
}
.sub-product-sort ul li:hover a::before,
.sub-product-sort ul li.cur a::before {
  left: 40px;
}
.product-section-content .home-machine-list {
  width: 75%;
}
.product-section-content .home-machine-list ul li {
  width: 32%;
}
/* 产品详情页 */
.product-show-overview .argument {
  width: 43%;
}
.argument ul li img{
	display: inline;
	margin-right: 5px;
}
.argument ul li{
	font-size: 20px;
	margin-bottom: 20px;
}
.argument ul{
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
}
.argument ul li span{
	color: #e83421;
	display: inline-block;
	width: 132px;
}
.chat a{
	display: inline-block;
	width: 200px;
	height: 50px;
	border: 2px solid #e83421;
	line-height: 50px;
	font-size: 16px;
	color: #e83421;
	border-radius: 5px;
	margin: 50px 50px 0 0;
}
.chat-a1 i{
	background: url(../images/pmsg.png) no-repeat center;
}
.chat-a2 i{
	background: url(../images/pemail2.png) no-repeat center;
}
.chat a:hover{
	background: #e83421;
	color: #fff;
}
.chat a.chat-a1:hover i{
	background: url(../images/pmsg2.png) no-repeat center;
}
.chat a.chat-a2:hover i{
	background: url(../images/pemail.png) no-repeat center;
}
.p-btn1, .p-btn2{
	background-image: none;
	top: auto;
	bottom: 40px;
	background: #dcdcdc;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	color: #7f7f7f;
	font-size: 20px;
	font-family: simsun;
	font-weight: bold;
}
.p-btn2{
	left: auto;
	right: 60px;
}
.p-btn1:hover, .p-btn2:hover{
	background: #e83421;
	color: #fff;
}
.prosingle-left{
	float: left;
	width: 77%;
	margin-right: 3%;
}
.prosingle-right{
	float: right;
	width: 20%;
	padding-top: 125px;
}
.prosingle-right-con{
	background: #fff;
	border-radius: 5px;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.prosingle-right-tit{
	height: 68px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 68px;
	border-bottom: 1px solid #dcdcdc;
}
.prosingle-right-con ul{
	padding: 0 20px;
}
.prosingle-right-con ul li{
	padding: 15px 0;
	border-bottom: 1px dashed #dcdcdc;
	overflow: hidden;
}
.prosingle-right-con ul li:last-child{
	border: none;
}
.prosingle-right-con ul li a{
	font-size: 14px;
	color: #333;
}
.prosingle-right-con ul li a:hover{
	color: #e83421;
}
.prosingle-right-con span{
	float: left;
	width: 40px;
}
.prosingle-right-con2 a{
	float: left;
	width: 80%;
}
.prosingle-btm{
	background-color: #f0f0f0;
}
.pro-feat{
	padding: 20px;
	background: #fff;
	border-radius: 5px;
}
.pro-feat iframe{
	display: block;
	margin: auto;
}
.chat a i{
	display: inline-block;
	height: 50px;
	margin-right: 15px;
	float: left;
	height: 48px;
	width: 40px;
	margin-left: 25px;
}
.product-show-overview .argument h1 {
  font-size: 3rem;
  font-weight: normal;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 40px;
}
.product-show-overview .argument p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 15px 0;
}
.product-show-overview .argument table {
  margin-left: -8px;
}
.product-show-overview .argument table td {
  background-color: #f4f5f7;
  padding: 15px;
  font-size: 1.8rem;
}
.product-show-overview .argument table td:first-child {
  width: 120px;
}
.product-show-overview .argument .consult {
  margin-top: 30px;
}
.product-show-overview .argument .consult span {
  display: block;
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-show-overview .argument .consult span::before {
  content: '';
  display: block;
  background-image: url(../images/icon.png);
  margin-right: 10px;
}
.product-show-overview .argument .consult .price {
  height: 60px;
  line-height: 60px;
  background-color: #e83820;
  border-radius: 5px;
  color: #fff;
  font-size: 1.8rem;
}
.product-show-overview .argument .consult .tel {
  font-size: 2.4rem;
  color: #e83820;
  font-weight: bold;
}
.product-show-overview .argument .consult .price::before {
  width: 30px;
  height: 30px;
  background-position: -390px -270px;
}
.product-show-overview .argument .consult .tel::before {
  width: 45px;
  height: 45px;
  background-position: -420px -270px;
}
.product-show-overview .img {
  width: 55%;
}
.product-show-overview .img img {
  width: 100%;
}
.product-show-info {
  background-color: #f0f0f0;
}
.main-section-capital {
  text-align: center;
  margin-bottom: 30px;
}
.main-section-capital h2 {
  font-size: 3.8rem;
  color: #010101;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-section-capital h2::before,
.main-section-capital h2::after {
  content: '';
  display: block;
  width: 28%;
  height: 1px;
  background-color: #dcdcdc;
  margin: 0 2.5%;
}
.main-section-capital p {
  font-size: 1.6rem;
  margin-top: 15px;
}
.product-module-intro {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000;
}
.product-module-intro img {
  max-width: 100%;
  height: auto !important;
  margin: auto !important;
  display: block !important;
}
.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 table {
  width: 100%;
  border-top: 1px solid #696969;
  border-left: 1px solid #696969;
  border-collapse: collapse;
  margin: 0 auto;
  text-align: center;
  font-size: 1.6rem;
}
.product-module-intro table td {
  border-bottom: 1px solid #696969;
  border-right: 1px solid #696969;
  padding: 10px 0;
}
.product-module-intro table tr:first-child td,
.product-module-intro table tr td:first-child{
  background-color: #f5f5f5;
}
.big-message {
  padding: 0;
}
.big-message input {
  width: 48%;
  margin-bottom: 10px;
  background-color: #f5f5f5;
}
/* 解决方案列表页 */
.solution-list-section ul li {
  margin-bottom: 3%;
}
.solution-list-section ul li.pretreatment {
  background-color: #009c52;
}
.solution-list-section ul li.nut {
  background-color: #ab6633;
}
.solution-list-section ul li.pastry {
  background-color: #f08625;
}
.solution-list-section ul li.pack {
  background-color: #2f318b;
}
.solution-list-section ul li .li-img {
  width: 68%;
}
.solution-list-section ul li .li-img img {
  width: 100%;
}
.solution-list-section ul li .li-text {
  width: 32%;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  color: #fff;
  padding: 0 3%;
}
.solution-list-section ul li h2 {
  font-size: 4.4rem;
  font-weight: normal;
}
.solution-list-section ul li p {
  font-size: 3.8rem;
  width: 50px;
  text-align: center;
  transform: rotate(90deg);
  margin-top: 10%;
  font-family: simsun;
}
.solution-list-section ul li p.active{
	transform: rotate(0deg);
}
/* 解决方案详情页 */
.solution-show-demand .demand-list ul li {
  width: 22%;
  text-align: center;
}
.solution-show-demand .demand-list ul li img {
  max-width: 100%;
  margin: auto;
}
.solution-show-demand .demand-list ul li p {
  font-size: 2rem;
  color: #000;
  margin-top: 20px;
  
}
.solution-show-demand .demand-list ul li p::after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background-color: #e83421;
  margin: 15px auto;
}
.solution-show-demand .demand-list ul li span {
  font-size: 1.6rem;
  color: #666;
  display: block;
  text-align: left;
}
.solution-show-intro .intro-content {
  background-color: #f0f0f0;
}
.solution-show-intro .intro-content p {
  font-size: 1.6rem;
  color: #666;
  position: relative;
  margin-top: 20px;
}
.solution-show-intro .intro-content p::before,
.solution-show-intro .intro-content p::after {
  content: '“';
  display: none;
  font-size: 7.8rem;
  position: absolute;
}
.solution-show-intro .intro-content p::before {
  left: -8%;
  top: -100%;
}
.solution-show-intro .intro-content p::after {
  content: '”';
  right: -8%;
  bottom: -200%;
}
.solution-show-intro .intro-content .four-piece {
  margin: 10px 0;
}
.solution-show-intro .intro-content .four-piece img {
  width: 24.5%;
}
.solution-show-intro .intro-content .three-piece img {
  width: 32.8%;
}
.solution-show-product {
  background-color: #f0f0f0;
  margin-bottom: 50px;
}
.common-case {
  background-color: #f0f0f0;
}
.common-case .news-first {
  width: 32%;
}
.message-section-capital h2::before, .message-section-capital h2::after{
	width: 18%;
}
.solu-message-l, .solu-message-r{
	float: left;
	width: 49%;
}
.solu-message-r img{
	float: left;
	margin: 14px 0 0 20px;
}
.solu-message-l{
	margin-right: 2%;
}
.solu-message textarea{
	float: left;
	width: 100%;
	height: 284px;
}
.solu-message input{
	width: 100%;
	float: left;
}
#code{
	width: 60%;
}
.ipro-main li{
	width: 32%;
	box-shadow: 0 0 5px #ddd;
	padding: 30px;
	border-radius: 5px;
}
.ipro-main li img{
	width: 100%;
}
.ipro-main li h3{
	font-size: 22px;
	color: #000;
	margin: 30px 0;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	font-weight: normal;
}
.ipro-main li span{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #646464;
}
.rela-main ul{
	overflow: hidden;
	display: block;
}
.rela-main ul li{
	background: #fff;
	width: 23%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
}
.rela-wrapx ul li{
	float: left;
	margin: 0 1%;
}
.rela-wrapx ul{
	display: block;
	overflow: hidden;
}
.service-advance-list ul li{
	width: 49%;
	position: relative;
	margin-bottom: 20px;
}
.service-advance-list ul li p{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	left: 0;
	top: 0;
	margin: 0;
}
.service-advance-list ul li p span{
	text-align: center;
	color: #fff;
	width: 360px;
	height: 85px;
	margin: auto;
	line-height: 85px;
	border-radius: 5px;
}
.service-advance-list ul li:hover p{
	background: none;
}
.service-advance-list ul li:hover span{
	background: #e83421;
}
.prolist-tit p{
	text-align: center;
	font-size: 60px;
	font-weight: bold;
	margin: 70px 0 40px 0;
}
.prolist-tit ul li{
	padding-bottom: 23px;
	position: relative;
	display: inline-block;
	
}
.prolist-tit ul li a{
	font-size: 18px;
	color: #333;
}
.prolist-tit ul li.active::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: #e83421;
	left: 0;
	bottom: 0;
	display: none;
}
.prolist-tit ul li.active a, .prolist-tit ul li a:hover{
	color: #e83421;
	border-bottom: 1px solid  #e83421;
}
.product-show-argument, .prosingle-mes{
	background: #f0f0f0;
}
.prosingle-top{
	background: #f0f0f0;
}
.gallery-top{
	float: left;
	width: 78%;
	margin-right: 2%;
}
.gallery-thumbs{
	float: right;
	width: 20%;
	height: 380px;
}
.solution-dl li{
	width: 25%;
	padding: 0 3%;
}
.solution-dl li img{
	width: 100%;
}
.pronb-tit h2::before, .pronb-tit h2::after{
	display: none;
}
#mess input, #mess textarea{
	border: 1px solid #999999;
	background: none;
}
.gallery-thumbs .swiper-slide{
	overflow: hidden;
}
.gallery-thumbs .swiper-slide span{
	position: absolute;
	width: 90%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	left: 0;
	top: 0;
}
.gallery-thumbs .swiper-slide img{
	height: 100%;
	width: auto;
}
.gallery-thumbs .swiper-slide-active span{
	display: none;
}
.solution-show-intro{
	margin-top: -50px;
}
.demand-list{
	margin-top: 50px;
}
.solulist-con ul li{
	float: left;
	width: 31.3%;
	margin: 0 1%;
	padding: 0 0 30px 0;
}
.solulist-con ul{
	overflow: hidden;
	display: block;
	padding: 5px 0;
}
.prosingle-nav-fixed{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background: #fff;
}


 @media screen and (max-width:768px) {
	 .solution-show-demand .demand-list ul li p{
		 font-size: 1.5rem;
	 }
	 .product-module-intro{
	 	overflow: auto;
	 }
	 .product-module-intro iframe{
		 width: 100% !important;
	 }
	 .product-show-overview .argument h1{
		 font-size: 24px;
		 margin-bottom: 20px;
	 }
	 .sub-position p, .sub-position a{
		 font-size: 13px;
	 }
	 .prosingle-nav{
		 display: none;
	 }
	 .product-show-overview .argument table td{
		 font-size: 16px;
	 }
	 
	 .prolist-tit ul li a{
		 font-size: 16px;
	 }
	 
	 .gallery-thumbs{
		 display: none;
	 }
	 .gallery-top{
		 width: 100%;
	 }
	 .chat a i{
		 margin-right: 5px;
		 margin-left: 10px;
	 }
	 .chat a{
		 width: 45%;
		 margin-top: 20px;
		 margin-right: 0;
	 }
	 .chat a.chat-a1{
		 margin-right: 5%;
	 }
	 .prosingle-right{
		 display: none;
	 }
	 .prosingle-left{
		 width: 100%;
	 }
	 .product-show-overview .img{
		 margin-bottom: 20px;
	 }
	 #mess textarea{
		 height: 90px;
	 }
 }