* {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "微软雅黑";
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

img {
    vertical-align: middle;
    display: block;
}

.clearfix {
    clear: both;
}

header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 90px;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1111;
}

header .nav {
    width: 1200px;
    margin: auto;
}

header .nav .logo {
    margin-top: 10px;
    float: left;
}

header .nav ul {
    float: left;
    margin-left: 100px;
}

header .nav ul li {
    display: inline-block;
}

header .nav ul li a {
    display: block;
    height: 90px;
    width: 120px;
    color: #ffffff;
    text-align: center;
    line-height: 90px;
}

header .nav ul li a:hover {
    color: #fff;
}

header .nav .phone {
    float: right;
    width: 201px;
    height: 90px;
    background: #b2000e;
    line-height: 90px;
    text-align: center;
}

header .nav .phone h3 {
    color: #fff;
    font-size: 20px;
}

.banner img {
    max-width: 100%;
}

.Guide_reading {
    /* background: #f6f6f6; */
}

.Guide_reading .GuideText {
    width: 1200px;
    margin: auto;
    padding: 60px 0px;
}

.Guide_reading .GuideText .GuideText_top img {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
}

.Guide_reading .GuideText .GuideText_top p {
    float: right;
    width: 1111px;
    font-size: 16px;
    color: #545454;
    line-height: 28px;
}

.Guide_reading .GuideText .GuideText_top p span {
    color: #c60010;
}

.Guide_reading .GuideText .GuideText_bottom {
    width: 480px;
    height: 55px;
    margin: auto;
    margin-top: 40px;
    border: 2px solid #c60010;
    box-sizing: border-box;
    border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
    position: relative;
}

.Guide_reading .GuideText .GuideText_bottom span {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    top: 15px;
    left: 50px;
    color: #c60010;
}

.Guide_reading .GuideText .GuideText_bottom a {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    top: -2px;
    right: -2px;
    background: #c60010;
    color: #fff;
    text-align: center;
    line-height: 55px;
    width: 192px;
    height: 55px;
    border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
}

.banner_01 {
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -600px;
    /* width: 1205px;
    margin: auto; */
    background: rgba(255, 255, 255, 0.9);
    z-index: 1;
    /* margin-top: 60px; */
}

.banner_01 li {
    float: left;
    width: 240px;
    height: 122px;
    text-align: center;
    border-left: 1px solid #d6d6d6;
    box-sizing: border-box;
    /* border-right: none; */
}

.banner_01 li p {
    font-size: 16px;
    color: #6a6a6a;
}

.banner_01 li h3 {
    font-size: 32px;
    color: #323232;
    padding-top: 25px;
}

.banner_01 li h3 span {
    font-size: 16px;
    /* font-weight: 100; */
    color: #bb0000;
    margin-left: 3px;
}

.item_01 {
    width: 1200px;
    margin: auto;
    padding-bottom: 80px;
}

.item_01 .title {
    text-align: center;
    margin-top: 80px;
}

.item_01 .title h2 {
    display: inline-block;
    font-size: 36px;
    color: #1a1a1a;
    position: relative;
}

.item_01 .title h2::before {
    content: '';
    position: absolute;
    top: 25px;
    left: -52px;
    width: 32px;
    height: 5px;
    background: #787878;
}

.item_01 .title h2::after {
    content: '';
    position: absolute;
    top: 25px;
    right: -46px;
    width: 32px;
    height: 5px;
    background: #787878;
}

.item_01 .title p {
    font-size: 18px;
    color: #555555;
    margin-top: 6px;
}

.item_01 .item_01_content ul {
    margin-top: 40px;
}

.item_01 .item_01_content ul li {
    float: left;
    width: 288px;
    height: 287px;
    background: #f6f6f6;
    margin-left: 16px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    position: relative;
}

.item_01 .item_01_content ul li div {
    margin-top: 50px;
}

.item_01 .item_01_content ul li img {
    display: inline-block;
}

.item_01 .item_01_content ul li h3 {
    font-size: 20px;
    color: #1d1d1d;
    margin-top: 10px;
}

.item_01 .item_01_content ul li p {
    text-align: left;
    font-size: 16px;
    color: #4f4f4f;
    margin-top: 20px;
    padding: 0 35px;
}

.item_01 .item_01_content ul li a {
    display: none;
    /* display: inline-block; */
    width: 288px;
    height: 49px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    background: #c60010;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 49px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.item_01 .item_01_content ul li:hover a {
    display: block;
}

.item_01 .GuideText_bottom {
    width: 480px;
    height: 55px;
    margin: auto;
    margin-top: 40px;
    border: 2px solid #c60010;
    box-sizing: border-box;
    border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
    position: relative;
}

.item_01 .GuideText_bottom span {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    top: 15px;
    left: 50px;
    color: #c60010;
}

.item_01 .GuideText_bottom a {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    top: -2px;
    right: -2px;
    background: #c60010;
    color: #fff;
    text-align: center;
    line-height: 55px;
    width: 192px;
    height: 55px;
    border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
}

.item_02 {
    width: 100%;
    height: 642px;
    background: url(../images/item_02.png) no-repeat center;
    background-size: cover;
    padding-top: 80px;
    box-sizing: border-box;
}

.item_02 .title {
    text-align: center;
}

.item_02 .title h2 {
    display: inline-block;
    font-size: 36px;
    color: #fff;
    position: relative;
}

.item_02 .title h2::before {
    content: '';
    position: absolute;
    top: 25px;
    left: -52px;
    width: 32px;
    height: 5px;
    background: #787878;
}

.item_02 .title h2::after {
    content: '';
    position: absolute;
    top: 25px;
    right: -46px;
    width: 32px;
    height: 5px;
    background: #787878;
}

.item_02 .item_02_content {
    width: 1200px;
    margin: auto;
    color: #fff;
    margin-top: 24px;
}

.item_02 .item_02_content ul {
    float: left;
    width: 587px;
}

.item_02 .item_02_content ul li {
    border-bottom: 1px dashed #575b60;
    height: 70px;
    line-height: 70px;
}

.item_02 .item_02_content ul h3 {
    display: inline-block;
    float: left;
    font-size: 18px;
    width: 36px;
    height: 36px;
    background: url(../images/information.png) no-repeat center;
    background-size: cover;
    line-height: 34px;
    text-align: center;
    margin-top: 18px;
}

.item_02 .item_02_content ul p {
    display: inline-block;
    float: left;
    font-size: 16px;
    margin-left: 13px;
}

.item_02 .item_02_content ul a {
    display: inline-block;
    float: right;
    font-size: 16px;
    width: 100px;
    height: 39px;
    margin-top: 12px;
    text-align: center;
    line-height: 39px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.item_02 .item_02_bottom {
    width: 1200px;
    margin: auto;
    text-align: center;
    margin-top: 80px;
}

.item_02 .item_02_bottom a {
    display: inline-block;
    width: 380px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    color: #fff;
    background: #c60010;
    font-weight: bold;
    border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
}

.item_03 {
    padding: 80px 0;
}

.item_03 .title {
    text-align: center;
}

.item_03 .title h2 {
    display: inline-block;
    font-size: 36px;
    color: #1a1a1a;
    position: relative;
}

.item_03 .title h2::before {
    content: '';
    position: absolute;
    top: 25px;
    left: -52px;
    width: 32px;
    height: 5px;
    background: #787878;
}

.item_03 .title h2::after {
    content: '';
    position: absolute;
    top: 25px;
    right: -46px;
    width: 32px;
    height: 5px;
    background: #787878;
}

.item_03 .title p {
    font-size: 18px;
    color: #555555;
    margin-top: 6px;
}

.item_03 .item_03_content .item_03_time {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    border-bottom: 1px dashed #c60010;
    margin-top: 70px;
    padding-bottom: 23px;
}

.item_03 .item_03_content .item_03_time h3 {
    width: 400px;
    text-align: center;
    color: #c60010;
    font-size: 20px;
    position: relative;
}

.item_03 .item_03_content .item_03_time h3::after {
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: -32px;
    content: '';
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 14px solid #c60010;
}

.item_03 .item_03_content .item_03_text {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.item_03 .item_03_content .item_03_text .item03_item {
    width: 381px;
    height: 490px;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.item_03 .item_03_content .item_03_text .item03_item h3 {
    height: 95px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #c60010;
    padding: 25px 36px;
    box-sizing: border-box;
    line-height: 23px;
}

.item_03 .item_03_content .item_03_text .item03_item ul {
    margin-top: 40px;
}

.item_03 .item_03_content .item_03_text .item03_item ul li {
    display: flex;
    justify-content: flex-start;
    height: 76px;
    width: 308px;
    margin: auto;
}

.item_03 .item_03_content .item_03_text .item03_item ul li span {
    display: inline-block;
    width: 22px;
    height: 27px;
    background: url(../images/item_03.png) no-repeat center;
    background-size: cover;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.item_03 .item_03_content .item_03_text .item03_item ul li p {
    width: 270px;
    font-size: 15px;
    color: #464646;
    margin-left: 18px;
    line-height: 22px;
}

.item_03 .item_03_content .item_03_text .item03_item div {
    text-align: center;
    margin-top: 30px;
}

.item_03 .item_03_content .item_03_text .item03_item div a {
    display: inline-block;
    width: 236px;
    height: 43px;
    background: #3a4750;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 43px;
    border-radius: 21.5px;
    -webkit-border-radius: 21.5px;
    -moz-border-radius: 21.5px;
    -ms-border-radius: 21.5px;
    -o-border-radius: 21.5px;
}

.item_03 .GuideText_bottom {
    width: 480px;
    height: 55px;
    margin: auto;
    margin-top: 40px;
    border: 2px solid #c60010;
    box-sizing: border-box;
    border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
    position: relative;
}

.item_03 .GuideText_bottom span {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    top: 15px;
    left: 50px;
    color: #c60010;
}

.item_03 .GuideText_bottom a {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    top: -2px;
    right: -2px;
    background: #c60010;
    color: #fff;
    text-align: center;
    line-height: 55px;
    width: 192px;
    height: 55px;
    border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
}

.item_04 {
    padding: 80px 0;
    background: #f5f5f5;
}

.item_04 .title {
    text-align: center;
}

.item_04 .title h2 {
    display: inline-block;
    font-size: 36px;
    color: #1a1a1a;
    position: relative;
}

.item_04 .title h2::before {
    content: '';
    position: absolute;
    top: 25px;
    left: -52px;
    width: 32px;
    height: 5px;
    background: #787878;
}

.item_04 .title h2::after {
    content: '';
    position: absolute;
    top: 25px;
    right: -46px;
    width: 32px;
    height: 5px;
    background: #787878;
}

.item_04 .title p {
    font-size: 18px;
    color: #555555;
    margin-top: 6px;
}

.item_04 .item_04_leader {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 40px;
}

.item_04 .item_04_leader .leader_01 {
    width: 400px;
}

.item_04 .item_04_leader .leader_01 h2 {
    font-size: 40px;
    color: #1d1d1d;
}

.item_04 .item_04_leader .leader_01 h2 span {
    font-size: 30px;
    color: #363636;
}

.item_04 .item_04_leader .leader_01 ul {
    padding: 30px 0;
}

.item_04 .item_04_leader .leader_01 ul li {
    height: 34px;
}

.item_04 .item_04_leader .leader_01 ul li p {
    display: inline-block;
    font-size: 16px;
    color: #262525;
    vertical-align: middle;
}

.item_04 .item_04_leader .leader_01 ul li img {
    display: inline-block;
}

.item_04 .item_04_leader .leader_02 {
    margin-left: 45px;
    margin-right: 70px;
}

.item_04 .item_04_leader .leader_03 {
    width: 400px;
    padding-right: 40px;
    box-sizing: border-box;
}

.item_04 .item_04_leader .leader_03 h3 {
    font-size: 20px;
    color: #292929;
}

.item_04 .item_04_leader .leader_03 p {
    font-size: 16px;
    color: #555555;
    margin-top: 20px;
    line-height: 30px;
}

.item_04 .item_04_leader .leader_01 .field {}

.item_04 .item_04_leader .leader_01 .field h3 {
    font-size: 20px;
    color: #292929;
    margin-bottom: 15px;
}

.item_04 .item_04_leader .leader_01 .field div {
    display: flex;
    justify-content: space-around;
}

.item_04 .item_04_leader .leader_01 .field div span {
    display: block;
    padding: 0 26px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    background: #e6e4e4;
    font-size: 16px;
    color: #2b2b2b;
    border-radius: 17.5px;
    -webkit-border-radius: 17.5px;
    -moz-border-radius: 17.5px;
    -ms-border-radius: 17.5px;
    -o-border-radius: 17.5px;
}

.item_04 .item_04_leader .leader_01 a {
    display: block;
    width: 200px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #c70000;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-top: 45px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}

.item_04 .lawyers {
    width: 1200px;
    margin: auto;
    margin-top: 50px;
}

.item_04 .lawyers .swiper-slide {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 583px;
    height: 281px;
    border: 1px solid #eeeeee;
    background: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.item_04 .lawyers .swiper-slide .lawyer_text {
    margin-left: 35px;
}

.item_04 .lawyers .swiper-slide .lawyer_text h3 {
    font-size: 22px;
    color: #2d2d2d;
}

.item_04 .lawyers .swiper-slide .lawyer_text p {
    font-size: 16px;
    color: #4f4f4f;
    line-height: 35px;
    margin-top: 10px;
}

.item_04 .lawyers .swiper-slide .lawyer_text div {
    margin-top: 20px;
}

.item_04 .lawyers .swiper-slide .lawyer_text div a {
    display: inline-block;
    width: 146px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    background: #c70000;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
}

.item_04 .lawyers .swiper-slide .lawyer_text div a:last-child {
    background: #3a4750;
}

.item_04 .GuideText_bottom {
    width: 480px;
    height: 55px;
    margin: auto;
    margin-top: 40px;
    border: 2px solid #c60010;
    box-sizing: border-box;
    border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
    position: relative;
}

.item_04 .GuideText_bottom span {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    top: 15px;
    left: 50px;
    color: #c60010;
}

.item_04 .GuideText_bottom a {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    top: -2px;
    right: -2px;
    background: #c60010;
    color: #fff;
    text-align: center;
    line-height: 55px;
    width: 192px;
    height: 55px;
    border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
}

.item_05 {
    padding: 80px 0;
    width: 100%;
    height: 817px;
    background: url(../images/item_05.png) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
}

.item_05 .title {
    text-align: center;
}

.item_05 .title h2 {
    display: inline-block;
    font-size: 36px;
    color: #fff;
    position: relative;
}

.item_05 .title h2::before {
    content: '';
    position: absolute;
    top: 25px;
    left: -52px;
    width: 32px;
    height: 5px;
    background: #787878;
}

.item_05 .title h2::after {
    content: '';
    position: absolute;
    top: 25px;
    right: -46px;
    width: 32px;
    height: 5px;
    background: #787878;
}

.item_05 .title p {
    font-size: 18px;
    color: #b7c0c7;
    margin-top: 6px;
}

.item_05 .item_05_content {
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.item_05 .item_05_content div {
    width: 285px;
    height: 456px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.item_05 .item_05_content div img {
    display: inline-block;
}

.item_05 .item_05_content div h3 {
    font-size: 20px;
    color: #242424;
    padding-bottom: 30px;
    padding-top: 20px;
    box-sizing: border-box;
    position: relative;
}

.item_05 .item_05_content div h3::before {
    position: absolute;
    content: '';
    width: 31px;
    height: 4px;
    background: #c60010;
    bottom: 16px;
    left: 50%;
    margin-left: -15.5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.item_05 .item_05_content div p {
    font-size: 16px;
    color: #646464;
    text-align: left;
    line-height: 30px;
}

.item_05 .GuideText_bottom {
    width: 480px;
    height: 55px;
    margin: auto;
    margin-top: 40px;
    border: 2px solid #c60010;
    box-sizing: border-box;
    border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
    position: relative;
}

.item_05 .GuideText_bottom span {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    top: 15px;
    left: 50px;
    color: #c60010;
}

.item_05 .GuideText_bottom a {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    top: -2px;
    right: -2px;
    background: #c60010;
    color: #fff;
    text-align: center;
    line-height: 55px;
    width: 192px;
    height: 55px;
    border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
}

.item_06 {
    padding: 80px 0;
}

.item_06 .title {
    text-align: center;
}

.item_06 .title h2 {
    display: inline-block;
    font-size: 36px;
    color: #1a1a1a;
    position: relative;
}

.item_06 .title h2::before {
    content: '';
    position: absolute;
    top: 25px;
    left: -52px;
    width: 32px;
    height: 5px;
    background: #787878;
}

.item_06 .title h2::after {
    content: '';
    position: absolute;
    top: 25px;
    right: -46px;
    width: 32px;
    height: 5px;
    background: #787878;
}

.item_06 .title p {
    font-size: 18px;
    color: #555555;
    margin-top: 6px;
}

.item_06 .item_06_content {
    width: 1200px;
    margin: auto;
    margin-top: 40px;
}

.item_06 .GuideText_bottom {
    width: 480px;
    height: 55px;
    margin: auto;
    margin-top: 40px;
    border: 2px solid #c60010;
    box-sizing: border-box;
    border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
    position: relative;
}

.item_06 .GuideText_bottom span {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    top: 15px;
    left: 50px;
    color: #c60010;
}

.item_06 .GuideText_bottom a {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    top: -2px;
    right: -2px;
    background: #c60010;
    color: #fff;
    text-align: center;
    line-height: 55px;
    width: 192px;
    height: 55px;
    border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
}

.item_07 a {
    display: block;
    width: 100%;
    height: 164px;
    background: url(../images/item_7.png) no-repeat center;
    background-size: cover;
}

.item_08 {
    padding: 80px 0;
}

.item_08 .title {
    text-align: center;
}

.item_08 .title h2 {
    display: inline-block;
    font-size: 36px;
    color: #1a1a1a;
    position: relative;
}

.item_08 .title h2::before {
    content: '';
    position: absolute;
    top: 25px;
    left: -52px;
    width: 32px;
    height: 5px;
    background: #787878;
}

.item_08 .title h2::after {
    content: '';
    position: absolute;
    top: 25px;
    right: -46px;
    width: 32px;
    height: 5px;
    background: #787878;
}

.item_08 .title p {
    font-size: 18px;
    color: #555555;
    margin-top: 6px;
}

.item_08 .item_08_case {
    width: 1200px;
    margin: auto;
    margin-top: 40px;
    padding: 30px;
}

.item_08 .item_08_case .case_content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1182px;
    height: 392px;
    margin: auto;
    box-shadow: 0 8px 21px 1px rgba(0, 0, 0, .2);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
    overflow: hidden;
}
.item_08 .item_08_case .case_content .seal{
    position: absolute;
    top: -30px;
    right: -30px;
}
.item_08 .item_08_case .case_content .case_text {
    width: 700px;
    margin-left: 50px;
}

.item_08 .item_08_case .case_content .case_text .case_text1 {
    font-size: 16px;
    color: #2c2c2c;
    line-height: 25px;
    margin: 25px 0;
}

.item_08 .item_08_case .case_content .case_text .case_text2 {
    font-size: 16px;
    color: #575757;
    line-height: 25px;
}

.item_08 .item_08_case .case_content .case_text .case_title {
    display: flex;
    justify-content: space-between;
}

.item_08 .item_08_case .case_content .case_text .case_title h3 {
    font-size: 22px;
    color: #1e1e1e;
}

.item_08 .item_08_case .case_content .case_text .case_title span {
    font-size: 16px;
    color: #878787;
}

.item_08 .item_08_case .case_content .case_text a {
    display: block;
    font-size: 16px;
    color: #c60010;
    margin-top: 20px;
}
.item_08 .GuideText_bottom {
    width: 480px;
    height: 55px;
    margin: auto;
    margin-top: 40px;
    border: 2px solid #c60010;
    box-sizing: border-box;
    border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
    position: relative;
}

.item_08 .GuideText_bottom span {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    top: 15px;
    left: 50px;
    color: #c60010;
}

.item_08 .GuideText_bottom a {
    position: absolute;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    top: -2px;
    right: -2px;
    background: #c60010;
    color: #fff;
    text-align: center;
    line-height: 55px;
    width: 192px;
    height: 55px;
    border-radius: 27.5px;
    -webkit-border-radius: 27.5px;
    -moz-border-radius: 27.5px;
    -ms-border-radius: 27.5px;
    -o-border-radius: 27.5px;
}
.item_08 .case_classify{
    width: 1200px;
    margin: auto;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.item_08 .case_classify div{
    width: 185px;
    height: 225px;
    background: #f4f4f4;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.item_08 .case_classify div:hover img{
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}
.item_08 .case_classify div img{
    display: inline-block;
    margin-top: 67px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.item_08 .case_classify div h4{
    font-size:18px;
    color: #131313;
    margin-top: 25px;
}
.item_09{
    padding-top: 60px;
    padding-bottom: 80px;
    background: #f4f4f4;
}
.item_09 .item_09_content{
   width: 1200px;
   margin: auto;
   display: flex;
   justify-content: space-between;
}
.item_09 .item_09_content .item_09_text .text_top h3{
   font-size: 28px;
   color: #1c1c1c;
   font-weight: 500;
}
.item_09 .item_09_content .item_09_text .text_top p{
    font-size: 20px;
    color: #535353;
    margin-top: 15px;
 }
 .item_09 .item_09_content .item_09_text .text_bottom{
     margin-top: 90px;
 }
 .item_09 .item_09_content .item_09_text .text_bottom h3{
    font-size: 34px;
    color: #c60010;
 }
 .item_09 .item_09_content .item_09_text .text_bottom p{
    font-size: 16px;
    color: #646464;
 }
 .item_09 .item_09_content .item_09_form input,textarea,a{
display: block;
 }
 .item_09 .item_09_content .item_09_form input{
     width: 378px;
     height: 48px;
     background: #fff;
     border: 1px solid #dcdcdc;
     font-size: 14px;
     padding: 0 20px;
     box-sizing: border-box;
     border-radius: 3px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
}
.item_09 .item_09_content .item_09_form textarea{
   width: 378px;
   height: 112px;
   background: #fff;
   border: 1px solid #dcdcdc;
   font-size: 14px;
   padding: 20px;
   box-sizing: border-box;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -ms-border-radius: 3px;
   -o-border-radius: 3px;
   resize: none;
}
.item_09 .item_09_content .item_09_form a{
    width: 376px;
    height: 48px;
    background: #c60010;
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
}
.item_10{
    background: #172027;
}
.item_10 .item_10_content{
    width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 95px;
    padding-bottom: 65px;
}
.item_10 .item_10_content p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}
.item_10 .item_10_bottom{
    width: 100%;
    line-height: 47px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    border-top: 1px solid #313b42;
}
.honor {
    padding-bottom: 80px;
}

.honor .title {
    text-align: center;
}

.honor .title h2 {
    display: inline-block;
    font-size: 36px;
    color: #1a1a1a;
    position: relative;
}

.honor .title h2::before {
    content: '';
    position: absolute;
    top: 25px;
    left: -52px;
    width: 32px;
    height: 5px;
    background: #787878;
}

.honor .title h2::after {
    content: '';
    position: absolute;
    top: 25px;
    right: -46px;
    width: 32px;
    height: 5px;
    background: #787878;
}

.honor .title p {
    font-size: 18px;
    color: #555555;
    margin-top: 6px;
}
.honor .honor_img{
    width: 1200px;
    margin: auto;
    margin-top: 30px;
    text-align: center;
}
.Bodyright {
    position: fixed;
    right: 0;
    bottom: 400px;
}

.Bodyright a {
    display: block;
    width: 80px;
    /* height: 50px; */
    margin: 5px;
}
.lawyer_pagination{
    left: 48%;
}
.lawyer_pagination span{
    margin-left: 10px;
}