body{ overflow-x:hidden;}
.indexmainbox { background-color: #fff;position: relative;}
.banner_home.PC_banner{ position: relative; display: block}
.banner_home.Mobile_banner{ display: none}
.banner_home.PC_banner::before {
  right:0%;
  position: absolute;
  top:20%;
  content: " "; background: url("../images/banner_right_img.png") right center no-repeat; background-size:auto 100% ; height: 90%; width: 10%; z-index: 2 
}
.banner_home.PC_banner::after {
  left: 0%;
  position: absolute;
  top: 0%;
  content: " "; background: url("../images/banner_left_img.png") left center no-repeat; background-size:auto 100% ; height: 90%; width: 10%; z-index: 2 
}

.scr {
  pointer-events:none;
  width:0.5rem;
  z-index:12;
  animation:.8s cubic-bezier(.435,.25,.15,.965) infinite alternate scrFn;
  position:absolute;
  bottom:6%;
  left:50%; margin-left:-0.25rem;
  -webkit-animation: bounce-up 1.4s linear infinite;
    animation: bounce-up 1.4s linear infinite;
}
.scr>img {
  width:100%;
  display:block
}




    25% {
        -webkit-transform: translateY(-10px);
    }
    50%, 100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(10px);
    }
}
 
@keyframes bounce-down {
    25% {
        transform: translateY(-10px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(10px);
    }
}
 
.animate-bounce-down{
    -webkit-animation: bounce-down 1.5s linear infinite;
    animation: bounce-down 1.5s linear infinite;
}
 
@-webkit-keyframes bounce-up {
    25% {
        -webkit-transform: translateY(10px);
    }
    50%, 100% {
        -webkit-transform: translateY(0);
    }
    75% {
        -webkit-transform: translateY(-10px);
    }
}
 
@keyframes bounce-up {
    25% {
        transform: translateY(10px);
    }
    50%, 100% {
        transform: translateY(0);
    }
    75% {
        transform: translateY(-10px);
    }
}
 
.animate-bounce-up{
    -webkit-animation: bounce-up 1.4s linear infinite;
    animation: bounce-up 1.4s linear infinite;
}




/*banner 首页*/
.banner_home{ height:8rem; width: 100%;}
.banner_home .slick-slider,.banner_home .slick-list,.banner_home  .slick-track{height: 100%; width: 100%;}
.banner_home .item{ position: relative; height: 100%;  background-position: center center; background-repeat: no-repeat; background-size: cover;}
.banner_home .item .videocon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%; margin-top: -30%;
}
.banner_home .item .videocon video{ width: 100%; height: auto;}

.banner_home .item .text{ position: absolute; left:15%; top: 50%; width:70%; text-align: left; color: #ffffff; margin-top:-150px; line-height: 1.5}
.banner_home .item .text h5{font-weight: bold; font-size: 44px; margin-bottom: 30px;text-transform:uppercase;text-shadow:#000000 1px 1px 6px; max-width: 700px;}
.banner_home .item .text p{font-size:20px; margin-bottom:50px;text-transform:uppercase;text-shadow:#000000 1px 1px 6px; max-width: 600px; line-height: 2}
.banner_home .item .text a{ display: none; padding:14px 32px; font-size:13px; color: #ffffff;text-transform:uppercase;background-color: #229aba;border-radius:30px;}
.banner_home .item .text a:hover{ padding:14px 36px; }

.banner_home .item.slick-current h5{animation: fadeInDown  2s ease; animation-fill-mode: both;}
.banner_home .item.slick-current{}
.banner_home .item.slick-current p{animation: fadeInUp  2s ease; animation-fill-mode: both;}
.banner_home .item.slick-current a{animation: fadeInUp  2s ease; animation-fill-mode: both;}
.banner_home .slick-dots{ bottom:30px}
.banner_home .slick-dots li button{ height: 10px; width: 10px; margin: 0 5px}
.banner_home .slick-dots li.slick-active button {
    background: #006b6e;
}
html,
    body {
      position: relative;
      height: 100%;
    }
.home_banner_show { position: relative;}
.home_banner_show .down_icons{ position: absolute; left: 50%; width: 0.20rem; margin-left: -0.10rem; bottom: 0.4rem; z-index: 2}
.home_banner_show .down_icons {
  -webkit-animation: moveNext 1s linear infinite;
  animation: moveNext 1s linear infinite;
}
@-webkit-keyframes moveNext {
	0% {
		-webkit-transform: translateY(.1rem);
		transform: translateY(.1rem);
	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(.1rem);
		transform: translateY(.1rem);
	}
}

@keyframes moveNext {
	0% {
		-webkit-transform: translateY(.1rem);
		transform: translateY(.1rem);
	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	100% {
		-webkit-transform: translateY(.1rem);
		transform: translateY(.1rem);
	}
}
.home_banner_show .item{}
.home_banner_show .item{}
.home_banner_show .item .inbanervideo {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 3;
}
.home_banner_show .item .inbanervideo::before {
content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
	background: #000;
	opacity: 0.2;
}
.home_banner_show .item .inbanervideo video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.home_banner_show.PC{ display:block}
.home_banner_show.mobile{ display:none;}
.home_banner_show{ height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;}
.home_banner_show .slick-slider{ height: 100%; width: 100%}
.home_banner_show .slick-list{ height: 100%; width: 100%}
.home_banner_show .slick-track{ height: 100%; width: 100%}
.home_banner_show .item { position: relative; overflow: hidden}

.home_banner_show .item::before {
  right:0;
  position: absolute;
  top:0%;
  content: " ";
  width:100%;
  -webkit-transition: .3s;
  transition: .3s;
  height: 100%; z-index:9;
  background: url(../images/back_mengcheng.png) center center no-repeat; background-size:cover;
} 


.home_banner_show .item .banner_home_font{position: absolute;
  left: 50%;
  top: 50%;
  bottom: 10%;
  width: 50%;
  text-align: center;
  z-index: 10;
  margin-left: -25%;
  margin-top: -2rem;}
/*.home_banner_show .item:nth-child(3) .banner_home_font{ position: absolute; left: 15%; width:70%; top: 50%; margin-top: -2.4rem; text-align: center}*/

.home_banner_show .item.slick-current  .banner_home_font .titile{animation: moveUpL 2s ease;animation-fill-mode: both;}
.home_banner_show .item.slick-current  .banner_home_font .descipe{animation: moveUpL 2s ease;animation-fill-mode: both;}


.home_banner_show .item .videocon {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%; margin-top: -30%; z-index:2
}
.home_banner_show .item .videocon video{ width: 100%; height: auto;}


.home_banner_show  .item .img_show {
	width: 100%; overflow: hidden;
    transform: scale(1.1);
     transition: all 2s;
}
.home_banner_show  .item.slick-current  .img_show{
    transform: scale(1);
}
.home_banner_show .item .banner_home_font .home_banner_link{ margin-top:0.8rem;text-align:center}
.home_banner_show .item .banner_home_font .home_banner_link a{ transition: transform 0.3s ease;display:inline-block; background-color:#fff;border-radius: 0.4rem; color:#D93429; font-size:0.16rem; padding:0.2rem 0.4rem;display: flex;
  justify-content: center;
  align-items: center;width: 1rem;margin: 0px auto;}
.home_banner_show .item .banner_home_font .home_banner_link a img {
  height: 0.16rem;
  margin-left: 0.1rem;
}
.home_banner_show .item .banner_home_font .home_banner_link a:hover{transform: translateY(-10px);}

.home_banner_show .item .banner_home_font .titile{ font-size: 0.36rem;  color: #fff;line-height:1.3; margin-bottom: 0.2rem;text-shadow:1px 1px 1px #333;text-transform: uppercase;}
.home_banner_show .item .banner_home_font .descipe{ font-size: 0.18rem;
  color: #fff;
  line-height: 2;
  margin-bottom: 0.7rem;
  text-shadow: 1px 0px 1px #666;
  position: relative;
  text-align: center;}

.home_banner_show .item .banner_home_font  a .link_btn{display: inline;
  padding: 0.2rem 0.4rem;
  font-size: 0.16rem;
  color: #FFF;
  border-radius: 0.04rem;
  backdrop-filter: blur(6px);
  color: #C13734;
  margin: 0px auto;
  border-radius: 0.3rem;background: rgba(255, 255, 255, 0.90) url(/template/pc/images/jiantou_red.png) 78% center no-repeat;
  background-size: auto 0.14rem;
  padding-right: 0.6rem;}
.home_banner_show .item .banner_home_font  a:hover .link_btn{  color:#fff;text-shadow: 0px 0px 0px #333;
      border-radius: 0.3rem;background: rgba(193, 55, 52, 0.90) url(/template/pc/images/jiantou_hover.png) 78% center no-repeat;
  background-size: auto 0.14rem;
  padding-right: 0.6rem;
}
.home_banner_show .item.slick-current  .banner_home_font a .link_btn{animation: moveUpL 2s ease;animation-fill-mode: both;}
  
.home_banner_show .item .banner_home_font .descipe::after {
  right:-1.6rem;
  position: absolute;
  top:50%;
  content: " ";
  width:1.3rem;
  -webkit-transition: .3s;
  transition: .3s;
  height: 3px; margin-top:-2px;
  background-color: #fff; display: none
}  
  
.home_banner_show .slick-dots {position: inherit;
  bottom: 4%;
  height: auto;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  max-width: 1760px;
  line-height: 0;
  z-index: 2;
  left:auto;
  text-align: left;
  margin: 0px auto;width: 92%;}
.home_banner_show .slick-dots li {
	position:relative;
	display:inline-block;
	margin-right:0.15rem;
	padding:0;
	cursor:pointer
}
.home_banner_show .slick-dots li button {
	border:0;
	display:block;
	height:2px;
	width:0.4rem;
	padding:0;
	margin:0;
	outline:none;
	line-height:0;
	font-size:0;
	cursor:pointer;
	background:rgba(255, 255, 255, 0.2);
	border-radius:0px
}
.home_banner_show .slick-dots li.slick-active button {
	background:#fff; width: 0.4rem;
}

.home_banner_show .slick-next{ border: 0; background: url("../images/right_btn.png") center center no-repeat; width: 0.7rem; height: 0.7rem; border-radius: 50%;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08); right:-0.7rem; left: inherit;background-size: cover; margin-top: -0.35rem;opacity: 0.5;}
.home_banner_show .slick-prev{ border: 0; background: url("../images/left_btn.png") center center no-repeat; width: 0.7rem; height: 0.7rem; border-radius: 50%;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08); left:-0.7rem;  background-size: cover; margin-top: -0.35rem;opacity: 0.5;}

.home_banner_show:hover .slick-prev { left:0.3rem;animation: moveRightL 2s ease; animation-fill-mode: both;}
.home_banner_show:hover .slick-next { right:0.3rem;animation: moveLeftL 2s ease; animation-fill-mode: both;}
.home_banner_show .slick-prev:hover{opacity: 1;}
.home_banner_show .slick-next:hover{opacity: 1;}


.index_tigong_con{ padding-top:1rem; padding-bottom:1.2rem;}
.index_tigong_con .index_tigong{ margin-top: -0.2rem;}
.index_tigong_con .index_tigong .index_tigong_left{ float:left; width:50%; height:6.5rem; background-position:center center; background-repeat:no-repeat; background-size:cover;}
.index_tigong_con .index_tigong .index_tigong_right{ float:right; width:45%; padding-left:5%;}
.index_tigong_con .index_tigong .index_tigong_right ul li{ margin-bottom:0.3rem;}
.index_tigong_con .index_tigong .index_tigong_right ul li:last-child{ margin-bottom:0rem;}
.index_tigong_con .index_tigong .index_tigong_right ul li .index_tigong_titile{ font-size:0.22rem; font-weight:bold; line-height:1.6; margin-bottom:0.2rem;}
.index_tigong_con .index_tigong .index_tigong_right ul li .index_tigong_descipe{ font-size:0.18rem; color:#666; line-height:2;}

.home_news_show{background: #F5F6F5;;
    background-size: auto;
  background-size: 100% 1.5rem;
  padding-bottom: 1.5rem; padding-top:1rem;border-radius: 0.5rem 0.5rem 0 0;}
.home_news_show  .titile_font_show { margin-bottom:0.5rem;}


.margin_top11{ margin-top:1.3rem;}
.home_shuishang{position: relative;
  height:7.4rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  transition: transform 0.5s ease;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 0.06rem;text-align:center; color:#fff;display: table;}
  .home_shuishang .home_shenghuo_font{display: table-cell;
  vertical-align: middle; /* 垂直居中 */
  text-align: center; padding:0 10%;}
  .home_shuishang .home_shenghuo_font .home_shenghuo_tit{ position:relative; font-size:0.16rem;margin-bottom: 0.25rem;}

  .home_shuishang .home_shenghuo_font  .home_shenghuo_descipe {
  display: block;
  font-size: 0.3rem;
  line-height: 2.2;margin-bottom: 0.25rem;

}

.home_shuishang .home_shenghuo_font  a .link_btn{ display:inline-block; border:#FFFFFF 1px solid; padding:0.1rem 0.2rem; font-size:13px;  color:#fff;border-radius: 0.04rem;}
.home_shuishang .home_shenghuo_font  a:hover .link_btn{ background-color:#fff; color:#000;}

.back_F2F3ED{ background-color:#F2F3ED; padding-top:1.3rem; padding-bottom:1.3rem;}


.home_shenghuo{position: relative;
  height:7.4rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  transition: transform 0.5s ease;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  border-radius: 0.06rem;text-align:center; color:#fff;display: table;}
  .home_shenghuo .home_shenghuo_font{display: table-cell;
  vertical-align: middle; /* 垂直居中 */
  text-align: center; padding:0 10%;}
  .home_shenghuo .home_shenghuo_font .home_shenghuo_tit{ position:relative; font-size:0.3rem;margin-bottom: 0.6rem;}
  .home_shenghuo .home_shenghuo_font .home_shenghuo_tit::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.4rem;
  height: 2px;
  background: #fff;
  transition: width 0.3s ease-in-out;
  bottom: -0.3rem;
}
  .home_shenghuo .home_shenghuo_font  .home_shenghuo_descipe {
  display: block;
  font-size: 0.15rem;
  line-height: 2.2;

}



.home_new_titile{ position: relative; padding-bottom: 0.5rem;}
.home_new_titile p {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 0.34rem;
  margin-bottom: 0.25rem;
}
.home_new_titile span {
  display: block;
  font-size: 0.16rem;
}
.home_new_titile a.more_news{ position: absolute;top: 0.4rem; right: 0; display: inline-block; border: #000 1px solid; padding: 0.15rem 0.25rem; font-size: 0.14rem;}
.home_new_titile a.more_news:hover{ background-color:#143D8F; color: #fff; }
.index_news_con { padding-bottom:0.7rem;}
.index_cases_con{ padding-bottom:0.5rem;}
.home_cases_titile{ position: relative;padding-bottom: 0.5rem;}
.home_cases_titile .cases_titile {
  position: relative;
  font-weight: bold;
  font-size: 0.34rem; line-height:1.6;
}
.home_cases_titile .cases_titile_decipe {
  position: absolute;top: 0.3rem; right: 0; display: inline-block; font-size: 0.16rem; color: #666; line-height: 2; text-align: right; width: 40%;
}

.index_case_lists{ margin-left: -0.3rem; margin-right: -0.3rem; padding-bottom: 0.4rem}
.index_case_lists .item{ position:relative;  display: inline-block; vertical-align:top; margin:0 0.3rem; margin-bottom:0.5rem}
.index_case_lists .item a .con_icon{ position:relative; z-index:2;width: 100%;
  height: 5rem;
  -webkit-transition:-webkit-transform 0.6s ease 0s;
  transition:transform 0.6s ease 0s;
  overflow:hidden;}
  
.index_case_lists .item a .con_icon .pic_show_wid{background-position:center center; background-repeat:no-repeat; height:5rem; background-size:cover;-webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;}
.index_case_lists .item a:hover .con_icon .pic_show_wid {-webkit-transform: scale(1.05) ; -moz-transform: scale(1.05); transform: scale(1.05);}
.index_case_lists .item a .con_fonts {
  position: absolute;
  left: 6%;
  bottom: 6%;
  width: 78%;
  z-index: 12;
  color: #FFFFFF;transition: transform 0.3s ease;transition:transform 0.3s ease;
}
.index_case_lists .item a:hover .con_fonts{transform: translateY(-10px);}
.index_case_lists .item a::before {
  content: '';
  position: absolute;
  right: 4%;
  bottom: 5.5%;
  z-index: 0;
  width: 0.4rem;
  height: 0.4rem;
  background:url(../images/jiantou.png) center center no-repeat;
    background-size: auto;
  background-size: auto 100%;
  z-index: 11;
}
.index_case_lists .item a::after {
  content: '';
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: 0;
  width: 100%;
  height: 1.2rem;
  background:url(../images/toumingdu.png) left bottom repeat-x;
    background-size: auto;
  background-size: auto 100%;
  z-index: 10;
}

.home_about_con { padding-bottom:0.4rem;}





.head.head_index{ background: none;backdrop-filter:blur(0px);}
.head_index .nav > li > a{ color: #fff;}
.head_index .nav > li > a:hover{ color: #fff;}
.head_index .nav>li>a:after{ left:0%; position: absolute; content: " "; width:0;-webkit-transition: .3s;
  transition: .3s;
  height: 2px;
	bottom:10%;background-color: #fff}
.head_index .nav>li:hover>a:after,.nav>li.on>a:after{  width: 100%;-webkit-transition: .3s;
	transition: .3s;}
.fast_link_top.in_show{display: none}
.fast_link_top.home_show{display: block}
.banben_show.in_show{display: none}
.banben_show.home_show{display: block;color: #fff;}
.banben_show.home_show a{color: #fff;}

.head.head_index .logo img.logo_img {
  display: none;margin-top: 0.1rem;
}
.head.head_index.mini .logo img.logo_img {
  display: block;margin-top: 0.1rem;
}
.head.head_index .logo img.logo_hover {
  display: block;margin-top: 0.1rem;
}
.head.head_index.mini .logo img.logo_hover {
  display: none;margin-top: 0.1rem;
}
.head.head_index.mini {
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(8px);
}
.head_index.mini .nav > li > a {
  color: #000;
}
.head_index.mini .nav > li > a:hover {
  color: #143D8F;
}
.head_index.mini .nav > li > a::after {
  left: 0%;
  position: absolute;
  content: " ";
  width: 0;
  -webkit-transition:
.3s;
  transition:
.3s;
  height: 2px;
  bottom: 10%;
  background-color:#143D8F;
}

.head_index.mini .fast_link_top.home_show {
  display: none;
}
.head_index.mini .fast_link_top.in_show {
  display: block;
}

.head_index.mini .banben_show.home_show {
  display: none;
  color: #fff;
}
.head_index.mini .banben_show.in_show {
  display: block;
  color: #000;
}


.home_Innovative_technology{ background-color:#fff; padding:1.3rem 0;}
.home_Innovative_technology .home_Innovative_one{}
.home_Innovative_technology .home_Innovative_one .home_Innovative_font{ float:left; width:24%; padding-top:1.4rem;}
.home_Innovative_technology .home_Innovative_one .home_Innovative_font .home_Innovative_font_tit{font-size: 0.36rem;
  color: #000;
  line-height: 1.5;
  margin-bottom: 0.3rem;}
.home_Innovative_technology .home_Innovative_one .home_Innovative_font .home_Innovative_font_descipe{font-size: 13px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 0.3rem;}
.home_Innovative_technology .home_Innovative_one .home_Innovative_font  a .link_btn{ display:inline-block; border:#000 1px solid; padding:0.1rem 0.2rem; font-size:13px; background-color:#fff; color:#000;border-radius: 0.04rem;}
.home_Innovative_technology .home_Innovative_one .home_Innovative_font  a:hover .link_btn{ background-color:#000; color:#fff;}
.home_Innovative_technology .home_Innovative_one a.linek_btn{ float:right;position: relative; width:65.66666%; display:block; overflow:hidden;height:6rem;}
.home_Innovative_technology .home_Innovative_one a.linek_btn .home_Innovative_one_img{ width:100%;
  height:6rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;-webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;}
  .home_Innovative_technology .home_Innovative_one a.linek_btn:hover .home_Innovative_one_img{}
  .home_Innovative_technology .home_Innovative_one a.linek_btn:hover .home_Innovative_one_img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.home_Innovative_technology .home_Innovative_one a.linek_btn  .fonts_show{ position:absolute; left:6%; bottom:6%; width:88%; z-index:2}
.home_Innovative_technology .home_Innovative_one a.linek_btn  .fonts_show .titile_show{font-size: 0.28rem;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0.15rem;
  text-shadow: 1px 1px 1px #333;
  text-transform: uppercase;}
.home_Innovative_technology .home_Innovative_one a.linek_btn  .fonts_show .dscipe_show{font-size:14px;
  color: #fff;
  line-height: 1.6;
  text-shadow: 1px 1px 1px #333;
  text-transform: uppercase;}
.home_Innovative_technology_lists{ width:100%; overflow:hidden; margin-top:3%;}
.home_Innovative_technology_lists ul{}
.home_Innovative_technology_lists ul li{ float:left; width:31.33333%; margin:0 1.5%; display:inline}
.home_Innovative_technology_lists ul li:first-child{ margin-left:0;}
.home_Innovative_technology_lists ul li:last-child{ margin-right:0;}
.home_Innovative_technology_lists ul li a{}
.home_Innovative_technology_lists ul li a .img_height{height:2.8rem; overflow: hidden}
.home_Innovative_technology_lists ul li a .img_height .home_Innovative_technology_lists_img{position: relative;
  height:2.8rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;-webkit-transition: -webkit-transform 0.6s ease 0s;
  transition: transform 0.6s ease 0s;}
.home_Innovative_technology_lists ul li a:hover .img_height .home_Innovative_technology_lists_img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}
.home_Innovative_technology_lists ul li a .right_font2{ margin-top:0.25rem;}
.home_Innovative_technology_lists ul li a .right_font2 .name{font-size:0.2rem;
  color: #000; margin-bottom:0.15rem;}
  .home_Innovative_technology_lists ul li a .right_font2 .times{font-size:13px;
  color: #000;}

.home_Innovative_technology_lists ul li a{}


.home_pro_show{ background:url(../images/home_por_back.png) center center no-repeat;  background-size:cover; padding:1rem 0;}
.home_pro_show  .home_pro_show_tit{ text-align:center;font-size: 0.36rem;
  color: #000;
  line-height: 1.5;
  margin-bottom: 0.3rem;}

  
        .home_pro_show .slider-container {
            position: relative;
            margin: 0 auto;
            overflow: hidden;
        }
        
        /* 标题导航样式 */
       .home_pro_show .titles-container {
            display: flex;
            justify-content: center;
            margin-bottom: 25px;
            flex-wrap: wrap;
            gap: 10px;
        }
        
      .home_pro_show  .title-item {
            padding:0  0.2rem;
            font-weight: 300;
            cursor: pointer;
            transition: all 0.3s ease;
            text-align: center;color: rgba(0, 0, 0, 0.5);
        }
        
      .home_pro_show  .title-item:hover {
            
            transform: translateY(-3px);
        }
        
      .home_pro_show  .title-item.active {
color:#000000;font-weight: 500;
        }
        
        /* 幻灯片样式 */
      .home_pro_show  .home_pro_show .slide {
            height: 8rem;
            position: relative;
           
            overflow: hidden;
        }
        
      .home_pro_show  .slide img {
            height: 5.4rem; margin:0px auto
        }
        
      .home_pro_show  .slide-content { text-align:center
        } 
        
       .home_pro_show .slick-slide .slide-content h3 {
            font-size:0.18rem; margin-bottom:0.3rem;
        }
		.home_pro_show .slick-slide.slick-current .slide-content h3{animation: moveUpL 2s ease;animation-fill-mode: both;}


        .home_pro_show .slick-slide .slide-content  a .link_btn{ display:inline-block; border:#000 1px solid; padding:0.1rem 0.2rem; font-size:13px;  color:#000;border-radius: 0.04rem;}
.home_pro_show .slide-content  a:hover .link_btn{ background-color:#000; color:#fff;}

 .home_pro_show .slick-slide.slick-current .slide-content a .link_btn{animation: moveUpL 2s ease;animation-fill-mode: both;}
        
        /* Slick自定义样式 */
      .home_pro_show  .slick-prev {
            width: 0.6rem;
            height: 0.6rem;
            z-index: 10; background: url(../images/home_left_btn.svg) center center no-repeat; background-size:cover;
            transition: all 0.3s ease; left:6%; border:0;
        }
		.home_pro_show .slick-next {
            width: 0.6rem;
            height: 0.6rem;
            z-index: 10; background: url(../images/home_right_btn.svg) center center no-repeat; background-size:cover;
            transition: all 0.3s ease; right:6%;border:0;
        }
        
      .home_pro_show  .slick-prev:hover,.home_pro_show .slick-next:hover {
            transform: scale(1.05);
        }
        

        
      .home_pro_show  .slick-dots {
            bottom: 20px;
        }
        
       .home_pro_show .slick-dots li button:before {
            font-size: 12px;
            color: white;
            opacity: 0.7;
        }
        
       .home_pro_show .slick-dots li.slick-active button:before {
            color: #3498db;
            opacity: 1;
        }

.home_news_lists {
  position: relative;
  z-index: 2;padding-top: 0.2rem;
}
.home_news_lists ul li:nth-child(n+10) {
            display: none;
        }
.home_news_lists ul li{padding: 0;
  float: left;
  width:31.3%;
  margin-right: 3%;
  display: inline;background-color: #fff;margin-bottom: 3%;}
.home_news_lists ul li a{display: block;position: relative;}
.home_news_lists ul li a:hover{box-shadow: 0 6px 13px 0 rgba(69,69,69,0.05);}
.home_news_lists ul li a::before {
  content: '';
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 0;
  width:0%;
  height:4px;
  background:#C13734;
  z-index: 2;
}
.home_news_lists ul li:hover a::before {
  content: '';
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 0;
  width:100%;
  height:4px;
  background:#C13734;
  z-index: 2;-webkit-transition: .3s;
	transition: .3s;
}
.home_news_lists ul li a::after {
  content: '';
  position: absolute;
  left: 0%;
  top: 0%;
  z-index: 0;
  width:100%;
  height:4px;
  background: rgba(152, 152, 152, 0.5);;
  z-index: 1;
}

.home_news_lists ul li:nth-child(3n) {margin-right: 0}
.home_news_lists ul li a .left_img{position: relative; height:2.8rem; background-position: center center; background-repeat: no-repeat; background-size: cover;vertical-align: middle;transition: transform 0.5s ease;  transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;}
.home_news_lists ul li a .left_img_over { height:2.3rem;overflow: hidden;}
.home_news_lists ul li .right_font{ text-align: left;
	padding:0.4rem;}
.home_news_lists ul li .right_font .times{ font-size:0.15rem; line-height:1; color:#999; margin-bottom:0.4rem;}
.home_news_lists ul li a .right_font .name{font-size: 0.2rem;
  line-height:0.3rem; height:auto;font-weight: 500;
  color: #000; margin-bottom:0.2rem;}
.home_news_lists ul li a:hover .right_font .name{color:#A42B1C;}
.home_news_lists ul li .right_font .dsecip{font-size: 0.15rem;
  line-height: 0.3rem;
  color: #000;
  font-weight: 300;
  height: 0.6rem;}
.home_news_lists ul li a:hover  .left_img{transform: scale(1.06);box-shadow: 0 6px 13px 0 rgba(69,69,69,0.13);    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;}
.home_news_lists ul li .right_font .links_btn2{font-size: 0.14rem;
  line-height: 1;
  color: #000;
  margin-top: 0.4rem;
  margin-bottom: 0.1rem;
  margin-right: 0;
  font-weight: 300;
  border: #000 1px solid;
  background: url(/template/pc/images/jiantou.png) 70% center no-repeat;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto 0.14rem;
  padding-right: 0;
  border-radius: 0.3rem;
  text-align: center;
  padding: 0.15rem 0;}
.home_news_lists ul li:hover .right_font .links_btn2  {
  font-size: 0.14rem;
  line-height: 1;
  color: #fff;
  margin-top: 0.4rem;
    margin-bottom: 0.1rem;
  margin-right: 0;
  font-weight: 300;
  border: #C13734 1px solid;
  background: url(/template/pc/images/jiantou_hover.png) 70% center no-repeat;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto 0.14rem;
  padding-right: 0;
  border-radius: 0.3rem;
  text-align: center;
  padding: 0.15rem 0;background-color: #C13734

}
.home_abouts_show{background:#fff url(../images/contact_back_img.png) center center no-repeat;padding-bottom: 1.4rem;
  background-size: cover;padding-top: 1.2rem;}
  .titile_home_tit{ text-align:center; padding-bottom: 0.5rem;}
.titile_home_tit .titile_home_fonts{ position: relative;display:inline-block; font-weight:300; font-size:0.16rem; margin-bottom:0.2rem;}
.titile_home_tit .titile_home_decipes{ position: relative;font-weight:500; font-size:0.40rem; margin-bottom:0.5rem;line-height: 1.5;}
.titile_home_tit .titile_home_fonts::before {content: '';
  position: absolute;
  right: -0.8rem;
  width: 0.6rem;
  height: 1px;
  background: #ddd;
  transition: width 0.3s ease-in-out;
  bottom: 50%;
}
.titile_home_tit .titile_home_fonts::after {content: '';
  position: absolute;
  left: -0.8rem;
  width: 0.6rem;
  height: 1px;
  background: #ddd;
  transition: width 0.3s ease-in-out;
  bottom: 50%;
}

.titile_home_tit  a .link_btn{display: inline-block;
  padding: 0.2rem 0.4rem;
  font-size: 0.16rem;
  color: #FFF;
  border-radius: 0.04rem;
  backdrop-filter: blur(6px);
  color: #C13734;
  margin: 0px auto;
  border-radius: 0.3rem;background: rgba(255, 255, 255, 0.90) url(/template/pc/images/jiantou_red.png) 78% center no-repeat;
  background-size: auto 0.14rem;
  padding-right: 0.6rem;}
.titile_home_tit  a:hover .link_btn{  color:#fff;text-shadow: 0px 0px 0px #333;
      border-radius: 0.3rem;background: rgba(193, 55, 52, 0.90) url(/template/pc/images/jiantou_hover.png) 78% center no-repeat;
  background-size: auto 0.14rem;
  padding-right: 0.6rem;
}
.home_abouts_show_img  { height:6.5rem;overflow: hidden;border-radius: 0;}
.home_abouts_show_img .home_abouts_img {
  position: relative;
  height: 6.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
  transition: transform 0.5s ease;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;border-radius: 0;
}
.home_abouts_show_img:hover .home_abouts_img{transform: scale(1.04);box-shadow: 0 6px 13px 0 rgba(69,69,69,0.13);    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;}
.home_global_network{background: rgba(255, 255, 255, 1);
  border-radius: 0.5rem 0.5rem 0 0;
  padding-top: 1.1rem;
  padding-bottom: 1.5rem;margin-top: -0.5rem;}
.home_global_network_number {position: absolute;
  left: 0;
  bottom: 0;}
.home_global_network_number  ul{}
.home_global_network_number  ul li{border-left: #C13734 3px solid;
  padding-left: 0.3rem; padding-top: 0.06rem; padding-bottom: 0.06rem;
  margin-bottom: 0.4rem;}
.home_global_network_number  ul li .number_show{font-family: "family_DIN";
  font-size: 0.6rem;
  font-weight: bold; color:#333;
  margin-bottom: 0.3rem;line-height:1;text-align: left;}
.home_global_network_number  ul li .descipe_fonts{
  font-size: 0.16rem;
  font-weight: 300; color:#666;line-height:1;text-align: left;}
.home_buju_img {text-align: right;
  padding-left: 15%;margin-top: -0.3rem;}
.home_buju_img img{}
.home_Litigation_Cases{background: rgba(255, 255, 255, 1);
  border-radius: 0.5rem 0.5rem 0 0;
  padding-top: 2rem;
  padding-bottom: 1.5rem;
  margin-top: -0.5rem;}
  .home_Litigation_Cases_list{}
  .home_Litigation_Cases_list .item{}
.home_Litigation_Cases_list .item a{display: block;
  position: relative;text-align: right;}

.home_Litigation_Cases_list .item a .left_img{position: relative; height:6.4rem; width:100%; background-position: center center; background-repeat: no-repeat; background-size: cover;vertical-align: middle;transition: transform 0.5s ease;  transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;}
.home_Litigation_Cases_list .item a .left_img_over {  height:6.4rem; width:60%;overflow: hidden;margin-left: 40%;}
.home_Litigation_Cases_list .item a .right_font{width: 50%;
  text-align: left;
  padding: 0;
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 50%;
  height: 3.5rem;
  float: none;
  margin-top: -1.2rem;
  background-color: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);}
.home_Litigation_Cases_list .item a .right_font{background: rgba(193, 55, 52, 0.96) url(/template/pc/images/case_back_logo.png) right bottom no-repeat;background-size:30% auto;}

.home_Litigation_Cases_list .item .right_font .business_icon{margin-bottom:0.4rem;}
.home_Litigation_Cases_list .item .right_font .business_icon img{ height:0.6rem;}
.home_Litigation_Cases_list .item a .right_font .name{font-size: 0.24rem;
  line-height: 0.35rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0.2rem;
  height: 0.7rem;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-top: 0.3rem;
  margin-bottom: 0.4rem;}
.home_Litigation_Cases_list .item  a .right_font .dsecip{ font-size: 0.16rem;
  line-height: 2;
  color: #fff;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 300;  white-space: nowrap;       /* 防止文本换行 */
  overflow: hidden;          /* 隐藏溢出的内容 */
  text-overflow: ellipsis;
}
.home_Litigation_Cases_list .item:hover a .left_img{transform: scale(1.04);box-shadow: 0 6px 13px 0 rgba(69,69,69,0.13);    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;}

.home_Litigation_Cases_list .item a{transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;}

.home_Litigation_Cases_list .item a .right_font .links_btn{font-size: 0.14rem;
  line-height: 1;
  color: #666;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-weight: 300;
  border-bottom: #666 1px solid;
  padding-bottom: 0.1rem;
  background: url(/template/pc/images/jiantou.png) right top no-repeat;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto 0.14rem;
  padding-right: 0.25rem;
  display: inline-block;}
.home_Litigation_Cases_list .item a .right_font .links_btn{
    font-size: 0.14rem;
  line-height: 1;
  color: #fff;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  font-weight: 300;
  border-bottom: #fff 1px solid;
  padding-bottom: 0.1rem;
  background: url(/template/pc/images/jiantou_hover.png) right top no-repeat;
    background-size: auto;
  background-size: auto;
  background-size: auto;
  background-size: auto 0.14rem;
  padding-right: 0.25rem;
  display: inline-block;
    
}
.home_Litigation_Cases_list  .slick-dots li button{height:8px;width:8px;background:#eee;border-radius:50%}
.home_Litigation_Cases_list  .slick-dots li.slick-active button {
	background:#A42B1C;
}
.home_Litigation_Cases_list  .slick-dots{ bottom:0.2rem;text-align: left;}
.home_Litigation_Cases_tit{position: absolute;
  left: 0;
  top: 0;
  z-index: 2;}
.home_Professional_field{width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 2rem;
  padding-bottom: 4.8rem;}
.lingyu_titile .lingyu_titile_en.color_fff,.lingyu_titile .lingyu_titile_cn.color_fff {
  color: #fff;
}
.home_Professional_field_descipe{color: #fff;
  width: 2.6rem;
  line-height: 2;
  margin-top: 0.4rem;
  font-size: 0.16rem;
  font-weight: 300;}
.Professional_lists_home_position {
  position: absolute;
  width: 15rem;
  top: 0;
  left: 4rem;
}
.Professional_lists.home_Professional .slick-dots {
  bottom: -0.4rem;
  text-align: left;
  left: 0.2rem;
}
.Professional_lists.home_Professional {
  padding-top: 0.2rem;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0.4rem;
}
.home_Professional .slick-prev {
  left: -4rem;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-radius: 50%;
  border: #fff 1px solid;
  background: url(/template/pc/images/left_sanjiao.svg) center center no-repeat;
    background-size: auto;
  background-size: 30%;
  height: 0.6rem;
  line-height: 0.6rem;
  width: 0.6rem;bottom: 0;
  top: initial;
}
.home_Professional .slick-prev:hover{border: #C13734 1px solid;background-color: #C13734;}
.home_Professional .slick-next {
  left: -4rem;
  border-left: solid 1px #fff;
  border-bottom: solid 1px #fff;
  border-radius: 50%;
  border: #fff 1px solid;
  background: url(/template/pc/images/right_sanjiao.svg) center center no-repeat;
    background-size: auto;
  background-size: 30%;
  height: 0.6rem;
  line-height: 0.6rem;
  width: 0.6rem;bottom: 0;
  top: initial;margin-left: 0.8rem;
}
.home_Professional .slick-next:hover{border: #C13734 1px solid;background-color: #C13734;}



    
    
    


@media screen and (max-width: 768px){
.home_banner_show .item .banner_home_font {
  position: absolute;
  left: 7%;
  top: 50%;
	width: 86%;margin-left: 0;}
	.index_changjing_list ul li a .pic_show{ height: 4.5rem;}	
	.home_banner_show .item .banner_home_font .descipe{ font-size:14px;text-shadow: none;}
	
.index_tigong_con .index_tigong .index_tigong_left {
  float: none;
  width: auto;
  height: 6rem;
  margin-bottom: 0.3rem;
}
.index_tigong_con .index_tigong .index_tigong_right {
  float: none;
  width: auto;
  padding-left: 0;
}
.index_service_con .index_service ul li {
  position: relative;
  width: auto;
  display: block;
  vertical-align: top;
  margin:
0;
    margin-bottom: 0px;
  margin-bottom: 4%;
}
.home_cases_titile .cases_titile_decipe {
  position: inherit;
  top: inherit;
  right: 0;
  display: block;
  font-size: 0.16rem;
  color: #666;
  line-height: 2;
  text-align: left;
  width: auto;
  padding-top: 0.3rem;
}

.index_tigong_con .index_tigong .index_tigong_right ul li .index_tigong_descipe {
  font-size: 15px;}
  .index_tigong_con .index_tigong .index_tigong_right ul li .index_tigong_titile {
  font-size: 19px;}
  .home_cases_titile .cases_titile_decipe{font-size: 15px;}
.index_service_con .index_service ul li a .con_fonts .con_subtitile {
  font-size: 14px;}
  .index_service_con .index_service ul li a .con_fonts .con_titile {
  font-size: 18px;}
  .index_case_lists .item a .con_fonts .con_subtitile {
  font-size: 20px;}
  .index_case_lists .item a .con_fonts .con_titile {
  font-size: 18px;}

.head.head_index .navbtn s {
    background-color: #fff;
  }
.head.head_index.mini s {
    background-color: #000;
  }
  .index_hezuo .item a {
  display: block;
  margin:
0 0.2rem;
  border:
#eee 1px solid;
  height: auto;
  padding:
0.3rem;
}
.index_hezuo .item a .con_icon {
  float: none;
  padding-top: 0;
  width: 60%;margin: 0px auto;}
  .index_hezuo .item a .index_hezuo_fonts {
  float: none;
  width: auto; text-align:center}
  .index_hezuo .item a .index_hezuo_fonts .index_hezuo_fonts_tit {
  font-size: 20px;}
  .index_hezuo .item a .index_hezuo_fonts .index_hezuo_fonts_descipe{
  font-size: 18px;}
  .home_pro_show .slide img {
  height: auto;
  margin: 0px auto;
  width: 80%;
}
.home_pro_show .slick-prev,.home_pro_show .slick-next{opacity: 0; display:none}
.home_pro_show{padding: 0.7rem 0;}
.home_shuishang{ height:5rem}
.home_shuishang .home_shenghuo_font .home_shenghuo_descipe {
  font-size: 30px;
  line-height: 1.6;
}
.home_Innovative_technology .home_Innovative_one .home_Innovative_font {
  float: none;
  width: auto;
  padding-top: 0;margin-bottom: 0.3rem;
}
.home_Innovative_technology .home_Innovative_one .home_Innovative_font .home_Innovative_font_tit,.home_shenghuo .home_shenghuo_font .home_shenghuo_tit,.titile_font_show p {
  font-size: 30px;}
.home_Innovative_technology .home_Innovative_one a.linek_btn {
  float: none;
  position: relative;
  width: auto;
  display: block;
  overflow: hidden;
  height: 3rem;
}
.home_Innovative_technology .home_Innovative_one a.linek_btn .home_Innovative_one_img{height: 3rem;}
.back_F2F3ED {
  padding-top: 0.7rem;
  padding-bottom: 0.8rem;
}
.home_pro_show .home_pro_show_tit{ font-size:30px;}
.home_Innovative_technology {
  padding: 0.7rem 0;
}
.home_Innovative_technology_lists {
  width: 92%;}

.home_Innovative_technology_lists ul li {
  float: none;
  width: auto;
  margin: 0;
    margin-left: 0px;
  display: block;
  padding-bottom: 0.3rem;
}
.home_Innovative_technology_lists ul li a .img_height,.home_Innovative_technology_lists ul li a .img_height .home_Innovative_technology_lists_img {
  height: 2rem;}
.home_shenghuo {
  position: relative;
  height: 5rem;}
.more_news_show .item a .left_img_over,.more_news_show .item a .left_img {
  height: 2.4rem;
}

.home_news_show {
  padding-bottom: 1rem;
  padding-top: 0.7rem;
}
.home_Innovative_technology .home_Innovative_one a.linek_btn .fonts_show .titile_show {
  font-size: 26px;}
.home_banner_show .item .banner_home_font .titile{ font-size:30px;}
.home_banner_show.PC{ display:none}
.home_banner_show.mobile{ display:block;}
.home_abouts_show_img .home_abouts_img {
  position: relative;
  height: 3.5rem;}
  .home_abouts_show_img {
  height: 3.5rem;}
  .Professional_lists_home_position {
  position: inherit;
  width: auto;
  top: initial;
  left: initial;
}
.Professional_lists.home_Professional {
  padding-top: 0.2rem;
  margin-left: -0.2rem;
  margin-right: -0.2rem;
  padding-bottom: 0.4rem;
}
.home_Professional_field{padding-top: 1rem;
  padding-bottom: 1rem;}
  
  
  .home_Litigation_Cases_tit {
  position: inherit;
  left: initial;
  top: inherit;
  z-index: 2;
  margin-bottom: 0.4rem;
}
.home_Litigation_Cases_list .item a .left_img_over {
  height: 3rem;
  width: 100%;
  overflow: hidden;
  margin-left: 0;
}
.home_Litigation_Cases_list .item a .left_img {
  position: relative;
  height: 3rem;}
.home_Litigation_Cases_list .item a .right_font {
  width: 80%;
  text-align: left;
  padding: 0;
  position: inherit;
  left: 10%;
  top: 50%;
  height: 3.5rem;
  float: none;
  margin-top: -1.2rem;

}
.home_Litigation_Cases_list .item a .right_font .name{margin: 0.5rem;}  
  .home_Litigation_Cases_list {
  padding-bottom: 0.5rem;
}
.home_Litigation_Cases_list .slick-dots {
  bottom: -0.3rem;
  text-align: center;
}
.home_Litigation_Cases {
  background: rgba(255, 255, 255, 1);
  border-radius: 0.5rem 0.5rem 0 0;
  padding-top: 1.5rem;
  padding-bottom: 0.8rem;
  margin-top: -0.5rem;
}
.home_news_lists ul li {
  padding: 0;
  float: none;
  width: auto;
  margin-right: 0;
  display: block;
  background-color: #fff;
  margin-bottom: 0.3rem;
}
.home_global_network_number {
  position: initial;
  left: initial;
  bottom: initial;
}
.home_buju_img{padding-left: 0;}
  
  
  
  
  
  
	
}