._title {
  position: relative;
  padding-top: 60px;
}
._title .e {
  color: #b6b6b6;
  font-size: 80px;
  font-weight: bold;
  opacity: 0.14;
  position: absolute;
  left: 0;
  top: 0;
  text-transform: uppercase;
}
._title .p {
  display: flex;
  align-items: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 8px;
}
._title .p span:nth-child(1) {
  color: #063893;
}
._title .p span:nth-child(2) {
  color: #333333;
}
._title .s {
  font-size: 22px;
  color: #063893;
}

.about {
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
}
.about .top_box .lf .summary {
  font-size: 18px;
  color: #393939;
  line-height: 2;
  margin: 50px 0;
}
.about .top_box .lf ._more {
  font-size: 16px;
  background: #063893;
  border-radius: 20px;
  padding: 8px 10px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 32px;
}
.about .top_box .rt {
  margin-top: 100px;
}
.about .top_box .rt ul li {
  margin-bottom: 50px;
  float: none;
  display: flex;
  align-items: center;
}
.about .top_box .rt ul li:last-child {
  margin-bottom: 0;
}
.about .top_box .rt ul li .l {
  display: flex;
  align-items: flex-end;
  position: relative;
  margin-right: 30px;
}
.about .top_box .rt ul li .l .y {
  font-size: 46px;
  color: #063893;
  font-weight: bold;
}
.about .top_box .rt ul li .l .p {
  font-size: 22px;
  position: relative;
  top: -20px;
}
.about .top_box .rt ul li .l span {
  font-size: 22px;
  color: #063893;
  align-items: flex-end;
}
.about .top_box .rt ul li .r {
  width: 275px;
  font-size: 16px;
  color: #393939;
}
.about .bottom_box .list {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}
.about .bottom_box .list .item {
  width: 313px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 19px;
  background-color: white;
  box-shadow: 0px 3px 7px 0px rgba(2, 41, 112, 0.16);
  padding: 30px;
}
.about .bottom_box .list .item .message {
  line-height: 27px;
}
.about .bottom_box .list .item .message .name {
  font-size: 22px;
  color: #063893;
  font-weight: bold;
}
.about .bottom_box .list .item .message .s {
  font-size: 35px;
  color: #ebebeb;
  font-weight: bold;
  text-transform: uppercase;
}

.honer {
  background: url("../images/honer_bg.jpg") no-repeat center;
  background-size: cover;
  color: white;
}
.honer ._title {
  text-align: center;
}
.honer ._title .p {
  justify-content: center;
}
.honer ._title .p span {
  color: white !important;
}
.honer ._title .e {
  left: 0;
  right: 0px;
}
.honer ._title .e,
.honer ._title .s {
  color: white;
}
.honer .owl_honer {
  margin-top: 50px;
  position: relative;
}
.honer .owl_honer .swiper-container {
  padding-bottom: 80px;
}
.honer .owl_honer .swiper-slide {
  text-align: center;
  transform: scale(0.75);
  overflow: inherit;
  width: 31%;
  transition: all 0.4s;
}
.honer .owl_honer .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 999;
}
.honer .swiper-pagination-bullet-active {
  background: white;
}
.honer .swiper-pagination-bullet {
  background: white;
  width: 10px;
  height: 10px;
}
.honer .swiper-button-next,
.honer .swiper-button-prev {
  color: white;
  top: 38%;
}

.product {
  background: url("../images/product_bg.jpg") no-repeat;
  background-size: cover;
}
.product .bottom_box {
  margin-top: 30px;
}
.product .bottom_box .list {
  margin: 0 -10px;
}
.product .bottom_box .list .swiper-container {
  padding-bottom: 50px;
}
.product .bottom_box .list .item {
  width: 334px;
  margin: 10px auto;
  border: 1px solid #a3a3a3;
}
.product .bottom_box .list .item .pic {
  padding: 15px;
  background: url("../images/b1.jpg") no-repeat;
  background-size: 109% !important;
  transition: .5s;
}
.product .bottom_box .list .item .name {
  background: #063893;
  color: white;
  padding: 15px;
  text-align: center;
}
.product .bottom_box .list .item .name p {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.product .bottom_box .list .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.product .bottom_box .list .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: calc((100% - 30px) / 2);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
}
.product .bottom_box .list .swiper-slide:hover .item .pic {
  background-size: 115% !important;
}
.product .bottom_box .list .swiper-grid-column > .swiper-wrapper {
  flex-direction: initial;
}

.case ._title {
  text-align: center;
}
.case ._title .e {
  left: 0;
  right: 0;
}
.case ._title .p {
  justify-content: center;
}
.case .list {
  display: flex;
  align-items: center;
  margin: 0 -4px;
}
.case .list .item {
  height: 600px;
  background: url("../images/case1.jpg");
  position: relative;
  margin: 0 4px;
  color: white;
  background-size: auto 650px;
  background-position: center center;
  transition-duration: 1s;
  width: calc(13% - 20px);
}
.case .list .item .font {
  position: relative;
  z-index: 2;
  padding: 20px;
  margin-top: 150px;
}
.case .list .item .font .name1, .case .list .item .font .name2 {
  font-size: 30px;
  font-weight: bold;
}
.case .list .item .back {
  position: absolute;
  left: 0;
  width: 480px;
  z-index: 2;
  display: none;
  margin-top: 100px;
  transition-duration: 1s;
}
.case .list .item .back .message {
  background: rgba(6, 56, 147, 0.8);
  padding: 20px 40px;
}
.case .list .item .back .message .name {
  font-size: 30px;
  font-weight: bold;
}
.case .list .item .back .message .summary {
  font-size: 18px;
}
.case .list .item:after {
  background: rgba(6, 56, 147, 0.5);
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
}
.case .list .item.on {
  width: 50%;
  background-position: 0 !important;
}
.case .list .item.on .font {
  display: none;
}
.case .list .item.on::after {
  display: none;
}
.case .list .item.on .back {
  display: block;
  opacity: 1;
}

/*youshi*/
.youshi {
  background: url("../images/youshi_bg.jpg") no-repeat center;
  background-size: cover;
}
.youshi ._title {
  text-align: center;
}
.youshi ._title .e {
  left: 0;
  right: 0;
}
.youshi ._title .p {
  justify-content: center;
}
.youshi .top_box {
  margin-bottom: 125px;
  display: flex;
  align-items: center;
}
.youshi .top_box .lf {
  padding: 10px;
  padding-right: 30px;
  width: 50%;
  position: relative;
  overflow: hidden;
  /*&:after{
     position: absolute;
     left: 0;
     display: block;
     top: 0;
     background: url("../images/liuyan_rt.png") no-repeat center;
     background-size: cover;
     content: '';
     width: 90%;
     height: 93%;
     z-index: 1;
  }*/
}
.youshi .top_box .lf img {
  position: relative;
  z-index: 2;
}
.youshi .top_box .rt {
  width: 50%;
  padding-left: 30px;
}
.youshi .top_box .rt .title {
  font-size: 36px;
  color: #393939;
  margin-bottom: 3px;
  font-weight: bold;
}
.youshi .top_box .rt .title2 {
  font-size: 22px;
  color: #999999;
  text-transform: uppercase;
}
.youshi .top_box .rt .line {
  background: #063893;
  width: 77px;
  height: 7px;
  margin-top: 20px;
}
.youshi .top_box .rt .summary {
  font-size: 18px;
  color: #393939;
  line-height: 2;
  margin-bottom: 50px;
  margin-top: 50px;
}
.youshi .top_box .rt .more {
  width: 337px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  background: #063893;
  border-radius: 10px;
}
.youshi .bottom_box .list {
  display: flex;
  align-items: center;
}
.youshi .bottom_box .list .item {
  width: 25%;
  border-radius: 20px;
  padding-top: 20px;
}
.youshi .bottom_box .list .item .pic {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.youshi .bottom_box .list .item .pic img:nth-child(1) {
  margin-bottom: 11px;
}
.youshi .bottom_box .list .item .message {
  text-align: center;
  background: #919291;
  color: white;
  padding: 20px;
}
.youshi .bottom_box .list .item .message p {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 8px;
}
.youshi .bottom_box .list .item .message span {
  font-size: 14px;
  opacity: .5;
  text-transform: uppercase;
}
.youshi .bottom_box .list .item:hover, .youshi .bottom_box .list .item.on {
  background: #063893;
}
.youshi .bottom_box .list .item:hover .message, .youshi .bottom_box .list .item.on .message {
  background: #063893;
}
.youshi .bottom_box .list .item:hover .pic, .youshi .bottom_box .list .item.on .pic {
  opacity: 1;
}

/*huoban*/
.huoban {
  background: url("../images/huoban_bg.jpg") no-repeat center;
  background-size: cover;
  height: 365px;
  color: white;
  font-size: 22px;
}
.huoban .lf {
  padding-top: 100px;
}
.huoban .lf p {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}

.fuwu {
  background: url("../images/wangluo2.jpg") no-repeat center;
  background-size: cover;
}
.fuwu ._title {
  text-align: center;
}
.fuwu ._title .e {
  left: 0;
  right: 0;
}
.fuwu ._title .p {
  justify-content: center;
}
.fuwu .content {
  display: flex;
  align-items: center;
}
.fuwu .content .rt {
  width: 400px;
}
.fuwu .content .rt p {
  font-size: 22px;
  margin-bottom: 5px;
}
.fuwu .content .rt span {
  font-size: 15px;
}
.fuwu .content .rt .icon_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
  margin-top: 40px;
  color: #333333;
}
.fuwu .content .rt .icon_list .item {
  text-align: center;
  font-size: 18px;
  color: #333333;
}
.fuwu .content .rt .icon_list .item .name {
  margin-top: 15px;
}
.fuwu .content .rt .more {
  font-size: 18px;
  color: white;
  padding: 13px 30px;
  background: #063893;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
}

.news ._title .e {
  left: 0;
  right: 0;
}
.news ._title {
  text-align: center;
}
.news ._title .p {
  justify-content: center;
}
.news .typelist {
  margin: 50px 0px;
}
.news .typelist ul {
  display: flex;
  justify-content: center;
}
.news .typelist ul li {
  margin: 0 10px;
}
.news .typelist ul li:hover a {
  background: #063893;
  color: white;
}
.news .typelist ul li a {
  display: block;
  background: #eeeeee;
  border-radius: 5px;
  padding: 20px 60px;
  font-size: 18px;
  color: #444444;
}
.news .content .lf {
  line-height: 2;
  padding-right: 34px;
}
.news .content .lf .pic {
  margin-top: 30px;
}
.news .content .lf .title {
  font-size: 18px;
  color: #333333;
}
.news .content .lf .summary {
  font-size: 16px;
  color: #999999;
  margin-top: 10px;
  margin-bottom: 10px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news .content .lf .addtime {
  font-size: 14px;
  color: #999999;
}
.news .content .rt .item {
  margin-bottom: 5px;
  color: #333333;
  display: flex;
  align-items: center;
}
.news .content .rt .item:last-child {
  margin-bottom: 0;
}
.news .content .rt .item:hover .time {
  background: #063893;
  border-radius: 5px;
  padding: 5px;
}
.news .content .rt .item:hover .time .d, .news .content .rt .item:hover .time .y {
  color: white;
}
.news .content .rt .item:hover .message .title {
  color: #063893;
  font-weight: bold;
}
.news .content .rt .item:hover .message .m {
  color: #063893;
}
.news .content .rt .item .time {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.news .content .rt .item .time .d {
  font-weight: bold;
  color: #454545;
  font-size: 45px;
}
.news .content .rt .item .time .y {
  font-size: 17px;
  color: #666666;
}
.news .content .rt .item .message {
  padding-left: 30px;
  line-height: 2;
}
.news .content .rt .item .message .title {
  font-size: 18px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.news .content .rt .item .message .m {
  font-size: 15px;
  color: #888888;
  display: flex;
  align-items: center;
}
.news .content .rt .item .message .m:before {
  display: block;
  width: 100px;
  content: '';
  height: 1px;
  background: #063893;
  margin-right: 5px;
}
.news .content .rt .item .message .summary {
  font-size: 16px;
  color: #888888;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.liuyan_box {
  padding-top: 10px;
  background: #fafafa;
}
.liuyan_box .lf {
  margin-top: 67px;
}
.liuyan_box .lf .top_title {
  font-weight: bold;
  font-size: 22px;
  color: #393939;
  margin-bottom: 20px;
}
.liuyan_box .lf .liuyan_content .code_box {
  display: flex;
  float: none;
  align-items: center;
}
.liuyan_box .lf .liuyan_content .code_box #code {
  width: 170px;
  margin-right: 10px;
}
.liuyan_box .lf .liuyan_content .input_content {
  width: 100%;
}
.liuyan_box .lf .liuyan_content .input_box {
  width: 48%;
  float: left;
  margin-bottom: 15px;
}
.liuyan_box .lf .liuyan_content .input_box:nth-child(2n) {
  float: right;
}
.liuyan_box .lf .liuyan_content .input_box.input_box_3 {
  width: 100%;
  float: none;
}
.liuyan_box .lf .liuyan_content .input_box.code_box_box {
  float: none;
}
.liuyan_box .lf .liuyan_content #feedbackbotton {
  background: #063893;
  color: white;
  border-radius: 5px;
  border: 0;
  width: 150px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.liuyan_box .lf .liuyan_content .infoInput {
  border-radius: 5px;
  border: 1px solid #ababab;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
}
.liuyan_box .rt {
  text-align: right;
}

@media (max-width: 1450px) {
  .about .bottom_box .list .item {
    width: 277px;
    padding: 30px 19px;
  }

  .about .bottom_box .list .item .message .s {
    font-size: 30px;
  }

  .case .list .item {
    width: calc(15% - 20px);
    height: 520px;
  }

  .case .list .item.on {
    width: 44%;
  }

  .youshi .top_box .rt .title {
    font-size: 30px;
  }

  .youshi .top_box .rt .title2 {
    font-size: 20px;
  }

  .youshi .bottom_box .list .item .message span {
    min-height: 40px;
    display: block;
  }
}
@media (max-width: 768px) {
  .liuyan_box .rt {
    margin-bottom: 50px;
  }

  .liuyan_box .rt img {
    max-width: 100% !important;
  }

  ._title {
    text-align: center;
    padding-top: 0;
    float: none;
  }

  ._title .s {
    font-size: 16px;
  }

  ._title .p {
    justify-content: center;
    font-size: 27px;
  }

  ._title .e {
    font-size: 37px;
    position: static;
    text-align: center;
  }

  .about .top_box .lf .summary {
    font-size: 16px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin: 35px 0;
  }

  .about .top_box .lf ._more {
    margin: 0 auto;
    font-size: 16px;
    width: 150px;
  }

  .about .top_box > div {
    float: none;
    width: 100%;
  }

  .about .bottom_box .list .item {
    height: 80px;
    width: 48%;
    margin-bottom: 20px;
    text-align: center;
  }

  .about .bottom_box .list {
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .about .bottom_box .list .item img {
    display: none;
  }

  .honer ._title .e, .honer ._title .e {
    opacity: 1;
  }

  .about .bottom_box .list .item .message .s {
    font-size: 18px;
  }

  .about .bottom_box .list .item .message {
    margin: 0 auto;
  }

  .about .bottom_box .list .item .message .name {
    font-size: 20px;
  }

  .about .top_box .rt {
    display: none;
  }

  .honer .owl_honer .item {
    padding: 5px;
  }

  .honer .owl_honer .swiper-slide {
    transform: scale(1);
  }

  .honer .owl_honer .swiper-container {
    padding-bottom: 47px;
  }

  .product .top_box .pic {
    margin-top: 40px;
  }

  .product .bottom_box .list .swiper-slide {
    font-size: 16px;
    height: auto;
  }

  .product .bottom_box .list .item {
    width: 100%;
  }

  .product .bottom_box .list .item .pic img {
    max-width: 100%;
  }

  .case {
    padding: 0 15px;
  }

  .case .list .item {
    background: none;
    width: 48%;
    margin: 0;
    margin-bottom: 30px;
    height: auto;
    background: none !important;
  }
  .case .list .item:last-child {
    display: none;
  }

  .case .more {
    background: #063893;
    color: white;
    font-size: 14px;
    margin: 0 auto;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 38px;
  }

  .case .list {
    margin: 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .case .list .item .font {
    display: none;
  }

  .case .list .item .back {
    position: static;
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .case .list .item .back .message {
    padding: 10px;
  }

  .case .list .item .back .message .name {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .case .list .item:after {
    display: none;
  }

  .case .list .item .back .message .summary {
    font-size: 12px;
    line-height: 2;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .youshi .top_box {
    display: block;
    margin-bottom: 50px;
  }

  .youshi .top_box .lf {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }

  .youshi .top_box .rt {
    width: 100%;
    padding-left: 0;
  }

  .youshi .top_box .lf:after {
    display: none;
  }

  .youshi .top_box .rt .title {
    font-size: 18px;
    text-align: center;
  }

  .news .content .rt {
    margin-top: 30px;
  }

  .news .content .rt .item .time {
    display: none;
  }

  .news .content .rt .item .message {
    padding-left: 0;
  }

  .youshi .top_box .rt .title2 {
    font-size: 14px;
    text-align: center;
  }

  .youshi .top_box .rt .line {
    margin-left: auto;
    margin-right: auto;
    width: 77px;
    height: 5px;
    margin-top: 14px;
  }

  .youshi .top_box .rt .summary {
    font-size: 14px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 35px;
    margin-bottom: 35px;
  }

  .youshi .top_box .rt .more {
    margin: 0 auto;
    font-size: 16px;
  }

  .youshi .bottom_box .list .item .pic {
    display: none;
  }

  .youshi .bottom_box .list .item {
    width: 48%;
  }

  .youshi .bottom_box .list {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .youshi .bottom_box .list .item .message p {
    font-size: 16px;
    min-height: 44px;
  }

  .youshi .bottom_box .list .item .message {
    padding: 15px;
  }

  .youshi .bottom_box .list .item .message span {
    font-size: 12px;
    min-height: 56px;
    display: block;
  }

  .huoban {
    background: url("../images/wap_huoban_bg.jpg") no-repeat center;
    background-size: cover;
    height: 262px;
  }

  .huoban .lf {
    padding-top: 77px;
    font-size: 14px;
    text-align: center;
  }

  .huoban .lf p {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .fuwu .content {
    display: block;
    text-align: center;
  }

  .liuyan_box .lf .top_title {
    text-align: center;
  }

  .fuwu .content .rt .more {
    margin: 0 auto;
  }

  .liuyan_box .lf {
    margin-bottom: 50px;
    margin-top: 38px;
  }

  .fuwu .content .rt {
    width: 100%;
    margin-top: 10px;
  }

  .fuwu .content .rt p {
    margin-bottom: 10px;
  }

  .news .typelist ul li a {
    padding: 5px 15px;
    text-align: center;
    font-size: 16px;
  }

  .news .content .lf .title,
  .news .content .rt .item .message .title {
    font-size: 16px;
  }

  .news .content .lf .summary,
  .news .content .rt .item .message .summary {
    font-size: 14px;
  }

  .news .content .lf .addtime,
  .news .content .rt .item .message .m {
    font-size: 12px;
  }

  .news .content .lf {
    float: none;
    width: 100%;
    padding-right: 0;
  }

  .news .content .rt .item .time .d {
    font-size: 30px;
  }

  .news .content .rt .item .time .y {
    font-size: 14px;
  }
}

/*# sourceMappingURL=index.css.map */
