/* 关于我们开始 */
.about {
  padding: 80px 0px;
}
.img_box img{
  width: 100%;
}
.about h2 {
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 50px;
  margin: 0;
}
.about .content p{
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.about .content .aboutpptop{
  padding-top: 23px;
}

.feature-style-one {
  padding: 50px 0 80px;
  background: #f5f5f5;
}
.sectionHeader{
  text-align: center;
}
.sectionHeader h2{
  color: #333;
  font-weight: 700;
  font-size: 28px;
  line-height: 56px;
  margin-bottom: 0;
}
.sectionHeader p{
  color: #555;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 30px;
}
.single-feature-style-one{
  text-align: center;
}
.feature-style-one .single-feature-style-one h3 {
  text-transform: capitalize;
  color: #333;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  margin: 12px 0;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
}
.feature-style-one .single-feature-style-one p {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin: 0;
  padding: 0 20px;
}
.icon img{
  padding: 15px;
  background: #2056ad;
  border-radius: 50%;
  width: 80px;
}
.sccj_about {
  /* padding: 30px 0 80px; */
}
.gy_tit{
  color: #333;
  font-weight: 700;
  font-size: 28px;
  line-height: 56px;
  margin-bottom: 0;
  text-align: center;
}
.sccj_about p{
  text-align: center;
  font-size: 14px;
  margin: 0 0 10px;
  color: #666;
}
.sccj_pic ul{
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.sccj_pic ul li {
  padding: 10px;
  margin-bottom: 15px;
}
.sccj_pic ul li img {
  width: 100%;
  border: 1px solid #eaeaea;
}
.cloud-content {
  background: #f5f5f5;
  padding:50px 0 80px 0;
}
.cloud-wrapper .cloud-card {
  float: left;
  padding: 20px;
  cursor: pointer;
  min-height: 310px;
  background: transparent;
  /* width: calc(33% - -3px); */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
}

.cloud-card-image {
  height: 200px;
  overflow: hidden;
  position: relative;
}

.cloud-card-text {
  margin-top: 10px;
  color: #666;
  font-size: 14px;
  line-height: 24px;
}

.cloud-card-image-back {
  width: 100%;
  height: 200px;
  background: url(/assets/image/cloud001.png) no-repeat center;
  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease,-webkit-transform .5s ease;
}

.cloud-card-image .cloud-card-image-back {
  z-index: 0;
  position: absolute;
}

.cloud-card-image-title {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 200px;
  position: absolute;
  z-index: 1;
}

.cloud-wrapper .cloud-card:hover .cloud-scale {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2)
}

.cloud-wrapper .cloud-card:hover {
  background: #fff;
  -webkit-box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
  -moz-box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
  box-shadow: 0 0 25px rgba(186, 204, 207, 0.7);
}

.cloud-card-image-back01 {
  width: 100%;
  height: 200px;
  background: url(/assets/image/cloud002.png) no-repeat center;
  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease,-webkit-transform .5s ease;
  z-index: 0;
  position: absolute;
}

.cloud-card-image-back02 {
  width: 100%;
  height: 200px;
  background: url(/assets/image/cloud003.png) no-repeat center;
  background-size: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease,-webkit-transform .5s ease;
  z-index: 0;
  position: absolute;
}

/* 关于我们结束 */
/* 联系我们开始 */
.bar_qy_hy{
  width: 100%;
  overflow: hidden;
}
.fbxj{
  width: 100%;
  overflow: hidden;
}
.right_input {
  width: 96%;
  overflow: hidden;
  box-shadow: 0 0 17px rgba(0,0,0,0.09);
  margin: 30px auto;
  padding: 30px 20px 50px;
}
.right_input li {
  text-align: left;
  display: block;
  margin-top: 20px;
}
 .right_input li input {
  height: 38px;
}
.right_input li input,
.right_input li textarea {
  font-size: 12px;
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
  width: 99%;
  outline: none;
  border: 1px solid #ddd;
}
 .right_input li .red {
  display: inline-block;
  width: 4%;
  color: red;
}
 .right_input .fbxj_sub {
  padding: 20px 0 0;
}
 .right_input .fbxj_sub span {
  display: inline-block;
  width: 170px;
  border: 0;
  background: #2056ad;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  cursor: pointer;
  margin: 15px;
  text-align: center;
}
.right_input .fbxj_sub span:hover{
  background: #0072ff;
}
.tips{
  font-size: 12px;
  margin-top: -5px;
  color: red!important;
}
::-webkit-input-placeholder {
    color: #ccc;
    font-size: 12px;
}
.contact_box{
  width: 100%;
  overflow: hidden;
  margin: 80px 0;
}
.cont_tit{
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.cont_left .cont_text{
  width: 100%;
  overflow: hidden;
}
.cont_left .cont_text li{
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.cont_icon{
  height: 46px;
  width: 46px;
  border: 1px solid #000;
  background-color: #000;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  float: left;
  margin-right: 20px;
  transition: all 0.5s linear;
}
.cont_left .cont_text li:hover .cont_icon{
  background-color: #2056ad;
  color: #fff;
  border: 1px solid #2056ad;
}
.icon_wz h4{;
  font-weight: bold;
  font-size: 15px;
  margin:0 0 8px;
}
#dituContent{
  width:100%;
  height:370px;
  border:#ccc solid 1px;
}
/* 联系我们结束 */
/* 质量控制开始 */
#square{
  padding: 60px 0 80px;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square {
  position: relative;
  width: 100%;
  height: auto;
  border: 8px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
  margin: 20px 0;
}

.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.square.effect11 .img img{
width: 100%;
height: auto;
}	
.ih-item.square.effect11 {
  overflow: hidden;
}
.ih-item.square.effect11.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}

.ih-item.square.effect11 .img {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.ih-item.square.effect11 .info {
  background: #333333;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.35s ease 0.2s;
  -moz-transition: all 0.35s ease 0.2s;
  transition: all 0.35s ease 0.2s;
}

.ih-item.square.effect11 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 10px;
  background: #111111;
  margin: 50px 0 0 0;
}

.ih-item.square.effect11 .info p {
  font-size: 14px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
}

.ih-item.square.effect11 a:hover .img {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}

.ih-item.square.effect11 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect11.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}

.ih-item.square.effect11.left_to_right a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect11.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}

.ih-item.square.effect11.right_to_left a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect11.top_to_bottom .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.ih-item.square.effect11.top_to_bottom a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect11.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.ih-item.square.effect11.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}	

/* 质量控制结束 */
@media(max-width:1200px){
  .img_box img {
    width: 100%;
    height: 360px;
  }
}
@media(max-width:768px){
  .about {
    padding: 30px 0px;
  }
  .img_box img {
    width: 100%;
    height: auto;
  }
  .about h2 {
    color: #333;
    font-weight: 700;
    font-size: 18px;
    line-height: 50px;
    margin: 0;
  }
  .about .content p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    text-indent: 2em;
    margin: 0;
  }
  .feature-style-one {
    padding: 0 0 30px;
    background: #f5f5f5;
  }
  .feature-style-one .single-feature-style-one p {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    margin: 0 0 30px;
    padding: 0;
  }
  .feature-style-one .single-feature-style-one h3{
    margin: 5px 0;
  }
  .sccj_about .container{
    padding: 0;
  }
  .sccj_about {
    padding: 30px 0;
  }
  .gy_tit{
    margin: 0;
  }
  .sccj_pic ul li {
    padding: 0 5px;
    margin-bottom: 15px;
  }
  .cloud-content {
    background: #f5f5f5;
    padding: 20px 0 20px 0;
  }
  .ih-item.square.effect11 .info h3 {
		text-transform: uppercase;
		color: #fff;
		text-align: center;
		font-size: 16px;
		padding: 10px;
		background: #111111;
		margin: 30px 0 0 0;
	}	
	.ih-item.square.effect11 .info p {
    font-size: 14px;
    position: relative;
    color: #bdbdbd;
    padding: 10px 15px;
    text-align: center;
    line-height: 28px;
  }
  #square {
    padding: 20px 0;
  }
	#square .bs-example .row .col-xs-6{
		padding:0 5px;
	}
	.ih-item.square {
		margin: 8px 0;
  }
  .cloud-wrapper .cloud-card{
    padding: 20px 0;
  }
  .contact_box {
    width: 100%;
    overflow: hidden;
    margin: 30px 0;
  }
  .cont_left,
  .cont_right,
  .cont_left .cont_text {
    width: 100%;
    overflow: hidden;
    padding: 0;
  }
  .right_input {
    width: 100%;
    overflow: hidden;
    box-shadow: none;
    margin: 20px auto;
    padding: 0;
  }
  .right_input li {
    margin-top: 10px;
    padding: 0;
  }
  .right_input .fbxj_sub span{
    margin:15px 0;
  }
  #dituContent{
    width:100%;
    height:230px;
    border:#ccc solid 1px;
  }
}