@charset "utf-8";
html {
	height: 100%;
	width: 100%;
	min-width: 1200px;
}
/* 字体引用 */
body{font-family:myFont_R;color: #000;}
@font-face{
    font-family:myFont_L;
    src:url('../font/Alibaba-PuHuiTi-Light.ttf'),url('../font/Alibaba-PuHuiTi-Light.woff');
}
@font-face{
    font-family:myFont_R;
    src:url('../font/Alibaba-PuHuiTi-Regular.ttf'),url('../font/Alibaba-PuHuiTi-Regular.woff');
}
@font-face{
    font-family:myFont_B;
    src:url('../font/Alibaba-PuHuiTi-B.ttf'),url('../font/Alibaba-PuHuiTi-B.woff');
}
@font-face{
    font-family:myFont_H;
    src:url('../font/Alibaba-PuHuiTi-H.ttf'),url('../font/Alibaba-PuHuiTi-H.woff');
}
@font-face{
    font-family:myFont_M;
    src:url('../font/Alibaba-PuHuiTi-Medium.ttf'),url('../font/Alibaba-PuHuiTi-Medium.woff');
}
.web-myFont_L{font-family:myFont_L;}
.web-myFont_R{font-family:myFont_R;}
.web-myFont_B{font-family:myFont_B;}
.web-myFont_H{font-family:myFont_H;}
.web-myFont_M{font-family:myFont_M;}
body {
	margin: 0;
	font-size: 14px;
	width: 100%;
	height: 100%;
	font-family:myFont_R; 
}
.flex{
	display: flex;
	justify-content: space-between;
}
/* 导航图标 */
.menu-btn {
    position: fixed;
    top: 3%;
    right: 30px;
    z-index: 9;
    cursor: pointer;
    display: none;
    /* animation: warn 1.5s ease-out 0s infinite; */

}
.menu-btn.icon{
	font-size: 25px;
	color: #b82c1e;
}
@keyframes warn {
    0% {
      transform: scale(0.8);
      opacity: 1;
    }

    20% {
      opacity: 0.8;
    }
	60% {
	  opacity: 0.6;
	}
	80% {
	  opacity: 0.4;
	}
    100% {
      transform: scale(1.6);
      opacity: 0.2;
    }
  }
.menu-off{

}
.menu_box{
	display: flex;
    justify-content: flex-end;
	padding: 30px;
}
.menu_box h3{
	font-size: 18px;
	width: 58%;
	text-align: right;
}
.menu_box .icon{
	color: #FFF;
	width: 25%;
	font-size: 18px;
	text-align: right;
	cursor: pointer;
}
.nav{
	height: calc(100% - 68px);
}
.nav ul li{
	line-height: 60px;
    border-bottom: 1px solid #e24536;
    margin: 0 50px;
    font-size: 16px;
}
.nav ul li a{
	display: block;
    color: #fff;
}
.nav ul li a.active_s1,.nav ul li a:hover{
	color: #000;
	transition: all .5s;
}
/* 导航开始 */
.nav_box{
	height: 100% !IMPORTANT;
	background-color: #b82b1d;
	width: 244px;
	position: fixed;
	right: -244px;
	top: 0;
	z-index: 10;
	text-align: center;
	box-sizing: border-box;
	height: 0;
	overflow: hidden;
}

/* 首页左侧按钮样式 */
.main .swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 25px 0px 25px auto;
}
.main .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	opacity: 1;
	border-radius: 50px;
	background-color: #fff;
}
.main .swiper-container-vertical>.swiper-pagination-bullets{
	left: 10px; 
	width: 40px;
}
.main .swiper-pagination-bullet-active {
	background-color: #b82b1d;
}
.main .swiper-container-horizontal>.swiper-pagination-bullets,.banner .swiper-pagination-custom,.banner .swiper-pagination-fraction{
	/* bottom: 30px; */
}
/* 新闻的分页 */
.s5_new_box_l_img .swiper-container-horizontal>.swiper-pagination-bullets{
	
}
.s5_new_box_l_img .swiper-button-next{
	background: url(../images/left.png) no-repeat;
	width: 44px;
    height: 44px;
}
.s5_new_box_l_img .swiper-button-prev{
	background: url(../images/right.png) no-repeat;
	width: 44px;
    height: 44px;
}
.s5_new_box_l_img .swiper-pagination{
	text-align: right;
}
.main>.swiper-container>.swiper-pagination{left: 30px;width: 15px;top: 30%;}
.main>.swiper-container>.swiper-pagination .swiper-pagination-bullet-active{
	background-color: #ffffff00 !important;
    border: 1px solid #b82c1e;
    box-sizing: border-box;
	width: 20px !important;
}
.main>.swiper-container>.swiper-pagination .swiper-pagination-bullet{width: 10px;margin: 25px 0px 25px auto;display: block;
    height: 2px;
    opacity: 1;
    border-radius: 50px;
    background-color: #b82c1e;
    position: relative;
    cursor: pointer;
}
.main>.swiper-container>.swiper-pagination .swiper-pagination-bullet i{opacity: 0;width: 35px; position: absolute;left: 25px;color:#fff;top: -6px;opacity: 0}
.main>.swiper-container>.swiper-pagination .swiper-pagination-bullet-active i{color:#b82b1d;left: 20px !important;
    -webkit-animation: fadeInopacity 0.3s ease-in-out;
	animation: fadeInopacity 0.3s ease-in-out;
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
/* 居中 */
.index-view{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    justify-content: center;
    align-items: center;
    display: flex;box-sizing: border-box;
}
.index-view-div{
	width: 100%;
}

/* 首页开始 */
.main {
	width: 100%;
	height: 100%;
	background-color: #000;
}
.main>.swiper-container {
	min-width: 1200px;
	height: 100%;
	width: 100%;
	border-top: 0;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}
/* 首页显示栏目 */
.nav_hover{
	position: fixed;
    right: 20px;
    top: 4%;
    z-index: 10;
}
.nav_hover ul{
	display: flex;
    justify-content: flex-start;
}
.nav_hover ul li{
    width: 110px;
    text-align: center;
    opacity: 0;
}
.nav_hover ul li a{
    color: #fff;
    display: block;
	font-size: 16px;
}

.nav_hover ul li{
	-webkit-animation: fadeIn 1.5s ease-in-out;
	animation: fadeIn 1.5s ease-in-out;
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
/*banner开始*/
.s1 {
    background-color: #fff;
    position: relative;
}
.s1_banner,.s1_banner .swiper-container,.s1_banner .swiper-slide{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.s1_banner .swiper-slide{
	position: relative;
}
.s1_banner .swiper-slide img.swiper_img{
	width: 100%;
	height: 100%;
	animation:mymove 8s infinite;
	-webkit-animation:mymove 8s infinite; /*Safari and Chrome*/
	animation-direction:alternate;/*轮流反向播放动画。*/
	animation-timing-function: ease-in-out; /*动画的速度曲线*/
	-webkit-animation:mymove 8s infinite;
	-webkit-animation-direction:alternate;/*轮流反向播放动画。*/
	-webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
	animation-delay:0.1s;
	-webkit-animation-delay:0.1s; /* Safari 和 Chrome */
}
@keyframes mymove

{

	0%{

	transform: scale(1);  /*开始为原始大小*/

	}

	100%{

		transform: scale(1.1); /*放大1.1倍*/

	}



}



@-webkit-keyframes mymove /*Safari and Chrome*/

{

	0%{

	transform: scale(1);  /*开始为原始大小*/

	}

	100%{

		transform: scale(1.1); /*放大1.1倍*/

	}

}
/* banner分页器 */
.s1 .s1_banner .swiper-pagination{
	top: 0;
	right: 10px;
    width: 30px;
    top: 48%;
    left: auto;
}
.s1 .s1_banner .swiper-pagination-bullet{
	width: 6px;
    height: 6px;
    border-radius: 50%;
}
.s1 .s1_banner>.swiper-container>.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #b82b1d !important;
    height: 12px !important;
    border-radius: 10px;
}
/* banner上面的文字 */
.s1_banner .s2_title{
	width: 100%;
	height: 100%;
	text-align: center;
	color:#fff;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
    justify-content: center;
    align-items: center;
	opacity: 0;
	z-index: 1;
}
.s1_banner .s2_title h5{
	font-size: 80px;
}
.s1_banner .s2_title h5 span{
	color:#f00000;
}
.s1_banner .s2_title p{
	font-size: 26px;
	text-transform: uppercase;
}
/* .s1_title,.s2_title,.s3_title{
	position: absolute;
	left: 10%;
	top: 12%;
	width: 100%;
	z-index: 20;
} */
/* .s2_title img{
	width: 40%;
	margin-top: 100px;
}  */
/* 、、 */

/* 、、 */
.s2_title img,.s1_logo{
	opacity: 0;
}

.s1.swiper-slide-active .s1_banner .swiper-slide-active  .s2_title{
    -webkit-animation: fadeInLeft 1.5s ease-in-out;
	animation: fadeInLeft 1.5s ease-in-out;
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
/* 动画 */
.s7 .zy_nr,.s8 .zy1_nr,.s5 .s5_new_box,#certify,.s7 .zy1_nr{
	opacity: 0;
}
.s7.swiper-slide-active .zy_nr,.s8.swiper-slide-active .zy1_nr,.s7.swiper-slide-active .zy1_nr,.s5.swiper-slide-active .s5_new_box,.s3.swiper-slide-active #certify,.s4.swiper-slide-active .s4_list,
.s7.swiper-slide-active .area-list,
.s8.swiper-slide-active .s8_list,
.s5.swiper-slide-active .s5_list{
	-webkit-animation: fadeInUp 1.5s ease-in-out;
	animation: fadeInUp 1.5s ease-in-out;
	animation-delay: 0.7s;
	-webkit-animation-delay: 0.7s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

/* logo展示 */
.s1.swiper-slide-active>.s1_logo,.s2.swiper-slide-active>.s1_logo,.s3.swiper-slide-active>.s1_logo,
.s4.swiper-slide-active>.s1_logo,.s5.swiper-slide-active>.s1_logo,.s6.swiper-slide-active>.s1_logo,
.s7.swiper-slide-active>.s1_logo,.s8.swiper-slide-active>.s1_logo,.s9.swiper-slide-active>.s1_logo,
.s10.swiper-slide-active>.s1_logo,.s11.swiper-slide-active>.s1_logo{
	-webkit-animation: fadeIn 0.8s ease-in-out;
	animation: fadeIn 0.8s ease-in-out;
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}

.s1.swiper-slide-active .swiper-slide.swiper-slide-active .xingxing_img,.s1.swiper-slide-active .swiper-slide.swiper-slide-duplicate-active .xingxing_img{
	animation: myStar 2s ease-in-out infinite;
}
.s1_logo{
	position: absolute;
	left: 30px;
	top: 3%;
	z-index: 20;
}
.s1_logo img{
	width: 340px;
}


/* 业务领域*/
.s7{
	background: url(../images/area_bg.png) no-repeat center center;
	position: relative;
	background-size: cover;
}
.s7 .area-list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-gap: 40px;
	opacity: 0;
}
.s7 .area-list li{
	background:rgb(255 255 255 / 55%);
	padding:9% 0;
	text-align: center;
	transition: .4s;
}
.s7 .area-list li a{
	display: block;
}
.s7 .area-list li .iconfont{
	font-size: 60px;
	color:#c60000;
}
.s7 .area-list li p{
	font-size: 22px;
	color:#333333;
	margin-top: 10px;
}
.s7 .area-list li:hover{
	background:#c60000;

}
.s7 .area-list li:hover .iconfont,
.s7 .area-list li:hover p{
	color:#fff;
}


/* 经典案例 */
.s8{
	background: url(../images/case.png) no-repeat center center;
	position: relative;
	background-size: cover;
}
.s8_list{
	/* display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 20px; */
	opacity: 0;
	overflow: hidden;
}
.s8_list dl{
	background: #fff;
    padding: 2%;
    cursor: pointer;
    transition: .4s;
    width: 44.5%;
    float: left;
    margin: 10px;
}
.s8_list dl:nth-child(2n){
	margin-right: 0;
}
.s8_list dl a{
	display: block;
	display: flex;
	justify-content: space-between;
}
.s8_list dl dt{
	width: 15%;
	margin-top: 15px;
}
.s8_list dl dd{
	width: 79%;
    border-left: 1px solid #e4e4e4;
    padding-left: 5%;
}
.s8_list dl dd h5{
	font-size: 20px;
	font-family:myFont_M;
	color:#333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.s8_list dl dd p{
	font-size: 17px;
	color:#666666;
	line-height: 30px;
	margin-top: 8px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	min-height: 60px;
}
.s8_list dl:hover{
	background:rgba(198, 0, 0, 0.07);
}


/* 关于我们*/
.s2{
	background: url(../images/about_bg.png) no-repeat center center;
	position: relative;
	background-size: cover;
}
.s2 .about_box{
	display: flex;
    justify-content: space-between;
}
.s2 .s2_about{
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity:0 ;
}
.s2.swiper-slide-active .s2_about,
.s2.swiper-slide-active .s2_number{
	-webkit-animation: fadeInUp 1.5s ease-in-out;
	animation: fadeInUp 1.5s ease-in-out;
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.s2 .s2_about_l{
	width: 40%;
}
.s2 .s2_about_l img{
	width: 100%;
	height: 450px;
	object-fit: cover;
}
.s2 .s2_about_r{
	width: 60%;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
}
.s2 .s2_about_div{
	margin-bottom: 30px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}
.s2 .s2_about_r p{
	font-size: 16px;
    line-height: 40px;
    text-align: justify;
    color: #333;
}
.s2 .s2_about_type a{
	font-size: 18px;
    display: block;
    background: #b82b1d;
    width: 160px;
    text-align: center;
    color: #fff;
    line-height: 40px;
}
.s2 .s2_about_type a:hover{
	color: #fff;
	background: #222;
	border-color: #222;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}
.s2 .s2_number{
	margin-top: 30px;
	opacity: 0;
}
.s2 .ab_num li{
	text-align: center;
    font-size: 20px;
}
.s2 .ab_num li i{
	font-size: 40px;
    color: #b82c1e;
}
.s2 .ab_num li h3{
	text-align: center;
    font-family: 'myFont_H';
    font-size: 30px;
}
.s2 .ab_num li p{
	color: #797979;
}
/* 标题 */
.title_box {
    padding: 0 0 4% 0;
    text-align: center;
}
.title_box h3{
	color: #d5d5d5;
	font-size: 32px;
	font-family: 'myFont_M';
	text-transform: uppercase;
}
.title_box p{
	font-size: 42px;
    color: #b82b1d;
    font-family: 'myFont_M';
}
/* 律师团队*/
.s3{
	background: url(../images/team.png) no-repeat center center;
	position: relative;
	background-size: cover;
}
#certify {
	width: 100%;
	position: relative;
}
#certify .swiper-slide img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

#certify .swiper-slide {
	height: auto;
	width: 550px;
}
#certify .swiper-container {
	padding-bottom: 30px;
}
#certify .swiper-button-prev{
	background-image: url(../images/wm_button_icon.png);
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	left: 0;
}
#certify .swiper-button-next{
	background-image: url(../images/wm_button_icon.png);
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
	right: 0;
}
.certify_txt{
	padding: 10px 20px;
}
.certify_txt div{
	align-items: center;
}
.certify_txt h3{
	font-size: 22px;
}
.certify_txt span{
	font-size: 18px;
	color: #666666;
}
.certify_txt p{
	text-align: justify;
}
/* 合作伙伴*/
.s4{
	background:url(../images/partner.png) no-repeat 100% 100%;
	background-size: cover;
	position: relative;
}
.s4_list{
    flex-wrap: wrap;
	opacity: 0;
}
.s4_list a{
	display: block;
	width: 18%;
	margin-bottom: 50px;
}
.s4_list img{
    width: 100%;
    border-radius: 6px;
}
/* 新闻中心*/
.s5{
	background: url(../images/news_bg.png) no-repeat center center;
    position: relative;
    background-size: cover;
}
.s5 .s5_list{
	display: flex;
	justify-content: space-between;
	opacity: 0;
}
.s5 .s5_list .s5_left{
	width: 50%;
}
.s5 .s5_list .s5_left dl a{
	display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #666;
    line-height: 59px;
}
.s5 .s5_list .s5_left dl dt{
	width: 75%;
	color:#333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .5s;
}
.s5 .s5_list .s5_left dl dd{
	width: 20%;
	text-align: right;
	color: #666;
    font-size: 15px;
}
.s5 .s5_list .s5_right{
	width: 45%;
	height: 485px;
}
.s5 .s5_list .s5_right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.s5 .s5_list .s5_left dl:hover dt{
	color:#c60000;
}

/* 联系我们 */
.s6{
	position: relative;
	background-color: #ddd;
}
.s6 .contact_map{
    height:55%;
    width: 100%;
    margin: 0 auto;
    opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.s6.swiper-slide-active .contact_map,.s6.swiper-slide-active .s6_content{
	-webkit-animation: fadeIn 1.5s ease-in-out;
	animation: fadeIn 1.5s ease-in-out;
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
#container{
    height:100%;
}
/* 备案信息 */
.s6_content{
	opacity: 0;
    background: #333333;
    padding: 50px 0;
    height: 45%;
    box-sizing: border-box;
}
.s6_content_l .lx_title{
	margin-bottom: 30px;
}
.s6_content_l .lx_title h3{
	color: #5c5c5c;
    font-size: 32px;
    font-family: 'myFont_M';
    text-transform: uppercase;
}
.s6_content_l .lx_title p{
    font-size: 42px;
    color: #fff;
    font-family: 'myFont_M';
}
.s6_content_h{
	width: 1px;
    height: 300px;
    background: #444;
}
.s6_content_r{
	width: 40%;
}
.s6_content_r form>li{
    margin: 20px 0;
}
.s6_content_r ul li{
	width: 45%;
}
.s6_content_r input,.s6_content_r textarea{
	width: 100%;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    background: #ddd0;
    border: 1px solid #444;
    color: #fff;
    box-sizing: border-box;
   	font-size: 16px;
}
.s6_content_r textarea{
	height: 100px;
}
.s6_content_r .btn{
    background: #9b0303;
    color: #fff;
    border: none;
    text-align: center;
    font-size: 18px;
    border-radius: 50px;
    line-height: 40px;
    height: 40px;
    cursor: pointer;
}
.s6_contentflex{
	align-items: center;
}
.s6_content_r .btn:hover{
	background: #000;
}
.s6_content_c{
	margin-left: 50px;
}
.s6_content_c p{
	text-align: center;
	font-size: 16px;
}
.s6_content_c img{
	width: 130px;
}
.s6_content_l{
}
.s6_content_cc .s6_content_dz i{
	font-size: 30px;
    font-family: 'myFont_M';
}
.s6_content_l p{
	color: #fff;
    font-size: 18px;
    line-height: 40px;
    align-items: center;
    display: flex;
}
.s6_content_l p i{
}
.s6_content_l_xx {
	align-items: center;
}


/* 内页开始111111111111111111111111111111111111 */
/* banner */
.index_banner{
	background: url(../images/banner1.jpg) no-repeat center center;
	background-size: cover;
    display: block;
	height: 650px;
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}
.ny_banner{
	background: url(../images/banner1.jpg) no-repeat center center;
	background-size: cover;
    display: block;
	height: 600px;
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	position: relative;
}
.ny_banner .banner_txt{
	width: 100%;
    position: absolute;
    text-align: center;
    font-size: 1.3rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.ny_banner .banner_txt{
	color: #fff;
    font-size: 55px;
    font-family: 'myFont_R';
    text-transform: uppercase;
}
.ny_banner .banner_txt p{
	font-size: 27px;
}
.ny_teambanner{
	position: absolute;
	bottom: 50px;
	width: 100%;
}
.ny_teambanner ul li{
	width: 15.96%;
	float: left;
    text-align: center;
    background: #09387399;
    line-height: 50px;
    margin-right: 10px;
	margin-top: 10px;
	transition: .5s;
}
.ny_teambanner ul li.teamba{
	width: 19.3%;
}
/* .ny_teambanner ul li:nth-child(6n+6){
	margin-right: 0;
}
.ny_teambanner ul li.teamba:nth-child(5n+5){
	margin-right: 0;
} */
.ny_teambanner ul li.teamba:nth-child(5n){
	margin-right: 0;
}
.ny_teambanner ul li a{
	color: #fff;
	display: block;
	font-size: 18px;
}
.ny_teambanner ul li:hover,
.ny_teambanner ul li.active{
	background: #0c3a79;
}
/* 当前位置*/
.dizhi_box{
	line-height: 50px;
	height: 50px;
	background-color: #f8f8f8;
}
.dizhi_box .dizhi_zz{
	align-items: center;
}
.dizhi_box .dizhi_zz i{
	margin-right: 5px;
}
.dizhi_box .dizhi_zz a,.dizhi_box .dizhi_zz i{
	font-size: 15px;
	color: #6f6f6f;
}
/* 标题 */
.title_ny{
	padding-bottom: 20px;
	align-items: flex-end;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.title_ny h3{
	font-size: 30px;
	color: rgb(51, 51, 51);
}
.title_ny span{
	font-size: 16px;
	color: #b82b1d;
	font-family: 'myFont_M';
}
.title_ny::after{
	width: 366px;
	height: 2px;
	background-color: #b82b1d;
	content: "";
	position: absolute;
	bottom: 0;
}
/* 团队列表开始 */
.team_box{
	padding: 60px 0;
}
.team_list{
	/* margin-top: 60px; */
}
.team_list ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px 20px;
}
.team_list ul li{
	position: relative;
}
.team_list ul li a{
	overflow: hidden;
	height: 386px;
	display: block;
}
.team_list ul li a:hover img{
	transform: scale(1.04);
	transition: 0.8s;
}
.team_list ul li i img{
	width: 100%;
	height: 100%;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	object-fit: cover;
}
.team_list ul li .team_txt{
	position: absolute;
	bottom: 0;
	background: url(../images/team_bg.png) no-repeat center center;
	background-position: bottom center;
	background-size: 100% 100%;
	width: 100%;
	color: #fff;
	padding: 15px;
	box-sizing: border-box;
}
.team_list ul li .team_txt h5{
	font-size: 20px;
}
.team_list ul li .team_txt div{
	background: #fff;
	height: 2px;
	width: 30px;
	margin: 5px 0;
}
.team_list ul li .team_txt p{
	font-size: 16px;
}
/* 新闻列表 */
.news_list{
	/* padding-top: 60px; */
}
.news_list ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px 30px;
}
.news_list ul li a{
	display: block;
	position: relative;
}
.news_list ul li{
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.news_list ul li i{
	height: 240px;
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}
.news_list ul li img{
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in;
	object-fit: cover;
}
.news_list ul li a:hover p{
    color: #b82b1d;
}
.news_list ul li a:hover img{
	transform: scale(1.04);
}
.news_list ul li p{
	font-size: 18px;
	color: #333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
}
.news_list ul li div{
	color: #666;
	font-size: 14px;
}
/* 新闻分类 */
.new_type{
	
}
.new_type a{
	margin-left: 30px;
	padding: 0 25px;
	font-size: 16px;
}
.new_type a.cur,.new_type a:hover{
	color: #fff;
	background-color: #b82b1d;
}
/* 底部返回 */
.back_top_wrapper{
    position: fixed;
    right: 22px;
    bottom: 65px;
    z-index: 200;
    transition: bottom .3s ease;
    width: 48px;
    height: 48px;
    background: rgb(0 0 0 / 47%);
    text-align: center;
    line-height: 48px;
    border-radius: 5px;
    transition: .4s;
}
.back_top_wrapper .iconfont{
    font-size: 25px;
    color:#fff;
}
.back_top_wrapper:hover{
    cursor: pointer;
    position: fixed;
    right: 24px;
    bottom: 52px;
}
/* 联系我们 */
.fb{
	font-size: 30px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.lianxi p{
	font-size: 18px;
}
.lianxi .ny_lxbox .ny_lxbox_l .flexa{
	margin-bottom: 60px;
	align-items: center;
}
.lianxi .ny_lxbox .ny_lxbox_l i{
	color: #fff;
    font-size: 35px;
    background: #b82b1d;
    height: 50px;
    width: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    margin-right: 23px;
    border-radius: 50px;
}
.lianxi .ny_lxbox .ny_lxbox_l h5{
	font-size: 20px;
	color: #333;
	/* margin-top: 10px; */
}
.lianxi .ny_lxbox .ny_lxbox_l p{
	font-size: 18px;
	color: #666;
}
.lianxi .ny_lxbox .ny_lxbox_l{
	width: 42%;
    background: #e0ecf8;
    padding: 50px;
    box-sizing: border-box;
}
.lianxi .ny_lxbox .ny_lxbox_r{
	width: 58%;
    background: #f3f3f3;
    padding: 50px;
    box-sizing: border-box;
}
.mauto{
    margin-bottom: 30px;
}
.mauto h2 {
    font-size: 24px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.contact_map{
   margin-bottom: 60px;
   margin-top: 30px;
}
.txt-w{
    margin: 20px 0;
}
.txt-w .lg-4{
    width: 28%;
}
.lg-4 input{
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    padding: 0 .2rem;
    border: 1px solid #d2d0d1;
    margin-top: .2rem;
}
.mauto form .txt, .mauto form textarea {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 .2rem;
   	background: none;
	border:none;
    border-bottom: 1px solid #d2d0d1;
    font-size: 16px;
}
.mauto form textarea {
    height: 170px;
    font-size: 14px;
}
.mauto form .btn{
    margin-top: 30px;
}
.mauto form .btn input:first-child {
    background: #b82b1d;
}
.mauto form .btn input {
    width: 134px;
    color: #fff;
    text-align: center;
    height: 48px;
    border-radius: 50px;
    line-height: 48px;
    cursor: pointer;
    background: #e6ba61;
    margin-right: 10px;
    font-size: 20px;
}
/* 内页数据 */
.c_num{
	padding: 60px 0;
}
.c_num ul li{
    width: 19%;
    text-align: center;
	background: url(../images/xx.png) no-repeat center center;
    /* border-left: 1px solid #e8e8e8; */
	line-height: 45px;
}
.c_num ul li:first-child{
	border-left:none;
}
.c_num ul li div{
    font-size: 37px;
	font-family: 'myFont_B';
	display: flex;
	justify-content: center;
	color: #333;
}
.c_num ul li div span{
    color: #333;
    font-size: 24px;
    margin-left: 10px;
}
.c_num ul li p{
	font-size: 18px;
	color: #333;
}
/* 标题 */
/* 标题展示 */
.titlea{
	padding: 60px 0;
	text-align: center;
}
.titlea h3{
	font-size: 32px;
	color: #4e4a45;
	margin-top: 15px;
}
.titlea p{
	font-size: 22px;
    font-family: 'myFont_R';
    color: #67bdf7;
    text-transform: uppercase;
}
.titlea span{
	font-size: 16px;
	color: #4e4a45;
}
/* 关于我们 */
.ny_about{
	margin-bottom: 60px;
	background-color: #f7f7f7;
	/* background: url(../images/ym_bg.jpg) no-repeat center center;
	background-size: cover;
	background-position: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed; */
	padding-bottom: 50px;
}
.ny_about .about_list-box{
	display: flex;
	justify-content: space-between;
	background:#eee;
	height: 500px;
}
.ny_about .about_list-box .about_img{
	width: 50%;
}
.ny_about .about_list-box .about_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ny_about .about_list-box .about_txt{
	font-size: 16px;
    color: #333;
    line-height: 27px;
    text-align: justify;
    width: 50%;
    padding: 30px;
    height: 408px;
    overflow-y: scroll;
}
.wenhua img{
	margin: 0 auto;
}
/* 律师环境 */
.cont4-box div {
	width: 49.5%;
}

.cont4-box a {
	width: 49%;
	margin-bottom: 15px;
	float: left;
	overflow: hidden;
}

.cont4-box a img {
	width: 100%;
	height: auto;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont4-box a:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 5;
	position: relative;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.cont4-l a:nth-child(1) {
	width: 100%;
	height: auto;
}

.cont4-l a:nth-child(2) {
	margin-right: 2%;
}

.cont4-r a:nth-child(1) {
	margin-right: 2%;
}

.cont4-r a:last-child {
	width: 100%;
}
/* 法律法规内容页 */
.tle_type a{
	color: #333;
	font-size: 18px;
	margin-left: 30px;
	position: relative;
}
.tle_type a::after{
	position: absolute;
	bottom: -20px;
	width: 0;
	left: 0;
	content: "";
	background-color: #b82b1d;
	height: 2px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.tle_type a:hover::after, .tle_type a.active::after {
    width: 100%;
}
.title_ny a{
	font-size: 16px;
	color: #333;
}
/* 小分类 */
.pro_type{
	margin: 20px 0 60px 0;
}
.pro_type ul{
	
}
.pro_type ul li{
	float: left;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 35px;
    margin-right: 10px;
	margin-bottom: 10px;
}
.pro_type ul li a{
	display: block;
	font-size: 16px;
	color: #333;
	padding: 0 13px;
}
.pro_type ul li:hover a{
	background-color: #b82b1d;
	color: #fff;
}
.pro_tt{
    background-color: #eee;
    border: none;
    padding: 10px;
    align-items: center;
}
.pro_tt h3{
	color: #b82b1d;
	font-size: 20px;
}
.pro_tt a{
	color: #666;
	font-size: 16px;
}
.pro_list ul{
	
}
.pro_list ul li{
	position: relative;
	padding-left: 20px;
	width: 48%;
	box-sizing: border-box;
	float: left;
	margin-bottom: 20px;
	margin-right: 48px;
}
.pro_list ul li:nth-child(2n+2){
	margin-right: 0;
}
.pro_list ul li::before{
	position: absolute;
    left: 0;
    top: 0;
    content: ">";
    transition: all .5s ease;
}
.pro_list ul li a{
	color:#333;
	font-size: 16px;
	display: block;
	transition: all .5s ease;
}
.pro_list ul li.pro_ll>a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.pro_list ul li a:hover{
	color: #b82b1d;
	padding: 0px 3px 0px 3px;
}
.pro_list ul li .pro_list_img{
	width: 20%;
}
.pro_list ul li .pro_list_img img{
	width: 100%;
    height: 93px;
    object-fit: cover;
}
.pro_list ul li .pro_list_txt{
	width: 77%;
}
.pro_list ul li .pro_list_txt h5{
	color: #b82b1d;
    font-size: 18px;
    margin-bottom: 10px;
}
.pro_list ul li .pro_list_txt p{
	color: #666;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.pro_list ul li.flex{
	padding: 0;
}
.pro_list ul li.flex::before{
	content: "";
}

/* 浮动留言 */
.po_ly{

}
.po_ly .po_icon{
	background: url(../images/ly.png) no-repeat center center;
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 50%;
    width: 60px;
    height: 60px;
    z-index: 9999;
    animation: warn 6.5s linear 0s infinite;
}
/* 团队详情页 */
.xq_team .xq_team_l{
	width: 30%;
}
.xq_team .xq_team_r{
	width: 67%;
}
.xq_team .xq_team_l img{
	width: 100%;
}
.xq_team .xq_team_r h3{
	color: #333;
	font-size: 25px;
	margin-bottom: 30px;
}
.xq_team .xq_team_r span{
	font-size: 18px;
	line-height: 1.4;
	color: #333;
}
/* .xq_team .xq_team_r p{
	margin: 10px 0 0;
	font-size: 16px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	line-height: 30px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 50px;
} */
.xq_team_txt{
	margin-top: 30px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 50px;
}
.xq_team_txt p{
	font-size: 16px;
	line-height: 35px;
	color: #242424;
}
.detail_phone{
	display: flex;
	margin-top: 40px;
}
.detail_phone p{
	padding:10px;
	background:#b82b1d;
	color:#fff;
	font-size: 16px;
	text-align: center;
}
.detail_phone p span{
	font-size: 16px !important;
	color:#fff !important;
}
.detail_phone p:last-child{
	background:#ff763b;
	margin-left: 25px;
}
/* 新闻详情页 */
.xq_news{
	
}
.xq_news .xq_news_l{
	width: 71%;
}
.xq_news .xq_news_l h3{
	font-size: 30px;
	color: #333;
	line-height: 1.4;
	margin-bottom: 20px;
}
.xq_news .xq_news_l p{
	font-size: 16px;
	color: #333;
	line-height: 25px;
	margin: 10px 0;
}
.xq_news .xq_news_l p img{
	width: 100%;
}
.xq_news .xq_news_l div{
	font-size: 16px;
	color: #666;
	margin-bottom: 50px;
}
.xq_news .xq_news_r{
	width: 26%;
}
.xq_news .xq_news_r_t ul li{
	margin-bottom: 20px;
}
.xq_news .xq_news_r_t{
	padding: 20px;
	border-radius: 3px;
	overflow: hidden;
	box-sizing: border-box;
	border-top: 3px solid #b82b1d;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
}
.xq_news_r_t .xq_news_btn{
	text-align: center;
	line-height: 40px;
	color: #fff;
	height: 40px;
	background: #b82b1d;
	width: 100%;
	display: block;
	font-size: 16px;
}
.xq_news .xq_news_r_t h5{
	position: relative;
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
}
.xq_news .xq_news_r_t h5:before {
    background: #b82b1d;
    content: "";
    display: inline-block;
    height: 14px;
    margin: 0 6px 0 0;
    width: 2px;
}
.xq_news .xq_news_r_t h5::after {
    border: .5px solid #ddd;
    content: "";
    display: block;
    height: 0;
    margin-top: 10px;
    width: 20px;
}
.xq_news .xq_news_r_t ul li a{
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}
.xq_news .xq_news_r_t ul li div{
	font-size: 14px;
	color: #999;
}
.xq_news_r_b .border_1_next{
	padding: 15px 16px 40px;
	border-radius: 3px;
	overflow: hidden;
	border-top: 3px solid #b82b1d;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	margin: 30px 0;
}
.xq_news_r_b .border_1_next h3 {
    font-size: 16px;
    line-height: 25px;
    color: #262626;
	margin-bottom: 20px;
}
.xq_news_r_b .border_1_next h3::after {
    border: .5px solid #ddd;
    content: "";
    display: block;
    height: 0;
    margin-top: 10px;
    width: 20px;
}
.xq_news_r_b .border_1_next a {
    font-size: 16px;
    color: #262626;
    line-height: 20px;
    padding-bottom: 4px;
    display: block;
}

/* 内页底部 */
.ny_foot{
	padding: 30px 0;
	background-color: #242424;
	color: #fff;
	font-size: 16px;
}
.ny_foot .flex{
	align-items: center;
}
.ny_foot .foot_l{
	
}
.ny_foot .foot_l p i{
	margin-right: 6px;
}
.ny_foot .foot_l p:last-child a{
	color: rgb(153, 153, 153);
}
.ny_foot .foot_l p:last-child{
	color: rgb(153, 153, 153);
	margin-top: 15px;
}
.ny_foot .foot_r{
	position: relative;
}
.ny_foot .foot_r i{
	font-size: 26px;
	margin-left: 20px;
	background: #989898;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	padding: 5px;
	cursor: pointer;
	color: #242424;
}
.foot_er{
	position: absolute;
	top: -133px;
	z-index: 99;
	left: -24px;
	display: none;
}
.foot_er img{
	width: 120px;
}

@keyframes warn {
   0% {
   	-webkit-transform: translateX(-20px);
   	transform: translateX(-20px)
   }
   20%{
	   -webkit-transform: translateX(0px);
	   transform: translateX(0px)
   }
   50%{
   	   -webkit-transform: translateX(20px);
   	   transform: translateX(20px)
   }
   70%{
   	   -webkit-transform: translateX(0px);
   	   transform: translateX(0px)
   }
   100% {
   	-webkit-transform: translateX(-20px);
   	transform: translateX(-20px);
   }
}

.po_ly .po_form{
	background: url(../images/g4.jpg) no-repeat center center;
    position: fixed;
    left: 50%;
    border-radius: 5px;
    margin-left: -225px;
    top: 50%;
    margin-top: -275px;
    display: none;
    z-index: 9999;
    width: 450px;
    height: 550px;
    background-size: cover;
}
.po_ly .po_form form{
	text-align: center;
    position: absolute;
    width: 100%;
    bottom: 38%;
    left: 0;
    padding: 0 60px;
    box-sizing: border-box;
}
.po_ly .po_form form ul li{
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    padding-bottom: 5px;
    align-items: center;
   	border-bottom: 1px solid #ddd;
    justify-content: space-between;
}
.po_ly .po_form form ul li label{
	font-size: 16px;
    color: #fff;
}
.po_ly .po_form .po_close{
	display: block;
    width: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    right: 3px;
    top: 3px;
    cursor: pointer;
}
.po_ly .po_form form ul li input{
	width: 80%;
    line-height: 30px;
    color: #fff;
    height: 30px;
    border-radius: 3px;
    background: #ddd0;
    border: 0;
}
.po_ly .po_form .ly_btn{
	background: #b82b1d;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    width: 100%;
    border-radius: 50px;
    margin-top: 20px;
    cursor: pointer;
}


@media screen and (min-width:1200px) and (max-width:1350px){}


@media screen and (min-width: 1365px) and (max-width: 1398px){
	

}

@media screen and (min-width:1399px) and (max-width:1598px){

    


}



@media screen and (min-width: 1599px) and (max-width: 1678px){

    


}

@media screen and (min-width: 1679px) and (max-width: 1800px){

    
}


@media screen and (min-width: 1920px) and (max-width: 2559px){


}


@media screen and (min-width: 2560px) and (max-width: 2580px){


}


/* 法律知识 */
.laywer_list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 25px;
}
.laywer_list dl a{
    display: flex;
    justify-content: space-between;
    background:#F5F5F5;
}
.laywer_list dl dt{
    width: 50%;
    overflow: hidden;
}
.laywer_list dt img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    transition: .5s;
}
.laywer_list dl:hover dt img{
    transform: scale(1.04);
}
.laywer_list dl dd{
    padding: 5% 4.5%;
    box-sizing: border-box;
    width: 50%;
}
.laywer_list dl dd b{
    color: #c60000;
    font-size: 18px;
    font-weight: bold;
    height: 36px;
    display: block;
}
.laywer_list dl dd h5{
    font-size: 20px;
    height: 45px;
    border-bottom: 1px solid #E6E6E6;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    white-space: nowrap;
}
.laywer_list dl dd p{
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 30px;
    margin-top: 20px;
    color: #666666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    text-align: justify;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.laywer_list dl dd em{
    color: #c60000;
    font-size: 16px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.laywer_list dl dd em i{
    font-size: 30px;
    transition: .4s;
}
.laywer_list dl:hover dd em i{
    margin-left: 10px;
}

/* 邦民案例 */
.detail_content_box h3{
    font-size: 30px;
    color: #333;
    line-height: 1.4;
    margin-bottom: 20px;
}
.detail_content_box h4{
	font-size: 16px;
    color: #666;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    padding-bottom: 35px;
}
.detail_content_box .detail_xq_box{
	font-size: 16px;
    color: #333;
    line-height: 32px;
    margin: 10px 0;
}
.detail_content_box .detail_xq_box img{
	display: inline-block;
	margin:15px 0;
}
.case_artical_box{
	margin-top: 45px;
	border-top:1px solid #eee;
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	
}
.case_artical_box .artical_next{
	font-size: 16px;
	color:#666;
	display: flex;
	width: 48%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.case_artical_box .artical_next h3{
	font-size: 16px;
	color:#666;
}
.case_artical_box .artical_next a{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	transition: .5s;
}
.case_artical_box .artical_next a:hover{
	color:#b82b1d;
	text-decoration: underline;
}

/* 服务项目 */
.title-a{
    font-size: 36px;
    color:#333;
    text-align: center;
	margin-bottom: 40px;
}
.title-a i{
    display: block;
    width: 35px;
    height: 1px;
    background: #b82b1d;
    margin:12px auto 0;
}
.part1{
	padding:70px 0;
}
.part1 .part1-list dl{
    width: 18%;
    padding: 3% 2%;
    box-shadow: 1px 2px 10px #eee;
    border-radius: 10px;
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: .5s;
    float: left;
    margin: 1.6%;
}
.part1 .part1-list dl:nth-child(4n){
	margin-right: 0;
}
.part1 .part1-list dl dt{
    margin-bottom: 20px;
}
.part1 .part1-list dl dt h5{
    font-size: 22px;
    color:#333;
    /* transition: color.3s ease-in-out; */
    font-family: myFont4;
}
.part1 .part1-list dl dt i{
    width: 30px;
    height: 2px;
    background:#b82b1d;
    margin:15px auto 0;
    display: block;
}
.part1 .part1-list dl dd{
    font-size: 16px;
    color:#666;
    line-height:28px;
    min-height: 150px;
    font-family: myFont1;
}
.part1 .part1-list dl .math{
    font-size: 53px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #efefef;
}
.part1 .part1-list dl::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: opacity .3s ease-in-out;
    background-image: url(../images/solveBg.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    border-radius: 10px;
}
.part1 .part1-list dl:hover::before{
    opacity: 1;
}
.part1 .part1-list dl:hover .math{
    -webkit-text-stroke: 1px #fff;
}
.part1 .part1-list dl:hover dt h5,
.part1 .part1-list dl:hover dd,
.part1 .part1-list dl:hover dd p{
    color:#fff;
}
.part1 .part1-list dl:hover dt i{
    background:#fff;
}
.part1 .part1-list dl:hover{
    /* margin-top: -5px; */
}

/* 成功案例 */
.part2{
	background: url(../images/case.png) no-repeat 100% 100%;
    background-size: cover;
	padding:60px 0;
}