p{
    margin:0px;
    padding:0px;
}
.nav_tag ul li a {
	color: #333;
}
.banner {
    width: 100%;
    height: 610px;
}

.banner1,.banner2{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner1{
	cursor: pointer;
    background-image: url(../images/banner.jpg);
}
.banner2{
    width:100%;
    height:100%;
    display: block;
    background-image: url(../images/banner1.png);
}
.banner3{
    width:100%;
    height:100%;
    display: block;
    background-image: url(../images/banner.png);
}
.pagination {
    position: absolute;
    left: 0;
    text-align: center;
    bottom:21px;
    width: 100%;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 41px;
    height: 15px;
    background: #fff;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 7.5px;
}
.swiper-active-switch {
    background: #2b9ccb;
}
.banner_warp{
    width:1200px;
    height: 130px;
    position: absolute;
    top: 612px;
    left: 50%;
    margin-left: -600px;
    z-index: 999;
}
.banner_warp .Content {
    width: 486px;
    height: 307px;
    position: absolute;
    top: 0;
    left: 0;
}
.swiper-pagination-bullet-active{
	background: #2b9ccb !important;
}

.title h3 {
    width: 100%;
    height: 73px;
    font-weight: 300;
    line-height: 67px;
    font-stretch: normal;
    font-size: 72px;
    color: #fefefe;
    font-family: "Microsoft YaHei"
}

.title div {
    height: 25px;
    line-height: 25px;
    font-size: 24px;
    font-weight: normal;
    margin-top: 21px;
    color: #fefefe;
    font-family: "Microsoft YaHei"
}

.price {
    width: 308px;
    height: 55px;
    line-height: 55px;
    font-size: 72px;
    font-weight: normal;
    margin-top: 48px;
    color: #fefefe;
    font-family: "Arial"
}


.price span {
    font-size:24px;
    color: #fefefe;
    font-family: "Microsoft YaHei"
}

.buys {
    width: 100%;
    height: 46px;
    margin-top: 43px;
}

.buy_seek {
    width: 160px;
    height: 100%;
    border: none;
    background-color: #2b9ccb;
    border-radius: 4px;
    font-size: 18px;
    color: #FFF;
    cursor:pointer;
}


.service_module {
    width: 1200px;
    height: 130px;
    background: #FFF;
    position: absolute;
    top:612px;
    left: 50%;
    z-index:999;
    margin-left: -600px;
    box-shadow: 0px 4px 5px #f2f3f3;
}

.service_module ul {
    height: 100%;
}

.service_module li {
    width: 299px;
    height: 96px;
    text-align: center;
    padding-top: 34px;
    float: left;
    list-style: none;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display:-webkit-flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
}

.service_module li span{
    width:2px;
    height:36px;
    display: block;
    background:#edeff2;
    position: absolute;
    right:0px;
    top:50%;
    margin-top:-13px;
}

.service_module li i{
    font-style:normal;
    color:#e65154;
    position: absolute;
    top:28px;
    font-size: 20px;
}

.suggest{
    font-size: 14px;
    color: #999999;
    font-family: "Microsoft YaHei"
}


.service_module li .number {
    font-size: 40px;
    color: #e65154;
    font-family: "Arial"
}

.module_warp {
    width: 1200px;
    background: #FFF;
    margin: 0px auto;

}

.product_warp {
    width: 100%;
    height: 760px;
    position: relative;
}

.product {
    width: 500px;
    height: 60px;
    position: absolute;
    top: 62px;
    left: 50%;
    margin-left: -250px;
}

.product p:nth-child(1) {
    height: 32px;
    font-weight: 800;
    font-size: 24px;
    color: #333333;
    font-family: "Microsoft YaHei";
    line-height: 28px;
    text-align: center;
}

.product p:nth-child(2) {
    height: 29px;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    color: #333333;
    font-family: "Microsoft YaHei";
}
.product_list{
    position: relative;
    overflow: hidden;
    width: 100%;
    height:612px;
    top:118px;
}
.product_item{
    float: left;
    width: 33.33%;
    height:306px;
    background: url("../images/icon_fenxian.png") no-repeat center 51px;
    cursor: pointer;
}
.product_item:nth-child(2){
    background-image: url("../images/icon_heyue.png");
}
.product_item:nth-child(3){
    background-image: url("../images/icon_qiye.png");
}
.product_item:nth-child(4){
    background-image: url("../images/icon_qiankuan.png");
}
.product_item:nth-child(5){
    background-image: url("../images/icon_zhishi.png");
}
.product_item:nth-child(6){
    background-image: url("../images/icon_zenzhi.png");
}
.product_item_tit{
    font-size: 17px;
    color: #333333;
    text-align: center;
    margin-top: 181px;
    font-weight: 600;
}
.product_item_txt{
    display: none;
    background: #2b9ccb;
    border-radius: 16px;
    width: 100%;
    height: 141px;
    margin-top: 165px;
    color: #fff;
    padding: 12px 10px;
    font-size: 14px;
    box-sizing: border-box;
    text-align: justify;
}
.product_item_txt_tit{
    font-size: 17px;
    color: #fff;
    text-align: center;
    margin: 6px 0 10px;
    font-weight: 600;
}
.product_ntroduce{
    width:100%;
    height:3000px;
    position: relative;
}


.product_ntroduce_title {
    width: 180px;
    height: 86px;
    position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -80px;

}

.product_ntroduce_title p:nth-child(1) {
    width: 100%;
    height: 32px;
    font-weight: 800;
    font-size: 38px;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: -2px;
    color: #f2f2f2;
    font-family: "Microsoft YaHei"
}

.product_ntroduce_title p:nth-child(2) {
    width: 100%;
    height: 29px;
    font-size: 30px;
    font-weight: 800;
    margin-top: -13px;
    text-align: center;
    line-height: 28px;
    color: #2b9ccb;
}

.product_ntroduce_title p:nth-child(3) {
    width: 100%;
    height: 20px;
    font-size: 16px;
    text-align: center;
    position: absolute;
    bottom: 0;
    color: #999999;
    font-family: "Microsoft YaHei"
}



/*产品介绍*/

.list_warp {
    width: 100%;
    height: 433px;
    position: absolute;
    top: 270px;
}

.list {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    position: relative;
}

.list_left {
    width: 101px;
    margin-top: 17px;
    text-align: center;
    line-height: 35px;
    padding-top: 15px;
    border-top: 5px solid #333333;
}

.list_left h3:nth-child(1){
    width: 100%;
    height: 28px;
    font-size: 24px;
    line-height: 28px;
    color: #333333;
    margin-bottom: 10px;
    font-family: "Microsoft YaHei"
}

.list_left h3:nth-child(2){
    width: 96px;
    height: 28px;
    font-size: 24px;
    font-weight: 800;
    line-height: 28px;
    color: #333333;
    margin-top:-5px;
    text-align: left;
    margin-bottom: 10px;
    font-family: "Microsoft YaHei"
}


.list_left span{
     width:145px;
     font-size: 20px;
     font-weight: 800;
     line-height: 20px;
     letter-spacing: -1px;
     font-family:"HelveticaNeue-Bold";
     color: #f2f2f2;
     float:left;
     text-align: left;
 }

.list_left .two_child{
    width:105px;
    text-align: left;
}

.list_left .tree_child{
    width:120px;
    text-align: left;
}

.list_center {
    width:400px;
    height:360px;
    position: absolute;
    left: 32%;
    top: -6%;
    margin-left: -153px;

}

.center_warp{
    width:360px;
    height:271px;
    margin:0px auto;
}

.list_center:hover{
    cursor: pointer;
    display: inline-block;
    box-shadow: 0px 5px 30px rgba(96, 99, 102, .1);
}

.list_center:hover .center_img img{
    transition: all 0.6s;
    transform: scale(1.1);
}

.list_center:hover .arrow_bg{
    width: 26px;
    height: 16px;
    display: block;
    background-size: 26px 16px;
    float: right;
    background:url("../images/array_red.png");
    background-size: 26px 16px;
}

.center_img {
    width: 360px;
    height: 168px;
    margin-top:10px;
    overflow-X:hidden;
    overflow-Y:hidden;
}

.center_img img{
    width: 360px;
    height: 168px;
    margin-top:17px;
    cursor: pointer;
}

.center_ul {
    list-style: none;
    width: 339px;
    height: 92px;
    margin:0px auto;
}

.center_ul li {
    float: left;
    font-size: 18px;
    color: #333333;
    margin-top:30px;
    font-weight: 800;
    font-family: "Microsoft YaHei"
}

.center_ul li:nth-child(1), .center_ul li:nth-child(3){
    min-width:167px;
}

.center_ul li:nth-child(2), .center_ul li:nth-child(4) {
    margin-left:30px;
}


.arrow {
    width: 48px;
    height: 16px;
    border-left: 2px solid #edeff2;
    position: absolute;
    right: 20px;
    bottom: 24px;
}

.arrow .arrow_bg {
    width: 26px;
    height: 16px;
    display: block;
    background: url("../images/array.png");
    background-size: 26px 16px;
    float: right;
}

.list_right{
    width: 440px;
    height: 340px;
    position: absolute;
    top:-17px;
    right:0px;
    margin-top:17px;
}

/*产品介绍右边*/
.main {
    width: 100%;
    height: 100%;
    border-top: 3px solid #000000;
}

.main_box {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #f0f1f2;
    cursor: pointer;
}

.box_top{
    width: 100%;
    height: 80px;
    padding-top:20px;
    cursor: pointer;
    display:table;
}

.main_box_hover{
    width: 440px;
    height: 120px;
    cursor: pointer;
    box-shadow: 0px 5px 30px rgba(96, 99, 102, .1);
}

.main_box_70{
    width: 440px;
    height: 70px;
}

.main_box_click {
    width: 100%;
    height: 100%;
}

.box_img_hide {
    display: none;
}

.box_img_show {
    display: inline-block;
    margin-left: 20px;
    vertical-align: sub;
    float: left;
}

.box_title {
    padding-left: 10px;
    width: 290px;
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #333333;
    font-family: "Microsoft YaHei";

}

.box_title_hover{
    width: 200px;
    height: 47px;
    font-size: 16px;
    color: #2b9ccb;
    position: relative;
    padding-left: 10px;
    vertical-align: middle;
    font-family: "Microsoft YaHei";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    float: left;
    margin-top: 16px;
    line-height: 25px;
}

.icon {
    display: inline-block;
    float: right;
    width: 12px;
    height: 8px;
    background:url("../images/right_array.png");
    background-repeat: no-repeat;
    margin-right: 10px;
    margin-top:17px;
    cursor: pointer;

}

.icon_hover{
    display: inline-block;
    width: 12px;
    height: 8px;
    background:url("../images/dow_array_red.png");
    background-repeat: no-repeat;
    margin-left: 40px;
    cursor: pointer;
    margin-top: 38px;
}
.icon_click_go{
    display: inline-block;
    width: 12px;
    height: 8px;
    background:url("../images/hide_icon.png");
    background-repeat: no-repeat;
    margin-left: 40px;
    cursor: pointer;
    margin-top: 38px;
}


.box_bottom {
    display: none;
}

.box_bottom_click {
    height:175px;
    padding-left: 50px;
    border-bottom:1px solid #edeff2;
    margin-top:18px;
}

.box_mess {
    display: inline-block;
    width:350px;
    line-height: 25px;
    min-height:135px;
    color: #333333;
    font-size: 14px;
    text-indent: 2em;
    display: -webkit-box;
    letter-spacing: 1px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    font-family: "Microsoft YaHei"
}

.box_top img{
    width:144px;
    height:80px;

}

.reading{
    position: absolute;
    right: 30px;
    bottom:0px;
    font-size: 12px;
    color: #3d444f;
    line-height:12px;
    border-bottom:1px solid #3d444f;
}

.add_ul{
    width:100%;
    float:left;
    font-weight: 800;
    font-size: 20px;
    color: #3d444f;
    margin-top:30px;
}

.add_ul div{
    float:left;
    width:112px;
}

.add_ul div:nth-child(2){
    text-align: center;
}

.add_ul div:nth-child(3){
    text-align: right;
}

/*金牌律师广告位*/
.advertisement{
    width:100%;
}

.advertisement img{
    width:100%;
}

/*咨询动态模块*/
/*(1)法律案例*/
.consult_warp{
    width:1200px;
    height: 610px;
    position: relative;

}
.consult_warp .product div{
    background: #2b9ccb;
    border-radius: 1px;
    width:154px;
    height:2px;
    margin: 20px auto;
}
.introduce{
    height:540px;
    position: relative;
    top: 120px;
    background: url("../images/bg-fuwu.png") no-repeat center 60px;
}
.introduce-item{
    position: absolute;
    top:90px;
    width: 200px;
    left: 176px;
}
.introduce-item:nth-child(2){
    right: 181px;
    left: auto;
}
.introduce-item:nth-child(3){
    top:411px;
}
.introduce-item:nth-child(4){
    top:411px;
    right: 181px;
    left: auto;
}
.introduce-item-tit{
    font-size: 17px;
    color: #333333;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
}
.introduce-item-txt{
    margin-top: 15px;
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.information{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:60px 0;
    height:520px;
    width: 100%;
    overflow: hidden;
    position: relative;
    top:120px;
}
.information-item{
    width: 360px;
    margin: 20px;
    float: left;
    height:100%;
    text-align: center;
    background-size: 100% 202px;
    background-repeat: no-repeat;
}
.information-item-a:hover{
	color: #2b9ccb;
}
.mask{
    position: absolute;
    z-index: 1;
    opacity: 0.7;
    background-color: #ccc;
    width: 360px;
    height:240px;
    float: left;
}
.information-item-img{
    z-index:2;
    position: relative;
    width: 360px;
    height:202px;
    display: inline-block;
    text-align: center;
    margin-bottom: 21px;
}
.information-tit{
	position: absolute;
	top: 25px;
	margin-left: 135px;
}
.information-item-tit{
    font-size: 17px;
    text-align: center;
	color: #000000;
}
.jiange{
    width: 80px;
    height:4px;
    background: #2b9ccb;
    border-radius: 4px;
	display: inline-block;
}
.information-item-txt1{
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    width: 271px;
    margin: 11px auto 0;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: none;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 0px; 
	line-height: 40px;
}
.information-item-txt2{
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: center;
    width: 271px;
    margin: 11px auto 0;
    overflow:hidden;
    text-overflow:ellipsis;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    word-wrap: break-word;
    display: none;
}
.information-item-a{
    display: inline-block;
    width: 313px;
    font-size: 17px;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-align: left;
    margin-top: 9px;
}
.information-list{
    background:url("../images/more.png") no-repeat;
    width:65px;
    height:17px;
    display: inline-block;
    margin-top: 9px;
}
.information-list:hover{
    background-image: url("../images/more_selected.png");
}

.cooperation{
    height:313px;
    background: url("../images/bg-hezuo.png") no-repeat;
    background-size: 100% 100%;
    padding-top: 35px;
    box-sizing: border-box;
}
.cooperation-tit{
    font-size: 24px;
    color: #333333;
    font-weight: 600;
    text-align: center;
}
.cooperation-list{
    box-sizing: border-box;
    padding: 32px 128px;
    width: 1200px;
    margin: 0 auto;
}
.cooperation-list-item{
    width: 950px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cooperation-list-item img{
    width:19%;
    margin-bottom: 8px;
    border:1px solid #ddd;
}


/*媒体报道，公司动态*/
.module_list{
    width:100%;
    height:443px;
    margin-top:100px;
    display: -webkit-box;
    display: -moz-box;
    display:-webkit-flex;
    display: -ms-flexbox;
    display:flex;
    justify-content: space-between;
    margin-bottom:100px;
}

.module_list_row{
    width:100%;
}

.module_list_left{
    width: 551px;
    height: 442px;
    float: left;
    position: relative;
}

.module_title{
    width: 551px;
    height: 43px;
    position: relative;
    border-bottom:3px solid #3d444f;

}

.module_line{
    width:100%;
    height:1px;
    margin-top:3px;
    background:#3d444f;
}

.module_title h3{
    width: 162px;
    height:25px;
    font-size: 24px;
    line-height: 20px;
    color: #333333;
    font-weight: normal;
    font-stretch: normal;
    font-family: "Microsoft YaHei";
}

.module_title i{
    display: inline-block;
    width:15px;
    height:12px;
    background:url("../images/more.png");
    background-repeat: no-repeat;
    cursor:pointer;
    position: absolute;
    right: 0px;
    top:0px;
}

.module_title i:hover{
    display: inline-block;
    width:15px;
    height:12px;
    background:url("../images/more_red.png");
    background-repeat: no-repeat;
    cursor:pointer;
    position: absolute;
    right: 0px;
    top:0px;
}

.module_center{
    width: 550px;
    height: 371px;
    position: absolute;
    bottom:0px;
}

.center_list{
    width:100%;
    height:92px;
    border-bottom:1px solid #edeff2;
    display: -webkit-box;
    display: -moz-box;
    display:-webkit-flex;
    display: -ms-flexbox;
    display:flex;
    justify-content: space-between;
}

.center_list:hover{
    cursor: pointer;
    box-shadow: 0px 5px 30px rgba(25, 0, 0, .1);

}

.list-left{
    width:87px;
    height:100%;
}


.module_list_title{
    width:100%;
    height:45px;
    margin-top:25px;
    border-right:1px solid #edeff2;
}

.module_list_title span:nth-child(1){
    width: 56px;
    height: 17px;
    font-size: 22px;
    line-height: 24px;
    color: #3d444f;
    margin-left:14px;
}

.module_list_title span:nth-child(2){
    width: 36px;
    height: 13px;
    font-size: 16px;
    line-height: 24px;
    margin-left:36px;
    color: #8f96a1;
}

.module_list_content{
    width:395px;
    height:100%;
    display: table;
}

.module_list_content p{
    color: #3d444f;
    display:table-cell;
    vertical-align:middle;
}

.module_list_img{
    width:26px;
    height:100%;
    position: relative;
}

.module_list_img i{
    display: inline-block;
    width: 8px;
    height: 12px;
    background:url("../images/spread.png");
    position: absolute;
    top:50%;
    margin-top:-6px;
}

.module_list_rignt{
    width: 550px;
    height: 443px;
    float:right;
    position: relative;
}



/*统一提示框*/
.alert_boxs{
    min-width: 400px;
    max-width: 518px;
    height: 220px;
    background-color: #fff;
    border-radius: 5px;
    position: fixed;
    top: 57%;
    left: 44%;
    margin-top:-200px;
    margin-left:-110px;
    z-index: 5000;
}
.alert_boxs .alt_top{
    padding:68px 0px 0px 0px;
    margin-bottom: 52px;
    width: 100%;
}
.margin_box{
    display: table;
    min-width: 128px;
    margin: 0 auto;
}
.alert_boxs .alt_top .alt_logo{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    vertical-align: top;
    background: url("../images/alert_icon.png") no-repeat;
}
.alert_boxs .alt_top .alt_mess{
    font-size: 20px;
    line-height: 30px;
}
.alert_boxs .alt_bottom{
    padding-left: 140px;
}
.alert_boxs .alt_bottom .alert_sure{
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background-color: #2b9ccb;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.alert_box{
    padding: 0 20px;
}
.alert_box,.cancel_box{
    display: none;
}

.cancel_box .alt_top{
    padding:68px 0px 0px 90px;
    margin-bottom: 52px;
}
.cancel_box .alt_bottom{
    padding-left: 65px;
}
.alert_cancel{
    display: inline-block;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 14px;
    color: #4d4d4d;
    background-color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border: 1px solid #bcbcbc;
    vertical-align: top;
    margin-right: 30px;
}




























.project {
    padding-top: 130px;
}

.project_box {
    display: inline-block;
    vertical-align: text-top;
    width: 230px;

    margin-right: 5px;

}
.project img{width:100%;}
.project_box:hover {
    box-shadow: 0 2px 30px 0 rgba(195,195,195,0.25), inset 0 1px 3px 0 rgba(218,218,218,0.50);
}
.line{
    background: #2b9ccb;
    border-radius: 1px;
    width: 120px;
    height:2px;
    margin: 20px auto 0;
}
.project_box h4 {
    font-size: 17px;
    color: #2b9ccb;
    margin-top: 15px;
    font-family:"Microsoft YaHei";
    margin-bottom: 25px;
}

.project_box p {
    font-size: 14px;
    color: #333;
    font-family:"Microsoft YaHei";
    line-height: 24px;
    padding: 0 20%;
}

.project_box b {
    display: inline-block;
    width: 15px;
    height: 2px;
    background-color: black;
    margin: 15px auto;
}