﻿@charset "utf-8";
* {
   -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.indexbanner_container {
  width: 100%;
}
.indexbanner_slide_item {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.indexbanner_slide_item img {
  width: 100%;
}
.indexbanner_itemmb {
  display: none;
}
.indexbanner_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0b8fdc;
}
.indexbanner_pagination .swiper-pagination-bullet {
  background-color: #222;
  opacity: 1;
}
.indexbanner_pagination {
  display: none;
}
@media screen and (min-width: 1300px) {
  .indexbanner_slide_item {
    height: 680px;
    background-size: inherit;
  }
  .indexbanner_slide_item img {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .indexbanner_itemmb {
    display: block;
  }
  .indexbanner_itempc {
    display: none;
  }
  .indexbanner_pagination {
    display: block;
  }
}
.inquire {
  border-bottom: 1px solid #e1e1e1;
}
.inquirebox {
  padding: 14px 0;
}
.control_btn i {
  font-size: 24px;
}
.control_btn .control_btn_per, .control_btn .control_btn_next {
  width: 40px;
  cursor: pointer;
  vertical-align: middle;
}
.control_btn .control_btn_per {
  text-align: left;
}
.control_btn .control_btn_next {
  text-align: right;
}
.control_btn_y {
  margin-top: 3px;
}
.control_btn_y span {
  margin: 0 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #222;
  vertical-align: middle;
}
.control_btn_y span.on {
  background-color: #e50012;
}
.inquiregj {
  margin-left: 35px;
  margin-top: 5px;
  border-left: 1px solid #f0e8e3;
}
.inquiregj span {
  font-size: 13px;
  color: #222;
  padding: 0 25px 0 35px;
}
.inquiregj a {
  font-size: 13px;
  color: #777;
  padding: 0 20px;
}
.inquiregj a:hover {
  color: #e50012;
}
.inquiress form {
  position: relative;
}
.inquiress input {
  height: 38px;
  border: 0;
  float: left;
  color: #222;
}
.inquiress_tj {
  width: 38px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #00a0e9;
  background-repeat: no-repeat;
  background-position: center;
}
.inquiress_tj:hover {
  background-color: #ff7901;
}
.inquiress_ct::placeholder {
  font-size: 14px;
  color: #a9a9a9;
}
/* 优势 */
.advantage {
  background-color: #f9f9f9;
  padding: 80px 0 80px;
}
.advantage_title h3 {
  text-align: center;font-size:32px;
}
.advantage_title span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  vertical-align: middle;
  background-color: #e50012;
  margin: 0 15px;
}
.advantage_titlez {
  margin-top: 8px;
  font-size: 14px;
  color: #999;
  text-align: center;
}
.advantage_titlep {
  margin-top: 20px;
}
.advantage_titlep P {font-size:18px;
  width: 50%;
  text-align: center;
  line-height: 28px;
  margin: auto;
}
.advantagebox {
  margin-top: 70px;
}
.advantagebox_item {
  padding: 40px 0;
  display: block;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}
.advantagebox_itembox {
  position: relative;
}
.advantagebox .advantagebox_item:last-child {
  border-right: 0;
}
.advantagebox_item_img {
  height: 55px;
}
.advantagebox_item_img img {
  height: 100%;
  margin: 0 auto; display:block;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.advantagebox_item_h {
  margin-top: 30px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #222;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.advantagebox_item_p {
  margin: auto;
  margin-top: 20px;
  text-align: center;
  color: #777;
  line-height: 28px; font-size:16px;
  width: 80%;
}
.advantagebox_itemboxdw {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 1px;
  height: 180px;
  background-color: rgba(0, 0, 0, .1);
}
.advantagebox_itembox:last-child .advantagebox_itemboxdw {
  display: none;
}
.advantagebox .advantagebox_item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.advantagebox .advantagebox_item:hover .advantagebox_item_h {
  transform: translateY(8px);
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  -ms-transform: translateY(8px);
  -o-transform: translateY(8px);
}
@media screen and (max-width: 1400px) {
  .advantage_titlep P {
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .inquiregj {
    display: none;
  }
  .advantage_titlep P {
    width: 80%;
  }
}
@media screen and (max-width: 992px) {
  .inquirebox {
    padding: 10px 0;
  }
  .advantage {
    padding: 70px 0;
  }
  .advantage_titlep {
    /* margin-top: 10px; */
    margin: 20px 0;
  }
  .advantagebox {
    margin-top: 30px;
  }
  .advantagebox_item {
    padding: 20px 0;
  }
  .advantagebox_item_h {
    margin-top: 10px;
    font-size: 24px;
  }
  .advantagebox_item_p {
    width: 90%;
    margin-top: 10px;
  }
  .advantagebox_itembox:nth-child(2n) .advantagebox_itemboxdw {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .advantage {
    padding: 50px 0;
  }
  .advantagebox_itembox .advantagebox_itemboxdw {
    display: none;
  }
  .inquire {
    display: none;
  }
  .control_btn {
    display: none;
  }
  .advantage_title h3 {
    font-size: 24px;
  }
  .advantage_titlez {
    font-size: 12px;
  }
  .advantage_titlep P {
    width: 90%;
    font-size: 13px;
    line-height: 20px;
  }
  .advantagebox {
    margin-top: 10px;
  }
  .advantagebox_item_h {
    font-size: 20px;
  }
  .advantagebox_item_p {
    font-size: 14px;
    line-height: 20px;
  }
  .advantage_title, .advantage_titlez {
    padding: 0 15px;
  }
  .advantagebox_item {
    padding: 35px 10px;
    background: #fff !important;
    margin: 10px 0;
  }
}
/* 产品 */
.product {
  padding: 36px 0 80px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product_title {
  position: relative;
}
.product_titlebig {
  font-size: 72PX;
  color: rgba(0, 47, 94, .3);
  font-weight: 700;
}
.product_titlemin {
  position: absolute;
  width: 100%;
  left: 0;
  top: 34px;
  text-align: center;
}
.product_titlemin_box {
  display: inline-block;
  text-align: left;
}
.product_titleminh {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}
.product_titleminh span {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  vertical-align: middle;
  background-color: #e50012;
  margin: 0 10px;
}
.product_titleminp {
  /* margin-top: -5px; */
  font-size: 14px;
  color: #fff;
}
.productfl_txt {
  text-align: right;
}
.productfl_txt span {
  padding: 0 8px;
  font-size: 16px;
  color: #fff;
}
.productfl_txt b {
  display: inline-block;
  vertical-align: middle;
  width: 115px;
  height: 1px;
  background-color: #0059aa;
}
.productfl_box {
  margin-top: 25px;
}
.productfl_box .productfl_box_item {
  display: inline-block;font-size:16px;
  overflow: hidden;
  padding: 0 12px;
  margin: 0 3px;
  height: 40px;
  line-height: 40px;
  color: #222222;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  background-color: #fff;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.productfl_box .productfl_box_item:hover {
  background-color: #e50012;
  color: #fff;
  transform: rotateX(2px)
}
.productfl_box .productfl_box_item.active {
  background-color: #e50012;
  color: #fff;
}
.productfl {
  margin-top: 44px;
}
.productitem {
  margin-top: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.productiteml {
  width: 56.5%;
  margin-right: 10px;
}
.productitemr {
  width: 43.5%;
}
.productiteml .productiteml_t {
  padding: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #fff;
}
.productiteml .productiteml_t:hover .productiteml_timg > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.productiteml_t > div {
  width: 50%;
}
.productiteml_th {
  font-size: 26px;
  color: #222;
}
.productiteml_tp {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.productiteml_ttu {
  margin-top: 25px;
}
.productiteml_ttu img {
  display: inline-block;
  margin-right: 10px;
  border-radius: 5px;
  background: -webkit-linear-gradient(left, #242424 0%, #444 100%);
  background: -o-linear-gradient(left, #242424 0%, #444 100%);
  background: -ms-linear-gradient(left, #242424 0%, #444 100%);
  background: linear-gradient(to left, #242424 0%, #444 10);
  /* transition:all .5s */
}
.productiteml_ttu img:hover {
  background: #0362b2;
}
.productiteml_txq {
  overflow: hidden;
  margin-top: 50px;
  width: 134px;
  height: 34px;
  line-height: 32px;
  text-align: center;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border: 1px solid #e1e1e1;
  font-size: 14px;
  color: #666;
}
.productiteml_txq:hover {
  color: #fff;
  background-color: #e50012;
  border-color: #e50012;
}
.productiteml_timg {
  overflow: hidden;
}
.productiteml_timg > img {
  width: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.productiteml_b {
  margin-top: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.productiteml_b .productiteml_bitem {
  width: 33.33%;
  margin-right: 10px;
  background-color: #fff;
  /* padding: 20px ; */
}
.productiteml_b .productiteml_bitem .p-40 {
  padding: 20px;
}
.productiteml_b .productiteml_bitem:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.productiteml_bitem:hover .productiteml_bitemjt {
  background-color: #00a0e9;
  border-color: #00a0e9;
}
.productiteml_bitem:hover .productiteml_bitemjt i {
  color: #fff;
}
.productiteml_b .productiteml_bitem:last-child {
  display: none;
  margin-right: 0;
}
.productiteml_b .productiteml_bitem:nth-last-child(2) {
  margin-right: 0;
}
.productiteml_bitemh {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #222;
}
.productiteml_bitemp {
  font-size: 12px;
  color: #999999;
}
.productiteml_bitemjt {
  margin-top: 15px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  text-align: center;
  line-height: 28px;
  border: 1px solid #00a0e9;
}
.productiteml_bitemjt i {
 
  color: #00a0e9;
  font-size: 18px;
}
.productiteml_bitemimg {
  /* margin-top: 20px; */
  overflow: hidden;
}
.productiteml_bitemimg img {
  width: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.productitemr {
  background-color: #fff;
}
.productitemr .productitemr_box {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 50px;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.productitemr .productitemr_box:hover .productitemr_boximg img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.productitemr_boxtxt {
  padding-bottom: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px dashed #d9d9d9;
}
.productitemr_boxtxtl {
  width: calc(100% - 50px);
}
.productitemr_boxtxtlh {
  font-size: 26px;
  color: #222;
}
.productitemr_boxtxtlp {
  font-size: 14px;
  color: #999;
}
.productitemr_boxtxtr {
  margin-top: 10px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid #d9d9d9;
  text-align: center;
  line-height: 48px;
}
.productitemr_boxtxtr i {
  font-size: 24px;
  color: #9c9c9c;
  padding-left: 3px;padding-bottom:3px;
}
.productitemr_box:hover .productitemr_boxtxtr {
  background-color: #00a0e9;
  border-color: #00a0e9;
}
.productitemr_box:hover .productitemr_boxtxtr i {
  color: #fff;
}
.productitemr_boxtb {
  margin-top: 10px;
}
.productitemr_boxxdl {
  margin-top: 20px;
  font-size: 14px;
  color: #666666;
  line-height: 23px;
}
.productitemr_boximg {
  overflow: hidden;
}
.productitemr_boximg img {
  width: 90%;
  margin: auto;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
@media screen and (max-width: 1200px) {
  .product_title {
    width: 100%;
  }
  .product_titlebig {
    text-align: center;
  }
  .productfl {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
  .productfl_txt {
    text-align: center;
    display: none;
  }
  .productfl_txt b {
    display: none;
  }
  .product_titlemin {
    top: 22px;
  }
  .productitem {
    margin-top: 30px;
  }
  .productitemr {
    display: none;
  }
  .productiteml {
    width: 100%;
  }
  .productiteml_b .productiteml_bitem {
    width: 25%;
  }
  .productiteml_b .productiteml_bitem:last-child {
    display: block;
  }
  .productiteml_b .productiteml_bitem:nth-last-child(2) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 992px) {
  .product {
    padding: 20px 0 50px;
  }
  .productfl {
    margin-top: 0;
  }
  .productiteml_b {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .productiteml_b .productiteml_bitem {
    width: 49%;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .productiteml_bitemjt {
    display: none;
  }
  .productiteml_bitemh, .productiteml_bitemp {
    text-align: center;
  }
  .productiteml_bitemp {
    display: none;
  }
  .productiteml_b .productiteml_bitem .p-40 .p-40 {
    padding: 0px;
  }
}
@media screen and (max-width: 768px) {
  .productiteml_t {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .productiteml_t > div {
    width: 100%;
  }
  .productiteml_timg {
    margin-top: 20px;
  }
  .productiteml_timg img {
    width: 80%;
    margin: auto;
  }
  .product_titlebig {
    font-size: 46px;
  }
  .product_titleminh {
    text-align: center;
    font-size: 24px;
  }
  .product_titlemin {
    margin-top: -4px;
  }
  .productfl_txt span {
    font-size: 14px;
  }
  .product_titleminp {
    font-size: 12px;
  }
  .productfl {
    margin-top: 5px;
  }
  .productfl_box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 20px 0;
  }
  .productfl_box .productfl_box_item {
    width: 45%;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }
  .productiteml .productiteml_t {
    padding: 30px 15px 15px;
  }
  .productiteml_th {
    font-size: 22px;
    font-weight: 600;
  }
  .productiteml_tp {
    margin-top: 0;
  }
  .productiteml_ttu {
    margin-top: 20px;
    /* margin-bottom: 30px; */
  }
  .productiteml_txq {
    margin-top: 15px;
  }
  .productiteml_b .productiteml_bitem {
    /* padding: 10px 10px; */
  }
  .productiteml_bitemh {
    font-size: 16px;
    font-weight: 600;
  }
  .productiteml_bitemjt {
    margin-top: 10px;
  }
  .productiteml {
    margin: 0;
  }
  .productiteml_ttxt {
    text-align: center;
  }
  .productiteml_txq {
    margin: auto;
    margin-top: 15px;
    display: none;
  }
}
/* 方案 */
.program {
  padding: 90px 0 80px;
}
.program_txt {
  text-align: center;
}
.program_txth {
  font-size: 42px;
  color: #222222;
  font-weight: 700;
}
.program_txth span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  vertical-align: middle;
  background-color: #e50012;
  margin: 0 10px;
}
.program_txtp {
  font-size: 14px;
  color: #999999;
}
.programlb {
  padding-top: 40px;
}
.programlbt_container {
  width:100%;
}
.programlbt_slide .programlbt_slide_item {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.programlbt_slide .programlbt_slide_item > div {
  width: 100%;
}
.programlbt_slide .programlbt_slide_item::after {
  content: '';
  width: 1px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 30%;
  display: inline-block;
  background-color: #e1e1e1;
}
.programlbt_slide:last-child .programlbt_slide_item::after {
  display: none;
}
.programlbt_slide_item i {
  font-size: 30px;
  color: #e50012;
}
.programlbt_slide_item span {
  margin-left: 10px;
  font-size: 18px;
  color: #222;
}
.programlbb_container {
  margin-top: 20px;
  border: 1px solid #d8d8d8;
}
.programlbb_slide_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.programlbb_slide_iteml {
  position: relative;
  width: 44%;
}
.programlbb_slide_itemldw {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.programlbb_slide_itemldw div {
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 15px;
  background-color: rgba(22, 106, 178, .9);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.programlbb_slide_iteml {
  overflow: hidden;
}
.programlbb_slide_iteml img {
  width: 100%;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}
.programlbb_slide_iteml img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.programlbb_slide_itemr {
  width: 56%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.programlbb_slide_itemr .programlbb_itemr_box {
  padding: 40px 30px 30px 70px;
}
.programlbb_itemr_boxtxt span {
  font-size: 28px;
  font-weight: 700;
  color: #00a0e9;
}
.programlbb_slide_itemr .programlbb_itemr_box h3{ line-height:50px; font-size:20px; color:#222;}
.programlbb_slide_itemr .programlbb_itemr_box p{ line-height:25px;font-size:15px;padding-bottom:8px;}
.programlbb_slide_itemr .programlbb_itemr_box p i{color:#e50012;padding-right:5px;}
.programlbb_slide_itemr .programlbb_itemr_box p b{ color:#e50012;}
.programlbb_itemr_boxtxt b {
  margin-left: 8px;
  font-size: 14px;
  color: #999999;
}
.programlbb_itemr_boxlink {
  margin-top: 30px;
}
.programlbb_itemr_boxlink > span {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  margin-bottom: 10px;
  text-align: center;
  padding: 0 20px;
  color: #555;
  border: 1px solid #d1d1d1;
  border-radius: 20px;
  margin-right: 5px;
}
.programlbb_itemr_boxvideo {
  margin-top: 30px;
}
.programlbb_itemr_boxvideo > a {
  position: relative;
  display: inline-block;
  width: 30%;
  overflow: hidden;
  margin-right: 10px;
}
.programlbb_itemr_boxvideo > a img {
  width: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.programlbb_itemr_boxvideo > a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.programlbb_itemr_boxvideodw {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, .7);
  padding: 0 5px;
}
.programlbb_itemr_boxvideobtn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -60%);
  -webkit-transform: translate(-50%, -60%);
  -moz-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  -o-transform: translate(-50%, -60%);
}
.programlbb_itemr_boxvideobtn {
  width: 40px;
}
.programlbb_itemr_boxgd {
  margin-top: 25px;
}
.programlbb_itemr_boxgd span {
  color: #666;
}
.programlbb_itemr_boxgd i {
  color: #e50012;
  font-size: 20px;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}
.programlbb_itemr_boxgd a:hover span {
  color: #e50012;
}
.programlbb_itemr_boxgd a:hover i {
  margin-left: 8px;
}
.programlbb_itemr_boxvideobtn img {
  display: none;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}
.programlbb_itemr_boxvideo > a:hover .programlbb_itemr_boxvideobtn img {
  display: block;
}
.programlbb_itemr_boxlink > a:hover {
  color: #e50012;
}
.programlbt_slide.swiper-slide-thumb-active span {
  font-weight: 700;
}
.programlbt_slide.swiper-slide-thumb-active i {
  font-weight: 700;
}
.program_next, .program_prev {
  display: none;
}
@media screen and (max-width: 1200px) {
  .programlbb_slide_itemr .programlbb_itemr_box {
    padding: 10px;
  }
  .program {
    padding: 50px 0;
  }
  .programlbb_slide_iteml {
    width: 50%;
  }
  .programlbb_slide_itemr {
    width: 50%;
    padding: 0 10px 0 30px;
  }
  .programlbb_itemr_boxlink {
    margin-top: 20px;
  }
  .programlbb_itemr_boxlink > span {
    margin-bottom: 10px;
    padding: 0;
    font-size: 13px;
  }
  .programlbb_itemr_boxvideo {
    margin-top: 20px;
  }
  .programlb {
    padding-top: 30px;
  }
  .program_next, .program_prev {
    display: block;
  }
  .programlbt_slide {
    margin: 10px 0;
  }
  .programlbt_slide:nth-child(3n) .programlbt_slide_item {
    border-right: none;
  }
  .programlbt_slide:nth-child(3n) .programlbt_slide_item::after {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .programlbb_slide_iteml {
    display: none;
  }
  .programlbb_slide_itemr {
    width: 100%;
    padding: 15px 20px;
  }
  .programlbb_itemr_boxtxt {
    margin: 10px 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
  }
}
@media screen and (max-width: 768px) {
  .programlbt_slide:nth-child(3n) .programlbt_slide_item {
    border-right: none;
  }
  .programlbt_slide:nth-child(3n) .programlbt_slide_item::after {
    display: block;
  }
  .programlbt_slide:nth-child(2n) .programlbt_slide_item {
    border-right: none;
  }
  .programlbt_slide:nth-child(2n) .programlbt_slide_item::after {
    display: none;
  }
  .program_txth {
    font-size: 24px;
  }
  .programlb {
    padding-top: 20px;
  }
  .program_txtp {
    font-size: 12px;
  }
  .programlbb_container {
    margin: 20px 15px 0;
  }
  .programlbt_slide_item span {
    font-size: 16px;
    color: #666;
  }
  .programlbt_slide.swiper-slide-thumb-active span {
    color: #e50012;
  }
  .programlbb_itemr_boxtxt span {
    font-size: 20px;
  }
  .programlbb_itemr_boxtxt b {
    font-size: 12px;
  }
  .programlbb_itemr_boxvideo > a {
    width: 47.2%;
  }
  .programlbb_itemr_boxvideo > a:nth-of-type(2) {
    margin-right: 0;
  }
  .programlbb_itemr_boxvideodw {
    font-size: 12px;
    height: 28px;
    line-height: 28px;
  }
  .programlbb_itemr_boxlink {
    margin-top: 10px;
  }
  .programlbb_itemr_boxvideo {
    margin-top: 10px;
  }
  .programlbb_itemr_boxgd {
    margin-top: 15px;
    margin-bottom: 8px;
  }
  .programlbb_itemr_boxgd span {
    font-size: 14px;
  }
  .programlbb_itemr_boxlink > span {
    width: 45%;
  }
  .programlbb_itemr_boxvideo > a:last-child {
    display: none;
  }
}
/* 案例 */
.cases {
  padding: 80px 0;
  background-color: #f3f3f3;
}
.cases_t {
  border-top: 1px solid #d8d8d8;
  position: relative;
}
.cases_tbox {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -24px);
  -webkit-transform: translate(-50%, -24px);
  -moz-transform: translate(-50%, -24px);
  -ms-transform: translate(-50%, -24px);
  -o-transform: translate(-50%, -24px);
  padding: 0 58px;
  background-color: #f3f3f3;
}
.cases_tboxbig {
  /* position: relative; */
  text-align: center;
}
.cases_tboxh {
  font-size: 28px;
  font-weight: 700;
  color: #222222;
}
.cases_tboxp {
  font-size: 14px;
  color: #999999;
}
.cases_yl, .cases_yr {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid #d8d8d8;
}
.cases_yl {
  left: 0;
  top: 20px;
}
.cases_yr {
  right: 0;
  top: 20px;
}
.cases_b {
  margin-top: 90px;
  padding: 0 40px;
  position: relative;
}
.cases_container {
  /* padding-right: -1px; */
  /* border: 1px solid #d3d3d3;

    border-left: none;

    border-right: none;

    border-bottom: none; */
  border-right: 1px solid rgba(0, 0, 0, .15);
  border-bottom: 1px solid rgba(0, 0, 0, .15);
  position: unset;
}
.cases_wrapper {
  background-color: #fff;
  /* border-bottom: 1px solid #d3d3d3; */
}
.cases_slide {
  overflow: hidden;
  /* border-left: 1px solid rgba(0, 0, 0, .15);

    border-top: 1px solid rgba(0, 0, 0, .15); */
}
.cases_slide img {
  width: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  padding: 15px;
}
.cases_slide:nth-child(-n +7) {
  /* border-top: 0; */
}
.cases_slide:nth-child(7n) {
  /* border-right: 1px solid rgba(0, 0, 0, .15); */
}
.cases_slide_item {
  overflow: hidden;
  border-left: 1px solid rgba(0, 0, 0, .15);
  border-top: 1px solid rgba(0, 0, 0, .15);
}
.cases_slide:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.cases_pagination {
  display: none;
}
.cases_container .cases_pagination {
  bottom: -33px;
}
.cases_container .cases_pagination span.swiper-pagination-bullet-active {
  background-color: #e50012;
}
.cases_more {
  margin-top: 45px;
  text-align: center;
}
.cases_more a {
  display: inline-block;
  width: 165px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: -webkit-linear-gradient(left, #0b92df 0%, #0050a2 100%);
  background: -o-linear-gradient(left, #0b92df 0%, #0050a2 100%);
  background: -ms-linear-gradient(left, #0b92df 0%, #0050a2 100%);
  background: linear-gradient(to left, #0b92df 0%, #0050a2 10);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
@media screen and (max-width: 1200px) {
  .cases_container {
    padding-bottom: 50px;
  }
  .cases_pagination {
    display: block;
  }
}
@media screen and (max-width: 992px) {
  .cases {
    padding: 50px 0;
  }
  .cases_more {
    margin-top: 30px;
  }
  .cases_tbox {
    width: 70%;
  }
  .cases_b {
    margin-top: 66px;
  }
}
@media screen and (max-width: 768px) {
  .cases_container {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .cases_tboxh {
    font-size: 24px;
  }
  .cases_tboxp {
    font-size: 12px;
  }
  .cases_tbox {
    width: 100%;
    padding: 0;
    position: relative;
    top: 20px;
  }
  .cases_yl, .cases_yr {
    display: none;
  }
  .cases_more {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .cases_b {
    margin-top: 30px;
    padding: 0 20px;
  }
}
/* 实力 */
.strength {
  padding: 54px 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.strengthtxt {
  position: relative;
  text-align: center;
  font-size: 80px;
  font-weight: 700;
  color: #212323;
}
.strengthtxtdw {
  position: absolute;
  width: 100%;
  left: 0;
  top: 46px;
}
.strengthtxtdw_boxh {
  font-size: 42px;
  font-weight: 700;
  color: #feffff;
}
.strengthtxtdw_boxp {
  font-size: 14px;
  color: rgba(255, 255, 255, .3);
  font-weight: 400;
}
.strengthtxtdw_boxh span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  vertical-align: middle;
  background-color: #e50012;
  margin: 0 10px;
}
.strengthct {
  padding-top: 60px;
}
.strengthct_container {
  width: 100%;
}
.strengthct_slide {
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.strengthct_slide .strengthct_slide_item {
  position: relative;
  display: block;
  padding: 22px 0;
  text-align: center;
}
.strengthct_slide_itemdw {
  position: absolute;
  right: 12px;
  top: 50%;
  width: 1px;
  height: 50px;
  background-color: rgba(255, 255, 255, .1);
  transform: rotate(30deg) translate(-50%, -50%);
  -webkit-transform: rotate(30deg) translate(-50%, -50%);
  -moz-transform: rotate(30deg) translate(-50%, -50%);
  -ms-transform: rotate(30deg) translate(-50%, -50%);
  -o-transform: rotate(30deg) translate(-50%, -50%);
}
.strengthct_container .strengthct_slide:last-child .strengthct_slide_itemdw {
  display: none;
}
.strengthct_slide_item > div {
  display: inline-block;
  vertical-align: middle;
}
.strengthct_slide_itemi i {
  font-size: 50px;
  color: rgba(255, 255, 255, .3);
}
.strengthct_slide_itemh {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.strengthct_slide_item .strengthct_slide_itemtxt {
  margin-left: 8px;
  text-align: left;
}
.strengthct_slide_itemp {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 100;
  color: rgba(255, 255, 255, .3);
}
.strengthctb_container {
  width: 100%;
  padding-bottom: 75px;
}
.strengthctb_slide_item {
  display: block;
  position: relative;
}
.strengthctb_slide_itemimg img {
  width: 100%;
}
.strengthctb_slide_itemdw {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
}
.strengthctb_slide_itemdw:hover .strengthctb_itemdwrl_h {
  /* color: #e50012; */
}
.strengthctb_itemdwrri:hover {
  background-color: #e50012;
  border-color: #e50012;
}
.strengthctb_itemdwrri:hover i {
  color: #fff;
}
.strengthctb_itemdw {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  margin: auto;
  background-color: #fff;
}
.strengthctb_itemdwl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  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;
  width: 275px;
  padding: 44px 0;
  background: -moz-linear-gradient(left, #0050a2 0%, #0b92df 100%);
  background: -webkit-linear-gradient(left, #0050a2 0%, #0b92df 100%);
  background: -o-linear-gradient(left, #0050a2 0%, #0b92df 100%);
  background: -ms-linear-gradient(left, #0050a2 0%, #0b92df 100%);
  background: linear-gradient(to left, #0050a2 0%, #0b92df 10);
}
.strengthctb_itemdwlsz {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.strengthctb_itemdwlsz > div {
  margin-top: -30px;
  margin-right: -16px;
}
.strengthctb_itemdwltxth {
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
}
.strengthctb_itemdwltxtp {
  font-size: 28px;
  color: #fff;
}
.strengthctb_itemdwlx {
  height: 60px;
  width: 1px;
  background-color: rgba(255, 255, 255, .6);
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  margin: 0 25px;
}
.strengthctb_itemdwltxtp > div {
  margin-top: -5px;
}
.strengthctb_itemdwr {
  width: calc(100% - 275px);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 35px;
}
.strengthctb_itemdwrl_h {
  font-size: 22px;
  color: #222;
}
.strengthctb_itemdwrl_p, .strengthctb_itemdwrl_p p {
  margin-top: 4px;
  font-size: 14px;
  color: #777777;
}
.strengthctb_itemdwrr i {
  margin-left: 3px;
  font-size: 20px;
  color: #777;
}
.strengthctb_itemdwrri {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  text-align: center;
  line-height: 48px;
}
.strengthct_slide.swiper-slide-thumb-active {
  border-top: 1px solid #056dbd;
  ;
}
.strengthct_slide.swiper-slide-thumb-active .strengthct_slide_itemp {
  color: rgba(255, 255, 255, 1);
}
.strengthct_slide.swiper-slide-thumb-active .strengthct_slide_itemi i {
  color: #056dbd;
}
@media screen and (max-width:1200px) {
  .strengthctb_itemdwl {
    width: 36%;
  }
  .strengthctb_itemdwr {
    width: 64%;
  }
  .strength {
    padding: 50px 0 80px;
  }
  .strengthct {
    padding-top: 35px;
  }
}
@media screen and (max-width:992px) {
  .strengthct_container .strengthct_slide:nth-child(2n) .strengthct_slide_itemdw {
    display: none;
  }
  .strengthct_slide_itemi i {
    display: none;
  }
  .strengthtxt {
    font-size: 60px;
  }
  .strengthtxtdw {
    top: 10px;
  }
  .strengthctb_itemdwl {
    display: none;
  }
  .strengthctb_itemdwr {
    width: 100%;
    padding: 15px;
  }
  .strengthctb_container {
    padding-bottom: 52.5px;
  }
  .strengthctb_slide_itemdw {
    bottom: -52.5px;
  }
  .strengthct_slide_item .strengthct_slide_itemtxt {
    margin-left: 0;
    text-align: center;
  }
}
@media screen and (max-width:768px) {
  .strengthctb_itemdwrl_p {
    margin-top: 0;
  }
  .strengthct {
    padding-top: 45px;
  }
  .strengthtxt {
    font-size: 32px;
  }
  .strengthtxtdw_boxh {
    font-size: 24px;
  }
  .strengthtxtdw_boxp {
    font-size: 12px;
  }
  .strength {
    padding: 50px 0;
  }
  .strengthct_slide .strengthct_slide_item {
    padding: 15px 0;
  }
  .strengthct_slide_itemh {
    font-size: 16px;
  }
  .strengthct_slide_itemdw {
    height: 72px;
    right: 0;
    top: 0;
    transform: rotate(0) translate(0, 0);
    -webkit-transform: rotate(0) translate(0, 0);
    -moz-transform: rotate(0) translate(0, 0);
    -ms-transform: rotate(0) translate(0, 0);
    -o-transform: rotate(0) translate(0, 0);
  }
  .strengthctb_itemdwrl_h {
    font-size: 16px;
  }
  .strengthctb_itemdwrl_p, .strengthctb_itemdwrl_p p {
    font-size: 12px;
  }
  .strengthctb_itemdw {
    width: 95%;
  }
  .strengthctb_itemdwrri {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .strengthctb_itemdwrl {
    margin-right: 10px;
  }
  .strengthctb_itemdwrr i {
    font-size: 20px;
  }
  .strengthctb_container {
    padding-bottom: 45px;
  }
  .strengthctb_slide_itemdw {
    bottom: -45px;
  }
}
/* 走进矩正 */
.aboutus_t {
  padding-top: 70px;
  background-color: #f3f3f3;
}
.aboutus_ttitle {
  text-align: center;
}
.aboutus_ttitleh {
  font-size: 42px;
  color: #222;
  font-weight: 700;
}
.aboutus_ttitlep {
  font-size: 14px;
  color: #999;
}
.aboutus_tjs {
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.aboutus_tjsl {
  width: 46%;
  padding-right: 5%;
}
.aboutus_tjsl_titlei i {
  font-size: 56px;
  color: #00a0e9;
}
.aboutus_tjsl_titleiwz {
  margin-left: 20px;
}
.aboutus_tjsl_titleiwzh {
  font-size: 28px;
  font-weight: 700;
  color: #00a0e9;
  text-transform: uppercase;
}
.aboutus_tjsl_titleiwzp {
  font-size: 20px;
  color: #222;
}
.aboutus_tjsl_p {
  margin-top: 25px;
  font-size: 14px;
  line-height: 24px;
  color: #777777;
}
.aboutus_tjsl_more {
  margin-top: 50px;
}
.aboutus_tjsl_more .aboutus_more_link {
  display: block;
  position: relative;
  width: 200px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  color: #fff;
  background-color: #00a0e9;
  padding-right: 44px;
}
.aboutus_more_linkdw {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #222;
  line-height: 44px;
  text-align: center;
}
.aboutus_tjsl_more {
  margin-bottom: 50px;
}
.aboutus_tjsr {
  width: 54%;
  position: relative;
}
.aboutus_tjsrdwlan {
  position: absolute;
  left: 0;
  bottom: -150px;
  height: 190px;
  background-color: #00a0e9;
}
.aboutus_tjsrdwimg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-left: 30px;
}
.aboutus_tjsrdwimg_box {
  position: relative;
  height: 503px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.aboutus_tjsrdwimg_txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 15px 0;
  background-color: rgba(0, 0, 0, .7);
  text-align: center;
}
.aboutus_tjsrdwimg_txth {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}
.aboutus_tjsrdwimg_txth span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  vertical-align: middle;
  background-color: #e50012;
  margin: 0 5px;
}
.aboutus_tjsrdwimg_txtp {
  font-size: 12px;
  color: rgba(255, 255, 255, .6);
}
.aboutus_bsj {
  padding: 36px 0;
}
.aboutus_bsj .aboutus_bsj_item {
  border-right: 1px solid #e1e1e1;
  padding: 0 35px;
}
.aboutus_bsj .aboutus_bsj_item:last-child {
  border-right: none;
}
.aboutus_bsj .aboutus_bsj_item:first-child {
  padding-left: 10px;
}
.aboutus_bsj_itemt span {
  font-size: 38px;
  font-weight: 700;
  color: #222;
}
.aboutus_bsj_itemt b {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: #e50012;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-size: 14px;
  vertical-align: top;
}
.aboutus_bsj_itemb {
  font-size: 14px;
  color: #777;
}
.aboutus_blb {
  position: relative;
  margin-top: 90px;
  border-top: 1px solid #e1e1e1;
}
.aboutus_blb_list {
  position: absolute;
  width: 51%;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.aboutusblb_slider {
  padding: 10px 0;
}
.aboutusblb_slider .aboutusblb_slider_item {
  margin-right: 1px;
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 44px;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  -ms-border-radius: 23px;
  -o-border-radius: 23px;
  background-color: #fff;
  color: #666666;
  border: 1px solid #d8d8d8;
  text-align: center;
}
.aboutus_blbx {
  margin-top: 55px;
}
.aboutusblb_slider.swiper-slide-thumb-active .aboutusblb_slider_item {
  background-color: #00a0e9;
  border-color: transparent;
  color: #fff;
}
.aboutusblb_slider .aboutusblb_slider_item:hover {
  border-color: transparent;
  background-color: ##00a0e9;
}
.aboutu_item {
  padding: 0 10px;
}
.aboutu_item_link {
  display: block;
  overflow: hidden;
  position: relative;
}
.aboutu_item_link img {
  width: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.aboutu_item_link:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.aboutu_item_linkdw {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, .6);
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 0 5px;
}
.aboutu_item_link:hover .aboutu_item_linkdw {
  background-color: rgb(255, 120, 0);
}
.aboutusblbx_slide .owl-controls .owl-page.active span {
  background-color: #e50012;
}
.aboutusblbx_slide .owl-controls .owl-page span {
  background-color: #869791
}
@media screen and (max-width: 1200px) {
  .aboutus_bsj_itemt span {
    font-size: 30px;
  }
  .aboutus_bsj .aboutus_bsj_item {
    padding: 0 20px;
  }
  .aboutus_bsj {
    padding: 30px 0;
  }
  .aboutus_tjsrdwlan {
    height: 160px;
    bottom: -130px
  }
}
@media screen and (max-width: 992px) {
  .aboutus_t {
    padding-top: 50px;
    /* padding-bottom: 50px; */
  }
  .aboutus_b {
    padding-top: 30px;
  }
  .aboutus_tjsrdwlan {
    display: none;
  }
  .aboutus_tjs {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .aboutus_tjsl {
    width: 100%;
  }
  .aboutus_tjsr {
    width: 100%;
    height: 503px;
  }
  .aboutus_tjsrdwimg {
    padding-left: 0;
  }
  .aboutus_tjsl {
    padding-right: 0;
  }
  .aboutus_tjs {
    margin-top: 30px;
  }
  .aboutus_tjsl_p {
    margin-top: 20px;
  }
  .aboutus_tjsl_more {
    margin: 20px 0;
  }
  .aboutus_blb {
    margin-top: 30px;
  }
  .aboutus_blbx {
    margin-top: 40px;
  }
  .aboutus_bsj {
    display: none;
  }
  .aboutus_tjsl_more .aboutus_more_link {
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .aboutus_ttitle {
    /* display: none; */
  }
  .aboutus_tjsl_title {
    background: #fff;
    padding: 10px 20px 5px;
  }
  .aboutus_ttitleh {
    font-size: 24px;
  }
  .aboutus_tjs {
    margin-top: 20px;
  }
  .aboutus_tjsl_titleiwzh {
    font-size: 18px;
  }
  .aboutus_tjsl_titleiwzp {
    font-size: 16px;
  }
  .aboutus_tjsl_titlei i {
    font-size: 38px;
  }
  .aboutus_tjs {
    padding: 0 15px;
  }
  .aboutus_tjsl_p {
    margin: 20px 0;
  }
  .aboutus_tjsl_more {
    margin-bottom: 30px;
  }
  .aboutus_tjsl_more .aboutus_more_link {
    height: 36px;
    line-height: 36px;
  }
  .aboutus_more_linkdw {
    width: 36px;
    height: 36px;
  }
  .aboutus_more_linkdw i {
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
  }
  .aboutus_tjsr {
    height: 300px;
  }
  .aboutus_tjsrdwimg_box {
    height: 300px;
  }
  .aboutus_tjsrdwimg_txth {
    font-size: 18px;
  }
  .aboutus_bsj {
    padding: 15px;
  }
  .aboutus_bsj .aboutus_bsj_item {
    padding: 0 10px;
  }
  .aboutus_bsj_itemt span {
    font-size: 20px;
  }
  .aboutus_bsj_itemb {
    font-size: 12px;
  }
  .aboutus_blb_list {
    width: 96%;
  }
  .aboutusblb_slider .aboutusblb_slider_item {
    font-size: 13px;
    height: auto;
    line-height: 1;
    padding: 8px 10px;
  }
  .aboutu_item_linkdw {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
  }
}
/* 新闻中心 */


/*banner*/

        .fullSlide{ min-width:1200px; position:relative;  height:570px; overflow:hidden;}
        .fullSlide .bd{ position:relative; z-index:0;}
        .fullSlide .bd ul{ width:100% !important;}
        .fullSlide .bd li{ width:100% !important; height:570px; overflow:hidden; text-align:center;}
        .fullSlide .bd li a{ display:block; height:570px;}
        .fullSlide .hd{ width:1200px; left:50%; margin-left:-600px; bottom:25px; position:absolute; z-index:1;overflow:hidden;  }
        .fullSlide .hd ul{margin-left:500px;}
        .fullSlide .hd ul li{ float:left; margin:0 5px;font-size:16px; display:inline; border-radius:15px; cursor:pointer; width: 30px;height:30px; line-height:30px;background: #fff; text-align:center;}
        .fullSlide .hd ul .on{background: #e50012; color:#fff;}
		
		
		
		/*走进*/
.shengjia{
	background: url("../images/shengbj.jpg")no-repeat center top;
	padding: 73px 0;
	
}
.shengtit{text-align: center;}
.shengtit h2{
	font-size: 45px;
	color: #fff;
	font-weight: bold;
}
.shengtit span{
	font-size: 16px;
	color: #fff;
 text-transform: uppercase;
}

.stuwen {
	margin: 35px 0 70px;
	    background: #fff;
    overflow: hidden;
    padding: 20px;
}
.shengtu{
	width: 587px;
	height: 400px;
	float: left;
}
.shengwen{
	float: left;
	margin: 38px 0 0 50px; width:500px;
}
.shengwen h3{
	font-size: 27px;
    color: #222;
    font-weight: bold;
}
.shengwen span{
	font-size: 11px; line-height:25px;
    color: #999;
    text-transform: uppercase;
}

.shengwen p{
	font: 14px Arial, "Microsoft Yahei";
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
	line-height: 24px;
	color: #515151;
	 padding:38px 0 32px;
    overflow: hidden;
}
.shengwen a{
	display: block;
	width: 170px;
	height: 50px;
	background: #d00309;
	line-height: 50px;
	color: #fff !important;
	font-size: 16px;
	border-radius: 40px;
	text-align: center;
}

		/* 本例子css */
		.slideGroup001{  width:100%;text-align:left;   }
		.slideGroup001 .parHd{ height:45px; line-height:27px; padding:0 20px;position:relative;
    text-align: center;  }
		.slideGroup001 .parHd ul{  position: relative;
    display: inline-block;
    z-index: 666;
    top: -15px;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;  }
.slideGroup001 .parHd ul span{
	float: left;
	font-size: 18px;
	color: #333;
}
	.slideGroup001 .parHd .HDhx{
    position: relative;
    z-index: 5;
    height: 1px;
    width: 100%;
    background: #eee;
}
.slideGroup001 .tempWrap {
	width: 100%!important;
}
		.slideGroup001 .parHd ul li{  float:left; padding:0 18px; cursor:pointer;color: #333;font-size: 24px;  }
		.slideGroup001 .parHd ul li.cur{  height:30px;color: #005faf;font-weight: bold; }
		.slideGroup001 .slideBox{ overflow:hidden; zoom:1; padding:10px 0 10px 42px; position:relative;   }

		.slideGroup001 .sPrev{ position:absolute; left:-60px; top:117px; display:block; width:46px; height:46px;  background:url("../images/fecz.jpg") center center no-repeat;}
		.slideGroup001 .sNext{ left:auto; right:-60px; top:117px; display:block; width:46px; height:46px; background:url("../images/fecr.jpg") center center no-repeat; position:absolute;  }
		.slideGroup001 .sPrev:hover{background: url("../images/csaeprev1.png") center center no-repeat;}
.slideGroup001 .sNext:hover{background: url("../images/casenext1.png") center center no-repeat}
.slideGroup001 .parBd{position: relative;}
		.slideGroup001 .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup001 .parBd ul .rongss{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; background: #f5f5f5;display: block;border: 1px solid #e4e4e4;width:240px!important;}
		.slideGroup001 .parBd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center; background: #f5f5f5;display: block;border: 1px solid #e4e4e4;width: 295px;}
		.slideGroup001 .parBd ul li .pic{ background: #f5f5f5!important;}
		.slideGroup001 .parBd ul li .pic img{ width:auto; max-height: 240px; display:block;background: #f5f5f5; }
		.slideGroup001 .parBd ul li .pic a:hover img{ border-color:#999;  }
		.slideGroup001 .parBd ul li .title{ line-height:50px; color: #333;font-size: 16px;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;margin:0;  }
.moress{
	width: 150px;
    height: 40px;
    border-radius: 40px;
    background: #d00309;
    text-align: center;
    line-height: 40px;
    margin: 20px auto 0 auto;
}

.moress a{
	color: #fff;font-size: 14px;display: block;
}



/*合作客户*/

.hz {
	background: url(../images/hz_bg.jpg) no-repeat center 0;
	height: 520px;
	overflow: hidden;
}
.hz ul li {
	width: 220px;
	height: 127px;
	float: left;
	position: relative;
	line-height: 0;
	margin-top: 30px;
	margin-left: 37px;
	overflow: hidden;
}
.hz ul li img {
	width: 226px;
	height: 127px;
}
.hz ul li span {
	width: 226px;
	height: 0;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	color: #fff;
	background: rgba(0,160,233,0.9);
	text-align: center;
	line-height: 118px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: height .3s;
	-moz-transition: height .3s; /* Firefox 4 */
	-webkit-transition: height .3s; /* Safari and Chrome */
	-o-transition: height .3s; /* Opera */
}
.hz ul li:hover span {
	height: 127px;
}
.hz .nobor, .hz ul li:first-child {
	margin-left: 0;
}
.hz .nobor, .hz ul li:nth-child(6) {
	margin-left: 0;
}



.News{background-color: #fff;padding-bottom: 100px;}

.NewsCon dl{width: 550px;background-color: #f9f9f9;}
.NewsCon dl dt{width: 550px;height: 280px;overflow: hidden;}
.NewsCon dl dt img{display: block;width: 550px;height: 280px;transition: .8s;}
.NewsCon dl:hover dt img{transform: scale(1.1);}
.NewsCon dl dd{padding-bottom: 30px;}
.NewsCon dl dd h3{font-weight: normal;margin-top: 37px;padding: 0 45px;}
.NewsCon dl dd h3 a{color: #181818;font-size: 20px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.NewsCon dl dd p{color: #666;font-size: 14px;margin-top: 30px;padding: 0 45px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical;line-height: 25px;}
.NewsCon dl dd a.More{color: #999;font-size: 14px;display: inline-block;*display: inline;*zoom: 1;margin-top: 30px;background: url(../images/more.png) no-repeat right;padding-right: 20px;float: right;margin-right: 45px;}
.NewsCon dl:hover dd a.More{color: #181818;}
.NewsCon dl:hover{box-shadow: 0 0 20px rgba(0,0,0,0.1);}

.NewsCon ul{width: 670px;}
.NewsCon ul li{width: 670px;background-color: #f9f9f9;padding: 30px 40px 17px;overflow: hidden;margin-top: 20px;}
.NewsCon ul li:first-child{margin-top: 0;}
.NewsCon ul li:hover{box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.NewsCon ul li h3{font-weight: normal;overflow: hidden;}
.NewsCon ul li h3 span{color: #999;font-size: 12px;float: right;}
.NewsCon ul li h3 a{color: #181818;font-size: 20px;width: 500px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;float: left;}
.NewsCon ul li p{color: #666;font-size: 15px;margin-top: 13px;line-height: 25px;display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.NewsCon ul li a.More{color: #999;font-size: 14px;display: inline-block;*display: inline;*zoom: 1;background: url(../images/more.png) no-repeat right;padding-right: 20px;float: right;margin-top: 10px;}
.NewsCon ul li:hover a.More{color: #181818;}

.NavTop{text-align: center;margin-bottom: 35px;}
.NavTop a{display: inline-block;*display:inline;*zoom:1;margin: 0 20px;color: #666;font-size: 15px;padding-bottom: 10px;}
.NavTop a.cur{border-bottom: 2px #000 solid;color: #000;}
/* News End */
.title{margin:40px auto;}
.title h2{ text-align:center; font-size:42px;}
.title p{ font-size:16px; text-align:center;}


.link a{ line-height:40px;}
