/**/
* {
  margin: 0;
  padding: 0;
}

div, address, b, big, blockquote, body, center, cite, code, dd, del, dl, dt, em, fieldset, font, form, b, b, h3, h4, h5, h6, html, i, iframe, img, ins, label, legend, li, ol, p, pre, small, span, strong, u, ul, var, th, td, input {
  margin: 0;
  padding: 0;
}

div, dl, dt, dd, form, input, button, textarea, p, ul, li, ol, table, tr, td, header, footer, aside, nav, b, b, h3, h4, h5, h6, section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
}

button:foucs {
  border: none !important;
  outline: none !important;
}

button::-moz-focus-inner {
  border-color: transparent;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #fff;
}

img {
  border: none !important;
  vertical-align: middle
}

input {
  outline: none;
}

input[type="button"], input[type="submit"], input[type="reset"], button, select {
  -webkit-appearance: none;
  outline: none;
}

textarea {
  -webkit-appearance: none;
  outline: none
}

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}
/*t图片样式*/
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;

  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  width: 100%;
  transition: all 0.3s;
}

.avatar:hover img {
  transform: scale(1.1);

}

.dot1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.dot2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.dot3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.dot4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/



.top-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 110px;

}

.header_center {

  position: relative;

}

.logo_txt {
  display: flex;
  align-items: center;
}

.logo_txt b {
  line-height: 30px;
  margin-top: 5px;
  font-size: 20px;
  color: #000;
  display: block;
}

.logo_txt p {
  font-size: 18px;
  line-height: 40px;
  color: #666;
}

.logo_tu img {
  height: 85px;
  margin-right: 10px;
}

.header_phone {
  display: flex;
  align-items: center;
}

.header_phone img {
  margin-left: 10px;
}

.header_phone p {
  color: #333;
  font-size: 15px;
  text-align: right;

}

.header_phone b {
  color: #CC0001;
  font-size: 20px;
  font-weight: bold;
  margin-top: 0;
  display: block;
  padding-left: 10px;

}

/* 搜索 */
.searchbox {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  display: flex;

}


.searchbox label {
  font-size: 14px;
}

.select_warp .select_box .select_txt {
  display: inline-block;

  padding-left: 20px;
  overflow: hidden;
  line-height: 60px;
  font-size: 16px;
  cursor: pointer;
}

.select_warp .select_box .option {
  display: none;
  position: absolute;
  top: 50px;
  left: 0px;
  width: calc(100% - 2px);
  width: -moz-calc(100% - 2px);
  width: -webkit-calc(100% - 2px);
  background-color: #fff;
  border: 1px solid #dedede;
  border-top: 0;
  color: #333;

}

.select_warp .select_box .option li {
  padding-left: 28px;
  font-size: 16px;
  line-height: 34px;
  cursor: pointer;
  z-index: 2;
}

.select_warp .select_box .option li:hover {
  background: #f5f5f5;
}

.searchbox .select_input {
  width: 200px;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  outline: none;
  border-radius: 5px;
  border: 1px solid #dedede;
}

.searchbox .btn-search {

  width: 60px;
  margin-left: 5px;
  height: 40px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  background: #CC0001;
  border: 0;
}

/* 手机搜索 */

.seaBtn {
  width: 40px;
  height: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;


  cursor: pointer;
  position: fixed;
  right: 70px;

  /* display: none; */
  top: 20px;
}

.seaBtn {
  background: url(../images/sou.png) center no-repeat;

}

.seaBtn.selected {
  background: url(../images/close.png) center no-repeat;
}

.searchWrap {
  width: 100%;

  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.2);
  position: fixed;
  top: 60px;
  left: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

  z-index: 99;
  display: none;


}

.searchWrap .searchCont {

  display: flex;
  align-items: stretch;
  justify-content: center;

}

.searchWrap .searchCont input,
.searchWrap .searchCont button {
  border: 0;
}

.searchWrap .search {
  width: 70%;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #f1f1f1;


  color: black;
  min-height: 36px;
}

.searchWrap .search.focusOn+label,
.searchWrap .search:focus+label {
  display: none;
}

.searchWrap .search.focusOn,
.searchWrap .search:focus {
  background: #F3F3F3;
}



.searchWrap .searchBtn {

  padding: 10px;
  background: #CC0001;
  color: #fff;
  font-weight: 800;
  outline: none;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;

  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
}

.searchWrap .searchBtn:hover {
  color: #292929;
}

.searchWrap i {
  position: absolute;
  top: 7px;
  left: 20px;
  color: #00a2e9;
  font-size: 16px;
}

.searchWrap i:before {
  content: "\e618";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}

#header {

  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  height: 60px;
  background: #25283B;
  border-bottom: 2px solid #CC0001;

}

#header.header-transparent {}

#header.header-scrolled {

  position: fixed;
  width: 100%;
  top: 0;


}


.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-box .logo {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 60px;
}

.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;

}

.top-box .logo .logo-tu2 {
  display: none;
}

.logo_mob {
  display: none;
}

/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
  flex: 8;
  height: 60px;
}

.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.nav-menu ul li {
  position: relative;
  width: 100%;
  text-align: center;


}

.nav-menu ul li::before {
  content: " | ";

  position: absolute;
  top: 35%;
  color: rgba(255, 255, 255, 1);
  left: 0;
  font-weight: normal;
}

.nav-menu ul li:first-child:before {
  content: "  ";
}



.nav-menu a {
  display: block;
  color: #fff;
  padding: 0 5px;
  height: 60px;
  line-height: 60px;
  transition: 0.3s;
  font-size: 16px;


}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #CC0001;
  font-weight: bold;


}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: 60px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background: rgba(204, 0, 1, 0.8);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  padding-bottom: 20px;
}

.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 60px;
  visibility: visible;
}

.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}

.nav-menu .drop-down ul {
  padding: 0;
}

.nav-menu .drop-down ul a {
  padding: 0;
  font-size: 16px;

  text-transform: none;
  color: #fff;
  line-height: 45px;
  height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {

  background: #fff;
  color: #CC0001;


}

.nav-menu .drop-down ul li {
  position: relative;
}

.nav-menu .drop-down ul li ul {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
}

.nav-menu .drop-down ul li:hover ul {
  display: block;
}

.nav-menu ul li::before {
  content: " | ";

  position: absolute;
  top: 35%;
  color: rgba(255, 255, 255, 1);
  left: 0;
  font-weight: normal;
}

.nav-menu .drop-down ul li::before {
  content: "  ";
}

.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}


.nav-menu a i {
  display: none;
}

.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;

}

.nav-menu .mob-language {
  display: none;
}

.mobile-nav .mob-language {
  display: block;
}



#header.header-scrolled .nav-menu a:hover,
#header.header-scrolled .nav-menu .active>a,
#header.header-scrolled .nav-menu li:hover>a {
  color: #CC0001;


}

#header.header-scrolled .nav-menu .drop-down ul a {
  color: #fff;
}

#header.header-scrolled .nav-menu .drop-down ul a:hover,
#header.header-scrolled .nav-menu .drop-down ul .active>a,
#header.header-scrolled .nav-menu .drop-down ul li:hover>a {
  color: #CC0001;
  background: #F1F1F1;

}

#header.header-scrolled .nav-menu a:hover {
  color: #CC0001;

}

#header.header-scrolled .nav-menu li a:hover {
  color: #CC0001;
}

/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #CC0001;
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}

.mobile-nav .drop-down>a i {
  float: right;
  display: block;
  line-height: 40px;
  width: 40px;
  text-align: right;
  height: 40px;
  background: #dedede;
  margin-top: 8px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}


.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
  background: #25283B;
}

.mobile-nav .drop-down ul ul {
  background: #dedede;
}

.mobile-nav .drop-down ul ul li a {
  color: #333;
}

.mobile-nav .drop-down .arrow {
  display: none;
}

.mobile-nav .drop-down li a {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background: #CC0001;
}

.mobile-nav-toggle i {
  color: #fff;

  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

.language {
  color: #fff;
  font-size: 16px;

}

.language a {
  color: #fff;
  padding: 0 10px;
}

.language a:hover {
  color: #ECA617;
}

/*首页banner图*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {
  display: block;
  width: 100%;


}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  width: 50px;
  font-size: 30px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;

}

#banner .swiper-button:hover {
  background: #CC0001;
}

.btn-prev {
  left: 5%;
}

.btn-next {
  right: 5%;
}


#banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 8px !important;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  z-index: 10;
  border-radius: 100%;
  outline: none;
  background: #fff;
  opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
  background: #fff;
}

#banner .swiper-pagination-bullet-active {
  background-color: #CC0001;
  opacity: 1;
  filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}


/*首页banner图 end*/

/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #dedede;
  display: none;
}


.bottom_nav_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 62px;
}

.bottom_nav a {
  flex: 1;
  color: #333;
  border-right: 1px solid #C9C9C9;
  border-left: 1px solid #EDEDED;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bottom_nav a span {
  margin-left: 6px;
}

.bottom_nav a:last-child {
  border-right: none;
}

.bottom_nav a:first-child {
  border-left: none;
}

/* 关于我们 */
.pad-80 {
  padding: 80px 0;
}

.main_title {
  font-size: 40px;
  color: #333;
  display: block;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.main_title2 {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  margin-top: 30px;
}

.about-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}

.about_fl {
  width: 50%;
  padding-right: 5%;
}

.about_fl p {
  line-height: 30px;
  padding: 10px 0;
  color: #666;
  font-size: 15px;
}

.about_fl .ab-title {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  margin-top: 10px;
}

.about_fr {
  width: 50%;
  overflow: hidden;

}

.about_fr img {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.more:hover {
  background: #B91C15;
}

.about-list {
  margin-top: 50px;
}

.about-list li {
  width: calc(33.33% - 20px);
  padding: 10px 0;
  margin-right: 20px;
  border-bottom: 1px solid #B4D1F7;
  float: left;
}

.about-list li a {
  display: block;
  height: 100%;
  padding-top: 10px;
  font-size: 18px;
  text-align: center;
  box-sizing: border-box;
}

.about-list li a span {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #333;
  position: relative;
  transition: color 0.3s;
}

.about-list li a span::before {
  content: '';
  width: 6px;
  height: 6px;
  background: url(../images/s1.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  transition: transform 0.3s;
}

.about-list li a:hover span {
  color: #CC261D;
}

.fl2 {
  float: left;
}

.h-bg {
  margin-top: 30px;
}

.zyzs-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;

}

.zyzs-list .zyzs-icon {
  background: #CC261D;
}

.zyzs-list .zyzs-icon img {
  height: 40px;
}

.zyzs {

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 30px;
}

.zyzs .line {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.zyzs-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  box-shadow: 0px 22px 35px 0px rgba(2, 18, 106, 0.08);
  width: 70px;
  height: 70px;
  transition: all 0.5s;
  border-radius: 50%;
}



.zyzs-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 20px;

}

.zyzs-content b {
  color: #333;
  font-size: 30px;
  display: block;
}

.zyzs-content b i {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  margin-left: 5px;
}

.zyzs-content p {
  line-height: 24px;
  font-size: 14px;

  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666;
}

.more {

  height: 46px;
  display: block;
  font-size: 14px;
  line-height: 46px;
  color: #fff;
  font-family: Arial;
  text-align: center;
  width: 160px;
  text-transform: uppercase;
  background-color: #CC261D;
  box-shadow: 0 8px 20px rgba(204, 38, 29, 0.2);
  margin: 0px auto;
  position: relative;
  margin-top: 20px;

}

/* 服务范围 */
.service_box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
}

.service_fl {
  width: 15%;
  background: #CC0001;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  font-size: 40px;
  color: #fff;
  font-weight: bold;
}

.Solution {

  width: 85%;
}

.Solution .swiper-num {
  position: absolute;
  bottom: 28%;
  left: -13%;
  color: rgba(255, 255, 255, .7);
  font-size: 26px;
  z-index: 9;
}

.Solution .swiper-num .active {
  color: #fff;
  padding-right: 4px;
  font-size: 40px;
  font-weight: bold;
}

#sol_top .swiper-slide {
  position: relative;
}

#sol_top .swiper-slide .bg {
  position: relative;
}

#sol_top .swiper-slide .bg::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  content: '';
}

#sol_top .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

#sol_top .swiper-slide .product-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 999;



}

#sol_top .swiper-slide .product-box b {
  color: #fff;
  font-size: 38px;
  line-height: 52px;
  width: 100%;
  text-align: center;
  display: block;
}

#sol_top .swiper-slide .product-box p {
  font-size: 18px;
  margin: 10px 0;
}

.Solution img {
  width: 100%;
}


.Solution .swiper-button-prev {
  left: 50px;
  top: 45%;


}

.Solution .swiper-button-next {
  right: 50px;
  top: 45%;
}

.Solution .swiper-button-next,
.Solution .swiper-button-prev {
  background: none;
  outline: none;

  color: #000;
  font-size: 30px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;

}

.Solution .swiper-button-next:hover,
.Solution .swiper-button-prev:hover {
  color: #fff;
  background: #CC0001;
}

#sol_bot {


  width: 100%;
}

.Solution .swiper-container-thumbs {
  position: relative;
  margin-top: 20px;
}

#sol_bot .swiper-wrapper {
  flex-wrap: wrap;


}

.Solution .swiper-container-thumbs .swiper-slide span {
  position: relative;
  z-index: 1;
}

.Solution .swiper-container-thumbs .swiper-slide {



  font-size: 18px;
  background: rgba(255, 255, 255, .1);
  cursor: pointer;
  color: #fff;
  margin: 10px;
  position: relative;
  overflow: hidden;
  width: calc(25% - 20px) !important;
  transition: all .3s;
  display: flex;
  align-items: center;

}


.Solution .swiper-container-thumbs .swiper-slide p {
  font-size: 18px;
  position: absolute;
  z-index: 2;
  width: 100%;
  background: rgba(0, 0, 0, .2);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.Solution .swiper-container-thumbs .swiper-slide-thumb-active p {
  background: rgba(204, 38, 29, .7) !important;
  color: #fff !important;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: " ";
}

/* 优势 */

.ys ul {
  padding: 0;
  margin-top: 20px;
}

.ys ul li {
  float: left;
  width: 48%;
  margin: 15px 1%;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.ys ul li span {
  width: 100%;

  display: block;
  overflow: hidden;
}

.ys ul li span img {

  display: block;
  margin: 20px 0;
  transition: .8s;
}

.ys ul li:hover span img {
  transform: scale(1.03);
}

.ys ul li:hover p {
  color: #043985;
}

.ys ul li:hover {
  background: #E9EFF8;
  cursor: pointer;
}

.ys ul li b {
  font-size: 32px;
  font-weight: normal;
  color: #1a1a1a;
  align-items: center;

  display: flex;

}

.ys ul li i {
  display: block;
  background: #CC0001;
  margin-right: 10px;
  color: #fff;
  padding: 20px 40px;
  font-size: 40px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

.yswzs {
  padding: 15px 30px;

  overflow: hidden;
}

.yswzs p {

  line-height: 28px;
  height: 112px;
  font-size: 16px;
  color: #666;
  text-align: left;
}

/*客户评价*/
.khpj {
  background: url(../images/pjbg.jpg) no-repeat;
}

.pj {
  margin-top: 30px;
}

.pj .swiper-wrapper {
  padding-top: 10px;
  padding-bottom: 60px;
}

.pj .swiper-slide .img {

  margin-bottom: 10px;

}

.pj .swiper-slide a:hover {
  background: #f7f7f7;
}

.pj .swiper-slide a {
  display: block;
  background: #fff;
  box-shadow: 0 4px 0 #ddd;
  padding: 30px;
  border-radius: 10px;
  color: #666;
  margin: 20px;
}

.pj .swiper-slide p {
  line-height: 28px;
  margin: 10px 0;
  color: #666;
}

.pj .swiper-slide span {
  display: block;
  margin: 30px 0 10px;
  font-size: 16px;
  color: #000;
}

.pj .swiper-slide .xq {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.pj .swiper-slide .xq i {
  display: block;
  background: #999;
  color: #fff;
  line-height: 35px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 18px;
  border-radius: 5px;
}

.pj .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.pj .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.pj .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

.pj .swiper-pagination-bullet-active {
  opacity: 1;
  background: #CC0001;
}

/*流程*/
.liucheng {
  overflow: hidden;
  width: 100%;

  background: #f7f7f7;
  ;

}

.liucheng .list {
  overflow: hidden;
  margin-top: 30px;
  width: 100%;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}

.liucheng .list li {
  list-style: none;
  float: left;

  position: relative;

  cursor: pointer;
}

.liucheng .list li img {
  display: block;
  margin: 0 auto;
  transition: all 0.5s;
}

.liucheng .list li:hover img {
  transform: rotatey(180deg);
  -webkit-transform: rotatey(180deg);
}

.liucheng .list li p {
  text-align: center;
  font-size: 14px;
  margin-top: 15px;
  color: #333
}

.liucheng .list li i {
  display: block;
  background: url(../images/lc-xjx.png) no-repeat right;
  width: 16px;
  height: 13px;
  position: absolute;
  top: 38px;
  right: -60px;
}

.liucheng .list li.last {
  margin-right: 0;
}

.liucheng a {
  display: block;
}

.liucheng .more_a4 {
  width: 240px;
  height: 50px;
  line-height: 50px;
  margin: 10px auto;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  background: #157FDA;
  font-size: 16px;
  border: none;
}

.rx {
  color: #333;
  font-size: 15px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.rx b {
  font-size: 24px;
}

.rx a {
  display: block;
  width: 150px;
  height: 45px;
  line-height: 45px;
  background: #CC0001;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 auto;
}

.rx em img {
  width: 21px;
  height: 21px;
}

.rx span {
  color: #333;
  display: block;
  text-align: center;
  line-height: 30px;
  text-align: center;
  margin-top: 20px;
}

/*新闻*/

.news_con {
  display: flex;
  align-items: center;
  margin-top: 40px;
}

.news {
  display: block;
  flex: 1;
  margin-right: 20px;
  background: #f6f6f6;
}

.news a {

  transition: .3s;
}

.news a .img,
.news a .img img {
  width: 100%;

  overflow: hidden;
  transition: 1s;

}

.news a .cont {
  padding: 10px 20px;
}

.news a .cont span {
  background: url("../images/more.png") no-repeat;
  width: 35px;
  height: 35px;
  display: block;
  transition: all 0.5s;
}

.news a b {
  color: #999999;
  font-size: 40px;
  margin-top: 10px;
  display: block;
}

.news a p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  margin-bottom: 8px;


}

.news a .news-title {
  font-size: 18px;
  color: #333;
  line-height: 26px;
  padding-bottom: 5px;
  overflow: hidden;


}

.news a:hover img {
  transform: scale(1.1);
}



.news a:hover .cont span {
  width: 35px;
  height: 35px;
  display: block;
  margin-left: 90%;
}

.news-two {
  flex: 1;
  margin-left: 20px;
}

.news-two ul {
  display: flex;
  flex-wrap: wrap;
}
.news-two ul li{ width: 100%;}
.news-two a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 30px 20px;
  transition: .3s;
  border: 1px solid #f1f1f1;
  margin-top: -1px;
}

.news-two a:hover {
  box-shadow: 0 0 10px #dedede;
  background: #CC0001;
  background-size: 100%;
}

.news-two a:hover span {
  color: #fff;
}

.news-two a:hover .day,
.news-two a:hover .newscon,
.news-two a:hover .newscon b {
  color: #fff;
}

.day {
  color: #666;
  flex: 1;

  margin: 7px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.day span {
  font-size: 30px;
  width: 100%;
  color: #333;
  text-align: center;
  font-weight: bold;
}

.day p {
  width: 100%;
  text-align: center;
}

.day img {
  margin-top: 15px;
}

.newscon {
  flex: 4;
  padding-left: 20px;
}

.newscon b {
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 18px;
  color: #333;
  display: block;

}

.newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;

}

.newscon img {
  margin-top: 10px;
}

.cjwt {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.cjwt a {
  width: calc(33.3% - 1px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -1px;
  margin-left: -1px;
  padding: 20px;
  border: 1px solid #f1f1f1;
}

.cjwt a:hover {
  color: #CC0001;
}

/*返回顶部*/
.scroll {

  position: fixed;
  right: 30px;
  bottom: 70px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  z-index: 99999;
  color: #fff;
}

.scroll a p {
  color: #fff;
  margin-top: 5px;
}

.scroll .return {

  transform: scaleY(0);
  transition: 0.5s;
  background-color: #CC0001;
  width: 80px;
  height: 80px;
  padding-top: 10px;
  border-radius: 5px;


}

.scroll .active {
  transform: scale(1);
}

/*底部footer*/
.footer {
  background: #25283B;
  margin-top: 60px;
}

.foot {
  padding: 70px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.foot b {
  font-size: 22px;
  color: #333;
  display: block;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.foot span {
  color: #666;
  font-size: 20px;
  font-weight: bold;
  padding-right: 9px;
}

.foot .ft-nav {
  width: 100%;

}

.foot .ft-nav .ft-nav-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #333;
}

.foot .ft-nav .ft-nav-list dl {
  width: 23%
}

.foot .ft-nav .ft-nav-list dl:nth-child(2) {
  width: 48%
}

.foot .ft-nav .ft-nav-list dl:first-child dd {
  display: flex;
  flex-wrap: wrap;
}

.foot .ft-nav .ft-nav-list dl:last-child dd {
  display: flex;
  flex-wrap: wrap;
}



.foot .ft-nav .ft-nav-list dl:last-child dd p {
  width: calc(33.33% - 20px);
  margin: 10px;
}

.foot .ft-nav .ft-nav-list dl:first-child dd a {
  width: 50%;
}

.foot .ft-nav .ft-nav-list dl:nth-child(2) dd {
  display: flex;
  flex-wrap: wrap;

}

.foot .ft-nav .ft-nav-list dl:nth-child(2) dd p {
  width: 50%;

}

.foot .ft-nav .ft-nav-list dl:nth-child(2) dd p span img {
  width: 28px;
}

.foot .ft-nav .ft-nav-list dt {
  font-size: 20px;
  color: #fff;

  font-weight: normal;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}



.foot .ft-nav .ft-nav-list dd a {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}

.foot .ft-nav .ft-nav-list dd p {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}

.foot .ft-nav .ft-nav-list dl:last-child dd img {
  margin: 10px 0;
}

.foot .ft-nav .ft-nav-list dl:nth-child(2) dd p:last-child {
  width: 100%;
}

.foot .ft-nav .ft-nav-list dd a:hover {
  color: #CC261D
}

.copyright {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #CC0001;

}

.copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.copyright a {
  color: #fff;
}