/* reset */
* {
  margin: 0;
  padding: 0
}

/* 初始化标签在所有浏览器中的margin、padding值 */
li {
  list-style: none
}

/* 重置类表前导符号为onne,menu在HTML5中有效 */
body {
  font-family: "微软雅黑";
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  text-decoration: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal
}

/* 重置样式标签的样式 */

/* 头部区域 */
.HeaderTop {
  width: 100%;
  height: 36px;
  line-height: 36px;
  background-color: #F5F5F5;
}

.HeaderTop .HeaderTel {
  float: right;
  background: url('../images/tel1.png') no-repeat left center;
  padding-left: 24px;
}

.HeaderTop .HeaderTel em {
  color: #44a8f2;
}

.HeaderBot {
  width: 100%;
  height: 80px;
}

.HeaderBot .logo img {
  width: 50px;
  height: 50px;
  float: left;
  margin-top: 15px;
}

.HeaderBot .HeaderNav {
  float: left;
}

.HeaderBot .HeaderNav .nav-item {
  float: left;
  margin: -1px;
}

.HeaderBot .HeaderNav .nav-item>a {
  display: block;
  line-height: 80px;
  padding: 0 15px;
}

.HeaderBot .HeaderNav .nav-item .item-children {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  overflow: hidden;
}

.HeaderBot .HeaderNav .nav-item .item-children .flag {
  display: inline-block;
  text-align: center;
  padding: 1px 20px;
  color: #ff6700;
  border: 1px solid #ff6700;
}

.HeaderBot .HeaderNav .nav-item .item-children img {
  margin: 20px 0;
  width: 260px;
}

.HeaderBot .HeaderNav .nav-item:hover .item-children {
  display: block;
  background: #FFF;
  border-top: 1px solid #e0e0e0;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
  z-index: 100;
}
.swiper-slide img{
  width: 100%;
}
/*首页标题 */
.box-hd {
  position: relative;
  height: 40px;
  border-bottom: 1px solid red;
  margin: 10px 0 10px 0;
}
.box-hd .title {
  font-size: 22px;
  font-weight: 200;
  line-height: 40px;
  color: #FFFFFF;
  background-color: #f2625a;
  display:inline;
  padding: 5px;
}

.box-hd .more {
  position: absolute;
  top: 0;
  right: 0;
}

.box-hd .more a {
  font-size: 16px;
  line-height: 40px;
  transition: .4s;
}

.box-hd .more a:hover {
  color: #44a8f2;
}

.img-item {
  position: relative;
  transition: .3s;
  display: block;
  margin: 10px 0;
}

.img-item:hover {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}

.img-item .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-aling: center;
  background: rgba(0, 0, 0, .5);
  color: #FFFFFF;
}

.shequ .col-lg-3 {
  margin-bottom: 10px;
}

/*关于我们*/
.about h2 {
  margin: 60px 0 0;
  color: #FFFFFF;
  background-color: #f2625a;
  font-size: 24px;
  padding: 10px;
  display: inline-block;
}

.about hr {
  margin: 0 0 15px;
  border-color: red;
}

.about p {
  text-indent: 2em;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  font-size: 20px；
}

/*公司资质轮播*/

/* .picScroll-left{ width:100%;overflow:hidden;position:relative;margin-top:20px;}
.picScroll-left ul{ overflow:hidden; zoom:1; }
.picScroll-left ul li{ margin:0 5px;float:left;overflow:hidden;width:24%;}
.picScroll-left ul li img{padding: 2px; border:1px solid #ccc;width:100%;} */

/* 新闻 */
.news {
  margin-top: 20px;
}

.news .news-item {
  padding: 20px;
  box-shadow: 0px 0px 10px #44a8f2 inset;
}

.news .news-item:hover {
  box-shadow: 0px 0px 10px #44a8f2;
}

.news p {
  text-indent: 2em;
  line-height: 2em;
}

/*合作案例多行滚动*/
.hezuo {
  height: 30px;
  line-height: 30px
}

.hezuo .more {
  color: #999;
  font-size: 14px;
  float: right;
}

#banner3 img {
  border: 1px solid #eee;
  display: block;
  padding: 5px;
  width: 100%;
}

#banner3 p{
  margin-top: 10px;
}

#banner3 a:hover img {
  border-color: #888;
}

/*选择池续的五大理由*/
.chose h4 {
  height: 50px;
  line-height: 50px;
  padding-left: 60px;
  font-weight: bold;
}

.chose h4.one {
  background: url("../images/01.png") no-repeat;
}

.chose h4.two {
  background: url("../images/02.png") no-repeat;
}

.chose h4.three {
  background: url("../images/03.png") no-repeat;
}

.chose h4.four {
  background: url("../images/04.png") no-repeat;
}

.chose h4.five {
  background: url("../images/05.png") no-repeat;
}

.chose p {
  text-indent: 5em;
  font-size: 14px;
}

/* 底部 */
footer {
  background-color: #4F4F4F;
  height: auto;
  margin: 20px 0 0;
  color: #FFFFFF;
}

footer a {
  color: #FFFFFF;
}

footer ul {
  margin-top: 20px;
}

footer address ul {
  line-height: 2em;
  margin-top: 10px;
}

footer img {
  margin-top: 20px;
}

/* 产品列表页 */
.prompt {
  font-size: 30px;
  color: #44a8f2;
}

.show {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.show::after {
  content: "";
  width: 15%;
  height: 100%;
  position: absolute;
  left: -100%;
  top: 0;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  transition: 1s;
  transform: skewX(-45deg);
}
.show:hover::after {
  left: 150%;
}

.show img {
  width: 262px;
}
.show+P{
  text-align: center;
  padding: 10px;
  color: #44a8f2;
}
.show+p b {
  font-weight: normal;
}
.hot {
  margin-top: 80px;
}
.hot h2{
  background: #00AAA6;
  text-align: center;
  padding: 10px;
  color: #FFFFFF;
  border: 1px solid #00AAA6;
  border-radius: 5px 5px 0 0;
}
.hot a p {
  text-align: center;
  padding: 10px;
  color: #00AAA6;
}

/* 案例列表页 */
.case {
  width: 100%;
  overflow: hidden;
}
.case img {
  transition: 1s;
}
.case img:hover {
  transform: scale(1.1, 1.1)
}

.case+p {
  text-align: center;
  padding: 10px;
  font-size: 16px;
}
/*新闻列表*/
.new-list .suolue img {
  width: 100%;
}
.new-list h3 {
  font-size: 18px;
  margin: 10px;
}
.new-list li {
  padding: 10px;
}
.new-list li p {
  text-indent: 2em;
  font-size: 14px;
  line-height: 2em;
}
/*文章内容页*/
.con h3 {
  color: #00AAA6;
}
.con ul.ct li {
  font-size: 16px;
  border-bottom: 1px dotted #999;
  padding: 20px 0 20px 60px;
}
.con ul.ct li:nth-child(1) {
  background: url('../images/li1.png') no-repeat left center;
}
.con ul.ct li:nth-child(2) {
  background: url('../images/li3.png') no-repeat left center;
}
.con ul.ct li:nth-child(3) {
  background: url('../images/li4.png') no-repeat left center;
}
.con ul.context li {
  line-height: 40px;
  font-size: 16px;
}
.col-md-8.arc-show {
  overflow: hidden;
}
.col-md-8.arc-show img {
  width: 100%;
}
.arc-show .bread {
  height: 40px;
  border-bottom: 2px solid #44a8f2;
  line-height: 40px;
  margin-top: 20px;
}
.arc-show .bread span:first-child {
  background: #44a8f2;
  padding: 10px;
  border-radius: 5px 5px 0 0;
  color: #FFFFFF;
}
.arc-show .bread span:last-child {
  float: right;
}
.arc-show h1 {
  font-size: 30px;
}
/* 联系我们 */
.lianxi h3 {
  color: #00AAA6;
}
.lianxi ul.ct li {
  font-size: 16px;
  border-bottom: 1px dotted #999;
  padding: 20px 0 20px 60px;
}
.lianxi ul.ct li:nth-child(1) {
  background: url('../images/li1.png') no-repeat left center;
}
.lianxi ul.ct li:nth-child(2) {
  background: url('../images/li4.png') no-repeat left center;
}
#map {
  width: 100%;
  min-height: 500px;
}
/*分页*/
ul.pagelist {
  display: inline-block;
}
ul.pagelist li {
  float: left;
  padding: 10px;
}
ul.pagelist li a {
  display: block;
  padding: 0 10px;
}
ul.pagelist li a:hover {
  background-color: #57B14D;
}

/* 联系我们 */
.contact {
  margin-top: 20px;
}
.contact .area {
  font-weight: bold;
  font-size: 20px;
  margin: 15px 0;
}
.contact p {
  font-size: 18px;
}
.shequ a {
  position: relative;
  display: block;
}
.shequ img{
  opacity: .8;
}
.shequ .tip {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100px;
  height: 30px;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
}
