/* common */
.python-container {
  max-width: 1220px;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
}

/* 顶部banner */
.banner,
.banner .content {
  height: 150px;
}
.banner {
  width: 100%;
  background-image: url('../img/python/banner_top.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  /*margin-top: 55px;*/
}
.banner .content {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}
.banner .content .title {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

/* python 简介 */
.python-profile {
  padding: 60px 0;
}
.python-profile .train-contact {
  margin-top: 30px;
}
.python-profile .train-contact a {
  display: inline-block;
  height: 37px;
  line-height: 37px;
  padding: 0 19px;
  background-color: #ffd343;
  border-radius: 18.5px;
  color: #414141;
  font-size: 16px;
}
.python-profile .train-contact a:hover {
  background-color: #ffdb67;
}

/* python 评论  */
.python-comment {
  background-color: #f8f8f8;
}
.python-comment .comment-box {
  padding: 46px 0;
}
.python-comment .comment-box dt {
  font-size: 20px;
  font-weight: bold;
}
.python-comment .comment-box dd {
  font-size: 18px;
  text-align: right;
  margin-top: 50px;
}

/* 产品优势 */
.python-advantage {
  padding: 75px 0;
}
.python-advantage .caption {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.advantage-tabs {
  border-radius: 8px;
  background-color: #346fa1;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  margin-top: 40px;
}
.advantage-tabs .tabs-btns {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  padding: 13px 14.75% 0;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.advantage-tabs .tabs-btns li {
  cursor: pointer;
  padding: 12px 0;
  position: relative;
  font-size: 20px;
  color: #fff;
}
.advantage-tabs .tabs-btns li.current::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: rgba(255, 211, 67, 1);
}
.advantage-tabs .tabs-list {
  padding: 51px 14.75%;
}
.advantage-tabs .tabs-list li {
  color: #fff;
  text-align: center;
  display: none;
}
.advantage-tabs .tabs-list li.current {
  display: block;
}

/* 应用领域 */
.python-domain {
  padding-bottom: 130px;
}
.python-domain .caption {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.python-domain .content {
  margin-top: 52px;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: flex-end;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
}
.python-domain .content .items {
  width: 21.72%;
}
.python-domain .content .items li {
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
.python-domain .content .items li + li {
  margin-top: 18px;
}
.python-domain .content .items.left li {
  text-align: right;
  padding-right: 25px;
}
.python-domain .content .items.right li {
  padding-left: 25px;
}
.python-domain .content .items.left li:after,
.python-domain .content .items.right li:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ffd343;
}
.python-domain .content .items.left li:after {
  right: 0;
}
.python-domain .content .items.right li:before {
  left: 0;
}

.python-domain .content .picture {
  width: 49.26%;
}
.python-domain .content .picture img {
  display: inline-block;
  vertical-align: top;
}

/* 了解更多 */
.python-more {
  height: 228px;
  background-color: #346fa1;
}
.python-more .more-box {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  height: 228px;
}
.python-more .link .words {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.python-more .link .contact {
  padding-top: 23px;
}
.python-more .link .contact a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 32px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  border-radius: 18.5px;
  color: #346fa1;
  font-size: 16px;
  background-color: #fff;
}
.python-more .link .contact a:hover {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.python-more .icon img {
  display: inline-block;
  vertical-align: top;
}
