@charset "utf-8";

/* CSS Document */

body {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input {
    vertical-align: middle;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
    transition: all 0.6s;
}

a:hover {
    text-decoration: none;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

input,
textarea {
    font: inherit;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.two {
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

h3 {
    font-weight: normal;
}

em {
    font-style: normal;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.between {
    justify-content: space-between;
}

.around {
    justify-content: space-around;
}

.center {
    align-items: center;
}

.column {
    flex-direction: column;
}

.flexcenter {
    display: flex;
    justify-content: center;
}

.wrap {
    flex-wrap: wrap;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.wrap_box {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
    min-width: 1200px;
}

.cus {
    cursor: pointer;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.bigimg img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.bigimg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.w100 {
    width: 100% !important;
}

.w33 {
    width: 33% !important;
}

.h100 {
    height: 100%;
}

.hidden {
    overflow: hidden;
}

.hide {
    display: none;
}

.bor_b {
    border-bottom: solid 1px #ebeced;
}

.f30 {
    font-size: 30px;
}

.f24 {
    font-size: 24px;
}

.f20 {
    font-size: 20px;
}

.f18 {
    font-size: 18px;
}

.f16 {
    font-size: 16px;
}

.f15 {
    font-size: 15px;
}

.f14 {
    font-size: 14px;
}

.f12 {
    font-size: 12px;
}

.gray6 {
    color: #666 !important;
}

.gray8 {
    color: #888 !important;
}

.gray9 {
    color: #999 !important;
}

.white {
    color: #fff;
}

.mar_t10 {
    margin-top: 10px;
}

.mar_t20 {
    margin-top: 20px;
}

.mar_t30 {
    margin-top: 30px;
}

.mar_r10 {
    margin-right: 10px;
}

.mar_r20 {
    margin-right: 20px;
}

.pad20 {
    padding: 0 20px;
}

.bgw {
    background: #fff;
}

.red {
    color: #d01126 !important;
}

.blue {
    color: #0075bc !important;
}

.bgr {
    background: #d01126;
}

.bgb {
    background: #0075bc;
}


/*banner*/

.pagination {
    text-align: center;
    font-size: 14px;
    margin: 20px 0 0;
}

.pagination li {
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border: solid 1px #cecece;
    padding: 0 12px;
    margin: 0 5px;
    background: #fff;
    border-radius: 3px;
}

.pagination li.active {
    background: #0075bc;
    color: #fff;
    border: none;
}

.pagination form {
    display: none
}

.top {
    background: #f8f8f8;
    border-bottom: solid 1px #e8e8e8;
    height: 33px;
    font-size: 12px;
}

.top a {
    margin: 0 10px;
}

.top a img {
    margin-right: 5px;
}

.header {
    height: 120px;
}

.renzheng {
    width: 150px;
    margin: 0 50px 0 50px;
}

.renzheng li {
    position: relative;
    cursor: pointer;
}

.zhengshu {
    width: 300px;
    left: 0;
    top: 30px;
    z-index: 3;
    display: none;
}

.renzheng li:hover .zhengshu {
    display: block;
}

.search_box {
    width: 550px;
}

.search {
    border: solid 2px #0075bc;
    height: 42px;
    border-radius: 3px;
}

.ss_txt {
    width: 457px;
    height: 38px;
    line-height: 38px;
    padding: 0 20px;
    font-size: 14px;
    border: none;
    background: none;
}

.ss_btn {
    width: 92px;
    height: 38px;
    background: #0075bc;
    color: #fff;
    border: none;
}

.key {
    font-size: 12px;
}

.key a {
    margin-right: 25px;
}

.nav_bg {
    background: #0075bc;
    height: 48px;
}

.type {
    width: 200px;
    background: url(../images/type_tit.png) no-repeat center center #0068a7;
    line-height: 48px;
    cursor: pointer;
}

.type:hover .type_list {
    display: block;
}

.type_list {
    width: 100%;
    top: 48px;
    left: 0;
    background: rgba(0, 117, 188, 0.7);
    z-index: 2;
    padding: 5px 0 0;
    font-size: 16px;
    height: 450px;
}

.type_list>li {
    text-align: left;
    cursor: pointer;
    padding: 0 15px;
}

.type_list>li h3 {
    line-height: 60px;
    padding: 0 10px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.17);
}

.type_list>li h3 span {
    margin-right: 10px;
    width: 22px;
    height: 22px;
    position: relative;
}

.type_list>li h3 span img {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 0;
    left: 0;
}

.type_list>li h3 span img:last-child {
    display: none;
}

.type_list>li:hover {
    background: #fff;
    color: #333;
}

.type_list>li:hover .sub_type {
    display: block;
}

.type_list>li:hover h3 img:last-child {
    display: block;
}

.type_list>li:hover h3 img:first-child {
    display: none;
}

.sub_type {
    width: 1000px;
    height: 450px;
    background: #fff;
    left: 200px;
    top: 0;
    padding: 20px 30px;
    overflow-y: auto;
    display: none;
}

.sub_type a:hover {
    color: #0075bc;
}

.sub_type li {
    margin-bottom: 20px;
}

.sub_type li h4 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.sub_type li p {
    line-height: 40px;
}

.sub_type li p a {
    display: inline-block;
    margin-right: 30px;
    color: #666;
}

.nav_list {
    width: 960px;
}

.nav_list>li {
    position: relative;
}

.nav_list>li>a {
    padding: 0 20px;
    min-width: 105px;
    text-align: center;
    display: block;
    line-height: 48px;
}

.nav_list>li.active {
    background: #525252;
}

.nav_list>li:hover {
    background: #525252;
}

.nav_list>li:hover .sub_nav {
    display: block;
}

.sub_nav {
    width: 100%;
    top: 48px;
    left: 0;
    z-index: 2;
    display: none;
}

.sub_nav li {
    background: #515151;
    cursor: pointer;
    color: #fff;
}

.sub_nav li h3 {
    line-height: 48px;
    font-size: 15px;
    text-align: center;
}

.sub_nav li:nth-child(even) {
    background: #595959;
}

.sub_nav li:hover {
    background: #ffffff;
    color: #0075bc;
}

.sub_nav li:hover .three_nav {
    display: block;
}

.three_nav {
    width: 457px;
    top: 0;
    left: 105px;
    background: #f7f7f7;
    padding-left: 30px;
    height: 192px;
    overflow-y: auto;
    display: none;
}

.three_nav a {
    display: block;
    line-height: 48px;
    color: #333;
    font-size: 16px;
}

.three_nav a:hover {
    color: #0075bc;
}

.banner {
    height: 450px;
}

.banner img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.footer {
    padding: 25px 0 40px;
    align-items: flex-start;
}

.contact {
    width: 215px;
}

.footer_logo img {
    width: 204px;
}

.tel {
    font-size: 28px;
}

.footer_nav {
    width: 500px;
    padding: 5px 0 0;
}

.footer_nav li p {
    line-height: 40px;
}

.footer_nav li p a {
    display: block;
}

.footer_code {
    width: 300px;
    border-left: solid 2px #eeeeee;
    margin: 35px 0 0;
    padding-left: 50px;
}

.copyright {
    border-top: solid 4px #0075bc;
    padding: 25px 0;
}

.piao {
    width: 40px;
    position: fixed;
    top: 60%;
    right: 0;
    z-index: 3;
    transform: translateY(-50%);
}

.piao_list {
    background: #444851;
}

.piao_list li {
    text-align: center;
    padding: 10px 0;
    border-bottom: solid 2px #33363d;
    position: relative;
    cursor: pointer;
}

.piao_list li:last-child {
    border-bottom: none;
}

.piao_list li p {
    font-size: 12px;
    line-height: 20px;
    margin: 5px 0;
}

.online_code_con {
    width: 120px;
    height: 120px;
    top: 0;
    right: 50px;
    display: none;
}

.online_code:hover .online_code_con {
    display: block;
}

.piao_qq:hover .qq_box {
    right: 0;
}

.qq_box {
    width: 140px;
    border-radius: 3px;
    background: #0075bc;
    right: -140px;
    bottom: 0;
    padding: 14px 8px 8px;
    transition: all 0.6s;
}

.qq_con {
    padding: 15px 0;
}

.qq_list li {
    background: url(../images/qq_bg.png) no-repeat;
    width: 92px;
    height: 22px;
    color: #124455;
    padding-left: 25px;
    line-height: 22px;
    margin: 0 auto 13px;
}

.qq_tel {
    line-height: 1.4;
}

.car_num {
    width: 26px;
    height: 26px;
    background: #0075bc;
    color: #fff;
    line-height: 26px;
    border-radius: 100%;
    margin: 0 auto;
    font-size: 12px;
}

.pro_type {
    padding: 0 60px;
    border-bottom: solid 1px #e6e6e6;
    --swiper-navigation-color: #a8a8a8;
    --swiper-navigation-size: 20px;
}

.pro_type li {
    width: auto;
    line-height: 64px;
}

.pro_type li.current {
    font-weight: bold;
    color: #0075bc;
}

.pro_list {
    padding-right: 10px;
    height: 746px;
    overflow-y: auto;
}

.pro_list ul {
    border: solid 1px #eeeeee;
}

.pro_list li {
    width: 16.66666667%;
    border-right: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    text-align: center;
    padding: 20px 20px 30px;
}

.pro_list li:nth-child(6n+6) {
    border-right: 0;
}

.pro_list li p {
    margin: 15px 0 0;
}

.pro_list_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tit_box {
    border-bottom: solid 1px #e6e6e6;
}

.tit {
    width: 140px;
    height: 46px;
    background: #0075bc;
}

.news_list li {
    width: 560px;
    border-bottom: solid 1px #e6e6e6;
    height: 60px;
    color: #666;
    padding-right: 40px;
}

.news_list li:nth-child(even) {
    width: 640px;
    padding-right: 0;
}

.news_list li a {
    width: 70%;
}

.honor_list {
    padding-bottom: 35px;
    border-bottom: solid 2px #eeeeee;
}

.honor_list li {
    text-align: center;
}

.honor_list li .gray6 {
    margin: 15px 0 0;
}

.m_search_bg {
    height: 156px;
}

.m_search_box {
    width: 580px;
    margin: 0 auto;
    flex-direction: column;
}

.m_search {
    border-radius: 5px;
    height: 55px;
}

.m_search .ss_txt {
    width: 460px;
    background: #fff;
    padding: 0 20px;
    height: 55px;
    line-height: 55px;
    font-size: 15px;
}

.m_search .ss_btn {
    width: 120px;
    height: 55px;
}

.main_bg {
    background: #f7f7f7;
}

.standard_bg {
    padding: 30px 0 20px;
}

.standard th {
    font-size: 15px;
    height: 60px;
    border-bottom: solid 1px #dee2e6;
}

.standard td {
    color: #666;
    font-size: 14px;
    height: 61px;
    border-bottom: solid 1px #dee2e6;
    line-height: 60px;
}

.standard tr {
    cursor: pointer;
}

.standard tr:hover {
    background: #ececec;
}

.standard_num {
    width: 215px;
    padding-left: 15px;
}

.standard_name {
    width: 400px;
    padding-right: 20px;
}

.standard_type {
    width: 130px;
}

.standard_date {
    width: 160px;
}

.standard_show_txt {
    padding: 20px 0;
    min-height: 200px;
}

.login_bg {
    background: url(../images/login_bg.jpg) no-repeat center top;
    height: 600px;
}

.login_bg .content {
    justify-content: flex-end;
}

.login_box {
    width: 430px;
    height: 342px;
    padding: 15px 35px 0;
}

.login_tit {
    color: #888888;
    font-size: 20px;
}

.login_tit li {
    margin-right: 25px;
    line-height: 40px;
    cursor: pointer;
}

.login_tit li.current {
    color: #333;
    border-bottom: solid 2px #333;
}

.form_list {
    border: solid 1px #ededed;
    padding: 0 10px;
    height: 46px;
    border-radius: 2px;
}

.user {
    width: 230px;
    border: none;
    border-left: solid 1px #ededed;
    margin-left: 10px;
    padding: 0 10px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    background: none;
}

.user::-webkit-input-placeholder {
    color: #cacaca;
}

.login_btn {
    height: 46px;
    background: #0075bc;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
    margin: 30px 0 0;
    cursor: pointer;
}

.yzm_btn {
    border: none;
    background: none;
}

.reg_bg {
    background: url(../images/reg_bg.jpg) no-repeat center top;
    padding: 50px 0;
}

.reg_box {
    width: 700px;
    padding: 20px 0 34px;
}

.reg_box .form_list {
    width: 358px;
    padding: 0 20px;
}

.reg_tit {
    width: 220px;
    padding-right: 30px;
}

.reg_user {
    height: 44px;
    line-height: 44px;
    border: none;
    background: none;
    width: 246px;
}

::-webkit-input-placeholder {
    color: #cacaca;
}

.reg_select {
    width: 325px;
    height: 44px;
    border: none;
    background: none;
}

.reg_btn {
    width: 200px;
    height: 46px;
    line-height: 46px;
    background: #0075bc;
    color: #fff;
    border-radius: 2px;
    margin: 25px auto 25px 257px
}

.path {
    line-height: 42px;
}

.main {
    padding-bottom: 50px;
}

.main1 {
    padding-bottom: 20px;
}

.check_box {
    align-items: flex-start;
}

.left {
    width: 200px;
}

.left_tit {
    line-height: 60px;
    background: #525252;
}

.check_type {
    padding: 0 15px;
}

.check_type li {
    border-bottom: solid 1px #f5f5f5;
    line-height: 59px;
}

.check_type li.on {
    color: #0075bc;
}

.right {
    width: 980px;
}

.right_tit_box {
    line-height: 60px;
}

.right_tit {
    border-left: solid 6px #0075bc;
    padding-left: 20px;
}

.sub_check_type li {
    padding-right: 40px;
}

.sub_check_type li.on {
    color: #0075bc;
}

.check_pro {
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
}

.check_pro li {
    width: 20%;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
    padding: 17px 23px 30px;
}

.search_list li {
    width: 16.6%;
}

.check_pro_pic {
    height: 150px;
    margin-bottom: 15px;
}

.show_tit {
    line-height: 60px;
}

.show_tit::after {
    width: 72px;
    height: 4px;
    background: #0075bc;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
}

.check_infor {
    padding: 40px 0 20px;
}

.check_infor li {
    width: 565px;
    margin: 0 10px 20px 0;
}

.check_infor li .form_list {
    width: 400px;
}

.check_infor_tit {
    width: 165px;
    color: #666;
    font-size: 15px;
    padding-right: 20px;
    line-height: 18px;
}

.form_user {
    height: 44px;
    padding: 0 10px;
    border: none;
    background: none;
}

.check_taocan {
    padding: 45px 80px 25px;
}

.check_taocan li {
    width: 280px;
    height: 150px;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 25px 32px 15px;
    flex-direction: column;
    margin-right: 80px;
    margin-bottom: 20px;
    overflow: hidden;
    cursor: pointer;
}

.check_taocan li h2 {
    font-size: 24px;
}

.check_taocan li:nth-child(3n+3) {
    margin-right: 0;
}

.check_taocan li.current {
    border: solid 2px #0075bc;
    background: url(../images/check1.png) no-repeat right top;
}

.taocan_price {
    color: #d01126;
    font-size: 25px;
}

.taocan_price span {
    color: #d01126;
    font-size: 36px;
}

.check_list th {
    height: 42px;
    background: #f3f3f3;
    border-top: solid 1px #dfe3e6;
    font-size: 15px;
}

.check_list td {
    height: 60px;
    border-bottom: solid 1px #dfe3e6;
    text-align: center;
}

.check_list td:nth-child(2),
.check_list td:nth-child(3) {
    text-align: left;
}

.check_list_bot {
    padding: 30px 0;
}

.btn {
    width: 140px;
    height: 42px;
    border-radius: 5px;
    line-height: 42px;
}

.order_infor {
    padding: 15px 0;
}

.business_infor th {
    border-top: solid 1px #dfe3e6;
    height: 60px;
    text-align: left;
    font-size: 15px;
}

.business_infor th:nth-child(3) {
    text-align: center;
}

.business_infor th:nth-child(1) {
    padding-left: 25px;
}

.business_infor td {
    border-top: solid 1px #dfe3e6;
    height: 80px;
    font-size: 14px;
}

.business_infor td:nth-child(4) {
    padding-right: 90px;
}

.address_list {
    margin: 30px 0 0;
    /*height: 110px;*/
    overflow: hidden;
}

.address_list li {
    margin-bottom: 15px;
    cursor: pointer;
}

.address_list li.on .address_list_name {
    border: solid 2px #0075bc;
    background: url(../images/check2.png) no-repeat right bottom #fff;
}

.address_list li:hover {
    background: #eef9ff;
}

.address_list li:hover .address_list_btn {
    display: flex;
}

.address_list_name {
    width: 144px;
    height: 40px;
    border: solid 1px #cccccc;
    line-height: 38px;
    background: #fff;
}

.address_list_txt {
    margin: 0 15px 0 25px;
}

.default {
    width: 80px;
    height: 24px;
    background: #999999;
    line-height: 24px;
}

.height_auto {
    height: auto;
}

.more_address {
    padding: 5px 0 25px;
}

.more_address img {
    margin-left: 10px;
    transition: all 0.6s;
}

.more_address.on img {
    transform: rotate(180deg);
}

.order_xx th {
    height: 41px;
    border-top: solid 1px #dfe3e6;
    background: #f3f3f3;
    font-size: 15px;
}

.order_xx th:first-child {
    text-align: left;
    padding-left: 20px;
}

.order_xx td:first-child {
    text-align: left;
}

.order_xx tr:last-child .order_xx_list_head td {
    border-bottom: none !important;
}

.order_xx_head td {
    padding: 20px 0;
    text-align: center;
    border-bottom: solid 1px #dfe3e6;
}

.pro_name {
    padding-left: 20px !important;
}

.sub_check {
    border: solid 1px #999999;
}

.sub_check th {
    background: #eef9ff;
    height: 40px;
    border-top: none !important;
    text-align: center;
}

.sub_check th:first-child {
    padding-left: 25px !important;
}

.sub_check th:last-child {
    padding-right: 65px !important;
}

.sub_check_list {
    margin: 0 auto;
}

.sub_check_list tr:last-child td {
    border-bottom: none !important;
}

.beizhu {
    padding-right: 40px !important;
}

.order_beizhu {
    padding: 20px 0;
}

.order_beizhu textarea {
    height: 100px;
    border: none;
    background: none;
}

.bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 9;
}

.pop {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    position: fixed;
}

.business_pop {
    width: 900px;
    height: 530px;
}

.pop_head {
    padding: 0 30px;
    background: #f5f5f5;
    height: 62px;
}

.pop_con {
    padding: 20px 0 0;
}

.pop_con li {
    margin-bottom: 20px;
    margin-right: 25px;
}

.pop_tit {
    width: 120px;
}

.pop_form {
    width: 300px;
    height: 50px;
    border-radius: 5px;
    border: solid 1px #eeeeee;
    background: none;
    line-height: 48px;
    padding: 0 20px;
    font-size: 16px;
}

.pop_bot {
    background: #f5f5f5;
    height: 98px;
}

.baocun {
    width: 200px;
    height: 50px;
    line-height: 50px;
}

.address_pop {
    width: 700px;
    height: 530px;
}

.address_pop_con {
    padding: 0 30px 35px;
}

.address_pop_con .pop_form {
    width: 310px;
}

.address_pop_tit {
    line-height: 63px;
}

.news_list_tit {
    height: 61px;
    border-bottom: solid 1px #dee2e6;
}

.news_list_box span {
    height: 61px;
    border-bottom: solid 1px #dee2e6;
    width: 180px;
    text-align: center;
    display: block;
    line-height: 60px;
}

.news_list_box span:first-child {
    width: 840px;
    padding-left: 20px;
    text-align: left;
}

.m_news_list li a {
    width: 80%;
}

.m_news_list li:hover {
    background: #ececec;
}

.news_show {
    padding: 0 50px 25px;
}

.news_show_tit {
    padding: 30px 0;
}

.news_zhiyao {
    border: solid 1px #edeeee;
    padding: 20px 40px;
    line-height: 2;
    background: #fcfcfc;
}

.news_show_txt {
    padding: 40px 0;
    border-bottom: dashed 1px #cfcfcf;
    min-height: 200px;
}

.news_show_bot {
    padding: 25px 0 0;
}

.nextpage {
    width: 50%;
}

.nextpage a {
    line-height: 42px;
}

.backlist {
    width: 100px;
    height: 38px;
    line-height: 38px;
}

.about_type li {
    padding-left: 45px;
    position: relative;
}

.about_type li.on::after {
    width: 5px;
    height: 100%;
    background: #0075bc;
    display: block;
    position: absolute;
    left: -15px;
    top: 0;
    content: "";
}

.m_about_box {
    padding: 25px;
}

.m_about_txt {
    width: 600px;
    text-align: justify;
}

.m_about_pic {
    width: 300px;
}

.m_contact_box {
    padding: 30px;
}

.m_contact_con {
    width: 370px;
}

.map {
    width: 500px;
    height: 250px;
}

.m_contact_list li {
    height: 61px;
    border-bottom: solid 1px #dfe3e6;
}

.m_contact_list_tit {
    width: 200px;
    padding-left: 17px;
}

.m_contact_list_tit::after {
    width: 4px;
    height: 20px;
    background: #0075bc;
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.m_honor {
    padding: 20px;
}

.m_honor li {
    width: 85px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.m_honor li:nth-child(10n+10) {
    margin-right: 0;
}

.m_honor_pic {
    width: 85px;
    height: 85px;
    background: #f0f0f0;
    margin-bottom: 15px;
}

.m_honor_pic img {
    width: 60px;
    height: 60px;
}

.standard_upload {
    border: solid 1px #edeeef;
    padding: 20px 25px;
}

.m_job li {
    background: #fff;
    padding: 20px 20px 30px;
    margin-bottom: 10px;
}

.m_job_txt {
    text-align: justify;
}

.laws_list {
    padding: 0 20px;
}

.laws_list li {
    border-bottom: solid 1px #dee2e6;
    padding: 20px 0;
}

.laws_list li:last-child {
    border-bottom: none;
}

.laws_list_pic {
    width: 250px;
    height: 150px;
}

.laws_list_con {
    width: 875px;
}

.help_box {
    width: 420px;
    margin: 0 auto;
    padding: 45px 0 75px;
}

.help_form li {
    margin-top: 20px;
}

.help_form_tit {
    width: 60px;
}

.help_user {
    width: 360px;
    border: solid 1px #ededed;
    border-radius: 2px;
    padding: 0 20px;
    height: 46px;
    background: #fff;
}

.help_user1 {
    height: 140px;
    padding: 10px 20px;
}

.help_btn {
    width: 200px;
    height: 46px;
    line-height: 46px;
    margin: 30px auto 0;
}

.my_order th {
    height: 40px;
    background: #f3f3f3;
    font-size: 15px;
}

.my_order td {
    padding: 10px 0;
    text-align: center;
    color: #666;
    border-bottom: solid 1px #dfe3e6;
}

.my_order_btn {
    width: 100px; 
    height: 36px;
    background: #0075bc;
    line-height: 36px;
    margin: 0 5px;
}

.my_order_btn.on {
    background: #999999;
}

.min_height {
    min-height: 600px;
    padding-bottom: 20px;
}

.pay_tit {
    border-bottom: dashed 1px #dddddd;
    height: 75px;
}

.pay_list {
    padding: 50px 25px;
}

.pay_list li {
    width: 306px;
}

.pay_list_code {
    height: 306px;
    background: url(../images/code_bg.jpg) no-repeat;
    padding: 43px;
    margin: 20px auto 15px;
}

.duigong {
    border: solid 1px #eeeeee;
    padding: 30px 35px;
}

.pay_upload {
    width: 200px;
    height: 52px;
    border-radius: 5px;
    margin: 60px auto 0;
}

.upload_txt {
    top: 0;
    left: 0;
    opacity: 0;
}

.order_xx_head {
    padding: 30px 0 35px;
}

.order_xx_btn {
    width: 140px;
    height: 40px;
    border: solid 1px #dcdcdc;
    margin: 0 10px;
    line-height: 38px;
    color: #888;
}

.order_xx_btn.on {
    background: #f3f3f3;
    color: #333;
}

.order_show_list {
    padding: 35px 0 40px;
}

.order_show_list li {
    width: 33.333%;
    position: relative;
    padding: 0 50px;
}

.order_show_list li>div {
    margin-bottom: 5px;
}

.order_show_list li .fb {
    margin-bottom: 10px;
}

.order_show_list li::after {
    width: 1px;
    height: 165px;
    background: #f3f3f3;
    right: 0;
    top: 10px;
    position: absolute;
    content: "";
    display: block;
}

.order_show_list li .order_show_list_tit {
    width: 80px;
}

.order_show_list li .order_show_list_con {
    width: 190px;
}

.order_show_list li:last-child::after {
    display: none;
}

.order_show_list li:first-child .order_show_list_tit {
    width: 105px;
}

.order_show_list li:first-child .order_show_list_con {
    width: 165px;
}

.beizhu_xx {
    padding: 20px 0;
    line-height: 30px;
}

.all_price {
    bottom: 15px;
    right: 40px;
}

.shop_list th:first-child,
.shop_list td:first-child {
    text-align: left;
    padding-left: 18px;
}

.shop_bot {
    border: solid 1px #e8e8e8;
    height: 50px;
    padding: 0 0 0 15px;
}

.go {
    width: 130px;
    height: 48px;
    line-height: 48px;
    margin-left: 30px;
}

.table_scroll {
    overflow-x: scroll;
}

.my_bill {
    width: 1370px;
}

.my_bill th,
.my_bill td {
    padding-left: 13px;
    padding-right: 13px;
}

.my_bill td {
    font-size: 14px;
    line-height: 24px;
}

.bill_search {
    padding: 20px 0;
}

.bill_ss_txt {
    width: 300px;
    height: 50px;
    border-radius: 5px;
    border: solid 1px #eeeeee;
    padding: 0 20px;
    margin-right: 20px;
    background: #fff;
}

.bill_ss_btn {
    width: 120px;
    height: 50px;
    border: none;
    border-radius: 5px;
}

.my_address {
    padding: 20px 0 0;
}

.my_address li {
    width: 460px;
    height: 196px;
    border: solid 1px #f3f3f3;
    padding: 30px 30px 0 20px;
    position: relative;
    margin-bottom: 20px;
}

.my_address_txt {
    margin-top: 15px;
}

.my_address_txt p {
    margin-bottom: 5px;
}

.default1 {
    width: 80px;
    height: 24px;
    line-height: 24px;
    margin-left: 35px;
}

.ediot_btn {
    right: 74px;
    top: 14px;
}

.del_btn {
    right: 20px;
    top: 14px;
}

.default_btn {
    margin-left: 15px;
}

.my_notice li {
    border-bottom: solid 1px #dfe3e6;
    height: 60px;
    padding: 0 20px;
}

.my_notice li a {
    width: 70%;
}

.my_notice li:hover {
    background: #ececec;
}

.my_honor {
    padding: 20px 0 0;
}

.honor_upload {
    width: 80px;
    height: 30px;
    border-radius: 3px;
    line-height: 30px;
    margin: 10px auto;
}

.password {
    width: 450px;
    margin: 0 auto;
    padding: 75px 0 0;
}

.password .help_form_tit {
    width: 85px;
    text-align: right;
    padding-right: 25px;
}


/* 新增--检测服务详情 */
.d_jcbox .check_taocan{
    padding: 20px 80px 25px;
}
.d_jc{
    padding: 45px 80px 0;
}
.d_jc ul{
    margin-right: -80px;
}
.d_jc li {
    float: left;
    width: 280px;
    margin-right: 80px;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.d_jc input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #ccc;
    border-radius: 3px;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s, background 0.2s;
}
.d_jc input[type="checkbox"]:checked {
    background: #0075bc;
    border-color: #0075bc;
}
.d_jc input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.d_yhj_tit{
    color: #333;
    font-size: 17px;
    line-height: 48px;
    margin: 12px 0 34px;
}
.d_yhj_tit i{
    width: 74px;
    height: 5px;
    display: block;
    background: #0075bc;
}
.d_yhj{
    width: 100%;
}
.d_yhj li{
    float: left;
    width: 340px;
    position: relative;
    padding-left: 40px;
    color: #333;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
    margin: 0 22px 20px 0;
}
.d_yhj_check{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height:25px;
    width: 25px;
    background: url(../img/d_02.png) no-repeat;
    background-size: 100% 100%;
}
.d_yhj li.active .d_yhj_check{
    background: url(../img/d_03.png) no-repeat;
    background-size: 100% 100%;
}

.d_yhj li.notCheck .d_yhj_check{
    background: url(../img/d_08.png) no-repeat;
    background-size: 100% 100%;
}


.d_yhjbg{
    width: 300px;
    height: 130px;
    background: url(../img/d_01.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 0 65px 0 13px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.d_yhj_a{
    line-height: 26px;
    padding: 0 9px;
    display: inline-block;
    color: #2b99e2;
    font-size: 15px;
    background: #eaf5fc;
}
.d_yhj_b{
    padding: 10px 0 7px;
}
.d_yhj_b1{
    float: left;
    line-height: 32px;
    color: #2b99e2;
    font-size: 26px;
    font-weight: bold;
    margin: 11px 17px 0 0;
}
.d_yhj_b1 span{
    font-size: 16px;
    font-weight: normal;
}
.d_yhj_b2{
    float: left;
    color: #666;
    font-size: 15px;
    line-height: 26px;
}
.d_yhj_b2 h1{
    color: #333;
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
}
.d_yhj_c{
    color: #999;
    font-size: 12px;
    line-height: 22px;
}
.d_yhj_d{
    width: 22px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}
.d_xieyi{
    cursor: pointer;
}
.d_tm{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    display: none;
}
.d_xieyi_box{
    width: 968px;
    background: #fff;
    padding: 60px 70px 42px;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.d_xieyi_tit{
    color: #333;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 46px;
    margin-bottom: 32px;
}
.d_xieyi_txt{
    color: #333;
    font-size: 18px;
    line-height: 46px;
    text-align: justify;
    height: 550px;
    padding-right: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 38px;
}
.d_xieyi_txt::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
.d_xieyi_txt::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}
.d_xieyi_txt::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}
.d_xieyi_txt::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.d_xieyi_txt::-webkit-scrollbar-button {
    display: none;
}
.d_xieyi_btn{
    width: 193px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border: none;
    background: #0075bc;
    border-radius: 60px;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    cursor: pointer;
}

/* 新增--个人中心-我的订单 */
.d_order{
    display: inline-block;
    margin: 0 auto;
}
.d_order .my_order_btn{
    float: left;
    margin: 8px 5px 0;
}


/* 新增--积分商城 */
.d_type_box{
    width: 100%;
    background: #fff;
    padding: 15px 25px;
    margin-bottom: 12px;
}
.d_type_left{
    float: left;
    width: 108px;
    line-height: 36px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.d_type_right{
    float: left;
    width: calc(100% - 108px);
}
.d_type{
    float: left;
}
.d_type li{
    float: left;
    line-height: 36px;
    color: #666;
    font-size: 16px;
    margin-right: 30px;
    cursor: pointer;
}
.d_type li.on{
    color: #e10101;
    /*margin-right: 40px;*/
}
/* .d_type li:first-child{
    color: #e10101;
} */
.d_jia{
    float: left;
}
.d_jia input{
    float: left;
    width: 96px;
    height: 36px;
    line-height: 34px;
    padding-left: 8px;
    border: solid 1px #e9e9e9;
    background: #fff;
    color: #666;
    font-size: 15px;
}
.d_jia input::placeholder{
    color: #666;
}
.d_jia span{
    float: left;
    width: 24px;
    text-align: center;
    line-height: 36px;
    color: #666;
    font-size: 15px;
}
.d_jia button{
    float: left;
    width: 70px;
    height: 36px;
    border: solid 1px #ededed;
    background: #cc0000;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    margin-left: 10px;
}
.d_sort{
    float: left;
    color: #666;
    font-size: 16px;
    line-height: 36px;
    margin-right: 10px;
}
.d_sort_img{
    float: left;
    width: 10px;
    margin-top: 11px;
}
.d_sort_img img{
    width: 100%;
    height: 5px;
    margin: 2px 0;
    vertical-align: top;
    display: block;
}
.d_jfbg{
    width: 100%;
    padding: 22px 18px 16px;
    background: #fff;
}
.d_jf {
    border-top: solid 1px #eee;
    border-left: solid 1px #eee;
}

.d_jf li {
    width: 25%;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
    padding: 24px 32px;
}
.d_jf_pic {
    height: 224px;
    margin-bottom: 10px;
}
.d_huan{
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #cc0000;
    color: #fff;
    font-size: 18px;
    border-radius: 40px;
    margin-top: 7px;
}
.d_huan a{
    display: block;
}


/* 新增--我的积分 */
.d_jfbox{
    padding: 0 18px;
}
.d_jflist{
    width: 100%;
    padding: 40px 0 24px;
}
.d_jflist li{
    float: left;
    width: 234px;
}
.d_jflist_a{
    color: #666;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.d_jflist_a img{
    width: 16px;
    height: 16px;
    margin-left: 2px;
}
.d_jflist_b{
    color: #333;
    font-size: 34px;
    line-height: 36px;
}
.d_fen_tit{
    color: #0075bc;
    font-size: 16px;
    line-height: 50px;
    border-bottom: solid 1px #e9e9e9;
    margin-bottom: 20px;
}
.d_fen_tit span{
    display: inline-block;
    padding: 0 12px;
    position: relative;
}
.d_fen_tit i{
    width: 100%;
    height: 3px;
    background: #0075bc;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
.d_fen{
    width: 100%;
    padding-bottom: 20px;
}
.d_fen li{
    padding: 14px 10px;
    border-bottom: dashed 1px #d2d2d2;
}
.d_fen_left{
    float: left;
    width: 70%;
}
.d_fen_right{
    float: right;
    width: 200px;
    text-align: right;
    line-height: 26px;
    color: #43b36d;
    font-size: 16px;
    font-weight: bold;
    margin-top: 18px;
}
.d_fen_right_red{
    float: right;
    width: 200px;
    text-align: right;
    line-height: 26px;
    color: red;
    font-size: 16px;
    font-weight: bold;
    margin-top: 18px;
}
.d_fen_txt{
    color: #333;
    font-size: 17px;
    line-height: 32px;
}
.d_fen_time{
    color: #999;
    font-size: 16px;
    line-height: 26px;
}


/* 新增--我的优惠券 */
.d_juantype{
    border-bottom: solid 1px #e9e9e9;
    margin-top: 20px;
}
.d_juantype li{
    float: left;
    color: #999;
    font-size: 18px;
    line-height: 50px;
    margin-right: 42px;
    cursor: pointer;
}
.d_juantype span{
    display: inline-block;
    padding: 0 12px;
    position: relative;
}
.d_juantype i{
    width: 100%;
    height: 3px;
    background: #0075bc;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
}
.d_juantype li.on{
    color: #0075bc;
}
.d_juantype li.on i{
    opacity: 1;
}
.d_juan_con{
    padding-top: 28px;
}
.d_juan{
    width: 100%;
}
.d_juan ul{
    margin-right: -20px;
}
.d_juan li{
    float: left;
    width: 300px;
    height: 130px;
    background: url(../img/d_01.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 0 65px 0 13px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0 20px 20px 0;
}
.d_juan li.on{
    float: left;
    width: 300px;
    height: 130px;
    background: url(../img/d_07.jpg) no-repeat;
    background-size: 100% 100%;
}
.d_juan li.on .d_yhj_a{
    background: #ececec;
    color: #b4b4b4;
}
.d_juan li.on .d_yhj_b1{
    color: #868686;
}


.d_contact_box .m_contact_list li{
    height: auto;
    padding: 15px 0;
}
.d_text{
    width: calc(100% - 200px);
}

