@charset "utf-8";
body {
  font-family: 'microsoft yahei', Arial;
  font-size: 16px;
}
* {
  margin: 0;
  padding: 0;
}
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
p,
dl,
dt,
dd,
ol,
th,
td {
  margin: 0px;
  padding: 0px;
}
li {
  list-style-type: none;
}
form,
input,
button,
option,
textarea,
select {
  margin: 0px;
  padding: 0px;
}
input,
button,
textarea,
select {
  font: 100% Tahoma, Helvetica, Arial, sans-serif;
}
a {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  blr: expression(this.onFocus=this.blur());
  color: #272727;
  font-family: 'microsoft yahei';
}
span {
  font-family: 'microsoft yahei';
}
p {
  font-family: 'microsoft yahei';
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
th {
  font-weight: normal;
}
table {
  font-size: inherit;
  font: 100%;
}
img {
  border: none;
}
.clear:after {
  display: block;
  content: '';
  clear: both;
}

/*头部*/

.header {
  width: 1200px;
  margin: 0 auto;
  padding: 0;
}
.header:after {
  display: block;
  content: '';
  clear: both;
}
.header .logo {
  float: left;
}
.header .info {
  height: 48px;
  border-left: 1px solid #dddddd;
  float: left;
  margin-left: 20px;
  padding-left: 20px;
  margin-top: 35px;
}
.header .info p {
  font-size: 15px;
  color: #666666;
  margin-bottom: 10px;
}
.header .info h4 {
  font-size: 14px;
  color: #404040;
  font-weight: bold;
}
.header .info h4 span {
  margin-right: 12px;
}
.header .tel {
  float: right;
  margin-top: 35px;
}
.header .tel span {
  display: block;
  width: 38px;
  height: 38px;
  background: #0462a0;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-right: 10px;
}
.header .tel .iconfont {
  font-size: 20px;
  color: #ffffff;
}
.header .tel td {
  font-size: 14px;
  color: #666666;
}
.header .tel p {
  font-size: 25px;
  color: #0462a0;
}

/*导航*/

.nav {
  width: 100%;
  height: 53px;
  background: #0462a0;
}
.nav ul {
  width: 1200px;
  margin: 0 auto;
}
.nav ul:after {
  display: block;
  content: '';
  clear: both;
}
.nav ul li {
  width: 150px;
  height: 53px;
  line-height: 53px;
  text-align: center;
  float: left;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.nav ul li a {
  font-size: 15px;
  color: #ffffff;
}
.nav ul li:hover {
  background: #ffad00;
}

/*banner*/

.banner {
  position: relative;
  width: 100%;
  height: 596px;
}
.banner .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.banner .bd ul {
  width: 100% !important;
  height: 596px !important;
}
.banner .bd ul li {
  width: 100% !important;
  text-align: center;
}
.banner .bd ul li a {
  display: block;
  height: 596px;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  text-align: center;
  z-index: 1;
}
.banner .hd ul li {
  margin: 0 4px;
  width: 12px;
  height: 12px;
  background: #11182a;
  cursor: pointer;
  display: inline-block;
  zoom: 1;
  font-size: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.banner .hd .on {
  background: #0462a0;
}

/*产品*/

.pro {
  width: 1200px;
  margin: 77px auto 0;
}
.pro:after {
  display: block;
  content: '';
  clear: both;
}
.pro .menu {
  width: 286px;
  float: left;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #e4e4e4;
  padding-bottom: 24px;
  overflow: hidden;
}
.pro .menu .tit {
  width: 100%;
  height: 66px;
  padding-top: 30px;
  background: #0462a0;
}
.pro .menu .tit .iconfont {
  font-size: 42px;
  color: #ffffff;
  float: left;
  margin: 0 10px 0 60px;
}
.pro .menu .tit p {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.pro .menu .tit span {
  font-size: 16px;
  color: #7bd545;
  text-transform: uppercase;
}
.pro .menu ul {
  padding: 0 30px;
  margin-top: 30px;
}
.pro .menu ul li {
  height: 36px;
  line-height: 36px;
  padding-left: 18px;
  background: #ffffff;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 14px;
}
.pro .menu ul li a {
  font-size: 15px;
  color: #666666;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.pro .menu ul li span {
  margin-right: 10px;
}
.pro .menu ul li:hover,
.pro .menu ul li.on {
  background: #0462a0;
}
.pro .menu ul li:hover a,
.pro .menu ul li.on a {
  color: #ffffff;
}
.pro .menu ul .drop {
  padding-left: 20px;
  display: none;
}
.pro .menu ul .drop a {
  display: block;
  padding-left: 17px;
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 14px;
  color: #666666;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.pro .menu ul .drop a:hover {
  background: #0462a0;
  color: #ffffff;
}
.pro .menu ul .drop span {
  margin-right: 14px;
}
.pro .menu .info {
  padding: 0 30px;
  margin-top: 46px;
  text-align: center;
}
.pro .menu .info .contact {
  margin-bottom: 22px;
  width: 226px;
}
.pro .menu .info p {
  font-size: 22px;
  color: #3d3d3d;
}
.pro .menu .info p span {
  color: #cfcfcf;
  margin: 0 8px;
}
.pro .menu .info a {
  display: block;
  width: 143px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #0462a0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 16px auto 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}
.pro .list {
  width: 870px;
  float: right;
}
.pro .list .tit {
  height: 55px;
  border-bottom: 1px solid #f2f2f2;
}
.pro .list .tit ul {
  float: left;
}
.pro .list .tit ul li {
  display: inline-block;
  font-size: 18px;
  color: #3d3d3d;
  line-height: 55px;
  height: 55px;
}
.pro .list .tit ul li a {
  color: #3d3d3d;
}
.pro .list .tit .more {
  display: block;
  width: 85px;
  height: 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  float: right;
  background: #0462a0;
  color: #ffffff;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
}
.pro .list .list_cont ul {
  margin: 0 -10px;
}
.pro .list .list_cont ul li {
  width: 276px;
  height: 239px;
  float: left;
  margin: 15px 10px;
  text-align: center;
}
.pro .list .list_cont ul li .photo {
  display: block;
  width: 276px;
  height: 186px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}
.pro .list .list_cont ul li .photo img {
  width: 100%;
  height: 100%;
}
.pro .list .list_cont ul li .name {
  font-size: 14px;
  color: #666666;
  line-height: 48px;
}
.pro .list .list_cont ul li .line {
  width: 100%;
  height: 5px;
  background: #f2f2f2;
}
.pro .list .list_cont ul li .line span {
  display: block;
  height: 5px;
  width: 0;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro .list .list_cont ul li:hover .line span {
  width: 100%;
  background: #0462a0;
}

/*案例*/

.case {
  padding: 40px 0;
  width: 100%;
  background: #0462a0;
  margin-top: 70px;
}
.case .cont {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.case .cont:after {
  display: block;
  content: '';
  clear: both;
}
.case .title {
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}
.case .title:after {
  display: block;
  content: '';
  clear: both;
}
.case .title .tit {
  float: left;
  min-width: 160px;
}
.case .title .tit span {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}
.case .title .tit .iconfont {
  font-size: 20px;
  color: #fff;
}
.case .title .tit p {
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
}
.case .title .tit h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.case .title a {
  display: block;
  width: 85px;
  height: 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  float: right;
  background: #05314e;
  color: #ffffff;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  margin-top: 11px;
}
.case ul li {
  width: 276px;
  height: 239px;
  float: left;
  margin: 24px 16px;
  text-align: center;
}
.case ul li .photo {
  display: block;
  width: 276px;
  height: 186px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}
.case ul li .photo img {
  width: 100%;
  height: 100%;
}
.case ul li .name {
  font-size: 14px;
  color: #fff;
  line-height: 48px;
}
.case ul li .line {
  width: 100%;
  height: 5px;
  background: #ffffff;
}
.case ul li .line span {
  display: block;
  height: 5px;
  width: 0;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.case ul li:hover .line span {
  width: 100%;
  background: #023150;
}

/*关于我们*/

.about {
  width: 1200px;
  margin: 40px auto 0;
}
.about:after {
  display: block;
  content: '';
  clear: both;
}
.about .title {
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
  margin-bottom: 25px;
}
.about .title:after {
  display: block;
  content: '';
  clear: both;
}
.about .title .tit {
  float: left;
  min-width: 160px;
}
.about .title .tit span {
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  border: 1px solid #3d3d3d;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}
.about .title .tit .iconfont {
  font-size: 20px;
}
.about .title .tit p {
  font-size: 16px;
  color: rgba(61, 61, 61, 0.5);
  text-transform: uppercase;
}
.about .title .tit h3 {
  font-size: 20px;
  color: #3d3d3d;
  font-weight: bold;
}
.about .title a {
  display: block;
  width: 85px;
  height: 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  float: right;
  background: #0462a0;
  color: #ffffff;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
  margin-top: 11px;
}
.about .photo {
  width: 331px;
  height: 215px;
  font-size: 0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
  float: left;
}
.about .photo img {
  width: 100%;
  height: 100%;
}
.about .txt {
  width: 830px;
  float: right;
  font-size: 14px;
  color: #666666;
  line-height: 38px;
  padding-top: 20px;
  text-indent: 2em;
}

/*新闻*/

.news {
  width: 100%;
  padding: 40px 0;
  background: #f2f2f2;
  margin-top: 60px;
}
.news .cont {
  width: 1232px;
  margin: 0 auto;
}
.news .cont:after {
  display: block;
  content: '';
  clear: both;
}
.news dl {
  width: 378px;
  float: left;
  margin: 0 16px;
}
.news dl .title {
  padding: 17px 0;
}
.news dl .title:after {
  display: block;
  content: '';
  clear: both;
}
.news dl .title p {
  font-size: 14px;
  color: rgba(61, 61, 61, 0.5);
  text-transform: uppercase;
  float: left;
}
.news dl .title p span {
  font-size: 18px;
  color: #3d3d3d;
  font-weight: bold;
  margin-right: 6px;
}
.news dl .title a {
  display: block;
  width: 85px;
  height: 25px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  float: right;
  background: #0462a0;
  color: #ffffff;
  line-height: 25px;
  text-align: center;
  font-size: 12px;
}
.news dl dt {
  width: 100%;
  height: 165px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
  margin-bottom: 18px;
}
.news dl dt img {
  width: 100%;
  /* height: 100%; */
}
.news dl dd {
  height: 42px;
  line-height: 42px;
  border-bottom: 1px dashed #bbbbbb;
  display: list-item;
  list-style: inside disc;
  color: #666666;
  font-size: 12px;
}
.news dl dd a {
  font-size: 15px;
  color: #666666;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.news dl dd a:hover {
  color: #0462a0;
}
.news dl dd span {
  font-size: 15px;
  color: #666666;
  float: right;
}

/*底部*/

.footer {
  background: #333333;
  padding: 20px 0;
  text-align: center;
}
.footer ul li {
  display: inline-block;
  font-size: 12px;
  color: #b3b3b3;
}
.footer p,
.footer a {
  line-height: 24px;
  font-size: 12px;
  color: #b3b3b3;
}
.paper {
  width: 1200px;
  margin: 40px auto;
  min-height: 500px;
}
.paper:after {
  display: block;
  content: '';
  clear: both;
}

/*侧导航*/

.side {
  width: 286px;
  float: left;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #e4e4e4;
  padding-bottom: 24px;
  overflow: hidden;
}
.side .tit {
  width: 100%;
  height: 66px;
  padding-top: 30px;
  background: #0462a0;
}
.side .tit .iconfont {
  font-size: 42px;
  color: #ffffff;
  float: left;
  margin: 0 10px 0 60px;
}
.side .tit p {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.side .tit span {
  font-size: 16px;
  color: #7bd545;
  text-transform: uppercase;
}
.side ul {
  padding: 0 30px;
  margin-top: 30px;
}
.side ul li {
  height: 36px;
  line-height: 36px;
  padding-left: 20px;
  background: #ffffff;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 14px;
}
.side ul li a {
  font-size: 15px;
  color: #666666;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.side ul li span {
  margin-right: 10px;
}
.side ul li:hover,
.side ul li.on {
  background: #0462a0;
}
.side ul li:hover a,
.side ul li.on a {
  color: #ffffff;
}
.side .side_drop .drop {
  padding-left: 20px;
  display: none;
}
.side .side_drop .drop a {
  display: block;
  padding-left: 17px;
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-bottom: 14px;
  color: #666666;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.side .side_drop .drop a:hover {
  background: #0462a0;
  color: #ffffff;
}
.side .side_drop .drop span {
  margin-right: 14px;
}
.side .info {
  padding: 0 30px;
  margin-top: 46px;
  text-align: center;
}
.side .info .contact {
  margin-bottom: 22px;
  width: 226px;
}
.side .info p {
  font-size: 22px;
  color: #3d3d3d;
}
.side .info p span {
  color: #cfcfcf;
  margin: 0 8px;
}
.side .info a {
  display: block;
  width: 143px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #0462a0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin: 16px auto 0;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

/*面包屑导航*/

.navigation {
  width: 100%;
  height: 59px;
  line-height: 59px;
  border-bottom: 1px solid #f2f2f2;
}
.navigation:after {
  display: block;
  content: '';
  clear: both;
}
.navigation span {
  float: left;
  font-size: 20px;
  color: #3d3d3d;
}
.navigation span:before {
  display: block;
  width: 3px;
  height: 16px;
  background: #3d3d3d;
  content: '';
  float: left;
  margin: 21px 14px 0 0;
}
.navigation p {
  float: right;
  font-size: 12px;
  color: #666666;
}
.navigation p a {
  color: #666666;
}
.navigation p span {
  color: #0462a0;
}
.product,
.page,
.news_list,
.detail {
  width: 869px;
  float: right;
}

/*产品列表*/

.product ul {
  margin: 20px -10px 0;
}
.product ul li {
  width: 276px;
  height: 239px;
  float: left;
  margin: 15px 10px;
  text-align: center;
}
.product ul li .photo {
  display: block;
  width: 276px;
  height: 186px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  overflow: hidden;
}
.product ul li .photo img {
  width: 100%;
  height: 100%;
}
.product ul li .name {
  font-size: 14px;
  color: #666666;
  line-height: 48px;
}
.product ul li .line {
  width: 100%;
  height: 5px;
  background: #f2f2f2;
}
.product ul li .line span {
  display: block;
  height: 5px;
  width: 0;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product ul li:hover .line span {
  width: 100%;
  background: #0462a0;
}

/*新闻列表*/

.news_list ul li {
  height: 116px;
  padding: 19px 0;
  border-bottom: 1px dashed #c3c3c3;
}
.news_list ul li .photo {
  width: 225px;
  height: 143px;
  float: left;
}
.news_list ul li .photo img {
  width: 100%;
  height: 100%;
}
.news_list ul li .txt {
  margin-left: 22px;
}
.news_list ul li .txt .name {
  font-size: 16px;
  color: #484848;
  line-height: 46px;
  font-weight: bold;
}
.news_list ul li .txt .name:hover {
  color: #0462a0;
}
.news_list ul li .txt span {
  font-size: 14px;
  color: #666666;
  float: right;
  line-height: 46px;
}
.news_list ul li .txt p {
  font-size: 14px;
  color: #838181;
  line-height: 30px;
  margin-bottom: 10px;
}
.news_list ul li .txt .more {
  font-size: 12px;
  color: #484848;
}

/*翻页*/

.pagination {
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
.pagination:after {
  display: block;
  content: '';
  clear: both;
}
.pagination a {
  display: inline-block;
  margin-right: 5px;
  padding: 0 5px;
  min-width: 16px;
  height: 22px;
  line-height: 22px;
  border: 1px #999 solid;
  background: #fff;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #545454;
}
.pagination a:hover,
.pagination a.on {
  background: #0462a0;
  border: 1px #0462a0 solid;
  color: #fff;
}
.page .cont {
  margin-top: 30px;
  line-height: 26px;
}

/*详情页*/

.detail .view {
  padding: 30px 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.detail .view h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px;
  height: 40px;
}
.detail .photo {
  width: 100%;
  margin: 20px 0;
  line-height: 0;
  text-align: center;
}
.detail .photo img {
  max-width: 100%;
}
.detail .view .date {
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  color: #666666;
}
.detail .view .date span {
  margin: 0 10px;
}
.detail .viewbox {
  font-size: 14px;
  line-height: 26px;
  text-indent: 2em;
  margin-top: 30px;
}
.detail .pager {
  width: 100%;
  margin: 20px auto;
}
.detail .pager p {
  width: 100%;
  height: 32px;
  font-size: 12px;
  color: #777;
  overflow: hidden;
}
.detail .pager a {
  color: #777;
}
.detail .pager a:hover {
  color: #0462a0;
  text-decoration: underline;
}

/*表单*/

.form {
  width: 100%;
  padding-top: 55px;
}
.form_tit {
  width: 100%;
  text-align: center;
}
.form_tit .p1 {
  font-size: 36px;
  color: #efefef;
  text-transform: uppercase;
}
.form_tit .p2 {
  font-size: 24px;
  color: #333333;
  height: 68px;
  line-height: 68px;
}
.form_tit .p3 {
  width: 800px;
  height: 43px;
  line-height: 43px;
  background: #efefef;
  margin: 0 auto;
  font-size: 12px;
  color: #9c9c9c;
}
.layui-form {
  width: 830px;
  margin: 50px auto 0;
}
.layui-form td span {
  font-size: 16px;
  color: #333333;
  margin: 0 15px;
  float: left;
  line-height: 46px;
}
.layui-form table {
  width: 100%;
}
.layui-form td {
  width: 50%;
  padding-bottom: 25px;
  position: relative;
}
.layui-form td input {
  height: 46px;
  text-indent: 25px;
  font-size: 16px;
  line-height: 46px;
  border-radius: 5px;
  background: none;
  outline: none;
  border: 1px solid #cccccc;
  width: 264px;
}
.layui-form .new input {
  width: 674px;
}
.layui-form td .s1 {
  color: red;
  float: right;
  margin-right: 10px;
}
.layui-form textarea {
  resize: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  width: 670px;
  padding: 5px;
  outline: none;
  background: none;
  height: 153px;
}
.form ul {
  width: 100%;
  text-align: center;
}
.form ul li {
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  margin: 0 15px;
}
.form ul li input {
  width: 100%;
  height: 100%;
}

/* all */

::-webkit-input-placeholder {
  color: #dedede;
}
::-moz-placeholder {
  color: #dedede;
}

/* firefox 19+ */

:-ms-input-placeholder {
  color: #dedede;
}

/* ie */

input:-moz-placeholder {
  color: #dedede;
}

/* individual: webkit */

.form td input::-webkit-input-placeholder {
  color: #dedede;
}
.form td input::-webkit-input-placeholder {
  color: #dedede;
}
.form td input::-webkit-input-placeholder {
  color: #dedede;
}

/* individual: mozilla */

.form td input::-moz-placeholder {
  color: #dedede;
}
.form td input::-moz-placeholder {
  color: #dedede;
}
.form td input::-moz-placeholder {
  color: #dedede;
}

/*地图*/

.map {
  width: 100%;
  height: 400px;
  margin-top: 30px;
}
.BMap_bubble_title {
  color: #cc5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.BMap_bubble_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}

/*悬浮*/

.float {
  width: 200px;
  position: fixed;
  right: -150px;
  transition: all 0.5s;
  top: 20%;
  z-index: 100;
}
.float ul li {
  position: relative;
  width: 100%;
  min-height: 50px;
  line-height: 50px;
  background: #084e7c;
  border-radius: 5px;
  margin-bottom: 3px;
  cursor: pointer;
}
.float ul li span {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  margin-right: 10px;
}
.float ul li .iconfont {
  color: #ffffff;
  font-size: 30px;
}
.float ul li .icon-huidingbu {
  font-size: 20px !important;
}
.float ul li p {
  font-size: 18px;
  color: #ffffff;
}
.float ul li .wx {
  width: 90px;
  height: 0px;
  margin-left: 60px;
  overflow: hidden;
  padding-bottom: 0;
  transition: all 0.5s;
}
.float:hover {
  right: 0;
}
.float:hover .wx {
  height: 90px;
  padding-bottom: 10px;
}
