@charset "utf-8";
body {
  font-family: "microsoft yahei", Arial;
  font-size: 16px;
}
img {
  border: none;
  max-width: 100%;
  object-fit: cover;
}
* {
  margin: 0;
  padding: 0;
}
.clear:after {
  display: block;
  content: '';
  clear: both;
}
/*头部*/
.header {
  width: 1002px;
  margin: 0 auto;
  padding: 28px 0;
}
.header:after {
  display: block;
  content: '';
  clear: both;
}
.header .logo {
  float: left;
}
.header .nav {
  float: right;
}
.header .nav ul li {
  display: inline-block;
  padding-top: 16px;
  margin: 0 12px;
  border-top: 2px solid transparent;
  position: relative;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.header .nav ul li a {
  font-size: 14px;
  color: #999999;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.header .nav ul li:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #f471af;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3px;
  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,.header .nav ul li.on {
  border-top-color: #f471af;
}
.header .nav ul li:hover a,.header .nav ul li.on a {
  color: #f471af;
}
.header .nav ul li:hover:before {
  opacity: 1;
}
/*banner*/
.banner {
  position: relative;
  width: 100%;
  height: 456px;
}
.banner .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.banner .bd ul {
  width: 100% !important;
  height: 456px !important;
}
.banner .bd ul li {
  width: 100% !important;
  text-align: center;
}
.banner .bd ul li a {
  display: block;
  height: 456px;
  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: 10px;
  height: 10px;
  background: #FFFFFF;
  border: 1px solid #c0c0c0;
  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: #f471af;
  border-color: #f471af;
}
.cont_com {
  width: 1002px;
  margin: 0 auto;
  position: relative;
}
.cont_com:after {
  display: block;
  content: '';
  clear: both;
}
.top {
  height: 68px;
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.06);
  margin-bottom: 40px;
}
.top .ss {
  float: left;
  margin-top: 21px;
  width: 214px;
  padding: 0 15px;
  height: 30px;
  border: 1px solid #bfbfbf;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.top .ss input {
  width: 180px;
  height: 30px;
  border: none;
  background: none;
  outline: none;
  font-size: 14px;
  vertical-align: top;
}
.top .ss button {
  width: 26px;
  height: 30px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}
.top .ss button .iconfont {
  font-size: 24px;
  color: #f471af;
}
.top .word {
  float: left;
  margin-left: 15px;
}
.top .word p {
  font-size: 14px;
  color: #4c4c4c;
  height: 68px;
  line-height: 68px;
}
.top .word p span {
  font-size: 12px;
  color: #999999;
  margin: 0 10px;
}
.top .tel {
  width: 219px;
  height: 85px;
  background: #f471af;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 16px 0  0 24px;
}
.top .tel .iconfont {
  float: left;
  font-size: 30px;
  color: #FFFFFF;
  margin-right: 6px;
}
.top .tel h3 {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
}
.top .tel p {
  font-size: 20px;
  color: #FFFFFF;
}
/*公共标题*/
.item_title {
  width: 100%;
  text-align: center;
}
.item_title h3 {
  font-size: 24px;
  color: #bfbfbf;
  text-transform: uppercase;
}
.item_title p {
  font-size: 24px;
  color: #333333;
  line-height: 44px;
}
/*首页*/
.pro {
  width: 1002px;
  margin: 0 auto;
}
.pro:after {
  display: block;
  content: '';
  clear: both;
}
.pro .hd {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.pro .hd ul li {
  width: 97px;
  height: 28px;
  border: 1px solid #cccccc;
  display: inline-block;
  line-height: 28px;
  margin: 8px;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.pro .hd 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 .hd ul li:hover {
  background: #f471af;
  border-color: #f471af;
}
.pro .hd ul li:hover a {
  color: #FFFFFF;
}
.pro .bd ul {
  margin: 0 -13px;
}
.pro .bd ul:after {
  display: block;
  content: '';
  clear: both;
}
.pro .bd ul li {
  width: 316px;
  height: 274px;
  text-align: center;
  float: left;
  margin: 15px 13px;
}
.pro .bd ul li .photo {
  width: 100%;
  height: 215px;
}
.pro .bd ul li .photo img {
  width: 100%;
  height: 100%;
}
.pro .bd ul li p {
  width: 100%;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  height: 59px;
  line-height: 59px;
}
.pro .bd ul li p a {
  font-size: 16px;
  color: #333333;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.pro .bd ul li p:hover {
  background: #f471af;
}
.pro .bd ul li p:hover a {
  color: #FFFFFF;
}
.pro .more {
  display: block;
  width: 130px;
  height: 33px;
  border: 1px solid #c0c0c0;
  text-align: center;
  line-height: 33px;
  font-size: 12px;
  color: #333333;
  margin: 15px auto 0;
}
.news {
  width: 100%;
  height: 570px;
  padding-top: 28px;
  background: url(../images/news.jpg) no-repeat center center;
  margin-top: 57px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.12);
}
.news .photo {
  width: 348px;
  height: 385px;
  float: left;
  position: relative;
  margin-top: 20px;
}
.news .photo img {
  width: 100%;
  height: 100%;
}
.news .photo a {
  display: block;
  width: 83px;
  height: 36px;
  background: #f471af;
  color: #FFFFFF;
  text-align: center;
  line-height: 36px;
  position: absolute;
  right: 29px;
  bottom: -18px;
}
.news .list {
  width: 638px;
  float: right;
  margin-top: 20px;
}
.news .list .fr {
  border-bottom: 1px dashed #d8d8d8;
  height: 160px;
}
.news .list .fr .name {
  font-size: 16px;
  color: #f471af;
}
.news .list .fr .name i {
  font-style: normal ;
  margin-right: 15px;
}
.news .list .fr span {
  font-size: 12px;
  color: #787878;
  float: right;
}
.news .list .fr p {
  font-size: 14px;
  color: #9c9b9b;
  line-height: 23px;
  margin: 15px 0 ;
}
.news .list .fr .more {
  display: block;
  width: 110px;
  height: 30px;
  border: 1px solid #f471af;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #f471af;
}
.news .list ul li {
  padding-left: 10px;
  border-bottom: 1px dashed #d8d8d8;
  height: 49px;
  line-height: 49px;
  list-style: inside disc;
  font-size: 14px;
}
.news .list ul li a {
  color: #363636;
}
.news .list ul li a:hover {
  color: #f471af;
}
.news .list ul li span {
  float: right;
  font-size: 12px;
  color: #787878;
}
.case {
  width: 1002px;
  margin: 60px auto 0;
  position: relative;
}
.case:after {
  display: block;
  content: '';
  clear: both;
}
.case .bd {
  margin-top: 25px;
}
.case .bd ul li {
  width: 239px;
  height: 186px;
  position: relative;
  overflow: hidden;
  float: left;
  margin: 0 7px;
}
.case .bd ul li .photo {
  width: 100%;
  height: 149px;
}
.case .bd ul li .photo img {
  width: 100%;
  height: 100%;
}
.case .bd ul li p {
  width: 100%;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #eeeeee;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.case .bd ul li p a {
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  color: #333333;
}
.case .bd ul li p:hover {
  background: #f471af;
}
.case .bd ul li p:hover a {
  color: #FFFFFF;
}
.case .bd ul li .info {
  width: 100%;
  height: 149px;
  background: rgba(0, 0, 0, 0.39);
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 13px;
  position: absolute;
  top: -149px;
  left: 0;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.case .bd ul li .info a {
  display: block;
  border: 1px solid #FFFFFF;
  height: 100%;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 120px;
}
.case .bd ul li:hover .info {
  top: 0;
}
.case .btn {
  position: absolute;
  top: 170px;
  cursor: pointer;
}
.case .btn .iconfont {
  font-size: 32px;
  color: #000000;
}
.case .btn .iconfont:hover {
  color: #f471af;
}
.case .prev {
  left: -50px;
}
.case .next {
  right: -50px;
}
.case .more {
  display: block;
  width: 130px;
  height: 33px;
  border: 1px solid #c0c0c0;
  text-align: center;
  line-height: 33px;
  font-size: 12px;
  color: #333333;
  margin: 30px auto 0;
}
.about {
  width: 100%;
  height: 485px;
  padding-top: 48px;
  margin-top: 60px;
  background: url(../images/about.jpg) no-repeat center center;
}
.about .photo {
  float: left;
  width: 415px ;
  height: 429px;
}
.about .photo img {
  width: 100%;
  height: 100%;
}
.about .txt {
  width: 557px;
  padding-top: 30px;
  float: right;
}
.about .txt h3 {
  font-size: 28px;
  color: #333333;
}
.about .txt span {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.36);
  text-transform: uppercase;
}
.about .txt p {
  font-size: 16px;
  color: #333333;
  line-height: 26px;
  margin-top: 70px;
}
.about .txt hr {
  border: none;
  width: 36px;
  height: 1px;
  background: #f471af;
  margin: 30px 0;
}
.about .txt a {
  display: block;
  width: 110px;
  height: 30px;
  border: 1px solid #f471af;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #f471af;
  margin-top: 50px;
}
.link {
  width: 100%;
  height: 37px;
  line-height: 37px;
  background: #eeeeee;
  overflow: hidden;
}
.link span {
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
}
.link a {
  font-size: 14px;
  color: #333333;
  margin: 0 15px;
}
/*底部*/
.footer {
  width: 100%;
  padding: 30px 0;
  background: #f471af;
}
.footer .tit {
  float: left;
  color: #FFFFFF;
  text-transform: uppercase;
}
.footer .tit p {
  font-size: 20px;
}
.footer .tit span {
  font-size: 12px;
}
.footer .info {
  float: left;
  margin-left: 150px;
}
.footer .info h3 {
  font-size: 16px;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer .info p {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 24px;
}
.footer .contact {
  float: left;
  margin-left: 150px;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 24px;
}
.copy {
  height: 35px;
  line-height: 35px;
  background: #f2f2f2;
  font-size: 12px;
  color: #666666;
}
.copy span {
  margin-right: 100px;
}
.paper {
  width: 1002px;
  margin: 40px auto;
  min-height: 500px;
}
.paper:after {
  display: block;
  content: "";
  clear: both;
}
/*侧导航*/
.side {
  width: 222px;
  float: left;
}
.side .tit {
  border-top: 1px solid #f471af;
  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: #602803;
}
.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: #f471af;
}
.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 img {
  margin-bottom: 20px;
}
/*面包屑导航*/
.navigation {
  width: 100%;
  height: 37px;
  border-bottom: 1px solid #f471af;
}
.navigation:after {
  display: block;
  content: '';
  clear: both;
}
.navigation span {
  font-size: 20px;
  color: #3d3d3d;
  font-weight: bold;
}
.navigation p {
  font-size: 12px;
  color: #666666;
  line-height: 26px;
  float: right;
}
.navigation p a {
  font-size: 12px;
  color: #666666;
}
.product,
.page,
.news_list,
.detail {
  width: 743px;
  float: right;
}
/*产品列表*/
.product ul {
  margin: 20px -13px 0;
}
.product ul li {
  width: 230px;
  height: 220px;
  float: left;
  margin: 16px 13px;
}
.product ul li .photo {
  width: 100%;
  height: 175px;
  background: #bfbfbf;
  display: block;
  line-height: 175px;
}
.product ul li .photo img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.product ul li .name {
  width: 100%;
  height: 30px;
  color: #262626;
  font-size: 14px;
  background: #ebebeb;
  display: block;
  text-align: center;
  line-height: 30px;
  -ms-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 15px;
}
.product ul li .name:hover {
  background: #f471af;
  color: #FFFFFF;
}
/*新闻列表*/
.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 .txt {
  margin-left: 252px;
}
.news_list ul .txt .name {
  font-size: 16px;
  color: #484848;
  line-height: 46px;
}
.news_list ul .txt .name:hover {
  color: #f471af;
}
.news_list ul .txt span {
  font-size: 14px;
  line-height: 46px;
  color: #666666;
  float: right;
}
.news_list ul .txt p {
  font-size: 14px;
  color: #828282;
  line-height: 28px;
  margin-bottom: 15px;
}
.news_list ul .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;
  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: #f471af;
  color: #ffffff;
  border-color: #f471af;
}
.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: #f471af;
  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: #f471af;
  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;
}
