.width1200{ min-width:1200px;}
.indexcontent1600{ min-width:1200px; padding:0 50px; max-width:1700px; box-sizing:border-box; margin:0 auto; position:relative;}
.indexcontent1400{ min-width:1200px; padding:0 50px; max-width:1500px; box-sizing:border-box; margin:0 auto; position:relative;}
.indexcontent{ margin:0 auto; width:1200px;}
.indexcontent2{ margin:0 auto; max-width:1400px; min-width:1200px;}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
a.bs:hover{ text-decoration:underline;}
.block{ display:block;}
.fl {
  float: left;
}

.fr {
  float: right;
}
.enlarge8{
  -moz-transition:all 0.8s; /* Firefox 4 */
  -webkit-transition:all 0.8s; /* Safari and Chrome */
  -o-transition:all 0.8s; /* Opera */
  transition:all 0.8s;
  cursor: pointer;
}

.enlarge4{
  -moz-transition:all 0.4s; /* Firefox 4 */
  -webkit-transition:all 0.4s; /* Safari and Chrome */
  -o-transition:all 0.4s; /* Opera */
  transition:all 0.4s;
  cursor: pointer;
}
.ellipsis{
  overflow: hidden; /*自动隐藏文字*/
  text-overflow: ellipsis;/*文字隐藏后添加省略号*/
  white-space: nowrap;/*强制不换行*/
}
.ellipsis2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.clearfix::after {
  content: "";
  clear: both;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
  font-size: 1px;
  width: 1px;
  height: 0;
  visibility: hidden;
  zoom: 1;
}

.content{ font-size:16px; color:#333; line-height:30px;}
.content *{ line-height:30px;}
.content img{ max-width:100%; height:auto !important;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; color: #666; background: #fff; border:#cccccc 1px solid; display: inline-block; width: 40px; line-height: 40px; line-height: 40px; margin-right: 8px; font-size: 16px; color: #999999;}
.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: 86px; line-height: 40px; line-height: 40px;}



/*悬浮*/
.fixed-box{
  position: fixed;
  right: 10px;
  top: 50%; margin-top:-177px;
  z-index: 9;
}
.fixed-box a{
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: 1px;
  background:#019d3c;
}
.fixed-box .ico{ padding-top:5px; height:35px; text-align:center; line-height:35px;}
.fixed-box .ico img{ vertical-align:middle;}
.fixed-box .ico_txt{ font-size:12px; color:#fefefe; line-height:24px; text-align:center;}
.fixed-box a.goTop{
  background:#019d3c url(../images/xf_goto.png) no-repeat center;
}
.fixed-box .phone-box{
  
  position: relative;
}
.fixed-box .phone-box .phone{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 180px;
  height: 70px;
  background-color: #666;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 70px;
  top: 0px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  opacity: 0;
}
.fixed-box .phone-box .phone span{
  font-weight: 800;
}

.fixed-box .phone-box:hover .phone{
  opacity: 1;
}
.fixed-box .ecode{
  position: relative;
}
.fixed-box .ecode .img{
  position: absolute;
  left: -155px;
  top: -45px;
  width: 150px;
  display: none;
}
.fixed-box .ecode .img img{
  width: 100%;
  object-fit: cover;
}
.fixed-box .ecode:hover .img{
  display: block;
}
/*首页*/
body{ background:#fff;}

.top1{ /*position:fixed; left:0;*/ width:100%; height:100px; background:#fff; min-width:1200px; z-index:999; transition:all 0.63s;}
/*.top1:hover,
.top1.on{ background:#131313;}*/
.top1_c{ position:relative; height:100px; }
.top1 .top_logo{ position:absolute; left:0px; top:22px;}
/*.fixed.top1{ background:#131313;}*/

.top1 .top1_r{ position:absolute; right:0px; top:0; width:50px; height:100px;}

.top1 .top1_lang{ position:absolute; right:63px; top:35px; width:30px; line-height:30px; font-size:16px; color:#fff; text-align:center;}
.top1 .top1_lang a{ color:#666666;}
.top1 .top1_hr{ position:absolute; top:43px; right:51px; width:1px; height:13px; background:#666666;}

.top_search_bt{ position:absolute; right:0px; top:33px; width:30px; line-height:30px; z-index:9999; margin:0 10px; text-align:center;}
/*
.top_search_bt .top_search_bg{ display:none; position:absolute; right:-2px; top:45px; background:url(../images/top_search_bg.png) no-repeat; width:300px; height:79px;}
.top_search_bt:hover .top_search_bg{ display:block;}
.top_search_bt .top_search_bg .top_search_txt{ position:absolute; left:25px; top:29px; width:205px; height:30px; border:0; background:#f8f8f8; outline:none;}
.top_search_bt .top_search_bg .top_search_bt{ position:absolute; right:17px; top:23px; width:40px; height:39px; border:0; background-color:transparent; cursor:pointer;}*/
.nsearch {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.nsearch .nceng {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
}
.nsearch form {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 140px;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  z-index: 9;
}
.nsearch form h2 {
  font-size: 45px;
  font-weight: bold;
  color: #e70012;
  text-align: center;
  margin: 70px 0;
}
.nsearch form .ctn {
  display: flex;
  width: 480px;
}
.nsearch form .ctn input {
  height: 50px;
}
.nsearch form .ctn .txt {
  width: 85%;
  padding: 0 15px;
  background-color: #f6f6f6;
  font-size: 14px;
  cursor: auto;
  border:0;
  box-sizing:border-box;
}
.nsearch form .ctn .btn {
  width: 15%;
  background: #e70012 url(../images/search-btn.png) no-repeat center;
  border:0;
  box-sizing:border-box;
}
.nh {
  height: 100px;
}
@media only screen and (max-width:1300px) and (min-width:0) {
	.top1 .top1_r{ right:0px;}
}

/*首页*/
.h120{ height:120px;}
.h110{ height:110px;}
.h100{ height:100px;}
.h80{ height:80px;}
.h70{ height:70px;}
.h60{ height:60px;}
.h50{ height:50px;}
.h40{ height:40px;}
.h30{ height:30px;}
.h20{ height:20px;}

.banner-container img{ display:block; width:100%;/* height:800px; object-fit: cover;*/}
.banner-pagination{ position:absolute; left:0; bottom:20px !important; width:100%; text-align:center; z-index:2;}
.banner-pagination .swiper-pagination-bullet{ width:14px; height:14px; border:#e70012 1px solid; background-color:transparent; opacity:1; border-radius:50%; margin:0 10px !important; transition:all 0.3s;}
.banner-pagination .swiper-pagination-bullet-active{ background:#e70012;}

.i_d1{ background:#f5f5f5; position:relative;}
.i_d1_c{ width:680px;}
.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{ margin-top:25px; font-size:16px; color:#333333; line-height:30px;}

.i_d1_list{ padding-top:20px;}
.i_d1_list li{ float:left; margin-top:30px; width:200px; margin-left:160px;}
.i_d1_list li:nth-child(2n+1){ margin-left:0;}
.i_d1_list li .txt1{ font-size:22px; color:#666; line-height:60px;}
.i_d1_list li .txt1 span{ font-size:66px; color:#e70012; font-weight:bold; margin-right:10px;}
.i_d1_list li .txt2{ font-size:22px; color:#333; line-height:40px;}
a.i_d1_more{ display:block; border:#e70012 1px solid; width:216px; height:56px; background:#e70012; font-size:20px; color:#ffffff; line-height:56px; text-align:center; border-radius:29px;}
a.i_d1_more:hover{ background:#fff; color:#e70012;}

.i_d1_sp{ position:absolute; right:0; bottom:50%; width:43%; transform:translate(0,50%); overflow:hidden;}
.i_d1_sp .video{ display:block; width:100%; height:550px; background:#fff;}
.i_d1_sp .i_d1_video_bt{ position:absolute; left:50%; top:50%; margin-left:-34px; margin-top:-38px; 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:#fff;
}
.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:38px; color:#333333; line-height:45px; text-align:center;}
.i_d2_title .title1 .ico{ display:inline-block; width:134px; height:1px; background:#999; position:relative; top:-5px; margin:0 20px;}
.i_d2_title .title2{ font-size:16px; color:#333333; line-height:30px; text-align:center; text-transform:uppercase;}

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

.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%; height:277px;}
.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:15px; color:#fff; line-height:25px; text-align:center;}
.i_d2_c_list li .txt .txt2{ font-size:15px; color:#fff; line-height:25px; 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{ padding-right:365px; position:relative;}
.i_d2_box2 .title{ font-size:30px; color:#e70012; line-height:50px;}
.i_d2_box2 a.i_d2_more{ position:absolute; right:0; bottom:50%; transform:translate(0,50%); width:216px; height:56px; line-height:56px; text-align:center; border:#e70012 1px solid; border-radius:28px; font-size:20px; color:#e70012; transition:all 0.3s;}
.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:38px; color:#fff; line-height:45px; text-align:center;}
.i_d3_title .title1 .ico{ display:inline-block; width:134px; height:1px; background:#999; position:relative; top:-5px; margin:0 20px;}
.i_d3_title .title2{ font-size:16px; color:#fff; line-height:30px; text-align:center; text-transform:uppercase;}

.i_d3_list li{ float:left; width:10%;}
.i_d3_list li .ico{ line-height:70px; text-align:center;}
.i_d3_list li .txt{ font-size:16px; color:#ffffff; line-height:30px; text-align:center; margin-top:20px;}

.i_d4_list li{ float:left; width:380px; margin-left:30px;}
.i_d4_list li:nth-child(3n+1){ margin-left:0;}
.i_d4_list li .img{ width:380px; height:260px; border-radius:10px; overflow:hidden;}
.i_d4_list li .img img{ display:block; width:380px; height:260px; object-fit: cover;}
.i_d4_list li .title{ height:40px; line-height:40px; margin-top:20px; font-size:18px; color:#000000; font-weight:bold; transition:all 0.3s;}
.i_d4_list li .txt{ height:60px; line-height:30px; margin-top:5px; font-size:14px; color:#000000; overflow:hidden;}

.i_d4_list li:hover .fd img{transform: scale(1.05)}
.i_d4_list li:hover .title{ color:#e70012;}

a.i_d4_more{ display:block; border:#e70012 1px solid; width:216px; height:56px; background:#e70012; font-size:20px; color:#ffffff; line-height:56px; text-align:center; border-radius:29px; margin:0 auto;}
a.i_d4_more:hover{ background:#fff; color:#e70012;}


.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{ position:absolute; left:0px; top:50%; margin-top:-24px; 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_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{ position:absolute; left:96px; top:50%; margin-top:-24px; 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_d5_c_nav .i_d5_c_next:hover{ background:url(../images/i_d2_right_on.png) #e70012 center no-repeat;}

a.i_d5_more{ position:absolute; right:0; bottom:50%; transform:translate(0,50%); width:216px; height:56px; line-height:56px; text-align:center; border:#e70012 1px solid; border-radius:28px; font-size:20px; color:#e70012; transition:all 0.3s;}
a.i_d5_more:hover{ background:#e70012; color:#fff;}


.footer{ background:#f5f5f5;}
.footer_nav_list{ padding:20px 0; border-bottom:#bababa 1px solid;}
.footer_nav_list li{ float:left; width:11.11%; line-height:40px; text-align:center;}
.footer_nav_list li a{ font-size:14px; color:#333; font-weight:bold;}
.footer_logo{ float:left; width:350px; padding-top:25px;}
.footer_ewm{ float:left; width:415px;}
.footer_ewm .img{ text-align:center;}
.footer_ewm .txt{ font-size:12px; color:#333333; font-weight:bold; line-height:30px; text-align:center; margin-top:5px;}
.footer_txt{ float:right; width:415px;}
.footer_txt .title{ font-size:30px; color:#333333; font-weight:bold; line-height:40px;}
.footer_txt .txt{ font-size:16px; color:#333333; line-height:30px; margin-top:20px;}

.footer2_txt{ padding:20px 0; border-top:#bababa 1px solid; font-size:14px; color:#333; line-height:30px; text-align:center;}



/*悬浮*/
.xf_list{ position:fixed; right:5px; top:50%; margin-top:-215px; z-index:1000;}
.xf_list li{ width:70px; height:70px; background:#888888; margin-bottom:2px; position:relative;}
.xf_list li a{ display:block; width:70px; height:70px;}
.xf_list li .ico{ text-align:center; line-height:45px; text-align:center;}
.xf_list li .ico img{ vertical-align:middle; height:26px;}
.xf_list li .txt{ text-align:center; line-height:20px; text-align:center; color:#fff;}
.xf_list li a:hover .txt{ color:#fff;}
.xf_list li .xf_dh{ display:none; position:absolute; right:70px; top:0; width:160px; height:50px; padding:10px 0; background:#e70012; text-align:center; line-height:25px; color:#fff;}
.xf_list li .xf_ewm{ display:none; position:absolute; right:80px; top:-26px; width:123px; height:123px; text-align:center; line-height:25px;}
.xf_list li:hover{ background:#e70012;}
.xf_list li:hover .xf_dh,.xf_list li:hover .xf_ewm{ display: block;}



/*龙浩总所*/
.n_banner_c{ position:relative;}
.n_banner{ display:block; width:100%; /*height:500px; object-fit: cover;*/}

.n_nav_c{}
.n_nav_list{ line-height:40px; padding-top:30px; padding-bottom:60px; text-align:center;}
.n_nav_list a{ display:inline-block; width:112px; background:#efefef; text-align:center; font-size:18px; color:#333333; margin:0 8px; transition:all 0.3s;}
.n_nav_list a.on,
.n_nav_list a:hover{ background:#e70012; color:#fff;}

.n_nav_list2{ line-height:40px; padding-top:30px; padding-bottom:60px; text-align:center;}
.n_nav_list2 a{ display:inline-block; width:150px; background:#efefef; text-align:center; font-size:18px; color:#333333; margin:0 22px; transition:all 0.3s;}
.n_nav_list2 a.on,
.n_nav_list2 a:hover{ background:#e70012; color:#fff;}

.n_nav_list3{ line-height:40px; padding-top:30px; padding-bottom:60px; text-align:center;}
.n_nav_list3 a{ display:inline-block; padding:0 25px; background:#efefef; text-align:center; font-size:18px; color:#333333; margin:0 22px; transition:all 0.3s;}
.n_nav_list3 a.on,
.n_nav_list3 a:hover{ background:#e70012; color:#fff;}



.lhzs_d1{ background:#f5f5f5;}
.lhzs_d1_title1{ font-size:16px; color:#333333; line-height:40px;}
.lhzs_d1_title2{ font-size:40px; color:#333333; line-height:60px;}
.lhzs_d1_content{ margin-top:25px; font-size:16px; color:#333333; line-height:30px;}

.lhzs_d1_list{ padding-top:20px;}
.lhzs_d1_list li{ float:left; margin-top:30px; width:200px; margin-left:132px;}
.lhzs_d1_list li:nth-child(4n+1){ margin-left:0;}
.lhzs_d1_list li .txt1{ font-size:22px; color:#666; line-height:60px; text-align:center;}
.lhzs_d1_list li .txt1 span{ font-size:66px; color:#e70012; font-weight:bold; margin-right:10px;}
.lhzs_d1_list li .txt2{ font-size:22px; color:#333; line-height:40px; text-align:center; padding-right:20px;}
.lhzs_d1_list li .txt2 *{ line-height:40px;}
a.lhzs_d1_more{ display:block; border:#e70012 1px solid; width:216px; height:56px; background:#e70012; font-size:20px; color:#ffffff; line-height:56px; text-align:center; border-radius:29px;}
a.lhzs_d1_more:hover{ background:#fff; color:#e70012;}

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




.lhzs_d2{ background:url(../images/lhzs_d2_bg.jpg) top center no-repeat;}
.lhzs_d2_c{ position:relative;}
.lhzs_d2_c_prev{ position:absolute; left:-80px; top:170px; 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;}
.lhzs_d2_c_prev:hover{ background:url(../images/i_d2_left_on.png) #e70012 center no-repeat;}
.lhzs_d2_c_next{ position:absolute; right:-80px; top:170px; 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;}
.lhzs_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) {
	.lhzs_d2_c_prev{ display:none;}
	.lhzs_d2_c_next{ display:none;}
}

.lhzs_d2_box2{ position:relative;}
.lhzs_d2_box2 .title{ font-size:30px; color:#e70012; line-height:50px;}
.lhzs_d2_box2 .txt{ font-size:16px; color:#666666; line-height:30px;}


/*荣誉证书*/
.honor_list li{ float:left; width:370px; margin-left:45px; margin-top:50px; background:#f7f7f7; transition:all 0.3s;}
.honor_list li:nth-child(3n+1){ margin-left:0;}
.honor_list li:nth-child(1),
.honor_list li:nth-child(2),
.honor_list li:nth-child(3){ margin-top:0;}
.honor_list li .img img{ display:block; width:100%; height:265px; /*object-fit: cover;*/}
.honor_list li .txt{ padding:15px 10px; font-size:18px; 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;}

.lhgy_list li{ float:left; width:370px; margin-left:45px; margin-top:50px; background:#f7f7f7; transition:all 0.3s;}
.lhgy_list li:nth-child(3n+1){ margin-left:0;}
.lhgy_list li:nth-child(1),
.lhgy_list li:nth-child(2),
.lhgy_list li:nth-child(3){ margin-top:0;}
.lhgy_list li .img img{ display:block; width:100%; height:265px; object-fit: cover;}
.lhgy_list li .txt{ padding:15px 10px; font-size:18px; color:#333333; line-height:30px; 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;}*/



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

.lhgy_list li{ float:left; width:578px; margin-left:44px; margin-top:30px; 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:383px; object-fit: cover;}
.lhgy_list li .txt{ padding:15px 10px; font-size:18px; color:#333333; line-height:30px; 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;}


/*精英律师*/
.team_list li{ float:left; width:260px; margin-left:53px; margin-top:50px; background:#f7f7f7; transition:all 0.3s; position:relative;}
.team_list li:nth-child(4n+1){ margin-left:0;}
.team_list li:nth-child(1),
.team_list li:nth-child(2),
.team_list li:nth-child(3),
.team_list li:nth-child(4){ margin-top:0;}
.team_list li .img img{ display:block; width:100%; height:312px; 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:15px; color:#fff; line-height:25px; text-align:center;}
.team_list li .txt .txt2{ font-size:15px; color:#fff; line-height:25px; text-align:center;}
.team_list li:hover{ box-shadow: 0px 0px 10px 0px rgba(10, 2, 5, 0.15);}


/*新闻列表页*/
.news_list li{ float:left; width:380px; margin-left:30px; margin-top:50px;}
.news_list li:nth-child(1),
.news_list li:nth-child(2),
.news_list li:nth-child(3){ margin-top:0;}
.news_list li:nth-child(3n+1){ margin-left:0;}
.news_list li .img{ width:380px; height:260px; border-radius:10px; overflow:hidden;}
.news_list li .img img{ display:block; width:380px; height:260px; object-fit: cover;}
.news_list li .title{ height:40px; line-height:40px; margin-top:20px; font-size:18px; color:#000000; font-weight:bold; transition:all 0.3s;}
.news_list li .txt{ height:60px; line-height:30px; margin-top:5px; font-size:14px; color:#000000; overflow:hidden;}

.news_list li:hover .fd img{transform: scale(1.05)}
.news_list li:hover .title{ color:#e70012;}



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

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



/*联系我们*/
.lianxi_r_img{ float:right; width:679px; height:419px; object-fit: cover;}
.lianxi_l{ float:left; width:521px; padding-right:30px; box-sizing:border-box;}
.lianxi_title{ font-size:30px; color:#e70012; font-weight:bold; line-height:40px; padding-top:30px; padding-bottom:10px;}
.lianxi_list li{ position:relative; padding-left:70px; margin-top:30px;}
.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 .txt1{ font-size:20px; color:#e70012; font-weight:bold;}
.lianxi_list li .txt2{ font-size:16px; color:#999999;}


.case_d1_1_c_list li img{ width:100%; height:419px; object-fit: cover;}
.case_d1_1_c{ position:relative;}
.case_d1_1_c-pagination{ position:absolute; left:0; bottom:10px; width:100%; text-align:center; z-index:2;}
.case_d1_1_c-pagination .swiper-pagination-bullet{ width:12px; height:12px; background:#fff; opacity:1; border-radius:50%; margin:0 6px !important; transition:all 0.3s;}
.case_d1_1_c-pagination .swiper-pagination-bullet-active{ background:#e70012;}


/*精英团队*/
.team_i_d1{ background:#f7f7f7;}
.team_i_d1_img{ float:left; width:346px; height:400px; object-fit: cover;}
.team_i_d1_txt{ float:right; width:750px; margin-right:50px; padding-top:45px; padding-bottom:50px;}
.team_i_d1_txt .title1{ font-size:30px; color:#e70012; line-height:50px;}
.team_i_d1_txt .title2{ font-size:20px; color:#333333; line-height:30px; margin-top:10px;}
.team_i_d1_txt .txt1{ font-size:20px; color:#333333; line-height:40px; margin-top:40px;}
.team_i_d1_txt .txt1 *{ line-height:40px;}

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


/*业务版块*/
.ywbk_list li{ float:left; width:565px; margin-left:44px; margin-top:30px; 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:388px; object-fit: cover;}
.ywbk_list li .txt{ position:absolute; bottom:0; left:0; width:100%; padding:10px 10px; font-size:22px; 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);}


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

.case_list li{ float:left; width:550px; margin-left:100px; border-bottom:#b4b3b2 1px solid; padding-bottom:20px; padding-left:75px; box-sizing:border-box; position:relative; margin-top:40px;}
.case_list li:nth-child(1),
.case_list li:nth-child(2){ margin-top:0;}
.case_list li:nth-child(2n+1){ margin-left:0;}
.case_list li .txt1{ font-size:16px; color:#333333; 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;}


/*顾问单位*/
.gwdw_box{ background:#f5f5f5; padding:40px 60px;}
.gwdw_c_list li.swiper-slide{}
.gwdw_c_list li .txt{ float:left; width:50%; line-height:60px; font-size:20px; color:#333333; padding:0 10px; box-sizing:border-box}
.gwdw_c_list li .txt .ico{ margin-right:10px; position:relative; top:0;}


		/* 本例子css */
		/*.picMarquee-top{ margin:0 auto;  width:210px; overflow:hidden; position:relative;  border:1px solid #ccc;   }
		.picMarquee-top .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
		.picMarquee-top .hd .prev,.picMarquee-top .hd .next{ display:block;  width:9px; height:5px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
			 cursor:pointer; background:url("../images/arrow.png") 0 -100px no-repeat;}
		.picMarquee-top .hd .next{ background-position:0 -140px;  }
		.picMarquee-top .hd .prevStop{ background-position:-60px -100px;  }
		.picMarquee-top .hd .nextStop{ background-position:-60px -140px;  }
		.picMarquee-top .bd{ padding:10px;   }
		.picMarquee-top .bd ul{ overflow:hidden; zoom:1; }
		.picMarquee-top .bd ul li{ text-align:center; zoom:1; }
		.picMarquee-top .bd ul li .pic{ text-align:center; }
		.picMarquee-top .bd ul li .pic img{ width:180px; height:90px; display:block; padding:2px; border:1px solid #ccc; }
		.picMarquee-top .bd ul li .pic a:hover img{ border-color:#999;  }
		.picMarquee-top .bd ul li .title{ line-height:24px;   }*/
