@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: 100%;
  padding: 25px 0;
  background: #484848;
  padding-top: 0;
}
.header .cont {
  width: 1200px;
  margin: 0 auto;
}
.header .cont:after {
  display: block;
  content: '';
  clear: both;
}
.header .logo {
  /* float: left; */
  margin-top: 15px;
}
.header .top {
  /* float: right; */
  margin-top: -50px;
  width: 100%;
  text-align: center;
}
.header .tel {
  font-size: 16px;
  color: #ffde00;
  line-height: 38px;
  text-align: right;
  margin-bottom: 10px;
}
.header .tel .iconfont {
  font-size: 24px;
  color: #ffffff;
  vertical-align: middle;
}
.header .tel span {
  font-size: 26px;
  font-weight: bold;
  vertical-align: top;
}
.header .nav ul li {
  display: inline-block;
  font-size: 15px;
  padding: 0 15px;
  background: url(../images/line.png) right center no-repeat;
}
.header .nav ul li a {
  display: block;
  padding: 0 25px;
  font-size: 15px;
  height: 27px;
  line-height: 27px;
  color: #ffffff;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.header .top .nav {
  margin-top: 28px;
}
.header .nav ul li a:hover {
  background: #ffde00;
  color: #2a2a2a;
}
.header .nav ul li.on a {
  background: #ffde00;
  color: #2a2a2a;
}

/*banner*/

.banner {
  position: relative;
  width: 100%;
  height: 479px;
}
.banner .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.banner .bd ul {
  width: 100% !important;
  height: 479px !important;
}
.banner .bd ul li {
  width: 100% !important;
  text-align: center;
}
.banner .bd ul li a {
  display: block;
  height: 479px;
  background-position: center;
  background-repeat: no-repeat;
}
.banner .hd {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 54px;
  text-align: center;
  z-index: 1;
}
.banner .hd ul li {
  margin: 0 4px;
  width: 12px;
  height: 12px;
  background: #ffffff;
  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: #ffde00;
}
.banner .info {
  position: absolute;
  width: 1200px;
  height: 88px;
  background: #ffde00;
  bottom: -44px;
  left: 50%;
  margin-left: -600px;
}
.banner .info:after {
  display: block;
  content: '';
  clear: both;
}
.banner .info .phone {
  width: 418px;
  padding-left: 30px;
  background: #484848;
  height: 68px;
  padding-top: 20px;
  float: left;
}
.banner .info .phone .iconfont {
  font-size: 40px;
  color: #ffffff;
}
.banner .info .phone p {
  font-size: 14px;
  color: #ffffff;
}
.banner .info .phone span {
  font-size: 24px;
  font-weight: bold;
  color: #ffde00;
}
.banner .info .address {
  width: 406px;
  height: 100%;
  line-height: 88px;
  text-align: center;
  float: left;
  background: url(../images/bg.png) left center no-repeat;
}
.banner .info .address .iconfont {
  font-size: 30px;
  color: #cfb400;
}
.banner .info .address span {
  font-size: 16px;
  color: #272727;
  font-weight: bold;
  vertical-align: top;
}
.banner .info .qq {
  width: 346px;
  height: 100%;
  float: left;
  line-height: 88px;
  background: url(../images/bg.png) left center no-repeat;
  text-align: center;
}
.banner .info .qq .iconfont {
  font-size: 40px;
  color: #cfb400;
}
.banner .info .qq span {
  font-size: 20px;
  color: #272727;
  font-weight: bold;
  vertical-align: top;
}

/*关于我们*/

.about {
  width: 100%;
  padding: 80px 0 28px 0;
  background: #f3f3f3;
}
.about .cont {
  width: 1200px;
  margin: 0 auto;
}
.about .cont:after {
  display: block;
  content: '';
  clear: both;
}
.about .us {
  width: 840px;
  float: left;
}
.about .us .tit {
  padding-bottom: 43px;
  background: url(../images/eng1.png) no-repeat left bottom;
}
.about .us .tit p {
  font-size: 20px;
  color: #313131;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
}
.about .us .tit p:before {
  display: block;
  content: '';
  width: 4px;
  height: 20px;
  background: #ffde00;
  float: left;
  margin: 10px 13px 0 0;
}
.about .us .txt {
  font-size: 14px;
  color: #666666;
  line-height: 36px;
  text-indent: 2em;
  margin-top: 15px;
}
.about .us .txt a {
  display: block;
  width: 94px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  font-size: 12px;
  color: #2f2f2f;
  background: #ffde00;
  float: right;
  margin-top: 20px;
  text-indent: 0;
}
.about .photo {
  width: 320px;
  height: 204px;
  float: right;
  margin-top: 30px;
}
.about .photo img {
  width: 100%;
  height: 100%;
}

/*公共标题*/

.title {
  text-align: center;
  padding-bottom: 30px;
  /* background: url(../images/eng2.png) no-repeat center bottom; */
  font-size: 20px;
  color: #313131;
  text-transform: uppercase;
  font-weight: bold;
}
.title span {
  margin: 0 10px;
}

/*产品*/

.pro {
  width: 1200px;
  margin: 40px auto 0;
  overflow: hidden;
}
.pro:after {
  display: block;
  content: '';
  clear: both;
}
.pro .bd ul {
  margin: 0 -5px;
}
.pro .bd ul li {
  width: 231px;
  height: 219px;
  margin: 20px 5px;
  float: left;
}
.pro .bd ul li .photo {
  display: block;
  width: 231px;
  height: 180px;
  line-height: 180px;
  background: #f9f9f9;
  font-size: 0;
}
.pro .bd ul li .photo img {
  width: 100%;
  height: 100%;
}
.pro .bd ul li .name {
  display: block;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #484848;
}
.pro .bd ul li .name:hover {
  background: #ffde00;
  color: #333333;
}

/*新闻*/

.news {
  width: 100%;
  padding: 30px 0;
  background: #efefef;
  margin-top: 50px;
}
.news .cont {
  width: 1200px;
  margin: 0 auto;
}
.news .cont:after {
  display: block;
  content: '';
  clear: both;
}
.news .cont ul {
  margin: 30px -11px 0;
}
.news .cont ul li {
  width: 283px;
  height: 302px;
  float: left;
  margin: 0 11px;
}
.news .cont ul li .photo {
  width: 283px;
  height: 165px;
  font-size: 0;
}
.news .cont ul li .photo img {
  width: 100%;
  height: 100%;
}
.news .cont ul li .info {
  height: 137px;
  background: #ffffff;
  padding: 0 25px;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.news .cont ul li .info a {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  line-height: 54px;
}
.news .cont ul li .info p {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.news .cont ul li .info span {
  font-size: 12px;
  color: #a3a3a3;
  float: right;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.news .cont ul li:hover .info {
  background: #ffde00;
}
.news .cont ul li:hover .info span {
  color: #666666;
}

/*底部*/

.footer {
  width: 100%;
  padding: 20px 0;
  background: #333333;
  text-align: center;
}
.footer ul li {
  display: inline-block;
  font-size: 12px;
  color: #a6a6a6;
  line-height: 30px;
}
.footer ul li a {
  color: #a6a6a6;
}
.footer p,
.footer p > a {
  font-size: 12px;
  color: #a6a6a6;
  line-height: 24px;
}
.paper {
  width: 1200px;
  margin: 90px auto;
  min-height: 500px;
}
.paper:after {
  display: block;
  content: '';
  clear: both;
}

/*侧导航*/

.side {
  width: 255px;
  padding: 20px;
  float: left;
  background: #efefef;
}
.side .side_c ul li {
  /* height: 44px; */
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  margin: 10px 0;
  background: #ffffff;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.side .side_c ul li a {
  color: #333333;
}
.side .side_c ul li:hover,
.side .side_c ul li.on {
  /* background: #484848; */
}
.side .side_c ul li:hover a,
.side .side_c ul li.on a {
  /* color: #ffffff; */
}
.side .side_p {
  margin-top: 40px;
}
.side .side_p p {
  font-size: 28px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  background: #484848;
  margin-top: 15px;
}
.side .side_p p .iconfont {
  font-size: 24px;
  vertical-align: middle;
  margin-right: 5px;
}
.side .side_p a {
  display: block;
  width: 158px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
  color: #313131;
  margin: 20px auto;
  background: #ffde00;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}

/*面包屑导航*/

.navigation {
  width: 100%;
  height: 43px;
  line-height: 22px;
  border-bottom: 1px solid #e2e2e2;
}
.navigation:after {
  display: block;
  content: '';
  clear: both;
}
.navigation span {
  font-size: 18px;
  color: #313131;
  font-weight: bold;
}
.navigation p {
  float: right;
  font-size: 14px;
  color: #666666;
}
.navigation p a {
  color: #666666;
}
.product,
.page,
.news_list,
.detail {
  width: 863px;
  float: right;
}

/*产品列表*/

.product ul {
  margin: 20px -5px 0;
}
.product ul li {
  width: 208px;
  height: 199px;
  margin: 10px 5px;
  float: left;
}
.product ul li .photo {
  display: block;
  width: 208px;
  height: 164px;
  line-height: 164px;
  background: #f9f9f9;
  font-size: 0;
  text-align: center;
}
.product ul li .photo img {
  width: 100%;
  height: 100%;
}
.product ul li .name {
  display: block;
  height: 39px;
  line-height: 39px;
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #484848;
}
.product ul li .name:hover {
  background: #ffde00;
  color: #333333;
}

.side .side_c ul .drop a {
  display: block;
  padding-left: 114px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-bottom: 1px dashed #efefef;
}
.side .side_c .tit {
  text-align: center;
  line-height: 44px;
  background: #484848;
  font-size: 18px;
  color: #fff;
  padding: 8px 10px;
  box-sizing: border-box;
}
.side .side_c ul li {
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #efefef;
}
/*新闻列表*/

.news_list ul li {
  height: 143px;
  padding: 19px 0;
  border-bottom: 1px dashed #c3c3c3;
}
.news_list ul li .photo {
  float: left;
  width: 225px;
  height: 143px;
}
.news_list ul li .photo img {
  width: 100%;
  height: 100%;
}
.news_list ul li .txt {
  margin-left: 254px;
}
.news_list ul li .txt .name {
  font-size: 16px;
  color: #484848;
  font-weight: bold;
  line-height: 44px;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.news_list ul li .txt .name:hover {
  color: #ffde00;
}
.news_list ul li .txt span {
  line-height: 44px;
  font-size: 14px;
  color: #666666;
  float: right;
}
.news_list ul li .txt p {
  font-size: 14px;
  line-height: 30px;
  color: #838181;
  margin-bottom: 8px;
}
.news_list ul li .txt .more {
  color: #484848;
  font-size: 12px;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.news_list ul li .txt .more:hover {
  color: #ffde00;
}

/*翻页*/

.pagination {
  width: 100%;
  margin: 30px 0;
  margin: 20px 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;
  color: #545454;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination a:hover,
.pagination a.on {
  background: #ffde00;
  border: 1px #ffde00 solid;
  color: #fff;
}
.page .cont {
  color: #333333;
  line-height: 30px;
  margin-top: 30px;
}

/*详情页*/

.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: #ffde00;
  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: #ff9000;
  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;
}
