li {
  list-style: none;
}
*,
ul {
  margin: 0;
  padding: 0;
}
body {
  line-height: 1.2;
  overflow-x: hidden;
}
@font-face {
  font-family: 'uifont';
  /* project id 1414239 */
  src: url('../font/Merriweather-Black.eot');
  src: url('../font/Merriweather-Black.eot') format('embedded-opentype'), url('../font/Merriweather-Black.woff2') format('woff2'), url('../font/Merriweather-Black.woff') format('woff'), url('../font/Merriweather-Black.ttf') format('truetype'), url('../font/Merriweather-Black.svg') format('svg');
}

.ui_logo {
  padding: 0 15px;
}
.ui_navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  background-color: #fff;
}
.ui_header {
  height: 102px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}
.ui_nav .ui_nav_list {
  display: -webkit-box;
  display: flex;
}
.ui_nav .ui_nav_list li {
  margin: 0 2px;
}
.ui_nav .ui_nav_list li a {
  color: #333;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
}
.ui_nav .ui_nav_list li a:hover,
.ui_nav .ui_nav_list li a.active {
  color: #f00;
}
#banner img {
  max-width: 100%;
  display: block;
}
#banner .handle_box {
  position: absolute;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  height: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  background: none;
}
#banner .swiper-button-next {
  right: 0;
  width: 40px;
  height: 40px;
  background: url(../images/right.png) no-repeat;
  background-size: contain;
}
#banner .swiper-button-next::after {
  content: '';
}
#banner .swiper-button-prev {
  left: 0;
  width: 40px;
  height: 40px;
  background: url(../images/left.png) no-repeat;
  background-size: contain;
  z-index: 100;
}
#banner .swiper-button-prev::after {
  content: "";
}
.index_page_choose {
  padding-top: 98px;
}
.ui_title h2 {
  color: #143e66;
  font-size: 46px;
  font-style: italic;
  margin: 0;
  line-height: 1;
  font-family: "uifont";
}
.ui_title p {
  font-size: 26px;
  color: #143e66;
  margin: 0 0 0 18px;
}
.ui_data_box {
  padding-top: 50px;
}
.ui_data_box .ui_data_top {
  text-align: center;
  border-right: 1px solid #f1f4f6;
  margin-bottom: 16px;
}
.ui_data_box .ui_data_top.none {
  border-right: none;
}
.ui_data_box .ui_data_top p {
  margin: 0;
}
.ui_data_box .ui_data_top .num {
  font-size: 18px;
  color: #143e66;
}
.ui_data_box .ui_data_top .num img {
  max-width: 70%;
  display: block;
  margin: 0 auto;
}
.ui_data_box .ui_data_top .num strong {
  font-size: 60px;
  color: #143e66;
  font-weight: normal;
}
.ui_data_box .ui_data_top .sub {
  font-size: 18px;
  color: #143e66;
  text-align: center;
  padding: 16px 0;
}
.ui_data_box .ui_data_bottom h3 {
  font-weight: normal;
  color: #ba122c;
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.ui_data_box .ui_data_bottom p {
  color: #989898;
  font-size: 14px;
  line-height: 25px;
      text-align: center;
}
.text_center {
  text-align: center;
}
.ui_video {
  position: relative;
}
.ui_video img {
  width: 100%;
}
.ui_video .video {
  width: 100%;
  max-height: 300px;
}
.ui_video .play_icon {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  z-index: 101;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  background: url(../images/play_icon.png) no-repeat;
  background-size: contain;
}
.ui_do_box {
  min-height: 900px;
  margin-top: 50px;
  padding-top: 90px;
  background: url(../images/bg_left.png) top left no-repeat;
  position: relative;
}
.ui_do_box .ui_do_content {
  position: absolute;
  top: 106px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 944px;
  height: 100%;
  z-index: 5;
}
.ui_do_box .ui_do_content .ui_do_main {
  width: 100%;
  height: 100%;
  background: url(../images/do_main_bg.jpg) center center no-repeat;
  position: relative;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_top {
  position: absolute;
  top: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 270px;
  width: 560px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_top .link_item {
  border-radius: 50%;
  width: 112px;
  height: 112px;
  text-decoration: none;
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #143e66;
  box-shadow: 0 15px 20px rgba(20, 62, 102, 0.3);
  text-align: center;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_top .link_item img {
  display: block;
  margin: 23px auto 10px;
  max-width: 34px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_top .link_item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_top .link_item1 {
  background-color: #ba122c;
  box-shadow: 0 15px 20px rgba(186, 18, 44, 0.2);
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  bottom: 86px;
  font-size: 24px;
  font-weight: normal;
  left: 50%;
  margin-left: -56px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_top .link_item2 {
  left: 150px;
  bottom: -27px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_top .link_item3 {
  left: 97px;
  top: 38px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_top .link_item4 {
  left: 230px;
  top: -63px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_top .link_item5 {
  left: 356px;
  top: 22px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_top .link_item6 {
  right: 116px;
  bottom: -15px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_left {
  position: absolute;
  left: 0;
  top: 382px;
  width: 394px;
  height: 510px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_left .link_item {
  border-radius: 50%;
  width: 112px;
  height: 112px;
  text-decoration: none;
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #143e66;
  box-shadow: 0 15px 20px rgba(20, 62, 102, 0.3);
  text-align: center;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_left .link_item img {
  display: block;
  margin: 23px auto 10px;
  max-width: 34px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_left .link_item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_left .link_item1 {
  background-color: #ba122c;
  box-shadow: 0 15px 20px rgba(186, 18, 44, 0.3);
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: normal;
  left: 18px;
  top: 50%;
  margin-top: -56px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_left .link_item2 {
  left: 22px;
  top: 65px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_left .link_item3 {
  left: -105px;
  top: 148px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_left .link_item4 {
  left: -67px;
  top: 302px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_left .link_item5 {
  right: 178px;
  bottom: 98px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_left .link_item6 {
  right: 138px;
  top: 159px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_right {
  position: absolute;
  right: -158px;
  top: 382px;
  width: 394px;
  height: 510px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_right .link_item {
  border-radius: 50%;
  width: 112px;
  height: 112px;
  text-decoration: none;
  position: absolute;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #143e66;
  box-shadow: 0 15px 20px rgba(20, 62, 102, 0.3);
  text-align: center;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_right .link_item img {
  display: block;
  margin: 23px auto 10px;
  max-width: 34px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_right .link_item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_right .link_item1 {
  background-color: #ba122c;
  box-shadow: 0 15px 20px rgba(186, 18, 44, 0.3);
  color: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 24px;
  font-weight: normal;
  right: 164px;
  top: 50%;
  margin-top: -56px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_right .link_item1:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_right .link_item2 {
  left: 117px;
  top: 66px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_right .link_item3 {
  right: 32px;
  top: 161px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_right .link_item4 {
  right: 63px;
  top: 299px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_right .link_item5 {
  right: 250px;
  bottom: 87px;
}
.ui_do_box .ui_do_content .ui_do_main .ui_do_right .link_item6 {
  left: -14px;
  bottom: 232px;
}
.positon_pic {
  position: absolute;
  /*left: 0;*/
  z-index: -1;
  top: 125px;
  max-width: 46%;
}
.positon_pic img {
  max-width: 100%;
}
.ui_wait_box {
  position: relative;
  min-height: 673px;
}
.ui_wait_box .ui_wait_in {
  min-height: 673px;
}
.ui_wait_box .ui_wait_in .ui_wait_body {
  max-width: 660px;
}
.ui_wait_box .ui_wait_list {
  margin-top: 80px;
}
.ui_wait_box .ui_wait_list .ui_wait_item {
  transition: all 1s;
  -webkit-transition: all 1s;
  padding: 0 15px;
  margin-bottom: 25px;
  font-size: 20px;
  color: #143e66;
  width: 33.333%;
}
.ui_wait_box .ui_wait_list .ui_wait_item a {
  color: #143e66;
  display: block;
  text-decoration: none;
}


.ui_wait_box .ui_wait_list .ui_wait_item a:hover {
  -webkit-animation: ascaleX 0.3s linear;
  animation: ascaleX 0.3s linear;
  color: #ff0000;
}
.ui_wait_box .ui_wait_list .ui_wait_item img {
  max-width: 30px;
}
.index_page_ready {
  margin-top: 20px;
}
.solve_body {
  padding: 0 50px;
  position: relative;
}
#solve {
  padding: 10px 0;
}
.index_page_solve {
  margin-bottom: 50px;
  background: url(../images/bg2.jpg) top right no-repeat;
  padding-top: 0;
}
.index_page_solve .solve_item {
  position: relative;
  max-width: 327px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_page_solve .solve_item img {
  max-width: 100%;
}
.index_page_solve .solve_item .solve_title {
  position: absolute;
  width: 100%;
  height: 65px;
  line-height: 65px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  left: 0;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  padding: 0 30px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index_page_solve .solve_item .solve_info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index_page_solve .solve_item .solve_info .solve_info_body {
  padding: 0 20px;
  font-size: 16px;
  color: #143e66;
  line-height: 24px;
}
.index_page_solve .solve_item .solve_info .solve_info_top {
  text-align: center;
  padding-top: 64px;
}
.index_page_solve .solve_item .solve_info .solve_info_top h3 {
  font-size: 30px;
  color: #143e66;
}
.index_page_solve .solve_item .solve_info .solve_info_top h3,
.index_page_solve .solve_item .solve_info .solve_info_top p {
  margin: 0;
  color: #143e66;
}
.index_page_solve .solve_item .solve_info .check_more {
  text-align: center;
  line-height: 44px;
  color: #fff;
  background-color: #143e66;
  width: 200px;
  margin: 0 auto 45px;
  text-decoration: none;
  border-radius: 5px;
}
.index_page_solve .solve_item img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index_page_solve .solve_item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.index_page_solve .solve_item:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.index_page_solve .next,
.index_page_solve .prev {
  position: absolute;
  top: 50%;
  margin-top: -22px;
}
.index_page_solve .next {
  width: 44px;
  height: 44px;
  background: url(../images/next.png) no-repeat;
  cursor: pointer;
  right: 0;
}
.index_page_solve .next:hover {
  background: url(../images/next_active.png) no-repeat;
}
.index_page_solve .prev {
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: url(../images/prev.png) no-repeat;
  left: 0;
}
.index_page_solve .prev:hover {
  background: url(../images/prev_active.png) no-repeat;
}
.index_page_solve .solve_body {
  margin-top: 30px;
}
.index_page_solve .solve_handle {
  margin-top: 38px;
  line-height: 44px;
  position: relative;
}
.index_page_solve .solve_handle .line {
  border-bottom: 1px solid #c4c1bb;
  -webkit-box-flex: 1;
  flex: 1;
}
.index_page_solve .solve_handle .solve_handle_in {
  width: 248px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.index_page_solve .solve_handle .solve_handle_in .prev {
  width: 44px;
  height: 44px;
  background: url(../images/next.png) no-repeat;
  cursor: pointer;
}
.index_page_solve .solve_handle .solve_handle_in .prev:hover {
  background: url(../images/next_active.png) no-repeat;
}
.index_page_solve .solve_handle .solve_handle_in .next {
  cursor: pointer;
  width: 44px;
  height: 44px;
  background: url(../images/prev.png) no-repeat;
}
.index_page_solve .solve_handle .solve_handle_in .next:hover {
  background: url(../images/prev_active.png) no-repeat;
}
.index_page_solve .solve_handle .solve_handle_in .check_more {
  width: 130px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #c3c1c1;
  font-size: 16px;
  color: #505050;
  text-decoration: none;
}
.index_page_solve .solve_handle .solve_handle_in .check_more:hover {
  color: #fff;
  background-color: #fc721e;
  border: 1px solid #fc721e;
}
.index_page_solve .custom_main {
  margin-top: 50px;
  position: relative;
}
.index_page_solve .custom_main .next2,
.index_page_solve .custom_main .prev2 {
  position: absolute;
  width: 37px;
  height: 66px;
  top: 50%;
  margin-top: -33px;
  z-index: 999;
  cursor: pointer;
  outline: none;
}
.index_page_solve .custom_main .next2 {
  right: -37px;
  background: url(../images/custom_right.png) no-repeat;
}
.index_page_solve .custom_main .prev2 {
  left: -37px;
  background: url(../images/custom_left.png) no-repeat;
}
.index_page_solve .custom_main #custom {
  margin-top: 30px;
}
.index_page_solve .custom_main #custom img {
  max-width: 100%;
}
.custom_main {
  position: relative;
}
.custom_main .next2,
.custom_main .prev2 {
  position: absolute;
  width: 37px;
  height: 66px;
  top: 50%;
  margin-top: -33px;
  z-index: 999;
  cursor: pointer;
  outline: none;
}
.custom_main .next2 {
  right: -37px;
  background: url(../images/custom_right.png) no-repeat;
}
.custom_main .prev2 {
  left: -37px;
  background: url(../images/custom_left.png) no-repeat;
}
.custom_main #custom {
  margin-top: 30px;
}
.custom_main #custom img {
  max-width: 100%;
}
.hzkh {
  background: #fff;
}
.hzkh .custom_main {
  margin: 0;
}
.hzkh .custom_main .index_coop.coop {
  padding: 20px 0;
}
.hzkh .swiper-slide-active .home-partner-block li,
.hzkh .swiper-slide-duplicate .home-partner-block li {
  width: 155px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  top: 0;
  background: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.4s 0.5s;
  transition: all 0.4s 0.5s;
}
.ui_news_content {
  margin-top: 58px;
  margin-bottom: 100px;
}
.ui_news_left {
  position: relative;
  overflow: hidden;
  max-height: 388px;
  width: 664px;
  margin-right: 50px;
}
.ui_news_left img {
  border-radius: 10px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ui_news_left img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ui_news_left .ui_news_left_dec {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(6, 60, 120, 0.62);
  text-decoration: none;
  color: #fff;
  padding: 12px 29px;
  line-height: 36px;
}
.ui_news_left .ui_news_left_dec h3 {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
}
.ui_news_left .ui_news_left_dec p {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}
.ui_news_right {
  -webkit-box-flex: 1;
  flex: 1;
}
.ui_news_right .news_title {
  color: #143e66;
  border-bottom: 1px solid #f9f9f9;
  padding-bottom: 9px;
}
.ui_news_right .news_title h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 22px 0 0;
}
.ui_news_right .news_title p {
  margin: 0;
}
.ui_news_right .ui_news_list a {
  overflow: hidden;
  text-decoration: none;
  padding: 8px 60px 8px 0px;
  display: block;
  border-bottom: 1px solid #f9f9f9;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ui_news_right .ui_news_list a img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ui_news_right .ui_news_list a:hover {
  background-color: #f9f9f9;
}
.ui_news_right .ui_news_list a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.ui_news_right .ui_news_list .pic {
  width: 145px;
  height: 102px;
  border-radius: 5px;
  margin-right: 26px;
}
.ui_news_right .ui_news_list .news_list_info {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 220px;
}
.ui_news_right .ui_news_list .news_list_info h2 {
  margin: 0;
  font-size: 18px;
  color: #143e66;
}
.ui_news_right .ui_news_list .news_list_info p {
  margin: 0;
  color: #143e66;
  font-size: 16px;
}
.ui_news_right .ui_news_list .num {
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 72px;
  font-weight: bold;
  font-family: "uifont";
  color: #143e66;
  font-style: italic;
  padding-left: 10px;
}
.about_content {
  margin-top: 26px;
  margin-bottom: 57px;
}
.about_left {
  width: 100%;
}
.about_left .nav {
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
  border-bottom: 1px solid #dee2e6;
}
.about_left .nav .nav-item {
  margin-right: 30px;
}
.about_left .nav .nav-link {
  font-size: 24px;
  line-height: 77px;
  padding: 0;
  position: relative;
  padding-right: 6px;
  color: #143e66;
}
.about_left .nav .nav-link.active {
  background: none;
  color: #ba122c;
}
.about_left .nav .nav-link.active::before {
  content: "";
  border-bottom: 1px solid #ba122c;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
}
.about_left .tab-pane p {
  color: #143e66;
  font-size: 16px;
  margin-bottom: 22px;
  line-height: 25px;
}
.about_right {
  -webkit-box-flex: 1;
  flex: 1;
}
.about_right img {
  max-width: 100%;
}
.footer_box {
  background-color: #333;
}
.footer_box .footer_top {
  color: #fff;
  padding-top: 50px;
}
.footer_box .footer_top dl {
  margin-bottom: 22px;
}
.footer_box .footer_top dl dt {
  margin-right: 20px;
  margin-bottom: 0;
}
.footer_box .footer_top dl dd {
  margin: 0;
}
.footer_box .footer_top .code_box img {
  margin-left: 60px;
  max-height: 170px;
}
.footer_box .footer_top .footer_top_info h2 {
  font-size: 30px;
  margin-bottom: 28px;
}
.footer_bottom {
  border-top: 1px solid #625f59;
  height: 52px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 50px;
  color: #fff;
}
.footer_bottom a {
  color: #fff;
  padding: 0 9px;
}
.ui_menu {
  display: none;
  cursor: pointer;
}
.ui_menu span {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.list-banner {
  position: relative;
  overflow: hidden;
}
.img-bg {
  width: 100%;
  display: block;
}
.list-banner-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.banner-text-main {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list-banner-text h1 {
  color: #fff;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 60px;
}
.list-banner-text p {
  color: #fff;
  font-size: 20px;
}
.banner-center-main {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 680px;
  height: 106px;
  background: url(../images/kehu/img1.png) no-repeat bottom center;
  text-align: center;
}
.banner-center-main h1 {
  margin-top: -30px;
}
.coop {
  padding: 55px 0 ;
  background: #f2f2f2;
  overflow: hidden;
}
.home-title {
  padding: 35px 0;
  text-align: center;
  color: #333;
  font-size: 36px;
  position: relative;
  z-index: 3;
}
.home-partner-block {
  position: relative;
}
.home-partner-block ul {
  overflow: hidden;
  text-align: center;
}
.swiper-slide-active .home-partner-block li {
  width: 170px;
  display: inline-block;
  border: 1px solid #e0e0e0;
  text-align: center;
  vertical-align: middle;
  position: relative;
  top: 0;
  background: #fff;
  -webkit-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  -webkit-transition: all 0.4s 0.5s;
  transition: all 0.4s 0.5s;
}
.page .swiper-slide .home-partner-block li {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.home-partner-block li img {
  max-width: 93%;
  max-height: 93%;
  display: block;
  margin: 0 auto;
  transition: all 1s;
  -webkit-transition: all 1s;
}
@-webkit-keyframes ascaleX {
  0% {
    -webkit-transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
  }
}
@keyframes ascaleX {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.home-partner-block li.noborder {
  border: none;
}
.home-partner-block li:hover img {
  -webkit-animation: ascaleX 0.3s linear;
  animation: ascaleX 0.3s linear;
}
.customer-number {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 270px;
  margin: -75px 0 0 -135px;
  text-align: center;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.page .swiper-slide-active .customer-number {
  opacity: 1;
}
.customer-number h1 {
  font-size: 56px;
  color: #333;
  margin: 20px 0 10px;
}
.customer-number p {
  font-size: 15px;
  color: #999;
}
.home-partner-main {
  padding-bottom: 50px;
  position: relative;
  z-index: 4;
}
.partner-btn span {
  width: 46px;
  height: 46px;
  display: inline-block;
  cursor: pointer;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.partner-btn .partner-r {
  right: 0;
}
.current-page {
  line-height: 50px;
  width: 100%;
  background: #384960;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
}
.wrapper2 {
  max-width: 1200px;
  margin: 0 auto;
}
.current-page a {
  color: #FFFFFF;
}
.current-page a:hover {
  color: #1E9FFF;
}
.current-page p {
  margin: 0;
  padding-left: 20px;
  background: url(../images/current-page.png) no-repeat left center;
}
.product_list {
  margin-top: 30px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.product_list .product_item {
  width: 25%;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
}
.product_list .product_item .product_in {
  border: 1px solid #cbcbcb;
overflow: hidden;
}
.product_in img{-webkit-transition: all 0.5s; transition: all 0.5s;}
.product_in img:hover{-webkit-transform: scale(1.1);  transform: scale(1.1);}
.product_list .product_item img {
  width: 100%;
  height: 160px;
}
.product_list .product_item .product_in_body {
  padding: 16px;
  line-height: 20px;
  overflow: hidden;
  color: #999;
}
.product_list .product_item .product_in_body h2 {
  font-size: 18px;
  color: #333;
  margin-bottom: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product_list .product_item .product_in_body p {
  margin: 0;
  font-size: 14px;
  height: 60px;
  overflow: hidden;
}
.product_list .product_item .product_in_footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.product_list .product_item .product_in_footer a {
  padding: 16px;
  color: #999;
  font-size: 14px;
}
.product_list .product_item .product_in_footer a:hover {
  color: #143e66;
}
.mianbao {
  height: 30px;
  margin: 40px auto 0px;
  border-bottom: 1px solid #999999;
  line-height: 30px;
  font-size: 14px;
  color: #666;
}
.mianbao a {
  color: #666666;
}
.news_content_left {
  -webkit-box-flex: 1;
  flex: 1;
  margin-right: 36px;
}
.news_content_left .news_content_list a {
  padding: 30px 0;
  border-bottom: 1px solid #d0d0d0;
  text-decoration: none;
}
.news_content_left .news_content_list a:hover .middle h3,
.news_content_left .news_content_list a:hover .middle p {
  color: #143e66;
}
.news_content_left .news_content_list .pic {
  width: 210px;
}
.news_content_list img{-webkit-transition: all 0.5s; transition: all 0.5s;}
.news_content_list img:hover{-webkit-transform: scale(1.1);  transform: scale(1.1);}
.news_content_left .news_content_list .pic img {
  width: 100%;
}
.news_content_left .news_content_list .middle {
  padding: 0 37px;
}
.news_content_left .news_content_list .middle h3 {
  min-height: 26px;
  line-height: 26px;
  color: #666666;
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 18px;
}
.news_content_left .news_content_list .middle p {
  line-height: 25px;
  font-size: 14px;
  color: #666666;
  height: 50px;
  overflow: hidden;
}
.news_content_left .news_content_list .arrow {
  width: 30px;
  height: 40px;
  background: url(../images/jiantou.png) no-repeat;
  background-size: 100%;
}
.news_content_right {
  width: 320px;
  margin-top: 30px;
}
.news_content_right .news_title {
  height: 160px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 22px;
  color: #fff;
  background-color: #007fff;
}
.news_content_right .news_title h2 {
  font-size: 31.66px;
  height: 46px;
  line-height: 46px;
  margin: 0;
}
.news_content_right .news_title p {
  margin: 0;
  position: relative;
  display: inline-block;
  padding-right: 40px;
}
.news_content_right .news_title p::before {
  content: "";
  width: 27px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
}
.news_content_right .news_rec_list {
  margin-bottom: 27px;
}
.news_content_right .news_rec_list li {
  border-bottom: 1px solid #cccccc;
}
.news_content_right .news_rec_list li:last-child {
  border-bottom: none;
}
.news_content_right .news_rec_list li a {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  background-color: #f3f3f3;
  height: 84px;
  display: -webkit-box;
  display: flex;
  text-decoration: none;
  padding: 0 26px;
  text-indent: 7px;
  line-height: 84px;
  font-size: 20px;
  color: #323232;
  position: relative;
}
.news_content_right .news_rec_list li a:hover {
  background-color: #007fff;
  color: #fff;
}
.news_content_right .news_rec_list li a:hover .arrow {
  background: url(../images/bai.png) no-repeat;
}
.news_content_right .news_rec_list li a .arrow {
  width: 10px;
  height: 19px;
  background: url(../images/hei.png) no-repeat;
}
.news_content_right .news_rec_dt {
  padding: 5px 0 24px 0;
  background-color: #f5f5f5;
}
.news_content_right .news_rec_dt li {
  padding: 0 20px;
}
.news_content_right .news_rec_dt li a {
  display: block;
  padding: 27px 0;
  color: #383d73;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px dashed #ddd;
  text-decoration: none;
}
.news_rec_dt li a:hover {color:#FF0000;}
.pages {
  width: 100%;
  padding: 50px 0 50px;
  text-align: center;
}
.pages a{
 
  color: #666;

}
.pages li {
  display: inline-block;
  padding: 5px 7px;
  border: 1px solid #ccc;
  border-radius: 3px;
  min-width: 15px;
  color: #666;
  margin: 0 3px;
  margin-bottom: 12px;
  text-decoration: none;
}
.pages li a{
  display: inline-block; 
  border-radius: 3px;
  min-width: 15px;
  color: #666;
  margin: 0 5px;

  text-decoration: none;
}
.pages li strong {
  border: none;
  color: #143e66;

}
.tab-content {
  overflow: hidden;
}
.tab-content > .tab-pane.active {
  opacity: 1;
}
.swiper-slide .dec {
  animation: fadeOutLeft 1s;
}
.swiper-slide .pic {
  animation: fadeOutRight 1s;
}
.swiper-slide.swiper-slide-active .dec {
  animation: fadeInLeft 1s;
}
.swiper-slide.swiper-slide-active .pic {
  animation: fadeInRight 1s;
}
.zhuanti7-message {
  padding-top: 50px;
}
@media (max-width: 1599px) {
  .ui_do_box .ui_do_content .ui_do_main {
    background-size: 28% ;
  }
  .ui_do_box .ui_do_content .ui_do_main .ui_do_left {
    left: 80px;
  }
  .ui_do_box .ui_do_content .ui_do_main .ui_do_top {
    top: 100px;
  }
  .ui_do_box .ui_do_content .ui_do_main .ui_do_right {
    right: -74px;
  }
}
@media (max-width: 1200px) {
  #banner .handle_box {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}
@media (max-width: 1699px) {
  .ui_wait_box {
    background-size: 46%;
  }
}
@media (max-width: 1199.98px) {
  .ui_news_content {
    display: block !important;
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .ui_news_left {
    width: 100%;
  }
  .ui_news_left img {
    width: 100%;
  }
  .ui_news_right {
    margin-top: 30px;
  }
  .ui_news_right .ui_news_list .news_list_info {
    -webkit-box-flex: 1;
    flex: 1;
  }
  .ui_news_right .ui_news_list .num {
    -webkit-box-flex: 0;
    flex: 0;
  }
  .ui_nav .ui_nav_list li a {
    padding: 10px 12px;
  }
}
@media (max-width: 991.98px) {
  .positon_pic {
    display: none;
  }
  .ui_menu {
    display: block;
  }
  #app {
    padding-top: 67px;
  }
  .wrapper2 {
    padding: 0 15px;
  }
  .ui_header {
    height: auto;
    padding: 15px;
  }
  .ui_nav {
    right: -100%;
    bottom: 0;
    z-index: 12;
    width: 100%;
    min-height: calc(100% - 50px);
    background: rgba(6, 73, 111, 0.8);
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    top: 67px;
  }
  .ui_nav.active {
    right: 0;
  }
  .ui_nav .ui_nav_list {
    display: block;
  }
  .ui_nav .ui_nav_list li {
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
  }
  .ui_nav .ui_nav_list li a {
    color: #fff;
  }
  .ui_nav .ui_nav_list li a:hover {
    color: #fff;
  }
  .ui_do_box .ui_do_content {
    position: relative;
    top: 30px;
    left: 0;
    width: 100%;
    padding: 0 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .ui_do_box {
    min-height: auto;
  }
  .ui_do_box .ui_do_content .ui_do_main {
    background: none;
  }
  .ui_do_box .ui_do_content .ui_do_main .ui_do_left,
  .ui_do_box .ui_do_content .ui_do_main .ui_do_right {
    left: 0;
  }
  .ui_do_box .ui_do_content .ui_do_main .ui_do_top,
  .ui_do_box .ui_do_content .ui_do_main .ui_do_left,
  .ui_do_box .ui_do_content .ui_do_main .ui_do_right {
    display: -webkit-box;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 15px;
    top: 0;
    height: auto;
    margin-top: 20px;
  }
  .ui_do_box .ui_do_content .ui_do_main .ui_do_top .link_item,
  .ui_do_box .ui_do_content .ui_do_main .ui_do_left .link_item,
  .ui_do_box .ui_do_content .ui_do_main .ui_do_right .link_item {
    position: relative;
    left: 0;
    top: 0;
    margin: 10px;
  }
  .ui_wait_box {
    background: none;
  }
  .index_page_solve {
    min-height: auto;
    padding-bottom: 50px;
  }
  .news_content_right {
    display: none;
  }
  .tab-content .dec {
    width: 100% !important;
    -webkit-box-flex: 1;
    flex: 1;
    max-width: 100%;
  }
  .tab-content .pic {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .ui_wait_list {
    flex-wrap: wrap;
  }
  .ui_wait_box .ui_wait_list .ui_wait_item {
    width: 50%;
  }
  .index_page_solve .custom_main .next2,
  .index_page_solve .custom_main .prev2 {
    display: none;
  }
  .ui_title h2 {
    font-size: 36px;
  }
  .ui_title p {
    font-size: 24px;
    margin: 0 0 0 5px;
  }
  .index_page_choose {
    padding-top: 30px;
  }
  .ui_data_box {
    padding-top: 26px;
  }
  .ui_data_box .ui_data_top .num strong {
    font-size: 40px;
  }
  .ui_data_box .ui_data_top .sub {
    padding: 20px 0 10px 0;
  }
  .ui_do_box {
    margin-top: 0;
  }
  .ui_wait_box {
    margin-top: 100px;
    min-height: auto;
  }
  .ui_wait_box .row {
    margin: 0;
  }
  .ui_wait_box .ui_wait_in {
    min-height: auto;
  }
  .ui_wait_box .ui_wait_list {
    margin-top: 30px;
  }
  .index_page_solve {
    padding-top: 30px;
  }
  .index_page_solve .solve_body {
    margin-top: 30px;
  }
  .ui_news_left {
    display: none;
  }
  .ui_news_right .ui_news_list .num {
    font-size: 50px;
  }
  .ui_news_content {
    margin: 30px 0 50px 0;
  }
  .index_page_news {
    padding-top: 6.6667vw;
  }
  .index_page_solve .solve_item .solve_info .solve_info_top h3 {
    font-size: 4.8vw;
  }
  .index_page_solve .solve_item .solve_info .solve_info_top p {
    font-size: 3.2vw;
  }
  .index_page_solve .solve_item .solve_info .solve_info_body {
    font-size: 2.6667vw;
    padding: 0 2.6667vw;
    line-height: 1.4;
  }
  .index_page_solve .solve_item .solve_info .check_more {
    width: 26.6667vw;
    margin: 0 auto 5.3333vw;
    line-height: 6.6667vw;
    font-size: 3.4667vw;
  }
  .news_content_left .news_content_list .middle h3 {
    margin: 1.3333vw 0;
  }
  .news_content_left .news_content_list a {
    padding: 3vw 0;
  }
  .news_content_left .news_content_list .middle p {
    margin: 0;
  }
  .news_content_left .news_content_list .middle {
    padding: 0 4vw;
  }
}
@media (max-width: 575.98px) {
  .about_left .nav .nav-item {
    margin-right: 4vw;
  }
  .ui_title h2 {
    font-size: 26px;
  }
  .ui_title p {
    font-size: 16px;
  }
  .ui_data_box .ui_data_top .sub {
    padding: 10px 0;
  }
  .ui_data_box .ui_data_top .num strong {
    font-size: 32px;
  }
  .ui_do_box .ui_do_content {
    padding: 0;
  }
  .ui_do_box .ui_do_content .ui_do_main .ui_do_top,
  .ui_do_box .ui_do_content .ui_do_main .ui_do_left,
  .ui_do_box .ui_do_content .ui_do_main .ui_do_right {
    padding: 0;
  }
  .ui_do_box .ui_do_content .ui_do_main .ui_do_top .link_item,
  .ui_do_box .ui_do_content .ui_do_main .ui_do_left .link_item,
  .ui_do_box .ui_do_content .ui_do_main .ui_do_right .link_item {
    margin: 1.3333vw;
    width: 22%;
    height: 21vw;
    font-size: 3.4667vw;
  }
  .ui_wait_box .ui_wait_list .ui_wait_item {
    width: 50%;
    font-size: 3.2vw;
  }
  .ui_do_box .ui_do_content .ui_do_main .ui_do_right .link_item img,
  .ui_do_box .ui_do_content .ui_do_main .ui_do_left .link_item img,
  .ui_do_box .ui_do_content .ui_do_main .ui_do_top .link_item img {
    margin: 5.0667vw auto 1.3333vw;
    max-width: 4.5333vw;
  }
  .ui_wait_box .ui_wait_list .ui_wait_item img {
    max-width: 4vw;
  }
  .index_page_solve .custom_main {
    margin-top: 10.6667vw;
  }
  .index_page_news {
    padding-top: 6.6667vw;
  }
  .ui_news_right .ui_news_list .pic {
    width: 18.6667vw;
    height: 13vw;
    margin-right: 2.6667vw;
  }
  .ui_news_right .news_title h2 {
    font-size: 4.8vw;
  }
  .ui_news_right .news_title p {
    font-size: 4.2667vw;
  }
  .ui_news_right .ui_news_list .news_list_info h2 {
    font-size: 3.7333vw;
  }
  .ui_news_right .ui_news_list .news_list_info p {
    font-size: 3.4667vw;
  }
  .ui_news_right .ui_news_list a {
    padding: 2vw 8vw 2vw 0;
  }
  .ui_news_right .ui_news_list .num {
    font-size: 5.3333vw;
  }
  .about_left .nav .nav-link {
    font-size: 4.2667vw;
    line-height: 10.4vw;
  }
  .footer_box .footer_top .code_box img {
    max-width: 44%;
    margin: 0 2.6667vw;
  }
  .footer_bottom {
    padding: 4vw 0;
  }
  .footer_box .footer_top .footer_top_info {
    padding: 0 2vw;
  }
  .footer_box .footer_top .footer_top_info h2 {
    font-size: 4.8vw;
  }
  .footer_box .footer_top dl dd {
    font-size: 3.4667vw;
  }
  .footer_box .footer_top dl dt {
    margin-right: 2vw;
  }
  .footer_box .footer_top dl dt img {
    max-width: 5.3333vw;
  }
  .footer_bottom {
    font-size: 3.7333vw;
  }
  .about_left .tab-pane p {
    font-size: 4vw;
  }
  .index_page_solve .solve_item .solve_title {
    line-height: 9.3333vw;
    height: 9.3333vw;
    font-size: 3.7333vw;
    padding: 0 4vw;
  }
  .ui_video .video {
    height: 40vw;
  }
  .product_list .product_item {
    margin-bottom: 2.5vw;
    width: 50%;
    padding: 0 1.25vw;
  }
  .product_list .product_item img {
    height: 25vw;
  }
  .product_list .product_item .product_in_body {
    padding: 1.3333vw;
  }
  .product_list .product_item .product_in_footer a {
    padding: 10px;
  }
  .product_list {
    margin-top: 2.5vw;
  }
  .news_content_left .news_content_list .arrow {
    display: none;
  }
  .news_content_left .news_content_list .middle h3 {
    font-size: 4vw;
  }
  .news_content_left .news_content_list .middle p {
    font-size: 3.4667vw;
  }
  .pages a {
    display: none;
  }
  .pages a.a1 {
    display: inline-block;
  }
  .pages span {
    display: none;
  }
  .mianbao {
    margin-top: 4vw;
  }
  .news_content_left {
    margin: 0;
  }
  .code_box,
  .footer_bottom {
    display: none !important;
  }
  .mb-partner-main {
    padding-bottom: 0 !important;
  }
  .ui_logo {
    padding: 0;
  }
  .ui_data_bottom {
    display: none;
  }
}
.square {
    width: 350px;
    height: 1px;
    background-color: #000;
    margin: 0 auto;
	    margin-bottom: 20px;
}
.list-banner-texta h1 {
    font-size: 30px;
	
	color: #fff;
    font-size: 40px;
    font-weight: normal;
    
     line-height: 60px;

}
.list-banner-texta {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.list-banner-texta .wrapa {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.banner-center-maina {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
    width: 680px;
    height: 106px;
    
    text-align: center;
}
.list-banner-texta p {
    font-size: 18px;
}
