h2,
h3 {
  margin: 0;
}
h3.tit {
  margin-bottom: 30px;
  text-align: center;
  color: #333333;
  font-size: 36px;
  font-weight: 500;
  font-family: SourceHanSansSC-Medium, SourceHanSansSC;
}
.btn-login {
  width: 100px;
  height: 36px;
  /*    background: rgba(0,0,0,.3);
  border: 1px solid rgba(255,255,255, .6);*/
  background: linear-gradient(135deg, #0099ff 0%, #0066cc 100%);
  border: 1px solid #63b5f6;
  color: rgba(255, 255, 255, 0.8);
  border-radius: 72px;
  cursor: pointer;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  transition: all 0.3s;
  float: right;
  margin-top: 17px;
  padding: 0 24px;
}
.btn-login:hover {
  /*background: linear-gradient(135deg, rgba(0, 153, 255, 1) 0%, rgba(0, 102, 204, 1) 100%);*/
  /*border: 1px solid #63B5F6;*/
  box-shadow: 0px 5px 15px rgba(0, 0, 204, 0.29803922);
  text-decoration: none;
  color: #fff;
  opacity: 0.8;
}
.pcmes-navbar {
  position: relative;
  height: 72px;
  padding: 0 35px;
  background-color: rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.logo {
  float: left;
  display: inline-block;
  width: 250px;
  margin: 22px 66px 24px 0;
}
.menu {
  display: inline-block;
  height: 100%;
}
.navbar-item {
  display: inline-block;
  height: 100%;
  line-height: 71px;
  font-size: 18px;
  margin-right: 10px;
}
.navbar-item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.25s;
}
.navbar-item a:hover {
  text-decoration: none;
  color: #fff;
}
.navbar-item.active a {
  border-bottom: 1px solid #fff;
  font-size: 18px;
  color: #fff;
}
.pcmes-navbar.fixed {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  display: block;
  background-color: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  color: #202425;
  z-index: 10;
}
.pcmes-navbar.fixed .navbar-item {
  transition: all 0.25s;
}
.pcmes-navbar.fixed .navbar-item a {
  color: #717678;
}
.pcmes-navbar.fixed .navbar-item.active {
  background: #1890ff;
  border-bottom: 3px solid #1890ff;
}
.pcmes-navbar.fixed .navbar-item.active a {
  color: #fff;
}
.pcmes-navbar.fixed .navbar-item:hover {
  border-bottom: 3px solid #1890ff;
}
.header-apply-btn {
  float: right;
  color: #fff;
  line-height: 72px;
  margin-right: 24px;
  opacity: 0.8;
  transition: all 0.25s;
}
.header-apply-btn:hover {
  color: #fff;
  opacity: 1;
}
#banner {
  background-image: url(../images/banner.png);
}
#banner .btn-login {
  border: none;
  background: #1890ff;
}
#banner .banner-main-title {
  margin-bottom: 20px;
  opacity: 0.75;
  font-size: 48px;
}
#banner .banner-main-slogan {
  font-size: 60px;
}
#banner .btn-apply {
  border: none;
  background: #1890ff;
  box-shadow: none;
}
.help-box {
  height: 500px;
  background-color: #e7e7e7;
  padding: 50px 0 65px;
  text-align: center;
  font-family: SourceHanSansSC-Medium, SourceHanSansSC;
}
.help-box .help-list {
  display: flex;
  justify-content: center;
}
.help-box .help-list .help-list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 300px;
  padding: 50px 42px 55px;
  margin: 0 25px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  transition: 0.6s all ease-out;
}
.help-box .help-list .help-list-item .img-box {
  width: 60px;
  height: 62px;
}
.help-box .help-list .help-list-item .img-box img {
  width: 100%;
  height: 100%;
}
.help-box .help-list .help-list-item .item-title {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.help-box .help-list .help-list-item .item-content {
  text-align: left;
  color: #666666;
  font-size: 18px;
  line-height: 1.6;
}
.help-box .help-list .help-list-item:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}
.solution-box {
  height: 1200px;
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 90px;
  font-family: SourceHanSansSC-Medium, SourceHanSansSC;
}
.solution-box .solution-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.solution-box .solution-list .solution-list-item {
  display: flex;
  flex-direction: row;
  width: 1200px;
  height: 300px;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  transition: 0.4s all;
}
.solution-box .solution-list .solution-list-item .item-aside {
  display: flex;
  flex-direction: column;
  width: 296px;
  height: 296px;
  padding: 60px 55px 0;
  background-color: #f3f3f3;
  transition: 0.4s all;
}
.solution-box .solution-list .solution-list-item .item-aside .num,
.solution-box .solution-list .solution-list-item .item-aside .text {
  color: #000;
  font-size: 32px;
  font-weight: 500;
}
.solution-box .solution-list .solution-list-item .item-aside .discription {
  margin-top: 7px;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}
.solution-box .solution-list .solution-list-item:hover {
  border-color: #d7e8fd;
}
.solution-box .solution-list .solution-list-item:hover .item-aside {
  background-color: #d7e8fd;
}
.solution-box .solution-list .solution-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 40px 0;
}
.solution-box .solution-list .solution-items .solution-list-item {
  width: 580px;
  height: 300px;
}
.solution-box .solution-list .solution-items .solution-list-item .item-aside {
  width: 260px;
  padding: 60px 37px 0;
}
.solution-box .solution-list .solution-items .solution-list-item .produce-content {
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution-box .solution-list .solution-items .solution-list-item .produce-content span {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  margin-top: 25px;
  margin-bottom: 15px;
}
.solution-box .solution-list .solution-items .solution-list-item .report-list {
  width: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.solution-box .solution-list .solution-items .solution-list-item .report-list .report-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 10px 0;
}
.solution-box .solution-list .solution-items .solution-list-item .report-list .report-item .report-img {
  width: 54px;
  height: 54px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  padding-top: 10px;
  margin-right: 20px;
  text-align: center;
}
.solution-box .solution-list .solution-items .solution-list-item .report-list .report-item .report-text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
}
.solution-box .solution-list .solution-items .solution-list-item .report-list .report-item .report-text .text-title {
  color: #000;
  margin-bottom: 3px;
}
.solution-box .solution-list .solution-items .solution-list-item .report-list .report-item .report-text .text-content {
  color: #666;
}
.solution-box .solution-list .solution-items .solution-list-item:first-child {
  margin-right: 40px;
}
.solution-box .solution-list .marketing {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 904px;
}
.solution-box .solution-list .marketing .marketing-img {
  position: relative;
  width: 197px;
  height: 132px;
}
.solution-box .solution-list .marketing .marketing-img img {
  width: 100%;
  height: 100%;
}
.solution-box .solution-list .marketing .marketing-img:nth-child(-n + 2)::after {
  position: absolute;
  content: "";
  width: 57px;
  height: 9px;
  background: url(../images/箭头\ -短.png) no-repeat;
  right: -75px;
  top: 75px;
}
.solution-box .solution-list .marketing .marketing-img:first-child::before,
.solution-box .solution-list .marketing .marketing-img:nth-child(2)::before {
  position: absolute;
  right: -75px;
  top: -30px;
  content: "";
  white-space: pre;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  padding-top: 5px;
  font-size: 14px;
  color: #198cc3;
  font-weight: 400;
  text-align: center;
}
.solution-box .solution-list .marketing .marketing-img:first-child::before {
  content: "自动\A排摸";
}
.solution-box .solution-list .marketing .marketing-img:nth-child(2)::before {
  content: "实时\A同步";
}
.solution-box .solution-list .transport {
  width: 904px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.solution-box .solution-list .transport .transport-left {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution-box .solution-list .transport .transport-left span {
  font-size: 14px;
  font-weight: 500;
  color: #666;
}
.solution-box .solution-list .transport .transport-left::after {
  content: "";
  position: absolute;
  width: 125px;
  height: 9px;
  background: url(../images/箭头长.png) no-repeat;
  top: 120px;
  right: -140px;
}
.advantage-box {
  height: 560px;
  background: linear-gradient(180deg, #4b5169 0%, #798191 100%);
  padding: 50px 0 100px;
  text-align: center;
  font-family: SourceHanSansSC-Medium, SourceHanSansSC;
}
.advantage-box h2 {
  margin-bottom: 25px;
  font-weight: 500;
  color: #ffffff;
  font-size: 36px;
}
.advantage-box span {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 35px;
}
.advantage-box .line {
  height: 1px;
  width: 560px;
  background: #e0e0e0;
  margin: 0 auto 70px;
}
.advantage-box .advantage-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.advantage-box .advantage-list .advantage-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 200px;
  margin: 0 30px;
}
.advantage-box .advantage-list .advantage-list-item .advantage-icon {
  width: 50px;
  height: 50px;
}
.advantage-box .advantage-list .advantage-list-item .advantage-icon img {
  width: 100%;
  height: 100%;
}
.advantage-box .advantage-list .advantage-list-item h3 {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  margin-top: 25px;
  margin-bottom: 8px;
}
.advantage-box .advantage-list .advantage-list-item .advantage-content {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-align: left;
  line-height: 1.8;
}
.appraise-box {
  height: 600px;
  background-color: #fff;
}
.appraise-box .recommendation-person-wrapper {
  display: flex;
}
.appraise-box .recommendation-person-wrapper .recommendation-person {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3);
}
.appraise-box .recommendation-person-wrapper .recommendation-person.active .recommendation-box {
  border-color: #1890ff;
}
.appraise-box .recommendation-person-wrapper .recommendation-person .recommendation-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 165px;
  height: 165px;
  background: #ffffff;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  margin: 0 auto;
}
.appraise-box .recommendation-person-wrapper .recommendation-person .recommendation-name {
  margin-bottom: 0;
  font-size: 24px;
  color: #333333;
  font-weight: 500;
}
.appraise-box .recommendation-person-wrapper .recommendation-person .company-name,
.appraise-box .recommendation-person-wrapper .recommendation-person .recommendation-job {
  color: #666;
  font-size: 18px;
}
.appraise-box,
.support-box {
  padding-top: 52px;
}
.appraise-box .line,
.support-box .line {
  width: 100px;
  height: 4px;
  background-color: #5b637d;
  margin: 40px auto 35px;
}
.support-box {
  float: none;
  width: 100%;
  height: 450px;
  background-color: #eeeef1;
}
.support-box .line {
  margin: 40px auto 65px;
}
.support-box .support-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.support-box .support-list .support-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 70px;
}
.support-box .support-list .support-list-item .img-box {
  width: 54px;
  height: 50px;
  text-align: center;
}
.support-box .support-list .support-list-item h3 {
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  margin-top: 35px;
  margin-bottom: 8px;
}
.support-box .support-list .support-list-item span {
  font-size: 18px;
  color: #333;
  font-weight: 400;
}
footer.footer {
  width: 100%;
  background-color: #01213a;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 55px;
  font-family: SourceHanSansSC-Regular, SourceHanSansSC;
  color: #fff;
}
footer.footer .footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
  text-align: left;
}
footer.footer .footer-content .text {
  width: 684px;
  font-size: 18px;
  margin-top: 55px;
  margin-bottom: 30px;
  line-height: 1.6;
}
footer.footer .footer-content .technology-cooperation,
footer.footer .footer-content .media-cooperation,
footer.footer .footer-content .contact {
  width: 684px;
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 26px;
}
footer.footer .footer-content .technology-cooperation span,
footer.footer .footer-content .media-cooperation span,
footer.footer .footer-content .contact span,
footer.footer .footer-content .technology-cooperation a,
footer.footer .footer-content .media-cooperation a,
footer.footer .footer-content .contact a {
  font-size: 24px;
  font-weight: 500;
  color: #eeeef1;
  margin-right: 35px;
}
footer.footer .footer-content .email,
footer.footer .footer-content .phone {
  display: flex;
  align-items: center;
}
footer.footer .footer-content .email .icon,
footer.footer .footer-content .phone .icon {
  margin-right: 8px;
}
footer.footer .footer-line {
  width: 800px;
  height: 1px;
  background-color: #e0e0e0;
  margin: 0 auto 35px;
}
footer.footer .copy {
  font-size: 18px;
  font-weight: 400;
  color: #eeeef1;
}
.circle {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  margin-right: 8px;
}
