/*全局样式*/
@charset "utf-8";
html {
    overflow-x: hidden;
}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,
select {margin: 0;padding: 0}
body {font: 14px/1.5 "微软雅黑", "Arial Narrow", HELVETICA;color: #000;-webkit-text-size-adjust: 100%;overflow-x: hidden;min-width: 320px;max-width: 1920px;margin: 0 auto !important;}
input:required,
textarea:required {outline: 0 none;-webkit-box-shadow: none;-moz-box-shadow: none;-ms-box-shadow: none; -o-box-shadow: none; box-shadow: none;-webkit-appearance: none !important;}
input,textarea{appearance:none;-webkit-appearance:none;-moz-appearance: none; -o-appearance: none;outline: none;    }
*{margin:0; padding:0;}
a {text-decoration: none !important;cursor: pointer !important;color: #000;}
a:focus {outline: none !important;}
ul,li,dl,dt,dd{list-style-type:none;}
i{font-style:normal}
.clearfix:after,.clearfix:before{clear: both;}
ul {margin: 0;}
li {list-style: none;}
img{max-width:100%;}
.container-fluid {max-width: 1230px !important;}
.tr5 {transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;-webkit-transition: all .5s;}
.tr2 {transition: all .2s;-moz-transition: all .2s;-ms-transition: all .2s;-o-transition: all .2s;-webkit-transition: all .2s;}
.overflow{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;max-height: initial;}
.overflow2{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.bjcover{background-position: 50% 50%; background-size: cover;transition: all 0.3s;-moz-transition: all 0.3s;-ms-transition: all 0.3s;-o-transition: all 0.3s;-webkit-transition: all 0.3s;}


header{position: absolute;left: 0;top:20px;width: 100%;z-index: 111;}
header .logo{line-height: 60px;height: 60px;font-size: 0;margin-top:22px;max-width: 300px;display: block;}
header .logo img{max-height: 98%;}
/*pc导航*/
header nav .tt{text-align: right;font-size: 20px;color: #9d242d;font-family: 'Arial';line-height: 28px;font-weight: bold;margin-bottom: 10px;}
header nav .tt img{padding-right: 6px;position: relative;top:-2px;}
header nav a{transition: all .2s;}
header nav ul{font-size: 0;margin:0;}
header nav ul > li{position: relative;text-align: center;display: inline-block;vertical-align: top;line-height:36px;margin-left: 24px;padding-bottom: 10px;}
header nav ul > li > a{line-height:inherit; display:block;color: #fff;font-size: 16px;padding: 0 16px;}
header nav ul > li:hover > a{color: #fff;background-color: #9d242d;}
header nav ul > li.active > a{color: #fff;background-color: #9d242d;}
header nav .ul{display:none;position: absolute;left: 0;top:100%;width: 140%;margin-left: -20%;;right: 0;background:rgba(255,255,255,1);padding:2px 0 15px;box-shadow: 0 0 10px rgba(0,0,0,.1);border-radius: 0 0 10px 10px;overflow: hidden;}
header nav .ul a{font-size: 14px;color: #333;line-height: 22px;padding:8px;display: block;}
header nav .ul a:hover{background-color: #9d242d;color: #fff;}
header nav .ul a.active{background-color: #9d242d;color: #fff;}
header nav ul > li:hover .ul{display: block;}

/*banner*/
.banner{position: relative;z-index: 1;overflow: hidden;}
.banner .bjcover{display: block;height: 100vh;}
.banner .swiper-pagination-bullet{background:#fff;opacity:1;width: 10px;height: 10px;position: relative;bottom:20px;margin: 0 8px !important;}
.banner .swiper-pagination-bullet:after{content: "";width: 20px;height: 20px;background: rgba(255,255,255,.3);position: absolute;left: -5px;top:-5px;transition: all .2s;opacity: 0;border-radius: 50%;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active:after{opacity: 1;}


/* 搜索 */
.ssbox {border-bottom: 1px solid #ddd;padding:16px 0;margin-bottom: 1px;}
.ssbox .ul{font-size: 0;height: 42px;overflow: hidden;width: calc(72% - 100px);float: left;}
.ssbox .ul a{font-size:14px;color: #000;padding-right: 15px;line-height: 42px;display: inline-block;vertical-align: top;transition: all 0.3s;}
.ssbox .ul a:nth-child(1){color: #999;padding-right: 4px;}
.ssbox .ul a:nth-child(n+2):hover{color:#da384a;}
.ssbox form{width: calc(28% + 100px);float: right;border: 1px solid #ddd;height: 42px;overflow: hidden;position: relative;}
.ssbox form input{line-height: 40px;height: 40px;border: 0;border-right: 1px solid #ddd;padding: 0 16px;width: calc(100% - 66px);background: #fff;}
.ssbox form button{line-height:36px;height: 36px;width:62px;float: left;border: 0;background: #9d242d;font-size: 14px;color: #fff;text-align: center;position: absolute;right: 2px;top:0;bottom: 0;margin: auto 0;transition: all 0.3s;}
.ssbox form button:hover{background-color:#da384a;}



.main66{padding: 66px 0;}
.title{text-align: center;margin-bottom: 44px;}
.title .div1{font-size:0;}
.title .div1 span{display: inline-block;font-size: 30px;font-weight: bold;color: #9d242d;padding: 0 14px;position: relative;line-height: 32px;}
.title .div1 span:after{content: "";width: 44px;height: 1px;background: #ACACAD;position: absolute;left: 100%;top:1px;bottom: 0;margin: auto 0;}
.title .div1 span:before{content: "";width: 44px;height: 1px;background: #ACACAD;position: absolute;right: 100%;top:1px;bottom: 0;margin: auto 0;}
.title .div2{font-size: 30px;color: #9d242d;font-family: 'Arial';opacity: .3;text-transform: uppercase;font-weight: bold;margin-top:10px;line-height:120%;}


/* 业务介绍 */
.main1 .lb1{margin: -10px;}
.main1 .list{display: block;margin: 10px;border: 1px solid #ddd;box-shadow: 0 0 11px rgba(0,0,0,.06);background: #fff;}
.main1 .list .img{padding: 2px;border-bottom: 1px solid #ddd;}
.main1 .list .img .bjcover{padding-top: 88%;}
.main1 .list .tt1{margin: 18px;font-size: 20px;font-weight: bold;line-height: 30px;height: 60px;color: #000;}
.main1 .list .tt2{font-size: 14px;color: #999;line-height: 50px;border-top: 1px solid #ddd;padding: 0 18px;position: relative;background: #F8F8F8;}
.main1 .list .tt2 img{display: block;position: absolute;right: 15px;top:0;bottom: 0;margin: auto 0;}
.main1 .list:hover .bjcover{transform:scale(1.06);}
.main1 .list:hover .tt1{color: #9d242d;}
.main1 .list:hover .tt2{color: #9d242d;}
.main1 .list:hover .tt2:hover{color: #9d242d;text-decoration: underline !important;}


/* 律师团队 */
.main2 .list{display: block;}
.main2 .list .img{padding-top: 116%;position: relative;}
.main2 .list .tt1{position: absolute;left: 0;width: 100%;top:40%;height: 40%;background: rgba(0,0,0,.6);min-height: 250px;opacity: 0;bottom: 0;margin: auto 0;}
.main2 .list .tt2{position: absolute;left: 0;top:50%;width: 100%;transform:translateY(-50%);padding: 0 25px;line-height: 30px;font-size: 15px;max-height: 210px;color:#fff;overflow: hidden;-webkit-line-clamp: 7;}
.main2 .list .tt3{line-height: 50px;font-size: 14px;color: #fff;background: #000;text-align: center;margin-top: 1px;}
.main2 .list .tt3 b{font-size: 18px;padding-right: 10px;}
.main2 .list:hover .tt1{opacity: 1;height: 100%;top:0;}
.main2 .list:hover .tt3{background-color: #9d242d;}


/* 广东观良律师事务所 */
.main3 .box{margin: 30px 0;padding-bottom: 30px;}
.main3 .box .bjcover{height: 420px;position: relative;width: calc(50% - 60px);float: left;}
.main3 .box .bjcover:after{content: "";width:15px;height: 100%;background: rgba(255,255,255,.3);position: absolute;right: -20px;bottom: -20px;}
.main3 .box .bjcover:before{content: "";width:calc(100% - 15px);height:15px;background: rgba(255,255,255,.3);position: absolute;right: -5px;bottom: -20px;}
.main3 .box .tt{width: 50%;float: right;padding-top: 30px;}
.main3 .box .tt1{font-size: 30px;font-weight:bold;color: #fff;}
.main3 .box .tt1 span{font-family: 'Arial';font-size: 14px;text-transform: uppercase;color: rgba(255,255,255,.5);display: block;}
.main3 .box .tt2{width: 30px;height: 3px;background: #fff;margin-top: 22px;}
.main3 .box .tt3{font-size: 14px;color: #fff;line-height:25px;margin-top: 22px;height:100px;overflow: hidden;}
.main3 .box .tt4{font-size: 0;margin:2px -10px 0;}
.main3 .box .tt4 .tt5{display: inline-block;vertical-align: top;width:calc(25% - 20px);margin: 20px 10px 0;background: #fff;border: 3px solid #545757;padding: 24px 0;text-align: center;transition: all 0.3s;position: relative;top:0;}
.main3 .box .tt4 .tt5 .img{line-height: 40px;height: 40px;font-size: 0;}
.main3 .box .tt4 .tt5 .img img{max-height: 100%;}
.main3 .box .tt4 .tt5 .tt6{font-size: 16px;color: #000;margin-top:12px;line-height: 24px;}
.main3 .box .tt4 .tt5:hover{background-color: #F5F5F5;top:-5px;}


/* 成功案例 */
.main4 .box{margin: -60px -15px 0;}
.main4 .box .list{width: calc(50% - 30px);margin: 0 15px;float: left;min-height: 110px;padding: 30px 0 0 100px;margin-top: 30px;position: relative;}
.main4 .box .list:nth-child(n+3){border-top: 1px dashed #ddd;}
.main4 .box .list .tt1{font-size: 16px;line-height: 30px;color: #333;margin-top: 8px;}
.main4 .box .list .tt3{font-size: 16px;line-height: 30px;color: #333;}
.main4 .box .list .tt2{width: 80px;height: 80px;border: 1px solid #ddd;position: absolute;left: 0;top:30px;background: #F2F2F2;font-size: 14px;color: #666;font-family: 'Arial';text-align: center;padding-top: 40px;}
.main4 .box .list .tt2 span{display: block;position: absolute;left: 0;top:18px;width: 100%;}
.main4 .box .list .tt2 span i{display: none;}
.main4 .box .list:hover .tt1{color: #9d242d;}
.main4 .box .list:hover .tt3{color: #9d242d;}
.main4 .box .list:hover .tt2{color: #9d242d;border-color: #9d242d;}

/* 新闻资讯 */
.main6{background: #F4F4F4;}
.main6 .box .you{width: 56%;float: left;padding-left: 50px;}
.main6 .box .list1{width: 44%;float: left;padding:55px 50px;border: 1px solid #ddd;background: #fff;}
.main6 .box .list1 .tt1{font-size: 18px;color: #000;font-weight: bold;}
.main6 .box .list1 .tt2{font-size: 14px;line-height:28px;color: #999;height: 56px;overflow: hidden;padding-left: 24px;border-left: 3px solid #ddd;margin-top:26px;transition: all .2s;}
.main6 .box .list1 .img{margin-top:34px}
.main6 .box .list1 .bjcover{height: 160px;}
.main6 .box .list1 .tt3{width: 140px;text-align: center;line-height: 40px;background: #9d242d;font-size: 20px;color: #fff;margin-top:33px;}
.main6 .box .list1:hover .tt1{color: #9d242d;}
.main6 .box .list1:hover .tt2{border-color: #9d242d;}
.main6 .box .list1:hover .bjcover{transform:scale(1.06);}
.main6 .box .list1:hover .tt3:hover{background-color: #df0008;}
.main6 .box .list2{display: block;padding: 33px 0;border-bottom: 1px solid #ddd;}
.main6 .box .list2:nth-child(3){border: 0;}
.main6 .box .list2:nth-child(n+4){display: none;}
.main6 .box .list2 .tt1{font-size: 18px;color: #000;padding: 0 66px 0 33px;position: relative;line-height: 30px;transition: all .2s;}
.main6 .box .list2 .tt1 span{display: block;position: absolute;right: 0;top:0;line-height: initial;}
.main6 .box .list2 .tt1:after{content: "";width: 6px;height: 6px;border-radius: 50%;background: #000;position: absolute;transition: all .2s;left:11px;top:0;bottom: 0;margin: auto 0;}
.main6 .box .list2 .tt2{font-size: 14px;color: #666;line-height: 28px;padding: 0 66px 0 33px;position: relative;height: 56px;overflow: hidden;margin-top:10px;}
.main6 .box .list2 .tt2:after{content: "";width: 17px;height: 11px;background: url(../images/tu6.png) no-repeat;position: absolute;right: 0;bottom: 10px;transition: all .2s;opacity: 1;}
.main6 .box .list2 .tt2:before{content: "";width: 17px;height: 11px;background: url(../images/tu6-1.png) no-repeat;position: absolute;right: 0;bottom: 10px;transition: all .2s;opacity: 0;}
.main6 .box .list2:hover .tt2:after{opacity:0;}
.main6 .box .list2:hover .tt2:before{opacity: 1;}
.main6 .box .list2:hover .tt1{color: #9d242d;}
.main6 .box .list2:hover .tt1:after{background-color: #9d242d;}


/* 罪名解释 */
.main7 .lb7 {margin: -8px;}
.main7 .list{display: block;border: 1px solid #ddd;background: #fff;margin: 8px;box-shadow: 0 0 10px rgba(0,0,0,.08);}
.main7 .list .img{padding: 2px;}
.main7 .list .img .bjcover{padding-top:50%;}
.main7 .list:hover .img .bjcover{transform:scale(1.06);}
.main7 .list .tt{padding:15px 18px;border-top: 1px solid #ddd;}
.main7 .list .tt1{font-size: 16px;color: #000;transition: all 0.3s;}
.main7 .list .tt2{font-size: 12px;color: #999;font-family:'Arial';margin-top: 3px;}
.main7 .list .tt3{width: 30px;height: 2px;background: #9d242d;margin-top: 10px;}
.main7 .list .tt4{font-size: 14px;color: #999;line-height: 24px;height: 48px;overflow: hidden;margin-top: 10px;}
.main7 .list .tt5{font-size: 14px;background: #F8F8F8;color: #999;padding: 0 18px;position: relative;line-height: 46px;border-top: 1px solid #ddd;transition: all 0.3s;}
.main7 .list .tt5 img{position: absolute;right: 15px;top:0;bottom: 0;margin: auto 0;}
.main7 .list:hover .tt1{color: #9d242d;}
.main7 .list:hover .tt5{color: #9d242d;}

.gd{display: block;width: 190px;line-height: 50px;background: #9d242d;font-size: 16px;color: #fff;padding-right: 50px;position: relative;margin: 44px auto 0;text-align: center;}
.gd:after{content: "";width: 50px;height: 100%;background:#751520 url(../images/tu4.png) no-repeat center center;position: absolute;right: 0;top:0;text-align: center;}
.gd:hover{color: #fff;background-color: #df0008;}




/* 500+客户共同的见证 */
.main8 .list1{width:46%;padding-right: 80px;position: relative;float: left;}
.main8 .list2{width:54%;float: left;}
.main8 .list1:after{content: "";width: 1px;height: 100%;background: url("../images/tu5.png") no-repeat center center;position: absolute;right: 40px;top:0;bottom: 0;margin: auto 0;}
.main8 .list1 .tt1{font-size: 28px;color: #000;}
.main8 .list1 .tt1 b{font-family: 'Arial';font-size: 40px;color: #9d242d;padding-right:4px;position: relative;bottom: -4px;}
.main8 .list1 .tt2{font-size: 18px;color: #000;margin-top:4px;line-height: 32px;}
.main8 .list2 .tt3{font-size: 18px;color: #000;padding:8px 0;}
.main8 .list2 form{padding-right: 110px;position: relative;}
.main8 .list2 form input{width: calc(50% - 5px);line-height: 40px;height: 42px;border: 1px solid #ddd;background: #fff;padding: 0 15px;float: left;margin-bottom: 10px;}
.main8 .list2 form input:nth-child(2){margin-left:10px;}
.main8 .list2 form textarea{width:100%;max-width: 100%; line-height: 40px;height: 42px;border: 1px solid #ddd;background: #fff;padding: 0 15px;float: left;}
.main8 .list2 form button{width: 94px;height:94px;background: #9d242d;border: 0;font-size: 18px;color: #fff;text-align: center;position: absolute;right: 0;top:0;letter-spacing: 4px;padding: 0 22px;transition: all 0.3s;}
.main8 .list2 form button:hover{background-color: #df0008;}


footer{background:#333333;}
footer .box2{background:#434343;font-size: 14px;color: #fff;padding: 20px;text-align: center;}
footer .box1 .list1{width: calc(33.33% - 70px);float: left;padding-right: 20px;color: rgba(255,255,255,.6);font-size: 0;}
footer .box1 .list1 .tt{font-size: 14px;line-height: 32px;}
footer .box1 .list2{width: 210px;float: right;}
footer .box1 .top{font-size: 18px;color: #fff;margin-bottom: 14px;line-height:30px;}
footer .box1 .top span{font-size:20px;font-family: 'Arial';color: rgba(255,255,255,.4);display: block;text-transform: uppercase;font-weight: bold;}
footer .box1 .list1 a{display: inline-block;vertical-align: top;min-width:40%;max-width: 126px;line-height:38px;color: rgba(255,255,255,.6);font-size: 14px;}
footer .box1 .list1 a:hover{color: #fff;text-decoration: underline !important;}
footer .box1 .list2 .img{width: 140px;border: 10px solid #A3A3A3;background: #fff;}








/*内页共用*/
.ny{min-height:666px;padding: 44px 0 50px;}
.ny .zuo{width:260px;float: left;padding-right: 30px;}
.ny .you{width:calc(100% - 260px);float: left;}
.ny .zuo .top{line-height: 76px;background: #9d242d;margin-bottom: 2px;font-size:20px;font-weight: bold;color: #fff;text-align: center;height: 76px;overflow: hidden;position: relative;display: block !important ;top:0 !important}
.ny .zuo .top span{font-size: 11px;color: #fff;font-family: 'Arial';text-transform: uppercase;line-height: normal;}
.ny .zuo .top:before{position: absolute;right:16px;top:2px;opacity: 0;}

.ny .zuo .ul{margin-bottom: 20px;}
.ny .zuo .ul > a{display:block;width: 100%;margin-top: 2px;line-height: 42px;background: #f1f1f1;color: #000;position: relative;padding: 0 30px;transition: all 0.3s;}
.ny .zuo .ul > a:before{position: absolute;right: 20px;top:0;color: #333;line-height: inherit;font-size: 80%;transition: all 0.3s;transform:rotate(-90deg)}
.ny .zuo .ul > a:hover{background: #9d242d;color: #fff;}
.ny .zuo .ul > a:hover:before{color: #fff;}
.ny .zuo .ul > a.active{background: #9d242d;color: #fff;}
.ny .zuo .ul > a.active:before{color: #fff;transform:rotate(0deg)}

/*左侧联系我们*/
.ny .zuo .tt{border:1px solid #eee;margin-top: 3px;background: #fff;}
.ny .zuo .tt .tt1{color: #000;padding: 20px 0;padding-left: 60px;border-bottom: 1px solid #eee;background: url("../images/tu22.png") no-repeat 16px center;}
.ny .zuo .tt .tt1 span{color: #9d242d;font-size: 20px;display: block;font-weight: bold;}
.ny .zuo .tt .tt2{padding:16px;color: #333;font-size: 13px;line-height: 26px;}
/*右侧顶部*/
.ny .you .top{font-size:20px;color: #000;font-weight: bold;border-bottom: 1px solid #eee;line-height:54px;margin-bottom:25px;position: relative;}
.ny .you .top .top2{position: absolute;right: 0;top:0;font-size: 14px;font-weight: 500;color: #000;}
.ny .you .top .top2 span{color: #9d242d;}
.ny .you .top .top2 a{color: #000;transition: all .2s;}
.ny .you .top .top2 a:hover{color: #9d242d;}

/*内页新闻*/
.nyxw .list{margin-bottom:20px;display: block;padding: 14px;border: 1px solid #e9e9e9;}
.nyxw .list .img{width:calc(9% + 156px);float: left;}
.nyxw .list .img .bjcover{height:200px;}
.nyxw .list .tt{float: left;width: calc(91% - 156px);padding-left: 22px;}
.nyxw .list .tt1{font-size: 17px;color: #000;font-weight: bold;line-height: 27px;margin-top: 10px;}
.nyxw .list .tt2{color: #b1b1b1;font-size: 12px;line-height: 28px;}
.nyxw .list .tt3{color: #333333;line-height: 25px;height: 75px;overflow: hidden;}
.nyxw .list .tt4{width:96px;border: 1px solid #d9d9d9;border-radius: 20px;text-align: center;color: #333333;line-height: 29px;margin-top: 14px;position: relative;padding-right: 20px;}
.nyxw .list .tt4:after{content:"";width: 10px;height: 7px;background: url("../images/tu26.png") no-repeat center center;position: absolute;right: 20px;top:0;bottom:0;margin: auto 0;transition: all 0.3s;z-index: 1;}
.nyxw .list .tt4:before{content:"";width: 0;height: 7px;background: url("../images/tu27.png") no-repeat center center;position: absolute;right: 30px;top:0;bottom:0;margin: auto 0;transition: all 0.3s;z-index: 2;}
.nyxw .list:hover .tt4{background-color: #9d242d;color: #fff;border-color: #9d242d;}
.nyxw .list:hover .tt4:before{width: 10px;transition: all 0.3s;right: 20px;}
.nyxw .list:hover .img .bjcover{transform:scale(1.06);}



/*详情页*/
.danye{color:#000000;font-size: 14px;line-height: 180%;}
.danye .topbox{margin-bottom:24px;text-align: center;}
.danye .bt{color: #000;font-size: 22px;padding-bottom: 10px;}
.danye .rq{color: #555555;font-size: 14px;}
.danye .xian{width: 100%;height: 1px;margin-top: 14px;border-bottom: 1px dashed #ccc;}
.danye .img{margin:0 auto 18px auto;display: block;}
.danye .img img{display: block;margin: 0 auto;}
.danye .ditu{height:400px;position: relative;margin:20px auto;border: 1px solid #eee;}




.tuandui{margin: 0 -10px;}
.tuandui .list{display: block;width: calc(33.33% - 20px);margin: 0 10px 20px;float: left;}
.tuandui .list .img{padding-top: 116%;position: relative;}
.tuandui .list .tt1{position: absolute;left: 0;width: 100%;top:40%;height: 40%;background: rgba(0,0,0,.6);min-height: 250px;opacity: 0;bottom: 0;margin: auto 0;}
.tuandui .list .tt2{position: absolute;left: 0;top:50%;width: 100%;transform:translateY(-50%);padding: 0 25px;line-height: 30px;font-size: 15px;max-height: 210px;color:#fff;overflow: hidden;-webkit-line-clamp: 7;}
.tuandui .list .tt3{line-height: 50px;font-size: 14px;color: #fff;background: #000;text-align: center;margin-top: 1px;}
.tuandui .list .tt3 b{font-size: 18px;padding-right: 10px;}
.tuandui .list:hover .tt1{opacity: 1;height: 100%;top:0;}
.tuandui .list:hover .tt3{background-color: #9d242d;}




.nycp{margin: 0 -10px;}
.nycp .list{display: block;width: calc(33.33% - 20px);margin: 0 10px 20px;float: left;border: 1px solid #ddd;box-shadow: 0 0 11px rgba(0,0,0,.06);background: #fff;}
.nycp .list .img{padding: 2px;border-bottom: 1px solid #ddd;}
.nycp .list .img .bjcover{padding-top: 88%;}
.nycp .list .tt1{margin: 18px;font-size: 20px;font-weight: bold;line-height: 30px;height: 60px;color: #000;}
.nycp .list .tt2{font-size: 14px;color: #999;line-height: 50px;border-top: 1px solid #ddd;padding: 0 18px;position: relative;background: #F8F8F8;}
.nycp .list .tt2 img{display: block;position: absolute;right: 15px;top:0;bottom: 0;margin: auto 0;}
.nycp .list:hover .bjcover{transform:scale(1.06);}
.nycp .list:hover .tt1{color: #9d242d;}
.nycp .list:hover .tt2{color: #9d242d;}
.nycp .list:hover .tt2:hover{color: #9d242d;text-decoration: underline !important;}


















/*transition: all .2s;*/
/*9d242d*/

/*df0008*/
/*transform:scale(1.06);*/

/*媒体查询开始*/
@media (max-width:1199px){
    .banner .bjcover{height: auto;padding-top:60%;}
    header nav ul > li{margin-left: 1px;}

    .main1 .list .tt1{font-size: 18px;}
    .nycp .list .tt1{font-size: 18px;}
    .main2 .list .tt2{font-size: 14px;}
    .tuandui .list .tt2{font-size: 14px;}


    footer .box1 .list1{line-height: 28px;}
    footer .box1 .list1 a{line-height: 24px;padding-bottom: 10px;}


}
@media (max-width:991px) {
    header{top:10px;}
    header .logo{margin-top: 0;line-height: 80px;height: 80px;max-width: calc(100% - 44px);}
    header .logo img{max-height: 60%;}
    /*pc导航*/
    header nav{display: none;width:180px;float: none;padding:15px 20px 20px;margin:0;position: absolute;right:0;top:100%;z-index:113;background: #fff;box-shadow: 0 0 6px rgba(0,0,0,.1)}
    header nav .tt{display: none;}
    header nav ul > li{display:block;width:100%;text-align: left;padding:0;border-bottom: 1px solid #ddd;}
    header nav ul > li:nth-last-child(1){border: 0;}
    header nav ul > li > a{display:block; color: #333;font-size:15px;padding-left: 10px;line-height:42px;}
    header nav ul > li:hover > a{color: #df0008;background: fixed;}
    header nav ul > li.active > a{color: #df0008;background: fixed;}
    header nav ul > li:hover .ul{display: none;}
    /*移动导航按钮*/
    header .lanmu{width: 30px;font-size: 0;height: 21px;position: absolute;right: 15px;bottom:30px;cursor: pointer;z-index: 2;}
    header .lanmu i{display: inline-block;width: 100%;height: 3px;background: #fff;border-radius: 3px;transition: all 0.6s;}
    header .lanmu i:nth-child(2), .lanmu i:nth-child(3){width: 40%;margin:6px 0;}
    header .lanmu i:nth-child(2){margin-right: 10%;}
    header .lanmu i:nth-child(3){margin-left: 10%;}
    header .lanmu.active i:nth-child(1) {transform: rotate(45deg) translateY(4px) translateX(5px);}      
    header .lanmu.active i:nth-child(4){transform: rotate(-45deg) translateY(-8px) translateX(8px);}
    header .lanmu.active i:nth-child(2){transform: translateX(-30px);opacity: 0;}
    header .lanmu.active i:nth-child(3){transform: translateX(30px);opacity: 0;}

    /* 广东观良律师事务所 */
    .main3 .box .bjcover{display: none;}
    .main3 .box .tt{width: 100%;padding: 0;}


    /* 新闻资讯 */
    .main6 .box .list1{display: none;}
    .main6 .box .you{width: 100%;padding: 0;}
    .main6 .box .list2 .tt2{height: auto;max-height: 56px;}


    .main8 .list1{width: 100%;padding: 0;}
    .main8 .list2{width: 100%;margin-top: 20px;}
    .main8 .list1:after{display: none;}
    
    footer .box1 .list1{width: 33.33%;}
    footer .box1 .list2{display: none;}

    /*内页共用*/
    .ny{min-height:333px;padding: 20px 0 50px;}
    .ny .zuo{width:100%;padding: 0;margin-bottom: 20px;}
    .ny .you{width:100%;}
    .ny .zuo .top{line-height:48px;margin:0;font-size:18px;height:50px;text-align: left;padding: 0 30px 2px 20px;}
    .ny .zuo .top span{font-size: 11px;color: #fff;font-family: 'Arial';text-transform: uppercase;}
    .ny .zuo .top:before{opacity: 1;}
    .ny .zuo .ul{margin:0;display: none;}
    .ny .zuo .ul a{text-align: center;padding: 0 5px}



}

@media (max-width:767px) {
    header{top:6px;}
    header .logo{height:50px;line-height:50px;}
    header .lanmu{bottom:15px;}

    .banner .swiper-pagination-bullet{width: 6px;height: 6px;bottom:-2px;margin: 0 4px !important;}
    .banner .swiper-pagination-bullet:after{width: 12px;height: 12px;left: -3px;top:-3px;}
    .ssbox .ul{height: auto;width: 100%;max-height:52px;}
    .ssbox .ul a{line-height:26px;}
    .ssbox form{width:100%;margin-top: 10px;}



    .main66{padding:30px 0;}
    .title{margin-bottom:26px;}
    .title .div1 span{font-size:24px;line-height: 140%;padding: 0;}
    .title .div1 span:after{display: none;}
    .title .div1 span:before{display: none;}
    .title .div2{font-size:14px;margin-top: 2px;}
    
    
    /* 业务介绍 */
    .main1 .lb1{margin: -5px;}
    .main1 .list{margin: 5px;box-shadow:none;border: 0;background: fixed;}
    .main1 .list .img{border: 1px solid #ddd;}
    .main1 .list .tt1{margin: 8px 0 0;font-size: 14px;font-weight: normal;line-height: 24px;height:48px;}
    .main1 .list .tt2{display: none;}
    
    
    /* 律师团队 */
    .main2 .list .tt1{display: none;}
    .main2 .list .tt3{line-height: 40px;font-size:11px;}
    .main2 .list .tt3 b{font-size: 15px;padding-right: 4px;font-weight: normal;}

    /* 广东观良律师事务所 */
    .main3 .box{margin:20px 0;padding:0;}
    .main3 .box .bjcover{height: auto;width: calc(100% - 20px);display: block;padding-top: 77%;}
    .main3 .box .bjcover:after{width: 10px;right: -16px;}
    .main3 .box .bjcover:before{height: 10px;right: -6px;}
    .main3 .box .tt{padding-top: 40px;}
    .main3 .box .tt1{font-size:22px;}
    .main3 .box .tt2{display: none;}
    .main3 .box .tt3{height: auto;margin-top: 10px;line-height: 25px;max-height:150px;}
    .main3 .box .tt4{margin:6px -6px 0;}
    .main3 .box .tt4 .tt5{width:calc(25% - 12px);margin:12px 6px 0;padding: 20px 0;}
    .main3 .box .tt4 .tt5 .tt6{font-size: 14px;}
    .main3 .box .tt4 .tt5:hover{top:0;}
    
    /* 成功案例 */
    .main4 .box{margin: -40px -15px 0;}
    .main4 .box .list{width: calc(100% - 30px);min-height: 80px;padding: 20px 0 0 70px;margin-top: 20px;position: relative;}
    .main4 .box .list:nth-child(n+2){border-top: 1px dashed #ddd;}
    .main4 .box .list .tt1{font-size: 14px;margin-top:5px;line-height: 24px;}
    .main4 .box .list .tt3{font-size: 14px;line-height: 24px;}
    .main4 .box .list .tt2{width: 60px;height: 60px;top:20px;padding-top: 30px;font-size: 12px;}
    .main4 .box .list .tt2 span{top:11px;}

    /* 新闻资讯 */
    .main6 .box .list1{display: block;width: 100%;padding: 25px;}
    .main6 .box .list1 .tt1{text-overflow:initial;white-space:initial;font-size: 17px;line-height: 30px;max-height: 60px;overflow: hidden;}
    .main6 .box .list1 .tt2{padding-left: 12px;border-width: 2px;font-size: 14px;margin-top:16px;height: auto;line-height:24px;max-height: 72px;}
    .main6 .box .list1 .img{margin-top: 18px;}
    .main6 .box .list1 .img .bjcover{padding-top: 44%;height: auto;}
    .main6 .box .list1 .tt3{margin-top: 16px;width: 120px;line-height:38px;padding-bottom: 2px;}
    .main6 .box .list2{padding:20px 0;}
    .main6 .box .list2 .tt1{font-size: 16px;padding: 0 0 0 20px;}
    .main6 .box .list2 .tt1 span{display: block;position: relative;right:auto;top:auto;}
    .main6 .box .list2 .tt1:after{left: 0;bottom: auto;top:13px;}
    .main6 .box .list2 .tt2{padding: 0 0 0 20px;}
    .main6 .box .list2 .tt2:after{display: none;}
    .main6 .box .list2 .tt2:before{display: none;}

    /* 罪名解释 */
    .main7 .lb7{margin: -5px;}
    .main7 .list{border: 0;box-shadow: none;margin: 5px;}
    .main7 .list .img{padding:0;}
    .main7 .list .tt{padding:8px 0 0;border: 0;}
    .main7 .list .tt1{font-size: 15px;text-overflow:inherit;white-space:inherit;line-height: 24px;max-height: 48px;overflow: hidden;}
    .main7 .list .tt3{display: none;}
    .main7 .list .tt4{display: block;font-size: 13px;margin-top: 2px;line-height: 22px;height:66px;}
    .main7 .list .tt5{display: none;}

    .gd{width:140px;line-height: 40px;font-size: 14px;padding-right:40px;margin-top: 26px;}
    .gd:after{width: 40px;background-size: 9px !important;}

    .main8 .list1 .tt1{font-size: 22px;}
    .main8 .list1 .tt1 b{font-size: 30px;}
    .main8 .list1 .tt2{font-size: 15px;line-height:28px;}
    .main8 .list2 .tt3{font-size: 15px;}
    

    footer .box2{padding: 15px;}
    footer .box1 .list1{width:100%;margin:10px 0;}
    footer .box1 .list1 .tt{font-size: 14px;line-height: 28px;}
    footer .box1 .list1 a{min-width: 100px;min-width: inherit;padding:0 20px 0 0;line-height: 28px;}
    footer .box1 .top{margin-bottom:6px;}

    /*详情页*/
    .danye .bt{font-size: 18px;padding-bottom: 4px;}
    .danye .img{margin:0 auto 15px auto;}
    .danye .ditu{height:360px;margin: 15px auto;}
    .danye .xian{margin-top: 10px;}

    
    /* 律师团队 */
    .tuandui{margin: 0 -5px;}
    .tuandui .list{width: calc(50% - 10px);margin: 0 5px 10px;}
    .tuandui .list .tt1{display: none;}
    .tuandui .list .tt3{line-height: 40px;font-size:11px;}
    .tuandui .list .tt3 b{font-size: 15px;padding-right: 4px;font-weight: normal;}


    
    .nycp{margin: 0 -5px;font-size: 0;}
    .nycp .list{width: calc(50% - 10px);margin: 0 5px 22px;box-shadow:none;border: 0;background: fixed;float: none;display: inline-block;vertical-align: top;}
    .nycp .list .img{border: 1px solid #ddd;}
    .nycp .list .tt1{margin: 8px 0 0;font-size: 14px;font-weight: normal;line-height: 24px;height:auto;max-height: 48px;}
    .nycp .list .tt2{display: none;}
    


   
}
@media (max-width:600px) {

    /*内页新闻*/
    .nyxw .list{margin-bottom:20px;padding: 0;box-shadow: 0 0 0;}
    .nyxw .list .img{width:100%;float:none;margin:15px 15px 0;max-width: calc(100% - 30px);}
    .nyxw .list .img .bjcover{height:auto;padding-top: 66%;}
    .nyxw .list .tt{float: none;width: 100%;padding-left: 0;padding: 0 10px;padding: 10px 20px 20px;}
    .nyxw .list .tt1{text-overflow:inherit;white-space:inherit;overflow: inherit;line-height: 24px;}
    .nyxw .list .tt3{height:auto;max-height:75px;}
    



}

@media (max-width:479px) {
    /* 广东观良律师事务所 */
    .main3 .box .tt4 .tt5{width:calc(50% - 12px);}

    .main8 .list2 form{padding-right:0;}
    .main8 .list2 form input{width: 100%;margin: 0 0 10px !important;}
    .main8 .list2 form textarea{width:100%;max-width: 100%; line-height: 40px;height: 42px;border: 1px solid #ddd;background: #fff;padding: 0 15px;float: left;margin-bottom: 10px;}
    .main8 .list2 form button{width: 100%;height:42px;line-height: 42px;font-size: 15px;position: relative;right: auto;top:auto;letter-spacing: 1px;padding: 0;}


    .danye .ditu{height:300px;}
    
}
 /*手机底部*/
@media (max-width:991px) {
    footer{margin-bottom: 51px;}
    .sjdibu{height:50px;background:#9d242d;position:fixed; bottom:0; left:0; z-index:113; border-top:solid 1px #fff;width: 100%;text-align: center;font-size: 0;}
    .sjdibu .box1 a{display: inline-block;vertical-align: top;color: #fff;padding: 5px;}
    .sjdibu .box1 a span{ color:#fff; font-size:16px; line-height:20px;}
    .sjdibu .box1 a h6{ font-size:12px; line-height:20px;margin: 0;}
    .sjdibu .box2{ position: fixed; left: 0; bottom:51px; z-index:112; width: 100%;background: #fff;box-shadow: 0 -2px 4px rgba(0,0,0,.1);padding: 6px 0;display: none;}
    .sjdibu .box2 img{max-height: 140px;display: block;margin: 0 auto;} 
}