
.hdTxt {
  display: none;
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* 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;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
}
.search {
  border-bottom: 1px solid #eee;
  line-height: 50px;
  margin: 5px 0;
}
.search b {
  color: #cc271f;
}
.search .left {
  float: left;
  color: #333;
  font-weight: bold;
}
.search .left a {
  padding: 0 10px;
  color: #787878;
  font-weight: 100;
}
.search .left a:hover {
  color: #0a5cb1;
}
.search .right {
  float: right;
}
.search .right input {
  width: 258px;
  line-height: 44px;
  border: 1px solid #e0e0e0;
  text-indent: 10px;
  padding: 0 8px;
  float: left;
}
.search .right button {
  width: 50px;
  height: 46px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #e0e0e0;
  border-left: none;
  background-color: white;
  float: left;
}
.search .right button i {
  font-size: 30px;
}
.search input:focus,
.search button:focus {
  border-color: #048ae1;
  outline: none;
}
.search button:hover {
  background-color: #048ae1;
  border: none;
}
.search button:hover i {
  color: white;
}
.icon {
  margin: 20px 0;
}
.icon ul {
  display: flex;
  justify-content: space-around;
}
.icon ul li {
  text-align: center;
  color: #888;
  line-height: 35px;
}
.icon ul i {
  font-size: 42px;
  color: #F29426;
}
.icon ul .img:hover {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  /* 向y轴方向旋转360度 */
  transform: rotateY(360deg);
  transition: all 1s, height 1s, transform 1s;
}
.icon ul li:hover p {
  color: #F29426;
}
.icon ul li:hover {
  cursor: pointer;
}
.item .title {
  text-align: center;
  line-height: 50px;
  margin: 10px 0;
}
.item .it {
  display: flex;
}
.item h2 {
  font-size: 30px !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 20px;
  margin: 10px 0;
}
.item h2::before,
.item h2::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #F29426;
  margin-top: -1px;
}
.item h2::before {
  right: 100%;
}
.item h2::after {
  left: 100%;
}
.item ul {
  background-color: #f5f5f5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.item ul li {
  margin: 5px 0;
  display: flex;
  width: 250px;
  background: white;
  line-height: 60px;
  font-size: 18px;
  padding: 0px 15px;
  cursor: pointer;
}
.item ul li img {
  width: 50px;
  height: 50px;
  margin: 10px;
}
.item ul li h3 {
  text-indent: 20px;
  line-height: 70px;
}
.item ul li a {
  display: flex;
  width: 250px;
  background: white;
  line-height: 60px;
  font-size: 18px;
}
.item ul li:hover h3 {
  color: #0a5cb1;
}
.car {
  margin: 20px 0;
}
.car .title {
  text-align: center;
  line-height: 50px;
  margin: 10px 0;
}
.car .title ul {
  display: flex;
  justify-content: center;
}
.car .title ul .c-t {
  display: flex;
  width: 245px;
  background-color: #0a5cb1;
  color: #fff;
  justify-content: space-around;
  border-radius: 5px;
  margin-right: 20px;
}
.car .title ul .c-t i {
  font-size: 50px;
  line-height: 65px;
}
.car .title ul .c-t h3 {
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
}
.car .title ul .c-t h3 p {
  font-size: 12px;
  line-height: 3;
}
.car .title ul li {
  width: 160px;
}
.car .title ul li a {
  display: inline-block;
  width: 150px;
  text-align: center;
  line-height: 40px;
  color: white;
  background-color: #0a5cb1;
}
.car .title ul li a:hover {
  background-color: #048ae1;
  color: #fff;
}
.car .title ul .more a {
  background: #F29426;
}
.car h2 {
  font-size: 30px !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 20px;
  margin: 10px 0;
}
.car h2::before,
.car h2::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #F29426;
  margin-top: -1px;
}
.car h2::before {
  right: 100%;
}
.car h2::after {
  left: 100%;
}
.car ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.car ul li {
  margin: 10px 0;
}
.car ul li .img img {
  width: 265px;
  height: 178px;
}
.flow {
  background-image: url(../images/bg-lc.jpg);
  height: 500px;
}
.flow .title {
  text-align: center;
  line-height: 100px;
}
.flow h2 {
  font-size: 30px !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 20px;
  margin: 10px 0;
  color: #fff;
}
.flow h2::before,
.flow h2::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #F29426;
  margin-top: -1px;
}
.flow h2::before {
  right: 100%;
}
.flow h2::after {
  left: 100%;
}
.flow ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.flow ul li {
  margin: 30px 0;
  background: #fff;
  line-height: 35px;
}
.flow ul li i {
  font-size: 65px;
  color: #F29426;
  margin: 35px 10px;
  display: inline-block;
}
.flow ul li .right {
  float: right;
  width: 230px;
  margin: 0 18px;
  color: #999;
}
.flow ul li .right h3 {
  font-size: 18px;
  line-height: 40px;
  color: black;
}
.flow ul span {
  font-size: 28px;
  margin: 70px 10px;
  color: #D9D9D9;
}
.flow ul li:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 8px 10px 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: transform 0.4s, box-shadow 0.4s, -webkit-transform 0.4s, -o-transform 0.4s;
}
.flow ul li:hover h3 {
  color: #F29426;
}
.about {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  height: 520px;
  background: #eee;
}
.about .about_con {
  display: flex;
}
.about .about_con .left {
  width: 575px;
}
.about .about_con .right {
  margin-top: 70px;
  margin-left: 25px;
  width: 600px;
  height: 395px;
  overflow: hidden;
}
.about .about_con .right img {
  width: 100%;
  cursor: pointer;
  transition: all 0.6s;
}
.about .about_con .title {
  padding-top: 80px;
  padding-bottom: 40px;
}
.about .about_con .title h3 {
  color: #0a5cb1;
  font-size: 30px;
  font-weight: bold;
}
.about .about_con .title p {
  display: block;
  color: #000;
  font-size: 27px;
  line-height: 54px;
  font-weight: bold;
  margin-top: 15px;
}
.about .about_con .title span {
  font-style: normal;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  color: #959595;
}
.about .about_con .txt {
  font-size: 16px;
  line-height: 36px;
  text-align: justify;
  height: 210px;
  overflow: hidden;
}
.about span a {
  font-size: 24px;
  display: inline-block;
  text-align: center;
  color: #048ae1;
  font-weight: bold;
  float: right;
  margin-top: -25px;
}
.about .about_con ul {
  padding-top: 40px;
}
.about .about_con ul li {
  float: left;
  margin-right: 1px;
}
.about .about_con ul li a {
  display: block;
  width: 160px;
  font-size: 16px;
  line-height: 55px;
  text-align: center;
  background: #fff;
}
.about .about_con ul li:hover a {
  color: #fff;
}
.about .about_con .right img:hover {
  transform: scale(1.1);
}
.about .about_con ul li.on a,
.about .about_con ul li:hover a {
  color: #fff;
  background: #024C8D;
}
.number {
  padding: 66px 0;
}
.number ul li {
  float: left;
  width: 25%;
  color: #048ae1;
  text-align: center;
}
.number ul li p {
  color: #282828;
  font-size: 16px;
  padding-top: 15px;
}
.number ul li h3 {
  display: inline-block;
  font-size: 36px;
  line-height: 30px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black, " sans-serif";
}
.number ul li b {
  display: inline-block;
  font-size: 36px;
  line-height: 30px;
}
.news {
  margin: 10px 0;
  height: 500px;
}
.news .title {
  text-align: center;
  line-height: 100px;
}
.news h2 {
  font-size: 30px !important;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 20px;
  margin: 10px 0;
}
.news h2::before,
.news h2::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 40px;
  height: 2px;
  background-color: #F29426;
  margin-top: -1px;
}
.news h2::before {
  right: 100%;
}
.news h2::after {
  left: 100%;
}
.news h3 {
  border-bottom: 1px double #333;
  color: black;
  text-indent: 8px;
  padding: 5px;
}
.news h3 a {
  float: right;
  color: #555;
}
.news h3::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 15px;
  left: 0px;
  top: 9px;
  background: #cc271f;
}
.news .text {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}
.news .text h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 70%;
}
.news .text span {
  color: #c5c5c5;
}
.news .left,
.news .right {
  position: relative;
  float: left;
  width: 45%;
  margin: 5px 20px;
}
