@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;

  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: 45px 0 30px 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;

}

.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: 5px;

}

.header .tel span {

	display: block;

	width: 38px;

	height: 38px;

	background: #067f5e;

	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: #067f5e;

}



/*导航*/

/* .nav {

	width: 100%;

	height: 53px;

	background: url(../images/line.jpg) repeat-x center center;

}

.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: #067f5e;

} */
*/



/*banner*/





.banner .bd {
  width: 100%;

  height: 100%;
}

.banner .bd ul li {
  position: relative;

  height: 600px;
}

.banner .bd ul li img {
  position: absolute;

  left: 50%;

  top: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);
}

.banner .hd {
  position: absolute;

  bottom: 4%;

  left: 51%;
}

.banner .hd ul li {
  border-width: 2px;

  border-color: #1dd5a4;

  border-style: solid;

  border-radius: 50%;

  width: 14px;

  height: 14px;

  display: inline-block;

  margin-right: 5px;
}

.banner .hd ul .on {
  background: #ffffff;

  border-color: transparent;
}

.banner {
  position: relative;

  width: 100%;

  height: 600px;

  overflow: hidden;

  min-width: 1200px;
}

/*产品*/

.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: #067f5e;
}

.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: 54px;

  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: #067f5e;
}

.pro .menu ul li:hover a,
.pro .menu ul li.on a {
  color: #ffffff;
}

.pro .menu ul .drop {
  padding-left: 47px;

  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: #067f5e;

  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: #067f5e;

  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: #067f5e;

  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: #067f5e;
}

/*案例*/

.case {
  padding: 40px 0;

  width: 100%;

  background: #f2f2f2;

  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 #3d3d3d;

  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;
}

.case .title .tit p {
  font-size: 16px;

  color: rgba(61, 61, 61, 0.5);

  text-transform: uppercase;
}

.case .title .tit h3 {
  font-size: 20px;

  color: #3d3d3d;

  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: #067f5e;

  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: #666666;

  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: #067f5e;
}

/*关于我们*/

.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: #067f5e;

  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: #067f5e;

  color: #ffffff;

  line-height: 25px;

  text-align: center;

  font-size: 12px;
}

.news dl dt {
  width: 100%;

  height: 184px;

  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: #067f5e;
}

.news dl dd span {
  font-size: 15px;

  color: #666666;

  float: right;
}

/*底部*/

.foot {
  background: #282828;

  height: 134px;
}

.foot .f-dh {
  float: left;

  border-radius: 27px;

  background-color: #ff8400;

  box-shadow: inset 1.236px 3.804px 4px 0px rgba(89, 89, 89, 0.42);

  width: 360px;

  height: 54px;

  line-height: 54px;

  text-align: center;

  margin-top: 40px;
}

.foot .f-dh p {
  font-size: 26px;

  font-family: 'Source Han Sans CN';

  color: #ffffff;

  font-weight: bold;
}

.foot .f-dh p img {
  width: 30px;

  height: 29px;

  margin-right: 10px;

  margin-top: -3px;
}

.foot .f-nav {
  float: left;

  margin-top: 40px;

  margin-left: 22px;
}

.foot .f-nav .nav-box ul li {
  margin-right: 38px;

  display: inline-block;

  font-size: 16px;

  font-family: 'Microsoft YaHei';

  text-transform: uppercase;
}

.foot .f-nav .nav-box ul li a {
  color: #ffffff;
}

.foot .f-nav h4 {
  margin-top: 15px;

  font-size: 14px;

  font-family: 'Microsoft YaHei';

  color: #7e7e7e;

  text-transform: uppercase;
}

.foot .f-nav h4 a {
  color: #7e7e7e;
}

.foot .er {
  float: right;

  margin-top: 19px;
}

.foot .er img {
  width: 240px;
  height: 52px;
}

.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: #067f5e;
}

.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: 19px;

  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: #067f5e;
}

.side ul li:hover a,
.side ul li.on a {
  color: #ffffff;
}

.side .side_drop .drop {
  padding-left: 47px;

  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: #067f5e;

  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: #067f5e;

  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: #067f5e;
}

.product,
.page,
.news_list,
.detail {
  width: 869px;

  float: right;
}

/*产品列表*/

.product ul {
  margin: 20px -10px 0;
}

.product ul li {
  width: 276px;

  height: 338px;

  float: left;

  margin: 15px 10px;

  text-align: center;
}

.product ul li .photo {
  display: block;

  width: 276px;

  height: 276px;

  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: #067f5e;
}

/*新闻列表*/

.news_list ul li {
  height: 143px;

  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: 252px;
}

.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: #067f5e;
}

.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: #067f5e;

  border: 1px #067f5e solid;

  color: #fff;
}

.page .cont {
  margin-top: 30px;

  line-height: 26px;

  width: 100%;
}

/*详情页*/

.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: #067f5e;

  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: #067f5e;

  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;
}

.head-top {
  height: 40px;

  line-height: 40px;

  background: #f5f5f5;

  overflow: hidden;
}

.head-top p {
  font-size: 14px;

  font-family: 'Microsoft YaHei';

  color: #666666;

  float: left;
}

.head-top a {
  float: right;

  font-size: 14px;

  font-family: 'Microsoft YaHei';

  color: #666666;

  text-transform: uppercase;
}

.head-top a span {
  color: #ff7e00;

  font-size: 14px;

  margin-right: 9px;
}

.head {
  position: relative;
}

.head .head-box {
  height: 118px;

  background: #067f5e;
}

.head .head-box .cont .logo {
  float: left;

  display: inline-block;

  margin-top: 24px;
}

.head .head-box .cont .logo img {
  width: 408px;

  height: 70px;

  display: inline-block;
}

.head .head-box .cont .phone {
  float: right;

  margin-top: 36px;

  margin-right: 25px;
}

.head .head-box .cont .phone img {
  width: 56px;

  height: 46px;

  display: inline-block;

  vertical-align: middle;

  margin-right: 5px;
}

.head .head-box .cont .phone p {
  display: inline-block;

  vertical-align: middle;

  font-size: 24px;

  font-family: 'Microsoft YaHei';

  color: #ffffff;
}

.head .head-box .cont .phone p span {
  color: #ffba00;
}

.head .head-box .cont .zx {
  float: right;

  border-radius: 5px;

  background-color: #00ad7e;

  width: 128px;

  height: 38px;

  line-height: 38px;

  padding-left: 10px;

  margin-top: 41px;
}

.head .head-box .cont .zx a {
  font-size: 15px;

  font-family: 'Microsoft YaHei';

  color: #ffffff;
}

.head .head-box .cont .zx a img {
  margin-right: 12px;

  width: 29px;

  height: 28px;
}

.head .nav {
  height: 46px;

  line-height: 46px;

  background: #00ad7e;
}

.head .nav ul .nLi {
  display: inline-block;

  position: relative;

  margin-right: 10px;
}

.head .nav ul .nLi h3 {
  position: relative;

  width: 180px;

  height: 46px;

  text-align: center;
}

.head .nav ul .nLi h3 a {
  font-size: 18px;

  font-family: 'Microsoft YaHei';

  color: #ffffff;
}

.head .nav ul .nLi .sub {
  width: 151px;

  position: absolute;

  z-index: 99;

  top: 63px;

  left: -4px;

  display: none;

  background: #ffffff;
}

.head .nav ul .nLi .sub li {
  width: 151px;

  height: 40px;

  line-height: 40px;

  text-align: center;
}

.head .nav ul .nLi .sub li a {
  font-size: 16px;

  font-family: 'Microsoft YaHei';

  color: #868686;
}

.head .nav ul .nLi .sub li:hover {
  background: #ff8400;
}

.head .nav ul .on {
  background: #ff8400;
}

.head .nav ul .iconfont {
  border-radius: 5px;

  background-color: #ffffff;

  width: 56px;

  height: 34px;

  display: inline-block;

  text-align: center;

  line-height: 34px;

  color: #36a284;

  font-size: 22px;

  float: right;

  margin-top: 6px;
}

.head .ss {
  background-color: #ffffff;

  width: 1300px;

  height: 50px;

  padding-left: 37px;

  padding-right: 12px;

  font-size: 16px;

  font-family: 'Microsoft YaHei';

  position: absolute;

  z-index: 98;

  left: 50%;

  -webkit-transform: translate(-50%);

  -moz-transform: translate(-50%);

  transform: translate(-50%);

  border-radius: 5px;

  display: none;
}

.head .ss input {
  height: 50px;

  line-height: 50px;

  display: inline-block;

  vertical-align: top;

  width: 1150px;

  font-size: 16px;

  border: 0px;
}

.head .ss button {
  margin-top: 8px;

  border: 0px;

  border-radius: 5px;

  background-color: #038a65;

  width: 90px;

  height: 34px;

  font-size: 16px;

  font-family: 'Microsoft YaHei';

  color: #ffffff;
}

.cont {
  width: 1300px;

  margin: 0 auto;
}

.head .nav ul .iconfont img {
  width: 23px;

  height: 23px;
}
