@charset "utf-8";
body {
  font-family: "microsoft yahei", Arial;
  font-size: 16px;
}
* {
  margin: 0;
  padding: 0;
}
.clear:after {
  display: block;
  content: '';
  clear: both;
}
/*头部*/
.header {
  width: 1200px;
  margin: 0 auto;
  height: 111px;
  position: relative;
}
.header:after {
  display: block;
  content: '';
  clear: both;
}
.header .logo {
  height: 111px;
  line-height: 111px;
  font-size: 0;
  float: left;
}
.header .logo img {
  vertical-align: middle;
}
.header .ss {
  float: right;
  margin-top: 17px;
  width: 212px;
  height: 25px;
  border: 1px solid #dcdcdc;
}
.header .ss input {
  border: none;
  background: none;
  outline: none;
  text-indent: 10px;
  font-size: 14px;
  width: 180px;
  height: 25px;
  vertical-align: top;
}
.header .ss button {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  height: 25px;
  width: 24px;
}
.header .tel {
  float: right;
  margin-top: 16px;
  font-size: 14px;
  color: #aaaaaa;
  margin-right: 30px;
  line-height: 30px;
}
.header .tel span {
  font-weight: bold;
  color: #aaaaaa;
  font-size: 20px;
}
.header .tel .iconfont {
  font-size: 23px;
  color: #ffa7a8;
  vertical-align: middle;
}
.header .nav {
  position: absolute;
  bottom: 0;
  right: 0;
}
.header .nav ul li {
  display: inline-block;
  margin: 0 15px;
}
.header .nav ul li a {
  font-size: 14px;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #333333;
}
.header .nav ul li span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #0670b8;
  opacity: 0;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.header .nav ul li:hover a,
.header .nav ul li.on a {
  color: #0670b8;
}
.header .nav ul li:hover span,
.header .nav ul li.on span {
  opacity: 1;
}
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 500px;
}
.banner .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.banner .bd ul {
  width: 100% !important;
  height: 500px !important;
}
.banner .bd ul li {
  width: 100% !important;
  text-align: center;
}
.banner .bd ul li a {
  display: block;
  height: 500px;
  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: #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: #0670b8;
}
/*首页内容*/
.content {
  width: 1200px;
  margin: 44px auto;
}
.pro:after {
  display: block;
  content: '';
  clear: both;
}
.pro .menu {
  width: 200px;
  float: left;
}
.pro .menu .tit {
  position: relative;
  margin-bottom: 15px;
}
.pro .menu .tit span {
  font-size: 26px;
  padding-left: 60px;
  color: #ff4a4d;
}
.pro .menu .tit span:before {
  display: block;
  content: '';
  width: 28px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 18px;
  background: #FFFFFF;
}
.pro .menu .tit:before {
  display: block;
  content: '';
  width: 49px;
  height: 19px;
  background: #0670b8;
  position: absolute;
  left: 0;
  top: 10px;
}
.pro .menu .tit img {
  margin-top: 10px;
}
.pro .menu ul li {
  width: 170px;
  padding-left: 20px;
  height: 49px;
  margin-bottom: 7px;
  border-bottom: 1px dashed #d4d4d4;
  border-right: 6px solid #0670b8;
  line-height: 49px;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.pro .menu ul li a {
  font-size: 14px;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  color: #333333;
}
.pro .menu ul li span {
  font-size: 15px;
  margin-right: 25px;
  color: #FFFFFF;
}
.pro .menu ul li:hover,.pro .menu ul li.on {
  background: #0670b8;
  border-color: #0670b8;
}
.pro .menu ul li:hover a,.pro .menu ul li.on a {
  color: #FFFFFF;
}
.pro .list {
  width: 956px;
  float: right;
}
.pro .list .title {
  height: 36px;
  background: #f5f5f5;
  margin-bottom: 2px;
}
.pro .list .title:after {
  display: block;
  content: '';
  clear: both;
}
.pro .list .title p {
  width: 120px;
  height: 40px;
  float: left;
  margin-top: -2px;
  margin-right: 20px;
  background: #0670b8;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #FFFFFF;
}
.pro .list .title p:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #0670b8;
  margin: 0 auto;
}
.pro .list .title span {
  font-size: 14px;
  color: #d2d2d2;
  line-height: 40px;
  text-transform: uppercase;
}
.pro .list .title a {
  float: right;
  font-size: 12px;
  color: #999999;
  line-height: 36px;
  margin-right: 23px;
}
.pro .list ul {
  margin: 18px -21px 0;
}
.pro .list ul li {
  width: 290px;
  height: 217px;
  position: relative;
  float: left;
  margin: 15px 21px;
}
.pro .list ul li .pic {
  width: 100%;
  height: 100%;
  font-size: 0;
}
.pro .list ul li .pic img {
  width: 100%;
  height: 100%;
}
.pro .list ul li .info {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(244, 62, 65, 0.72);
  left: 0;
  top: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 45px 35px 0;
  opacity: 0;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.pro .list ul li .info a {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 23px;
}
.pro .list ul li .info img {
  float: right;
}
.pro .list ul li .info p {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 22px;
}
.pro .list ul li:hover .info {
  opacity: 1;
}
.about {
  margin-top: 60px;
  height: 364px;
}
.about:after {
  display: block;
  content: '';
  clear: both;
}
.about .let {
  width: 194px;
  height: 332px;
  padding-top: 30px;
  border-style: solid;
  border-color: #dcdcdc;
  float: left;
  border-width: 1px 0 1px 1px;
  background: #eeeeee;
  text-align: center;
}
.about .info {
  width: 1004px;
  height: 360px;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  border-top: 3px solid #0670b8;
  float: left;
}
.about .info .us {
  width: 208px;
  float: left;
  margin: 30px 0 0 26px;
  position: relative;
  height: 300px;
  padding-right: 38px;
  border-right: 1px dashed #d2d2d2;
}
.about .info .us > p {
  font-size: 18px;
  color: #999999;
  text-transform: uppercase;
}
.about .info .us h3 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 26px;
  line-height: 42px;
}
.about .info .us h3 span {
  font-weight: normal;
  font-size: 13px;
  color: #999999;
  vertical-align: middle;
  float: right;
  margin-right: 22px;
}
.about .info .us .txt {
  width: 392px;
  height: 232px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 26px 22px 0 25px;
  background: #0670b8;
  position: absolute;
  right: 38px;
  bottom: -31px;
}
.about .info .us .txt p {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 28px;
  text-indent: 2em;
}
.about .info .adv {
  float: left;
  margin-left: 35px;
  margin-top: 30px;
  width: 680px;
}
.about .info .adv .title {
  font-size: 18px;
  color: #d0d0d0;
  text-transform: uppercase;
  height: 30px;
}
.about .info .adv .title span {
  font-size: 22px;
  font-weight: bold;
  color: #0670b8;
}
.about .info .adv .title .iconfont {
  color: #0670b8;
  margin-right: 8px;
  vertical-align: middle;
}
.about .info .adv ul li {
  width: 310px;
  height: 107px;
  margin: 13px 27px 13px 0;
  display: inline-block;
  margin-right: 27px;
}
.about .info .adv ul li h2 {
  display: inline-block;
  font-size: 36px;
  font-family: impact;
  color: #0670b8;
  line-height: 50px;
  height: 50px;
  width: 56px;
  text-align: center;
  margin-right: 30px;
  position: relative;
}
.about .info .adv ul li h2:after {
  display: block;
  content: '';
  width: 24px;
  height: 24px;
  border-right: 1px solid #0670b8;
  border-bottom: 1px solid #0670b8;
  position: absolute;
  right: 0;
  bottom: 0;
}
.about .info .adv ul li span {
  font-size: 22px;
  line-height: 50px;
  color: #555555;
  font-weight: bold;
  vertical-align: top;
}
.about .info .adv ul li p {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  margin-top: 13px;
}
.main {
  margin-top: 70px;
}
.main:after {
  display: block;
  content: '';
  clear: both;
}
.case {
  width: 878px;
  float: left;
}
.case .title {
  height: 26px;
  background: #f5f5f5;
  margin-bottom: 4px;
}
.case .title:after {
  display: block;
  content: '';
  clear: both;
}
.case .title p {
  width: 120px;
  height: 34px;
  float: left;
  margin-top: -4px;
  margin-right: 20px;
  background: #0670b8;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #FFFFFF;
}
.case .title p:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #0670b8;
  margin: 0 auto;
}
.case .title span {
  font-size: 14px;
  color: #d2d2d2;
  line-height: 26px;
  text-transform: uppercase;
}
.case .title a {
  float: right;
  font-size: 12px;
  color: #999999;
  line-height: 26px;
  margin-right: 23px;
}
.case .cont {
  width: 100%;
  overflow: hidden;
  margin-top: 30px;
}
.case .cont ul li {
  width: 268px;
  height: 200px;
  position: relative;
  overflow: hidden;
  margin: 0 18px;
}
.case .cont ul li .pic {
  width: 100%;
  height: 100%;
}
.case .cont ul li .pic img {
  width: 100%;
  height: 100%;
}
.case .cont ul li p {
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: rgba(244, 62, 65, 0.72);
  position: absolute;
  bottom: -32px;
  left: 0;
  -ms-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.case .cont ul li p a {
  font-size: 14px;
  color: #FFFFFF;
}
.case .cont ul li:hover p {
  bottom: 0;
}
.contact {
  width: 280px;
  height: 253px;
  background: #0670b8;
  float: right;
}
.contact .tit {
  text-align: center;
  background: url(../images/line.png) center bottom no-repeat;
  padding-bottom: 5px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  color: #FFFFFF;
}
.contact .tit span {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
.contact ul {
  text-align: center;
  margin-top: 20px;
}
.contact ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.contact ul li p {
  font-size: 12px;
  line-height: 24px;
  color: #FFFFFF;
}
.contact .add {
  padding: 0 25px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 22px;
  margin-top: 16px;
}
.contact .add span {
  font-size: 13px;
  color: #f6ff00;
  font-weight: bold;
  margin-right: 5px;
}
.news {
  margin-top: 60px;
}
.news:after {
  display: block;
  content: '';
  clear: both;
}
.news .title {
  height: 26px;
  background: #f5f5f5;
  margin-bottom: 19px;
}
.news .title:after {
  display: block;
  content: '';
  clear: both;
}
.news .title p {
  width: 120px;
  height: 34px;
  float: left;
  margin-top: -4px;
  margin-right: 20px;
  background: #0670b8;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #FFFFFF;
}
.news .title p:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #0670b8;
  margin: 0 auto;
}
.news .title span {
  font-size: 14px;
  color: #d2d2d2;
  line-height: 26px;
  text-transform: uppercase;
}
.news .title a {
  float: right;
  font-size: 12px;
  color: #999999;
  line-height: 26px;
  margin-right: 23px;
}
.news ul li {
  width: 576px;
  padding: 16px 0;
  border-bottom: 1px dashed #dfdfdf;
}
.news ul li:after {
  display: block;
  content: '';
  clear: both;
}
.news ul li .date {
  width: 74px;
  height: 61px;
  text-align: center;
  float: left;
  color: #999999;
}
.news ul li .date h3 {
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}
.news ul li .date p {
  font-size: 12px;
}
.news ul li .txt {
  width: 486px;
  float: right;
}
.news ul li .txt .name {
  font-size: 14px;
  color: #333333;
  font-weight: bold;
}
.news ul li .txt .name:hover {
  color: #0670b8;
}
.news ul li .txt .more {
  display: block;
  width: 50px;
  height: 14px;
  line-height: 14px;
  background: #eeeeee;
  text-align: center;
  line-height: 12px;
  font-size: 12px;
  color: #FFFFFF;
  margin-top: 3px;
  float: right;
}
.news ul li .txt .more:hover {
  background: #0670b8;
}
.news ul li .txt p {
  font-size: 12px;
  color: #666666;
  line-height: 18px;
  margin-top: 8px;
}
.news ul li .txt:before {
  display: block;
  content: '';
  width: 1px;
  height: 61px;
  background: #dcdcdc;
  float: left;
  margin-right: 30px;
}
.news ul li:nth-child(odd) {
  float: left;
}
.news ul li:nth-child(even) {
  float: right;
}
.news ul li:hover .date {
  background: #0670b8;
  color: #FFFFFF;
}
/*底部*/
.footer {
  text-align: center;
  padding: 12px 0;
  background: #0670b8;
}
.footer ul li {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
}
.footer a,
.footer p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 24px;
}
.paper {
  width: 1200px;
  margin: 40px auto;
  min-height: 500px;
}
.paper:after {
  display: block;
  content: "";
  clear: both;
}
/*侧导航*/
.side {
  width: 222px;
  float: left;
}
.side .tit {
  border-top: 1px solid #fca8a9;
  border-bottom: 3px solid #e8e8e8;
  text-transform: uppercase;
  height: 64px;
  padding: 10px 0 0 22px;
  margin-bottom: 10px;
}
.side .tit p {
  font-size: 24px;
  color: #272727;
  line-height: 36px;
}
.side .tit span {
  font-size: 14px;
  color: #fca8a9;
}
.side .side_c ul li {
  height: 32px;
  line-height: 32px;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding-left: 18px;
  margin: 5px 0;
}
.side .side_c ul li a {
  font-size: 14px;
  color: #353535;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.side .side_c ul li .iconfont {
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  color: #353535;
  margin-right: 15px;
}
.side .side_c ul li:hover,
.side .side_c ul li.on {
  background: #0670b8;
}
.side .side_c ul li:hover a,
.side .side_c ul li.on a,
.side .side_c ul li:hover .iconfont,
.side .side_c ul li.on .iconfont {
  color: #FFFFFF;
}
.side .side_p {
  margin-top: 40px;
}
.side .side_p > p {
  font-size: 14px;
  color: #353535;
  line-height: 24px;
}
.side .side_p > p span {
  font-size: 16px;
  font-weight: bold;
  color: #0670b8;
}
.side .side_p img {
  margin-bottom: 20px;
}
/*面包屑导航*/
.navigation {
  height: 30px;
  background: #f5f5f5;
  margin-bottom: 2px;
}
.navigation:after {
  display: block;
  content: '';
  clear: both;
}
.navigation:after {
  display: block;
  content: '';
  clear: both;
}
.navigation h3 {
  min-width: 110px;
  padding: 0 5px;
  height: 34px;
  float: left;
  margin-top: -2px;
  margin-right: 20px;
  background: #0670b8;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #FFFFFF;
}
.navigation h3:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #0670b8;
  margin: 0 auto;
}
.navigation p {
  float: right;
  line-height: 30px;
  font-size: 12px;
  color: #999999;
  margin-right: 10px;
}
.navigation p a {
  color: #999999;
}
.navigation p span {
  color: #0670b8;
}
.product,
.page,
.news_list,
.detail {
  width: 918px;
  float: right;
}
/*产品列表*/
.product ul {
  margin: 18px -12px 0;
}
.product ul li {
  width: 290px;
  height: 217px;
  position: relative;
  float: left;
  margin: 15px 12px;
}
.product ul li .pic {
  width: 100%;
  height: 100%;
  font-size: 0;
}
.product ul li .pic img {
  width: 100%;
  height: 100%;
}
.product ul li .info {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(244, 62, 65, 0.72);
  left: 0;
  top: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 45px 35px 0;
  opacity: 0;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product ul li .info a {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 23px;
}
.product ul li .info img {
  float: right;
}
.product ul li .info p {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top: 22px;
}
.product ul li:hover .info {
  opacity: 1;
}
/*新闻列表*/
.news_list .fr {
  width: 100%;
  margin-top: 10px;
  padding: 30px 0;
  height: 158px;
  border-bottom: 1px dashed #dcdcdc;
}
.news_list .fr .photo {
  width: 258px;
  height: 158px;
  float: left;
  font-size: 0;
}
.news_list .fr .photo img {
  width: 100%;
  height: 100%;
}
.news_list .fr .txt {
  height: 158px;
  position: relative;
  margin-left: 300px;
}
.news_list .fr .txt .name {
  font-size: 15px;
  color: #444444;
  font-weight: bold;
}
.news_list .fr .txt .name:hover {
  color: #0670b8;
}
.news_list .fr .txt span {
  font-size: 12px;
  color: #999999;
  line-height: 40px;
}
.news_list .fr .txt .iconfont {
  margin-right: 10px;
}
.news_list .fr .txt p {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
  margin-top: 10px;
}
.news_list .fr .txt .more {
  display: block;
  width: 100%;
  height: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #FFFFFF;
  background: #ff4a4d;
  position: absolute;
  bottom: 0;
}
.news_list ul li {
  height: 90px;
  padding: 29px 0;
  border-bottom: 1px dashed #dcdcdc;
}
.news_list ul li .date {
  width: 88px;
  height: 88px;
  border: 1px solid #dcdcdc;
  float: left;
  text-align: center;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.news_list ul li .date p {
  font-size: 35px;
  font-weight: bold;
  color: #666666;
  font-family: arial;
  padding-top: 10px;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.news_list ul li .date span {
  font-size: 12px ;
  color: rgba(102, 102, 102, 0.8);
  font-family: arial;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.news_list ul li .txt {
  margin-left: 133px;
}
.news_list ul li .txt .name {
  font-size: 15px;
  color: #333333;
  font-weight: bold;
  -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: #0670b8;
}
.news_list ul li .txt .more {
  display: block;
  float: right;
  text-align: center;
  width: 64px;
  height: 16px;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  color: #888888;
  line-height: 16px;
  -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 {
  background: #0670b8;
  color: #FFFFFF;
  border-color: #0670b8;
}
.news_list ul li .txt p {
  font-size: 12px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}
.news_list ul li:hover .date {
  background: #0670b8;
  border-color: #0670b8;
}
.news_list ul li:hover .date p {
  color: #FFFFFF;
}
.news_list ul li:hover .date span {
  color: rgba(255, 255, 255, 0.8);
}
/*翻页*/
.pagination {
  width: 100%;
  margin: 30px 0;
  text-align: center;
}
.pagination:after {
  display: block;
  content: '';
  clear: both;
}
.pagination a {
  display: inline-block;
  width: 26px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #bfbfbf;
  font-size: 16px;
  color: #999999;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
}
.pagination a:hover,
.pagination a.on {
  background: #0670b8;
  color: #ffffff;
  border-color: #0670b8;
}
.pagination .iconfont {
  font-size: 18px;
}
.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: #0670b8;
  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: #0670b8;
  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;
}
