@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700&display=swap");
.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

/* Normal desktop :1200px. */
/* Normal desktop :992px. */
/* Tablet desktop :768px. */
/* small mobile :320px. */
/* Large Mobile :480px. */
/* 1. Theme default css */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
}

.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

a:focus,
.button:focus, button:focus {
  text-decoration: none;
  outline: none;
}

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

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
  color: #333;
}

a,
button {
  color: #333;
  outline: medium none;
}
h1, h2, h3, h4, h5 {
  color: #333;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  margin-bottom: 15px;
  line-height: 28px;
  font-size: 16px;
  font-weight: 300;
  color: #4D4D4D;
}

strong{
  font-weight: 600;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

h3 {
  font-size: 24px;
}

.mb-65 {
  margin-bottom: 67px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-60 {
  margin-bottom: 50px !important;
}


.pt-120 {
  padding-top: 120px;
}

.black-bg {
  background: #020c26 !important;
}

.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f5f5f5;
}

.bg-img-1 {
  background-image: url(../img/slider/slider-img-1.jpg);
}

.bg-img-2 {
  background-image: url(../img/background-img/bg-img-2.jpg);
}

.cta-bg-1 {
  background-image: url(../img/background-img/bg-img-3.jpg);
}

.overlay {
  position: relative;
  z-index: 0;
}

.overlay::before {
  position: absolute;
  content: "";
  background-color: #001D38;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .7;
}

.overlay2 {
  position: relative;
  z-index: 0;
}

.overlay2::before {
  position: absolute;
  content: "";
  background-color: #001D38;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.4;
}

.overlay_03 {
  position: relative;
  z-index: 0;
}

.overlay_03::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #001D38;
  opacity: .6;
  content: '';
  z-index: -1;
}

.bradcam_overlay {
  position: relative;
  z-index: 0;
}

.bradcam_overlay::before {
  position: absolute;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5db2ff+0,7db9e8+100&1+24,0+96 */
  background: -moz-linear-gradient(left, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db2ff', endColorstr='#007db9e8',GradientType=1 );
  /* IE6-9 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
}

/* button style */
.owl-carousel .owl-nav div {
  position: absolute;
  top: 58%;
  left: 150px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #707070;
  text-align: center;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #707070;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 150px;
}

.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
}

.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  top: 0px;
}

.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #5DB2FF;
  border: 1px solid transparent;
}

.boxed-btn {
  background: #fff;
  color: #131313;
  display: inline-block;
  padding: 18px 44px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #5DB2FF;
  letter-spacing: 3px;
  text-align: center;
  color: #5DB2FF !important;
  text-transform: uppercase;
  cursor: pointer;
}

.boxed-btn:hover {
  background: #5DB2FF;
  color: #fff !important;
  border: 1px solid #5DB2FF;
}

.boxed-btn:focus {
  outline: none;
}

.boxed-btn.large-width {
  width: 220px;
}

.boxed-btn3 {
  display: inline-block;
  padding: 20px 40px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  color: #fff !important;
  background: -moz-linear-gradient(top, #0181f5 0%, rgba(93, 178, 255, 0.99) 100%);
  background: -webkit-linear-gradient(top, #0181f5 0%, rgba(93, 178, 255, 0.99) 100%);
  background: linear-gradient(to bottom, #0181f5 0%, rgba(93, 178, 255, 0.99) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0181f5', endColorstr='#fc5db2ff',GradientType=0 );
  border: 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.boxed-btn3:hover {
  color: #fff !important;
  background: -moz-linear-gradient(right, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
  background: -webkit-linear-gradient(right, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
  background: linear-gradient(to left, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f50181f5', endColorstr='#f55db2ff',GradientType=0 );
}
.boxed-btn3:focus {
  outline: none;
}
.boxed-btn3.large-width {
  width: 220px;
}

.boxed-btn3-white {
  color: #fff;
  display: inline-block;
  padding: 13px 27px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  letter-spacing: 2px;
}

.boxed-btn3-white:hover {
  background: #28AE61;
  color: #fff !important;
  border: 1px solid transparent;
}

.boxed-btn3-white i {
  margin-right: 2px;
}

.boxed-btn3-white:focus {
  outline: none;
}

.boxed-btn3-white.large-width {
  width: 220px;
}

.boxed-btn3-line {
  color: #5DB2FF !important;
  display: inline-block;
  padding: 14px 31px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  border: 1px solid #5DB2FF;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  letter-spacing: 2px;
}

.boxed-btn3-line:hover {
  background: #5DB2FF;
  color: #fff !important;
  border: 1px solid transparent;
}

.boxed-btn3-line:focus {
  outline: none;
}

.boxed-btn3-line.large-width {
  width: 220px;
}

.boxed-btn2 {
  background: transparent;
  color: #fff;
  display: inline-block;
  padding: 18px 24px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.boxed-btn2:hover {
  background: #fff;
  color: #131313 !important;
}

.boxed-btn2:focus {
  outline: none;
}


.section_title {
  margin-bottom: 30px;
  text-align: center;
}
.section_title h3 {
  position: relative;
  z-index: 0;
  margin-bottom: 0;
  line-height: 76px;
  font-size: 40px;
  font-weight: 300;
  color: #333;
}

.section_title p {
  margin-bottom: 0;
  line-height: 28px;
  font-size: 16px;
  color: #666;
  font-weight: 400;
}





.header-area {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header-area .header-top_area {
  padding: 12px 0;
  background: #FFF;
}
.header-area .header-top_area .header_left p {
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.header-area .header-top_area .header_right.d-flex {
  display: flex;
  justify-content: flex-end;
}
.header-area .header-top_area .short_contact_list {
  text-align: right;
}
.header-area .header-top_area .short_contact_list ul li {
  display: inline-block;
}
.header-area .header-top_area .short_contact_list ul li a {
  margin-right: 50px;
  font-size: 14px;
  color: #666;
}
.header-area .header-top_area .short_contact_list ul li a i {
  color: #5DB2FF;
  margin-right: 8px;
}

.header-area .main-header-area {
  padding: 18px 0;
  background: #fff;
  background: transparent;
}
.header-area .main-header-area .logo {
  display: inline-flex;
  font-size: 30px;
  color: #fff;
}
.header-area .main-header-area .logo * {
  line-height: auto;
}
.header-area .main-header-area .logo a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  letter-spacing: 8px;
}
.header-area .main-header-area .logo img {
  margin-right: 20px;
  height: 48px;
}

.header-area .main-header-area .main-menu {
  padding: 12px 0;
  text-align: right;
}
.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 20px;
}
.header-area .main-header-area .main-menu ul li a {
  display: inline-block;
  position: relative;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}
.header-area .main-header-area .main-menu ul li a i {
  margin-left: 10px;
  font-size: 9px;
}
.header-area .main-header-area .main-menu ul li a::before {
  position: absolute;
  bottom: -34px;
  left: 0;
  width: 100%;
  height: 3px;
  background: #5DB2FF;
  content: "";
  opacity: 0;
  transform: scaleX(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header-area .main-header-area .main-menu ul li a:hover::before {
  opacity: 1;
  transform: scaleX(1);
}
.header-area .main-header-area .main-menu ul li a.active::before {
  opacity: 1;
  transform: scaleX(1);
}
.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  top: 160%;
  left: 0;
  z-index: 2;
  padding: 10px 0;
  width: 200px;
  text-align: left;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
  margin: 0;
}
.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #000;
}
.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #5DB2FF;
}
.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 150%;
}
.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
  transform: scaleX(1);
}
.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}
.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 990;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.96);
  background: #2C2C2C;
}
.header-area .main-header-area.sticky .main-menu {
  padding: 0;
}
.header-area .main-header-area.sticky .header_bottom_border {
  border-bottom: none;
}
.header-area .main-header-area.sticky .header_bottom_border.white_border {
  border-bottom: none !important;
}



/*响应导航*/
.slicknav_menu .slicknav_nav {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  float: right;
  margin: auto;
  margin-top: 10px;
  padding: 0;
  width: 100%;
  background: #fff;
  border-radius: 0px;
}
.slicknav_nav a,.slicknav_nav .slicknav_row{
  margin: 0;
  padding: 10px 20px;
  font-size: 16px;
}
.slicknav_menu .slicknav_nav a:hover {
  color: #5DB2FF;
  background: transparent;
}
.slicknav_menu .slicknav_nav a.active {
  color: #5DB2FF;
}
.slicknav_menu .slicknav_nav .slicknav_btn {
  position: relative;
  right: 5px;
  top: -36px;
  z-index: 99;
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  border: 1px solid #ddd;
}
.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  position: relative;
  top: -11px;
  right: -5px;
  margin-right: 6px;
  margin-top: 3px;
  padding-bottom: 3px;
}
.slicknav_nav .slicknav_arrow {
  position: relative;
  float: right;
  font-size: 22px;
  top: -9px;
}
.slicknav_btn {
  margin-top: -8px;
  margin-bottom: 0;
}
.sticky .slicknav_menu .slicknav_nav{
  
}


/*slider*/
.slider_bg_1 {
  background-image: url(../img/banner/banner_1.jpg);
}
.slider_bg_2 {
  background-image: url(../img/banner/banner_2.jpg);
}
.slider_bg_3 {
  background-image: url(../img/banner/banner_3.png);
}
.slider_bg_4 {
  background-image: url(../img/banner/banner_4.jpg);
}
.slider_area .single_slider {
  padding-top: 140px;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.slider_area .single_slider .slider_text h3 {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 40px;
  font-weight: 300;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  letter-spacing: 2px;
  text-align: center;
}
.slider_area .single_slider .slider_text .detail {
  margin-top: 10px;
  line-height: 2;
  font-size: 18px;
  color: #D5D5D5;
  text-align: center;
}
.slider_area .single_slider .slider_text h3 span {
  font-weight: 700;
}
.slider_area .single_slider .slider_text .video_service_btn > a {
  margin-right: 15px;
}



/*我们的服务*/
.service_area {
  padding: 50px 0;
}
.service_area .single_service {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #E8E8E8;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.service_area .single_service .service_icon {
  line-height: 94px;
  text-align: center;
  width: 98px;
  height: 98px;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #0181f5;
  background: -moz-linear-gradient(top, #0181f5 0%, #5db2ff 100%);
  background: -webkit-linear-gradient(top, #0181f5 0%, #5db2ff 100%);
  background: linear-gradient(to bottom, #0181f5 0%, #5db2ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0181f5', endColorstr='#5db2ff',GradientType=0 );
}
.service_area .single_service h3 {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 22px;
  color: #000;
  font-weight: 300;
}
.service_area .single_service p {
  margin-bottom: 5px;
  line-height: 28px;
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.service_area .single_service a.learn_more {
  font-size: 15px;
  font-weight: 400;
  color: #5DB2FF;
}
.service_area .single_service:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.04);
  border-color: transparent;
}
.service_area .col-xl-4:nth-child(2) .single_service .service_icon {
  background: #00d363;
  background: -moz-linear-gradient(top, #00d363 0%, #37ef8d 100%);
  background: -webkit-linear-gradient(top, #00d363 0%, #37ef8d 100%);
  background: linear-gradient(to bottom, #00d363 0%, #37ef8d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d363', endColorstr='#37ef8d',GradientType=0 );
}
.service_area .col-xl-4:nth-child(3) .single_service .service_icon {
  background: #fd8e5e;
  background: -moz-linear-gradient(top, #fd8e5e 0%, #fd8e5e 100%);
  background: -webkit-linear-gradient(top, #fd8e5e 0%, #fd8e5e 100%);
  background: linear-gradient(to bottom, #fd8e5e 0%, #fd8e5e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd8e5e', endColorstr='#fd8e5e',GradientType=0 );
}
.service_area .col-xl-4:nth-child(4) .single_service .service_icon {
  background: #615cfd;
  background: -moz-linear-gradient(top, #615cfd 0%, #d465ef 100%);
  background: -webkit-linear-gradient(top, #615cfd 0%, #d465ef 100%);
  background: linear-gradient(to bottom, #615cfd 0%, #d465ef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#615cfd', endColorstr='#d465ef',GradientType=0 );
}
.service_area .col-xl-4:nth-child(6) .single_service .service_icon {
  background: #a64eee;
  background: -moz-linear-gradient(top, #a64eee 0%, #3c35ce 100%);
  background: -webkit-linear-gradient(top, #a64eee 0%, #3c35ce 100%);
  background: linear-gradient(to bottom, #a64eee 0%, #3c35ce 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a64eee', endColorstr='#3c35ce',GradientType=0 );
}
.service_area .single_service .service_icon img{
  height: 40px;
  color: #fff;
}

/*联系我们*/
.contactus_box {
  padding-bottom: 50px;
  text-align: center;
}
 .contactus-icon-box img{
  margin-bottom: 10px;
  height: 50px;
  color: #999;
 }

/*底部*/
.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer .copy-right_text {
  padding: 20px 0;
  background: #efefef;
}
.footer .copy-right_text .copy_right {
  margin-bottom: 0;
  font-size: 14px;
  color: #333;
}
.footer .copy-right_text .copy_right a {
  color: #5DB2FF;
}


/*关于我们*/
.about_info_area {
  padding: 50px 0;
}
.about_info_area .topic {
  margin-bottom: 50px;
  font-size: 20px;
  color: #5DB2FF;
}
.about_info_area .section_title {
  margin-bottom: 30px;
}
.about_info_area .about_text {
  margin-bottom: 30px;
}
.about_info_area .about_text p {
  margin-bottom: 30px;
  font-size: 16px;
  color: #333;
}
.about_info_area img {
  max-width: 100%;
}
.about-pic .about-item {
  margin-bottom: 20px;
}
.about-pic .about-item img{
  max-width: 100%;
  border-radius: 10px;
}
.about-pic .about-item:hover img {
  width: 100%;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}


/*解决方案*/
.solution-list .solution-item {
  overflow: hidden;
  margin-bottom: 50px;
}
.solution-list .solution-item:last-child{
  margin-bottom: 0;
}
.solution-list .solution-item .pic {
  width: 300px;
  float: left;
}
.solution-list .solution-item .pic img{
  max-width: 100%;
  border-radius: 10px;
}
.solution-list .solution-item .pic:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.solution-list .solution-item .right-con {
  padding-left: 340px;
  line-height: 30px;
}
.solution-list .solution-item .right-con .name{
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 24px;
}
.solution-list .solution-item .right-con .name a:hover{
  color: #5DB2FF;
}
.solution-list .solution-item .right-con .intro {
  line-height: 30px;
  font-size: 14px;
}

.solution-detail .labels{
  margin-bottom: 50px;
}
.solution-detail .labels span {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px 20px;
  font-size: 14px;
  color: #666;
  border: 1px solid #eee;
  border-radius: 30px;
}
.solution-detail .labels span:last-child{
  margin-right: 0;
}
.solution-detail .detail-item {
  margin-bottom: 30px;
}
.solution-detail .title {
  margin-bottom: 15px;
  padding-left: 15px;
  font-size: 24px;
  color: #000;
  border-left: 3px solid #5DB2FF;
}
.solution-detail .detail-item .intro {
  padding-left: 20px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
}
.function-list {
  position: relative;
  margin: 30px 0;
}
.function-list a {
  display: inline-block;
  margin: 0 8px 8px 8px;
  padding: 8px 20px;
  border-radius: 5px;
  color: #5DB2FF;
  border: 1px solid #5DB2FF;
}
.function-list a:hover {
  background-color: #5DB2FF;
  color: #fff;
}

.return-line {
  overflow: hidden;
  padding: 20px 0;
  text-align: center;
}
.return-line a{
  padding: 12px 50px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #0181f5;
  background: -moz-linear-gradient(left, #0181f5 0%, #5db2ff 100%);
  background: -webkit-linear-gradient(left, #0181f5 0%, #5db2ff 100%);
  background: linear-gradient(to right, #0181f5 0%, #5db2ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0181f5', endColorstr='#5db2ff',GradientType=1 );
  border: 1px solid transparent;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.return-line a:hover {
  color: #fff;
  background: -moz-linear-gradient(right, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
  background: -webkit-linear-gradient(right, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
  background: linear-gradient(to left, rgba(1, 129, 245, 0.96) 0%, rgba(93, 178, 255, 0.96) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f50181f5', endColorstr='#f55db2ff',GradientType=0 );
  border: 1px solid #5DB2FF;
}

/*行业应用*/
.feature_area .section_title {
  text-align: center;
}
.feature_area .section_title h3{
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
}
.mt-case {
  margin-top: 50px;
}
.feature-list .feature-item{
  position: relative;
  margin-bottom: 20px;
  padding: 15px 30px;
  border: 1px solid #efefef;
  border-radius: 10px;
  transition: .3s;
}
.feature-list .feature-item .icon {
  margin: 10px 0 20px;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.feature-list .feature-item h5{
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}
.feature-list .feature-item .intro{
  line-height: 24px;
  font-size: 14px;
  color: #666;
  overflow: hidden; 
  text-overflow: ellipsis; 
  display: box; 
  display:-webkit-box;
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
}
.feature-list .feature-item:hover {
  transform:translateY(-10px);
}



/*联系我们*/
.map-box{
  margin: 50px 0;
  width: 100%;
  height: 500px;
  border-color: #efefef;
}
.iw_poi_title {
  font-size:16px;
  font-weight:bold;
  color:#5DB2FF;
  overflow:hidden;
  white-space:nowrap;
}
.iw_poi_content {
  padding-top:10px;
  line-height: 24px;
  font:12px arial,sans-serif;
  overflow:visible;
  white-space:-moz-pre-wrap;
  word-wrap:break-word;
}








/*内页banner*/
.bradcam_area {
  position: relative;
  z-index: 0;
  padding: 280px 0 150px 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bradcam_area::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #001D38;
  opacity: .4;
  content: '';
}
.bradcam_area h3 {
  margin-bottom: 20px;
  font-size: 60px;
  color: #fff;
  font-weight: 300;
  text-transform: capitalize;
}
.bradcam_area p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}
.bradcam_area p a {
  color: #fff;
}
.bradcam_area p a:hover {
  color: #fff;
}
.bradcam_bg_1 {
  background-image: url(../img/banner/banner_3.png);
}
.bradcam_bg_2 {
  background-image: url(../img/banner/banner_5.jpg);
}
.bradcam_bg_4 {
  background-image: url(../img/banner/banner_4.jpg);
}
.bradcam_bg_5 {
  background-image: url(../img/banner/banner_5.png);
}