* {
  padding: 0;
  margin: 0;
  font-family: '微软雅黑', '黑体', '宋体';
  font-size: 14px;
  color: #333;
}
a {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}
ul {
  margin-bottom: 0;
}
/*针对ie浏览器默认边框*/
img {
  border: none;
}
input,
textarea {
  outline: none;
}
.publicCon {
  width: 1200px;
  margin: 0 auto;
  min-width: 400px;
}
.publicCon .hdLogo img {
  width: 72px;
  height: 42px;
}
.publicTit {
  text-align: center;
  padding-bottom: 60px;
  min-width: 400px;
}
.publicTit h2 {
  font-size: 32px;
  font-weight: 400;
  padding-bottom: 10px;
  line-height: 1.6em;
}
.publicTit .line {
  width: 50px;
  height: 2px;
  background: #00abd9;
  display: inline-block;
}

.bodyBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9;
  display: none;
}

/*头部模块*/
.header {
  height: 60px;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
.hdCon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.hdNav ul {
  display: flex;
}
.hdNav li a {
  display: block;
  font-size: 18px;
  padding: 0 30px;
  transition: 0.3s;
  position: relative;
  line-height: 60px;
  color: #333;
}
.hdNav li:hover a,
.hdNav li.active a {
  color: #34a080;
  text-decoration: none;
  font-weight: bold;
}
/* #743500 */
/*.hdNav li a::after{
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	background: #00abd9;
	border-radius: 50%;
	position: absolute;
	bottom: 10px;
	left: calc(50% - 3px);
	opacity: 0;
	transition: 0.3s;
}*/
.hdNav li:hover a::after,
.hdNav li.active a::after {
  opacity: 1;
}
.hdManu {
  width: 40px;
  border: solid 1px #aaa;
  border-right: 3px;
  cursor: pointer;
  display: none;
}
.hdManu i {
  display: block;
  width: 30px;
  height: 2px;
  background: #aaa;
  margin: 6px auto;
}

/*服务模块*/
.service {
  padding: 90px 0 50px;
}
.serCon {
  display: flex;
  text-align: center;
  flex-wrap: wrap;
}
.serCon .box {
  display: block;
  height: 380px;
  padding: 0 30px;
  width: 33.33%;
}

.serCon .boxIcon {
  width: 200px;
  height: 200px;
  /*border: solid 1px #00abd9; */
  border-radius: 50%;
  margin: 0 auto;
  line-height: 200px;
  transition: 0.3s;
}
.index .serTit i {
  color: #e70014;
}
.serCon .boxIcon .iconfont {
  font-size: 90px;
  color: #00abd9;
  transition: 0.3s;
}
.serCon .boxIcon:hover {
  transform: rotate(360deg);
  transition: 0.3s;
}
.serCon h3 {
  padding: 50px 0 25px;
  font-size: 22px;
  font-weight: 400;
  transition: 0.3s;
}
.serCon p {
  line-height: 1.8em;
  color: #888;
}

.serCon .box:hover {
  text-decoration: none;
  color: #e70014;
}
.serCon .box:hover h3 {
  color: #e70014;
}
/*.serCon .box:hover .boxIcon{ background: #00abd9; }*/
.serCon .box:hover .boxIcon .iconfont {
  color: #fff;
}

/*轮播图模块*/
.banner {
  padding-top: 60px;
}

/*关于我们模块*/
.about {
  padding: 90px 0;
  background: url('../images/picture/index_bg.png') no-repeat center fixed;
  background-size: cover;
}
.aboutTit h2 {
  color: #fff;
}
.aboutTit i {
  color: #ec6c77;
}
.aboutTit .line {
  background: #fff;
}
.aboutText {
  font-size: 18px;
  color: #fff;
  line-height: 2em;
  opacity: 0.8;
  text-align: center;
  padding: 0 70px;
}
.btnGroup {
  width: 100%;
  text-align: center;
  font-size: 0;
  padding-top: 100px;
}
.btnGroup .btn {
  display: inline-block;
  width: 150px;
  height: 50px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e70014),
    to(#ef2d58)
  );
  background: -o-linear-gradient(left, #e70014, #ef2d58);
  background: linear-gradient(to right, #e70014, #ef2d58);
  color: #fff;
  border-radius: 5px;
  line-height: 40px;
  font-size: 20px;
  margin: 0 10px;
  transition: 0.3s;
}
.btnGroup .btnRight {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e70014),
    to(#ef2d58)
  );
  background: -o-linear-gradient(left, #e70014, #ef2d58);
  background: linear-gradient(to right, #e70014, #ef2d58);
}
.btnGroup .btn:hover {
  transform: scale(1.05);
}

/*案例模块*/
.case {
  padding: 90px 0;
}
.index .case i {
  color: #e70014;
}
.caseCon {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.caseCon .box {
  display: block;
  width: 32%;
  margin-bottom: 30px;
  position: relative;
  perspective: 600px;
  overflow: hidden;
  text-decoration: none;
}
.caseCon .pic {
  width: 100%;
  display: block;
}
.caseCon .box .boxdes {
  margin: 0 0 0;
  display: block;
  height: 57px;
  line-height: 57px;
  font-size: 22px;
  text-align: center;
  background: #f2f2f2;
}

.caseCon .ceng {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  position: absolute;
  top: -56px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 30px;
  box-sizing: border-box;
  transform: rotateX(104deg);
  transform-origin: bottom;
  transition: 0.3s;
}
.caseCon .ceng h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.caseCon .ceng .line {
  width: 30px;
  height: 1px;
  background: #fff;
  margin: 10px 0 20px;
}
.caseCon .ceng p {
  color: #fff;
  opacity: 0.6;
  line-height: 1.8em;
}
.caseCon .box:hover .ceng {
  transform: rotateX(0deg);
}
.caseCon .box:hover .boxdes {
  text-decoration: none;
  color: red;
}

/*客户列表模块*/
.clientCon {
  padding-bottom: 20px;
}
.clientCon ul {
  overflow: hidden;
}
.clientCon li {
  transition: 0.3s;
  opacity: 0.6;
  float: left;
  background-color: #e60012;
  width: 200px;
  padding: 10px;
  box-sizing: border-box;
  border: solid 1px lightgray;
}
.clientCon li:hover {
  opacity: 1;
}
.clientCon li img {
  width: 100%;
  height: 120px;
}
.index .client i {
  color: #e70014;
}

/*底部模块*/
.footer {
  background: #f4f4f4;
  padding-top: 30px;
}
.footerMain {
  min-height: 100px;
  display: block;
}
.footerLogo {
  display: inline-block;
}
.footerLogo p {
  margin-bottom: 0px;
}
.footerLogo img {
  display: inline-block;
  float: left;
}
.footerLogo .text {
  float: left;
  padding-top: 10px;
}
.footerLogo .text h1 {
  font-size: 16px;
  font-weight: 400;
}
.footerCon {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.footerCon h4 {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 15px;
}
.footerLink {
  display: flex;
}
.footerLink a {
  display: block;
  line-height: 2em;
  color: #333;
}
.footerLink a:hover {
  color: #e70014;
  text-decoration: none;
}
.footerLink .box {
  padding: 0 20px;
}
.footerContact h4 {
  color: #e70014;
}
.footerContact p {
  line-height: 2em;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
}
.footerContact p span {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #bdc1d5;
}
.footerEwm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footerEwm img {
  margin-bottom: 16px;
  display: block;
}
.flex {
  display: flex;
}
.flex-top {
  align-items: flex-start;
}
.copyRight {
  background: #000;
  color: rgba(255, 255, 255, 0.6);
  padding: 10px 0;
  text-align: center;
}

/*手机与平板端*/
@media (max-width: 992px) {
  .publicCon {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .publicTit {
    padding-bottom: 40px;
  }
  .publicTit h2 {
    font-size: 28px;
  }
  .publicTit .line {
    width: 40px;
  }

  /*头部模块*/
  .hdNav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
  }
  .hdNav ul {
    height: auto;
    flex-direction: column;
    text-align: center;
  }
  .hdNav li a {
    font-size: 18px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: solid 1px #e8e8e8;
  }
  .hdManu {
    display: block;
  }
  .hdManu i {
    transform-origin: left;
    transition: 0.3s;
  }
  .hdManu.active i:nth-child(1) {
    transform: rotate(30deg);
    width: 33px;
  }
  .hdManu.active i:nth-child(2) {
    opacity: 0;
  }
  .hdManu.active i:nth-child(3) {
    transform: rotate(-30deg);
    width: 33px;
  }

  /*服务模块*/
  .service {
    padding: 60px 0 60px;
  }
  .serCon {
    flex-wrap: wrap;
  }
  .serCon .box {
    height: auto;
    width: 50%;
    margin-bottom: 30px;
    padding: 0 10px;
    text-decoration: none;
  }

  .serCon .boxIcon {
    width: 120px;
    height: 120px;
    line-height: 120px;
  }

  .serCon .boxIcon .iconfont {
    font-size: 60px;
  }
  .serCon h3 {
    padding: 30px 0 15px;
    font-size: 20px;
  }

  /*关于我们模块*/
  .about {
    padding: 50px 0;
    background-attachment: scroll;
    background-size: cover;
  }
  .about br {
    display: none;
  }
  .aboutText {
    padding: 0;
  }
  .btnGroup {
    padding-top: 60px;
  }
  .btnGroup .btn {
    width: 60%;
    height: 50px;
    margin-bottom: 20px;
  }

  /*案例模块*/
  .case {
    padding: 50px 0;
  }
  .caseCon .box {
    width: 49%;
    margin-bottom: 20px;
  }
  .caseCon .box:last-child {
    display: none;
  }
  .caseCon .ceng {
    display: none;
  }

  /*客户列表模块*/
  .clientCon li {
    width: 50%;
  }

  /*底部模块*/
  .footer {
    padding-top: 20px;
  }

  .footerCon {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .footerLink {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
  }
  .footerLink .box {
    padding: 0 20px 0 0;
  }
  .footerEwm {
    position: absolute;
    right: 0;
    top: 30px;
  }
}

/*小屏幕显示器*/
@media (min-width: 992px) {
  .publicCon {
    width: 960px;
  }
  .publicTit {
    padding-bottom: 50px;
  }
  .publicTit h2 {
    font-size: 32px;
  }

  /*服务模块*/
  .service {
    padding: 70px 0;
  }
  .serCon .box {
    padding: 0 10px;
    height: auto;
    text-decoration: none;
  }
  .serCon .boxIcon {
    width: 140px;
    height: 140px;
    line-height: 140px;
  }
  .serCon .boxIcon .iconfont {
    font-size: 80px;
  }
  .serCon h3 {
    padding: 40px 0 20px;
  }
  .serCon p {
    line-height: 1.8em;
    color: #888;
  }

  /*.serCon .box:hover .boxIcon{ background: #00abd9; }*/
  .serCon .box:hover .boxIcon .iconfont {
    color: #fff;
  }

  /*关于我们模块*/
  .about {
    padding: 70px 0;
    background-attachment: scroll;
  }
  .aboutText {
    padding: 0px;
  }

  /*客户列表模块*/
  .clientCon li {
    width: 33.33%;
  }
}

/*大屏显示器*/
@media (min-width: 1300px) {
  .publicCon {
    width: 1200px;
  }
  .publicTit {
    padding-bottom: 60px;
  }
  .publicTit h2 {
    font-size: 32px;
  }

  /*服务模块*/
  .service {
    padding: 90px 0 50px;
  }
  .serCon .box {
    height: 380px;
    padding: 0 30px;
    text-decoration: none;
  }
  .serCon .boxIcon {
    width: 200px;
    height: 200px;
    line-height: 200px;
  }
  .serCon .boxIcon .iconfont {
    font-size: 90px;
  }
  .serCon h3 {
    padding: 50px 0 25px;
  }

  /*关于我们模块*/
  .about {
    padding: 90px 0;
    background-attachment: fixed;
  }
  .aboutText {
    padding: 0px 70px;
  }

  /*客户列表模块*/
  .clientCon li {
    width: 16.6%;
  }
}

/*@media(min-width: 1600px){
	.publicCon{ width: 1500px; }
}*/
