@charset "utf-8";

/*--全局样式--*/
html{font-size:100%;}
body{color:#535353; font-size:12px; font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;background-color:#f3f3f3;word-break: break-all;}
body,div,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,label{margin:0px;padding:0px;font-weight: normal;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;margin: 0;}
section, article, aside, header, footer, nav, dialog, figure {display: block;}
a{color:#535353;text-decoration:none;outline: medium none;}
a:hover{color:#c60300; text-decoration:none;}
img{border:0; vertical-align:middle;max-width:100%;max-height: 100%;}
ul,ol,li{list-style:none;}
input, button, select, textarea{outline: none; font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;background:none;outline: none;}
.clear{clear:both;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{margin: 0;}

::-webkit-scrollbar {
    width: 6px; /*对垂直流动条有效*/
    height: 6px; /*对水平流动条有效*/
}
/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar-track{
    /*-webkit-box-shadow: inset 0 0 6px #ffffff;*/
    background-color: #fff;
    /*border-radius: 3px;*/
}


/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-thumb{
    border-radius: 7px;
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);*/
    background-color: #ddd;
}

/*定义两端按钮的样式*/
::-webkit-scrollbar-button {
    background-color:#ffffff;
}

/*定义右下角汇合处的样式*/
::-webkit-scrollbar-corner {
    background:khaki;
}

.fix:after {content: '';clear: both;display: table;}
.fu_bg{position: fixed;background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;filter:Alpha(opacity=50); background:#000;width: 100%;height: 100%;z-index: 99999;top: 0;left: 0;justify-content: center;align-items: center;display: flex;}
.f_l{float: left;}
.f_r{float: right;}
.pc_show{display: block;}
.mob_show{display: none;}
.tagContent {display: none;}
#tagContent .selectTag {display: block}
input::-webkit-input-placeholder {color: #ccc;}
input:-moz-placeholder {color:#ccc;}
input::-moz-placeholder {color:#ccc;}
input:-ms-input-placeholder {color:#ccc;}
.container_12{max-width: 1230px;}
.close{text-shadow: 0 0 0 #fff;font-weight: 300;}


.car_fud{position: fixed;right: 20px;bottom: 110px;z-index: 999;transition: .4s;display: none;}
.car_fud a{display: block;}
.car_fud .icon{display: block;width: 50px;height: 50px;line-height: 50px;text-align: center;background: #fff;border-radius: 100%;color: #c60300;font-size: 16px;cursor: pointer;-webkit-box-shadow:0 0 5px rgba(47, 47, 47, .16);  -moz-box-shadow:0 0 5px rgba(47, 47, 47, .16);  box-shadow:0 0 5px rgba(47, 47, 47, .16);}
.car_fud .icon:hover{background: #c60300;color: #fff;}
.top_btn{position: fixed;right: 20px;bottom: 50px;z-index: 999;display: none;transition: .4s;}
.top_btn .icon{display: block;width: 50px;height: 50px;line-height: 50px;text-align: center;background: #fff;border-radius: 100%;color: #c60300;font-size: 16px;cursor: pointer;-webkit-box-shadow:0 0 5px rgba(47, 47, 47, .16);  -moz-box-shadow:0 0 5px rgba(47, 47, 47, .16);  box-shadow:0 0 5px rgba(47, 47, 47, .16);}
.top_btn .icon:hover{background: #c60300;color: #fff;}

/* 20230214 header */
.new_header{width: 100%;height: auto;position: sticky;top: 0px;z-index: 99999;left: 0;box-shadow: 0 0 6px 0 #eee;}
.new_header .nh_top{width: 100%;height: 40px;background-color: #f7f7f7;}
.new_header .nh_top .container{display: flex;justify-content: space-between;align-items: center;height: 100%;}
.new_header .nh_top .yuyan{display: inline-block;vertical-align: top;margin:0 5% 0 7%;position: relative;}
.new_header .nh_top .yuyan .h4{font-size: 14px;color: #999;cursor: pointer;display: flex;align-items: center;}
.new_header .nh_top .yuyan .h4:hover{color: #f39800;}
.new_header .nh_top .yuyan .h4 .icon ,.new_header .nh_top .txt .h3{display: inline-block;vertical-align: top;font-size: 16px;}
.new_header .nh_top .yuyan .xia_la{position: absolute;left:-10%;top: 100%;min-width: 120%;z-index: 999;opacity: 0;visibility: hidden;-webkit-box-shadow:0 0 3px rgba(204, 204, 204, .35);  -moz-box-shadow:0 0 3px rgba(204, 204, 204, .35);  box-shadow:0 0 3px rgba(204, 204, 204, .35);background-color: #fff;text-align: left;padding: 10px 0;transition: all .3s ease 0s;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;-ms-transition: all .5s ease;}
.new_header .nh_top .yuyan:hover .xia_la{opacity: 1;visibility: initial;}
.new_header .nh_top .yuyan .xia_la a{display: block;text-align: center;font-size: 14px;line-height: 30px;color: #999;}
.new_header .nh_top .yuyan .xia_la a:hover{color: #c60300;}
.new_header .nh_main .nh_logo_area  .unlogin{color: #454545;font-size: 16px;}
.new_header .nh_main .nh_logo_area  .unlogin .a1{color: #454545;}
.new_header .nh_main .nh_logo_area  .unlogin .a2{color: #f39800;margin-left: 10px;}
.new_header .nh_main .nh_logo_area .txt{position: relative;margin-left: 20px;}
.new_header .nh_main .nh_logo_area .txt .h3{font-size: 16px;color: #454545;cursor: pointer;display: flex;align-items: center;}
.new_header .nh_main .nh_logo_area .txt .xia_la{position: absolute;left:-10%;top: 100%;min-width: 120%;z-index: 999;opacity: 0;visibility: hidden;-webkit-box-shadow:0 0 3px rgba(204, 204, 204, .35);  -moz-box-shadow:0 0 3px rgba(204, 204, 204, .35);  box-shadow:0 0 3px rgba(204, 204, 204, .35);background-color: #fff;text-align: left;padding: 10px 0;transition: all .3s ease 0s;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;-ms-transition: all .5s ease;}
.new_header .nh_main .nh_logo_area .txt:hover .xia_la{opacity: 1;visibility: initial;}
.new_header .nh_main .nh_logo_area .txt .xia_la a{display: block;text-align: center;font-size: 14px;line-height: 30px;color: #454545;}
.new_header .nh_main .nh_logo_area .txt .xia_la a:hover{color: #c60300;}
.new_header .nh_main{background-color: #fff;width: 100%;}
.new_header .nh_main .nh_logo_area{padding: 30px 0;display: flex;justify-content: space-between;align-items: center;}
.new_header .nh_main .nh_logo_area .logo{height: 34px;}
.new_header .nh_main .right_con{display: flex;align-items: center;}
.new_header .nh_main .search_wrap{width: 600px;height: 46px;display: flex;}
.new_header .nh_main .search_wrap .input_box{flex: 1;box-sizing: border-box;height: 100%;border: 2px solid #c60300;border-radius: 6px 0 0 6px;background-color: #fff;padding: 0 10px;display: flex;align-items: center;}
.new_header .nh_main .search_wrap .input_box .iconfont{font-size: 20px;color: #ccc;}
.new_header .nh_main .search_wrap .input_box .in{flex: 1;margin-left: 10px;font-size: 16px;border: none;}
.new_header .nh_main .search_wrap .btn{width: 100px;height: 100%;background-color: #c60300;border-radius: 0px 6px 6px 0px;text-align: center;line-height: 46px;font-size: 16px;color: #fff;cursor: pointer;padding: 0;}
.new_header .nh_main .cart_box{width: 160px;height: 46px;background-color: #ffffff;border-radius: 6px;border: solid 1px #eeeeee;box-sizing: border-box;margin-left: 20px;display: flex;justify-content: center;align-items: center;position: relative;cursor: pointer;}
.new_header .nh_main .cart_box .iconfont{font-size: 20px;color: #c60300;}
.new_header .nh_main .cart_box .txt{margin-left: 10px;font-size: 16px;color: #c60300;}
.new_header .nh_main .cart_box .num{position: absolute;top: 4px;right: 12px;width: 26px;height: 18px;background-color: #2e308b;border-radius: 9px;display: flex;justify-content: center;align-items: center;line-height: 1;font-size: 12px;color: #fff;}




/* 头部 */
.header{background:#fff;padding: 0 4%;position: relative;-webkit-box-shadow:0 1px 1px rgba(204, 204, 204, .35);  -moz-box-shadow:0 1px 1px rgba(204, 204, 204, .35);  box-shadow:0 1px 1px rgba(204, 204, 204, .35);}
.hui_header{background: #f5f5f5;}
.header.fudong_fix{position: fixed;left: 0;top: 0;z-index: 9999;width: 100%;-webkit-box-shadow:0 0 5px rgba(47, 47, 47, .16);  -moz-box-shadow:0 0 5px rgba(47, 47, 47, .16);  box-shadow:0 0 5px rgba(47, 47, 47, .16);background:#fff;}
.header .col-logo{position: static;}
.header .bg-light{position: static;padding: 0;display: inline-block;vertical-align: top;}
.header .navbar-collapse{width: 53%;float: left;text-align: center;}
.navbar-brand{padding: 17px 0;width: 13%;float: left;margin:0;}
.navbar-brand img{height: 36px;display: block;}
.nav-tabs{display: flex;}
.nav-tabs .nav-item{display: flex;}
.nav-tabs .nav-link{font-size: 16px;color: #454545;text-align: center;line-height: 1;font-weight: bold;position: relative;width: 4em;padding: 10px 0 20px;margin-right:40px;}
.nav-tabs .nav-link.disabled{color: #454545;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{color: #c60300;}
.nav-tabs .nav-link.active:after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 3px;background: #c60300;}
.nav-tabs .nav-link:hover{color: #c60300;}
.nav-tabs .submenu{position: absolute;left: 15%;top: 90%;width:100%;min-width: 230px;z-index:999;background: #fff;opacity: 0;visibility: hidden;opacity: 0;filter: alpha(opacity=0);-webkit-transition: all .5s ease;-o-transition: all .5s ease;transition: all .5s ease;box-shadow: none;width: 70%;text-align: left;}
.nav-tabs .nav-item:hover .submenu{opacity:1;visibility: inherit;top: 100%;-webkit-box-shadow:0 0 6px #ccc;  -moz-box-shadow:0 0 6px #ccc;  box-shadow:0 0 6px #ccc;height: 400px;}
.nav-tabs .submenu .yi_fenlei{max-height: 400px;overflow-y: auto;float: left;width: 216px;}
.nav-tabs .submenu .yi_fenlei a{display: block;padding: 0 15px;font-size: 15px;line-height: 32px;color: #212121;}
.nav-tabs .submenu .yi_fenlei a:hover{background: #c60300;color: #fff;}
.nav-tabs .submenu .er_fenlei{max-height: 400px;overflow-y: auto;float: left;width: calc(100% - 216px);padding: 25px 60px;}
.nav-tabs .submenu .er_fenlei .h3{font-size: 15px;line-height: 32px;color: #454545;font-weight: bold;}
.nav-tabs .submenu .er_fenlei .txt{font-size: 14px;line-height: 32px;color: #454545;margin-bottom: 10px;}
.nav-tabs .submenu .er_fenlei .txt a{color: #454545;}
.nav-tabs .submenu .er_fenlei .txt a:hover{color: #c60300;}

.header .col-menu{float: right;width: 34%;text-align: right;padding: 10px 0;}
.header .col-menu .search{display: inline-block;vertical-align: top;border: solid 2px #efefef;border-radius: 5px;position: relative;padding: 0 10px 0 40px;min-width: 48%;}
.header .col-menu .search .order_b{position: absolute;top: 0;left: 0;height: 46px;border: 0;width: 40px;cursor: pointer;}
.header .col-menu .search .order_b .icon{font-size: 20px;color: #ccc;}
.header .col-menu .search .order_a{border: 0;height: 46px;display: block;width: 100%;font-size: 16px;color: #333;}
.header .col-menu .yuyan{display: inline-block;vertical-align: top;margin:0 5% 0 7%;position: relative;}
.header .col-menu .yuyan .h4{font-size: 16px;color: #f39800;line-height: 50px;cursor: pointer;}
.header .col-menu .yuyan .h4 .icon{display: inline-block;vertical-align: top;font-size: 20px;}
.header .col-menu .yuyan .xia_la{position: absolute;left:-10%;top: 100%;min-width: 120%;z-index: 999;opacity: 0;visibility: hidden;-webkit-box-shadow:0 0 3px rgba(204, 204, 204, .35);  -moz-box-shadow:0 0 3px rgba(204, 204, 204, .35);  box-shadow:0 0 3px rgba(204, 204, 204, .35);background-color: #fff;text-align: left;padding: 10px 0;transition: all .3s ease 0s;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;-ms-transition: all .5s ease;}
.header .col-menu .yuyan:hover .xia_la{opacity: 1;visibility: initial;}
.header .col-menu .yuyan .xia_la a{display: block;text-align: center;font-size: 16px;line-height: 36px;color: #454545;}
.header .col-menu .yuyan .xia_la a:hover{color: #c60300;}
.header .col-menu .setting-container{display: inline-block;vertical-align: top;position: relative;}
.header .col-menu .setting-container .h4{font-size: 16px;color: #454545;line-height: 50px;}
.header .col-menu .setting-container .h4 a{color: #454545;}
.header .col-menu .setting-container .h3{font-size: 16px;color: #454545;line-height: 50px;cursor: pointer;}
.header .col-menu .setting-container .xia_la{position: absolute;left:-10%;top: 100%;min-width: 120%;z-index: 999;opacity: 0;visibility: hidden;-webkit-box-shadow:0 0 3px rgba(204, 204, 204, .35);  -moz-box-shadow:0 0 3px rgba(204, 204, 204, .35);  box-shadow:0 0 3px rgba(204, 204, 204, .35);background-color: #fff;text-align: left;padding: 10px 0;transition: all .3s ease 0s;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;-ms-transition: all .5s ease;}
.header .col-menu .setting-container:hover .xia_la{opacity: 1;visibility: initial;}
.header .col-menu .setting-container .xia_la a{display: block;text-align: center;font-size: 16px;line-height: 36px;color: #454545;}
.header .col-menu .setting-container .xia_la a:hover{color: #c60300;}


.index_h3{font-size: 36px;color: #000;line-height: 48px;text-align: center;margin-bottom: 30px;}
.index_tit{text-align: center;margin-bottom: 50px;}
.index_tit .h3{font-size: 36px;color: #000;line-height: 48px;border-bottom: solid 1px #ebebeb;height: 24px;position: relative;margin-bottom: 30px;}
.index_tit .h3 span{position: absolute;min-width:6em;text-indent: unset;left: 50%;top: 0;margin-left: -3em;background: #fff;}
.index_tit .h4{font-size: 14px;color: #606060;line-height: 22px;}
/*首页*/
.banner_index{margin-bottom: 40px;}
.banner_index .swiper-slide{width:100%;}
.banner_index .swiper-pagination-bullet{background: #fff;width:14px;height: 14px;opacity: .5;}
.banner_index .swiper-pagination-bullet-active{background: #f39800;opacity: 1;}

.pro_index{background: #fff;padding: 20px;margin:18px 0;}
.pro_index .tit{font-size: 20px;color: #212121;line-height: 38px;margin-bottom: 10px;}
.pro_index .tit span{background: url(../../images/index/tit_1.png) top;background-size: cover;width: 30px;height: 30px;display: inline-block;vertical-align: top;line-height: 34px;text-align: center;font-size: 12px;color: #fff;margin-right: 10px;margin-top: 7px;}
.pro_index .fen_lei{float: left;width: 250px;border: solid 1px #f1f0f2;height: 424px;position: relative;padding:20px 20px;overflow-y: auto;}
.pro_index .fen_lei a{width: 100%;font-size: 12px;line-height: 30px;color: #454545;display: block;}
.pro_index .fen_lei a:hover{color: #c60300;}

/*.pro_index .fen_lei .bg{position: absolute;bottom: 20px;left: 20px;width: calc(100% - 40px);}*/
.pro_index .list{float: left;width: 810px;}
.pro_index .list dd{float: left;width: 20%;height: 212px;position: relative;z-index: 9;}
.pro_index .list dd a{display: block;padding: 10px;position: relative;height: 100%;}
.pro_index .list dd:hover{-webkit-box-shadow:0 0 10px rgba(204, 204, 204, .5);  -moz-box-shadow:0 0 10px rgba(204, 204, 204, .5);  box-shadow:0 0 10px rgba(204, 204, 204, .5);}
.pro_index .list dd .h3{font-size: 14px;line-height: 20px;color: #454545;font-weight: bold;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.pro_index .list dd .h4{font-size: 13px;line-height: 20px;color: #999;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.pro_index .list dd .h5{font-size: 12px;line-height: 18px;color: #454545;}
.pro_index .list dd .h5 em{background: #f39800;display: inline-block;vertical-align: top;padding: 0 5px;margin-right: 15px;font-style: normal;color: #fff;position: relative;}
.pro_index .list dd .h5 em:after{border: solid transparent;content: ' ';height: 0;top: 5px;position: absolute;width: 0;border-width: 4px;border-left-color: #f39800;left: 100%;}
.pro_index .list dd .h5 .icon{float: right;color: #c60300;font-size: 16px;}
.pro_index .list dd .img{margin:16px 0 8px;text-align: center;}
.pro_index .list dd .img img{display: block;width: 100%;}
.pro_index .list dt{float: left;width: 60%;}
.pro_index .list dt img{display: block;border: solid 1px #f1f0f2;}
.pro_index .list dt .swiper-pagination-bullet{background: #fff;width:8px;height: 8px;opacity: .5;}
.pro_index .list dt .swiper-pagination-bullet-active{background: #f39800;opacity: 1;}
.pro_index .pin_pai{float: left;width: 220px;}
.pro_index .pin_pai .logo{margin-bottom: 10px;}
.pro_index .pin_pai .logo a{border-bottom: solid 1px #f3f3f3;float: left;width: 50%;height: 69px;background-size: cover;background-position: center;}
.pro_index .pin_pai .guang a,.pro_index .pin_pai .guang img{display: block;}
.about_index{margin:18px 0;}
.about_index .fix{background: #f9f9f9;}
.about_index .tit{text-align: center;font-size:20px; color:#212121;line-height: 50px;font-weight: bold;}
.about_index .img{float: left;width: 50%;position: relative;}
.about_index .img .fu_d{position: absolute;top: 30px;right: 40px;}
.about_index .img .h3{font-size: 28px;line-height: 38px;color: #fffefe;text-align: right;border-bottom: solid 1px #fefefe;}
.about_index .img .h4{font-size: 16px;line-height: 32px;color: #fffefe;text-align: right;}
.about_index .txt{float: right;width: 50%;padding: 25px;font-size: 16px;line-height: 24px;color: #454545;}
.about_index .txt .more{color: #c60300;margin-top: 10px;display: inline-block;vertical-align: top;}
.guang_gao{padding:12px 0;}
.guang_gao a{display: block;}
.new_case .tit{font-size: 20px;line-height: 58px;color: #212121;font-weight: bold;}
.new_case .tit a{float: right;font-weight: normal;color: #999;font-size: 16px;margin-right: 20px;}
.new_case .tit a:hover{color: #c60300;}
.new_case>div{width: 50%;}
.new_case ul{background: #fff;padding: 0 20px;}
.new_case li{padding: 20px 0;border-bottom: solid 1px #f2f2f2;}
.new_case li:last-of-type{border: 0;}
.new_case li a{display: block;}
.new_case li .img{float: left;-webkit-perspective: 1000px;perspective: 1000px;overflow: hidden;}
.new_case li .img img{display: block;width: 160px;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.new_case li .txt{float: right;width: calc(100% - 180px);}
.new_case li .txt .h3{font-size:16px; color:#454545;line-height: 24px;height: 72px;font-weight: bold;white-space: initial;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.new_case li .txt .h4{font-size:14px; color:#999;line-height: 24px;}
.new_case li a:hover .h3{color: #c60300;}
.new_case li a:hover .img img{-webkit-transform: translate3d(0,0,50px);transform: translate3d(0,0,50px);}
.xinghao_index{margin-top: 30px;background: #fff;}
.xinghao_index .tabs{padding: 0 20px;border-bottom: solid 1px #ececec;}
.xinghao_index .tabs a{display: inline-block;vertical-align: top;font-size: 16px;line-height: 50px;color: #212121;margin-right: 30px;position: relative;}
.xinghao_index .tabs a.on{font-weight: bold;color: #c60300;}
.xinghao_index .tabs a.on:after{content: '';position: absolute;bottom: 0;left: 0;width: 100%;height: 3px;background: #c60300;}
.xinghao_index .txt{padding: 15px 20px;}
.xinghao_index .txt a{float: left;min-width: 14.28%;font-size: 14px;line-height: 30px;color: #454545;}
.xinghao_index .txt a:hover{color: #c60300;text-decoration: underline;}


.mian_bao{font-size: 12px;line-height: 30px;color: #454545;padding: 20px 0;}
/*找产品*/
.product_list .xuan_lei{border: solid 1px #eee;padding: 20px 30px;margin-bottom: 30px;}
.product_list .xuan_lei .pin_pai{float: left;width: 200px;margin-right: 20px;}
.product_list .xuan_lei .pin_pai .tit{font-size:16px; color:#454545;line-height: 20px;font-weight: bold;margin-bottom: 10px;}
.product_list .xuan_lei .pin_pai .sou_s{border: solid 1px #c60300;}
.product_list .xuan_lei .pin_pai .sou_s .h3{position: relative;padding-right: 32px;border-bottom: solid 1px #c60300;padding-left: 10px;}
.product_list .xuan_lei .pin_pai .sou_s .h3 input{display: block;width: 100%;border: 0;height: 32px;font-size: 13px;}
.product_list .xuan_lei .pin_pai .sou_s .h3 .icon{position: absolute;top: 0;right: 0;line-height: 32px;width: 32px;text-align: center;font-size: 18px;color: #ccc;cursor: pointer;}
.product_list .xuan_lei .pin_pai .sou_s .xia_la{overflow-y: auto;height: 185px;}
.product_list .xuan_lei .pin_pai .sou_s .xia_la a{display: block;padding: 0 10px;font-size:13px; color:#454545;line-height: 26px;}
.product_list .xuan_lei .pin_pai .sou_s .xia_la a:hover{background: #c60300;color: #fff;}
.product_list .xuan_lei .yi_xuan{margin: 10px 0 0;}
.product_list .xuan_lei .yi_xuan .tit{font-size:14px; color:#212121;line-height: 30px;}
.product_list .xuan_lei .yi_xuan .txt{font-size: 0;}
.product_list .xuan_lei .yi_xuan .txt span{display: inline-block;vertical-align: top;position: relative;font-size:13px; color:#454545;line-height: 34px;border: solid 1px #eee;padding: 0 10px;min-width: 200px;margin-right: 20px;margin-bottom: 10px;cursor: pointer;}
.product_list .xuan_lei .yi_xuan .txt span .icon{position: absolute;top: 0;right: 0;width: 18px;height: 18px;line-height: 18px;text-align: center;background: #eee;color: #fff;font-size: 12px;}
.product_list .xuan_lei .yi_xuan .txt span:hover{border: solid 1px #c60300;}
.product_list .xuan_lei .yi_xuan .txt span:hover .icon{background: #c60300;}
.product_list .xuan_lei .xing_hao .tit{font-size:14px; color:#212121;line-height: 30px;}
.product_list .xuan_lei .xing_hao .xuan{float: left;width: 200px;position: relative;margin-right: 20px;}
.product_list .xuan_lei .xing_hao .xuan .h5{border: solid 1px #eee;padding: 0 36px 0 10px;font-size:13px; color:#454545;line-height: 34px;cursor: pointer;position: relative;}
.product_list .xuan_lei .xing_hao .xuan .h5 .icon{position: absolute;right: 0;top: 0;width: 36px;text-align: center;color: #999;font-size: 18px;}
.product_list .xuan_lei .xing_hao .xuan .xia_la{position: absolute;top: 35px;left: 0;border: solid 1px #eee;width: 100%;background: #fff;display: none;}
.product_list .xuan_lei .xing_hao .xuan:hover .xia_la{display: block;}
.product_list .xuan_lei .xing_hao .xuan .xia_la .txt{padding:5px 10px;}
.product_list .xuan_lei .xing_hao .xuan .xia_la .txt label{display: block;position: relative;font-size:13px; color:#454545;line-height: 22px;cursor: pointer;}
.product_list .xuan_lei .xing_hao .xuan .xia_la .txt label input{position: absolute;top: 0;left: 0;opacity: 0;}
.product_list .xuan_lei .xing_hao .xuan .xia_la .txt label .icon{display: inline-block;vertical-align: top;font-size: 14px;color: #ddd;margin-right: 5px;}
.product_list .xuan_lei .xing_hao .xuan .xia_la .txt label .icon.on{color: #c60300;}
.product_list .xuan_lei .xing_hao .shu{float: left;border: solid 1px #eee;width: 140px;height: 36px;padding: 0 10px;font-size:13px; color:#454545;margin-right: 10px;}
.product_list .xuan_lei .xing_hao .bi{width: 50px;text-align: center;background: #c60300;font-size:13px; color:#fff;line-height: 34px;border-radius: 5px;float: left;}
.product_list .xuan_lei .xing_hao .xuan .xia_la .and{background: #f0f0f0;padding: 10px 0;text-align: center;}
.product_list .xuan_lei .xing_hao .xuan .xia_la .and a{display: inline-block;vertical-align: top;width: 60px;font-size:12px; color:#fff;line-height: 24px;border: solid 1px #c60300;border-radius: 3px;margin:0 10px;background: #c60300;}
.product_list .xuan_lei .xing_hao .xuan .xia_la .and a:last-of-type{border: solid 1px #ccc;color:#999;background: none;}
.product_list .xuan_lei .jie_guo{margin:40px 0 10px;font-size:14px; color:#454545;line-height: 30px;}
.product_list .xuan_lei .jie_guo a{display: inline-block;vertical-align: top;border: solid 1px #ccc;color: #999;width: 80px;text-align: center;line-height: 28px;margin-right: 5px;}
.product_list .xuan_lei .jie_guo a:hover{color: #c60300;border: solid 1px #c60300;}
.product_list .xuan_lei .jie_guo em{font-style: normal;color: #f39800;}
.product_list table{border: solid 1px #eee;}
.product_list table th{background: #fafafa;font-size:14px; color:#454545;line-height: 30px;padding: 15px 0;font-weight: bold;text-align: center;}
.product_list table td{border: solid 1px #eee;font-size:13px; color:#454545;line-height: 20px;padding: 15px;text-align: center;}
.product_list table td .text{width: 80px;height: 30px;display: block;border: solid 1px #eee;font-size:13px; color:#454545;text-align: center;margin:auto;}
.product_list table td span{display: block;font-size: 12px;color: #999;}
.product_list table td .down{color: #c60300;display: block;float: left;}
.product_list table td .down .icon{display: inline-block;font-size: 24px;margin-right: 5px;}
.product_list table td .cat{width: 80px;display: block;font-size:13px; color:#fff;text-align: center;background: #ff9f00;border-radius: 3px;line-height: 32px;margin: 10px auto 0;}

/*产品详情*/
.product_show{background: #fff;padding: 30px;}
.product_show .product_img{float: left;width: 370px;margin-right: 30px;}
.product_show .product_img .gallery-top{border: solid 1px #f2f2f2;margin-bottom: 20px;}
.product_show .product_img .gallery-top .swiper-slide{height: 370px;background-size: 100%;background-position: center;background-repeat: no-repeat;}
.product_show .product_img .gallery-thumbs .swiper-slide{height: 60px;background-size: 100%;background-position: center;background-repeat: no-repeat;cursor: pointer;}
.product_show .product_img .gallery-thumbs{position: relative;padding: 0 22px;}
.product_show .product_img .gallery-thumbs .swiper-button-next, .product_show .product_img .gallery-thumbs .swiper-button-prev{background: #f0f0f0;width: 16px;height: 60px;left: 0;text-align: center;color: #999;top: 0;margin-top: 0;}
.product_show .product_img .gallery-thumbs .swiper-button-next{right: 0;left: inherit;}
.product_show .product_img .gallery-thumbs .swiper-button-next .icon, .product_show .product_img .gallery-thumbs .swiper-button-prev .icon{display: block;line-height: 60px;font-size: 12px;}
.product_show .product_img .gallery-thumbs .swiper-button-next:hover, .product_show .product_img .gallery-thumbs .swiper-button-prev:hover{background: #c60300;color: #fff;}
.product_show .product_img .gallery-thumbs .swiper-slide-thumb-active{border: solid 1px #c60300;}
.product_show .pin_txt{float: left;width: 440px;}
.product_show .pin_txt .h3{font-size:30px; color:#212121;line-height: 36px;font-weight: bold;margin-bottom:10px;}
.product_show .pin_txt table{border: solid 1px #eee;}
.product_show .pin_txt table th{border-right: solid 1px #eee;background: #fafafa;font-size:14px; color:#454545;line-height: 36px;font-weight: bold;text-align: center;}
.product_show .pin_txt table td{border-right: solid 1px #eee;font-size:14px; color:#454545;line-height: 26px;text-align: center;padding: 5px;}
.product_show .pin_txt .xin_x{padding: 5px 0;font-size:16px; color:#999;line-height: 30px;}
.product_show .pin_txt .xin_x a{color: #c60300;}
.product_show .pin_txt .xin_x b{color: #212121;}
.product_show .pin_txt .xin_x em{color: #212121;font-size: 13px;margin-left: 20px;font-style: normal;}
.product_show .pin_txt .xin_x span{display: inline-block;vertical-align: top;border: solid 1px #eee;line-height: 28px;}
.product_show .pin_txt .xin_x span input{height: 28px;border: 0;width: 80px;border-left: solid 1px #eee;border-right: solid 1px #eee;text-align: center;font-size: 13px;}
.product_show .pin_txt .xin_x span i{display: inline-block;vertical-align: top;width: 28px;text-align: center;font-style: normal;color: #454545;cursor: pointer;background: #fbfbfb;font-size: 16px;}
.product_show .pin_txt .xin_x label{display: inline-block;vertical-align: top;color: #454545;font-weight: bold;margin-left: 10px;}
.product_show .pin_txt .xin_x label b{color: #f39800;font-size: 24px;}
.product_show .pin_txt .xin_x .shu{margin-top: 10px;}
.product_show .pin_txt .and{margin-top: 38px;}
.product_show .pin_txt .and a{display: inline-block;vertical-align: top;background: #c60300;font-size:14px; color:#fff;line-height: 40px;text-align: center;width: 170px;border: solid 1px #c60300;font-weight: bold;margin-right: 5px;}
.product_show .pin_txt .and a:last-of-type{background: none;color: #c60300;}
.product_show .tui_jian{float: right;width: 260px;border: solid 1px #eee;margin-top: 46px;}
.product_show .tui_jian .tit{font-size:16px; color:#212121;line-height: 60px;text-align: center;background: #fbfbfb;border-bottom: solid 1px #eee;}
.product_show .tui_jian .swiper-container{margin:0 10px;}
.product_show .tui_jian .swiper-slide{border-bottom: dashed 1px #eee;padding: 18px 0;}
.product_show .tui_jian .swiper-slide .img{float: left;}
.product_show .tui_jian .swiper-slide .img img{display: block;width: 80px;margin-top: 10px;}
.product_show .tui_jian .swiper-slide .txt{float: right;width: calc(100% - 90px);}
.product_show .tui_jian .swiper-slide .txt .h3{font-size:15px; color:#212121;line-height: 24px;}
.product_show .tui_jian .swiper-slide .txt .h4{font-size:13px; color:#666;line-height: 24px;}
.product_show .tui_jian .swiper-slide .txt .h4 em{color: #04abff;font-style: normal;}
.product_show .tui_jian .swiper-slide .txt .h5{margin-top: 5px;}
.product_show .tui_jian .swiper-slide .txt .h5 a{font-size:12px; color:#fff;line-height: 20px;display: inline-block;vertical-align: top;background: #f39800;padding: 0 6px;border-radius: 3px;}
.product_show .tui_jian .button{text-align: center;}
.product_show .tui_jian .button .swiper-button-next, .product_show .tui_jian .button .swiper-button-prev{position: inherit;margin:0;display: inline-block;vertical-align: top;width: 48px;text-align: center;height: 48px;line-height: 48px;}
.product_show .tui_jian .button .swiper-button-next .icon, .product_show .tui_jian .button .swiper-button-prev .icon{font-size: 12px;}
.product_show .tui_jian .button .swiper-button-next:hover, .product_show .tui_jian .button .swiper-button-prev:hover{color: #c60300;}
.product_show .product_datail{margin-top: 60px;border: solid 1px #eee;}
.product_show .product_datail .list_order{border-bottom: solid 1px #eee;}
.product_show .product_datail .list_order li{float: left;width: 114px;}
.product_show .product_datail .list_order li a{display: block;font-size:16px; color:#333;line-height: 42px;text-align: center;position: relative;}
.product_show .product_datail .list_order .selectTag a{border-bottom: solid 1px #fff;margin-bottom: -1px;border-left: solid 1px #eee;border-right: solid 1px #eee;}
.product_show .product_datail .list_order .selectTag:first-of-type a{border-left: 0;}
.product_show .product_datail .list_order .selectTag a:after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 3px;background: #c60300;}
.product_show .product_datail .can_shu{padding: 20px 48px;font-size:15px; color:#454545;line-height: 36px;}
.product_show .product_datail .can_shu .zhu{color: #999;}
.product_show .product_datail .can_shu .zhu em{color: #f39800;font-style: normal;}
.product_show .product_datail .jishu_txt{padding: 20px 48px;font-size:15px; color:#454545;line-height: 36px;}
.product_show .product_datail .jishu_txt a{display: block;color:#454545;}
.product_show .product_datail .jishu_txt a:hover{color: #f39800;text-decoration: underline;}
.product_show .product_datail .txt_img{padding: 30px;font-size:15px; color:#454545;line-height: 36px;}
.product_show .product_datail .ku_cun{padding: 20px 0;}
.product_show .product_datail .ku_cun table th{background: #fafafa;font-size:14px; color:#454545;line-height: 50px;font-weight: bold;text-align: center;}
.product_show .product_datail .ku_cun table td{border-bottom: solid 1px #eee;font-size:14px; color:#454545;line-height: 26px;text-align: center;padding: 15px;}
.product_show .product_datail .ku_cun table td .text{width: 80px;height: 30px;display: block;border: solid 1px #eee;font-size:13px; color:#454545;text-align: center;margin:auto;}
.product_show .product_datail .ku_cun table td span{display: block;font-size: 12px;color: #999;}
.product_show .product_datail .ku_cun table td .more .icon{display: inline-block;font-size: 14px;cursor: pointer;}
.product_show .product_datail .ku_cun table td .cat{width: 80px;display: block;font-size:13px; color:#fff;text-align: center;background: #ff9f00;border-radius: 3px;line-height: 32px;margin: 10px auto 0;}


/*品牌中心*/
.brand_center{margin-top: 30px;}
.brand_center .zi_mu{text-align: center;font-size:18px; color:#666;line-height: 32px;padding: 30px 0;background-color: #fff;position: sticky;top: 152px;z-index: 99;}
.brand_center .zi_mu a{display: inline-block;vertical-align: top;padding: 0 10px;}
.brand_center .zi_mu a:hover{color: #c60300;}
.brand_center .list .tit{font-size:18px; color:#212121;line-height: 32px;font-family: Arial, Helvetica, sans-serif;}
.brand_center .list .txt a{float: left;width: 12.5%;text-align: center;font-size:14px; color:#454545;line-height: 32px;}
.brand_center .list .txt a img{display: block;margin:auto;width: 92%;border: solid 1px #eee;}
.brand_center .list .txt a:hover img{-webkit-box-shadow:0 0 10px rgba(204, 204, 204, .5);  -moz-box-shadow:0 0 10px rgba(204, 204, 204, .5);  box-shadow:0 0 10px rgba(204, 204, 204, .5);}


/*品牌首页*/
.brand_index{padding-top: 30px;}
.brand_index .tit{font-size:15px; color:#454545;line-height: 32px;}
.brand_index .brand_txt{border: solid 1px #eee;padding: 20px;margin-bottom: 20px;}
.brand_index .brand_txt .img{float: left;}
.brand_index .brand_txt .img img{display: block;width: 200px;border: solid 1px #eee;}
.brand_index .brand_txt .txt{float: right;width: calc(100% - 220px);}
.brand_index .brand_txt .tit{color: #c60300;}
.brand_index .brand_txt .nei{font-size:14px; color:#454545;line-height: 24px;margin-bottom: 10px;}
.brand_index .brand_txt .lei span{display: inline-block;vertical-align: top;font-size:14px; color:#454545;line-height: 24px;margin-right: 20px;}
.brand_index table{border: solid 1px #eee;}
.brand_index table th{background: #fafafa;font-size:14px; color:#454545;line-height: 30px;padding: 15px 0;font-weight: bold;text-align: center;}
.brand_index table td{border: solid 1px #eee;font-size:13px; color:#454545;line-height: 20px;padding: 15px;text-align: center;}
.brand_index table td .text{width: 80px;height: 30px;display: block;border: solid 1px #eee;font-size:13px; color:#454545;text-align: center;margin:auto;}
.brand_index table td span{display: block;font-size: 12px;color: #999;}
.brand_index table td .down{color: #c60300;display: block;}
.brand_index table td .down .icon{display: inline-block;font-size: 24px;margin-right: 5px;}
.brand_index table td .cat{width: 80px;display: block;font-size:13px; color:#fff;text-align: center;background: #ff9f00;border-radius: 3px;line-height: 32px;margin: 10px auto 0;}


/*新闻*/
.news{padding-top: 30px;}
.news .news_list{float: left;width: calc(100% - 340px);background: #fff;padding: 30px 20px;}
.news .news_list .tabs label{display: inline-block;vertical-align: top;font-size: 0;}
.news .news_list .tabs label a{display: inline-block;vertical-align: top;width: 104px;text-align: center;border: solid 1px #ccc;font-size: 18px;color: #212121;line-height: 32px;margin-right: 30px;}
.news .news_list .tabs label .on{background: #c60300;border: solid 1px #c60300;color: #fff;}
.news .news_list .tabs span{float: right;}
.news .news_list .tabs span a{display: inline-block;vertical-align: top;font-size: 18px;color: #454545;line-height: 32px;margin-left: 20px;}
.news .news_list .tabs span a:hover{color: #c60300;text-decoration: underline;}
.news .news_list .tabs span a.on{color: #c60300;}
.news .news_list li{padding: 20px 0;border-bottom: solid 1px #f2f2f2;position: relative;}
.news .news_list li a{display: block;position: relative;}
.news .news_list li .img{float: left;-webkit-perspective: 1000px;perspective: 1000px;overflow: hidden;}
.news .news_list li .img img{display: block;width: 200px;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.news .news_list li .txt{float: right;width: calc(100% - 220px);}
.news .news_list li .txt .h3{font-size:18px; color:#212121;line-height: 24px;font-weight: bold;white-space: initial;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news .news_list li .txt .h4{font-size:14px; color:#999;line-height: 20px;position: absolute;bottom: 10px;}
.news .news_list li .txt .h4 .icon{display: inline-block;vertical-align: top;font-size: 20px;margin-right: 5px;}
.news .news_list li .txt .h5{font-size:16px; color:#999;line-height: 24px;white-space: initial;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.news .news_list li a:hover .h3{color: #c60300;}
.news .news_list li a:hover .img img{-webkit-transform: translate3d(0,0,50px);transform: translate3d(0,0,50px);}
.news .news_tui{float: right;width: 330px;background: #fff;padding: 30px 10px;}
.news .news_tui .tit{font-size:18px; color:#212121;line-height: 18px;font-weight: bold;border-left: solid 2px #f39800;padding-left: 10px;}
.news .news_tui .tit a{float: right;font-weight: normal;color: #0b75be;font-size: 14px;}
.news .news_tui .tit a .icon{display: inline-block;vertical-align: top;font-size: 16px;margin-right: 5px;}
.news .news_tui li{padding: 20px 0;border-bottom: solid 1px #f2f2f2;position: relative;}
.news .news_tui li:last-of-type{border: 0;}
.news .news_tui li a{display: block;position: relative;}
.news .news_tui li .img{float: left;-webkit-perspective: 1000px;perspective: 1000px;overflow: hidden;}
.news .news_tui li .img img{display: block;width: 100px;-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;transition: opacity 0.35s, transform 0.35s;-webkit-transform: translate3d(0,0,0);transform: translate3d(0,0,0);}
.news .news_tui li .txt{float: right;width: calc(100% - 110px);}
.news .news_tui li .txt .h3{font-size:16px; color:#454545;line-height: 22px;white-space: initial;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news .news_tui li .txt .h4{font-size:12px; color:#999;line-height: 20px;}
.news .news_tui li a:hover .h3{color: #c60300;}
.news .news_tui li a:hover .img img{-webkit-transform: translate3d(0,0,50px);transform: translate3d(0,0,50px);}
/*详情*/
.news .news_show{float: left;width: calc(100% - 340px);background: #fff;padding: 30px 20px;}
.news .news_show .tit{font-size:20px; color:#333;line-height: 38px;font-weight: bold;}
.news .news_show .time{font-size:14px; color:#666;line-height: 28px;}
.news .news_show .txt{font-size:16px; color:#454545;line-height: 24px;padding: 20px 0;border-bottom: solid 1px #f2f2f2;}
.news .news_show .fan_ye{padding: 10px 0;}
.news .news_show .fan_ye a{display: block;font-size:16px; color:#999;line-height: 36px;}
.news .news_show .fan_ye a:hover{color: #c60300;}

/*服务与支持*/
.service{padding: 30px;background: #fff;}
.service .tit{font-size:20px; color:#333;line-height: 38px;font-weight: bold;text-align: center;}
.service .txt{font-size:16px; color:#454545;line-height: 24px;margin:10px 0;}


/*关于我们*/
.about_us{padding-top: 30px;}
.about_us .about_left{float: left;width: 250px;}
.about_us .about_left .tit{font-size:24px; color:#212121;line-height: 28px;margin-bottom:20px;}
.about_us .about_left .tit span{font-size: 16px;color: #666;margin-left: 10px;font-family: Arial, Helvetica, sans-serif;}
/* .about_us .about_left .txt{padding-right: 20px;}
.about_us .about_left .txt a{display: block;font-size:18px; color:#454545;line-height: 48px;padding: 0 28px;}
.about_us .about_left .txt a:hover{color: #c60300;}
.about_us .about_left .txt a.on{background: #c60300;color: #fff;} */
.about_us .about_right{float: right;width: calc(100% - 270px);border-left: solid 1px #e6e6e6;padding-left: 35px;position: relative;padding-top: 50px;min-height: 300px;}
.about_us .about_right .yuan{position: absolute;top: 0;left: -4.5px;background: #fff;width: 8px;height: 8px;border-radius: 100%;border: solid 1px #e6e6e6;}
.about_us .about_right .tit{font-size:24px; color:#454545;line-height: 28px;padding-bottom:20px;border-bottom: solid 1px #eeeeee;}
.about_us .about_right .tit span{font-size: 12px;color: #999;margin-left: 10px;font-family: Arial, Helvetica, sans-serif;text-transform: uppercase;}
.about_us .about_right .founder .txt{border: solid 1px #eee;padding: 30px;margin:20px 0 40px;font-size:14px; color:#454545;line-height: 24px;}
.about_us .about_right .founder .txt img{float: left;margin-right: 30px;}
.about_us .about_right .introduction .txt{font-size:14px; color:#454545;line-height: 24px;}
.about_us .about_right .lilian ul{margin:0 -8px;}
.about_us .about_right .lilian li{float: left;width: 210px;margin:8px;height: 210px;}
.about_us .about_right .lilian li .txt{background: #c60300;border: solid 2px #c60300;height: 210px;text-align: center;color: #fff;padding:20px;transition: .4s;}
.about_us .about_right .lilian li .txt .h3{font-size:24px;line-height: 48px;margin-top: 30px;}
.about_us .about_right .lilian li .txt .h4{font-size:16px;line-height: 26px;}
.about_us .about_right .lilian li .txt:hover{border: solid 2px #c60300;background: #fff;color: #454545;}
.about_us .about_right .join li{padding: 20px 0;border-bottom: solid 1px #eee;}
.about_us .about_right .join li:last-of-type{border-bottom: 0;}
.about_us .about_right .join li .tit_le{font-size: 18px;color: #333;line-height: 38px;}
.about_us .about_right .join li .tit_le em{display: inline-block;width: 3px;height: 18px;line-height: 18px;font-style: normal; border-left: solid 3px #c60300;margin-right: 10px;margin-top:10px;vertical-align: top;padding-left:10px;width: 18%;}
.about_us .about_right .join li .tit_le label{font-size: 14px;color: #666;}
.about_us .about_right .join li .tit_le span{float: right;}
.about_us .about_right .join li .tit_le span a{display: inline-block;vertical-align: top;line-height: 36px;border: solid 1px #f39800;color: #f39800;font-size: 16px;padding: 0 20px;}
.about_us .about_right .join li .tit_le span .icon{float: right;font-size: 20px;color: #b6b6b6;margin-left: 20px;cursor: pointer;}
.about_us .about_right .join li .xiala{background: #f5f5f5;padding: 1px 10px;display: none;margin-top: 10px;}
.about_us .about_right .join li .xiala dl{margin: 10px 0;}
.about_us .about_right .join li .xiala dt{font-size: 14px;color: #454545;line-height: 26px;}
.about_us .about_right .join li .xiala dd{font-size: 14px;color: #454545;line-height: 26px;}

.about_us .about_right .richtxt{margin: 20px 0;font-size: 14px;line-height: 24px;color: #454545;}
.about_us .about_right .pic_con{margin-top: 24px;width: 100%;display: flex;flex-wrap: wrap;}
.about_us .about_right .pic_con .con{width: 160px;margin-right: 24px;}
.about_us .about_right .pic_con .con .t{font-size: 12px;color: #454545;}
.about_us .about_right .pic_con .con .pic{margin-top: 10px;border: 1px solid #eee;border-radius: 6px;background-color: #fff;width: 100%;height: 160px;}
.about_us .about_right .pic_con .con .pic img{width: 100%;height: 100%;object-fit: cover;}

.about_us .about_left .txt{margin-top: 20px;}
.about_us .about_left .tab_wrap{width: 100%;height: auto;font-size: 16px;color: #454545;}
.about_us .about_left .tab_wrap .tab{height: 44px;background-color: #f7f7fb;padding: 0 16px 0 20px;display: flex;justify-content: space-between;align-items: center;cursor: pointer;font-weight: bold;border-bottom: 1px solid #fff;}
.about_us .about_left .tab_wrap .tab .r{width: 12px;height: 12px;position: relative;}
.about_us .about_left .tab_wrap .tab .r::before{content: '';width: 100%;height: 2px;background-color: #454545;left: 0;top: 5px;z-index: 22;position: absolute;}
.about_us .about_left .tab_wrap .tab .r::after{content: '';width: 100%;height: 2px;background-color: #454545;left: 0;top: 5px;z-index: 22;position: absolute;transform-origin: center center;transform: rotate(90deg);display: none;}
.about_us .about_left .tab_wrap .tab.active .r::after{display: block;}
.about_us .about_left .tab_wrap .hide{padding: 16px 0 16px 22px;font-size: 16px;line-height: 36px;display: none;}
.about_us .about_left .tab_wrap .hide a{display: block;cursor: pointer;}











/*联系我们*/
.contact_us{background: #fff;}
.contact_us .zong_xinxi{padding:20px 30px;text-align: center;}
.contact_us .zong_xinxi li{display: inline-block;vertical-align: top;text-align: left;font-size: 14px;color: #454545;line-height: 32px;}
.contact_us .zong_xinxi li .ewm .txt{float: left;margin-right: 10px;}
.contact_us .zong_xinxi li .ewm .txt .h3{font-size: 18px;color: #454545;line-height: 32px;}
.contact_us .zong_xinxi li .ewm .txt p{font-size: 14px;color: #454545;line-height: 24px;}
.contact_us .zong_xinxi li .ewm .txt p em{display: inline-block;vertical-align: top;color: #999;font-style: normal;}
.contact_us .zong_xinxi li .ewm img{float: right;}
.contact_us .list .tit{border-bottom: solid 1px #f3f3f3;text-align: center;font-size: 30px;color: #212121;line-height: 48px;}
.contact_us .list .tit em{display: block;width: 160px;height: 3px;background: #c60300;margin:auto;}
.contact_us .list .txt{padding: 30px;}
.contact_us .list .txt .h3{font-size: 16px;color: #212121;line-height: 32px;font-weight: bold;}
.contact_us .list .txt .h5{font-size: 14px;color: #212121;line-height: 32px;}
.contact_us .list .txt .ditu{margin-top: 10px;}


/*快速拿样*/
.sample .banner{margin-bottom:30px;}
.sample .tit{font-size: 30px;color: #212121;line-height: 58px;text-align: center;}
.sample .faq{margin:10px 0;}
.sample .faq dl{margin-bottom:10px;}
.sample .faq dt{font-size: 15px;color: #454545;line-height: 30px;font-weight: bold;}
.sample .faq dd{font-size: 14px;color: #454545;line-height: 28px;}
.sample .faq dd a{color: #c60300;}
.sample .application{border: solid 1px #eee;padding: 30px;margin-top: 20px;}
.sample .application p{margin:20px 0;font-size: 14px;color: #454545;line-height: 34px;width: 38%;float: left;position: relative;padding-left: 7em;margin-right: 2%;}
.sample .application p span{position: absolute;left: 0;top: 0;width: 7em;text-align: right;}
.sample .application p input{display: block;border: solid 1px  #eee;width: 100%;padding: 0 10px;font-size:14px;height: 34px;}
.sample .application .shu{padding-left: 3em;width: 15%;}
.sample .application .shu span{width: 3em;}
.sample .application .add{padding-left: 0;width: auto;margin-right: 0;}
.sample .application .add .icon{display: block;font-size:24px;cursor: pointer;color: #ccc;}
.sample .application .add .icon.on{color: #c60300;}
.sample .application p select{border: solid 1px  #eee;width: 32%;font-size:14px;height: 34px;display: inline-block;vertical-align: top;}
.sample .application p textarea{display: block;border: solid 1px  #eee;width: 100%;padding: 10px;font-size:14px;height:170px;line-height: 20px;max-width: 426px;resize: none;}
.sample .application p .yan{width: 142px;display: inline-block;vertical-align: top;}
.sample .application p img{display: inline-block;vertical-align: top;margin:-10px 20px 0;height: 50px;}
.sample .application p .qie{display: inline-block;vertical-align: top;color: #c60300;font-size:12px;}
.sample .application .and a{display: inline-block;vertical-align: top;font-size: 14px;color: #fff;line-height: 46px;text-align: center;background: #c60300;text-align: center;width: 170px;}


/*购物车*/
.shopping_car{padding-top: 30px;}
.shopping_car .check_h3{padding: 0 0 20px;width: 90%;margin: auto;}
.shopping_car .check_h3 li{width: 33.33%;border-bottom: 3px solid #e3e3e3;font-size: 16px;color: #666;float: left;text-align: center;line-height: 80px;position: relative;}
.shopping_car .check_h3 li span{width: 32px;height: 32px;color: #666;display: inline-block;border-radius:100%;-webkit-border-radius:100%;-moz-border-radius: 100%;position: absolute;bottom: -20px;left: 50%;line-height: 32px;background:#eeeeee;margin-left: -20px;color: #999;}
.shopping_car .check_h3 li .icon{font-size: 20px;vertical-align: top;display: inline-block;}
.shopping_car .check_h3 .active{border-bottom: 3px solid #c60300;}
.shopping_car .check_h3 .active span{color: #fff;background:#c60300;}
.shopping_car .car_list{border: solid 1px #eee;margin-top: 50px;border-bottom: 0;}
.shopping_car .car_list .tit{font-size: 24px;color: #454545;line-height: 78px;font-weight: bold;text-align: center;}
.shopping_car .car_list .tit_le{background: #f2f2f2;font-size:16px; color:#454545;line-height: 20px;padding: 15px 20px;font-weight: bold;}
.shopping_car .car_list table th{background: #fafafa;font-size:14px; color:#454545;line-height: 20px;padding: 15px 0;font-weight: bold;text-align: center;}
.shopping_car .car_list table td{border-bottom: solid 1px #eee;font-size:13px; color:#454545;line-height: 20px;padding: 20px 10px;text-align: center;}
.shopping_car .car_list table td .text{width: 70px;height: 30px;display: block;border: solid 1px #eee;font-size:13px; color:#454545;text-align: center;margin:auto;}
.shopping_car .car_list table td span{display: inline-block;font-size: 12px;color: #999;border: solid 1px #eee;height: 30px;}
.shopping_car .car_list table td span input{height: 28px;border: 0;width: 80px;border-left: solid 1px #eee;border-right: solid 1px #eee;text-align: center;font-size: 13px;float: left;}
.shopping_car .car_list table td span em{width: 28px;text-align: center;font-style: normal;color: #454545;cursor: pointer;background: #fbfbfb;font-size: 16px;line-height: 28px;float: left;}
.shopping_car .car_list table td .more .icon{display: inline-block;font-size: 20px;cursor: pointer;}
.shopping_car .car_list table td .cat{width: 80px;display: block;font-size:13px; color:#fff;text-align: center;background: #ff9f00;border-radius: 3px;line-height: 32px;margin: 10px auto 0;}
.shopping_car .car_list table td .img{float: left;height: 70px;border: solid 1px #eee;width: 70px;line-height: 62px;}
.shopping_car .car_list table td .txt{float: right;width: calc(100% - 80px);text-align: left;}
.shopping_car .car_list table td .txt .h3{font-size:14px; color:#454545;line-height: 20px;}
.shopping_car .car_list table td .txt .h5{font-size:12px; color:#999;line-height: 18px;}
.shopping_car .car_list table td .shan{display: block;color: #ccc;}
.shopping_car .car_list table td .shan:hover{color: #c60300;}
.shopping_car .car_list table td .shan .icon{display: block;font-size:18px;}
.shopping_car .car_list .xuan{padding:20px;font-size:14px; color:#454545;line-height: 24px;border-bottom: solid 1px #eee;}
.shopping_car .car_list .xuan span{float: right;}
.shopping_car .car_list .xuan a,.shopping_car .car_list .xuan span em{color: #f39800;font-style: normal;}
.shopping_car .car_list .h3{font-size:15px; color:#212121;line-height: 24px;font-weight: bold;}
.shopping_car .car_list .h3 a{font-weight: normal;color: #f39800;margin-left: 10px;font-size: 12px;}
.shopping_car .car_list .h3 span{float: right;}
.shopping_car .car_list .h3 span a{color: #c60300;font-size: 15px;}
.shopping_car .car_list .xin_xi{padding:20px 30px;font-size:14px; color:#454545;line-height: 24px;border-bottom: solid 1px #eee;}
.shopping_car .car_list .xin_xi .shou_dizhi{font-size:14px; color:#454545;line-height: 30px;}
.shopping_car .car_list .xin_xi .shou_dizhi p span{display: inline-block;vertical-align: top;margin-right: 6%;}
.shopping_car .car_list .xin_xi .yun_song p{position: relative;padding-left: 8em;font-size:14px; color:#454545;line-height: 30px;height: 30px;display: inline-block;}
.shopping_car .car_list .xin_xi .yun_song span{position: absolute;top: 0;left: 0;width: 6em;text-align: right;}
.shopping_car .car_list .xin_xi .yun_song label{display: inline-block;vertical-align: top;margin-right: 20px;position: relative;cursor: pointer;}
.shopping_car .car_list .xin_xi .yun_song label input{position: absolute;top: 0;left: 0;opacity: 0;}
.shopping_car .car_list .xin_xi .yun_song label .icon{display: inline-block;vertical-align: top;font-size: 16px;color: #ccc;margin-right: 5px;}
.shopping_car .car_list .xin_xi .yun_song label .icon.on{color: #f39800;}
.shopping_car .car_list .xin_xi .yun_song label .tooltip_p{color: #c60300;}
.shopping_car .car_list .xin_xi .fa_piao p{font-size:14px; color:#454545;line-height: 30px;display: inline-block;vertical-align: top;min-width: 240px;margin-right: 20px;}
.shopping_car .car_list .qing_dan{padding:20px 30px 10px;font-size:15px; color:#212121;line-height: 24px;border-bottom: solid 1px #eee;font-weight: bold;}
.shopping_car .car_list .qing_dan span{font-weight: normal;margin-left: 30px;color: #454545;font-size: 14px;}
.shopping_car .car_list .qing_dan span em{font-style: normal;color: #f39800;}
.shopping_car .car_list .bei_zhu{padding:20px 30px;font-size:14px; color:#454545;line-height: 24px;border-bottom: solid 1px #eee;}
.shopping_car .car_list .bei_zhu .nei{margin-top:10px;}
.shopping_car .car_list .bei_zhu .nei textarea{border: solid 1px #eee;padding: 10px;font-size:14px; color:#454545;line-height: 24px;height: 132px;width: 100%;resize: none;max-width: 584px;}
.shopping_car .zong_ji{padding: 15px 20px;margin:30px 0;background: #eee;text-align: right;font-size:15px; color:#212121;line-height: 24px;font-weight: bold;}
.shopping_car .zong_ji em{color: #f39800;font-style: normal;}
.shopping_car .and{text-align: right;margin:40px 0;}
.shopping_car .and a{display: inline-block;vertical-align: top;font-size: 14px;color: #c60300;line-height: 46px;text-align: center;text-align: center;width: 170px;border: solid 1px #c60300;margin-left: 8px;}
.shopping_car .and a:last-of-type{background: #c60300;color: #fff;}
.shopping_car .wen_tishi{background: #f9f9f9;padding: 30px;font-size: 12px;color: #454545;line-height: 20px;}
.shopping_car .wen_tishi a{color: #c60300;}
.shopping_car .car_success{text-align: center;padding: 50px 20px;border: solid 1px #eee;margin-top:50px;}
.shopping_car .car_success .icon{display: block;font-size: 56px;line-height: 70px;color: #c60300;}
.shopping_car .car_success .h3{font-size: 24px;color: #212121;line-height: 38px;}
.shopping_car .car_success .h5{font-size: 14px;color: #999;line-height: 28px;}
.shopping_car .car_success .h4{margin:40px 0;}
.shopping_car .car_success .h4 a{display: inline-block;vertical-align: top;font-size: 14px;color: #454545;line-height: 42px;width: 124px;border: solid 1px #eee;border-radius: 5px;}



/*我的订单*/
.member{padding-top: 30px;}
.member .member_left{width: 180px;float: left;background: #fff;padding:1px 20px;}
.member .member_left dl{margin:20px 0;}
.member .member_left dt{font-size:16px; color:#454545;line-height: 24px;font-weight: bold;margin-bottom: 5px;}
.member .member_left dd a{display: block;font-size: 14px;color: #454545;line-height: 30px;}
.member .member_left dd a em{display: inline-block;vertical-align: top;height: 14px;width: 2px;background: #eee;margin-right:10px;margin-top:8px;}
.member .member_left dd a:hover,.member .member_left dd a.on{color: #c60300;}
.member .member_left dd a.on em{background: #c60300;}
.member .member_right{width: calc(100% - 195px);float: right;background: #fff;min-height: 379px;padding: 20px;}
.member .member_right .tit_le{font-size: 24px;color: #333;line-height: 38px;}
.member .member_right .tit_le em{display: inline-block;vertical-align: top;height: 24px;width: 4px;background: #c60300;margin-right:10px;margin-top:7px;}
.member .member_right .tit_le span{float: right;font-size: 14px;}
.member .member_right .tit_le span a{display: inline-block;vertical-align: top;margin-left: 20px;color: #666;}
.member .member_right .tit_le span b{font-weight: normal;color: #e75745;}
.member .member_right .tit_le span a.on,.member .member_right .tit_le span a.on b{color: #c60300;}
.member .member_right .tit_le .add{float: right;font-size: 14px;color: #fff;background: #c60300;padding: 0 8px;line-height: 30px;margin-top: 4px;}
.member .member_right .my_order li{margin:20px 0;border: solid 1px #eee;border-bottom: 0;}
.member .member_right .my_order li .tit{background: #eee;padding: 10px;font-size: 13px;color: #333;line-height: 20px;}
.member .member_right .my_order li .tit span{margin-right: 20px;display: inline-block;vertical-align: top;}
.member .member_right .my_order li .tit span em{font-style: normal;color: #c60300;}
.member .member_right .my_order li th{background: #fafafa;font-size:14px; color:#454545;line-height: 20px;padding: 10px 0;font-weight: bold;text-align: center;}
.member .member_right .my_order li td{border-bottom: solid 1px #eee;font-size:13px; color:#454545;line-height: 20px;padding: 15px 0;text-align: center;}
.member .member_right .my_order li td .text{width: 140px;height: 30px;display: block;border: solid 1px #eee;font-size:13px; color:#454545;text-align: center;margin:auto;}
.member .member_right .my_order li td .and a{display: block;font-size:13px; color:#454545;line-height: 26px;}
.member .member_right .my_order li td .and a:hover{color: #f39800;}
.member .member_right .my_order li td .and a.lan{color: #c60300;border: solid 1px #c60300;width: 88px;margin:auto;}
.member .member_right .my_order li td .and a.lan:hover{background: #c60300;color: #fff;}
.member .member_right .my_order li td.hong{border-left: solid 1px #eee;border-right: solid 1px #eee;color: #e75745;}
.member .member_right .my_order li td.yi{color: #15b867;}
.member .member_right .my_order li td .he{text-align: right;padding: 0 20px;font-size:15px; color:#212121;line-height: 28px;}
.member .member_right .my_order li td .he span{display: inline-block;vertical-align: top;margin-left: 10px;}
.member .member_right .my_order li td .he a{display: inline-block;vertical-align: top;margin-left: 10px;width: 80px;color: #212121;font-size: 13px;background: #f3f3f3;border: solid 1px #ddd;text-align: center;line-height: 26px;}
.member .member_right .my_order li td .he b{color: #e75745;}
.member .member_right .my_order li td .he a:hover{color: #c60300;border: solid 1px #c60300;}
/*支付*/
.pay{position: absolute;width: 400px;background: #fff;border-radius: 8px;padding: 30px;}
.pay .close{position: absolute;top: 15px;right: 15px;color: #ccc;font-size: 18px;cursor: pointer;}
.pay .tit{font-size:18px; color:#333;line-height: 28px;}
.pay .tit .icon{display: inline-block;vertical-align: top;font-size: 24px;color: #efc100;margin-right: 10px;}
.pay li{margin:15px 0;font-size:14px; color:#454545;line-height: 20px;padding-left: 5em;position: relative;}
.pay li span{position: absolute;top: 50%;left: 0;width: 5em;text-align: center;line-height: 16px;height: 32px;margin-top: -16px;justify-content: center;align-items: center;display: flex;}
.pay li .text{display: block;width: 100%;height: 34px;border: solid 1px #eee;padding: 0 10px;font-size: 14px;}
.pay li .up_img{position: relative;cursor: pointer;display: inline-block;vertical-align: top;}
.pay li .up_img .icon{display: block;width: 60px;height: 60px;border: dashed 1px #eee;text-align: center;line-height: 60px;font-size: 38px;color: #eee;}
.pay li .up_img input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;z-index: 9;}
.pay li .up_img img{height: 60px;position: absolute;top: 0;left: 0;}
.pay li .and{display: inline-block;vertical-align: top;font-size:13px; color:#fff;line-height: 30px;width: 94px;text-align: center;background: #c60300;border-radius: 4px;margin-top: 10px;}

/*订单详情*/
.member .member_right .order_show{border: solid 1px #eee;border-bottom: 0;margin-bottom: 10px;}
.member .member_right .order_show .tabs{border-bottom: solid 1px #eee;}
.member .member_right .order_show .tabs a{display: inline-block;vertical-align: top;width: 118px;text-align: center;font-size:16px; color:#333;line-height: 42px;border-right: solid 1px #eee;position: relative;}
.member .member_right .order_show .tabs a.on:after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 3px;background: #c60300;}
.member .member_right .order_show .list{border-bottom: solid 1px #eee;padding: 20px 30px;}
.member .member_right .order_show .list .pi_shu span{display: inline-block;vertical-align: top;font-size:14px; color:#fff;line-height: 28px;width: 60px;text-align: center;background: #c60300;border-radius: 4px;}
.member .member_right .order_show .list .h3{font-size:15px; color:#c60300;line-height: 38px;}
.member .member_right .order_show .list .h3 em{color: #f39800;font-size: 12px;font-style: normal;display: inline-block;vertical-align: top;}
.member .member_right .order_show .list .h3 a{float: right;width: 80px;background: #c60300;border-radius: 4px;text-align: center;font-size: 13px;color: #fff;}
.member .member_right .order_show .list .txt{font-size:14px; color:#454545;line-height: 28px;}
.member .member_right .order_show .list .txt p{float: left;min-width: 25%;}
.member .member_right .order_show .list .txt p a{display: inline-block;vertical-align: top;color: #c60300;font-size: 12px;border: solid 1px #c60300;line-height: 16px;padding: 0 5px;margin-top: 5px;}
.member .member_right .order_show .tit_h3{font-size:15px; color:#c60300;line-height: 20px;padding: 20px 30px 10px;}
.member .member_right .order_show th{background: #fafafa;font-size:14px; color:#454545;line-height: 20px;padding: 10px 0;font-weight: bold;text-align: center;}
.member .member_right .order_show td{border-bottom: solid 1px #eee;font-size:13px; color:#454545;line-height: 20px;padding: 15px 0;text-align: center;}
.member .member_right .order_show td .text{width: 140px;height: 30px;display: block;border: solid 1px #eee;font-size:13px; color:#454545;text-align: center;margin:auto;}
.member .member_right .order_show td .and a{display: block;font-size:13px; color:#454545;line-height: 26px;}
.member .member_right .order_show td .and a:hover{color: #f39800;}
.member .member_right .order_show td .and a.lan{color: #c60300;border: solid 1px #c60300;width: 88px;margin:auto;}
.member .member_right .order_show td .and a.lan:hover{background: #c60300;color: #fff;}
.member .member_right .order_show td.hong{border-left: solid 1px #eee;border-right: solid 1px #eee;color: #e75745;}
.member .member_right .order_show td.yi{color: #15b867;}
.member .member_right .order_show td .he{text-align: right;padding: 0 20px;font-size:15px; color:#212121;line-height: 36px;}
.member .member_right .order_show td .he span{display: inline-block;vertical-align: top;margin-left: 10px;}
.member .member_right .order_show td .he a{display: inline-block;vertical-align: top;margin-left: 10px;width: 100px;color: #fff;font-size: 13px;background: #c60300;text-align: center;line-height: 36px;border-radius: 4px;}
.member .member_right .order_show td .he b{color: #e75745;}
.member .member_right .he_tong{border-bottom: solid 1px #eee;}
.member .member_right .he_tong .jian_shu{border-top: solid 1px #eee;padding:0 30px 30px;}
.member .member_right .he_tong .jian_shu li{border-bottom: solid 1px #eee;padding: 30px 0;}
.member .member_right .he_tong .jian_shu li:last-of-type{border: 0;}
.member .member_right .he_tong .jian_shu li .h3{font-size:14px; color:#e75745;line-height: 30px;margin-bottom: 20px;}
.member .member_right .he_tong .jian_shu li .h3 a{display: inline-block;vertical-align: top;width: 80px;background: #c60300;text-align: center;border-radius: 4px;color: #fff;margin-left: 20px;}
.member .member_right .he_tong .jian_shu li .h4{font-size:14px; color:#15b867;line-height: 30px;margin-bottom: 20px;}
.member .member_right .he_tong .jian_shu li .h4 a{display: inline-block;vertical-align: top;width: 80px;background: #c60300;text-align: center;border-radius: 4px;color: #fff;margin-left: 20px;}
.member .member_right .he_tong .jian_shu .img{float: left;margin-right: 20px;position: relative;}
.member .member_right .he_tong .jian_shu .img img{display: block;width: 80px;height: 80px;border: solid 1px #f2f2f2;}
.member .member_right .he_tong .jian_shu .img .icon{position: absolute;top: -10px;right: -10px;border-radius: 100%;color: #e75745;cursor: pointer;line-height: 20px;text-align: center;width: 20px;}
.member .member_right .he_tong .jian_shu .txt{float: left;max-width:50%;}
.member .member_right .he_tong .jian_shu .txt p{float: left;min-width: 50%;font-size:14px; color:#454545;line-height: 26px;}
.member .member_right .he_tong .jian_shu .txt p span{color: #666;}
.member .member_right .he_tong .jian_shu .and a{display: inline-block;vertical-align: top;width: 100px;color: #fff;font-size: 14px;background: #c60300;text-align: center;line-height: 36px;border-radius: 4px;}

.openmore{cursor: pointer;color: #c60300;margin-left: 10px;width: 50px;height: 26px;box-sizing: border-box;background-color: #0094e7;border-radius: 2px;border: solid 1px #0094e7;text-align: center;line-height: 26px;box-sizing: border-box;color: #fff;display: inline-block;font-size: 14px;}
.openmore.shouqi{background-color: #fff;color: #0094e7;}
.pd{padding: 15px !important;}
.innerTable{max-width: 890px;}
.innerTable thead tr td{background-color: #f1f7fb;font-size: 14px !important;padding: 6px 0 !important;font-weight: bold;color: #6694b6;}
.innerTable tbody tr:nth-child(even){background-color: #fafafa;}
.innerTable tr{height: 42px;}
.innerTable td{border: 1px solid #eee;font-size: 12px !important;padding: 0 !important;}


/*新增地址*/
.member .member_right .address li{border: solid 1px #eee;margin:13px 0;padding: 18px 20px;}
.member .member_right .address li .h3{font-size:16px; color:#212121;line-height: 20px;font-weight: bold;margin-bottom: 10px;}
.member .member_right .address li .h3 span{font-weight: normal;background: #f39800;display: inline-block;vertical-align: top;padding: 0 5px;font-size:12px;color: #fff;margin-left: 10px;}
.member .member_right .address li .h3 .close{font-size:18px;}
.member .member_right .address li .txt{font-size:15px; color:#454545;line-height: 30px;}
.member .member_right .address li .txt p span{display: inline-block;vertical-align: top;width: 6em;text-align: right;}
.member .member_right .address li .txt p label{float: right;}
.member .member_right .address li .txt p label a{display: inline-block;vertical-align: top;margin-left: 20px;color: #c60300;font-size:14px;}
.member .member_right .address li .txt p label a:hover{color: #f39800;}


/*发票信息*/
.member .member_right .fa_piao li{border: solid 1px #eee;margin:13px 0;padding: 0 20px 20px;}
.member .member_right .fa_piao li dd{padding: 18px 0;border-bottom: solid 1px #eee;}
.member .member_right .fa_piao li dd:last-of-type{border-bottom: 0;}
.member .member_right .fa_piao li .h3{font-size:16px; color:#212121;line-height: 20px;font-weight: bold;margin-bottom: 10px;}
.member .member_right .fa_piao li .h3 span{font-weight: normal;background: #f39800;display: inline-block;vertical-align: top;padding: 0 5px;font-size:12px;color: #fff;margin-left: 10px;}
.member .member_right .fa_piao li .h3 .close{font-size:18px;}
.member .member_right .fa_piao li .txt{font-size:14px; color:#454545;line-height: 30px;}
.member .member_right .fa_piao li .txt p{min-width: 25%;float: left;}
.member .member_right .fa_piao li .and{text-align: right;}
.member .member_right .fa_piao li .and a{display: inline-block;vertical-align: top;margin-left: 20px;color: #c60300;font-size:14px;}
.member .member_right .fa_piao li .and a:hover{color: #f39800;}



/*个人资料*/
.data_zi{border: solid 1px #eee;padding:5px 20px;margin: 20px 0;}
.data_zi li{position: relative;padding-left: 8em;min-height: 36px;font-size:14px; color:#454545;line-height: 36px;margin:15px 0;}
.data_zi li span{position: absolute;top: 50%;left: 0;width: 7em;text-align: right;margin-top: -18px;}
.data_zi li .text{height: 36px;border: solid 1px #eee;padding: 0 10px;width: 100%;max-width: 342px;font-size: 14px;}
.data_zi li .up_img img{display: inline-block;vertical-align: top;width: 60px;height: 60px;border-radius: 100%;}
.data_zi li .up_img a{line-height: 60px;position: relative;}
.data_zi li .up_img a input{position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;cursor: pointer;}
.data_zi li a{color: #f39800;margin-left: 10px;display: inline-block;vertical-align: top;}
.data_zi li .and{display: inline-block;vertical-align: top;font-size:13px; color:#fff;line-height: 30px;width: 94px;text-align: center;background: #c60300;border-radius: 4px;margin: 10px 0;}
/*修改手机*/
.huan_shouji{position: absolute;width: 600px;background: #fff;border-radius: 4px;-webkit-box-shadow:0 0 8px rgba(0, 0, 0, .2);-moz-box-shadow:0 0 8px rgba(0, 0, 0, .2);box-shadow:0 0 8px rgba(0, 0, 0, .2);overflow: hidden;}
.huan_shouji .tit{background: #c60300;padding: 0 20px;font-size:18px;color:#fff;line-height: 48px;}
.huan_shouji .tit .icon{float: right;line-height: 48px;color: #fff;opacity: 1;font-size: 22px;text-shadow:0 0 0 #fff;}
.huan_shouji .txt{padding: 20px 50px;}
.huan_shouji .txt .tabs{text-align: center;margin-bottom: 20px;}
.huan_shouji .txt .tabs a{display: inline-block;vertical-align: top;margin:0 10%;font-size:15px; color:#212121;line-height: 22px;font-weight: bold;}
.huan_shouji .txt .tabs a em{display:block;width: 30px;height: 3px;margin:auto;background: #fff;}
.huan_shouji .txt .tabs a.on{color: #c60300;}
.huan_shouji .txt .tabs a.on em{background: #c60300;}
.huan_shouji .txt li{position: relative;padding-left: 8em;min-height: 34px;font-size:14px; color:#454545;line-height: 34px;margin:13px 0;}
.huan_shouji .txt li span{position: absolute;top: 50%;left: 0;width: 7em;text-align: right;margin-top: -18px;}
.huan_shouji .txt li .text{height: 34px;border: solid 1px #eee;padding: 0 10px;width: 100%;max-width: 342px;font-size: 14px;}
.huan_shouji .txt li select{height: 34px;border: solid 1px #eee;padding: 0 10px;font-size: 14px;width: calc(33.33% - 6px);float: left;margin-right: 6px;max-width: 110px;}
.huan_shouji .txt li select:last-of-type{margin-right: 0;width: 33.33%;}
.huan_shouji .txt li .w_4{max-width:140px;width: calc(42% - 6px);}
.huan_shouji .txt li .w_4:last-of-type{margin-right: 0;width: 42%;}
.huan_shouji .txt li em{float: left;width: 16%;max-width: 56px;text-align: right;font-style: normal;}
.huan_shouji .txt li .and a{display: inline-block;vertical-align: top;font-size:13px; color:#fff;line-height: 30px;width: 94px;text-align: center;background: #c60300;border-radius: 4px;margin: 10px 0;margin-right: 5px;}
.huan_shouji .txt li .and a.hui{background: #ccc;}
.huan_shouji .txt li .yan{border: solid 1px #c60300;color: #c60300;width: 110px;text-align: center;line-height: 32px;display: inline-block;vertical-align: top;}
.huan_shouji .txt li .w_6{width: calc(100% - 114px);max-width: calc(342px - 114px);}
.huan_shouji .txt li label{display: inline-block;vertical-align: top;cursor: pointer;}
.huan_shouji .txt li label .icon{display: inline-block;vertical-align: top;font-size:16px;margin-right: 5px;color: #ccc;}
.huan_shouji .txt li label .icon.on{color: #f39800;}
.huan_shouji .txt li b{color: #f39800;}


/*历史购买型号*/
.member .member_right .history{border: solid 1px #eee;border-bottom: 0;margin-top: 10px;}
.member .member_right .history .sou_suo{padding: 20px;font-size:14px; color:#454545;line-height: 30px;}
.member .member_right .history .sou_suo span{display: inline-block;vertical-align: top;margin-right: 20px;}
.member .member_right .history .sou_suo input{display: inline-block;vertical-align: top;width: 200px;border: solid 1px #eee;padding: 0 10px;height: 30px;}
.member .member_right .history .sou_suo a{display: inline-block;vertical-align: top;font-size:14px; color:#fff;width: 80px;text-align: center;background: #c60300;border-radius: 4px;}
.member .member_right .history th{background: #fafafa;font-size:14px; color:#454545;line-height: 20px;padding: 10px 0;font-weight: bold;text-align: center;}
.member .member_right .history td{border-bottom: solid 1px #eee;font-size:13px; color:#454545;line-height: 20px;padding: 15px 0;text-align: center;}
.member .member_right .history td a{display: inline-block;vertical-align: top;font-size:13px; color:#fff;line-height: 26px;width: 80px;text-align: center;background: #ff9f00;border-radius: 4px;}

.add_car{width: 700px;background: #fff;border-radius: 4px;-webkit-box-shadow:0 0 8px rgba(0, 0, 0, .2);-moz-box-shadow:0 0 8px rgba(0, 0, 0, .2);box-shadow:0 0 8px rgba(0, 0, 0, .2);overflow: hidden;}
.add_car .tit{background: #c60300;padding: 0 20px;font-size:18px;color:#fff;line-height: 48px;}
.add_car .tit .icon{float: right;line-height: 48px;color: #fff;opacity: 1;font-size: 22px;}
.add_car .txt{padding: 30px;display: flex;justify-content: space-around;}
.add_car .txt .xin_xi{float: left;font-size:14px;color:#454545;line-height: 20px;width: 40%;}
.add_car .txt .xin_xi p{margin-bottom: 10px;}
.add_car .txt .xin_xi p span{color: #999;}
.add_car .txt .zeng_zhi{float: right;border-left: solid 1px #eee;padding: 0 15px;}
.add_car .txt .zeng_zhi .h3{font-size:14px; color:#212121;line-height: 20px;text-align: center;}
.add_car .txt .zeng_zhi .shui{font-size:13px; color:#212121;line-height: 20px;text-align: center;margin: 10px 0;}
.add_car .txt .zeng_zhi .shui p{max-width: 200px;margin:5px auto;border-radius: 3px;display: flex;}
.add_car .txt .zeng_zhi .shui p span{display: inline-block;width: 70px;float: left;text-align: right;}
.add_car .txt .zeng_zhi .shui p em{font-style: normal;color: #f39800;}
.add_car .txt .zeng_zhi .shui p.on,.add_car .txt .zeng_zhi .shui p.on em{background: #c60300;color: #fff;}
.add_car .txt .zeng_zhi .shu{font-size:14px; color:#212121;line-height: 24px;margin:10px 0;}
.add_car .txt .zeng_zhi .shu input{display: inline-block;vertical-align: top;width: 70px;text-align: center;height: 24px;border: solid 1px #eee;font-size: 14px;}
.add_car .txt .zeng_zhi .shu em{font-style: normal;color: #f39800;}
.add_car .txt .zeng_zhi .shu b{color: #f39800;}
.add_car .and{text-align: right;padding: 0 30px 30px;}
.add_car .and a{display: inline-block;vertical-align: top;font-size:14px; color:#fff;line-height: 30px;width: 80px;text-align: center;background: #ff9f00;border-radius: 4px;}


/*联系人*/
.member .member_right .name_list li{border: solid 1px #eee;margin:13px 0;padding: 18px 20px;}
.member .member_right .name_list li .h3{font-size:15px; color:#454545;line-height: 20px;font-weight: bold;margin-bottom: 10px;}
.member .member_right .name_list li .h3 span{float: right;}
.member .member_right .name_list li .h3 span a{font-weight: normal;display: inline-block;vertical-align: top;font-size:14px;color: #c60300;margin-left: 20px;}
.member .member_right .name_list li .h3 span a:hover{color: #f39800;}
.member .member_right .name_list li .h3 .close{font-size:18px;}
.member .member_right .name_list li .txt{font-size:14px; color:#454545;line-height: 30px;position: relative;}
.member .member_right .name_list li .txt .icon{position: absolute;top: 30px;right: 0;font-size: 40px;color: #f39800;line-height: 50px;}
.member .member_right .name_list li .txt p{min-width: 25%;float: left;}
.member .member_right .name_list li .txt .h5{color: #999;font-size: 14px;width: 100%;line-height: 30px;}
.member .member_right .name_list li .txt .h5 span{display: inline-block;vertical-align: top;margin-right: 20px;}
.member .member_right .name_list li .and{text-align: right;}
.member .member_right .name_list li .and a{display: inline-block;vertical-align: top;margin-left: 20px;color: #c60300;font-size:14px;}
.member .member_right .name_list li .and a:hover{color: #f39800;}







/*登录注册*/
.login{position: absolute;width: 400px;top: 50%;left: 50%;margin-left: -200px;margin-top: -230px;background: #fff;overflow: hidden;border-radius: 10px;z-index: 9999;min-height: 400px;}
.login .txt{padding: 30px 26px;}
.login .txt .tit_tab{display: flex;margin-bottom: 30px;}
.login .txt .tit{font-size:16px; color:#212121;line-height: 30px;text-align: center;text-align: left;cursor: pointer;width: 35%;}
.login .txt .tit.active{font-size:20px;color: #c60300;}
.login .close{position: absolute;top: 30px;right: 26px;color: #ccc;font-size: 18px;cursor: pointer;z-index: 22;}
.login .code_area{display: flex;flex-direction: column;align-items: center;justify-content: center;}
.login .code_area.reg{height: 400px;}
.login .login_code{width: 200px;height: 200px;margin: 0 auto;}
.login .login_txt{text-align: center;font-size: 12px;color: #999;margin: 10px auto 0;}
.login .txt .tit .fanhui{position: absolute;top: 30px;left: 26px;color: #ccc;font-size: 28px;cursor: pointer;}
.login .txt li{margin: 15px 0;position: relative;height: 50px;}
.login .txt li .icon{position: absolute;top: 0;left: 0;width: 50px;line-height: 50px;text-align: center;font-size: 20px;color: #ccc;}
.login .txt li input{border: 0;height: 50px;display: block;width: 100%;font-size: 16px;color: #212121;background: #f2f2f2;border-radius: 8px;padding:0 10px 0 60px;}
.login .txt li .w_6{width: 56%;display: inline-block;vertical-align: top;}
.login .txt li a{float: right;color: #c60300;font-size: 16px;border: solid 1px #c60300;line-height: 48px;border-radius: 8px;width: 40%;text-align: center;}
.login .txt .you{font-size:16px; color:#116db8;line-height: 28px;}
.login .txt .zhu{font-size:14px; color:#999;line-height: 20px;height: 20px;}
.login .txt .zhu span{float: right;}
.login .txt .zhu span a{color: #c60300;}
.login .txt .h5{font-size:14px; color:#454545;line-height: 20px;padding: 0 20px;}
.login .txt .h5 .icon{display: inline-block;vertical-align: top;font-size: 16px;margin-right: 5px;color: #ccc;cursor: pointer;}
.login .txt .h5 .icon.on{color: #ffab41;}
.login .txt .h5 a{color: #c60300;}
.login .txt .and{margin:30px 0 10px;}
.login .txt .and a{display: block;font-size:16px; color:#fff;line-height: 50px;text-align: center;background: #c60300;border-radius: 25px;}
.login .success{text-align: center;}
.login .success .icon{display: block;color: #c60300;font-size: 48px;line-height: 88px;}
.login .success .h3{font-size:18px; color:#212121;line-height: 28px;}
.login .success .h5{font-size:14px; color:#212121;line-height: 28px;}

.lodding{text-align: center;font-size:13px; color:#999;line-height: 50px;}
.not_zanwu{text-align: center;font-size:16px; color:#999;line-height: 50px;padding: 40px 0;}
.not_zanwu img{display: block;margin:auto;max-width: 50%;}
.not_zanwu a{color: #c60300;}
.not_zanwu .icon{display: block;font-size: 140px;line-height: 120px;color: #ccc;}


.footer{margin-top: 60px;background: #f3f3f3;-webkit-box-shadow:1px 0 1px rgba(204, 204, 204, .35);  -moz-box-shadow:1px 0 1px rgba(204, 204, 204, .35);  box-shadow:1px 0 1px rgba(204, 204, 204, .35);position: relative;}
.footer .bg{background: #fff;}
.footer .you_shi{padding: 35px 0;border-bottom: solid 1px #f2f2f2;}
.footer .you_shi li{float: left;width: 25%;padding-left: 70px;position: relative;min-height: 60px;}
.footer .you_shi li img{position: absolute;top: 0;left: 0;width: 50px;}
.footer .you_shi li .h3{font-size: 20px;color: #212121;line-height: 28px;padding-top: 5px;}
.footer .you_shi li .h4{font-size: 14px;color: #999;line-height: 24px;}
.footer .fot_nav{padding: 40px 0;}
.footer .fot_nav .logo{float: left;width: 180px;}
.footer .fot_nav .logo img{height: 34px;display: block;}
.footer .fot_nav ul{float: left;width: calc(100% - 180px);}
.footer .fot_nav li{float: left;width: 16.66%;text-align: center;border-right:solid 1px #f5f5f5;min-height: 116px;}
.footer .fot_nav li:last-of-type{border: 0;}
.footer .fot_nav dt{font-size: 16px;color: #212121;line-height: 16px;margin-bottom:10px;}
.footer .fot_nav dd{font-size: 14px;color: #454545;line-height: 36px;}
.footer .fot_nav dd a{display: block;font-size: 14px;color: #454545;line-height: 30px;-webkit-transition: all .2s ease-in;-moz-transition: all .2s ease-in;-ms-transition: all .2s ease-in;-o-transition: all .2s ease-in;transition: all .2s ease-in;}
.footer .fot_nav dd a:hover{color: #c60300;}
.footer .fot_nav .ke_fu .tu .icon{display: block;font-size: 30px;color: #454545;line-height: 30px;margin-bottom: 10px;}
.footer .fot_nav .ke_fu .h3{font-size: 16px;color: #454545;line-height: 20px;font-weight: bold;}
.footer .fot_nav .ke_fu .h4{font-size: 12px;color: #999;line-height: 16px;}
.footer .fot_nav .ke_fu a{display: block;border: solid 1px #f39800;font-size: 12px;color: #f39800;line-height: 22px;margin:10px 16% 0;}
.footer .fot_nav .ke_fu a .icon{display: inline-block;vertical-align: top;margin-right: 10px;font-size: 16px;}
.footer .fot_nav .ewm{font-size: 12px;color: #454545;line-height: 26px;}
.footer .fot_nav .ewm img{display: block;margin:auto;}
.footer .you_lian{padding: 20px 0;font-size: 14px;color: #454545;line-height: 24px;margin:0 -10px;}
.footer .you_lian span{display: inline-block;vertical-align: top;margin:0 10px;}
.footer .you_lian a{display: inline-block;vertical-align: top;color: #999;margin:0 10px;}
.footer .you_lian a:hover{color: #c60300;text-decoration: underline;}
.footer .you_lian a.more{color: #f39800;}
.footer .fot_bei{padding: 20px 0;font-size: 14px;color: #7b7b7b;line-height: 20px;border-top: solid 1px #ccc;text-align: center;}
.footer .fot_bei span{display: inline-block;vertical-align: top;margin-left: 20px;}



.fixed_nav{width: 50px;height: auto;position: fixed;bottom: 50px;right: 10px;z-index: 99;display: flex;flex-direction: column;align-items: center;}
.fixed_nav .fn_tab{width: 50px;height: auto;border-radius: 50%;margin: 20px 0;display: flex;justify-content: center;align-items: center;cursor: pointer;position: relative;flex-direction: column;white-space: nowrap;}
.fixed_nav .fn_tab.open ,.fixed_nav .fn_tab.zhiding{background-color: #fff;}
.fixed_nav .fn_tab>img{width: 38px;}
.fixed_nav .fn_tab>.txt{font-size: 12px;color: #333;}
.fixed_nav .fn_tab .num{width: 20px;height: 20px;border-radius: 50%;background-color: red;color: #fff;line-height: 20px;text-align: center;font-size: 10px;position: absolute;top: -4px;right: 0;z-index: 22;}
.fixed_nav .fn_hide{display: none;}
.fixed_nav .fn_tab.zhiding{transition: background-color .3s;width: 38px;height: 38px;}
.fixed_nav .fn_tab.zhiding .icon-top_btn{font-size: 16px;color: #c60300;}
.fixed_nav .fn_tab.zhiding:hover{background-color: #c60300;}
.fixed_nav .fn_tab.zhiding:hover .icon-top_btn{color: #fff;}
.fixed_nav .fn_tab .hide{width: 240px;height: auto;border-radius: 5px;background-color: #3296fa;position: absolute;right: 120%;top: 50%;transform: translate(10% ,-50%);z-index: 2;box-sizing: border-box;padding: 0 12px 12px;transition: all .5s;visibility: hidden;opacity: 0;}
.fixed_nav .fn_tab:hover .hide{transform: translate(0,-50%);opacity: 1;visibility: visible;}
.fixed_nav .fn_tab .hide::before{content: '';width: 8px;height: 8px;background-color: #3296fa;position: absolute;right: -4px;top: 50%;transform: translateY(-50%) rotate(45deg);}
.fixed_nav .fn_tab .hide .txt{font-size: 12px;line-height: 23px;border-bottom: 1px solid #fff;text-align: center;color: #fff;padding-top: 4px;}
.fixed_nav .fn_tab .hide>img{width: 100%;display: block;margin-top: 10px;border: 5px solid #fff;}


#tooltip{position:absolute;color:#fff;background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;filter:Alpha(opacity=50); background:#000;padding: 5px 10px;font-size: 12px;line-height: 16px;border-radius: 3px;display:none;z-index: 9999;max-width: 248px;margin-left:-30px;}


/* page */
.page{display:block;overflow:hidden;text-align:center;padding: 40px 0;background: #fff;line-height:28px;font-size: 14px;color: #454545;}
.page a{display:inline-block;margin:0 3px;vertical-align:top;width:28px;height:28px;text-align:center;line-height:28px;font-size: 14px;color: #454545;font-family: Arial, Helvetica, sans-serif;border: solid 1px #f1f1f1;}
.page a:hover{color: #c60300;}
.page a.on,.page a:hover.on{color:#fff;background: #c60300;border: solid 1px #f1f1f1;}
.page span{display:inline-block;margin:0 3px;vertical-align:top;width:60px;height:28px;text-align:center;line-height:28px;font-size: 14px;color: #454545;border: solid 1px #f1f1f1;cursor:pointer;}
.page span:hover{color: #c60300;}
.page label{display:inline-block;margin:0 3px;vertical-align:top;width:40px;text-align:center;line-height:28px;font-size: 14px;color: #fff;cursor:pointer;background: #c60300;text-align: center;}
.page input{display: inline-block;vertical-align: top;width: 80px;border: solid 1px #c60300;height: 28px;line-height: 28px;text-align: center;font-size: 14px;color: #454545;}


.pro_index{overflow-x: auto;}
.pro_index>div{min-width: 1280px;}
/*.price_num{width: 55px;display: inline-block;text-align: right;float: left;}*/
.price_num_box{padding: 10px 2px!important;}
.price_num{text-align: left;}
.price_num label{width: 55px;display: inline-block;text-align: right;float: left;margin-right: 5px;}
.cart_list .on{background: #c60300;color: #fff;border-radius: 3px;}
@media (max-width: 1570px) {
        .header .col-menu .yuyan .h4,.header .col-menu .setting-container .h3,.header .col-menu .setting-container .h4{font-size: 14px;}
        .header .col-menu .setting-container .xia_la a,.header .col-menu .yuyan .xia_la a{font-size: 14px;line-height: 32px;}
}
@media (max-width: 1490px) {
        .header{padding: 0 2%;}
        .nav-tabs .nav-link{font-size: 15px;}
        .header .navbar-collapse{width: 48%;}
        .header .col-menu{width: 39%;}
        .nav-tabs .submenu{width: 80%;left: 10%;}
}
@media (max-width: 768px) {
        .pc_show{display: none;}
        .mob_show{display: block;}
        .header{padding:5px 15px;position: relative;z-index: 999;top: 0;margin: 0;left: 0;}
        .header .logo{display:flex;text-align: center;line-height: 50px;align-items: center;}
        .header .logo img{height:36px;}
        .header .logo a{display: block;}
        .header .col-menu{position: relative;padding: 0 15px 0 0;height: 50px;}
        .header .col-menu .dropdown{position: relative;display: inline-block;vertical-align: top;margin-left: 0;}
        .header .col-logo{height: 50px;}
        .header .col-menu .dropdown .top-search{font-size: 15px;color: #333;text-align: center;line-height: 84px;cursor: pointer;}
        .header .col-menu .dropdown .search{position: absolute;padding:0 45px 0 10px;right:0;top: 100%;min-width: 470px;background-color: #fff;z-index: 999;opacity: 0;visibility: hidden;border: 1px solid #ebebeb;height: 46px;line-height: 46px;transition: all .3s ease 0s;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;-ms-transition: all .5s ease;}
        .header .col-menu .dropdown .search .order_a{width:100%;border: 0;height: 46px;font-size: 15px;color: #888;vertical-align: top;}
        .header .col-menu .dropdown .search .order_b{position: absolute;right:0;top: 0;height: 46px;border: 0;width:46px;cursor: pointer;}
        .header .col-menu .dropdown .top-showcart{font-size: 15px;color: #333;text-align: center;line-height: 84px;cursor: pointer;}
        .header .col-menu .dropdown .top-setting{font-size: 15px;color: #999;text-align: center;line-height: 84px;cursor: pointer;}
        .header .col-menu .dropdown .top-search .icon,.header .col-menu .dropdown .top-showcart .icon,.header .col-menu .dropdown .top-setting .icon{font-size: 18px;display: inline-block;vertical-align: top;width: 32px;text-align: right;}
        .header .col-menu .dropdown .top-showcart .icon,.header .col-menu .dropdown .top-setting .icon{font-size: 20px;}
        .header .col-menu .dropdown .setting-container{position: absolute;right:0;top: 100%;min-width: 180px;z-index: 999;opacity: 0;visibility: hidden;border: 1px solid #ebebeb;background-color: #fff;text-align: left;padding: 10px 0;transition: all .3s ease 0s;transition: all .5s ease;-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;-ms-transition: all .5s ease;}
        .header .col-menu .dropdown .setting-container .txt{max-height: 350px;overflow-y: auto;}
        .header .col-menu .dropdown .setting-container .txt::-webkit-scrollbar{  width:4px;  height:4px;  }
        .header .col-menu .dropdown .setting-container .txt::-webkit-scrollbar-track{  background: #f6f6f6;  border-radius:2px;  }
        .header .col-menu .dropdown .setting-container .txt::-webkit-scrollbar-thumb{  background: #aaa;  border-radius:2px;  }
        .header .col-menu .dropdown .setting-container .txt::-webkit-scrollbar-thumb:hover{  background: #747474;  }
        .header .col-menu .dropdown .setting-container .txt::-webkit-scrollbar-corner{  background: #f6f6f6;}
        .header .col-menu .dropdown .setting-container .h3{font-size: 14px;color: #212121;line-height: 34px;padding: 0 10px;}
        .header .col-menu .dropdown .setting-container .h4 a{font-size: 13px;color: #212121;line-height: 34px;display: block;padding: 0 10px;}
        .header .col-menu .dropdown .setting-container li a{font-size: 13px;color: #454545;line-height: 34px;display: block;padding: 0 20px;}
        .header .col-menu .dropdown .setting-container li a:hover{color: #c60300;}
        .header .col-menu .dropdown .setting-container .h4 a:hover{color: #c60300;}
        .header .col-menu .dropdown:hover .setting-container{opacity: 1;visibility: inherit;}
        .header .col-menu .dropdown:hover .search{opacity: 1;visibility: inherit;}
        .header .col-menu .dropdown:hover .top-search,.header .col-menu .dropdown:hover .top-search .icon,.header .col-menu .dropdown:hover .top-showcart,.header .col-menu .dropdown:hover .top-showcart .icon,.header .col-menu .dropdown:hover .top-setting,.header .col-menu .dropdown:hover .top-setting .icon{color: #c60300;}
        .header .col-menu .dropdown .top-search,.header .col-menu .dropdown .top-showcart,.header .col-menu .dropdown .top-setting{font-size: 0;line-height: 50px;height: 50px;}
        .header .col-menu .dropdown .block-minicart{width: 310px;min-width: auto;}
        .header .col-menu .dropdown .search{width: 260px;min-width: auto;border-radius: 0;}
        .header .col-logo .nav_bar{padding: 0;-webkit-transform: translateX(-100%);transform: translateX(-100%);width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 999;background: #222;overflow-y: auto;}
        .header .nav_active .nav_bar{-webkit-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;-webkit-transform: translateX(0);transform: translateX(0);}
        .header .nav_trigger{line-height: 50px;}
        .header .nav_trigger .icon{font-size: 22px;color: #333;}
        .header .guan_bi{position: fixed;right: 10px;top: 10px;z-index: 99;}
        .header .guan_bi .icon{font-size: 22px;color: #fff;}
        .header .col-logo .nav_bar .nav_list{padding:60px 20px 40px;}
        .header .nav-item{margin-bottom: 10px;}
        .header .nav-item .nav-link{padding: 0;font-size: 14px;color: #fff;line-height: 30px;}
        .header .nav-item .nav-link .icon{float: right;}
        .header .nav-item .level0{padding: 5px 20px;}
        .header .nav-item .level0 a{display: block;font-size: 14px;color: #fff;line-height: 30px;}
        .header .nav-item .level0 a.J_show_hide_menu_2{display: flex;align-items: center;}
        .header .nav-item .level0 a.J_show_hide_menu_2 .icon{margin-right: 8px;font-size: 12px;}
        .header .nav-item .subchildmenu.J_ul_2{padding-left: 20px;}
        /*.header .nav-item .open-toggle{margin-bottom: 10px;}*/
        .header .nav-item .open-toggle a .icon{float: right;}
        .header .nav-item .subchildmenu{padding: 0;display: none;}
        .header .nav-item .level1{margin-bottom: 10px;}
        .header .nav-item .level2 a{font-size: 13px;color: #a3a3a3;line-height: 26px;}
        .header .nav-item .leve2{padding:0 15px;}
        .header .nav-item .leve2 a{display: inline-block;vertical-align: top;margin-right: 10px;font-size: 12px;color: #fff;}
        .header .nav-item .level0{display: none;}
        .header .nav-item .opened{display: block;}
        .banner_index{margin-bottom: 0;}
        .banner_index .swiper-pagination-bullet{width: 8px;height: 8px;}
        .about_index,.guang_gao{display: none;}
        .about_index .img,.about_index .txt,.new_case>div{width: 100%;}
        .index{background: #fff;}
        .classification{padding: 10px 0;}
        .classification li{float: left;width: 25%;text-align: center;margin:10px 0;}
        .classification li a{display: block;font-size: 14px;color: #212121;line-height: 14px;}
        .classification li img{display: block;width: 60%;margin:0 auto 8px;}
        .pro_index{margin:0 0 20px;padding:0;overflow-x: inherit;}
        .pro_index .tit{font-size: 16px;color: #212121;line-height: 16px;font-weight: bold;border-left: solid 3px #c60300;padding-left: 8px;}
        .pro_index .tit a{float: right;font-weight: normal;color: #999;font-size: 13px;}
        .pro_index ul{margin:0 -3px;}
        .pro_index li{float: left;width: calc(33.33% - 6px);margin:6px 3px;}
        .pro_index li a{display: block;}
        .pro_index li .img{border: solid 1px #f8f8f8;height: 106px;justify-content: center;align-items: center;display: flex;margin-bottom:5px;}
        .pro_index li .h3{font-size: 14px;color: #454545;line-height: 20px;}
        .pro_index li .h4{font-size: 12px;color: #f39800;line-height: 20px;}
        .index .pin_pai{margin-bottom:20px;}
        .index .pin_pai .tit{font-size: 16px;color: #212121;line-height: 16px;font-weight: bold;border-left: solid 3px #c60300;padding-left: 8px;margin-bottom:10px;}
        .index .pin_pai ul{margin: 0 -6px;}
        .index .pin_pai li{float: left;width: calc(20% - 12px);margin:6px;}
        .index .pin_pai li a{display: block;}
        .index .pin_pai li img{display: block;border: solid 1px #f8f8f8;}
        .new_case>div{margin-bottom:10px;}
        .new_case .tit{font-size: 16px;line-height: 16px;border-left: solid 3px #c60300;padding-left: 8px;}
        .new_case .tit a{margin-right: 0;font-size: 13px;}
        .new_case ul,.xinghao_index .tabs{padding: 0;}
        .new_case li{padding: 10px 0;}
        .new_case li .img img{width: 120px;}
        .new_case li .txt{width: calc(100% - 130px);}
        .new_case li .txt .h3{height: 48px;font-weight: bold;white-space: initial;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;margin-bottom: 5px;font-size: 15px;}
        .xinghao_index .tabs a{margin-right: 15px;}
        .xinghao_index .tabs a:last-of-type{margin-right: 0;font-size: 15px;}
        .xinghao_index{margin: 0;}
        .xinghao_index .txt{padding:10px 0;}
        .about_index .txt{padding: 15px;}
        .sample .application{padding: 15px;}
        .sample .application p{width: 100%!important;margin-right: 0;margin:5px 0;}
        .sample .application .shu{width: 90%!important;margin-right: 2%;padding-left: 7em;}
        .sample .application .add{width: auto!important;}
        .sample .application .shu span{width: 7em;}
        .sample .application p .yan{width: 100%;}
        .sample .application p img{height: 34px;margin:10px 10px 10px 0;}
        .sample .application p .qie{margin-top: 10px;}
        .shopping_car .check_h3{width: 100%;display: none;}
        .shopping_car .check_h3 li{font-size: 14px;line-height: 60px;}
        .shopping_car .car_success{margin: 30px 0;padding: 30px;}
        .brand_center .zi_mu{padding: 15px 0;font-size: 16px;top: 0;}
        .brand_center .list .txt a{width: 33%;}
        .brand_center .list .txt a p{font-size: 16px; white-space: initial; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden;}
        .brand_index .brand_txt{padding: 15px;}
        .brand_index .brand_txt .img img{width: 80px;margin-right: 10px;}
        .brand_index .brand_txt .txt{width: auto;float: initial;}
        .news{padding: 0;}
        .news .mian_bao{padding: 15px;}
        .news .news_list,.news .news_show{width: 100%;padding: 15px;}
        .news .news_tui{display: none;}
        .news .news_show .tit{line-height: 30px;}
        .news .news_show .fan_ye a{line-height: 20px;font-size: 14px;margin:10px 0;}
        .news .news_list .tabs label a{margin-right: 6px;font-size: 14px;width: auto;padding: 0 10px;line-height:28px;}
        .news .news_list .tabs span a{font-size: 14px;margin-left: 10px;line-height:28px;}
        .news .news_list li{padding: 15px 0;}
        .news .news_list li .img img{width: 120px;}
        .news .news_list li .txt{width: calc(100% - 130px);}
        .news .news_list li .txt .h3{font-size: 16px;white-space: initial;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
        .news .news_list li .txt .h5{font-size: 14px;line-height: 18px;display: none;}
        .news .news_list li .txt .h4{bottom: 0;font-size: 12px;}
        .news .news_list li .txt .h4 .icon{font-size: 16px;}
        .about_us .about_left{display: none;}
        .about_us .about_right{width: 100%;padding: 20px 0 20px 20px;}
        .about_us .about_right .lilian li{width: calc(50% - 16px);height: 154px;}
        .about_us .about_right .lilian li .txt{height: 154px;padding: 10px;}
        .about_us .about_right .lilian li .txt .h3{margin-top: 0;}
        .contact_us{margin:0 -15px;}
        .about_us .about_right .join ul{margin-top: -15px;}
        .about_us .about_right .join li{padding: 15px 0;}
        .about_us .about_right .join li .tit_le span a{display: none;}
        .about_us .about_right .join li .tit_le em{width: auto;}
        .about_us .about_right .join li .xiala{position: relative;}
        .about_us .about_right .join li .xiala a{position: absolute;top: 10px;right: 10px;font-size: 12px;line-height: 24px;padding: 0 10px;border: solid 1px #f39800;color: #f39800;border-radius:3px;}
        .about_us .about_right .join li .tit_le span .icon{font-size: 16px;}
        .contact_us .zong_xinxi li{width: 100%;}
        .contact_us .zong_xinxi{padding: 15px;}
        .contact_us .list .txt{padding: 15px;}
        .data_zi li{padding-left: 6em;}
        .pay,.huan_shouji{width: 92%;max-height: 96%;overflow-y: auto;}
        .huan_shouji .txt{padding: 20px 15px;}
        .huan_shouji .txt li{padding-left: 7em;}
        .huan_shouji .txt li .yan{font-size: 12px;width: auto;padding: 0 10px;}
        .service{padding: 15px;}
        .product_list .xuan_lei{padding:15px;}
        .product_list .xuan_lei .pin_pai{width: calc(50% - 5px);margin-right: 10px;}
        .product_list .xuan_lei .pin_pai:last-of-type{margin-right: 0;}
        .product_list .xuan_lei .yi_xuan .txt span{min-width: calc(50% - 5px);margin-right: 10px;}
        .product_list .xuan_lei .yi_xuan .txt span:last-of-type{margin-right: 0;}
        .product_list .xuan_lei .xing_hao .xuan .h5{margin-bottom: 10px;}
        .product_list .list{border-top: solid 10px #f3f3f3;margin:0 -15px;padding:5px 15px;}
        .product_list .list li{border: solid 1px #ddd;margin: 10px 0;padding:10px;}
        .product_list .list li .img{float: left;border: solid 1px #f2f2f2;height: 60px;width: 60px;justify-content: center;align-items: center;display: flex;}
        .product_list .list li .txt{float: right;width: calc(100% - 70px);position: relative;}
        .product_list .list li .txt .h5{font-size: 13px;line-height: 22px;color: #454545;}
        .product_list .list li .txt .h5 span{color: #999;}
        .product_list .list li .txt .h4{font-size: 13px;line-height: 24px;color: #f39800;margin: 10px 0;}
        .product_list .list li .txt .h4 span{display: inline-block;vertical-align: top;border: solid 1px #ddd;margin-right: 5px;}
        .product_list .list li .txt .h4 span i{display: inline-block;vertical-align: top;width: 24px;color: #999;font-size: 16px;text-align: center;font-style: normal;}
        .product_list .list li .txt .h4 span input{display: inline-block;vertical-align: top;width: 60px;text-align: center;border: 0;height: 24px;border-left: solid 1px #ddd;border-right: solid 1px #ddd;}
        .product_list .list li .txt .cat{position: absolute;right: 0;bottom: 10px;color: #fff;font-size: 12px;line-height: 26px;text-align: center;padding:0 10px;border-radius: 3px;background: #ffa000;}
        .product_show{padding:15px;margin:0 -15px;}
        .product_show .product_img,.product_show .pin_txt{width: 100%;}
        .product_show .pin_txt{margin-top: 15px;}
        .product_show .pin_txt .h3{font-size: 24px;}
        .product_show .pin_txt .and{margin-top: 10px;}
        .product_show .pin_txt .and a{width: 130px;}
        .product_show .tui_jian{display: none;}
        .product_show .product_img .gallery-top .swiper-slide{height: 340px;}
        .product_show .product_datail{margin: 30px -15px 0;border: 0;}
        .product_show .product_datail .list_order li{width: 25%;}
        .product_show .product_datail .list_order li a{font-size:15px;}
        .product_show .product_datail .list_order .selectTag a{margin-bottom: 0;border: 0;}
        .product_show .product_datail .list_order .selectTag a:after{bottom: 0;top: inherit;}
        .product_show .product_datail .can_shu{padding:15px;font-size:14px;line-height: 32px;}
        .product_show .product_datail .jishu_txt{padding:20px;}
        .product_show .product_datail .txt_img{padding:15px;font-size:14px;line-height: 32px;}
        .product_show .product_datail .ku_cun{padding:5px 15px;}
        .product_show .product_datail .ku_cun li{margin: 10px 0;border: solid 1px #ddd;padding: 10px;}
        .product_show .product_datail .ku_cun li .txt{float: left;}
        .product_show .product_datail .ku_cun li .txt .h5{font-size:12px;line-height: 26px;color: #212121;}
        .product_show .product_datail .ku_cun li .txt .h5 span{color: #999;}
        .product_show .product_datail .ku_cun li .dai_jia{float: right;border: solid 1px #ffa000;padding:5px 10px;font-size:12px;line-height: 20px;color: #212121;}
        .product_show .product_datail .ku_cun li .dai_jia .h5{font-size:12px;line-height: 22px;color: #999;}
        .product_show .product_datail .ku_cun li .dai_jia p span{display: inline-block;vertical-align: top;width: 38px;text-align: right;color: #666;margin-right: 5px;}
        .product_show .product_datail .ku_cun li .and a{display: inline-block;vertical-align: top;padding:0 15px;font-size:14px;line-height: 30px;color: #fff;background: #ffa000;border-radius: 4px;}
        .add_car{width: 92%;max-height: 96%;overflow-y: auto;}
        .add_car .txt{padding:20px;display: block;}
        .add_car .txt .xin_xi{width: 100%;}
        .add_car .txt .zeng_zhi{width: 100%;padding: 0;border-left: 0;}
        .add_car .and{text-align: center;}
        .shopping_car{margin-bottom:20px;padding-top: 10px;}
        .shopping_car .car_list{margin-top:0;border: 0;}
        .shopping_car .car_list .tit{display: none;}
        .shopping_car .car_list .list li{border: solid 1px #ddd;padding:15px 15px 15px 60px;position: relative;margin:10px 0;}
        .shopping_car .car_list .list li .icon{position: absolute;left: 15px;top: 50%;font-size: 20px;line-height: 40px;margin-top:-20px;color: #ccc;}
        .shopping_car .car_list .list li .icon.on{color: #f39800;}
        .shopping_car .car_list .list li .img{float: left;border: solid 1px #f2f2f2;height: 60px;width: 60px;justify-content: center;align-items: center;display: flex;}
        .shopping_car .car_list .list li .txt{float: right;width: calc(100% - 70px);position: relative;}
        .shopping_car .car_list .list li .txt .h3{font-size:14px;line-height: 14px;color: #454545;margin-bottom:6px;}
        .shopping_car .car_list .list li .txt .h5{font-size:13px;line-height: 20px;color: #999;}
        .shopping_car .car_list .list li .txt .h4{font-size: 13px;line-height: 26px;color: #f39800;margin: 10px 0 15px;}
        .shopping_car .car_list .list li .txt .h4 span{border: solid 1px #ddd;float: right;line-height: 24px;}
        .shopping_car .car_list .list li .txt .h4 span i{display: inline-block;vertical-align: top;width: 24px;color: #999;font-size: 16px;text-align: center;font-style: normal;}
        .shopping_car .car_list .list li .txt .h4 span input{display: inline-block;vertical-align: top;width: 60px;text-align: center;border: 0;height: 24px;border-left: solid 1px #ddd;border-right: solid 1px #ddd;}
        .shopping_car .car_list .list li .ji{border-top: solid 1px #f2f2f2;text-align: right;font-size:13px;line-height: 20px;color: #454545;padding-top: 10px;}
        .shopping_car .car_list .list li .ji b{color: #f39800;}
        .shopping_car .car_list .xuan{padding:10px 0;border-bottom: 0;}
        .shopping_car .and{margin:20px 0;}
        .shopping_car .and a{width: 130px;}
        .shopping_car .wen_tishi{padding:15px;}
        .shopping_car .car_list .xin_xi{padding:15px 0;}
        .shopping_car .car_list .qing_dan{padding:10px 0 0;border-bottom: 0;}
        .shopping_car .car_list .car_dan li{border-bottom: solid 1px #f2f2f2;padding:15px 0;}
        .shopping_car .car_list .car_dan li .img{float: left;border: solid 1px #f2f2f2;height: 60px;width: 60px;justify-content: center;align-items: center;display: flex;}
        .shopping_car .car_list .car_dan li .txt{float: right;width: calc(100% - 70px);position: relative;}
        .shopping_car .car_list .car_dan li .txt .h3{font-size:14px;line-height: 14px;color: #454545;margin-bottom:6px;}
        .shopping_car .car_list .car_dan li .txt .h5{font-size:12px;line-height: 20px;color: #999;}
        .shopping_car .car_list .car_dan li .txt .h4{font-size: 13px;line-height: 20px;color: #454545;margin-top: 10px;}
        .shopping_car .car_list .car_dan li .txt .h4 span{display: inline-block;vertical-align: top;margin-right: 10px;}
        .shopping_car .car_list .car_dan li .txt .h4 span:last-of-type{margin-right: 0;}
        .shopping_car .car_list .car_dan li .txt .h4 span em{color: #f39800;font-style: normal;}
        .shopping_car .car_list .bei_zhu{padding: 15px 0;border: 0;}
        .shopping_car .zong_ji{margin:10px 0 15px;}
        .member{padding: 0;}
        .member .member_left{display: none;}
        .member .member_right{width: 100%;padding:15px;}
        .member .member_right .tit_le span{display: block;float: inherit;text-align: left;white-space:nowrap;overflow-x: auto;}
        .member .member_right .tit_le span a{margin-right: 10px;margin-left: 0;}
        .member .member_right .address li{padding: 15px;}
        .member .member_right .address li .txt{font-size: 14px;line-height: 26px;}
        .member .member_right .address li .txt p span{width: auto;}
        .member .member_right .address li .txt p label{display: block;float: inherit;text-align: right;}
        .member .member_right .my_order li{border: solid 1px #ddd;margin:10px 0;border-radius: 5px;overflow: hidden;}
        .member .member_right .my_order li .hao{padding:5px 10px;background: #fafafa;font-size:13px;line-height: 20px;color: #333;position: relative;}
        .member .member_right .my_order li .hao em{font-style: normal;color: #c60300;}
        .member .member_right .my_order li .hao label{display: block;}
        .member .member_right .my_order li .hao span{position: absolute;right: 10px;top: 5px;line-height: 40px;color: #15b867;}
        .member .member_right .my_order li .txt{padding:10px;border-bottom: solid 1px #f2f2f2;}
        .member .member_right .my_order li .txt:last-of-type{border: 0;}
        .member .member_right .my_order li .txt a{display: block;}
        .member .member_right .my_order li .txt p{font-size:14px;line-height: 26px;color: #454545;}
        .member .member_right .my_order li .txt p label{color: #999;}
        .member .member_right .my_order li .txt p span{float: right;}
        .member .member_right .my_order li .txt p span em{font-style: normal;color: #e75745;}
        .member .member_right .my_order li .he_ji{padding:10px;}
        .member .member_right .my_order li .he_ji p{text-align: right;}
        .member .member_right .my_order li .he_ji .h4{font-size:14px;line-height: 26px;color: #212121;margin-bottom: 5px;}
        .member .member_right .my_order li .he_ji .h4 em{font-style: normal;color: #e75745;}
        .member .member_right .my_order li .he_ji .h4 a{float: left;color: #c60300;font-size: 13px;}
        .member .member_right .my_order li .he_ji .h4 a .icon{display: inline-block;vertical-align: top;font-size: 12px;margin-left: 5px;}
        .member .member_right .my_order li .he_ji .h5 a{display: inline-block;vertical-align: top;color: #999;padding:0 15px;border:solid 1px #ddd;border-radius: 15px;line-height: 28px;font-size: 13px;margin-left: 5px;}
        .member .member_right .my_order li .he_ji .h5 a.lan{color: #c60300;border: solid 1px #c60300;}
        .member .member_right .order_show{border: 0;}
        .member .member_right .order_show .tabs a{width: 31%;border: 0;}
        .member .member_right .order_show .tabs a.on:after{top: inherit;bottom: 0;}
        .member .member_right .order_show .list{padding:10px 0;}
        .member .member_right .order_show .tit_h3{padding:10px 0;}
        .member .member_right .order_show li{border: solid 1px #ddd;border-radius: 4px;overflow: hidden;margin-bottom: 10px;}
        .member .member_right .order_show li .tai{padding:5px 10px;background: #fafafa;font-size:13px;line-height: 20px;color: #333;}
        .member .member_right .order_show li .tai em{font-style: normal;color: #e75745;}
        .member .member_right .order_show li .tai span{margin-left: 20px;}
        .member .member_right .order_show li .tai span em{color: #15b867;}
        .member .member_right .order_show li .txt{padding: 10px;position: relative;}
        .member .member_right .order_show li .txt .icon{position: absolute;left: 15px;top: 10px;font-size: 20px;line-height: 26px;color: #ccc;}
        .member .member_right .order_show li .txt .icon.on{color: #f39800;}
        .member .member_right .order_show li .txt .h5{font-size:14px;line-height: 26px;color: #454545;}
        .member .member_right .order_show li .txt .h5 span{color: #999;}
        .member .member_right .order_show li .txt .h4{font-size:14px;line-height: 26px;color: #454545;text-align: right;}
        .member .member_right .order_show li .txt .h4 em{font-style: normal;color: #e75745;}
        .member .member_right .order_show .and_mob{font-size:15px;line-height: 32px;color: #454545;text-align: right;margin:10px 0;}
        .member .member_right .order_show .and_mob b{color: #e75745;}
        .member .member_right .order_show .and_mob a{display: inline-block;width: 110px;background: #c60300;border-radius: 17px;color: #fff;text-align: center;margin-left: 15px;}
        .member .member_right .history .sou_suo span{width: 100%;margin-right: 0;margin-bottom:10px;}
        .member .member_right .history .sou_suo a{margin-left: 5em;}
        .member .member_right .history{border: 0;}
        .member .member_right .history .sou_suo{padding:0;margin-bottom: 20px;}
        .member .member_right .history li{border: solid 1px #f2f2f2;padding:15px 10px;margin:10px 0;position: relative;}
        .member .member_right .history li p{font-size:14px;line-height: 26px;color: #454545;}
        .member .member_right .history li p span{color: #999;}
        .member .member_right .history li .and{position: absolute;right: 10px;bottom: 15px;}
        .member .member_right .history li .and a{display: block;width: 90px;background: #ffa000;border-radius: 5px;color: #fff;text-align: center;line-height: 32px;}
        .member .member_right .order_show .wuliu_xin dd{background: #f9f9f9;padding:10px;margin-bottom: 10px;}
        .member .member_right .order_show .wuliu_xin dd p{font-size:14px;line-height: 26px;color: #454545;}
        .member .member_right .order_show .wuliu_xin dd p span{color: #999;}
        .member .member_right .order_show .wuliu_xin dd p label{display: inline-block;vertical-align: top;min-width: 32%;}
        .innerTable{margin-bottom: 20px;}
        .innerTable tr{height: auto;}
        .innerTable tr td{height: auto;padding: 6px 0 !important;}
        .openmore{width: 50px;height: 20px;font-size: 12px;line-height: 20px;margin-left: 0;color: #ffffff !important;}
        .openmore.shouqi{color: #0094e7 !important;}
        .member .member_right .he_tong{border-bottom: 0;}
        .member .member_right .he_tong .jian_shu{padding:0;}
        .member .member_right .he_tong .jian_shu li{border: 0;padding:15px 0;}
        .member .member_right .he_tong .jian_shu .img{margin-right: 10px;}
        .member .member_right .he_tong .jian_shu .txt{padding:0;max-width: inherit;width: calc(100% - 90px);float: right;}



        .mian_bao{padding:15px 0;line-height: 18px;}
        .login{width: 92%;left: 0;margin:0;top: 0;position: relative;}
        .login .txt li input{padding: 0 10px 0 40px;}
        .login .txt li .icon{width: 40px;}
        .page{padding: 30px 0;line-height: 38px;}
        .page a,.page span,.page input,.page label{margin:3px;}
        .footer{margin-top: 0;background: #fff;}
        .footer .you_shi{padding: 20px 0 10px;border-bottom: 0;}
        .footer .you_shi li{padding-left: 0;text-align: center;}
        .footer .you_shi li img{width: 40px;display: block;position: inherit;margin: auto;}
        .footer .you_shi li .h3{padding-top: 0;font-size: 14px;line-height: 24px;}
        .footer .you_shi li .h4{font-size: 12px;line-height: 20px;height: 40px;display: none;}
        .footer .fot_nav{padding: 20px 0;display: none;}
        .footer .fot_nav ul{width: 100%;}
        .footer .fot_nav li{width: 50%;margin:10px 0;}
        .footer .fot_nav li:nth-of-type(2),.footer .fot_nav li:nth-of-type(4){border: 0;}
        .footer .fot_nav .ewm img{width: 120px;}
        .footer .you_lian{display: none;}
        .footer .fot_bei{border-top: 0;padding:10px 0;}
        .footer .fot_bei a{margin: 0 5px;color: #7b7b7b;}
        .not_zanwu{font-size:16px;}


        .mob_login{width: 100%;height: 100vh;background: #fff;display: flex;flex-direction: column;}
        .login_container{flex: 1;display: flex;flex-direction: column;}
        .login_main{padding: 0 8vw;flex: 1;display: flex;flex-direction: column;position: relative;}
        .login_main .title_tab{margin-top: 9.33vw;display: flex;align-items: flex-end;}
        .login_main .title_tab .tab{font-size: 4.8vw;font-weight: 500;color: #999;margin-right: 10vw;}
        .login_main .title_tab .tab.active{font-size: 6.4vw;color: #333333;}
        .login_main .input_wrap{margin-top: 5.33vw;flex: 1;height: 0;}
        .login_main .input_line{height: 18.667vw;border-bottom: 1px solid #ddd;display: flex;justify-content: space-between;align-items: flex-end;box-sizing: border-box;padding-bottom: 3.467vw;}
        .login_main .input_line .in{flex: 1;width: 0;font-size: 4vw;color: #333333;border: none;}
        .login_main .input_line .get_code{width: 21.33vw;height: 8vw;background-color: #ffffff;border-radius: 1.33vw;border: solid 1px #c60300;box-sizing: border-box;font-size: 3.467vw;color: #c60300;display: flex;justify-content: center;align-items: center;}
        .login_main .submit_btn{margin-top: 9.33vw;height: 10.67vw;background-color: #c60300;border-radius: 1.33vw;text-align: center;line-height: 10.67vw;font-size: 4vw;color: #ffffff}
        .login_main .txt_wrap{display: flex;justify-content: space-between;align-items: center;margin-top: 5.33vw;}
        .login_main .txt_wrap .fpwd{color: #666;}
        .login_main .txt_link{display: flex;justify-content: flex-end;line-height: 1;font-size: 3.467vw;color: #666;}
        .login_main .txt_link .link{color: #c60300;}
        .login_main .check_agree{margin-bottom: 5.33vw;display: flex;align-items: center;font-size: 3.467vw;color: #666;}
        .login_main .check_agree .iconfont{font-size: 4vw;color: #ffab41;margin-right: 1vw;}
        .login_main .check_agree .link{color: #c60300;}
        .login_main .wechat_login{position: absolute;bottom: 8vw;left: 50%;transform: translateX(-50%);z-index: 22;display: flex;flex-direction: column;align-items: center;color: #666;font-size: 3.467vw;}
        .login_main .wechat_login .icon{width: 10vw;margin-bottom: 1vw;}

        .innerTable thead tr td{font-weight: normal}
        /* .car_fud{display: block;} */
        .mob_member{min-height: calc(100vh - 222px);background-color: #fff;padding: 0 2.67vw 2.67vw;}
        .mob_member .title_line{padding-top: 7vw;display: flex;justify-content: space-between;align-items: center;margin-bottom: 0.56vw;}
        .mob_member .title_line .tit{font-size: 4.53vw;font-weight: bold;color: #000;line-height: 1;}
        .mob_member .title_line .add_new{padding: 1vw 2.5vw;background-color: #c70200;color: #fff;font-size: 3.67vw;}
        .mob_member .mMember{margin-top: 2.67vw;padding: 6.67vw 4.67vw 5.87vw;border: 1px solid #ddd;border-radius: 1.33vw;position: relative;}
        .mMember .mOpt{position: absolute;top: 3.73vw;right: 4.13vw;font-size: 3.47vw;color: #2a2e81;display: flex;align-items: center;}
        .mMember .mOpt i{color: #999;padding: 0 2vw;}
        .mMember .mTop{padding-bottom: 4vw;border-bottom: 1px solid #eee;display: flex;align-items: center;line-height: 1;}
        .mMember .mTop .head{width: 12vw;height: 12vw;}
        .mMember .mTop .con{flex: 1;width: 0;margin-left: 2.67vw;color: #333;}
        .mMember .mTop .con .name{font-size: 4.53vw;font-weight: bold;}
        .mMember .mTop .con .name .e{font-size: 2.93vw;font-weight: normal;margin-left: 2vw;}
        .mMember .mTop .con .subtxt{margin-top: 1.56vw;font-size: 2.93vw;}
        .mMember .mTop .con .subtxt i{color: #999;padding: 0 1vw;}
        .mMember .mCen{font-size: 3.47vw;line-height: 5vw;margin-top: 6vw;color: #333;padding-bottom: 3.47vw;border-bottom: 1px solid #eee;}
        .mMember .mCen>p{margin-top: 1.2vw;}
        .mMember .mCen>p>span{color: #999;}
        .mMember .mBom{padding-top: 4vw;}
        .mMember .mBom .tit{line-height: 1;font-size: 3.47vw;font-weight: bold;color: #333;}
        .mMember .mBom>p{font-size: 3.47vw;line-height: 5vw;margin-top: 1.2vw;display: flex;color: #333;}
        .mMember .mBom>p .sp{flex: 1;}
        .mMember .mBom>p i{color: #999;}

        .data_zi li .text{margin-left: 10px;}
        .data_zi li .up_img{margin-left: 10px;}

}

@media (max-width: 590px) {
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
}
