body {
  padding: 0;
  margin: 0;
  font: 12px/1.5 tahoma, arial, "Hiragino Sans GB", sans-serif;
}
.headerMin {
  height: 80px;
}
.header {
  position: fixed;
  height: 80px;
  width: 100%;
  line-height: 80px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  background: #fff;
  z-index: 1;
}
.header .logo {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  float: left;
}
.header .fr {
  float: right;
  margin-right: 80px;
}
.header a {
  color: #666;
  font-size: 16px;
  margin: 0 20px;
  cursor: pointer;
  text-decoration: none;
}
.main {
  margin: 0 auto;
  width: 1200px;
}
.main img {
  width: 100%;
}
.companyIntroduction {
  position: relative;
  color: #fff;
}
.companyIntroduction .title {
  position: absolute;
  left: 0;
  top: 38%;
  width: 400px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.companyIntroduction .title p {
  font-size: 14px;
  font-weight: normal;
}
.companyIntroduction .tips {
  position: absolute;
  top: 29%;
  left: 400px;
  padding: 60px 100px 0 60px;
  font-size: 14px;
  letter-spacing: 2px;
}
.serviceField {
  margin-top: 20px;
  position: relative;
}
.serviceField .titBox {
  position: absolute;
  left: 0;
  top: 15%;
  color: #fff;
  width: 386px;
  padding: 0 40px;
  box-sizing: border-box;
}
.serviceField .title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.serviceField .tips {
  margin-top: 60px;
  font-size: 14px;
  letter-spacing: 2px;
}
.serviceField .title p {
  font-size: 14px;
  font-weight: normal;
}
.mt20 {
  margin-top: 20px;
}

.contactAc{
  position: relative;
}
.contactAc .cont{
  position: absolute;
  width: 60%;
  left: 50%;
  top: 36%;
  color:#fff;
  margin-left: -30%;
}
.contactAc .title{
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}
.contactAc .title p{
  font-size: 14px;
  font-weight: normal;
}
.contactAc .tips{
  line-height: 40px;
  font-size: 14px;
}
.values{
  padding:60px 60px 100px;
}
.values .title{
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: rgb(0,148,142);
}
.values .title p{
  font-size: 14px;
  font-weight: normal;
  color: #333;
}
.values ul{
  margin-top: 40px;
}
.values ul li{
  list-style-type: none;
  float: left;
  width: 26%;  
  margin:0 3.5%;
  border:2px solid #ddd;
  font-size: 16px;
}
.values ul li .top{
  padding:40px 10px 0;
  line-height: 70px;

}
.values ul li .top .fr{
  font-size: 40px;
  color: #999;
}
.values ul li .tip{
  height: 150px;
  padding-top:20px;
  margin:0 14px;
  border-top: 2px solid #eee;
  color: #666;
  letter-spacing: 2px;
}
.values ul li .tip strong{
  color: #333;
  font-weight: bold;
}

.values ul li .iconfont::before{
  font-size: 80px;
  /* font-weight: bold; */
  color:rgb(0,148,142);
}
.values ul li:nth-child(2) .iconfont::before,.values ul li:nth-child(2) .tip,.values ul li:nth-child(2) .tip strong,.values ul li:nth-child(2) .fr{
  color:#fff;
  border-color: #ddd;
}
.values ul li:nth-child(2){
  border:none;
  background: rgb(0,88,155); 
  background: linear-gradient(to bottom right, rgb(2,191,131), rgb(0,88,155));
}
.clear{
  clear: both;
}
.values ul:after{content: '';clear: both;}
.footer{
  text-align: center;
  line-height: 50px;
}
.fl{
  float: left;
}
.fr{
  float: right;
}