li {
  list-style: none;
}
*,
ul {
  margin: 0;
  padding: 0;
}
body {
  line-height: 1.2;
  overflow-x: hidden;
}
@font-face {
  font-family: 'uifont';
  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');
  
  /* project id 1414239 */
}
img{
  max-width: 100%;
}
#app {
  padding-top: 102px;
}
.ui_logo {
  padding: 0 15px;
}
.ui_navbar {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 10001;
  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;

  display: flex;
  align-items: center;
  height: 102px;
}
.ui_nav .ui_nav_list li a {
  color: #333;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
 
}
.ui_nav .ui_nav_list li> a{
	display: flex;
	 height: 102px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.ui_nav .ui_nav_list li a:hover,
.ui_nav .ui_nav_list li a.active {
  color: #f00;
}
.ui_nav .ui_nav_list li> a:hover{
	font-weight: bold;
}
.ui_nav .ui_nav_list li:hover>a{
	position: relative;
	font-weight: bold;
	 color: #f00;
}
.ui_nav .ui_nav_list li:hover>a:after{
	content: "";
	width: 80%;
	height: 3px;
	background-color: #f00;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	bottom: 0;
}
#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: 50px;
}
.ui_title h2 {
  color: #143e66;
  font-size: 36px;
  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_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_parta-box {
  width: 100%;
  margin-top: 50px;
}
.ui_do_parta-box .ui_do_parta-content {
  z-index: 5;
}
.ui_do_parta-box .ui_do_parta-content .ui_do_parta-main .ui_do_parta {
  width: 100%;
}
.ui_do_parta-box .ui_do_parta-content .ui_do_parta-main .ui_do_parta ul.ui_do_parta-list {
  margin-top: 40px;
  margin-left: -114px;
  margin-right: -10px;
}
.ui_do_parta-box .ui_do_parta-content .ui_do_parta-main .ui_do_parta ul.ui_do_parta-list li.ui_do_parta-item {
  width: 25%;
  float: left;
  margin-bottom: 30px;
}
.ui_do_parta-box .ui_do_parta-content .ui_do_parta-main .ui_do_parta ul.ui_do_parta-list li.ui_do_parta-item .ui_do_parta-item-body {
  width: 66%;
  margin-left: 34%;
  border-radius: 5px;
  position: relative;
  min-height: 190px;
  padding: 0 20px;
  overflow: hidden;
}
.ui_do_parta-box .ui_do_parta-content .ui_do_parta-main .ui_do_parta ul.ui_do_parta-list li.ui_do_parta-item .ui_do_parta-item-body .ui_do_parta-list-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: -1;
}
.ui_do_parta-box .ui_do_parta-content .ui_do_parta-main .ui_do_parta ul.ui_do_parta-list li.ui_do_parta-item .ui_do_parta-item-body .ui_do_parta-list-icon img {
  width: 100%;
}
.ui_do_parta-box .ui_do_parta-content .ui_do_parta-main .ui_do_parta ul.ui_do_parta-list li.ui_do_parta-item .ui_do_parta-item-body .ui_do_parta-list-title {
  text-align: center;
  z-index: 0;
  padding-top: 44%;
  visibility: visible;
  animation-duration: 1.8s;
  animation-name: fadeInUp;
}
.ui_do_parta-box .ui_do_parta-content .ui_do_parta-main .ui_do_parta ul.ui_do_parta-list li.ui_do_parta-item .ui_do_parta-item-body .ui_do_parta-list-title span {
  padding: 4px;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid #fff;
}
.ui_do_parta-box .ui_do_parta-content .ui_do_parta-main .ui_do_parta ul.ui_do_parta-list li.ui_do_parta-item .ui_do_parta-item-body .ui_do_parta-list-text {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(0, 57, 119, 0.8);
  color: #fff;
  padding: 15px;
  font-size: 14px;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  border-radius: 5px;
  overflow: hidden;
  visibility: visible;
  animation-duration: 0.8s;
  animation-name: fadeInUp;
  padding-top: 50px;
}
.ui_do_parta-box .ui_do_parta-content .ui_do_parta-main .ui_do_parta ul.ui_do_parta-list li.ui_do_parta-item .ui_do_parta-item-body:hover {
  overflow: hidden;
}
.ui_do_parta-box .ui_do_parta-content .ui_do_parta-main .ui_do_parta ul.ui_do_parta-list li.ui_do_parta-item .ui_do_parta-item-body:hover .ui_do_parta-list-title {
  z-index: 1000;
  position: absolute;
  top: 15px;
  left: 15px;
  padding-top: 0;
  visibility: visible;
  animation-duration: 1.8s;
  animation-name: fadeInUp;
  text-align: left;
}
.ui_do_parta-box .ui_do_parta-content .ui_do_parta-main .ui_do_parta ul.ui_do_parta-list li.ui_do_parta-item .ui_do_parta-item-body:hover .ui_do_parta-list-text {
  display: block;
  z-index: 999;
  visibility: visible;
  animation-duration: 0.8s;
  animation-name: fadeInUp;
}
.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: 121%;
  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;
  max-width: 46%;
}
.positon_pic img {
  max-width: 100%;
}
.ui_wait_box {
  position: relative;
  min-height: 470px;
}
.ui_wait_box .ui_wait_in {
  min-height: 400px;
}
.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 .3s linear;
  animation: ascaleX .3s linear;
}
.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: 50px;
}
.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: #182738;
}
.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-new {
  position: absolute;
  left: 35%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 680px;
  height: 106px;
  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 .3s linear;
  animation: ascaleX .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;
}
.product_list .product_item img {
  width: 100%;
  height: 190px;
}
.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_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;
}
.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 .swiper-slide{
  background-color: #fff;
}
.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;
}


/* 2020/08/19 新增 */
.ui_sub_menu_wrap{
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
 box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  overflow-y: auto;
  background-color: #fff;
  padding: 25px 0;
  opacity: 0;
  z-index: -1;
  display: none;
  height: 0;
  overflow: hidden;
  border-top: 1px solid #eee;
}
.ui_sub_menu{
  flex-wrap: wrap;
  display: -ms-flexbox!important;
  display: flex!important;
  -ms-flex-align: start!important;
  align-items: flex-start!important;
  justify-content: center;
}
.ui_sub_menu_item{
 
  width: 200px;
}
#about_us .swiper-slide{
	overflow: hidden;
}
.ui_sub_menu_item .parts .parts_title{
  font-size: 15px;
  padding-bottom: 20px;
  border-bottom:1px solid #eee ;
  margin: 0 15px 15px 0;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.parts_body .parts_body_p a{
  padding: 10px 0 !important;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.ui_nav_item{
  transition: all 0.5s;
  
}

.ui_nav_item:hover .ui_sub_menu_wrap{
  opacity: 1;
  display: block;
  z-index: 1000;
  height: auto;
  overflow: auto;
  border-top: 1px solid #eee;
}


.slide_down_wrap{
  position: relative;
}
.slide_down_wrap  .slide_down_menu{
  position: absolute;
  width: 170%;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  display: none;
  border-radius: 0 0 5px 5px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.slide_down_wrap  .slide_down_menu a{
  padding: 10px 10px !important;
  font-size: 14px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.slide_down_wrap:hover  .slide_down_menu{
  display: block;
}

.slide_down_wrap  .slide_down_menu a:hover{
	background-color: #f5f5f5;
}

 .product_item .c1 {
    background: url(../images/1.jpg) no-repeat;
}
.product_item  .c2 {
    background: url(../images/2.jpg) no-repeat;
}
.product_item  .c3 {
    background: url(../images/3.jpg) no-repeat;
}

.product_item .card {
   
    height: 400px;
    background-size: 100% 100%;
    margin-bottom: 10px;
    border: 1px solid #D9E1EC;
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.05);
}
 .product_item .card .cardtitle {
            font-family: HelveticaNeue-Medium;
            font-size: 32px;
            color: #FFFFFF;
            line-height: 32px;
            margin-bottom: 20px;
            margin-top: 60px;
            margin-left: 30px;
          
        }
        
     .product_item   .card .lbg {
            width: calc(100% - 50px);
            height: 40px;
           
            padding-left: 11px;
            font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
        }
        .product_item .card .lbg1 {
            background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
        }
        .product_item .card .lbg2 {
            background-image: linear-gradient(270deg, rgba(14, 62, 142, 0) 0%, rgba(14, 62, 142, 0.8) 100%);
        }
        .product_item .card .lbg3 {
            background-image: linear-gradient(270deg, rgba(26, 117, 208, 0) 0%, rgba(32, 124, 213, 0.75) 100%);
        }
          .product_item .card p,
         .product_item .card .abtn,
          .product_item .card h4 {
            margin-left: 30px;
        }
       .product_item .card .t2 {
            margin-top: 40px;
            font-size: 16px;
            margin-bottom: 20px;
            color: #fff;
        }
        .product_item .card .t3 {
            font-size: 12px;
            margin-bottom: 12px;
            padding: 0 16px;
            background: url(../images/check.png) no-repeat;
            background-size: 12px 12px;
            background-position-y: 2px;
            margin-right: 16px;
            color: #fff;
        }
        .blue {
            color: #13234A !important;
        }
        .black {
        	color: #363636 !important;
        }
        .product_list .product_item{
        	overflow: auto;
        }
         .product_item {
         	overflow: auto;
         }
         .product_list .product_item{
         	transition: all 0.5s;
         }
        .product_list .product_item:hover{
        	transform: translate3d(0,-10px,0);
        }

.banner-center-maina {
  text-align: center;
  margin-top: 30px;
}
.d-flex .col-6.dec h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 25px 0 15px 0;
  color: #2285ad;
  margin-left: -10px;
}
.d-flex .col-6.dec h5 {
  font-size: 16px;
  color: #fff;
  margin-left: -10px;
  background: #2285ad;
  padding: 6px;
  width: 350px;
}
ul.index-honor {
  margin-top: 50px;
}
ul.index-honor li {
  list-style-type: square;
  padding: 13px 0;
  color: #143e66;
  font-weight: bold;
  font-size: 20px;
}
.saas-part {
  margin-top: 20px;
  overflow: hidden;
}
.saas-part .ui_wait_box .ui_wait_list {
  margin-top: 15px;
}
.saas-part .ui_wait_box .ui_wait_list .ui_wait_item {
  padding: 0 2px;
  margin-bottom: 50px;
}
.saas-part .ui_wait_box .ui_wait_list .ui_wait_item a {
  font-size: 16px;
  color: #424242;
}
.saas-part .ui_wait_box .ui_wait_in .ui_wait_body {
  max-width: 675px;
}
.saas-part .ui_wait_box .ui_title a {
  padding: 10px 30px;
  background-color: #267ac8;
  box-shadow: none;
  border-radius: 5px;
  display: inline-block;
}
.saas-part .ui_wait_box .ui_title a,
.saas-part .ui_wait_box .ui_title a:hover,
.saas-part .ui_wait_box .ui_title a:active {
  color: #fff;
  text-decoration: none;
}
.saas-part .product_list.saas-product_list {
  margin-left: -30px;
  margin-right: -30px;
}
.saas-part .product_list.saas-product_list .product_item {
  padding-left: 30px;
  padding-right: 30px;
}
.saas-part .product_list.saas-product_list .product_item:first-child .product_in {
  background: url(../images/saas-a.jpg) top center no-repeat;
  background-size: 100%;
}
.saas-part .product_list.saas-product_list .product_item:nth-child(2) .product_in {
  background: url(../images/saas-b.jpg) top center no-repeat;
  background-size: 100%;
}
.saas-part .product_list.saas-product_list .product_item:nth-child(3) .product_in {
  background: url(../images/saas-c.jpg) top center no-repeat;
  background-size: 100%;
}
.saas-part .product_list.saas-product_list .product_item .product_in {
  border: none;
  min-height: 400px;
}
.saas-part .product_list.saas-product_list .product_item .product_in .product_in_body {
  padding: 32px 16px;
}
.saas-part .product_list.saas-product_list .product_item .product_in .product_in_body .saas-title {
  border-bottom: 1px solid rgba(38, 122, 200, 0.35);
  padding-bottom: 10px;
  text-align: center;
}
.saas-part .product_list.saas-product_list .product_item .product_in .product_in_body .saas-title h2 {
  font-weight: bold;
  color: #267ac8;
  font-size: 24px;
  margin-bottom: 10px;
}
.saas-part .product_list.saas-product_list .product_item .product_in .product_in_body .saas-title span.sub-title {
  color: #4e91d0;
  font-size: 14px;
}
.saas-part .product_list.saas-product_list .product_item .product_in .product_in_body .detail-list {
  margin-top: 25px;
  text-align: center;
}
.saas-part .product_list.saas-product_list .product_item .product_in .product_in_body .detail-list span {
  color: #424242;
}
.saas-part .product_list.saas-product_list .product_item .product_in .product_in_body .detail-list p {
  color: #424242;
  padding-top: 10px;
  height: 50px;
}
.saas-part .product_list.saas-product_list .product_item .product_in .product_in_footer {
  padding: 0 15px 15px 0;
}
.saas-part .product_list.saas-product_list .product_item .product_in .product_in_footer a {
  float: right;
  padding: 5px 15px;
  background-color: #267ac8;
  box-shadow: none;
  border-radius: 5px;
}
.saas-part .product_list.saas-product_list .product_item .product_in .product_in_footer a,
.saas-part .product_list.saas-product_list .product_item .product_in .product_in_footer a:hover,
.saas-part .product_list.saas-product_list .product_item .product_in .product_in_footer a:active {
  color: #fff;
  text-decoration: none;
}
.saas-part.saas-part-detail {
  height: 516px;
  
  width:100%;
}
.saas-part.saas-part-detail .container {
  text-align: center;
  line-height: 28px;
}
.container-new {
 float:left;
  line-height: 28px;
}

.saas-part.saas-part-detail .container .home-title {
  margin-bottom: 30px;
}
.saas-part.saas-part-detail .container span {
  display: block;
  margin-bottom: 20px;
  color: #267ac8;
}
.saas-part.saas-part-detail .container p {
  margin-top: 10px;
  opacity: 0.7;
}


/* 2020/08/19 */



@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(50%);
    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;
    height: auto;
  }
  .ui_nav .ui_nav_list li a {
    color: #fff;
    height: auto;
  }
  .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: 0px;
    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;
  }
  .saas-part.saas-part-detail{
    height: auto;
  }
}
@media (max-width: 575.98px) {
  .ui_do_parta-box .ui_do_parta-content .ui_do_parta-main .ui_do_parta ul.ui_do_parta-list{
    margin: 40px 0 0 0;
  }
  .ui_do_parta-box .ui_do_parta-content .ui_do_parta-main .ui_do_parta ul.ui_do_parta-list li.ui_do_parta-item{
    width: 100%;
  }
  .ui_do_parta-box .ui_do_parta-content .ui_do_parta-main .ui_do_parta ul.ui_do_parta-list li.ui_do_parta-item .ui_do_parta-item-body{
    width: 100%;
   margin-left: 0;
  }
  .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__new__in.product_list .product_item{
  	width: 100%;
  }
  .product_item .card{
  	margin-bottom: 15px;
  }
  .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;
    width: calc(100% - 1.5em);
  }
  .ui_data_bottom {
    display: none;
  }
}