.quality {
  padding: 70px 0 60px;
}
.quality .title {
  line-height: 1;
  text-align: center;
  background: url(/templates/images/titlebg.png) center top no-repeat;
}
.quality .title h3 {
  font-size: 30px;
  font-weight: bold;
  padding-top: 17px;
}
.quality .title p {
  font-family: Arial;
  font-size: 14px;
  margin-top: 15px;
  color: #999;
  line-height: 10px;
  text-transform: uppercase;
}
.quality .quaBox {
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}
.quality .quaBox ul {
  margin: 0 -18px;
}
.quality .quaBox ul:after {
  content: "";
  display: block;
  clear: both;
}
.quality .quaBox ul li {
  float: left;
  width: 270px;
  height: 376px;
  border: solid 1px #c9c9c8;
  text-align: center;
  margin: 0 18px;
  box-shadow: 0 0 0 rgba(94, 187, 187, 0.3);
  border-radius: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.quality .quaBox ul li:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.quality .quaBox ul li i {
  display: block;
  width: 107px;
  height: 107px;
  margin: 50px auto 0;
  position: relative;
}
.quality .quaBox ul li i:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/templates/images/pzicobg.png) center center no-repeat;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.quality .quaBox ul li i img {
  width: 37px;
  height: 37px;
  padding: 35px;
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transform: scale(1) rotateY(0);
  -moz-transform: scale(1) rotateY(0);
  -o-transform: scale(1) rotateY(0);
  transform: scale(1) rotateY(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.quality .quaBox ul li .w1 {
  font-size: 16px;
  line-height: 1;
  margin-top: 57px;
  color: #e41a1a;
}
.quality .quaBox ul li .line {
  width: 30px;
  height: 2px;
  background-color: #384652;
  margin: 10px auto 0;
}
.quality .quaBox ul li .w2 {
  font-size: 14px;
  line-height: 24px;
  width: 160px;
  margin: 20px auto 0;
}
.quality .quaBox ul li:hover {
  border-color: #e41a1a;
  box-shadow: 0 0 10px rgba(187, 94, 94, 0.3);
  border-radius: 20px;
}
.quality .quaBox ul li:hover i:before {
  -webkit-transform: scale(1) rotate(180deg);
  -moz-transform: scale(1) rotate(180deg);
  -o-transform: scale(1) rotate(180deg);
  transform: scale(1) rotate(180deg);
}
.quality .quaBox ul li:hover i img {
  -webkit-transform: scale(1) rotateY(-180deg);
  -moz-transform: scale(1) rotateY(-180deg);
  -o-transform: scale(1) rotateY(-180deg);
  transform: scale(1) rotateY(-180deg);
}


.advantage {
  background: #384652;
}
.advantage .advBox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.advantage .advBox .titL {
  position: absolute;
  left: 0;
  top: 0px;
  border-left: 2px #e5e5e5 solid;
  padding-left: 20px;
  padding-top: 80px;
  font-family: Arial;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.advantage .advBox .titL .w2 {
  margin-top: 10px;
}
.advantage .advBox .title {
  text-align: center;
  line-height: 1;
  color: #fff;
}
.advantage .advBox .title h3 {
  font-size: 30px;
  font-weight: bold;
}
.advantage .advBox .title .line {
  margin: 9px auto 0;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
}
.advantage .advBox .title p {
  font-family: Arial;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 12px;
  margin-top: 10px;
}
.advantage .advBox .title .w {
  margin-top: 10px;
}
.advantage .advBox .title .w span {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  border-top: 1px #fff dotted;
  border-bottom: 1px #fff dotted;
}
.advantage .advBox .bd {
  margin-top: 50px;
}
.advantage .advBox .bd ul li {
  position: relative;
  height: 368px;
}
.advantage .advBox .bd ul li:after {
  content: "";
  display: block;
  clear: both;
}
.advantage .advBox .bd ul li .pic {
  float: left;
  width: 600px;
  height: 368px;
}
.advantage .advBox .bd ul li .pic img {
  width: 100%;
  height: 100%;
}
.advantage .advBox .bd ul li .text {
  background: url(/templates/images/ystext.png) right top no-repeat;
  float: right;
  width: 530px;
  height: 323px;
  color: #fff;
  padding: 45px 25px 0 45px;
}
.advantage .advBox .bd ul li .text .num {
  font-size: 24px;
  line-height: 30px;
  height: 30px;
  font-family: Arial;
  position: relative;
}
.advantage .advBox .bd ul li .text .num i {
  font-size: 40px;
  color: #f66;
}
.advantage .advBox .bd ul li .text .num:before {
  content: "";
  display: block;
  position: absolute;
  width: 101px;
  height: 1px;
  background: #f66;
  left: -100px;
  top: 15px;
}
.advantage .advBox .bd ul li .text .num span {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
  line-height: 1;
  cursor: pointer;
}
.advantage .advBox .bd ul li .text h5 {
  font-size: 30px;
  line-height: 1;
  margin-top: 37px;
}
.advantage .advBox .bd ul li .text .line {
  margin-top: 27px;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
.advantage .advBox .bd ul li .text .nr {
  margin-top: 25px;
}
.advantage .advBox .bd ul li .text p {
  line-height: 30px;
  font-size: 14px;
  padding-left: 30px;
  position: relative;
}
.advantage .advBox .bd ul li .text p:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  background: #fff;
  left: 0;
  top: 15px;
}
.advantage .advBox .hd {
  overflow: hidden;
  z-index: 2;
}
.advantage .advBox .hd ul:after {
  content: "";
  display: block;
  clear: both;
}
.advantage .advBox .hd ul li {
  float: left;
  width: 218px;
  height: 64px;
  border: 1px transparent solid;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  color: #fff;
  line-height: 1;
  padding: 28px 40px;
}
.advantage .advBox .hd ul li .w1 {
  font-size: 20px;
}
.advantage .advBox .hd ul li .w2 {
  font-family: Arial;
  font-size: 12px;
  margin-top: 10px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.advantage .advBox .hd ul li .line {
  width: 20px;
  height: 2px;
  background: #eee;
  margin-top: 20px;
}
.advantage .advBox .hd ul li.item1 {
  background: url(/templates/images/yshd1.jpg) center center no-repeat;
}
.advantage .advBox .hd ul li.item2 {
  background: url(/templates/images/yshd2.jpg) center center no-repeat;
}
.advantage .advBox .hd ul li.item3 {
  background: url(/templates/images/yshd3.jpg) center center no-repeat;
}
.advantage .advBox .hd ul li.item4 {
  background: url(/templates/images/yshd4.jpg) center center no-repeat;
}
.advantage .advBox .hd ul li.on {
  border-color: #fff;
}

.witness {
  background: url(/templates/images/jzbg.jpg) center top no-repeat;
  padding: 60px 0 50px;
  border-bottom: 1px #ccc dashed;
}
.witness .title {
  line-height: 1;
  text-align: center;
  background: url(/templates/images/titlebg.png) center top no-repeat;
  color: #fff;
}
.witness .title h3 {
  font-size: 30px;
  font-weight: bold;
  padding-top: 17px;
}
.witness .title p {
  font-family: Arial;
  font-size: 14px;
  margin-top: 15px;
  color: #999;
  line-height: 10px;
  text-transform: uppercase;
}
.witness .title p {
  color: #fff;
}
.witness .witBox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.witness .witBox .titL {
  position: absolute;
  left: 0;
  top: -60px;
  border-left: 2px #e5e5e5 solid;
  padding-left: 20px;
  padding-top: 80px;
  font-family: Arial;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.witness .witBox .titL .w2 {
  margin-top: 10px;
}
.witness .witSlide {
  margin-top: 50px;
}
.witness .witSlide ul li {
  width: 400px;
  position: relative;
  float: left;
  overflow: hidden;
}
.witness .witSlide ul li .pic {
  width: 400px;
  height: 180px;
  display: block;
  position: relative;
  overflow: hidden;
}
.witness .witSlide ul li .pic img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.witness .witSlide ul li .txt {
  width: 400px;
  height: 180px;
  background-color: #f5f5f5;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 22px 50px;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.witness .witSlide ul li .txt:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #384652;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: scale(0) rotateY(360deg);
  -moz-transform: scale(0) rotateY(360deg);
  -o-transform: scale(0) rotateY(360deg);
  transform: scale(0) rotateY(360deg);
}
.witness .witSlide ul li .txt h4 {
  font-size: 18px;
  line-height: 1;
  text-align: center;
  position: relative;
  z-index: 2;
}
.witness .witSlide ul li .txt h4 a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.witness .witSlide ul li .txt h4 a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.witness .witSlide ul li .txt h4:after {
  content: "";
  display: block;
  width: 41px;
  height: 2px;
  background-color: #5ebbbb;
  margin: 10px auto 0;
}
.witness .witSlide ul li .txt p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 52px;
  margin-top: 10px;
  font-weight: normal;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  position: relative;
  z-index: 2;
}
.witness .witSlide ul li .txt .see {
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 12px;
  width: 120px;
  height: 28px;
  border: solid 1px #666;
  color: #384652;
  line-height: 28px;
  font-size: 12px;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}
.witness .witSlide ul li .txt .see:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.witness .witSlide ul li.item2 .pic,
.witness .witSlide ul li.item4 .pic,
.witness .witSlide ul li.item6 .pic,
.witness .witSlide ul li.item8 .pic {
  top: -180px;
}
.witness .witSlide ul li.item2 .txt,
.witness .witSlide ul li.item4 .txt,
.witness .witSlide ul li.item6 .txt,
.witness .witSlide ul li.item8 .txt {
  top: 180px;
}
.witness .witSlide ul li:hover .pic img {
  -webkit-transform: scale(1.12) rotate(0);
  -moz-transform: scale(1.12) rotate(0);
  -o-transform: scale(1.12) rotate(0);
  transform: scale(1.12) rotate(0);
}
.witness .witSlide ul li:hover .txt h4 a {
  color: #fff;
}
.witness .witSlide ul li:hover .txt p {
  color: #fff;
}
.witness .witSlide ul li:hover .txt:before {
  -webkit-transform: scale(1) rotateY(0);
  -moz-transform: scale(1) rotateY(0);
  -o-transform: scale(1) rotateY(0);
  transform: scale(1) rotateY(0);
}
.witness .witSlide ul li:hover .see {
  color: #fff;
  border-color: #fff;
}
.witness .witTel {
  height: 38px;
  border-radius: 16px;
  position: relative;
  line-height: 38px;
  color: #fff;
  background: #384652;
  width: 440px;
  margin: 40px auto 0;
  text-align: center;
}
.witness .witTel span {
  display: block;
  width: 320px;
}
.witness .witTel img {
  margin-right: 10px;
}
.witness .witTel b {
  font-family: Arial;
  font-size: 24px;
  margin-left: 20px;
  vertical-align: middle;
}
.witness .witTel a {
  position: absolute;
  right: -1px;
  top: 0;
  height: 38px;
  line-height: 38px;
  width: 120px;
  display: block;
  text-align: center;
  font-family: SimSun;
  font-size: 12px;
  background: #f66;
  border-radius: 0 15px 15px 0;
  color: #fff;
}
.witness .witTel a:hover {
  right: -7px;
}
.flow {
  background: url(/templates/images/lcbg.jpg) center top no-repeat;
  padding: 60px 0 50px;
  height: 380px;
}
.flow .flowBox {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 380px;
}
.flow .flowBox:after {
  content: "";
  display: block;
  clear: both;
}
.flow .flowBox .titL {
  position: absolute;
  left: 0;
  top: -60px;
  border-left: 2px #e5e5e5 solid;
  padding-left: 20px;
  padding-top: 80px;
  font-family: Arial;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
.flow .flowBox .titL .w2 {
  margin-top: 10px;
}
.flow .flowBox .titB {
  color: #fff;
  line-height: 30px;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  left: 0;
  bottom: -18px;
}
.flow .flowBox .titB b {
  font-size: 20px;
}
.flow .flowBox .titB i {
  display: inline-block;
  width: 16px;
  height: 3px;
  background-color: #eeeeee;
}
.flow .flowBox .formbox {
  margin-left: 228px;
  float: left;
  width: 270px;
  height: 320px;
  background-color: #5ebbbb;
  padding: 30px 25px;
}
.flow .flowBox .formbox h4 {
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  margin-bottom: 15px;
}
.flow .flowBox .formbox h4 i {
  font-family: Arial;
  font-size: 14px;
  text-transform: uppercase;
}
.flow .flowBox .formbox label {
  display: block;
  position: relative;
  margin-top: 15px;
}
.flow .flowBox .formbox label input {
  font-size: 12px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: none;
  height: 31px;
  line-height: 30px;
  border: none;
  border-bottom: solid 1px #eee;
  padding: 0 20px 0 30px;
  position: relative;
  z-index: 1;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.flow .flowBox .formbox label input::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.flow .flowBox .formbox label span {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  padding: 6px 0;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.flow .flowBox .formbox label span img {
  display: block;
  width: 18px;
  height: 18px;
}
.flow .flowBox .formbox label i {
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  line-height: 30px;
  color: #fff;
}
.flow .flowBox .formbox label input:focus,
.flow .flowBox .formbox label input:active {
  padding: 0 40px 0 0;
}
.flow .flowBox .formbox label input:focus + span,
.flow .flowBox .formbox label input:active + span {
  background-color: transparent;
  transform: translatex(240px);
}
.flow .flowBox .formbox label textarea {
  font-size: 12px;
  display: block;
  width: 100%;
  box-sizing: border-box;
  background: none;
  height: 88px;
  line-height: 24px;
  border: none;
  border-bottom: solid 1px #eee;
  padding: 5px 20px 5px 30px;
  position: relative;
  z-index: 1;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.flow .flowBox .formbox label textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.flow .flowBox .formbox .submitform {
  width: 100px;
  height: 34px;
  background-color: #239898;
  border-radius: 17px;
  text-align: center;
  margin-top: 24px;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.flow .flowBox .formbox .submitform:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.flow .flowBox .formbox .submitform:hover,
.flow .flowBox .formbox .submitform:focus,
.flow .flowBox .formbox .submitform:active {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.flow .flowBox .formbox .submitform:hover:before,
.flow .flowBox .formbox .submitform:focus:before,
.flow .flowBox .formbox .submitform:active:before {
  opacity: 1;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.flow .flowBox .flowR {
  float: right;
  width: 610px;
}
.flow .flowBox .flowR .title {
  padding-top: 20px;
  color: #fff;
  height: 160px;
}
.flow .flowBox .flowR .title h4 {
  font-size: 30px;
  line-height: 1;
}
.flow .flowBox .flowR .title p {
  margin-top: 15px;
  width: 308px;
  font-size: 14px;
  line-height: 24px;
}
.flow .flowBox .flowR .list1:after {
  content: "";
  display: block;
  clear: both;
}
.flow .flowBox .flowR .list1 li {
  height: 80px;
  line-height: 80px;
  width: 105px;
  color: #5ebbbb;
  float: left;
  padding-left: 55px;
  font-size: 12px;
}
.flow .flowBox .flowR .list1 li.li4 {
  width: 105px;
  padding-left: 25px;
}
.flow .flowBox .flowR .list2 {
  margin-top: 40px;
}
.flow .flowBox .flowR .list2:after {
  content: "";
  display: block;
  clear: both;
}
.flow .flowBox .flowR .list2 li {
  height: 80px;
  line-height: 80px;
  width: 105px;
  color: #5ebbbb;
  float: right;
  padding-left: 55px;
  font-size: 12px;
}
.flow .flowBox .flowR .list2 li.li5 {
  width: 105px;
  padding-left: 25px;
}
.flow .flowBox .flowR .list2 li.li8 {
  width: 98px;
  padding-left: 62px;
}