/*@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.woff2?t=1625532141317') format('woff2'),
       url('../font/iconfont.woff?t=1625532141317') format('woff'),
       url('../font/iconfont.ttf?t=1625532141317') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}*/


body{
	max-width: 750px;
	margin: 0 auto;
	background-color: #fff;
	visibility: hidden;
}
.header{
	padding:10px 3%;
	/*position: relative;*/
	position:fixed;
	left:50%;
	top:0;
	margin-left:-3.75rem;
	width:7.5rem;
	max-width:100%;
    box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);
	z-index: 9999;
	background:#fff;
	box-sizing:border-box;
}
.header .logo{
	/*max-width:40%;*/
	display: block;
	height:40px;
	/*margin:0 auto;*/
	float:left;

}
.header .logo_txt{
	display: block;
	height:40px;
	float:left;
	margin-left:10px;
	font-size:20px; color:#fff;
	line-height:40px;

}
.header.fixed
{
	background:rgba(0,0,0,0.6);
}
/*
.header.fixed
{
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed
{
	position: fixed;
	bottom: 0;
	left: 0;
}*/

/*banner*/
/*
.banner	.slideBox{ position:relative; overflow:hidden; margin:0 auto;  max-width:100%; }
.banner	.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0px; right:0; z-index:1;  width:100%; text-align:center;}
.banner	.slideBox .hd li{ display:inline-block; width:8px; height:8px;  background:none; text-indent:-9999px; overflow:hidden; margin:0 6px; border-radius: 4px; background:#fff; }
.banner	.slideBox .hd li.on{ background:#721d36;  }
.banner	.slideBox .bd{ position:relative; z-index:0; }
.banner	.slideBox .bd li{ position:relative; text-align:center;  }
.banner	.slideBox .bd li img{ vertical-align:top; width:100%;}
.banner	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  } 
.banner	.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(../images/tm.png) repeat; color:#fff;  text-align:left;  }*/

.banner-container{ position:relative;}
.banner-slide img{ display:block;}
.banner-pagination{ position:absolute; left:0; bottom:0; width:100%; text-align:center; z-index:2;}
.banner-pagination .swiper-pagination-bullet{ width:12px; height:6px; background:#fff; opacity:1; border-radius:0; transition:all 0.3s; margin:0 3px !important;}
.banner-pagination .swiper-pagination-bullet-active{ width:25px; background:#e70012;}

.banner2-container{ position:relative;}
.banner2-slide img{ display:block; width:100%; height:4rem; object-fit: cover;}
.banner2-pagination{ position:absolute; left:0; bottom:0; width:100%; text-align:center; z-index:2;}
.banner2-pagination .swiper-pagination-bullet{ width:10px; height:10px; background:#fff; opacity:1; border-radius:50%; transition:all 0.3s; margin:0 5px !important;}
.banner2-pagination .swiper-pagination-bullet-active{ background:#e70012;}



.clearfix::after { content: ""; clear: both; overflow: hidden; display: block; height: 0; visibility: hidden;}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
.sl2{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.sl3{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
.sl4{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 4; -webkit-line-clamp: 4; -webkit-box-orient: vertical;}
.sl5{overflow: hidden; text-overflow: ellipsis; display: box; display: -webkit-box; line-clamp: 5; -webkit-line-clamp: 5; -webkit-box-orient: vertical;}
.block{ display:block;}
.yy{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}
.fl{ float:left;}
.fr{ float:right;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; color: #666; background: #fff; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px; color: #333333; margin-bottom:10px; border:#cccccc 1px solid;}
.pages a.active { background: #e70012; border:#e70012 1px solid; color: #fff }
.pages a:hover {  background: #e70012; border:#e70012 1px solid; color: #fff; text-decoration: none;  }
.pages a.wz{ display: inline-block; width: 60px; line-height: 30px; line-height: 30px;}

.download_bg .pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.download_bg .pages a { text-decoration: none; color: #fff; background: #721d36; border:#cccccc 1px solid; display: inline-block; width: 30px; line-height: 30px; line-height: 30px; margin-right: 8px; font-size: 14px;}
.download_bg .pages a.active { background: #fff; border:#fff 1px solid; color: #721d36 }
.download_bg .pages a:hover {  background: #fff; border:#fff 1px solid; color: #721d36; text-decoration: none;  }
.download_bg .pages a.wz{ display: inline-block; width: 30px; line-height: 30px; line-height: 30px; font-family: "宋体"; font-weight: bold;}



.hamburger {
		display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	position: absolute;
	top: 50%;margin-top: -17px;
	right: 3%;

  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 30px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #e82b32;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--slider .hamburger-inner {
  top: 8px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
	width:100%;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.15s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
	width:100%;
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }


/*首页*/
.h40{ height:40px;}
.h20{ height:20px;}
.h10{ height:10px;}



.i_d1{ background:#f5f5f5; position:relative;}
.i_d1_c{}
.i_d1_title1{ font-size:16px; color:#333333; line-height:40px;}
.i_d1_title2{ font-size:40px; color:#333333; line-height:60px;}
.i_d1_content{ font-size:14px; color:#333333; line-height:25px;}
.i_d1_content *{ line-height:25px;}

.i_d1_list{}
.i_d1_list li{ float:left; margin-top:20px; width:50%;}
.i_d1_list li .txt1{ font-size:14px; color:#666; line-height:30px; text-align:center;}
.i_d1_list li .txt1 span{ font-size:30px; color:#e70012; font-weight:bold; margin-right:10px;}
.i_d1_list li .txt2{ font-size:14px; color:#333; line-height:30px; text-align:center;}
a.i_d1_more{ display:block; border:#e70012 1px solid; width:140px; height:40px; background:#e70012; font-size:16px; color:#ffffff; line-height:38px; text-align:center; border-radius:20px; margin:0 auto; box-sizing:border-box;}
/*a.i_d1_more:hover{ background:#fff; color:#e70012;}*/

.i_d1_sp{ width:100%; overflow:hidden;}
.i_d1_sp .video{ display:block; width:100%; background:#fff;}
.i_d1_sp .i_d1_video_bt{ position:absolute; left:50%; top:50%; margin-left:-25px; margin-top:-25px; height:50px; cursor:pointer;}
.i_d1_sp_c {
  position: relative;
  padding: 33.5% 0;
  overflow:hidden;
  box-sizing:border-box;
  /*border:#fff 3px solid;
  border-radius:3px;*/
  background:#000;
}
.i_d1_sp_c video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
}

.i_d2_title .title1{ font-size:20px; color:#333333; line-height:30px; text-align:center; font-weight:bold;}
.i_d2_title .title1 .ico{ display:inline-block; width:40px; height:1px; background:#999; position:relative; top:-5px; margin:0 10px;}
.i_d2_title .title2{ font-size:14px; color:#333333; line-height:30px; text-align:center; text-transform:uppercase;}



.i_d5{ background:url(../images/i_d5_bg.jpg) center no-repeat; background-size:cover;}

.i_d5_c{ position:relative;}
.i_d5_c_box1{ position:relative;}
.i_d5_c_list .swiper-slide {
	  /*transition: 300ms;*/
	  overflow:hidden;
	  transform: scale(0.7);
	  z-index:3;
	  background:#fff;
	  box-shadow: 0px 0px 20px 0px rgba(10, 2, 5, 0.3);
	  margin-top:20px;
	  margin-bottom:20px;

}
.i_d5_c_list .swiper-slide-active{ transform: scale(1); z-index:9;}
.i_d5_c_list .swiper-slide img{ /*opacity:0.5;*/}
.i_d5_c_list .swiper-slide-active img{ opacity:1;}
/*.i_d5_c_list li img { width:100%; height:600px; object-fit: cover;}*/
.i_d5_c_list li {}
.i_d5_c_list li .img {
  position: relative;
  padding: 31% 0;
  overflow:hidden;
  box-sizing:border-box;
  border:#fff 3px solid;
  border-radius:3px;
}
.i_d5_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.i_d5_c_list li .txt { height:130px; line-height:130px; font-size:30px; color:#222222; text-align:center; padding:0 20px;}
.i_d5_c_nav{ position:relative;}

.i_d5_c_nav .i_d5_c_prev{ float:left; width:40px; height:40px; background:url(../images/i_d2_left.png) #fff center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
.i_d5_c_nav .i_d5_c_prev:hover{ background:url(../images/i_d2_left_on.png) #e70012 center no-repeat;}
.i_d5_c_nav .i_d5_c_next{ float:left; margin-left:20px; width:40px; height:40px; background:url(../images/i_d2_right.png) #fff center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
.i_d5_c_nav .i_d5_c_next:hover{ background:url(../images/i_d2_right_on.png) #e70012 center no-repeat;}

a.i_d5_more{ float:right; width:140px; height:40px; line-height:40px; text-align:center; border:#e70012 1px solid; border-radius:20px; font-size:16px; color:#e70012; transition:all 0.3s; box-sizing:border-box;}
a.i_d5_more:hover{ background:#e70012; color:#fff;}


.i_d2{ background:url(../images/i_d2_bg.jpg) top center no-repeat; background-size:auto 4rem;}

.i_d2_c{ position:relative;}
.i_d2_c_list li{
	  box-shadow: 0px 0px 20px 0px rgba(10, 2, 5, 0.3);
	  margin-top:20px;
	  margin-bottom:20px;
}
.i_d2_c_list li .img{ width:100%;}
.i_d2_c_list li .img {
  position: relative;
  padding: 60% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d2_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}

.i_d2_c_list li .txt{ position:absolute; bottom:8px; left:0; width:100%; background:rgba(231,0,18,0.5); padding:5px 0;}
.i_d2_c_list li .txt .txt1{ font-size:14px; color:#fff; line-height:20px; text-align:center;}
.i_d2_c_list li .txt .txt2{ font-size:14px; color:#fff; line-height:20px; text-align:center;}

.i_d2_c_nav{ position:relative;}

.i_d2_c_prev{ position:absolute; left:-80px; top:50%; margin-top:-25px; width:48px; height:48px; background:url(../images/i_d2_left.png) #fff center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
.i_d2_c_prev:hover{ background:url(../images/i_d2_left_on.png) #e70012 center no-repeat;}
.i_d2_c_next{ position:absolute; right:-80px; top:50%; margin-top:-25px; width:48px; height:48px; background:url(../images/i_d2_right.png) #fff center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s; outline:none;}
.i_d2_c_next:hover{ background:url(../images/i_d2_right_on.png) #e70012 center no-repeat;}
@media only screen and (max-width:1400px) and (min-width:0) {
	.i_d2_c_prev{ display:none;}
	.i_d2_c_next{ display:none;}
}


.i_d2_box2{ position:relative;}
.i_d2_box2 .title{ font-size:20px; color:#e70012; line-height:40px; font-weight:bold;}
.i_d2_box2 a.i_d2_more{ display:block; width:140px; height:40px; line-height:40px; text-align:center; border:#e70012 1px solid; border-radius:20px; font-size:16px; color:#e70012; transition:all 0.3s; box-sizing:border-box; margin:0 auto;}
.i_d2_box2 a.i_d2_more:hover{ background:#e70012; color:#fff;}


.i_d3{ background:url(../images/i_d3_bg.jpg) center no-repeat; background-size:cover;}
.i_d3_title .title1{ font-size:20px; color:#fff; line-height:30px; text-align:center;}
.i_d3_title .title1 .ico{ display:inline-block; width:40px; height:1px; background:#999; position:relative; top:-5px; margin:0 10px;}
.i_d3_title .title2{ font-size:14px; color:#fff; line-height:30px; text-align:center; text-transform:uppercase;}

.i_d3_list li{ float:left; width:20%; margin-top:0px;}
.i_d3_list li .ico{ line-height:40px; text-align:center;}
.i_d3_list li .ico img{ height:30px; vertical-align:middle;}
.i_d3_list li .txt{ font-size:14px; color:#ffffff; line-height:20px; height:40px; text-align:center; margin-top:10px;}


.n_nav_list3{ line-height:35px; text-align:center;}
.n_nav_list3 a{ display:inline-block; width:80px; background:#efefef; text-align:center; font-size:16px; color:#333333; margin:0 10px; transition:all 0.3s;}
.n_nav_list3 a.on,
.n_nav_list3 a:hover{ background:#e70012; color:#fff;}


.i_d4_list li{ width:100%; margin-top:20px;}
.i_d4_list li .img{ width:100%; height:5.1rem; border-radius:10px; overflow:hidden;}
.i_d4_list li .img img{ display:block; width:100%; height:5.1rem; object-fit: cover;}
.i_d4_list li .title{ height:30px; line-height:30px; margin-top:10px; font-size:14px; color:#000000; font-weight:bold; transition:all 0.3s;}
.i_d4_list li .txt{ line-height:25px; font-size:14px; color:#000000; overflow:hidden;}


.footer1_r{ text-align:center;}
.footer1_r .txt{ font-size:16px; color:#333333; line-height:30px; text-align:center;}

.totop{ position:fixed; right:3%; bottom:20px; width:30px; height:30px; background:url(../images/totop.png) center no-repeat; background-size:30px auto; z-index:10;}


.footer1{ background:#f5f5f5;}
.footer_logo{ text-align:center;}
.footer_logo img{ height:50px;}
.footer1_dh{ font-size:18px; color:#e70012; font-weight:bold; line-height:30px; text-align:center; margin-top:10px; margin-bottom:10px;}
.footer1_l_dz{ font-size:14px; color:#666666; line-height:30px; text-align:center;}

.footer2{ background:#e70012; padding:10px 0;}
.footer2 .txt1{ font-size:14px; color:#fff; line-height:30px; text-align:center;}
.footer2 .txt1 *{ color:#fff;}
.footer2 .txt2{ font-size:14px; color:#fff; line-height:30px; text-align:center;}
.footer2 .txt2 *{ color:#fff;}


/*企业简介*/
.n_banner_c{ position:relative;}
.n_banner{ display:block; width:100%; object-fit: cover;}

.n_nav a{}
.n_nav a{ display:block; float:left; width:23.5%; margin-left:2%; margin-top:5px; margin-bottom:5px; background:#efefef; font-size:14px; color:#333333; text-align:center; line-height:35px; box-sizing:border-box; padding:0 2px;}
.n_nav a.on{ background:#e70012; color:#fff;}
.n_nav a:nth-child(4n+1){ margin-left:0;}

.n_nav2{ text-align:center;}
.n_nav2 a{ display:inline-block; margin:5px 2px; padding:0 8px; background:#efefef; font-size:14px; color:#333333; text-align:center; line-height:35px; box-sizing:border-box; min-width:22%;}
.n_nav2 a.on{ background:#e70012; color:#fff;}

.lhzs_d2{ background:url(../images/lhzs_d2_bg.jpg) top center no-repeat; background-size:auto 3.5rem;}
.lhzs_d2_c{ position:relative;}

.lhzs_d2_box2{ position:relative;}
.lhzs_d2_box2 .title{ font-size: 20px; color: #e70012; line-height: 40px; font-weight: bold;}
.lhzs_d2_box2 .txt{ font-size:14px; color:#666666; line-height:25px;}
.lhzs_d2_box2 .txt *{ line-height:25px;}



/*荣誉证书*/
.honor_list li{ float:left; width:48%; margin-left:4%; margin-top:20px; background:#f7f7f7; transition:all 0.3s;}
.honor_list li:nth-child(2n+1){ margin-left:0;}
.honor_list li:nth-child(1),
.honor_list li:nth-child(2){ margin-top:0;}
.honor_list li .img img{ display:block; width:100%; height:2.35rem; /*object-fit: cover;*/}
.honor_list li .txt{ padding:5px 5px; font-size:14px; color:#333333; line-height:30px; text-align:center;}
.honor_list li:hover{ box-shadow: 0px 0px 20px 0px rgba(10, 2, 5, 0.15);}
.honor_list li:hover .txt{ color:#e70012;}


/*龙浩公益*/
.lhgy_d1{ background:url(../images/lhzs_d2_bg.jpg) top center no-repeat; background-size:auto 2.5rem;}

.lhgy_list li{ float:left; width:48%; margin-left:4%; margin-top:20px; transition:all 0.3s;}
.lhgy_list li:nth-child(2n+1){ margin-left:0;}
.lhgy_list li:nth-child(1),
.lhgy_list li:nth-child(2){ margin-top:0;}
.lhgy_list li .img img{ display:block; width:100%; height:2.35rem; object-fit: cover;}
.lhgy_list li .txt{ padding:5px 5px; font-size:14px; color:#333333; line-height:25px; text-align:center;}
.lhgy_list li:hover{ box-shadow: 0px 0px 20px 0px rgba(10, 2, 5, 0.15);}
.lhgy_list li:hover .txt{ color:#e70012;}



/*实战案例*/
.case_nav_list{ line-height:40px; text-align:center;}
.case_nav_list a{ display:inline-block; text-align:center; font-size:16px; color:#333333; margin:0 5px; transition:all 0.3s;}
.case_nav_list a.on,
.case_nav_list a:hover{ color:#e70012;}

.case_list li{ border-bottom:#b4b3b2 1px solid; padding-bottom:20px; padding-left:75px; box-sizing:border-box; position:relative; margin-top:20px;}
.case_list li:nth-child(1){ margin-top:0;}
.case_list li:nth-child(2n+1){ margin-left:0;}
.case_list li .txt1{ font-size:14px; color:#333333; font-weight:bold; line-height:22px; transition:all 0.3s;}
.case_list li .txt2{ font-size:14px; color:#333333; line-height:22px; margin-top:4px; height:44px;}
.case_list li .rq{ position:absolute; left:0; top:0; width:64px; height:66px; background:#e70012; box-sizing:border-box; padding-top:10px;}
.case_list li .rq .rq_txt1{ font-size:20px; color:#ffffff; line-height:25px; text-align:center;}
.case_list li .rq .rq_txt2{ font-size:14px; color:#ffffff; line-height:25px; text-align:center;}
.case_list li:hover .txt1{ color:#e70012;}


/*新闻活动*/
.news_list li{ width:100%; margin-top:20px;}
.news_list li:nth-child(1){ margin-top:0;}
.news_list li .img{ width:100%; height:5.1rem; border-radius:10px; overflow:hidden;}
.news_list li .img img{ display:block; width:100%; height:5.1rem; object-fit: cover;}
.news_list li .title{ height:30px; line-height:30px; margin-top:10px; font-size:14px; color:#000000; font-weight:bold; transition:all 0.3s;}
.news_list li .txt{ line-height:25px; font-size:14px; color:#000000; overflow:hidden;}


/*新闻详情页*/
.news_i_title1{ font-size:18px; color:#181818; line-height:40px; text-align:center; font-weight:bold;}
.news_i_title2{ font-size:14px; color:#999999; line-height:30px; text-align:center; padding-bottom:10px; border-bottom:#efefef 1px solid; margin-bottom:20px;}


.news_i_more{ border-top:#efefef 1px solid; margin-top:20px; position:relative;}
.news_i_more .li{ position:relative; padding-left:72px; height:33px; font-size:14px; color:#999999; margin-top:20px;}
.news_i_more .li a{ font-size:14px; color:#999999; transition:all 0.3s;}
.news_i_more .li a:hover,
.news_i_more .li a.on{ color:#333333;}
.news_i_more .li a .ico1{ position:absolute; left:0; top:0; width:60px; height:31px; border:#222222 1px solid; background:url(../images/news_i_more_ico1.png) center no-repeat; background-size:18px auto; transition:all 0.3s;}
/*.news_i_more .li a:hover .ico1{ border:#ea5404 1px solid; background:url(../images/news_i_more_ico1_on.png) #ea5404 center no-repeat; background-size:18px auto;}*/
.news_i_more .li a .ico2{ position:absolute; left:0; top:0; width:60px; height:31px; border:#e70012 1px solid; background:url(../images/news_i_more_ico2_on.png) #e70012 center no-repeat; background-size:18px auto; transition:all 0.3s;}
/*.news_i_more .li a:hover .ico2{ border:#ea5404 1px solid; background:url(../images/news_i_more_ico2_on.png) #ea5404 center no-repeat; background-size:18px auto;}*/
a.news_i_more_back{ display:block; height:33px; line-height:33px; font-size:14px; color:#222222; margin-top:20px;}



/*业务版块*/
.ywbk_list li{ float:left; width:48%; margin-left:4%; margin-top:20px; transition:all 0.3s; position:relative;}
.ywbk_list li:nth-child(2n+1){ margin-left:0;}
.ywbk_list li:nth-child(1),
.ywbk_list li:nth-child(2){ margin-top:0;}
.ywbk_list li .img img{ display:block; width:100%; height:2.35rem; object-fit: cover;}
.ywbk_list li .txt{ position:absolute; bottom:0; left:0; width:100%; padding:0px 10px; font-size:14px; color:#fff; line-height:30px; text-align:center; box-sizing:border-box; background:rgba(231,0,18,0.5); transition:all 0.3s;}
/*.ywbk_list li:hover{ box-shadow: 0px 0px 20px 0px rgba(10, 2, 5, 0.15);}
.ywbk_list li:hover .txt{ background:rgba(231,0,18,1);}*/


/*精英律师*/
.team_list li{ float:left; width:48%; margin-left:4%; margin-top:20px; background:#f7f7f7; transition:all 0.3s; position:relative;}
.team_list li:nth-child(2n+1){ margin-left:0;}
.team_list li:nth-child(1),
.team_list li:nth-child(2){ margin-top:0;}
.team_list li .img img{ display:block; width:100%; height:4.08rem; object-fit: cover;}
.team_list li .txt{ position:absolute; bottom:0px; left:0; width:100%; background:rgba(231,0,18,0.5); padding:5px 0;}
.team_list li .txt .txt1{ font-size:14px; color:#fff; line-height:20px; text-align:center;}
.team_list li .txt .txt2{ font-size:14px; color:#fff; line-height:20px; text-align:center;}
.team_list li:hover{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}


/*精英团队*/
.team_i_d1{ background:#f7f7f7; padding:15px;}
.team_i_d1_img{ display:block; width:80%; margin:0 auto;}
.team_i_d1_txt{; padding-top:20px; padding-bottom:10px;}
.team_i_d1_txt .title1{ font-size:20px; color:#e70012; line-height:30px; text-align:center;}
.team_i_d1_txt .title2{ font-size:16px; color:#333333; line-height:30px; text-align:center; margin-top:5px;}
.team_i_d1_txt .txt1{ font-size:14px; color:#333333; line-height:25px; margin-top:10px;}
.team_i_d1_txt .txt1 *{ line-height:25px;}

.team_i_d2_title{ background:url(../images/team_i_d2_title_bg.jpg) #e70012 right center no-repeat; background-size:auto 100%; height:36px; line-height:36px; padding-left:20px; font-size:18px; color:#ffffff;}
.team_i_d2_content{ font-size:14px; color:#333333; line-height:25px;}
.team_i_d2_content *{ line-height:25px;}
.team_i_d2_content img{ max-width:100%; height:auto !important;}



/*顾问单位*/
.gwdw_box{ background:#f5f5f5; padding:20px 15px;}
.gwdw_c_list li.swiper-slide{}
.gwdw_c_list li .txt{ line-height:30px; font-size:14px; color:#333333; padding:0 10px; box-sizing:border-box}
.gwdw_c_list li .txt .ico{ margin-right:10px; position:relative; top:-2px; vertical-align:middle; height:8px;}



/*联系我们*/
.lianxi_r_img{}
.lianxi_l{}
.lianxi_title{ font-size:20px; color:#e70012; font-weight:bold; line-height:30px;}
.lianxi_list li{ position:relative; padding-left:70px; margin-top:20px;}
.lianxi_list li .ico1{ position:absolute; left:0; top:0; width:48px; height:48px; border:#e70012 1px solid; border-radius:50%; line-height:48px; text-align:center;}
.lianxi_list li .ico1 img{ vertical-align:middle;}
.lianxi_list li .txt1{ font-size:16px; color:#e70012; font-weight:bold; line-height:25px;}
.lianxi_list li .txt2{ font-size:14px; color:#999999; line-height:25px;}
