﻿/*common.css*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font-size: 14px;
	line-height: 27px;
	color: #333
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

li {
	list-style: none
}

fieldset,
img {
	border: 0;
}
img{
	vertical-align:top; 
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

table td {
	font-size: 14px;
	color: #333;
	line-height: 27px
}

p {
	font-size: 14px;
	line-height: 27px
}

q:before,
q:after {
	content: ”
}

button,
input,
select,
textarea {
	font-size: 100%
}

legend {
	color: #000
}

small {
	font-size: 12px
}

hr {
	border: none;
	height: 1px
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	display: block
}

.clear {
	clear: both;
}


/*共同页面*/

html,
body {
	min-height: 100%;
	background-color: #efeff4;
}

.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes bounceInDown {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.bounce-in-down {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown;
}

@-webkit-keyframes fadeInDown {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInDown {
	0%,
	60%,
	75%,
	90%,
	100% {
		-webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
		transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
	}
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	75% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	90% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	100% {
		-webkit-transform: none;
		transform: none;
	}
}

.fade-in-down {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.bounce-out-up {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp;
}

@-webkit-keyframes fadeOutUp {
	20% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

@keyframes fadeOutUp {
	20% {
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0px, 0);
		transform: translate3d(0, 0px, 0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

.fade-out-up {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

.menu-open {
	height: 100%;
	width: 100%;
}

.menu-open .mui-scroll-wrapper {
	position: absolute;
	top: 48;
	bottom: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}

.menu-backdrop {
	display: none;
}

.menu-open .menu-backdrop {
	position: fixed;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	display: block;
	z-index: 998;
}

.menu-wrapper {
	position: fixed;
	top: 48px;
	left: 0;
	right: 0;
	z-index: 999;
	text-align: center;
	background-color: #333;
	width: 80%;
	margin: 0 auto;
}

.menu-wrapper.hidden {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	z-index: -1;
}
/*轮播*/
.mui-slider-indicator {
	bottom: -4px;
}

.menu {
	width: 100%;
}

.menu .mui-table-view-inverted {
	color: gray;
	font-size: 19px;
}

.menu .mui-table-view-inverted .mui-table-view-cell:after {
	height: 2px;
	left: 0;
	right: 0;
}

.menu-wrapper.mui-active,
.menu-wrapper.mui-active .menu {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}


.mui-slider-title {
    line-height: 28px;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    height: 28px;
    margin: 0 auto;
    text-align: center;
    text-indent: 12px;
    opacity: .4;
    color: #FFFFFF;
    }
  

#info {
	padding: 20px 10px;
}


/*logo*/

.m-logo img {
	height: 30px;
	margin-top: 4px;
}

.mui-icon-bars {
	color: #105095;
	font-weight: bold;
}
#menu-wrapper .mui-table-view-cell>a:not(.mui-btn) {
  color: #ffffff;
    margin:-18px;
    }

.menu .mui-table-view-inverted {
    font-size: 16px;
   } 
   
 h4{
 	line-height: 32px;
 	height: 32px;
 	font-size: 15px;
 	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
 }
/*首页产品图片*/

.m-product-img {
	width: 100%;
}

.m-product-img {
	min-width: 100px;
	min-height: 60px;
}

/*公司简介*/
.m-nav-img img{
	width: 100%;
	margin-bottom: 12px;
	}
/*英格索兰公司简介*/

#ygsl h3{
	text-align: left;
	font-size: 15px;
}
#v5 ul li,#v15 ul li,
#v5 dd,#tong ul li,#v45 dd,#vsd dd,
#vpex li,#vpex dd,
#vt li,#rhs li,#rhs dd,#dg dd,#dg li,
#lsgzj li,#lsgzj dd,
#gzj li,#gzj dd,
#glq li,#glq dd,
#v45 ul li,#ygsl ul li,#ygsl .t9 dd,#ygsl .t13 dd,#ygsl .t9 dt,#ygsl .t13 dt,.uList li,.dList dd,
#m-fan .t1 .w2 li,#m-fan .t1 .w3 li,#m-fan .t1 .w4 li,#m-fan .t2 .w4_des li,
.m-peijian #cj li{
	padding-left: 30px;
	background: url(../images/icon2.png) no-repeat 10px 10px;	
}

#ygsl>div{
	margin-bottom: 10px;
}


/*配件参数*/
.m-peijian .part_canshu{
	width: 100%;
}
.m-peijian .part_canshu .part_canshu_title{
	background: #FF2222;
	color: #FFFFFF;
	z-index: 9;
	padding:0  10px;
	height: 32px;
	line-height: 32px;
	width: 100px;
	font-weight: bold;
}
.m-peijian .part_canshu li{
	width: 45%;
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding-left: 5%;
	overflow: hidden;
	word-spacing: inherit;
}

.m-peijian .part_canshu li em{
 font-weight: bold;
 font-style: normal;
}
.m-peijian .part_canshu ul{
	border: 1px solid #FF2222;
	padding: 0 10px;
}
.m-peijian dt{
	font-size: 18px;
	line-height: 28px;
	color:#f00000;
}



#ygsl .t15,#ygsl .t14,#ygsl .t3,#ygsl .t5,#ygsl .t6,#ygsl .t6s,
#vsd .t3 .com,#vpex .t10 ul,
#rhs .t2 .com,#rhs .t7,

#vt .t8 .row,#vt .t3 .com{
	display: none;
}
#vpex .t12_img{
	display: none !important;
}
#v5 .t6 dt{
	padding-left: 30px;
	height: 30px;
	line-height: 30px;
}
#v5 .t6 dd,#fan dd{
	padding-left: 30px;
	background: url(../images/icon2.png) no-repeat 10px 10px;
}
#tong .t12_img,#tong .t14,#v15 .t14{
	display: none;
}

/*表格*/

table{
	width: 100%;
	border-collapse:collapse;
  border-right:1px solid #8f8f94;
  border-bottom: 1px solid #8f8f94;
  margin: 4px 0;
}
table tr:first-child{
	background: #d42a1d;
	line-height: 20px;
	
}
table tr:first-child td{
	color: #FFFFFF;
	border-left:1px solid #8f8f94;
border-top:1px solid #8f8f94;

}
table td{
		height:34px;
		line-height: 34xp;
		border:1px solid #8f8f94;
		line-height: 20px;
		padding-left: 4px;
		color: #8f8f94;
		text-align: center;
}
table td p{
	text-indent: 0 !important;
}

table td img{
	display: none;
}

.t1 h3{
	padding-top: 10px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}

/*配件*/

h5 {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
	padding-left: 2em;
	background: url(../images/icon1.jpg) no-repeat 10px center;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
h1{
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.m-article{
    color: #8f8f94;
}
.m-article p{
	text-indent: 2em;
	margin-bottom: 6px;
}
.m-article img{
	width: 100%;
	margin: 0 0 10px 0;
}
.m-article h3{
	text-align: center;
	font-weight: bold;
	line-height: 24px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
	
}

.mui-table-view.mui-grid-view .mui-table-view-cell .mui-media-body {
	font-size: 15px;
	margin-top: 8px;
	color: #333;
}

/*解决方案*/
#m-fan h3{
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	color: #C00000;
}
#m-fan p{
	line-height: 24px;
}
#m-fan .t6 .w2 dd:nth-child(2){
	padding-left: 0;
	background: none;
}
#m-fan .t6 .w5 dd:nth-child(2){
	padding-left: 0;
	background: none;
}

/*荣誉*
 */
#rongyu img{
	width: 96%;
	margin: 0 auto;

}
#rongyu p{
	text-align: center;
}

/*新闻*/
.m-nav-img img{
				width: 100%;
			}
/*分页*/
.m-pagination{
	margin: 10px 0 0 15%;
	
}
.oTopDown p{
	text-overflow:ellipsis;overflow:hidden;
	white-space:nowrap;  
}

/*管路安装*/
.m-article-img img{
	width: 100%;

}
.m-article-img{
	 color: #8f8f94;
}

/*整机*/

#products li img{
	width: 80%;
}


/*服务理念*
 */
.m-article-li li{
	text-indent: 2em;
}

/*维修保养*/
.wxlist .w11 .row {
    width: 100%px;
    margin: 10px auto;
}
.wxlist .w11 .row .left{
	float: left;
	width: 40%px;
	height: 100%;
		overflow: hidden;
}
.wxlist .w11 .row .right{
	float: left;
	width: 55%px;
	height: 100%;
	overflow: hidden;
}
.wxlist li,.wxlist dt{
	padding-left: 2em;
}
.wxlist dd{
	text-indent: 2em;
	overflow: hidden;
}

/*售后服务*/
.p_tit{
	font-weight: bold;
	color: #FF0000;
	font-size: 15px;
}

/*底部咨询*/

.footer_nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 54px;
	background: #105095;
	z-index: 9999999999999 !important;
}

.footer_icon {
	display: block;
	width: 25%;
	height: 54px;
	float: left;
	position: relative;
	color: #FFFFFF;
}


.footer_icon span {
	display: block;
	height: 20px;
	line-height: 34px;
	width: 20px;
	text-align: center;
	color: #FFFFFF;
	margin: 0 auto;
}

.icon_text {
	text-align: center;
	height: 20px;
	width: 100%;
	color: #FFFFFF;
	position: absolute;
	bottom: 2px;
	text-indent: 0;
}


/*底部 */


footer {
	margin-bottom: 60px;
	color: #666666;
}

footer p {
	font-size: 10px;
	line-height: 20px;
}

footer .footCont{
  width: 96%;
  margin: 0 auto;
}

footer .footCont li{
   float:left;
white-space:nowrap;
overflow: hidden;
text-overflow:ellipsis;
  overflow:hidden;
  height:28px;
}
footer .footCont li:nth-child(2n){
  width:55%;
}
footer .footCont li:nth-child(2n+1){
  width:45%;
}
footer img {
	height: 20px;
}