/*外部公共样式*/
@import "bootstrap.min.css";
@import "../swiper/css/swiper.min.css";
/*END-外部公共样式*/

/*头部+导航*/
.topbox{width:100%; overflow:hidden; background:#dd0300; line-height:26px; font-size:12px; color:#fff;}
.topbox a{color:#fff; margin:0 10px;}
.topbox a:last-child{margin:0 0 0 10px;}
.topbox a:hover{color:#fff; text-decoration:underline!important;}

.header{width:100%; padding:28px 0;}
.logo img{width:100%; max-width:422px; max-height:74px;}
.header_R{padding-top:20px;}
.search{width:250px; border:1px solid #ddd;}
.search_inp1{width:calc(100% - 50px); float:left; height:32px; line-height:32px; padding:0 10px; font-size:14px; color:#000;}
.search_btn{width:50px; float:left; height:32px; background:url(../images/search_ss.png) no-repeat center center #dd0300; cursor:pointer;}
.header_dianhua{ height:34px; line-height:34px; background:url(../images/header_dianhua.png) no-repeat left center; padding-left:35px; font-size:16px; color:#000; margin-left:30px;}
.header_dianhua>span{float:right; font-family:Impact; font-size:24px; color:#dd0300;}

nav{background:#dd0300; position:relative; left:0; top:0; z-index:999999999999;}
.nav{width:100%;}
.nav>li{width:16.6666%; float:left; position:relative; border-right:1px solid rgba(255,255,255,0.5);}
.nav>li:last-child{border:none;}
.nav>li>a{width:100%; float:left; overflow:hidden; height:50px; line-height:50px; text-align:center; font-size:18px; color:#fff;}
.nav>li:hover>a{background:#ffcc00; color:#dd0300;}
.nav>li>a.on{background:#ffcc00; color:#dd0300;}

.nav_dl{display:none; width:100%; float:left; background:rgba(221,3,0,0.8); position:absolute; left:0; top:100%; z-index:9999; padding-top:2px;}
.nav_dl>dd{display:block; overflow:hidden;}
.nav_dl>dd>a{display:block; overflow:hidden; height:40px; line-height:40px; text-align:center; font-size:16px; color:#fff;}
.nav_dl>dd>a:hover{background:#ffcc00; color:#dd0300;}
/*END-头部+导航*/

/*banner*/
.banner{width:100%; position:relative;}
.banner .banner-imgbox .swiper-slide img{width:100%;}
/*圆点*/
.banner .swiper-pagination {position: absolute; right:0; bottom:-100%; background:rgba(0,0,0,0.5); padding:10px 0; display:flex; justify-content:center; transition:all 0.4s;}
.banner .swiper-pagination-bullet {width:10px; height:10px; background:#fff; opacity:0.5; border-radius:50%; margin:0 4px!important;}
.banner .swiper-pagination-bullet-active{opacity:1; background:#fff;}
.banner:hover .swiper-pagination{bottom:0;} 
/*箭头*/
.banner .next,.banner .prev{right:-12%; position:absolute;top:50%; transform:translateY(-50%); width:30px; height:50px; background:url(../images/imgs/next.jpg) no-repeat center center; overflow:hidden;  cursor:pointer; z-index:999999; transition:all 0.4s;}
.banner .prev{right:initial; left:-12%; background:url(../images/imgs/prev.jpg) no-repeat center center;}
.banner:hover .next{right:2%;}
.banner:hover .prev{left:2%;}
/*END-banner*/

/*首页内容*/
.yw{width:100%; overflow:hidden; padding:40px 0;}
.yw_title{display:block; overflow:hidden; text-align:center;}
.yw_p{line-height:34px; font-size:24px; color:#dd0300;}
.yw_heng{display:block; overflow:hidden; margin:5px auto; width:16px; height:2px; background:#e60212;}
.yw_sp{line-height:22px; font-size:16px; color:#131313; text-transform:uppercase; opacity:0.7;}
.yw_pp{line-height:24px; font-size:14px; color:#131313; opacity:0.8;}
.yw_ul{display:block; overflow:hidden; width:1216px; padding-top:40px;}
.yw_ul li{width:288px; float:left; margin:0 16px 20px 0;}
.yw_ul li .yw_B{width:100%; overflow:hidden; border-radius:5px 5px 0 0;}
.yw_ul li .yw_B .yw_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.yw_ul li .yw_B .yw_img::before{content:""; display:block; padding-top:76.3889%}
.yw_ul li .yw_txt{display:block; overflow:hidden; height:50px; line-height:50px; background:#e7e7e7; font-size:16px; color:#131313; text-align:center;  border-radius:0 0 5px 5px;}
.yw_ul li:hover .yw_B .yw_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.yw_ul li:hover .yw_txt{background:#dd0300; color:#fff;}

.team{width:100%; overflow:hidden; padding:40px 0; background:#f5f5f5;}
.team_ul{display:block; overflow:hidden; width:1217px; padding-top:40px;}
.team_ul li{width:calc(25% - 17px); float:left; margin:0 17px 25px 0;}
.team_ul li .team_img{width:100%; overflow:hidden; background:#fff; position:relative;}
.team_ul li .team_img::before{content:""; display:block; padding-top:75.9293%;}
.team_ul li .team_B{display:block; overflow:hidden; background:#fff; padding:10px;}
.team_ul li .team_B .team_p{display:block; overflow:hidden; line-height:30px; text-align:right; font-size:16px; color:#131313;}
.team_ul li .team_B .team_p>span{float:left; font-weight:bold;}


.gsjj{width:100%; overflow:hidden; background:url(../images/gsjj_bj.jpg) no-repeat center center; background-size:cover; padding:40px 0;}
.gsjj_contect{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; padding-top:40px;}
.gsjj_left{width:50%; float:left; background-position:center; background-repeat:no-repeat; background-size:cover;}
.gsjj_right{width:50%; float:right; background:#fff; padding:30px;}
.gsjj_p{display:block; overflow:hidden; line-height:40px; font-size:24px; color:#dd0300;}
.gsjj_sp{display:block; overflow:hidden; line-height:20px; font-size:12px; color:#131313; letter-spacing:0.4pt; text-transform:uppercase;}
.gsjj_txt{display:block; overflow:hidden; margin-top:20px; height:180px; line-height:30px; font-size:16px; color:#131313; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:6; -webkit-box-orient: vertical;}
.gsjj_more{display:block; overflow:hidden; padding-top:20px;}
.gsjj_more>a{display:block; overflow:hidden; width:100px; height:30px; line-height:30px; background:#dd0300; text-align:center; border-radius:15px; font-size:14px; color:#fff;}
.gsjj_more>a:hover{background:#ffcc00; color:#dd0300;}

.ys{width:100%; overflow:hidden; padding:40px 0;}
.ys_ul{display:block; padding-top:40px; width:1212px;}
.ys_ul li{width:291px; float:left; margin:0 12px 15px 0; box-shadow:0 0 10px rgba(0,0,0,0.2); border:1px solid #e5e5e5; padding:30px 15px;}
.ys_ul li .ys_icon{width:100%; max-width:108px; overflow:hidden; margin:0 auto; position:relative; border:2px solid #959595; border-radius:50%;}
.ys_ul li .ys_icon::before{content:""; display:block; padding-top:100%;}
.ys_ul li .ys_p{display:block; overflow:hidden; line-height:30px; margin-top:25px; font-size:18px; color:#131313; text-align:center; text-overflow:ellipsis; white-space: nowrap;}
.ys_ul li .ys_heng{display:block; overflow:hidden; margin:10px auto; width:22px; height:3px; background:#7c7c7c;}
.ys_ul li .ys_txt{display:block; overflow:hidden; font-size:12px; color:#131313; line-height:22px; height:88px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:4; -webkit-box-orient: vertical;}

.news{width:100%; overflow:hidden; padding:40px 0; background:#f5f5f5;}
.news_ul{display:-webkit-box; display:-ms-flexbox; display:flex; -ms-flex-wrap:wrap; flex-wrap:wrap; -webkit-box-pack:justify;-ms-flex-pack:justify; justify-content:space-between; overflow:hidden; padding-top:40px;}
.news_ul li{width:calc(50% - 15px); float:left; margin-bottom:30px;}
.news_ul li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; background:#fff;}
.news_ul li a .news_img{width:195px; float:left; display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; background-position:center; background-repeat: no-repeat; background-size:cover;}
.news_ul li a .news_R{width:calc(100% - 195px); float:left; padding:20px; color:#000;}
.news_ul li a .news_R .news_p{display:block; overflow:hidden; height:30px; line-height:30px; font-size:16px; text-overflow:ellipsis; white-space: nowrap;}
.news_ul li a .news_R .news_txt{display:block; overflow:hidden; height:60px; line-height:30px; font-size:14px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; margin-top:5px;}
.news_ul li a .news_R .news_sp{display:block; overflow:hidden; line-height:16px; font-size:12px; margin-top:5px;}
.news_ul li a:hover .news_R{background:#dd0300; color:#fff;}
/*End-首页内容*/

/*底部*/
footer{background:#c80300;}
.link{display:block; overflow:hidden; border-bottom:1px solid rgba(255,255,255,0.5); font-size:14px; color:#fff; line-height:20px; padding:20px 0;}
.link a{color:#fff; margin:0 10px;}
.link a:hover{color:#fff; text-decoration:underline !important;}

.footer{width:100%; overflow:hidden; text-align:center; font-size:14px; color:#fff; line-height:20px; padding:20px 0;}
.footer a{color:#fff; margin:0 10px;}
.footer a:hover{color:#fff; text-decoration:underline!important;}
/*End-底部*/

/*关于我们*/
.main{width:100%; overflow:hidden; padding:40px 0;}
.main_left{width:285px; float:left;}
.about{width:100%; float:left; margin-bottom:30px;}
.about_title{display:block; overflow:hidden; height:60px; line-height:60px; text-align:center; background:#dd0300; font-size:26px; color:#fff; font-weight:bold;}
.about_ul{display:block; overflow:hidden;}
.about_ul>li{display:block; overflow:hidden; margin-top:5px;}
.about_ul>li>a{width:100%; float:left; height:50px; line-height:50px; text-align:center; background:#eee; font-size:18px; color:#555556;}
.about_ul>li:hover>a{background:#dd0300; color:#fff;}
.about_ul>li.about_on>a{background:#dd0300; color:#fff;}
.about_dl{display:none; width:100%; float:left;}
.about_dl>dd{display:block; overflow:hidden; margin-top:2px;}
.about_dl>dd>a{display:block; overflow:hidden; height:40px; line-height:38px; text-align:center; font-size:14px; color:#383838; border:1px solid #cecece;}
.about_dl>dd>a:hover{background:#dd0300;border-color:#dd0300; color:#fff;}
.about_B{display:block; overflow:hidden;background:#fff; padding:10px; padding-top:0px; font-size:14px; color:#000; line-height:30px;}
.about_B img{width:100%; display:block; height:auto; padding-bottom:10px;}

.main_right{width:896px; float:right;}
.dqwz_title{width:100%; float:left; line-height:40px; border-bottom:1px solid #dd0300; font-size:16px; color:#2f2b2c; background:url(../images/dqwz_map.png) no-repeat left center; padding-left:20px;}
.dqwz_title>span{color:#dd0300;}
.dqwz_contect{width:100%; float:left; padding-top:25px;}
.company{display:block; overflow:hidden; font-size:16px; color:#555; line-height:36px;}
/*END-关于我们*/

/*业务领域*/
.yw_ul1{display:block; overflow:hidden; width:912px;}
.yw_ul1 li{width:288px; float:left; margin:0 16px 20px 0;}
.yw_ul1 li .yw_B{width:100%; overflow:hidden; border-radius:5px 5px 0 0;}
.yw_ul1 li .yw_B .yw_img{width:100%; overflow:hidden; background-position:center; background-repeat:no-repeat; background-size:cover;}
.yw_ul1 li .yw_B .yw_img::before{content:""; display:block; padding-top:76.3889%}
.yw_ul1 li .yw_txt{display:block; overflow:hidden; height:50px; line-height:50px; background:#e7e7e7; font-size:16px; color:#131313; text-align:center;  border-radius:0 0 5px 5px;}
.yw_ul1 li:hover .yw_B .yw_img{transform: scale(1.1,1.1);-ms-transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}
.yw_ul1 li:hover .yw_txt{background:#dd0300; color:#fff;}

.cpxq{display:block; overflow:hidden;}
.cpxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; color:#000; line-height:30px; font-weight:bold;}
.cpxq_img{display:block; overflow:hidden; padding-top:20px;}
.cpxq_txt{display:block; overflow:hidden; padding-top:20px; font-size:14px; color:#555; line-height:30px;}
/*END-业务领域*/

/*法律资讯*/
.news_ul1{display:block; overflow:hidden;}
.news_ul1 li{display:block; overflow:hidden; margin-bottom:30px;}
.news_ul1 li a{display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; background:#f5f5f5;}
.news_ul1 li a .xw_img{width:195px; float:left; display:-webkit-box; display:-ms-flexbox; display:flex; overflow:hidden; background-position:center; background-repeat: no-repeat; background-size:cover;}
.news_ul1 li a .xw_R{width:calc(100% - 195px); float:left; padding:20px; color:#000;}
.news_ul1 li a .xw_R .xw_p{display:block; overflow:hidden; height:30px; line-height:30px; font-size:16px; text-overflow:ellipsis; white-space: nowrap;}
.news_ul1 li a .xw_R .xw_txt{display:block; overflow:hidden; height:60px; line-height:30px; font-size:14px; text-overflow:ellipsis; display: -webkit-box; -webkit-line-clamp:2; -webkit-box-orient: vertical; margin-top:5px;}
.news_ul1 li a .xw_R .xw_sp{display:block; overflow:hidden; line-height:16px; font-size:12px; margin-top:5px;}
.news_ul1 li a:hover .xw_R{background:#dd0300; color:#fff;}

.xw_ul{display:block; overflow:hidden;}
.xw_ul li{display:block; overflow:hidden; line-height:38px; margin-bottom:15px; border:1px solid #ddd; padding:0 10px; transition:all 0.4s;}
.xw_ul li span{float:right; font-size:14px; color:#373737;}
.xw_ul li a{display:block; overflow:hidden; height:40px; color:#373737; font-size:14px;text-overflow:ellipsis; white-space: nowrap;}
.xw_ul li a em{ font-family:SimSun; font-weight:bold; padding:0 5px; font-size:16px;}
.xw_ul li:hover{border-color:#dd0300;}
.xw_ul li:hover a{color:#dd0300;}

.xwxq{display:block; overflow:hidden;}
.xwxq_p{display:block; overflow:hidden; text-align:center; font-size:18px; font-weight:bold; color:#000; line-height:30px;}
.xwxq_sp{display:block; overflow:hidden; text-align:center; font-size:12px; line-height:16px; color:#a4a4a4; padding:5px 0; border-bottom:1px dashed #ccc;}
.xwxq_img{display:block; overflow:hidden; padding-top:20px;}
.xwxq_txt{display:block; overflow:hidden; padding-top:20px; font-size:14px; line-height:30px; color:#555;}
/*END-法律资讯*/

/*律师团队*/
.team_ul1{display:block; overflow:hidden; width:927px;}
.team_ul1 li{width:278px; float:left; margin:0 31px 25px 0;}
.team_ul1 li .team_img{width:100%; overflow:hidden; background:#fff; position:relative; border:1px solid #ddd; transition:all 0.4s;}
.team_ul1 li .team_img::before{content:""; display:block; padding-top:75.9293%;}
.team_ul1 li .team_B{display:block; overflow:hidden; background:#f5f5f5; padding:10px;}
.team_ul1 li .team_B .team_p{display:block; overflow:hidden; line-height:30px; text-align:right; font-size:16px; color:#131313;}
.team_ul1 li .team_B .team_p>span{float:left; font-weight:bold;}

/*END-律师团队*/

/*联系我们*/
.contact_txt{width:100%; float:left; font-size:16px; color:#555; line-height:36px;}
.contact_map{width:100%; float:left; border:none; height:400px; margin-top:20px;}
/*END-联系我们*/

/*浮动QQ*/
.open{width:31px; height:110px; background:url(../images/qq/openTrigger.jpg) no-repeat center center; position:fixed; right:0; top:250px;z-index:999999999; cursor:pointer;}
.off{width:24px; height:24px; background:url(../images/qq/closeBtnImg.gif) no-repeat center center; position:fixed; right:-5px; top:240px;z-index:999999999; cursor:pointer;}
.fix_qq { display:none;position: fixed;right: 0px;top:250px;width: 93px;height: 122px;z-index:999999999;background: url(../images/qq/qq_01.png) no-repeat;}
.fix_qq_top {height: 122px;background: url(../images/qq/qq_01.png) no-repeat;}
.fix_qq_center {background: url(../images/qq/qq_02.png) repeat-y;text-align: center;}
.fix_qq_foot {height: 4px;background: url(../images/qq/qq_04.png) no-repeat;}
/*END-浮动QQ*/