@charset "UTF-8";
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-size: "12px";
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

html {
  font-size: 62.5%;
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.db {
  display: block;
  width: 100%;
}

/* 
    箭头
    @include arrow(direction,size,color);
**/
/*
    超出省略号
    @include ell();
 * */
/*
    inline-block
    @include inline_block();
 * */
/*
    font-size of REM
    @include font_size(fz);
 * */
.index_kv__body {
  max-height: calc(100vh);
  position: relative;
  z-index: 1;
}

.index_kv__body .kv_in {
  height: calc(100vh);
}

.index_kv__body .kv_in a {
  display: block;
  text-decoration: none;
  height: 100%;
}

.index_kv__body .kv_in .kv {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.index_kv__body .swiper-pagination {
  bottom: 60px;
}

.index_kv__body .swiper-pagination span {
  width: 40px;
  height: 5px;
  border-radius: 0;
  background-color: #8d8d8d;
  opacity: 1;
}

.index_kv__body .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #f3981c;
}

.new_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.new_title.w span {
  color: #fff;
}

.new_title span {
  font-size: 40px;
  font-size: 4rem;
  color: #5ce5ff;
}

.new_title a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #f3981c;
  transition: all .3s;
}

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

.new_title a i {
  margin-left: 10px;
}

.index_pro__body_new {
  background: url(/images/index/index_new_bg_1.jpg) center no-repeat;
  background-size: 100% 100%;
  padding: 70px 0;
  margin-top: -2px;
}

.index_pro__body_new .pro_list {
  align-items: stretch;
  justify-content: flex-start;
}

.index_pro__body_new .pro_list li {
  margin: 0 30px 30px 0;
  width: calc(100% / 4 - 30px * 3 / 4);
  background-color: rgba(0, 126, 201, 0.9);
  padding: 80px 25px 80px;
  border-top: 7px solid transparent;
  transition: all .3s;
}

.index_pro__body_new .pro_list li:nth-child(4) {
  margin-right: 0;
}

.index_pro__body_new .pro_list li:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.index_pro__body_new .pro_list li:hover p {
  color: #f2971c;
}

.index_pro__body_new .pro_list li:hover .ico {
  transform: scale(1.2);
}

.index_pro__body_new .pro_list li.s_1:hover h3{
  color: #f2971c;
}

.index_pro__body_new .pro_list li.s_2:hover h3{
  color: #5cccff;
}

.index_pro__body_new .pro_list li.s_3:hover h3{
  color: #f3c82d;
}

.index_pro__body_new .pro_list li.s_4:hover h3{
  color: #00a3ff;
}

.index_pro__body_new .pro_list li.s_5:hover h3{
  color: #0732a4;
}

.index_pro__body_new .pro_list li.s_1 {
  border-color: #f2971c;
}

.index_pro__body_new .pro_list li.s_2 {
  border-color: #5cccff;
}

.index_pro__body_new .pro_list li.s_3 {
  border-color: #f3c82d;
}

.index_pro__body_new .pro_list li.s_4 {
  border-color: #00a3ff;
}

.index_pro__body_new .pro_list li.s_5 {
  width: 100%;
  border-top: 0;
  border-left: 7px solid #0732a4;
  margin-right: 0;
  /* padding: 30px 25px 30px; */
}

.index_pro__body_new .pro_list li.s_5 a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_pro__body_new .pro_list li.s_5 .ico {
  margin: 0 50px 0 0;
}

.index_pro__body_new .pro_list li.s_5 h3 {
  margin: 0;
}

.index_pro__body_new .pro_list li .ico {
  display: block;
  margin: 0 auto 40px;
  transition: all .3s;
  width: 80px;
}

.index_pro__body_new .pro_list li a {
  display: block;
  text-decoration: none;
}

.index_pro__body_new .pro_list li h3, .index_pro__body_new .pro_list li p {
  color: #fff;
  transition: all .3s;
}

.index_pro__body_new .pro_list li h3 {
  font-size: 26px;
  font-size: 2.6rem;
  text-align: center;
  font-weight: 400;
}

.index_solution__body {
  margin-top: -2px;
  padding: 70px 0;
  background: url(/images/index/index_new_bg_2.jpg) center no-repeat;
  background-size: 100% 100%;
}

.index_solution__body .solution_list {
  justify-content: flex-start;
  align-items: stretch;
}

.index_solution__body .solution_list li {
  width: 50%;
  height: 580px;
}

.index_solution__body .solution_list li.s_1 {
  padding-right: 25px;
}

.index_solution__body .solution_list li.s_1 .in_box {
  background: url(/images/index/s_bg_1.jpg) center no-repeat;
  background-size: cover;
}

.index_solution__body .solution_list li.s_2 {
  width: 50%;
}

.index_solution__body .solution_list li .in_box {
  position: relative;
  padding: 30px 20px;
  height: 100%;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
  display: block;
  transition: all .36s;
}

.index_solution__body .solution_list li .in_box:hover {
  box-shadow: 0 0 10px 3px rgba(100, 100, 100, 0.5);
  transform: translateY(-10px) scale(1.02);
}

.index_solution__body .solution_list li .in_box h4 {
  font-size: 36px;
  font-size: 3.6rem;
  margin-bottom: 10px;
}

.index_solution__body .solution_list li .in_box h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
}

.index_solution__body .solution_list li .in_box p {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
}

.index_solution__body .solution_list li .in_box h6 {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  display: flex;
  justify-content: space-between;
}

.index_solution__body .solution_list li .in_box h6 span {
  font-size: 24px;
  font-size: 2.4rem;
}

.index_solution__body .solution_list li .in_box h6 i {
  background: url(/images/index/arrow_right.png) center no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
}

.index_solution__body .solution_list li dl dd {
  width: calc(100% / 2 - 25px * 1/ 2);
  margin: 0 25px 25px 0;
  height: 278px;
}

.index_solution__body .solution_list li dl dd:nth-child(2n) {
  margin-right: 0;
}

.index_solution__body .solution_list li dl dd.s_2 .in_box {
  background: url(/images/index/s_bg_2.jpg) center no-repeat;
  background-size: cover;
}

.index_solution__body .solution_list li dl dd.s_3 .in_box {
  background: url(/images/index/s_bg_3.jpg) center no-repeat;
  background-size: cover;
}

.index_solution__body .solution_list li dl dd.s_4 {
  margin-bottom: 0;
}

.index_solution__body .solution_list li dl dd.s_4 .in_box {
  background: url(/images/index/s_bg_4.jpg) center no-repeat;
  background-size: cover;
}

.index_solution__body .solution_list li dl dd.s_5 {
  margin-bottom: 0;
}

.index_solution__body .solution_list li dl dd.s_5 .in_box {
  background: url(/images/index/s_bg_5.jpg) center no-repeat;
  background-size: cover;
}

.index_solution__body .solution_list li dl dd .in_box h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
}

.index_solution__body .solution_list li dl dd .in_box p {
  font-size: 24px;
  font-size: 2.4rem;
}

.index_solution__body .solution_list li dl dd .in_box h6 span {
  font-size: 18px;
  font-size: 1.8rem;
}

.index_news__body {
  background: url(/images/index/index_new_bg_3.jpg) center no-repeat;
  background-size: 100% 100%;
  padding: 70px 0;
  margin-top: -2px;
}

.index_news__body .news_list {
  justify-content: flex-start;
  align-items: stretch;
}

.index_news__body .news_list li a {
  display: block;
  text-decoration: none;
  position: relative;
  height: 100%;
}

.index_news__body .news_list li a img{
  height: 100%;
  object-fit:  cover;
}

.index_news__body .news_list li a:hover .img {
  transform: translateY(-10px);
}

.index_news__body .news_list li .txt_con {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 100px 60px;
  color: #fff;
}

.index_news__body .news_list li .txt_con h3 {
  font-size: 50px;
  font-size: 5rem;
  font-weight: 700;
}

.index_news__body .news_list li .txt_con p {
  font-size: 26px;
  font-size: 2.6rem;
  margin-top: 10px;
}

.index_news__body .news_list li.s_1 {
  width: calc(57% - 25px);
  margin-right: 25px;
}

.index_news__body .news_list li .img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all .36s;
}

.index_news__body .news_list li.s_2 {
  width: 43%;
}

.index_news__body .news_list li.s_2 dl dd {
  margin-bottom: 30px;
  transition: all .36s;
}

.index_news__body .news_list li.s_2 dl dd:hover {
  transform: translateY(-10px);
}

.index_news__body .news_list li.s_2 dl dd.s_2 a {
  background-color: rgba(36, 165, 237, 0.7);
}

.index_news__body .news_list li.s_2 dl dd.s_3 {
  margin-bottom: 0;
}

.index_news__body .news_list li.s_2 dl dd.s_3 a {
  background-color: rgba(0, 137, 229, 0.8);
}

.index_news__body .news_list li.s_2 dl dd a {
  position: relative;
  display: block;
  color: #f3981c;
  background-color: rgba(95, 214, 255, 0.7);
  padding: 30px 20px;
  height: 200px;
  transition: all .3s;
}

.index_news__body .news_list li.s_2 dl dd a h3, .index_news__body .news_list li.s_2 dl dd a p, .index_news__body .news_list li.s_2 dl dd a .date {
  color: #fff;
}
.index_news__body .news_list li.s_2 dl dd a p{
  width: 80%;
  height: 60px;
  text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;					
	-webkit-box-orient: vertical;
}

.index_news__body .news_list li.s_2 dl dd a .arr {
  position: absolute;
  right: 30px;
  bottom: 50px;
  background: url(/images/index/arr_right_o.png) center no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
  transition: all .36s;
  opacity: 0;
  visibility: hidden;
}

.index_news__body .news_list li.s_2 dl dd a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.index_news__body .news_list li.s_2 dl dd a:hover .arr {
  opacity: 1;
  visibility: visible;
}

.index_news__body .news_list li.s_2 dl dd a:hover .date {
  color: #006fd0;
}

.index_news__body .news_list li.s_2 dl dd a:hover h3, .index_news__body .news_list li.s_2 dl dd a:hover p {
  color: #006fd0;
}

.index_news__body .news_list li.s_2 dl dd h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.index_news__body .news_list li.s_2 dl dd h3 span.tit {
  font-size: 30px;
  font-size: 3rem;
}

.index_news__body .news_list li.s_2 dl dd h3 span.date {
  font-size: 20px;
  font-size: 2rem;
}

.index_news__body .news_list li.s_2 dl dd h3 span.date i {
  margin-right: 5px;
}

.index_news__body .news_list li.s_2 dl dd p {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
}
<!--0.00016999244689941-->