@charset "utf-8";
/**
 *  website: http://www.xuebacoming.com
 *	author: kevin
 *	date: 2018.05.15 18:00:00
 *	wechat: liyann2011
 *	qq: 531197817(liyann2008@163.com)
 */
/*普通字体和按钮颜色*/
/*渐变色 上浅下深*/
/*突出色橘色*/
body {
  background-color: #f8f9fb;
}
/* ---[联系我们 start]--- */
.contactBanner {
  width: 100%;
  height: 640px;
  overflow: hidden;
  background: -webkit-linear-gradient(170deg, #F74E00, #FFE896);
  background: -moz-linear-gradient(170deg, #F74E00, #FFE896);
  background: -o--linear-gradient(170deg, #F74E00, #FFE896);
  /*兼容IE 9 10*/
  background: -ms-linear-gradient(170deg, #F74E00, #FFE896);
  background: linear-gradient(170deg, #F74E00, #FFE896);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@liner-gradient-color-to', endColorstr='@liner-gradient-color-from', GradientType=0);

}
.contactBanner .joinMaxwidth {
  width: 1200px;
  margin: 0 auto;
}
.contactBanner .joinMaxwidth .contactWidth {
  width: 1200px;
  margin: 0 auto;
  padding-top: 230px;
}
.contactBanner .joinMaxwidth .contactWidth .contactFont {
  float: left;
  width: 420px;
  padding-left: 20px;
}
.contactBanner .joinMaxwidth .contactWidth .contactFont h3 {
  font-family: 'PingFangSC-Light';
  font-weight: normal;
  font-size: 70px;
  color: #fff;
  text-align: left;
}
.contactBanner .joinMaxwidth .contactWidth .contactFont h3 span {
  display: block;
  padding-top: 30px;
  font-size: 20px;
}
.contactBanner .joinMaxwidth .contactImg {
  float: right;
  width: 495px;
  height: 478px;
  background: url("../../images/p_contactUs/phone.png") no-repeat 0 0;
  display: block;
  margin-top: -60px;
  margin-right: 90px;
  position: relative;
  z-index: 0;
}
.contactBanner .joinMaxwidth .contactImg .consultingUp {
  position: absolute;
  top: 18%;
  left: 40%;
  width: 57px;
  height: 49px;
  background: url("../../images/p_contactUs/consultingUp.png") no-repeat 0 0;
  z-index: 1;
  -webkit-animation: toRight 1s infinite alternate;
  -moz-animation: toRight 1s infinite alternate;
  -ms-animation: toRight 1s infinite alternate;
  -o-animation: toRight 1s infinite alternate;
  animation: toRight 1s infinite alternate;
}
.contactBanner .joinMaxwidth .contactImg .consultingDown {
  position: absolute;
  top: 21%;
  right: 40%;
  width: 45px;
  height: 39px;
  background: url("../../images/p_contactUs/consultingDown.png") no-repeat 0 0;
  -webkit-animation: toLeft 1s infinite alternate;
  -moz-animation: toLeft 1s infinite alternate;
  -ms-animation: toLeft 1s infinite alternate;
  -o-animation: toLeft 1s infinite alternate;
  animation: toLeft 1s infinite alternate;
}
@-webkit-keyframes toRight {
  from {
    left: 41%;
  }
  to {
    left: 43%;
  }
}
@-moz-keyframes toRight {
  from {
    left: 41%;
  }
  to {
    left: 43%;
  }
}
@-ms-keyframes toRight {
  from {
    left: 41%;
  }
  to {
    left: 43%;
  }
}
@-o-keyframes toRight {
  from {
    left: 41%;
  }
  to {
    left: 43%;
  }
}
@keyframes toRight {
  from {
    left: 41%;
  }
  to {
    left: 43%;
  }
}
@-webkit-keyframes toLeft {
  from {
    right: 42%;
  }
  to {
    right: 43%;
  }
}
@-moz-keyframes toLeft {
  from {
    right: 42%;
  }
  to {
    right: 43%;
  }
}
@-ms-keyframes toLeft {
  from {
    right: 42%;
  }
  to {
    right: 43%;
  }
}
@-o-keyframes toLeft {
  from {
    right: 42%;
  }
  to {
    right: 43%;
  }
}
@keyframes toLeft {
  from {
    right: 42%;
  }
  to {
    right: 43%;
  }
}
/* ---[联系我们 end]--- */
/* ---[联系列表 start]--- */
.contactList {
  width: 1200px;
  min-height: 1170px;
  margin: -110px auto 0;
  position: relative;
}
.contactList ul {
  float: left;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.contactList ul li {
  float: left;
  width: 570px;
  height: 300px;
  background-color: #fff;
  margin-right: 60px;
  margin-bottom: 60px;
  padding: 70px 50px;
}
.contactList ul li .contactListBox {
  width: 100%;
  height: 150px;
}
.contactList ul li .contactListBox .contactBoxl {
  float: left;
  width: 210px;
  height: 150px;
  background: url("../../images/p_contactUs/book.png") no-repeat 0 0;
}
.contactList ul li .contactListBox .warningIcon {
  background: url("../../images/p_contactUs/warning.png") no-repeat 0 0;
}
.contactList ul li .contactListBox .mailShare {
  background: url("../../images/p_contactUs/mailShare.png") no-repeat 0 0;
}
.contactList ul li .contactListBox .mailVideo {
  background: url("../../images/p_contactUs/mailVideo.png") no-repeat 0 0;
}
.contactList ul li .contactListBox .figureIcon {
  background: url("../../images/p_contactUs/figureIcon.png") no-repeat 0 0;
}
.contactList ul li .contactListBox .telIcon {
  background: url("../../images/p_contactUs/telIcon.png") no-repeat 0 0;
}
.contactList ul li .contactListBox .contactTitle {
  float: right;
  width: 210px;
  margin-top: 20px;
  margin-left: 45px;
  font-weight: bold;
  font-size: 20px;
  color: #6f7783;
  text-align: left;
  word-break: break-all;
}
.contactList ul li .contactListBox .contactTitle strong {
  font-weight: bold;
  display: block;
  margin-bottom: 15px;
}
.contactList ul li .contactListBox .contactTitle span {
  font-weight: 300;
  display: block;
}
.contactList ul li:hover {
  position: relative;
  -webkit-animation: mymove .5s forwards;
  -moz-animation: mymove .5s forwards;
  -ms-animation: mymove .5s forwards;
  -o-animation: mymove .5s forwards;
  animation: mymove .5s forwards;
  -webkit-box-shadow: 0 15px 50px rgba(180, 186, 197, 0.2);
  -moz-box-shadow: 0 15px 50px rgba(180, 186, 197, 0.2);
  -ms-box-shadow: 0 15px 50px rgba(180, 186, 197, 0.2);
  -o-box-shadow: 0 15px 50px rgba(180, 186, 197, 0.2);
  box-shadow: 0 15px 50px rgba(180, 186, 197, 0.3);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}
@-webkit-keyframes mymove {
  from {
    bottom: 0;
  }
  to {
    bottom: 10px;
  }
}
@-moz-keyframes mymove {
  from {
    bottom: 0;
  }
  to {
    bottom: 10px;
  }
}
@-ms-keyframes mymove {
  from {
    bottom: 0;
  }
  to {
    bottom: 10px;
  }
}
@-o-keyframes mymove {
  from {
    bottom: 0;
  }
  to {
    bottom: 10px;
  }
}
@keyframes mymove {
  from {
    bottom: 0;
  }
  to {
    bottom: 10px;
  }
}
.contactList ul li:nth-child(even) {
  margin-right: 0;
}
/* ---[联系列表 end]--- */
