@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input {
    vertical-align: middle;
}

img {
    border: 0;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

input,
textarea,
select {
    font: inherit;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cus {
    cursor: pointer;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.between {
    justify-content: space-between;
}

.around {
    justify-content: space-around;
}

.concen {
    justify-content: center;
}

.center {
    align-items: center;
}

.wrap {
    flex-wrap: wrap;
}

h3 {
    font-weight: normal;
}

em {
    font-style: normal;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f24 {
    font-size: 24px;
}

.f30 {
    font-size: 30px;
}

.blue {
    color: #012fa7 !important;
}

.orange {
    color: #fb852e;
}

.red {
    color: #e00000;
}

.yellow {
    color: #caa763 !important;
}

.gray6 {
    color: #666;
}

.gray8 {
    color: #888;
}

.gray9 {
    color: #999;
}

.white {
    color: #fff;
}

.hidden {
    overflow: hidden;
}

.hiddenauto {
    overflow: auto;
}

.bor {
    border: solid 1px #e6e6e6;
}

.bor_b {
    border-bottom: solid 1px #eeeeee;
}

.bgw {
    background: #fff;
}

.bgg {
    background: #f8f8f8 !important;
}

.mar_t10 {
    margin-top: 10px;
}

.mar_t20 {
    margin-top: 20px;
}

.mar_t30 {
    margin-top: 30px;
}

.wrap_box {
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    font-family: "微软雅黑";
    line-height: 26px;
    font-size: 14px;
    background: #fff;
    color: #333;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.content {
    width: 1250px;
    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);
}


/*header*/

.top {
    border-bottom: solid 1px #e8e8e8;
    background: #f8f8f8;
    height: 42px;
    line-height: 41px;
}

.logo {
    width: 206px;
    padding: 36px 0 0;
}

.search_box {
    width: 551px;
    margin: 35px 0 0 50px;
}

.search_box1 {
    margin: 39px 0 0;
}

.search {
    border: solid 2px #012fa7;
    border-radius: 5px;
    overflow: hidden;
}

.search_txt {
    width: 457px;
    height: 42px;
    padding: 0 20px;
    border: none;
}

.search_btn {
    width: 89px;
    height: 42px;
    font-size: 16px;
    background: #012fa7;
    color: #fff;
    border: none;
    cursor: pointer;
}

.key {
    padding: 10px 0 24px;
}

.key a {
    margin-right: 15px;
}

.qiugou_btn {
    width: 160px;
    height: 46px;
    margin: 35px 0 0 35px;
    border: solid 1px #012fa7;
    border-radius: 5px;
    background: #ebf1ff;
    line-height: 44px;
    cursor: pointer;
}

.qiugou_btn img {
    margin-right: 10px;
}

.code {
    margin: 30px 0 0;
    width: 140px;
}

.code img {
    width: 79px;
    height: 79px;
    float: left;
    margin-right: 18px;
}

.code h3 {
    font-size: 14px;
    padding: 20px 0 0;
    line-height: 1.2;
}

.code p {
    line-height: 1.2;
}

.notice_box {
    width: 240px;
    border-radius: 10px 10px 0 0;
    z-index: 9;
    border: solid 1px #012fa7;
    height: 500px;
    background: #fff;
    left: 0;
    top: 0;
}

.notice_top {
    background: #012fa7;
    height: 103px;
    padding: 15px 0 0;
    color: #fff;
}

.notice_head {
    background: url(../images/notice_bg.png) no-repeat center center;
    font-size: 16px;
}

.notice_num {
    font-size: 28px;
    margin: 15px 0 0;
}

.notice_num img {
    margin-right: 13px;
}

.notice_con {
    padding: 5px 13px 0;
}

.notice_tit {
    line-height: 40px;
}

.notice_list {
    padding: 10px 0;
}

.notice_list li {
    line-height: 34px;
    color: #666;
}

.notice_btn {
    width: 210px;
    height: 42px;
    background-image: linear-gradient(to right, #fead4d, #fb852e);
    border-radius: 3px;
    line-height: 42px;
    font-size: 19px;
}

.notice_btn img {
    margin-left: 10px;
}

.banner_right {
    width: 228px;
    height: 500px;
    right: 0;
    top: 0;
    z-index: 9;
    background: #fff;
}

.banner_right_tit {
    line-height: 50px;
}

.banner_right_tit_ad {
    line-height: 36px;
}

.banner_right_btn {
    margin: 8px 10px 0;
    padding: 0 10px;
}

.banner_right_btn_list {
    width: 190px;
    height: 42px;
    border-radius: 3px;
    line-height: 42px;
    background: #e2e2e2;
    margin-bottom: 14px;
}

.banner_right_btn_list1 {
    background-image: linear-gradient(110deg, #0748ee, #002fa7);
    color: #fff;
}

.banner_nav {
    width: 190px;
    margin: 0 auto;
    height: 276px;
    overflow: hidden;
}

.banner_nav li {
    width: 56px;
    margin-right: 10px;
    text-align: center;
    margin-top: 10px;
    float: left;
}

.banner_nav li:nth-of-type(3n+3) {
    margin-right: 0;
}

.banner_nav:hover {
    height: auto;
}

.banner_nav li p {
    line-height: 36px;
}

.nav {
    width: 765px;
    margin-left: 250px;
    padding: 7px 0;
}

.nav li {
    width: 85px;
    float: left;
    text-align: center;
    border-radius: 5px;
    line-height: 34px;
    font-size: 16px;
}

.nav li a {
    display: block;
}

.nav li:hover {
    background: #012fa7;
    color: #fff;
}


/*banner*/

.flexslider {
    position: relative;
    overflow: hidden;
}

.flexslider .slides {
    position: relative;
    z-index: 1;
}

.flexslider .slides img {
    width: 100%;
    height: 450px;
}

.flexslider .flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flexslider .flex-control-nav li {
    display: inline-block;
    *display: inline;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    /*background: #ebf1ff;*/
}

.flexslider .flex-control-nav li a {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 40px;
    overflow: hidden;
    background: #ccc;
    border-radius: 100%;
    cursor: pointer;
}

.flexslider .flex-control-nav .flex-active {
    background: #002fa7;
}

.flexslider .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flexslider .flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flexslider .flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../images/prev.png) center center no-repeat;
}

.flexslider .flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../images/next.png) center center no-repeat;
}

.index_bg {
    background: #fafafa;
    padding: 20px 0 50px;
}

.ad_list img {
    height: 120px;
    border-radius: 3px;
}

.tit {
    background: url(../images/line1.png) no-repeat left center;
    font-size: 24px;
    line-height: 33px;
    padding: 28px 0 28px 24px;
    font-style: italic;
}

.tit em {
    color: #888888;
    font-size: 18px;
    font-weight: normal;
    margin-left: 20px;
    font-style: italic;
}

.tit_btn {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    display: block;
    background-image: linear-gradient(to right, #3167f0, #2b52b5);
    font-size: 20px;
    line-height: 40px;
    margin: 26px 0 0;
}

.wholesaler_list li {
    width: 16.66%;
    float: left;
    border-bottom: solid 1px #f7f7f7;
    padding: 30px 40px 20px;
}

.wholesaler_list li p {
    line-height: 48px;
    width: 125px;
}

.wholesaler_list li img {
    width: 98px;
    height: 98px;
    border-radius: 100%;
    border: solid 1px #eeeeee;
}

.index {
    width: 615px;
}

.index_tit {
    background: url(../images/line1.png) no-repeat left center;
    padding-left: 20px;
    font-size: 30px;
    margin: 25px 0;
}

.index_top img {
    width: 100%;
    height: 179px;
}

.index_top_con {
    width: 100%;
    left: 0;
    top: 0;
    padding: 32px 0 0 37px;
    color: #fff;
    line-height: 43px;
}

.index_top_con h3 {
    font-size: 36px;
}

.index_top_con p {
    font-size: 18px;
}

.index_more {
    background: url(../images/index_52.png) no-repeat;
    height: 70px;
    width: 100%;
    right: 0;
    bottom: 0;
    z-index: 3;
    color: #fff;
    font-size: 15px;
    padding-right: 24px;
    padding-top: 30px;
}

.index_list {
    height: 528px;
    padding: 17px 13px 0;
}

.index_list li {
    width: 185px;
    float: left;
    height: 240px;
    border-radius: 10px;
    background: #eeeeee;
    overflow: hidden;
    margin-right: 17px;
    margin-bottom: 15px;
}

.index_list li:nth-of-type(3n+3) {
    margin-right: 0;
}

.index_list li img {
    width: 100%;
    height: 185px;
    object-fit: cover;
}

.index_list li p {
    font-size: 18px;
    margin: 15px 0 0;
    padding: 0 15px;
}

.patner_box {
    border-bottom: solid 2px #eeeeee;
    padding: 30px 0 40px;
}

.patner_tit {
    font-size: 20px;
}

.patner_list .swiper-container {
    width: 1140px;
    margin: 25px auto 0;
}

.patner_list .swiper-button-next,
.patner_list .swiper-button-prev {
    width: 9px;
    height: 15px;
    margin-top: -7px;
    outline: none;
}

.patner_list .swiper-button-next {
    background: url(../images/next.png) no-repeat;
}

.patner_list .swiper-button-prev {
    background: url(../images/prev.png) no-repeat;
}

.footer {
    padding: 35px 0 45px;
}

.bor_r {
    border-right: solid 2px #eeeeee;
}

.footer_nav {
    width: 422px;
}

.footer_nav li {
    float: left;
    width: 140px;
}

.footer_nav li h3 {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 10px;
}

.footer_nav li p a {
    display: block;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.footer_code {
    width: 397px;
    padding-left: 80px;
    padding-top: 13px;
}

.footer_code_list {
    width: 86px;
    margin-right: 70px;
}

.footer_code_list img {
    width: 100%;
    height: 86px;
}

.footer_code_list p {
    padding: 15px 0 0;
    font-weight: bold;
}

.footer_tel_num {
    margin-bottom: 18px;
    margin-top: 10px;
}

.footer_tel_num img {
    width: 21px;
    margin-right: 7px;
}

.footer_tel_num span {
    font-size: 30px;
    margin-left: 15px;
}

.footer_right_nav {
    color: #666;
    line-height: 32px;
}

.footer_right_nav a {
    padding: 0 5px;
}

.copyright {
    border-top: solid 4px #012fa7;
    padding: 20px 0;
    color: #666;
}

.online {
    width: 60px;
    position: fixed;
    right: 20px;
    top: 30%;
    z-index: 9;
}

.online li {
    height: 61px;
    margin-bottom: 6px;
    position: relative;
    cursor: pointer;
}

.online li:first-child {
    background: #fb852e;
    text-align: center;
    color: #e6e6e6;
    font-size: 16px;
    line-height: 22px;
    padding: 9px 0 0;
}

.online li:hover .online_code {
    display: block;
}

.online_code {
    width: 100px;
    height: 100px;
    right: 80px;
    top: 0;
    display: none;
}

.online_per img {
    position: absolute;
    left: 0;
    top: 0;
}

.online_per img:last-child {
    opacity: 0;
}

.online_per:hover img:first-child {
    opacity: 0;
}

.online_per:hover img:last-child {
    opacity: 1;
}

.online_code img {
    width: 100%;
    height: 100%;
}

.welcome {
    width: 250px;
    border-left: solid 3px #c0c0c0;
    margin: 50px 0 0 42px;
    color: #666;
    font-size: 24px;
    padding-left: 20px;
    text-align: left;
}

.login_bg {
    background: url(../images/login_bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    height: 800px;
    margin: 30px 0 0;
}

.login_box {
    width: 850px;
    margin: 0 auto;
    padding: 80px 0 0;
}

.login {
    background: url(../images/login_box.png) no-repeat;
    height: 500px;
    box-shadow: 0 6px 27px rgba(1, 47, 167, 0.2);
    margin-bottom: 30px;
    padding: 0 0 0 75px;
}

.login_l {
    padding: 160px 0 0;
}

.login_l li {
    margin-bottom: 30px;
}

.login_l li h3 {
    color: #002fa7;
    font-size: 36px;
    line-height: 44px;
}

.login_l li p {
    font-size: 22px;
    line-height: 32px;
}

.login_r {
    width: 400px;
    margin-right: 35px;
}

.login_link {
    padding: 30px 0 0 0;
    right: 0;
    top: 0;
}

.login_con {
    width: 330px;
}

.login_tit {
    color: #121212;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 36px;
    padding-top: 50px;
}

.form_list {
    background: #f8f8f8;
    height: 50px;
    padding: 0 13px 0 30px;
    margin-bottom: 10px;
    border-radius: 4px;
}

.user {
    width: 200px;
    padding: 0 16px;
    background: none;
    border: none;
    font-size: 16px;
}

.login_btn {
    background-image: linear-gradient(110deg, #0748ee, #002fa7);
    border-radius: 3px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    margin: 15px 0 45px;
}

.reg_box {
    padding: 50px 0 0;
}

.reg_box .login {
    background: url(../images/reg_box.png) no-repeat;
    height: 548px;
}

.other_tit {
    color: #f1f4f8;
    margin-bottom: 25px;
}

.other_tit span {
    color: #3c4043;
}

.reg_con .login_tit {
    padding: 35px 0 0;
    margin-bottom: 24px;
}

.reg_con .login_btn {
    margin: 0 0 10px;
}

.vip_type {
    padding: 0 0 15px 43px;
}

.vip_type label {
    color: #666;
    margin-left: 25px;
}

.vip_type label input {
    margin-right: 10px;
}

.reg_box2 {
    padding: 50px 0 0;
}

.reg_box2 .login {
    background: url(../images/reg_box2.png) no-repeat;
    height: 606px;
}

.renzheng_bg {
    background: #ebf1ff;
    margin: 30px 0 0;
    padding: 65px 0 30px;
}

.step_list {
    width: 590px;
    margin: 0 auto 60px;
}

.step_list li {
    width: 72px;
    float: left;
    margin-right: 187px;
    position: relative;
    text-align: center;
}

.step_list li .step_num {
    width: 60px;
    height: 60px;
    background: url(../images/step1.png) no-repeat;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: #fff;
    margin: 0 auto;
}

.step_list li .step_tit {
    color: #bfbfbf;
    line-height: 40px;
    font-size: 18px;
}

.step_list li::after {
    width: 167px;
    height: 2px;
    background: #bfbfbf;
    content: "";
    display: block;
    left: -183px;
    top: 28px;
    position: absolute;
}

.step_list li:last-child {
    margin-right: 0;
}

.step_list li:first-child::after {
    display: none;
}

.step_list li.on .step_num {
    background: url(../images/step2.png) no-repeat;
}

.step_list li.on .step_tit {
    color: #012fa7;
}

.step_list li.on::after {
    background: #012fa7;
}

.renzheng_box {
    width: 800px;
    margin: 0 auto 20px;
    border-radius: 8px;
    box-shadow: 0 6px 30px rgba(1, 47, 167, 0.2);
    padding: 35px 150px 95px;
    min-height: 570px;
}

.renzheng_tit {
    color: #121212;
    font-size: 30px;
    line-height: 74px;
    margin-bottom: 14px;
}

.renzheng_tit::after {
    width: 50px;
    height: 4px;
    background: #0836aa;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    content: "";
    bottom: 0;
}

.sub_renzheng_tit {
    font-size: 20px;
    padding: 25px 0 35px;
}

.bussiness_type span {
    width: 237px;
    height: 50px;
    background: #f8f8f8;
    border-radius: 5px;
    line-height: 50px;
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.bussiness_type span:nth-of-type(even) {
    margin-right: 0;
}

.bussiness_type span.active {
    background: #012fa7 url(../images/dui.png) no-repeat 52px center;
    color: #fff;
}

.select_area1 {
    background: #f8f8f8;
    border: none;
    width: 160px;
    height: 50px;
    margin-right: 10px;
    padding: 0 10px;
    font-size: 18px;
    text-overflow: ellipsis;
}

.renzheng_form {
    height: 60px;
    background: #f8f8f8;
    border-radius: 4px;
    width: 100%;
    border: none;
    padding: 0 30px;
    margin-bottom: 20px;
    font-size: 18px;
}

.renzheng_txt {
    width: 320px;
    margin-left: 35px;
    height: 58px;
    background: none;
    border: none;
}

.renzheng_btn {
    background-image: linear-gradient(110deg, #0748ee, #002fa7);
    border-radius: 3px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    margin: 30px 0 0;
    cursor: pointer;
}

.upload_img {
    width: 500px;
    height: 285px;
}

.upload_file {
    width: 500px;
    height: 285px;
    z-index: 9;
    left: 0;
    top: 0;
    opacity: 0;
}

.shenhe {
    padding: 65px 0 0;
}

.shenhe_tit {
    font-size: 20px;
    line-height: 36px;
    margin: 40px auto 0;
    color: #666;
}

.shenhe_btn {
    width: 200px;
    height: 60px;
    background-image: linear-gradient(110deg, #0748ee, #002fa7);
    border-radius: 3px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    margin: 85px auto 0;
    cursor: pointer;
}

.path {
    background: #fafafa;
    height: 50px;
    line-height: 50px;
}

.type li {
    border-bottom: solid 1px #e6e6e6;
    font-size: 16px;
    background: #fafafa;
}

.type li:last-child {
    border-bottom: none;
}

.type li h3 {
    width: 100px;
    height: 100%;
    float: left;
    line-height: 53px;
    padding-left: 20px;
    font-size: 16px;
    color: #121212;
    background: #fafafa;
}

.type li p {
    width: 1148px;
    float: left;
    padding: 14px 0 14px 15px;
    /* margin-left: 15px; */
    background: #fff;
}

.type li p a {
    padding: 0 25px 0 10px;
    line-height: 25px;
    display: inline-block;
    margin-right: 20px;
}

.type li p a.on {
    background: url(../images/dui.png) no-repeat right 5px center #fb852e;
    color: #fff;
}

.type li p a.on1 {
    color: #fb852e;
}

.m_wholesaler_list {
    margin: 20px 0;
}

.m_wholesaler_list li img {
    width: 305px;
    height: 122px;
}

.m_wholesaler {
    padding-bottom: 40px;
}

.m_wholesaler li {
    border: solid 1px #e6e6e6;
    width: 620px;
    float: left;
    margin: 0 10px 10px 0;
}

.m_wholesaler li:nth-child(even) {
    margin-right: 0;
}

.m_wholesaler_pic img {
    width: 160px;
    height: 160px;
}

.m_wholesaler_con {
    width: 420px;
    margin: 20px 20px 0 0;
}

.m_wholesaler_con p {
    color: #666;
    font-size: 16px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
}

.m_wholesaler_con_tit {
    margin-bottom: 20px;
}

.m_wholesaler_con_tit span {
    width: 56px;
    background: #bb141b;
    border-radius: 5px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 0 12px;
    margin-right: 10px;
}

.m_wholesaler_con_tit b {
    color: #002fa7;
    font-size: 18px;
    vertical-align: sub;
    margin-right: 15px;
}

.m_wholesaler_con_tit strong {
    color: #111111;
    font-size: 18px;
}

.page a {
    color: #666666;
    border: solid 1px #cecece;
    padding: 0 15px;
    line-height: 36px;
    display: inline-block;
    margin: 0 7px;
}

.page a.on {
    background: #012fa7;
    color: #fff;
    border-radius: 3px;
}

.main {
    border-bottom: solid 10px #fafafa;
    padding-bottom: 40px;
    min-height: 420px;
}

.kuangshichang {
    padding-bottom: 40px;
}

.kuangshichang li {
    margin-top: 20px;
    border: solid 1px #e6e6e6;
    position: relative;
}

.kuangshichang_pic {
    width: 425px;
}

.kuangshichang_pic img {
    height: 298px;
    width: 100%;
}

.kuangshichang_con {
    width: 745px;
    margin: 40px 40px 0 0;
}

.kuangshichang_con_tit {
    font-size: 30px;
    line-height: 40px;
}

.kuangshichang_con_tips {
    color: #666;
    margin: 15px 0;
}

.kuangshichang_con_txt {
    color: #666;
    line-height: 28px;
    height: 112px;
    overflow: hidden;
}

.kuangshichang_btn {
    width: 143px;
    height: 50px;
    background: url(../images/btn1.png) no-repeat;
    line-height: 50px;
    padding-left: 22px;
    right: 0;
    top: 20px;
    font-size: 18px;
    color: #fff;
}

.m_search {
    width: 330px;
    height: 53px;
    right: 0;
    top: 0;
}

.m_search_txt {
    width: 270px;
    border: none;
    border-left: solid 1px #e6e6e6;
    height: 32px;
    background: url(../images/ss.png) no-repeat 18px center;
    padding: 0 10px 0 50px;
}

.m_search_btn {
    width: 59px;
    height: 53px;
    background: #012fa7;
    color: #fff;
    line-height: 53px;
    border: none;
}

.shangjia {
    padding-bottom: 40px;
}

.shangjia li {
    width: 240px;
    height: 340px;
    border: solid 1px #e6e6e6;
    background: #f4f4f4;
    text-align: center;
    float: left;
    margin: 0 12px 10px 0;
}

.shangjia li:nth-child(5n+5) {
    margin-right: 0;
}

.shangjia_pic>img {
    width: 238px;
    height: 238px;
}

.shangjia_address {
    font-size: 18px;
    padding: 22px 10px 10px;
}

.star img {
    margin: 0 3px;
}

.proku li {
    background: #fff;
}

.shangjia_tit {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.6);
    line-height: 30px;
}

.shangjia_tit img {
    width: 17px;
    height: 15px;
}

.shangjia_tit b {
    vertical-align: sub;
    margin-right: 8px;
}

.proku_con {
    padding: 13px 10px;
}

.proku_tit {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.proku_l {
    width: 290px;
}

.proku_r {
    width: 958px;
}

.proku_r li {
    width: 319px;
    height: 180px;
    float: left;
    border-bottom: solid 1px #e6e6e6;
    border-right: solid 1px #e6e6e6;
}

.proku_r li:nth-child(3n+3) {
    border-right: none;
}

.proku_r li:nth-child(7),
.proku_r li:nth-child(8),
.proku_r li:nth-child(9) {
    border-bottom: none;
}

.proku_r li h3 {
    color: #121212;
    font-size: 18px;
    padding: 25px 0 0 20px;
}

.proku_r li .proku_r_img {
    float: right;
    margin-right: 70px;
}

.proku_r_ad {
    width: 319px;
    height: 180px;
}


/* 发求购 */

.qiufagou_box {
    padding: 24px 180px 77px 160px;
    margin: 40px 0 0;
}

.qiufagou_form_list_tit {
    width: 200px;
    line-height: 36px;
    padding-right: 45px;
}

.qiufagou_form_list_form {
    width: 700px;
    border-bottom: solid 1px #eeeeee;
    padding: 30px 0;
}

.qiufagou_user {
    width: 570px;
    height: 36px;
    line-height: 36px;
    border: none;
    background: none;
    font-size: 18px;
}

.qiufagou_user1 {
    width: 100%;
}

.upload_img1 {
    width: 160px;
    height: 160px;
}

.upload_file1 {
    width: 160px;
    height: 160px;
    z-index: 9;
    left: 0;
    top: 0;
    opacity: 0;
}

.qiufagou_form_btn {
    background-image: linear-gradient(110deg, #0748ee, #002fa7);
    width: 300px;
    height: 60px;
    font-size: 18px;
    color: #fff;
    line-height: 60px;
    margin: 70px auto 0;
    border-radius: 3px;
    display: block;
    border: 0px;
}

.select_area {
    width: 200px;
    height: 36px;
    border: solid 1px #eee;
    margin-right: 20px;
}

.imgList {
    overflow: hidden;
}

.imgList .item {
    width: 160px;
    height: 160px;
    margin-left: 20px;
    float: left;
    position: relative;
}

.imgList .item img {
    display: block;
    width: 100%;
    height: 100%;
}

.imgList .item span {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    background: red;
    color: #fff;
    height: 20px;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    line-height: 20px;
    cursor: pointer;
}

.qiufagou_result {
    padding: 50px 0 20px;
    margin: 40px 0 0;
}

.sucess p {
    line-height: 30px;
    margin: 30px 0 65px;
}

.search_pro {
    width: 998px;
    margin: 0 auto;
}

.search_pro li:nth-child(4n+4) {
    margin-right: 0;
}

.main1 {
    background: #fafafa;
    padding-bottom: 35px;
}

.welcome1 {
    width: 440px;
}

.welcome1 .m_wholesaler_con_tit {
    margin: 0;
}

.welcome1 .m_wholesaler_con_tit strong {
    margin-right: 25px;
}

.welcome2 {
    width: 140px;
}

.star_list {
    height: 12px;
}

.star_list img {
    vertical-align: top;
}

.pro_xx_head {
    padding: 50px 50px 25px 50px;
}

.pro_xx_head_l {
    width: 380px;
}

.pro_big li {
    position: relative;
    height: 380px;
}

.pro_big img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 380px;
    max-height: 380px;
}

.pro_small {
    width: 340px;
    margin: 14px auto 0;
}

.pro_small .swiper-slide {
    border: solid 1px #e5e5e5;
}

.pro_small .swiper-slide-thumb-active {
    border: solid 1px #012fa7;
}

.pro_small li img {
    width: 58px;
    height: 58px;
}

.pro_xx_head_r {
    width: 740px;
}

.pro_xx_head_r_tit {
    color: #333;
    font-size: 24px;
    line-height: 36px;
    padding: 14px 0 30px;
}

.pro_xx_price {
    background: url(../images/main9.jpg) no-repeat;
    height: 68px;
    padding-left: 20px;
    line-height: 68px;
    color: #121212;
}

.pro_size {
    padding-left: 20px;
    line-height: 68px;
}

.pro_xx_tel {
    width: 180px;
    height: 50px;
    background: #fb852e;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
}

.pro_xx_tel img {
    margin-right: 10px;
}

.pro_xx_wechat {
    width: 180px;
    height: 50px;
    background: #13d14e;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    margin: 0 55px 0 15px;
}

.pro_xx_wechat img {
    margin-right: 10px;
}

.pro_xx_shoucang {
    line-height: 50px;
    color: #121212;
}

.pro_xx_shoucang img {
    margin-right: 14px;
}

.pro_xx_box {
    margin: 15px 0 0;
}

.pro_l_box {
    width: 240px;
}

.pro_l {
    width: 240px;
    border: solid 1px #012fa7;
    padding: 24px 8px;
    background: #fdfefe;
}

.pro_l_photo {
    width: 100px;
    height: 100px;
    border: solid 3px #c7d1ed;
    border-radius: 100%;
    margin-bottom: 25px;
}

.pro_l_btn {
    width: 106px;
    height: 32px;
    border: solid 1px #e4e4e4;
    border-radius: 2px;
    background: #fffffe;
    color: #202224;
    line-height: 30px;
}

.pro_l_btn img {
    margin-right: 5px;
}

.pro_r {
    width: 990px;
}

.pro_tit span {
    width: 145px;
    border-bottom: solid 3px #012fa7;
    line-height: 64px;
    display: inline-block;
    font-size: 18px;
    color: #012fa7;
}

.pro_xx {
    padding: 30px;
}

.pro_tuijian_tit {
    line-height: 61px;
    background: url(../images/icon9.png) no-repeat 18px center;
    padding-left: 40px;
}

.pro_tuijian_tit span {
    font-size: 18px;
    color: #333;
    margin-right: 15px;
}

.tuijian {
    padding: 20px;
}

.tuijian_list li {
    width: 226px;
    height: 320px;
    margin-right: 14px;
    overflow: hidden;
}

.tuijian_list li:nth-child(4n+4) {
    margin-right: 0;
}

.tuijian_list li:nth-child(5n+5) {
    margin-right: 14px;
}

.tuijian_list .shangjia_pic img {
    /* width: 224px;*/
    height: 221px;
}

.shangjia_search {
    margin: 42px 0 0;
}

.shaijia_ad {
    height: 131px;
    border-top: solid 1px #fafafa;
}

.shangjia_nav {
    background: #012fa7;
    height: 50px;
}

.shangjia_nav a {
    width: 110px;
    font-size: 16px;
    margin: 0 25px;
    line-height: 50px;
    color: #fff;
    display: inline-block;
}

.shangjia_nav a.active {
    background: #fb852e;
}

.shangjia_nav a:hover {
    background: #fb852e;
}

.pro_l_title {
    background: url(../images/main14.jpg) no-repeat;
    height: 50px;
    padding-left: 10px;
    line-height: 50px;
    color: #fff;
}

.pro_l_title img {
    margin-right: 10px;
}

.pro_l_type {
    padding: 0 15px;
}

.pro_l_type>li {
    padding: 0 3px 0 20px;
}

.pro_l_type>li h3 {
    font-size: 16px;
    padding: 10px 0;
}

.pro_l_type>li h3.jia {
    background: url(../images/jia.png) no-repeat right center;
}

.sub_pro_l_type {
    line-height: 28px;
    color: #666666;
    border-bottom: solid 1px #e5e5e5;
    padding: 0 0 12px 15px;
    display: none;
}

.pro_l_contact {
    padding: 20px;
    line-height: 30px;
}

.more {
    width: 97px;
    height: 32px;
    border-radius: 16px;
    line-height: 32px;
    background-image: linear-gradient(110deg, #0748ee, #002fa7);
    color: #fff;
    margin-right: 20px;
}

.pro_r_xx {
    padding: 20px 24px;
}

.zizhi_list {
    padding: 12px 0;
    font-size: 16px;
}

.zizhi_list_tit {
    width: 76px;
}

.zizhi_list_con {
    width: 820px;
}

.shijing {
    padding: 0 20px;
}

.shijing li {
    width: 226px;
    float: left;
    border: solid 1px #e6e6e6;
    text-align: center;
    margin: 0 14px 20px 0;
    overflow: hidden;
}

.shijing li img {
    height: 220px;
}

.shijing li:nth-child(4n+4) {
    margin-right: 0;
}

.shijing li p {
    line-height: 47px;
    background: #d2d2d2;
    font-size: 18px;
}

.pro_xx_bottom_bg {
    width: 100%;
    position: sticky;
    bottom: 0;
}

.pro_xx_bottom {
    width: 100%;
    background: #ebf1ff;
    height: 100px;
    right: 0;
    transition: all 0.6s;
}

.pro_xx_bottom .content {
    height: 100px;
}

.pro_xx_bottom .pro_xx_wechat {
    margin: 0 0 0 15px;
    border-radius: 25px;
}

.pro_xx_bottom .pro_xx_tel {
    margin: 0 0 0 15px;
    border-radius: 25px;
}

.pro_xx_bottom_on {
    transform: translate(100%);
}

.pro_xx_logo {
    font-size: 30px;
}

.shouqi {
    width: 70px;
    height: 100px;
    right: 0;
    top: 0;
    padding: 30px 0 0;
    background: #ebf1ff;
}

.shouqi img {
    transition: all 0.6s;
}

.shouqi p span:last-child {
    display: none;
}

.zixun img {
    transform: rotate(180deg);
}

.zixun p span:last-child {
    display: block;
}

.zixun p span:first-child {
    display: none;
}

.bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 102;
    display: none;
}

.wechat_box {
    width: 402px;
    height: 585px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}

.wechat {
    width: 402px;
    height: 432px;
    background: #fff;
    border-radius: 20px;
    padding: 80px 0 0;
}

.wechat p {
    color: #666666;
    font-size: 22px;
    padding: 25px 0 15px;
}

.wechat h2 {
    color: #222222;
    font-size: 30px;
}

.wechat_code {
    width: 180px;
    height: 180px;
    border: solid 1px #efefef;
    margin: 0 auto;
    padding: 10px;
}

.wechat_icon {
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.city_name {
    font-size: 24px;
    padding: 25px 0;
}

.city_name_list li {
    width: 146px;
    height: 70px;
    border-radius: 5px;
    background: #ebf1ff;
    text-align: center;
    padding: 10px 0 0;
    float: left;
    margin: 0 11px 10px 0;
}

.city_name_list li:nth-child(8n+8) {
    margin-right: 0;
}

.city_name_list li h3 {
    font-size: 18px;
}

.city_name_list li p {
    font-size: 16px;
}

.yonghu_left {
    border-right: solid 1px #ececec;
    width: 895px;
    padding: 30px 40px 0;
    min-height: 400px;
}

.yonghu_left_tit {
    color: #111111;
    font-size: 30px;
}

.yonghu_left_txt {
    font-size: 18px;
    line-height: 2;
}

.yonghu_right {
    width: 352px;
    padding: 36px 0;
}

.yonghu_right h4 {
    color: #111111;
    font-size: 18px;
    margin: 10px 0;
}

.yonghu_photo {
    width: 128px;
    height: 128px;
    border-radius: 10px;
}

.yonghu_tel {
    width: 240px;
    height: 50px;
    border-radius: 3px;
    background-image: linear-gradient(110deg, #0748ee, #002fa7);
    margin: 10px auto 0;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
}

.yonghu_tel1 {
    background-image: linear-gradient(110deg, #fead4d, #fb852e);
}

.m_book li {
    width: 615px;
    height: 300px;
    border: solid 1px #ececec;
    padding: 10px;
    float: left;
    margin: 0 20px 20px 0;
}

.m_book li:nth-child(even) {
    margin-right: 0;
}

.book_pic {
    width: 200px;
    height: 280px;
}

.book_pic img {
    width: 100%;
    height: 100%;
}

.book_con {
    width: 335px;
    margin-right: 30px;
}

.book_con_tit {
    color: #121212;
    font-size: 22px;
    margin: 20px 0;
    /*    line-height: 27px;
    height: 27px;*/
}

.book_txt {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
}

.book_head {
    padding: 10px;
}

.book_head_pic {
    width: 300px;
    height: 420px;
}

.book_head_pic img {
    width: 100%;
    height: 100%;
}

.book_head_con {
    width: 870px;
}

.book_head_con .book_txt {
    height: 300px;
}

.book_list {
    padding-bottom: 30px;
}

.book_list li {
    width: 240px;
    height: 380px;
    border: solid 1px #ececec;
    padding: 11px 11px 0;
    float: left;
    margin: 0 12px 20px 0;
}

.book_list li:nth-child(5n+5) {
    margin-right: 0;
}

.book_list_pic {
    width: 218px;
    height: 305px;
}

.book_xx_tit {
    font-size: 36px;
    line-height: 1.5;
    padding: 40px 0 0;
}

.book_xx {
    width: 850px;
    margin: 0 auto;
    padding: 70px 0 0;
}

.book_xx .swiper-container {
    width: 600px;
}

.book_xx .swiper-container-horizontal>.swiper-pagination-bullets,
.book_xx .swiper-pagination-custom,
.book_xx .swiper-pagination-fraction {
    top: 10px;
    font-size: 18px;
}

.book_xx .swiper-button-next,
.book_xx .swiper-button-prev {
    width: 80px;
    height: 80px;
}

.book_xx .swiper-button-prev {
    left: 0;
    background: url(../images/prev1.png) no-repeat;
}

.book_xx .swiper-button-next {
    background: url(../images/next1.png) no-repeat;
    right: 0;
}

.fb_popular_btn {
    width: 130px;
    height: 40px;
    background-image: linear-gradient(110deg, #0748ee, #002fa7);
    border-radius: 20px;
    color: #fff;
    line-height: 40px;
    margin: 40px 0 0 10px;
}

.popular_list {
    padding-bottom: 30px;
}

.popular_list li {
    width: 300px;
    float: left;
    margin: 0 15px 20px 0;
}

.popular_list li:nth-child(4n+4) {
    margin-right: 0;
}

.popular_list_pic {
    width: 100%;
    height: 300px;
}

.popular_list_con {
    height: 90px;
    padding: 15px 10px 0;
}

.brandshow {
    padding-bottom: 20px;
}

.brandshow li {
    width: 400px;
    float: left;
    margin: 0 25px 30px 0;
}

.brandshow li:nth-child(3n+3) {
    margin-right: 0;
}

.brandshow_pic img {
    width: 400px;
    height: 222px;
}

.brandshow_icon {
    background: url(../images/video.png) no-repeat;
    width: 35px;
    height: 35px;
    right: 20px;
    bottom: 15px;
}

.brandshow_con {
    height: 60px;
    background: #d2d2d2;
    border-radius: 0 0 10px 10px;
    padding: 0 20px;
}

.brandshow_con_tit {
    width: 240px;
}

.heart {
    background: url(../images/heart1.png) no-repeat right 1px center;
    padding-right: 25px;
    cursor: pointer;
}

.heart_on {
    background: url(../images/heart2.png) no-repeat right 1px center;
}

.qiangdan_list {
    padding-bottom: 50px;
}

.qiangdan_list li {
    border-bottom: solid 1px #e6e6e6;
    padding: 20px 20px 30px;
}

.qiangdan_list_left {
    width: 800px;
}

.qiangdan_list_tit {
    font-size: 24px;
    line-height: 1.75;
}

.qiangdan_list_con {
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.qiangdan_list_right {
    width: 100px;
}

.qiangdan_list_date {
    width: 100px;
    height: 80px;
    border: solid 1px #bfbfbf;
    border-radius: 5px;
    padding: 17px 0 0;
}

.qiangdan_list_more {
    text-decoration: underline;
    line-height: 2;
    margin: 15px 0 0;
    display: block;
}

.qiangdan_xx_box {
    padding: 60px 80px 50px;
}

.qiangdan_xx_tit {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 150%;
}

.contact_btn {
    background: #fb852e;
    width: 220px;
    height: 76px;
    border-radius: 38px;
    margin: 35px 0 0;
    color: #fff;
    font-size: 24px;
    line-height: 76px;
    box-shadow: 0 0 16px rgba(251, 133, 46, 0.4);
}

.contact {
    height: 242px;
}

.meeting_l {
    width: 880px;
}

.meeting_l_con {
    width: 765px;
}

.meeting_l_date {
    width: 100px;
}

.tab1 {
    font-size: 18px;
    background: #012fa7;
    border-radius: 5px;
    color: #fff;
    line-height: 36px;
    height: 36px;
    padding: 0 10px;
    display: inline-block;
    margin-right: 15px;
}

.meeting_r {
    width: 330px;
    padding: 15px 28px 10px;
}

.meeting_r h2 {
    color: #121212;
    font-size: 24px;
}

.meeting_r_tit {
    padding-bottom: 10px;
}

.meeting_r_tit::after {
    width: 29px;
    height: 4px;
    background: #012fa7;
    content: "";
    bottom: 0;
    left: 0;
    display: block;
    position: absolute;
}

.meeting_r_list li img {
    width: 100%;
    height: 150px;
}

.meeting_r_list li p {
    line-height: 2.75;
}

.meeting_list {
    padding-bottom: 50px;
}

.meeting_list li {
    border-bottom: solid 1px #e6e6e6;
    padding: 30px 0;
}

.meeting_list_pic {
    width: 270px;
}

.meeting_list_pic img {
    width: 100%;
    height: 150px;
}

.meeting_list_con {
    width: 765px;
    margin: 20px 0 0 35px;
}

.meeting_zhaiyao {
    border: solid 1px #ecedee;
    background: #fcfcfc;
    padding: 25px 40px;
    line-height: 2;
}

.nextpage_box {
    border-top: 1px #cdcdcd dashed;
    margin: 80px 0 0;
    padding: 30px 0 0;
}

.nextpage a {
    display: block;
    line-height: 44px;
}

.nextpage_back {
    width: 100px;
    height: 38px;
    background: #fb852e;
    line-height: 38px;
    display: block;
    color: #fff;
    margin: 20px 0 0;
}

.area_search_box {
    margin: 40px 0 0;
    padding: 46px 0 30px;
}

.area_search_sel {
    width: 160px;
    height: 52px;
    line-height: 52px;
    background: #f8f8f8;
    border-radius: 3px;
    margin: 0 40px 0 50px;
    border: none;
}

.area_search_btn {
    background-image: linear-gradient(110deg, #0748ee, #002fa7);
    width: 300px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    border: none;
    margin: 35px auto 0;
    display: block;
    cursor: pointer;
}

.wuliu_shop_list {
    padding: 30px 0 10px;
}

.wuliu_shop_list li {
    width: 140px;
    height: 120px;
    background: #ebf1ff;
    border-radius: 10px;
    text-align: center;
    color: #012fa7;
    padding: 25px 0 0;
    line-height: 1.5;
    margin: 0 15px 20px 0;
    float: left;
}

.wuliu_shop_list li:nth-child(8n+8) {
    margin-right: 0;
}

.wuliu_shop_list li h3 {
    font-size: 24px;
}

.wuliu_shop_list li p {
    font-size: 18px;
}

.wuliu_ad_list {
    padding: 30px 0 0;
}

.wuliu_ad_list li {
    width: 305px;
    float: left;
    margin: 0 10px 20px 0;
}

.wuliu_ad_list li:nth-child(4n+4) {
    margin-right: 0;
}

.wuliu_ad_list li img {
    width: 100%;
    height: 120px;
}

.search_city {
    width: 160px;
    height: 52px;
    background: #f8f8f8;
    border-radius: 3px;
    line-height: 52px;
    margin: 0 50px;
}

.city_nar {
    width: 31px;
    height: 31px;
}

.wuliu_list li {
    width: 620px;
    height: 160px;
    border: solid 1px #e6e6e6;
    margin: 20px 10px 0 0;
    float: left;
}

.wuliu_list li:nth-child(even) {
    margin-right: 0;
}

.wuliu_list_pic {
    width: 158px;
}

.wuliu_list_pic img {
    width: 100%;
    height: 158px;
}

.wuliu_list_con {
    width: 410px;
    margin-right: 20px;
    margin-top: 20px;
}

.wuliu_list_tit {
    color: #111111;
}

.wuliu_list_txt {
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 10px 0;
}

.wuliu_xx_con {
    width: 1150px;
    /*height: 100%;*/
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.wuliu_xx_tit {
    color: #111111;
    line-height: 42px;
    padding: 30px 0;
}

.wuliu_xx_txt {
    height: 335px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    padding: 60px 50px 0;
}

.wuliu_xx_txt_tit {
    color: #020202;
    font-size: 24px;
}

.wuliu_xx_txt_con {
    line-height: 2;
}

.wuliu_shoucang {
    width: 110px;
    height: 46px;
    background: #fb852e;
    border-radius: 30px 0 0 30px;
    color: #fff;
    line-height: 46px;
    right: 0;
    top: 22px;
}

.wuliu_address_tit {
    margin: 40px 0 0;
}

.wuliu_address_tit li {
    width: 195px;
    height: 50px;
    border-radius: 5px;
    line-height: 50px;
    text-align: center;
    background: #d2d2d2;
    margin: 0 28px;
    cursor: pointer;
}

.wuliu_address_tit li.current {
    background: #002fa7;
    color: #fff;
}

.wuliu_address {
    margin: 45px 0 0;
    display: none;
}

.wuliu_address:first-child {
    display: block;
}

.wuliu_address li {
    width: 615px;
    height: 152px;
    background: #ececec;
    padding: 1px 1px 5px;
    float: left;
    margin: 0 20px 15px 0;
}

.wuliu_address li:nth-child(even) {
    margin-right: 0;
}

.wuliu_address_list {
    height: 146px;
    padding: 40px 20px 0;
}

.wuliu_address_list_tit {
    font-size: 22px;
}

.wuliu_icon {
    width: 49px;
    height: 63px;
    margin-right: 30px;
}

.main_bg {
    background: #fafafa;
    padding-bottom: 50px;
}

.my_left {
    width: 220px;
}

.my_photo {
    padding: 30px 0 20px;
}

.level_icon {
    width: 20px;
}

.m_wholesaler_con_tit span.pifa {
    width: 70px;
    background: #012fa7;
}

.my_nav {
    padding: 20px 0 0;
}

.my_nav li {
    line-height: 57px;
    font-size: 16px;
    text-align: center;
}

.my_nav li a {
    display: block;
}

.my_nav li.active {
    border-left: solid 4px #fb852e;
    background: #012fa7;
    color: #fff;
}

.my_nav li:hover {
    border-left: solid 4px #fb852e;
    background: #012fa7;
    color: #fff;
}

.my_right {
    width: 1020px;
    min-height: 690px;
}

.my_right_tit {
    line-height: 74px;
    background: url(../images/line2.png) no-repeat 27px center;
    padding-left: 48px;
    font-size: 20px;
}

.infor_con {
    padding: 45px 35px;
}

.infor_honor {
    padding-left: 25px;
}

.infor_honor li {
    width: 300px;
    float: left;
    margin: 0 19px 10px 0;
    border: solid 1px #c4c5c9;
}

.infor_honor li img {
    width: 100%;
    height: 223px;
}

.shoucang_tit li {
    width: 110px;
    float: left;
    line-height: 48px;
    position: relative;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.shoucang_tit li::after {
    width: 1px;
    height: 20px;
    background: #eee;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    content: "";
    position: absolute;
}

.shoucang_tit li.current {
    color: #fb852e;
}

.sc_pro {
    padding-left: 40px;
}

.sc_pro li {
    width: 220px;
    height: 323px;
    border: solid 1px #e6e6e6;
    float: left;
    margin: 0 20px 20px 0;
}

.sc_pro li:nth-child(4n+4) {
    margin-right: 0;
}

.sc_pro_pic {
    width: 100%;
    height: 218px;
}

.sc_pro_pic img {
    height: 100%;
}

.sc_pro_con {
    padding: 14px 10px 0;
}

.sc_pro_tit {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.sc_shop {
    padding-left: 25px;
}

.sc_shop li {
    width: 470px;
    height: 120px;
    border: solid 1px #e6e6e6;
    margin: 0 20px 20px 0;
    float: left;
    position: relative;
}

.sc_shop li:nth-child(even) {
    margin-right: 0;
}

.sc_shop_pic {
    width: 118px;
    height: 118px;
}

.sc_shop_pic img {
    height: 100%;
    width: 100%;
}

.sc_shop_con {
    width: 305px;
    margin-right: 18px;
}

.sc_icon {
    width: 24px;
    bottom: 13px;
    right: 20px;
}

.shoucang_con {
    display: none;
}

.shoucang_con:first-child {
    display: block;
}

.kefu_box {
    width: 287px;
    margin: 70px auto 0;
}

.kefu_tel {
    line-height: 42px;
}

.houtai_box {
    width: 238px;
    margin: 56px auto 0;
}

.copy_btn {
    width: 162px;
    height: 43px;
    line-height: 43px;
    color: #fff;
    font-style: italic;
    background-image: linear-gradient(110deg, #0748ee, #002fa7);
    border-radius: 20px;
    margin: 10px auto 20px;
    cursor: pointer;
}

.my_nav1 li.active {
    border: none;
}

.my_nav1 li:hover {
    border: none;
}

.danye {
    padding: 25px 35px;
}

#input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}


/* 二期 */

.my_link {
    width: 163px;
    height: 48px;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    line-height: 48px;
    margin: 15px 0 0;
}

.my_link img {
    width: 25px;
    vertical-align: middle;
    margin-right: 10px;
}

.my_link1 {
    background: #002fa7;
    box-shadow: 0 0 16px rgba(0, 47, 167, .4);
}

.my_link2 {
    background: #bb141b;
    box-shadow: 0 0 16px rgba(187, 20, 27, .4);
}

.left_nav {
    padding: 25px 10px 0;
}

.left_nav li {
    width: 50%;
    text-align: center;
    padding-bottom: 20px;
}

.left_nav li img {
    width: 40px;
    margin-bottom: 10px;
}

.two_back {
    margin-right: 30px;
}

.t_rz_head {
    width: 4.8px;
}

.two_tab {
    padding: 0 .1px;
    line-height: .38px;
    display: inline-block;
    border-radius: .05px;
    color: #fff;
}

.two_tab1 {
    background: #002fa7;
}

.two_tab2 {
    background: #cccccc;
}

.two_tab3 {
    background: #bb141b;
}

.t_rz_box {
    margin: 65px auto 0;
    width: 1070px;
}

.t_rz_list {
    padding-bottom: 80px;
}

.t_rz_list li {
    width: 320px;
    height: 490px;
    border-radius: 10px;
    box-shadow: 2px 20px 13px rgba(239, 239, 239, .6);
    overflow: hidden;
    cursor: pointer;
}

.t_rz_con {
    height: 420px;
}

.t_rz_list li.active {
    background: url(../images/two12.png) no-repeat bottom right;
}

.t_rz_list li.active .t_rz_con {
    border: solid 1px #caa763;
}

.t_rz_tit {
    padding: 0 20px;
    background: url(../images/two11.png) no-repeat bottom right #313037;
    line-height: 70px;
}

.t_rz_tit span {
    background: #bb141b;
    border-radius: 5px;
    padding: 2px 5px;
    margin-left: 10px;
}

.t_rz_txt {
    margin: 36px 30px 0;
    border-bottom: dashed 1px #dedede;
    height: 175px;
    font-size: 15px;
    padding: 0 45px;
}

.t_rz_price {
    padding: 30px 0 0;
}

.t_rz_price b {
    font-size: 32px;
}

.t_rz_btn {
    width: 140px;
    height: 40px;
    background: #caa763;
    border-radius: 20px;
    line-height: 40px;
    margin: 20px auto 0;
    cursor: pointer;
}

.t_dd_head {
    background: #002fa7;
    height: 1.18px;
    padding-top: .3px;
}

.rz_code {
    margin: 30px 0 10px;
}

.rz_code img {
    width: 180px;
    height: 180px;
}

.t_dd_head .t_rz_tit {
    padding: 0;
}

.t_dd_txt {
    padding-bottom: .3px;
}

.t_dd_btn_box {
    padding: .2px 0;
}

.t_dd_btn {
    width: 1.8px;
    height: 0.6px;
    border-radius: 0.3px;
    line-height: 0.6px;
    background-image: linear-gradient( 110deg, #0748ee, #002fa7);
    color: #fff;
}

.rz_list img {
    height: 1.66px;
}

.rz_list_tit_con {
    width: 100%;
    left: 0;
    top: 0;
    padding: .3px .5px;
}

.rz_list_tit_con .t_rz_tit {
    line-height: .5px;
    padding: 0;
}

.rz_list_con {
    padding: 0 35px;
}

.rz_list_txt {
    border-bottom: dashed 1px #dedede;
    padding: 25px 0;
    font-size: 15px;
    height: 190px;
}

.rz_list_btn {
    width: 1.75px;
    height: .67px;
    background: #caa763;
    border-radius: .3px;
    line-height: .67px;
}

.rz_list_price_box {
    padding: .3px 0 0;
}

.ok_icon {
    width: 80px;
}

.f22 {
    font-size: 22px;
}

.ok_box {
    padding: 100px 0 0;
}

.ok_btn {
    width: 170px;
    height: 52px;
    background-image: linear-gradient( 110deg, #0748ee, #002fa7);
    color: #fff;
    line-height: 52px;
    border-radius: 26px;
    display: block;
    margin: 50px auto 0;
}

.rzqy_list {
    padding: 80px 0 0;
    width: 750px;
    margin: 0 auto;
}

.rzqy_list li {
    width: 320px;
    height: 460px;
    border-radius: 10px;
    box-shadow: 2px 20px 13px rgb(239 239 239 / 60%);
    overflow: hidden;
}

.rz_list_tit_box {
    height: 94px;
    background: url(../images/two11.png) no-repeat bottom right;
}

.rzqy_tit {
    height: 94px;
    line-height: 32px;
    padding: 20px 20px 0;
}

.record_list_box {
    padding: 40px 40px 0;
    min-height: 720px;
}

.record_list {
    width: 445px;
    height: 300px;
    margin-bottom: 40px;
    padding: 40px 25px 0;
    box-shadow: 2px 20px 13px rgba(239, 239, 239, .6);
}

.record_list_tit {
    margin: 10px 0;
}

.record_list_txt {
    padding-bottom: 20px;
}

.record_list_txt_price {
    padding: .2px 0;
}

.record_icon {
    width: 100px;
    height: 74px;
    top: 30px;
    right: 30px;
}