@charset "utf-8";
/*AVAIBLE_VI
[
{"vicolor":"#0051d6"},
{"vicolor":"#2A5200"},
{"vicolor":"#AB2418"},
{"vicolor":"#3B200C"}
]
AVAIBLE_VI*/
.message .message_button input,
.message .mess_su_sub {
  background-color: #0051d6;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}
input,
textarea {
  border: none;
  box-shadow: none;
  outline: none;
}
/* 设置默认字体 */
body,
button,
input,
select,
textarea {
  font: 14px/22px "Microsoft YaHei";
  color: #666;
}
h1 {
  font-size: 18px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4,
h5,
h6 {
  font-size: 100%;
}
* h1,
* h2,
* h3,
* h4,
* h5,
* h6 {
  margin: 0px;
  font-weight: normal;
}
/* 重置列表元素 */
ul,
ol,
li {
  list-style: none;
}
/* 重置文本格式元素 */
a {
  text-decoration: none;
  color: #666;
  word-wrap: break-word;
  outline: none;
}
/*英文换行*/
/* 重置表单元素 */
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: none;
}
/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 使表单元素在 ie 下能继承字体大小 */
}
i,
em {
  font-style: normal;
}
/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
  overflow-y: scroll;
}
/*手机预览居中*/
body {
  min-width: 1200px;
  width: 100%;
  overflow: hidden;
}
/*设置浮动*/
.fl {
  float: left;
}
.fr {
  float: right;
}
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
/*清除浮动*/
.clear {
  clear: both;
  height: 0;
}
.clearafter:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
/*全局配置*/
.header,
.content,
.footer {
  width: 1200px;
  margin: 0 auto;
}
/*CSS_DELETE_START*/
/*头部*/
.head {
 
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 210px;
  overflow: hidden;
}
.toz {
  height: 30px;
  font-size: 14px;
  color: #aaabac;
  line-height: 30px;
  overflow: hidden;
}
.toc {
  height: 180px;
}
.toc h1 {
  float: left;
  padding: 10px 0;
  height: 160px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: table;
}
.toc h1 span {
  display: table-cell;
  vertical-align: middle;
}
.toc h1 img {
  max-width: 220px;
  max-height: 160px;
  display: inline-block;
}
.toc h2 {
  float: left;
  width: 650px;
  padding: 60px 0 0 50px;
}
.toc h2 span {
  display: block;
  font-size: 26px;
  color: #222222;
  height: 34px;
  line-height: 34px;
  overflow: hidden;
}
.toc h2 em {
  display: block;
  font-size: 18px;
  color: #394355;
  height: 26px;
  line-height: 26px;
  overflow: hidden;
}
.head .toc p {
  float: right;
  width: 190px;
  margin: 60px 0 0;
  padding-left: 60px;
  background-image: url(../images/tod.jpg);
  background-repeat: no-repeat;
  background-position:left center;
  background-size: 46px 46px;
}
.toc p em {
  display: block;
  font-size: 14px;
  color: #7e8590;
  height: 22px;
  overflow: hidden;
}
.toc p span {
  display: block;
  font: 26px/32px "Impact";
  color: #0051d6;
}
/*底部*/
.foot {
  background-image: url(../images/dbbg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 220px;
  padding: 20px 0;
  overflow: hidden;
}
.foot h3 {
  float: left;
  padding: 10px 0;
  height: 160px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: table;
}
.foot h3 span {
  display: table-cell;
  vertical-align: middle;
}
.foot h3 img {
  max-width: 300px;
  max-height: 160px;
  display: inline-block;
}
.dbt {
  float: left;
  width: 600px;
  height: 168px;
  padding: 10px 0 0 50px;
  overflow: hidden;
}
.foot .dbt p {
  line-height: 28px;
  font-size: 14px;
  color: #aaabac;
  margin: 0;
}
.dbt p a {
  color: #aaabac;
}
.code {
  float: right;
  width: 120px;
  padding: 10px 20px 0 0;
}
.code span {
  display: block;
  height: 120px;
}
.code span img {
  width: 120px;
  height: 120px;
  display: block;
}
.code em {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #aaabac;
  text-align: center;
  padding-top: 10px;
  overflow: hidden;
}
/*广告*/
.ty-banner-1 {
  height: 400px;
  background-image: url(../images/banner.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1920px 456px;
}
/*CSS_DELETE_END*/
/*tit*/
.tit {
  text-align: center;
  overflow: hidden;
}
.tit span {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 32px;
  color: #0051d6;
  margin-bottom: 10px;
  font-weight: bold;
  overflow: hidden;
}
.tit em {
  display: inline-block;
  height: 23px;
  line-height: 23px;
  font-size: 14px;
  color: #333;
  position: relative;
  padding: 0 112px;
  text-transform: uppercase;
  overflow: hidden;
}
.tit em:before,
.tit em:after {
  position: absolute;
  width: 100px;
  height: 3px;
  content: "";
  top: 10px;
}
.tit em:before {
  left: 0;
  background: #0051d6 url(../images/b046f985aca844f4a5670d11e7b14deb_43.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 76px 3px;
}
.tit em:after {
  right: 0;
  background: #0051d6 url(../images/b046f985aca844f4a5670d11e7b14deb_43.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 76px 3px;
}
/*公司简介*/
.gsjj {
  padding: 60px 0 20px;
}
.gsjj dl {
  padding-top: 30px;
}
.gsjj dt {
  width: 600px;
}
.gsjj dt img {
  width: 600px;
  height: 460px;
  display: block;
}
.gsjj dd {
  width: 560px;
  padding-top: 25px;
}
.gsjj dd h4 {
  padding-bottom: 5px;
  position: relative;
}
.gsjj dd h4:before,
.gsjj dd h4:after {
  position: absolute;
  content: "";
  width: 265px;
  height: 1px;
  background-color: #0051d6;
}
.gsjj dd h4:before {
  left: 90px;
  bottom: 4px;
}
.gsjj dd h4:after {
  right: 90px;
  bottom: 0;
}
.gsjj dd span {
  display: block;
  color: #333;
  font-size: 22px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.gsjj dd p {
  font-size: 14px;
  color: #000;
  line-height: 24px;
  padding-top: 20px;
  text-indent: 2em;
  max-height: 336px;
  overflow: hidden;
  margin: 0;
}
/*客户见证*/
.hb {
  padding: 60px 0 20px;
  overflow: hidden;
}
.hb-p {
  width: 1000px;
  margin: 25px auto 0;
  font-size: 15px;
  color: #000;
  line-height: 26px;
  max-height: 130px;
  overflow: hidden;
  text-indent: 2em;
}
 
/*品牌故事*/
.ppgs {
  padding: 60px 0 20px; line-height:35px
}
.pp-txt {
  margin-top: 20px;
  overflow: hidden;
}
.ppgs .pp-txt p {
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  margin: 0;
}
.ppgs dl {
  padding-top: 40px;
}
.ppgs dt {
  width: 600px;
}
.ppgs dt img {
  width: 600px;
  height: 350px;
  display: block;
}
.ppgs dd {
  width: 560px;
  height: 320px;
  background-color: #f6f6f6;
  padding: 30px 20px 0;
}
.ppgs dd p {
  font-size: 15px;
  color: #666;
  line-height: 30px;
  max-height: 300px;
  overflow: hidden;
}

.ppgs dd p  strong{
   color: #000;
 
}
 /*企业文化*/
.qywh {
  padding: 60px 0 20px;
}
.qywh ul {
  padding: 30px 0 10px;
}
.qywh ul li {
  width: 239px;
  padding: 15px 0 21px;
  float: left;
  text-align: center;
  border-right: 1px solid #c0c0c0;
}
.qywh li img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: block;
}
.qywh li h4 {
  font-weight: bold;
  font-size: 20px;
  color: #262638;
  height: 32px;
  line-height: 32px;
  padding-top: 20px;
  overflow: hidden;
}
.qywh li p {
  font-size: 16px;
  line-height: 24px;
  padding: 10px 8px 0;
  height: 72px;
  overflow: hidden;
  margin: 0;
}
/*企业优势*/
.yos {
  padding: 60px 0 20px;
}
.content1 {
  width: 1230px;
  margin: 0 auto;
}
.yos ul {
  padding: 30px 0 10px;
}
.yos ul li {
  float: left;
  width: 300px;
  margin-right: 10px;
  background: #f6f6f6;
  padding-bottom: 15px;
}
.yos ul li.no {
  margin-right: 0;
}
.yos li span {
  height: 180px;
}
.yos li img {
  width: 300px;
  height: 180px;
  display: block;
}
.yos li h4 {
  text-align: center;
  color: #0051d6;
  font-weight: bold;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px 15px;
  border-bottom: 1px solid #c0c0c0;
  padding-top: 15px;
  overflow: hidden;
}
.yos li p {
  padding: 0 10px;
  font-size: 14px;
  line-height: 22px;
  height: 110px;
  overflow: hidden;
  margin: 0;
}
/*返回首页*/
.sidebar {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  width: 50px;
}
.sidebar-itme {
  width: 50px;
  height: 68px;
  margin-bottom: 5px;
  position: relative;
}
.sidebar-itme:hover span {
  display: block;
}
.sidebar-itme span {
  display: none;
  width: 66px;
  height: 24px;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 24px;
  border-radius: 4px;
  background-color: #eee;
  position: absolute;
  right: 54px;
  top: 50%;
  margin-top: -12px;
}
.sidebar img {
  width: 50px;
  height: 68px;
  cursor: pointer;
  background-color: #0051d6;
}
.sidebar .fh {
  display: none;
}


.top10{ padding:10px 0}
.mar10{ margin-top:10px}
.xian{ border:1px solid #d7d7d7}
 
.w1200{width:1200px; margin:0 auto;} 
 
 

.fl{ float:left}
.fr{ float:right}








.blk .list{ margin-top:30px;}
.blk .list li{ float:left;  margin-right:10px; width:226px; text-align:center; margin-bottom:10px }
.blk .list li img{ border:1px solid  #CCC;padding:10px 13px;}
.blk .list li span{ display:block; text-align:center; font-size:14px; }
.blk .list li a:hover img{border:1px solid  #09F;}
 
 
#gd1, #gd2 {float: left}

 .tb{ background:url(/midea/images/tb.png) no-repeat;  }


 .honor{ overflow: hidden;margin:30px 0}
.honor .LeftBotton{ background-position:0 0px;width:40px; height:40px; float:left; margin-top:70px}
.honor .RightBotton{background-position:0px -45px;width:40px; height:40px; float:left; margin-top:70px}

.hon{ margin-top:30px}
.honor ul{float:left;   margin:30px 0 0 7px}
.honor ul li{ float:left; margin:0 7px; height:150px;}
.honor ul li em{ position: relative; margin:-25px 0 0 2px; display:block; width:200px; text-align:center; background:#000; color:#fff;filter:alpha(opacity=70); -moz-opacity:0.7; 
opacity:0.7;*position: !important; font-size:15px;}

.honor ul li i{ position: relative; margin:-135px 0 0 0; display:block; width:200px; text-align:center; background:#000; color:#fff;filter:alpha(opacity=50); -moz-opacity:0.5; 
opacity:0.5; height:125px}
.honor ul li  img{ width:200px; height:140px;}
.honor .Cont{height:200px; width:1095px;overflow:hidden;float:left;   }
.honor img{ margin-bottom:25px; border:1px solid #CCC; padding:1px;}
.honor a{ display:block; height:135px;}
.honor .ScrCont {width: 100000px;}
.honor #gd1, .honor #gd2 {float: left}


 
 .ly{width:240px; margin:10px 0 0 60px; color:#FFF; text-align: center  }




 
 .youshi{background:url(/midea/images/youshi.jpg) no-repeat center; height:734px;  color:#333} 
 
 
 .youshi .t{ text-align:center; font-size:40px; font-weight:bold; margin:15px 0 30px; color:#000;}

.youshi .t2{ text-align:center; font-size:20px;padding-top:35px}
.youshi .t3{  text-align:center; font-size:24px;   } 
.youshi .t3 span{color:#0094f1;font-size:34px;  }
.youshi .wz{color:#666}
.youshi .wz1{ margin:70px 0 0 230px; width:260px; float:left; }
.youshi em{ color:#0094f1; font-size:16px;}

.youshi .wz2{ margin:70px 0 0 290px; width:260px; float:left; }
.youshi .wz3{ margin:70px 0 0 130px; width:260px; float:left;  }
.youshi .wz4{ margin:70px 0 0 510px; width:260px; float:left;  }
.youshi .wz5{ margin:70px 0 0 130px; width:260px; float:left;  }
.youshi .wz6{ margin:60px 0 0 515px; width:260px; float:left;  }
.youshi .wz7{ margin:55px 0 0 150px; width:260px; float:left;  }
.youshi .wz8{ margin:60px 0 0 450px; width:260px; float:left;  }
