/* 初始化样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
li {
  list-style: none;
}
.clear {
  clear: both;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
a {
  color: #333;
}
a:hover {
  color: #3a64ff;
  text-decoration: none;
}
/* 定义居中容器 */
.mbox {
  width: 70%;
  margin: 0 auto;
}
.mbox .mainbox {
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  font-size: 14px;
}
body {
  width: 100%;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: Microsoft YaHei, "微软雅黑";
  padding-top: 100px;
  background: #f2f5fb;
}
.container {
  position: relative;
  /*手机头部*/
  /* 内页公共样式开始 */
  /* 服务 - 详情页样式 */
  /* 简介 */
  /* 伙伴详情 */
  /* 招聘中心 */
  /* 联系我们 */
}
.container .header {
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 199;
  top: 0;
}
.container .header .mbox {
  display: flex;
  margin: 0 auto;
  height: 100px;
  overflow: hidden;
  justify-content: space-between;
}
.container .header .mbox .logo {
  width: 280px;
  padding-top: 15px;
}
.container .header .mbox .logo img {
  height: 60px;
}
.container .header .mbox .navbar {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.container .header .mbox .navbar li {
  width: 120px;
  padding: 0 25px;
}
.container .header .mbox .navbar li a {
  display: block;
  width: 100px;
  line-height: 99px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #333333;
  transition: all 0.3s linear;
}
.container .header .mbox .navbar li a:hover {
  color: #3a64ff;
  border-bottom: 1px solid #3a64ff;
}
.container .header .mbox .navbar .active {
  border-bottom: 1px solid #3a64ff;
  color: #3a64ff;
}
.container #m-hd {
  display: none;
  height: 50px;
  line-height: 50px;
  background-color: #fff;
  padding: 0;
  position: fixed;
  width: 100%;
  z-index: 999999;
}
.container #m-hd img {
  height: 40px;
  padding: 10px 0 0 10px;
}
.container #m-hd .m-trigger {
  position: absolute;
  top: 0;
  right: 10px;
  width: 50px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  line-height: 45px;
  cursor: pointer;
  background: url(/static/images/menu_add.png) center center no-repeat;
  -webkit-background-size: 50px;
  background-size: 25px;
  height: 50px;
}
.container #m-hd .m-nav {
  z-index: 60;
  position: absolute;
  top: 50px;
  width: 100%;
  left: 0;
  background: url(/static/images/alpha_black_70.png) repeat;
  text-align: center;
  display: none;
}
.container #m-hd .m-nav li {
  border-bottom: 1px solid #565656;
}
.container #m-hd .m-nav a {
  display: block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.container #m-hd .m-nav a:hover,
.container #m-hd .m-nav a:active {
  color: #1c3683;
}
.container #m-hd .m-sub {
  text-align: left;
  display: none;
  width: 100%;
}
.container #m-hd .m-sub a {
  border-bottom: none;
  font-size: 13px;
}
.container .banner {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 534px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.container .banner .mbox {
  padding-top: 180px;
}
.container .banner .mbox .banner-info {
  position: absolute;
  top: 40%;
  color: #000;
  z-index: 9;
  font-size: 20px;
  color: #fff;
}
.container .banner .mbox .banner-info p {
  font-size: 36px;
  line-height: 72px;
}
.container .banner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.container .title {
  text-align: center;
  color: #99a3b0;
}
.container .title h2 {
  font-size: 32px;
  line-height: 72px;
  font-weight: 400;
  color: #333333;
}
.container .title span {
  font-size: 16px;
  line-height: 16px;
}
.container .service {
  padding: 30px 0;
  background: #f2f5fb;
  overflow: hidden;
}
.container .service .server-tips {
  display: flex;
  margin: 20px auto;
  width: 100%;
  flex-wrap: wrap;
}
.container .service .server-tips li {
  flex: 1;
  height: 60px;
  line-height: 60px;
  background: #fff;
  text-align: center;
  z-index: 99;
  border-radius: 5px;
  color: #6f6f6f;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s linear;
}
.container .service .server-tips .active,
.container .service .server-tips li:hover {
  background: #3a64ff;
  font-size: 16px;
  color: #fff;
}
.container .service .server-tips li:nth-child(n+2) {
  margin-left: 20px;
}
.container .service .tabbox {
  display: none;
}
.container .service .tabbox {
  width: 100%;
  position: relative;
}
.container .service .tabbox img {
  width: 100%;
}
.container .service .tabbox .server-info {
  color: #fff;
  position: absolute;
  left: 50px;
  bottom: 50px;
  font-size: 24px;
}
.container .service .tabbox .server-info span {
  font-size: 16px;
  line-height: 24px;
}
.container .case {
  padding: 30px 0;
  background: #fff;
}
.container .case .title {
  text-align: center;
  color: #99a3b0;
  margin-bottom: 10px;
}
.container .case .title h2 {
  font-size: 32px;
  line-height: 50px;
  font-weight: 400;
  color: #333333;
}
.container .case .title span a,
.container .case .title span a:hover {
  color: #3a64ff;
  font-size: 16px;
  line-height: 20px;
}
.container .case .caselist {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
}
.container .case .caselist li {
  width: 31%;
  border: 1px solid #ccc;
  margin-top: 35px;
  height: 180px;
  position: relative;
  transition: all 0.3s linear;
}
.container .case .caselist li img {
  width: 100%;
  height: 180px;
}
.container .case .caselist li .title {
  position: absolute;
  width: 100%;
  padding-left: 10px;
  left: 0;
  bottom: -12px;
  color: #fff;
  font-size: 14px;
  text-align: left;
  background: rgba(0, 0, 0, 0.6);
}
.container .case .caselist li .title h2 {
  font-size: 24px;
  line-height: 48px;
}
.container .case .caselist li .title h2 a {
  padding-left: 20px;
  border-left: 2px solid #3a64ff;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
}
.container .case .caselist li .title .desc {
  display: block;
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.container .case .caselist li:hover {
  transform: translate(0px, -5px);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.container .partner {
  padding: 30px 0;
  background: #f2f5fb;
}
.container .partner .mbox {
  background: #f2f5fb;
  height: 100%;
}
.container .partner .mbox .mainbox {
  width: 80%;
  margin: 0 auto;
  padding: 10px;
  font-size: 14px;
}
.container .partner .partnerlist {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .partner .partnerlist li {
  width: 32%;
  margin: 15px 0px;
  overflow: hidden;
  background: #fff;
  text-align: center;
}
.container .partner .partnerlist li img {
  height: 69px;
}
.container .partner .certificate {
  text-align: center;
}
.container .partner .certificate h3 {
  font-size: 20px;
  line-height: 48px;
  font-weight: 400;
}
.container .partner .certificate img {
  width: 100%;
}
.container .footer {
  width: 100%;
  padding: 40px 0;
  background: #000;
  color: #fff;
  font-size: 14px;
}
.container .footer p {
  font-size: 20px;
  line-height: 40px;
  padding-bottom: 10px;
}
.container .footer a {
  color: #fff;
}
.container .footer .siteinfo {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.container .footer .siteinfo .infolist {
  display: flex;
  flex: 1;
}
.container .footer .siteinfo .infolist dl {
  width: 130px;
}
.container .footer .siteinfo .infolist dl:nth-child(4) {
  width: 240px;
}
.container .footer .siteinfo .infolist dl dt {
  padding-bottom: 20px;
}
.container .footer .siteinfo .infolist .ul-fd li {
  line-height: 28px;
}
.container .footer .siteinfo .infolist .ul-fd li a {
  color: #a8a8af;
}
.container .footer .siteinfo .infolist .ul-fd li a:hover {
  text-decoration: underline;
}
.container .footer .siteinfo .contact {
  width: 300px;
}
.container .footer .siteinfo .contact .tel {
  font-size: 20px;
  line-height: 40px;
}
.container .footer .siteinfo .contact img {
  margin-top: 10px;
  width: 120px;
}
.container .footer .siteinfo .contact span {
  text-align: center;
  display: inline-block;
  margin-right: 15px;
}
.container .content {
  padding: 0 0 30px;
  width: 100%;
  background: #f2f5fb;
  font-size: 14px;
}
.container .content .mbox {
  background: #fff;
  height: 100%;
}
.container .content .mbox .mainbox {
  width: 80%;
  margin: 0 auto;
  padding: 30px 10px;
  font-size: 14px;
  line-height: 28px;
}
.container .service-detail ul {
  display: flex;
  flex-flow: wrap;
}
.container .service-detail ul li {
  flex: 1;
  text-align: center;
  margin: 20px;
}
.container .service-detail ul li h3 {
  font-size: 16px;
  line-height: 32px;
  font-weight: 300;
}
.container .service-detail ul li .desc {
  display: block;
  width: 85%;
  margin: 0 auto;
}
.container .navbox {
  height: 80px;
  line-height: 80px;
  margin-bottom: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.container .navbox .mbox {
  display: flex;
  justify-content: space-around;
  flex-flow: nowrap;
}
.container .navbox .mbox a {
  flex: 1;
  position: relative;
  font-size: 16px;
  text-align: center;
  color: #333333;
  font-weight: 400;
}
.container .navbox .mbox a:nth-child(n+2)::before {
  content: '';
  height: 20px;
  width: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  border-left: 1px solid #ddd;
}
.container .navbox .mbox .active {
  color: #3a64ff;
  border-bottom: 1px solid #3a64ff;
}
.container .intro-detail {
  background: #fff;
  line-height: 40px;
  overflow: hidden;
}
.container .intro-detail .case-back {
  font-size: 14px;
  line-height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  color: #333;
  margin-bottom: 15px;
}
.container .intro-detail .case-back span {
  color: #3a64ff;
}
.container .intro-detail h1 {
  line-height: 60px;
  font-weight: 500;
}
.container .intro-detail img {
  max-width: 100%;
}
.container .intro-detail .back {
  margin: 0 auto;
  width: 180px;
  height: 40px;
  border: 1px solid #ccc;
  text-align: center;
  transition: all 0.3s linear;
}
.container .intro-detail .back:hover {
  background-color: #3a64ff;
}
.container .intro-detail .back:hover a {
  color: #fff;
}
.container .news .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  line-height: 40px;
}
.container .news .title a {
  color: #333;
}
.container .news ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.container .news ul li {
  width: 23%;
  margin: 10px 8px;
  background: #fff;
  padding: 10px;
  transition: all 0.2s linear;
}
.container .news ul li img {
  width: 100%;
  height: 160px;
}
.container .news ul li:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.container .news ul li:hover img {
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.container .news .aboutimg img {
  height: 130px;
}
.container .pagination {
  margin: 10px auto;
  color: #fff;
  /*分页*/
}
.container .pagination .page-num:not(:disabled) {
  cursor: pointer;
}
.container .pagination .page-num,
.container .pagination .page-link {
  display: block;
  float: left;
  padding: 5px 5px;
  margin-left: 5px;
  line-height: 1.25;
  color: #333;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.container .pagination a.page-num:hover,
.container .pagination .page-link:hover {
  text-decoration: none;
  color: #333;
}
.container .pagination .page-num-current {
  z-index: 1;
  color: #3a64ff;
  font-weight: 500;
}
.container .pagination .page-num-current:hover {
  color: #fff;
}
.container .partner-detail ul {
  display: flex;
  flex-flow: wrap;
  justify-content: space-around;
}
.container .partner-detail ul li {
  flex: 1;
  margin: 20px auto;
  min-width: 280px;
  background: #fff;
  background: #f2f5fb;
}
.container .partner-detail ul li img {
  width: 100%;
}
.container .partner-detail ul li h3 {
  padding: 0 15px;
}
.container .partner-detail ul li .desc {
  display: block;
  padding: 15px;
}
.container .partner-detail ul li:nth-child(n+2) {
  margin-left: 20px;
}
.container .joblist {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.container .joblist li {
  width: 24%;
  margin: 10px 10px 10px 0;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom: 5px solid #3a64ff;
  padding: 10px;
  text-align: center;
}
.container .joblist li .imgbox {
  height: 150px;
  padding-top: 40px;
}
.container .joblist li img {
  width: 30%;
  transition: all 0.3s linear;
}
.container .joblist li:hover img {
  width: 40%;
}
.container .contact-box {
  position: relative;
  min-height: 500px;
  background: #f2f5fb;
}
.container .contact-position {
  width: 100%;
  position: absolute;
  top: -100px;
  left: 50%;
  background: #fff;
  padding: 50px 20px;
}
.container .contact-detail {
  width: 100%;
  position: absolute;
  top: -50px;
  background: #fff;
  padding: 50px 20px;
  display: flex;
  flex-wrap: wrap;
}
.container .contact-detail .contact-l {
  width: 300px;
}
.container .contact-detail .contact-r {
  flex: 1;
}
.container .contact-detail .ul-contact li {
  font-size: 14px;
  margin: 10px 0;
  line-height: 35px;
}
.container .contact-detail .contact-form .inp {
  width: 49%;
  border: 1px solid #6d6d88;
  height: 33px;
  padding: 0 10px;
  margin-bottom: 15px;
}
.container .contact-detail .contact-form textarea {
  width: 100%;
  border: 1px solid #6d6d88;
  height: 98px;
  margin-bottom: 24px;
}
.container .contact-detail .contact-form .sub {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #3a64ff;
  border: 0;
  cursor: pointer;
  font-family: "Microsoft Yahei";
  font-size: 16px;
}
.container .side2 {
  position: fixed;
  width: 40px;
  right: 10px;
  z-index: 100;
  top: 500px;
  height: 80px;
}
.container .side2 ul li {
  width: 40px;
  height: 40px;
}
.container .side2 ul li a {
  display: block;
  background-color: #1c3683;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
.container .side2 ul li a img {
  vertical-align: middle;
  display: inline-block;
}
.container .side2 ul li a:hover {
  background-color: #3a64ff;
}
.container .side2 ul li .weixin {
  position: absolute;
  left: -154px;
  bottom: 0;
  display: none;
}
.container .side2 ul li .weixin em {
  background: url(../images/arr3.png) no-repeat;
  width: 5px;
  height: 17px;
  display: block;
  position: absolute;
  right: -5px;
  top: 50%;
  margin-top: 3px;
}
.container .side2 ul li .weixin img {
  width: 150px;
  display: block;
}
