@charset "UTF-8";
@import url(../css/public.css);
@import url(../css/iconfont.css);
.main {
  width: 100%;
  float: left;
}

.container {
  width: 850px;
  margin: 0 auto;
}

.containers {
  width: 1000px;
  margin: 0 auto;
}

.banner {
  width: 100%;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  height: 650px;
}
.banner .swiper {
  width: 100%;
  float: left;
  z-index: 88;
  left: 0px;
  top: 0px;
}
.banner .swiper .swiper-slide .img {
  height: 650px;
  background-size: cover;
}
.banner .swiper .swiper-slide img {
  width: 100%;
}
.banner .wrapper {
  position: absolute;
  left: 50%;
  top: 0px;
  height: 100%;
  width: 1200px;
  margin-left: -600px;
}
.banner .gszx {
  right: 50px;
  top: 80px;
  text-align: right;
  width: auto;
}
.banner .bg {
  width: 100%;
  float: left;
  position: relative;
}
.banner .text {
  position: absolute;
  z-index: 99;
}
.banner .text h2 {
  color: #ffffff;
  font-size: 70px;
}
.banner .text h3 {
  color: #ffffff;
  font-size: 64px;
}
.banner .text a {
  display: inline-block;
  background: #f08115;
  padding: 0 20px;
  line-height: 40px;
}
.banner .text p {
  font-size: 48px;
  font-weight: bold;
  color: #ffffff;
}
.banner .dljz {
  bottom: 60px;
  left: 50px;
}

.m1 {
  position: relative;
  width: 100%;
  float: left;
  padding: 60px 0;
}
.m1 .box_title {
  text-align: center;
}
.m1 .box_title h2 {
  font-size: 40px;
  position: relative;
}
.m1 .box_title h2 em {
  top: 10px;
  position: absolute;
  background: #f08115;
  border-radius: 5px;
  color: #fff;
  padding: 0px 10px;
  line-height: 30px;
  height: 30px;
  font-size: 15px;
  margin-left: 5px;
}
.m1 .box_title h2 em:before {
  content: "";
  position: absolute;
  border-top: 10px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 10px solid #f08115;
  left: -10px;
  top: 50%;
}
.m1 .list {
  margin-top: 60px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.m1 .list .item {
  width: calc(25% - 10px);
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
}
.m1 .list .item:before {
  transition: all 0.8s;
  z-index: 89;
  background: #fff;
  width: 500px;
  height: 250px;
  left: -20%;
  bottom: -80px;
  position: absolute;
  transform: rotate(10deg);
  content: "";
  border-radius: 0 10px 0 0;
}
.m1 .list .item .bg {
  left: 0px;
  top: 0px;
  width: 100%;
  overflow: hidden;
  position: relative;
  float: left;
  z-index: 88;
}
.m1 .list .item .bg img {
  width: 100%;
}
.m1 .list .item .text {
  display: inline-block;
  width: 100%;
  padding: 0 30px 20px 30px;
  z-index: 90;
  position: absolute;
  width: 100%;
  bottom: 0px;
  margin-top: -20px;
  z-index: 90;
  left: 0px;
  transition: all 0.8s;
  min-height: 160px;
}
.m1 .list .item .text i {
  font-size: 40px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  color: #ccc;
  left: 25px;
  z-index: 99;
  transition: all 0.3s;
}
.m1 .list .item .text .title {
  transition: all 0.8s;
  font-size: 18px;
  color: #002A1C;
  margin-top: 20px;
}
.m1 .list .item .text .desc {
  margin-top: 10px;
}
.m1 .list .item .text .desc p {
  color: #999;
  position: relative;
  line-height: 1.8;
  font-size: 14px;
}
.m1 .list .item .text .desc p:before {
  font-family: "icon";
  content: "";
  margin-right: 10px;
  color: #002A1C;
}
.m1 .list .item .text .more {
  color: #002A1C;
  font-size: 12px;
  position: relative;
  margin-top: 10px;
  display: inline-block;
}
.m1 .list .item .text .more em {
  position: absolute;
  top: -3px;
  font-size: 16px;
  right: -25px;
}
.m1 .list .item .text .server {
  margin-top: 15px;
}
.m1 .list .item .text .server a {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  line-height: 25px;
  padding: 0 10px;
  font-size: 14px;
  border-radius: 5px;
  background: #f0f0f0;
  clear: both;
}
.m1 .list .item .text .server a:nth-child(3), .m1 .list .item .text .server a:nth-child(4) {
  clear: both;
  display: inline-block;
}

.m2 {
  width: 100%;
  float: left;
  padding: 60px 0 30px 0;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.m2 .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.m2 .box .left {
  width: calc(45%);
  flex-shrink: 0;
  display: flex;
  flex-direction: column-reverse;
}
.m2 .box .left .img {
  margin-top: 20px;
}
.m2 .box .left .text h2 {
  font-size: 50px;
  position: relative;
  color: #002A1C;
}
.m2 .box .left .text h2:before {
  width: 300px;
  height: 1px;
  background: #002A1C;
  content: "";
  position: absolute;
  top: 40px;
  right: 0px;
}
.m2 .box .left .text p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 1.6;
}
.m2 .box .left img {
  width: 100%;
}
.m2 .box .right {
  width: calc(55% - 40px);
  margin-top: 50px;
}
.m2 .box .right img {
  width: 100%;
}
.m2 .box .right p {
  margin-top: 20px;
  font-size: 16px;
}
.m2 .box .right .list {
  width: 100%;
}
.m2 .box .right .list ul {
  justify-content: space-between;
  display: flex;
}
.m2 .box .right .list ul li h2 {
  font-size: 18px;
}
.m2 .box .right .list ul li p {
  margin-top: 0px;
}
.m2 .box .right .list ul li p span {
  font-size: 50px;
  line-height: 50px;
  color: #002A1C;
  letter-spacing: -2px;
  font-weight: bold;
}
.m2 .box .right .list ul li i {
  color: #002A1C;
  font-size: 40px;
}

.m3 {
  width: 100%;
  float: left;
  background: #fff;
  padding-bottom: 60px;
}
.m3 .box {
  display: flex;
}
.m3 .box .right {
  width: 60%;
  flex-shrink: 0;
}
.m3 .box .right .box_title {
  font-size: 24px;
  font-weight: bold;
  color: #002A1C;
}
.m3 .box .right .img {
  width: 100%;
  margin-top: 20px;
}
.m3 .box .right .img img {
  width: 100%;
}
.m3 .box .right .text {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m3 .box .right .text span:nth-child(n+4) {
  border: 0px;
}
.m3 .box .right .text span {
  padding: 15px 0;
  width: calc(33.3333% - 20px);
  border-bottom: 1px solid #f0f0f0;
}
.m3 .box .right .text span em {
  color: #002A1C;
  font-size: 18px;
}
.m3 .box .left {
  width: 40%;
  margin-top: 10px;
  margin-left: 40px;
}
.m3 .box .left .box_title {
  font-size: 24px;
  font-weight: bold;
  color: #002A1C;
}
.m3 .askList {
  margin-top: 20px;
}
.m3 .askList li:nth-child(odd) {
  border-left: 1px solid #002A1C;
}
.m3 .askList li:nth-child(even) {
  background: #F7F9FC;
  border-right: 1px solid #ccc;
}
.m3 .askList li:last-child {
  border-bottom: 1px solid #f0f0f0;
}
.m3 .askList li {
  border-top: 1px solid #ccc;
  padding: 20px;
  display: flex;
}
.m3 .askList li em {
  flex-shrink: 0;
  font-size: 18px;
  font-weight: bold;
  left: 0px;
  color: #002A1C;
}
.m3 .askList li p {
  font-size: 14px;
  position: relative;
  line-height: 1.6;
  margin-left: 20px;
}
.m3 .askList li a {
  display: inline-block;
  width: 100%;
}
.m3 .more {
  display: inline-block;
  margin-top: 40px;
  width: 100%;
  text-align: center;
}
.m3 .more a {
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  background: #002A1C;
  color: #fff;
}

.m4 {
  width: 100%;
  float: left;
  padding: 60px 0;
}
.m4 .box_title {
  text-align: center;
}
.m4 .box_title h2 {
  font-size: 35px;
}
.m4 .iconBox {
  position: absolute;
  left: 13px;
  color: #002A1C;
  top: -14px;
  font-size: 20px;
}
.m4 .iconBox i {
  letter-spacing: -40px;
}
.m4 .wrapper {
  position: relative;
}
.m4 .list {
  display: flex;
  margin-top: 50px;
  position: relative;
}
.m4 .list:after {
  right: 2px;
  bottom: 10px;
  font-family: "icon";
  content: "";
  position: absolute;
  color: #002A1C;
  font-size: 26px;
}
.m4 .list:before {
  right: 10px;
  bottom: -5px;
  width: 10px;
  height: 10px;
  background: #002A1C;
  content: "";
  position: absolute;
  border-radius: 50%;
}
.m4 .list .item:nth-child(1) {
  border-left: 0px;
}
.m4 .list .item:nth-child(even) {
  border-bottom: 1px solid #002A1C;
}
.m4 .list .item:nth-child(odd) {
  border-top: 1px solid #002A1C;
  display: flex;
  flex-direction: column-reverse;
}
.m4 .list .item {
  border-left: 1px solid #002A1C;
  overflow: hidden;
  width: 25%;
  flex-shrink: 0;
  position: relative;
}
.m4 .list .item .img {
  overflow: hidden;
  display: inline-block;
  width: 100%;
}
.m4 .list .item .img img {
  transition: all 1s;
  width: 100%;
  transform: scale(1.2);
}
.m4 .list .item .text {
  position: relative;
  padding: 10px 20px 10px 20px;
}
.m4 .list .item .text em {
  font-size: 30px;
  font-weight: bold;
  color: #002A1C;
  padding: 0 10px 0 0px;
  display: inline-block;
  background: #F7F9FC;
}
.m4 .list .on .img img {
  transform: scale(1.5);
}
.m4 .list .on .text h2 {
  color: #002A1C;
}
.m4 .list .off {
  opacity: 0.5;
}
.m4 .list .off .img img {
  transform: scale(1);
}

.m5 {
  width: 100%;
  float: left;
  padding: 60px 0;
  background: #fff;
}
.m5 .box_title {
  text-align: center;
}
.m5 .box_title h2 {
  font-size: 35px;
}
.m5 .tab_title {
  margin-top: 50px;
}
.m5 .tab_title ul {
  display: flex;
  justify-content: center;
}
.m5 .tab_title ul li {
  margin: 0 5px;
}
.m5 .tab_title ul li a {
  line-height: 35px;
  background: #F7F9FC;
  display: inline-block;
  padding: 0 20px;
}
.m5 .tab_title ul .on a {
  background: #002A1C;
  color: #fff;
}
.m5 .list {
  float: left;
  width: 100%;
  margin-top: 60px;
}
.m5 .list ul {
  display: none;
  width: 105%;
  flex-wrap: wrap;
}
.m5 .list ul li {
  width: 386px;
  margin-right: 20px;
  padding: 30px;
  margin-bottom: 20px;
  border: 1px solid #f0f0f0;
}
.m5 .list ul li a {
  display: inline-block;
}
.m5 .list ul li a:hover h3 {
  color: #002A1C;
}
.m5 .list ul li a h3 {
  font-size: 18px;
  height: 26px;
  overflow: hidden;
}
.m5 .list ul li a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  margin: 7px 0;
  color: #999;
}
.m5 .list ul li a span {
  letter-spacing: -1px;
}
.m5 .list .on {
  display: flex;
}
.m5 .more {
  display: inline-block;
  margin-top: 30px;
  width: 100%;
  text-align: center;
}
.m5 .more a {
  display: inline-block;
  padding: 0 20px;
  line-height: 40px;
  background: #002A1C;
  color: #fff;
}

@media screen and (min-width: 1440px) {
  .m1 .list .item:hover {
    border-color: #002A1C;
  }
  .m1 .list .item:hover:before {
    background: #002A1C;
    width: calc(100% - 20px);
    height: 200px;
    opacity: 0.9;
    left: 10px;
    bottom: 10px;
    position: absolute;
    transform: rotate(0deg);
    border-radius: 10px;
  }
  .m1 .list .item:hover .text {
    cursor: pointer;
    display: inline-block;
    width: 100%;
    padding: 30px 40px 0px 40px;
    z-index: 90;
    position: absolute;
    width: 100%;
    bottom: 0px;
    margin-top: 0px;
    z-index: 90;
    left: 0px;
    min-height: 220px;
    display: flex;
  }
  .m1 .list .item:hover .text i {
    display: none;
  }
  .m1 .list .item:hover .text .title {
    color: #fff;
    margin-top: 0px;
  }
  .m1 .list .item:hover .text .desc p {
    color: #f0f0f0;
  }
  .m1 .list .item:hover .text .desc p:before {
    color: #fff;
  }
  .m1 .list .item:hover .text .server {
    margin-top: 10px;
  }
  .m1 .list .item:hover .text .server a {
    background: #fff;
    margin-bottom: 10px;
    color: #002A1C;
  }
  .m1 .list .item:hover .text .more {
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  .main {
    pading: 0px;
  }

  .banner {
    height: 300px;
    padding: 0 10px;
  }
  .banner .swiper .swiper-slide .img {
    height: 300px;
  }
  .banner .wrapper {
    left: 0px;
    margin: 0px;
    top: 50%;
    margin-top: -30px;
    width: 100%;
    height: auto;
  }
  .banner .text {
    position: static;
    left: 0px;
    bottom: 50%;
    text-align: center;
  }
  .banner .text h2 {
    font-size: 36px;
  }
  .banner .text h3 {
    font-size: 24px;
  }
  .banner .text p {
    font-size: 20px;
  }

  .m1 {
    padding: 20px;
  }
  .m1 .box_title h2 {
    font-size: 24px;
  }
  .m1 .box_title h2 em {
    display: none;
  }
  .m1 .list {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .m1 .list .item:nth-child(3) .text, .m1 .list .item:nth-child(4) .text {
    bottom: 0px;
  }
  .m1 .list .item {
    width: 100%;
    margin-bottom: 10px;
    background: white;
  }
  .m1 .list .item .bg {
    height: 150px;
  }
  .m1 .list .item:before {
    content: none;
  }
  .m1 .list .item .text {
    padding: 10px 0px 0px 30px;
    min-height: 100%;
    margin-top: 0px;
    bottom: -11px;
  }
  .m1 .list .item .text i {
    display: none;
  }
  .m1 .list .item .text .content {
    padding: 10px 20px 10px 20px;
    border-radius: 20px 0 0 0;
    background: white;
  }
  .m1 .list .item .text .content .title {
    margin-top: 0px;
  }
  .m1 .list .item .text .content .desc p:nth-child(3) {
    display: none;
  }
  .m1 .list .item:nth-child(3) .bg, .m1 .list .item:nth-child(4) .bg {
    display: none;
  }
  .m1 .list .item:nth-child(3) .text, .m1 .list .item:nth-child(4) .text {
    padding: 10px;
    padding-left: 30px;
    min-height: 100%;
    position: relative;
  }
  .m1 .list .item:nth-child(3) .text i, .m1 .list .item:nth-child(4) .text i {
    display: none;
  }
  .m1 .list .item:nth-child(3) .text .content, .m1 .list .item:nth-child(4) .text .content {
    padding: 0px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
  }
  .m1 .list .item:nth-child(3) .text .content .title, .m1 .list .item:nth-child(4) .text .content .title {
    display: none;
    margin-top: 0px;
  }
  .m1 .list .item:nth-child(3) .text .content .server, .m1 .list .item:nth-child(4) .text .content .server {
    margin-top: 10px;
  }
  .m1 .list .item:nth-child(3) .text .content .server a, .m1 .list .item:nth-child(4) .text .content .server a {
    margin-bottom: 10px;
    margin-right: 5px;
  }

  .m2 {
    padding: 20px;
  }
  .m2 .box {
    display: block;
  }
  .m2 .box .left {
    width: 100%;
    flex-direction: column;
  }
  .m2 .box .left .img {
    margin-top: 0px;
  }
  .m2 .box .left .text {
    margin-top: 10px;
  }
  .m2 .box .left .text h2 {
    font-size: 24px;
    text-align: center;
  }
  .m2 .box .left .text h2:before {
    content: none;
  }
  .m2 .box .right {
    width: 100%;
    margin-top: 20px;
  }
  .m2 .box .right .list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .m2 .box .right .list ul li {
    width: 50%;
  }
  .m2 .box .right .list ul li p span {
    font-size: 24px;
  }

  .m3 {
    padding: 0 20px 20px 20px;
  }
  .m3 .box {
    display: block;
  }
  .m3 .box .left {
    margin-left: 0px;
    width: 100%;
    flex-direction: column;
  }
  .m3 .box .left .img {
    margin-top: 0px;
  }
  .m3 .box .left .text {
    margin-top: 10px;
  }
  .m3 .box .left .text h2 {
    font-size: 18px;
  }
  .m3 .box .left .text h2:before {
    content: none;
  }
  .m3 .box .right {
    width: 100%;
  }
  .m3 .box .right .box_title {
    text-align: center;
  }
  .m3 .box .right .text {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .m3 .box .right .text span {
    width: calc(50% - 10px);
  }

  .m4 {
    padding: 20px;
  }
  .m4 .box_title h2 {
    font-size: 24px;
  }
  .m4 .list {
    margin-top: 30px;
    display: block;
    border-top: 1px solid #002A1C;
  }
  .m4 .list .item:nth-child(odd) {
    flex-direction: row;
    border-right: 1px solid #002A1C;
    border-left: 0px;
    border-top: 0px;
  }
  .m4 .list .item:nth-child(even) {
    border-left: 1px solid #002A1C;
  }
  .m4 .list .item {
    flex-direction: row-reverse;
    padding: 20px;
    width: 100%;
    display: flex;
    border-bottom: 1px solid #002A1C;
  }
  .m4 .list .item .img {
    width: 100px;
    flex-shrink: 0;
  }

  .m5 {
    padding: 20px;
  }
  .m5 .box_title h2 {
    font-size: 24px;
  }
  .m5 .tab_title {
    margin-top: 20px;
  }
  .m5 .list {
    margin-top: 20px;
  }
  .m5 .list ul li {
    width: 100%;
    padding: 15px;
  }
  .m5 .more {
    margin-top: 10px;
  }
}

/*# sourceMappingURL=index.css.map */
