@charset "UTF-8";
/*分页*/
.pagelink{padding:30px 0;}
.pagelink ul{text-align: center;font-size: 0;}
.pagelink ul li{display: inline-block;font-size:12px;line-height:30px;border-radius:5px;margin:0 5px;border: 1px solid #ddd;background: #fff;position: relative;overflow: hidden;}
.pagelink ul li>*{display: block;min-width:30px;padding:0 10px;}
.pagelink ul li:first-child>*,
.pagelink ul li:last-child>*{min-width:60px;text-indent: -9999px;}
.pagelink ul li:first-child>*:before,
.pagelink ul li:last-child>*:before{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;text-indent: 0;}
.pagelink ul li:first-child>*:before{content:'上一页';}
.pagelink ul li:last-child>*:before{content:'下一页';}
.pagelink ul li.disabled{color:#b9b9b9;border-color: #eee;}
.pagelink ul li.active{background: #fe0000;color:#fff;border-color: #fe0000;}

/*内页布局*/
body{background: #f3f3f3;}
.inner_page_container{display: table;position: relative;padding-top: 50px;padding-bottom: 50px;}
.inner_page_left{display: table-cell;padding-right: 50px;max-width: 790px;}
.inner_page_right{display: table-cell;width: 380px;background: #fff;padding:15px 30px 20px;vertical-align: top;}
.inner_page_right .sticky{position: sticky;top: 0;width: 320px;}
.inner_page_left_content{background: #fff;padding:0 40px 40px;}

/*内页顶部图片*/
.top_banner{overflow: hidden;position: relative;}
.top_banner .banner_pic{position: relative;width: 3000px;left:50%;margin-left: -1500px;text-align: center;}
.top_banner img{max-width: 100%;}

.detail_title{position: relative;padding-bottom: 25px;}
.detail_title h1{font-size: 32px;color:#454545;text-align: left;font-weight: bold;line-height:1.7;}
.page_header_info{text-align: left;color: #878787;line-height:1.2;padding:0 0 25px;border-bottom: 1px dashed #e5e5e5;font-size: 14px;}
.page_header_info span{margin:0 5px;}
.page_header_info .date_icon{margin: 0;}
.page_header_info .date_icon svg{margin-right: 5px;}
.page_con{padding:30px 0;line-height:2;color:#4D4D4D;font-size: 14px;overflow: hidden;text-align: justify;}
.about_detail .page_con{padding-top: 0;}
.page_con h4,
.page_con h3,
.page_con h2,
.page_con h1{margin-bottom: 15px;}
.page_con p{margin:0 0 15px!important;text-indent: 2em;}
.page_con img{max-width: 100%;height:auto!important;}
.page_con p > img{display: block;margin:0 auto;}
.page_con video{max-width: 100%;}
.page_con object{display: block;margin:0 auto;}

.page_con pre {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    display: block;
    overflow-x: auto;
    white-space: pre;
    word-wrap: normal;
    border-radius: 5px;
    padding: 15px;
    tab-size: 4;
    background: #f8f8f8;
    margin-bottom: 15px;
}

.inner_page_list_content{padding-top: 40px;}
.inner_page_list_content .detail_title{border-bottom: 1px solid #ddd;}
.inner_page_list_content .detail_title .cat_title{font-size: 32px;color:#454545;text-align: left;font-weight: bold;line-height:1.7;}
.inner_page_list_content .detail_title .key{color:#f60;}


.content_pics_list{overflow: hidden;padding-top: 20px;}
.content_pics_list ul{overflow: hidden;}
.content_pics_list li{width: 33.333%;float: left;}
.content_pics_list li a{display: block;margin:15px;position: relative;background: #f4f4f4;overflow: hidden;}
.content_pics_list li .pic_box{width: 100%;overflow: hidden;position: relative;background: #000;}
.content_pics_list li .pic{display: block;height: 0;padding-bottom: 71%;
background: no-repeat center;
background-size: cover;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}

.content_pics_list li .title{line-height: 50px;text-align: center;font-size: 16px;color:#454545;position: relative;z-index: 1;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
.content_pics_list li a::before{ display:block; content:""; position:absolute; left:50%; bottom:0; height:50px; width:0; background:#f60; transition:all 0.3s ease-out 0s; -webkit-transition:all 0.3s ease-out 0s;
transform:translateX(-50%);
-webkit-transform:translateX(-50%);
}
.content_pics_list li a:hover{box-shadow: 0 0 10px #999;}
.content_pics_list li a:hover .pic{opacity: 0.8;}
.content_pics_list li a:hover::before{ width:101%;}
.content_pics_list li a:hover .title{color:#fff;}

/*about*/
.about_index_body{background: #fff;}
.about_block1_box{background: url(../images/about_block1_bg.jpg) no-repeat top center #f5f5f5;padding-top: 40px;}
.about_tit{text-align: center;padding: 50px 0 50px;}
.about_tit .tit{font-size: 24px;font-weight: bold;color:#333;}
.about_tit .en_name{font-size: 14px;color:#999;margin: 10px 0 20px;}
.about_tit .more{width: 150px;height: 7px;background: url(../images/about_tit_more.png) no-repeat center;margin:0 auto;}

.about_content{font-size: 14px;color:#333;padding:0 40px 40px;line-height: 2.5;}
.about_content p{margin-bottom: 25px!important;}

.about_block2_box{background: url(../images/about_block2_bg.jpg) no-repeat top center;padding-bottom: 80px;}
.about_block2_box .about_tit .tit{color:#fff;}
.about_block2_box .about_tit .en_name{color:#fff;}

.linian_box{padding:0 20px;}
.linian_box .linian_left{height: 612px;width: 415px;background: #fff;padding:25px;font-size: 14px;color:#333;}
.linian_box .linian_right{height: 612px;width: 705px;background: #fff;padding:25px;}

.linian_right .pic{width: 650px;height: 300px;margin:0 auto;overflow: hidden;background: #666;}
.linian_right .pic img{width: 100%;}
.linian_right .tit{font-size: 22px;color:#B47E33;font-weight: bold;padding:20px 0 10px;}
.linian_right .con{font-size: 16px;color:#333;line-height: 2.2;padding-bottom: 10px;}

.linian_left .linian_logo{padding-top: 35px;text-align: center;}
.linian_left .tit{text-align: center;font-size: 17px;color:#000;font-weight: bold;margin-top: 45px;margin-bottom: 10px;}
.linian_left .desc{width: 250px;text-align: center;margin:0 auto;line-height: 2.2;}
.linian_left .linian_yewu{position: relative;padding-left: 55px;margin-top: 40px;}
.linian_left .yewu_tit{position: absolute;top: 5px;left: 0;font-size: 20px;color:#000;font-weight: bold;width: 30px;line-height: 1.2;}
.linian_left .yewu_tit::after{display: block;content:'';position: absolute;right: 0;top: 0;height: 62px;width: 3px;background: #C38534;}
.linian_left .yewu_desc{line-height: 2.2;}

.about_block3_box{padding-bottom: 80px;}
.rongyu_pics_list_box{overflow: hidden;}
.rongyu_pics_list_swiper{padding:55px 0;}
.rongyu_pics_list_swiper .swiper-slide{padding:0 10px;}
.rongyu_pics_list_swiper .swiper-slide a{width: 100%;max-width: 310px;transition: 300ms;background: #fff;padding:10px;box-shadow: 0 2px 5px 0px rgba(100,100,100,0.2);transform: scale(1);margin:0 auto;}
.rongyu_pics_list_swiper .swiper-slide-active a{transform: scale(1.32);}
.rongyu_pics_list_swiper .swiper-slide .pic_box{width: 100%;overflow: hidden;position: relative;padding-bottom: 75%;}
.rongyu_pics_list_swiper .swiper-slide .pic{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;
background: no-repeat top center;
background-size: cover;
}
.rongyu_pics_list_swiper .swiper-slide .pic img{opacity: 0;position: absolute;z-index: 0;width: 100%;}
.rongyu_pics_list_swiper .swiper-slide .info{padding: 15px 10px 5px;}
.rongyu_pics_list_swiper .swiper-slide .title{text-align: center;font-size: 16px;}
.rongyu_pics_list_swiper .swiper-slide-active a .title{font-size: 15px;}

/*商标服务*/
.el {
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
white-space: nowrap;
}
.trademark_body{background: #EEF1F2;}
.trademark_body .min-w{min-width: 1280px;}
.trademark_main_wrap{margin-top: -160px;width: 1280px;}
.filter_top.espic{padding: 16px 0;}
.filter_top.espic .breadbox{float: right;margin-top: 10px;}
.filter_top .honts{font-size: 12px;color: #fff;height: 38px;line-height: 38px;padding-left: 38px;background: url(../images/icon_mingma.png) no-repeat -3px 2px;}
.filter_top .honts span{position: relative;font-size: 14px;font-weight: bold;color: #fff;padding-right: 15px;display: inline-block;}
.filter_top .honts span::after{content: "";display: block;width: 2px;height: 10px;background: rgba(255, 255, 255, .3);position: absolute;top: 50%;right: 7px;margin-top: -5px;}

.breadbox{float: left;height: 18px;line-height: 18px;font-size: 12px;color: #fff;}
.breadbox a{display: inline-block;vertical-align: top;font-size: 12px;color: #fff;padding: 0 3px;}
.breadbox a:first-child{padding-left: 22px;background: url(../images/icon_home.png) no-repeat left center;}
.breadbox a:hover{opacity: 0.9;filter: alpha(opacity=90);}

.filter-syn{height: 60px;background: #fff;border-bottom: 1px solid #E9E9E9;}
.filter-syn .dynamic{float: left;padding-top: 22px;}
.filter-syn .dynamic .span1{float: left;height: 16px;line-height: 16px;padding-left: 21px;margin-left: 40px;position: relative;font-size: 12px;color: #000;background-position: center left;background-repeat: no-repeat;}
.filter-syn .dynamic .span1:nth-child(1){background-image: url("../images/like.png");}
.filter-syn .dynamic .span1:nth-child(2),
.filter-syn .dynamic .span1:nth-child(3){background-image: url("../images/money.png");}
.filter-syn .dynamic .span1 .icon{display: inline-block;height: 16px;vertical-align: top;width: 9px;background: url("../images/icon_tp.png") no-repeat center;margin-left: 2px;}
.filter-syn .dynamic .span2{font-size: 14px;font-weight: bold;margin-left: 2px;vertical-align: top;line-height: 16px;}
.filter_area{padding: 40px 40px 0 40px;border-bottom: 1px solid #eee;}

.filter_wrap .filter_l.filter_area{padding: 40px 25px 0 35px;background: #fff;position: relative;z-index: 1;}
.filter_wrap .filter_r{width: 260px;float: right;}
.filter_sort_l{float: left;width: 100px;}
.filter_sort_l .title{display: block;font-size: 14px;color: #2A2A2A;line-height: 16px;font-weight: bold;padding-left: 20px;background: url("../images/ic.png") no-repeat left top;}
.filter_sort_l .title.zuhe{background: url("../images/icon_rmxm.png") no-repeat center left;}
.filter_sort_l .title.chushou{background: url("../images/icon_csjg.png") no-repeat center left;}
.filter_sort_l .title.qita{background: url("../images/icon_qttj.png") no-repeat center left;}
.filter_sort_l .title.icon_zcsj{background: url("../images/icon_zcsj.png") no-repeat center left;}
.filter_sort_l .multiclass{display: block;width: 77px;height: 22px;text-align: center;line-height: 22px;background: #EFF3F7;font-size: 12px;color: #53646D;margin-top: 20px;}
.filter_sort_l .multiclass i{display: inline-block;width: 14px;height: 22px;vertical-align: top;background: url("../images/icon_tmdl.png") no-repeat center;margin-right: 2px;}
.filter_sort_l .multiclass.on{background: #C38533;color: #fff;}
.filter_sort_l .multiclass.on i{background: url("../images/icon2_h.png") no-repeat center;}
.filter_sort_r{width: calc(100% - 100px);float: left;padding-top: 1px;}
.filter_sort_r .all{float: left;font-size: 12px;color: #2A2A2A;line-height: 14px;transition: 0.3s;}
.filter_sort_r .all.on,
.filter_sort_r .all:hover{color: #C38533;font-weight: bold;}
.filter_sort_r .sorts{float: left;width: 95%;margin-left: 15px;}
.filter_sort_r .sorts a{display: block;float: left;width: 114px;height: 15px;font-size: 14px;color: #2A2A2A;transition: 0.3s;line-height: 14px;margin-bottom: 16px;position: relative;}
.filter_sort_r .sorts a:hover{color: #E73C14;}
.filter_sort_r .sorts a.on{font-weight: bold;color: #E73C14;}
.filter_sort_r .sorts a.hot:after{content: '';display: inline-block;width: 16px;height: 12px;background: url("../images/icon_hot.png") no-repeat center;margin-left: 2px;}
.filter_sort_r .sorts .other_price{overflow: hidden;display: inline-block;float: right;}
.filter_sort_r .sorts .other_price .input{display: inline-block;position: relative;width: 80px;height: 24px;background: #F2F4F6;}
.filter_sort_r .sorts .other_price .input input{width: 100%;height: 100%;text-align: center;padding: 0 25px 0 10px;}
.filter_sort_r .sorts .other_price .input span{font-size: 12px;color: #979797;line-height: 12px;position: absolute;top: 50%;right: 8px;margin-top: -6px;}
.filter_sort_r .sorts .other_price .btn{width: 42px;height: 24px;margin: 0 0 0 8px;padding: 0 0 0 0;background: #C38533;text-align: center;line-height: 24px;font-size: 12px;color: #FFFFFF;display: inline-block;float: none;}
.filter_sort_r.other{}
.filter_sort_r.other .sorts a{width: auto;margin-right: 30px;}
.filter_sort_r .search_key{float: right;width: 410px;height: 40px;border: 1px solid #DBDBDB;position: relative;}
.filter_sort_r .search_key .input3{width: 100%;height: 100%;padding: 0 46px 0 18px;text-align: left;color: #777;}
.filter_sort_r .search_key .search_btn{position: absolute;top: 50%;right: 18px;display: block;width: 18px;height: 18px;background: url("../images/icon_ssii.png") no-repeat center;margin-top: -9px;}
.filter_wrap.espic .filter_l{width: 100%;border-right: none;padding: 40px 40px 0 40px;}
.filter_wrap.espic .filter_sort_r .sorts a{width: 120px;}
.filter_wrap.espic .filter_sort.espic{margin-right: -40px;}
.filter_wrap.espic .filter_sort_r .sorts{margin-left: 32px;width: calc(100% - 56px);}
.filter_sort_l .title i{font-size: 12px;color: #53646D;display: block;font-weight: normal;margin-left: -6px;margin-top: 6px;font-style: normal;}
.filter_wrap.espic .filter_sort_r.other .sorts a{width: auto;}
.filter_wrap.espic .filter_sort_r .sorts .other_price .btn{width: 42px;}
.filter_wrap.espic .filter_multiclass .filter_sort_r .sorts a{width: auto;margin: 0 0 16px;}
.filter_wrap.espic .filter_multiclass .filter_sort_r .sorts a:first-child{float: left;font-size: 12px;}

.filter_bottom{border-top: 1px solid #EEEEEE;padding: 30px 0 15px 0;margin-top: 15px;}
.filter_bottom .filter_sort{margin-bottom: 15px;}

.brand_type{font-size: 14px;color: #1C1C1C;height: 16px;line-height: 16px;position: absolute;right: 0;top: 2px;z-index: 999;}
.brand_type:hover{color: #E73C14;}
.brand_type i{display: inline-block;vertical-align: top;width: 13px;height: 12px;background: url(../images/i16.png) no-repeat;margin: 2px 9px 0 0;}
.brand_type_into{font-size: 14px;color: #1C1C1C;height: 16px;line-height: 16px;float: left;margin-top: 22px;}
.brand_type_into:hover{color: #E73C14;}
.brand_type_into i{display: inline-block;vertical-align: top;width: 13px;height: 12px;background: url(../images/i16.png) no-repeat;margin: 2px 9px 0 0;}
.brand_espic{position: relative;}
.brand_espic .brand_type{top: 0;}
.brand_espic .filter_sort_r{width: calc(100% - 210px);}
.filter_wrap.espic .filter_sort_r.others .sorts{width: 230px;margin-left: 0;}

.list_top_count{height: 60px;padding-right: 25px;}
.list_top_count .count_desc{font-size: 14px;color:#444;}
.list_top_count .count_num{font-size: 16px;color:#CC9F4D;margin:0 10px;}
.list_top_count .btn{width: 120px;line-height: 35px;margin-left: 20px;border-radius: 3px;border: 1px solid #F87803;text-align: center;}
.list_top_count .btn_fabu{background: #F87803;color:#fff;}
.list_top_count .btn_zixun{background: #fff;color:#FF4343;}
.list_sort{height: 70px;background: #F9FCFD;padding: 0 40px;margin-bottom: 30px;}
.list_sort .contact { height: 70px; float: right;position: relative;width: 340px;line-height: 70px;}
.list_sort .contact .classspan {position: absolute;display: block;left: 0px;color: #656565;}
.list_sort .contact a {transition: 0.2s;width: 130px;height: 32px;border: 1px solid #E73C14;display: inline-block;position: absolute;top: 50%;margin-top: -16px;left: 210px;line-height: 32px;text-align: center;background: url("../images/hh.png")no-repeat;background-position: 18px 10px;}
.list_sort .contact a:hover {background: url("../images/ff.png")no-repeat;background-position: 18px 10px;background-color: #E73C14;}
.list_sort .contact a:hover span {color: #fff;}
.list_sort .contact a span {color: #E73C14; font-weight: bold;margin-left: 26px;}
.list_sort_condition{margin-top: 28px;float: left;line-height: 18px;}
.list_sort_condition .sort_condition{font-size: 14px;color: #2A2A2A;line-height: 14px;margin-right: 40px;transition: 0.3s;}
.list_sort_condition .sort_condition:hover{color: #F12500;}
.list_sort_condition .sort_condition i{display: inline-block;height: 14px;width: 8px;background: url("../images/icon10.png") no-repeat center;vertical-align: top;margin-left: 5px;margin-top: 2px;}
.list_sort_condition .on{font-weight: bold;color: #F12500;position: relative;}
.list_sort_condition .asc i{background: url("../images/icon17.png") no-repeat center;}
.list_sort_condition .desc i{background: url("../images/icon18.png") no-repeat center;}
.list_sort_condition .sort_condition.on:after{content: '';display: block;width: 24px;height: 3px;background: #F12500;position: absolute;bottom: -24px;left: 20px;}
.list_sort_filter{float: right;}
.list_sort_filter .filter_right{float: right;line-height: 52px;font-size: 14px;color: #666;}
.list_sort_filter .filter_right_page i{color: #f61825;}
.list_sort_filter .filter_right_control{margin-left: 15px;display: inline-block;vertical-align: middle;padding-top: 20px;}
.list_sort_filter .filter_right_control a{display: inline-block;width: 36px;height: 36px;text-align: center;border: 1px solid #e3e3e3;transition: 0.2s;background-repeat: no-repeat;background-position: center;}
.list_sort_filter .filter_right_control a:nth-child(1){background-image: url("../images/icon_fyz.png");}
.list_sort_filter .filter_right_control a:nth-child(1):hover{background-image: url("../images/icon_fyzh.png");}
.list_sort_filter .filter_right_control a:nth-child(2){background-image: url("../images/icon_fyy.png");}
.list_sort_filter .filter_right_control a:nth-child(2):hover{background-image: url("../images/icon_fyyh.png");}
.list_sort_filter .filter_right_control a .x-icon{font-size: 12px;color: #cbcbcb;}
.list_sort_filter.espic .filter_right{color: #656565;line-height: 70px;}
.list_sort_filter.espic .filter_right span a{transition: .3s; display: inline-block;vertical-align: top;font-size: 12px;color: #E73C14;text-align: center;width: 128px;height: 30px;line-height: 30px;border: 1px solid #E73C14;margin-left: 15px;margin-top: 20px;background: url("../images/icon24.png") no-repeat;background-position: 18px 10px;}
.list_sort_filter.espic .filter_right span a:hover {background: url("../images/ff.png")no-repeat;background-position: 18px 10px;background-color: #E73C14;color: #fff;}
.list_sort_filter.espic .filter_right span a b{display: inline-block;vertical-align: top;width: 13px;height: 12px;margin-right: 6px;margin-top: 9px;}

.list_body{margin-top: 30px;overflow: hidden;}
.list_body_each{float: left;background: #fff;width: 254px;height: 334px;position: relative;box-shadow: 0 30px 40px 0 rgba(1, 33, 65, 0);margin: 0 2px 6px 0;transition: 0.3s; overflow: hidden; }
.list_body_each:nth-child(5n){margin-right: 0;}
.list_body_each .img{width: 150px;height: 150px;text-align: center;position: relative;margin: auto;}
.list_body_each .img .img_text{line-height: 1.5;font-size: 30px;font-weight: bold;}
.list_body_each .img img{max-width: 100%;max-height: 100%;position: absolute;top: 0;left: 0;bottom: 0;right: 0;margin: auto;transition: all .3s;}
.list_body_each .row1{margin-top: 30px;font-size: 16px;color: #2A2A2A;position: relative;height: 17px;line-height: 17px;}
.list_body_each .row1 .name{max-width: 144px;display: inline-block;}
.list_body_each .row1 .type{position: absolute;top: 0;right: -16px;overflow: hidden;}
.list_body_each .row1 .type span{float: left;display: block;padding: 0 7px;border-radius: 9px;background: #f86666;margin-left: 2px;font-size: 12px;color: #FFFFFF;line-height: 17px;height: 17px;}
/* 多类别 */
.list_body_each .row1 .type span.multi_class_icon{background: #E73C14;}
/* 国家名称 */
.list_body_each .row1 .type span.country_icon{background: #2261f5;}
/* 精品 */
.list_body_each .row1 .type span.boutique_icon{background: #C59989;}
/* 周年庆 */
.list_body_each .row1 .type span.anniversary_icon{background: #ff0484;}
/* 独家 */
.list_body_each .row1 .type span.exclusive_icon{background: #f39244;}
/* 授权 */
.list_body_each .row1 .type span.shouquan_icon{background: #f86666;}
.list_body_each .p1{font-size: 12px;color: #979797;line-height: 12px;height: 12px;margin-top: 8px;}
.list_body_each .price{font-size: 18px;color: #FF4343;line-height: 18px;font-weight: bold;height: 18px;margin-top: 18px;margin-left: -2px;}
.list_body_each > a{display:block;padding: 40px 35px 0 35px;transition: 0.3s;}
.list_body_each .control{position: absolute;bottom: -41px;right: 0;opacity: 0;z-index: -1;width: 254px;height: 41px;transition: all .3s;}
/*.list_body_each .control{height: 40px;background: linear-gradient(299deg, #FF5A2A 0%, #FF6A34 100%);opacity: 0.95;}*/
.list_body_each .control{border-top: 1px solid #EEF1F2;}

.list_body_each .collect.on{background: url("../images/icon19_h.png") no-repeat center;}
.list_body_each .control .contact{display: block;float: left;width: 50%;height: 40px;text-align: center;line-height: 40px;font-size: 14px;border-right: 1px solid #EEF1F2;color:#333;}
.list_body_each .control .more{border-right: none;}
.list_body_each:hover .control{opacity: 1;z-index: 2;}
.list_body_each .control a.contact:hover{background: #FF4343;color:#fff;}
.list_body_each .collection {position: absolute; width: 40px; height: 40px; top:10px;right:10px;opacity: 0;}
.list_body_each .collection a {display: inline-block;width: 100%;height: 100%; background: url(../images/icon19.png) no-repeat center;
-webkit-transition: 0s;
-o-transition: 0s;
transition: 0s;
}
.list_body_each:hover .collection {opacity: 1;}
.list_body_each:hover .text-a {transform:translate(0,-20px)}
.list_body_each .collection a:hover,
.list_body_each .collection a.on { display: inline-block;width: 100%;height: 100%; background: url("../images/icon19_h.png") no-repeat center;}
.list_body_each:hover .control {bottom: 0;}

.recommend{margin-bottom: 50px;margin-top: 50px;}
.recommend_title{position: relative;font-size: 32px;line-height: 32px;color: #2A2A2A;font-weight: normal;}
.recommend_title .dec{font-size: 14px;color: #979797;line-height: 14px;font-weight: normal;margin-left: 10px;}
.recommend .list{margin-top: 34px;}

.nodata { width: 100%;height: 336px;}
.nodata .center { width: 1280px;height: 100%;margin: 0 auto;}
.nodata .center  .text-center {width: 280px;min-height: 100px; margin: 0 auto;text-align: center;}
.nodata .center  .text-center span:nth-child(2) {color: #2A2A2A;font-size: 24px;}
.nodata .center  .text-center span:nth-child(3) { color: #979797; font-size: 14px; margin-top: 10px;}
.nodata .center .text-button { width: 162px; height: 42px;background: #FFA402; margin: 0 auto;margin-top: 24px;cursor: pointer;}
.nodata .center .text-button:hover {background: #FFA402;}
.nodata .center .text-button a {display: inline-block; width: 162px; height: 42px;line-height: 37px;}
.nodata .center .text-button a span {color: #fff !important;}

.choose_condition{padding: 20px 40px;font-size: 14px;color: #656565;background: #fff;}
.choose_condition .all_conditions{width: auto;display: inline-block;}
.choose_condition .condition_title{vertical-align: top;float: left;margin-right: 23px;}
.choose_condition .condition{display: block;float: left;font-size: 14px;color: #2A2A2A;line-height: 24px;height: 26px;border: 1px solid #DBDBDB;margin-right: 8px;padding: 0 21px 0 12px;max-width: 340px;position: relative;margin-bottom: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.choose_condition .condition:hover{border: 1px solid #E73C14;color:#E73C14;}
.choose_condition .condition .close{display: inline-block;width: 10px;height: 24px;background: url("../images/icon15.png") no-repeat center;margin-left: 4px;vertical-align: top;position: absolute;right: 6px;}
.choose_condition .condition:hover .close{background: url("../images/icon15_on.png") no-repeat center;}
.choose_condition .clear_condition{display: block;float: left;padding: 0 12px 0 28px;height: 26px;border: 1px solid #DBDBDB;background: url("../images/icon16.png") no-repeat left 12px center;font-size: 14px;color: #2A2A2A;line-height: 24px;}
.choose_condition .clear_condition:hover{border: 1px solid #E73C14;background: url("../images/icon16_on.png") no-repeat left 12px center;color: #E73C14;}

/*详情*/
.trademark_detail_body{background: #EDF0F1;}
.trademark_detail_main_box{background: url(../images/detail_top_banner.jpg) no-repeat top center;min-height: 280px;}
.trademark_detail_main_box>.wrap{width: 1280px;}
.trademark_detail_main_box .filter_top{padding-top: 40px;padding-bottom: 20px;}
.trademark_detail_main_box .filter_top.espic .breadbox{float:none;}

.brand .brand_warp{background: #fff; margin-bottom: 30px; box-shadow: 0 0 12px rgba(199, 199, 199, 0.2); height: 599px;}
.brand .brand_warp_l{width: -moz-calc(100% - 260px); width: -webkit-calc(100% - 260px); width: calc(100% - 261px); height: 100%;}
.brand .brand_warp_r{width: 260px; min-height: 566px; border-left: 1px solid #ebebeb;}

.brand_info_l{width: 290px; height: 601px; padding: 30px 25px; background: #EFF3F7;}
.brand_info_l .brand_img{position: relative; width: 240px; height:240px; background: #fff; overflow: hidden;text-align: center;}
.brand_info_l .brand_img .img_text{padding:0 20px;font-size: 32px;font-weight: bold;line-height: 1.5;}
.brand_info_l .brand_img img{max-width: 100%;max-height: 100%;}
.brand_info_l .brand_share{padding-top: 20px;}
.brand_info_l .brand_share p{display: inline-block; color: #73777B; font-size: 12px; background-position: left center; background-repeat: no-repeat; background-size: 16px; padding-left: 20px; margin-right: 13px;}
.brand_info_l .brand_share p{margin-top: 0;background-image: url(../images/data_aq.png);}

.brand_info_l .left_desc{line-height: 34px;margin-top: 15px;font-size: 12px;color:#545454;padding:0 5px;}
.brand_info_l .left_zixun_form{padding-top: 5px;}
.brand_info_l .left_zixun_form .input{width: 100%;border: none;background: #fff;height: 43px;border-radius: 4px;margin-top: 10px;text-indent: 30px;}
.brand_info_l .left_zixun_form .btn-submit{display: block;line-height: 40px;border-radius: 4px;text-align: center;background: #F44444;color:#fff;margin-top: 20px;}

.brand_info_r{width: -moz-calc(100% - 318px); width: -webkit-calc(100% - 318px); width: calc(100% - 320px); height: 569px; padding: 30px 0 0; position: relative;}
.brand_info_r .brand_info_r_title{position: relative; font-size: 30px; color: #2A2A2A; font-weight: 700; margin-bottom: 5px; line-height: normal; max-height: 40px; overflow: hidden; font-weight: normal; padding-right: 30px;}
.brand_info_r .brand_info_r_title .brand_info_r_title_span {display: inline;max-height: 40px !important;overflow: hidden;}
.brand_info_r .brand_collection{position: absolute;width: 76px;line-height: 40px;right: 20px;top: 30px;border: 1px solid #eee;border-radius: 1px;}
.brand_info_r .brand_collection a{display: block; color: #73777B; font-size: 12px; background-position: left center; background-repeat: no-repeat; background-size: 16px; padding-left: 30px;background-image: url(../images/icon_sc.png);background-position: 10px center}
.brand_info_r .brand_collection a:hover,
.brand_info_r .brand_collection a.on{background-image: url(../images/icon_sch.png);}

.brand_info_r_more{margin-top: 15px;margin-bottom: 20px;}
.brand_info_r_more span,
.brand_info_r_more time{font-size: 12px;color: #999;margin-right: 20px;}

.brand_value{margin-bottom: 25px; padding: 32px 40px 25px 40px; background-color: #EFF3F7; position: relative;margin-right: 20px;}
.brand_value p{font-size: 12px; color: #888; background: url(../images/icon_csjg_2.png) no-repeat left; text-indent: 20px; line-height: 20px;margin-bottom: 5px;}
.brand_value .brand_value_price {font-size: 30px;color: #E73C14;font-weight: bold;line-height: 35px;}
.brand_value .brand_value_l,
.brand_value .brand_value_r{display:inline-block;float: left;}
.brand_value .brand_value_l{margin-right:5px;height: 60px;position: relative;width: 260px;}
.brand_value .brand_value_r:after{content: "";position: absolute;left: -37px;top: 52%;width: 1px;height: 60px;margin-left: 17px;background-color: #DFE4E9;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.brand_value .brand_value_r{margin-left: 7%;height: 27px;margin-top: 20px;position: relative;}
.brand_value .brand_value_r span{margin-left:5px;font-size: 12px;color: #888;}
.brand_value .brand_value_r i{margin-left:5px;font-size: 16px;color: #E73C14;font-weight: bold;font-style: normal;}
.x-collapse{font-size: 14px; overflow: hidden; position: relative; zoom: 1;margin-bottom: 20px;}
.x-collapse .x-collapse__content{width: -moz-calc(100% - 93px); width: -webkit-calc(100% - 93px); width: calc(100% - 93px); display: inline-block; text-align: justify;}
.x-collapse_sty{position: relative;}
.brand-info__detail{padding-left: 5px;}
.brand-info__detail{max-height: 140px;overflow: auto;margin-right: 20px;}
.brand-info__detail .xg-cell{font-size: 14px; margin-bottom: 20px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.brand-info__detail .xg-cell__label,
.x-collapse__title{color: #979797; margin-right: 5px;}
.brand-info__detail .buy_count{display: inline-block; margin-left: 12px;}
.brand-info__detail .buy_count button{display: inline-block; width: 30px; height: 33px; background: #fff; cursor: pointer; border: 1px solid #eeeeee; font-size: 19px; color: #999;}
.brand-info__detail .buy_count input{display: inline-block; width: 95px; height: 33px; padding: 0 5px; background: #fff; border: 1px solid #eeeeee; margin-left: -1px; vertical-align: bottom; text-align: center; color: #888;}
.brand-info__detail .buy_count .down{display: inline-block;}
.brand-info__detail .buy_count .add{margin-left: -1px;}
.brand-info__detail .xg-cell__value,
.brand-info__detail .xg-cell__value a,
.x-collapse__content,
.x-collapse__content a{color: #2A2A2A;}

.head_detail_show_btns{margin-top: 40px;padding-left: 5px;}
.head_detail_show_btns .btn{line-height: 45px;width: 150px;margin-right: 22px;text-align: center;font-size: 16px;border-radius: 5px;border: 1px solid #F44444;}
.head_detail_show_btns .btn1{background: #F44444;color:#fff;}
.head_detail_show_btns .btn2{color:#F44444;background: url(../images/icon_zixun.png) no-repeat 30px center;padding-left: 15px;}

.brand_promise{padding-left: 5px;position: absolute; bottom: 10px;}
.brand_promise span{font-size: 12px; color: #888; margin-right: 28px;}
.brand_promise span:first-child{margin-left: 8px;}
.brand_promise span i{display: inline-block; width: 19px; height: 14px; margin: 6px 2px -2px -12px; background: url(../images/icon_fwbz.png) no-repeat center;}

.brand_warp_r .kefu_info{text-align: center;padding-top: 35px;}
.brand_warp_r .kefu_info .kefu_tit{font-size: 16px;color:#CC9E4C;font-weight: bold;position: relative;display: inline-block;padding:0 75px;}
.brand_warp_r .kefu_info .kefu_tit::before,
.brand_warp_r .kefu_info .kefu_tit::after{display: block;content:'';position: absolute;width: 60px;height: 1px;background: #CC9E4C;}
.brand_warp_r .kefu_info .kefu_tit::before{top: 50%;left: 0;}
.brand_warp_r .kefu_info .kefu_tit::after{top: 50%;right: 0;}
.brand_warp_r .kefu_info .kefu_pic{margin-top: 25px;}
.brand_warp_r .kefu_info .kefu_pic img{width: 120px;}
.brand_warp_r .kefu_info .kefu_desc{line-height: 36px;}

.brand_warp_r .kefu_zx_btn{padding:5px 0 10px;border-bottom: 1px dashed #ebebeb;margin:0 15px;}
.brand_warp_r .kefu_zx_btn .btn{display: block;width: 128px;line-height: 32px;margin:0 auto 15px;color:#fff;padding-left: 25px;}
.brand_warp_r .kefu_zx_btn .btn1{background: url(../images/zx_bg1.png) no-repeat center;}
.brand_warp_r .kefu_zx_btn .btn2{background: url(../images/zx_bg2.png) no-repeat center;position: relative;}
.wechat_coder{display: none;position: absolute;bottom: 40px;left: 50%;margin-left: -100px;width: 200px;height: 224px;background-color: #fff;box-shadow: 0 4px 16px 0 rgba(0, 64, 75, 0.16);text-align: center;border-radius: 2px;}
.wechat_coder img {width: 168px;height: 168px;margin: 16px 16px 0;}
.wechat_coder p{position:relative;width: 168px;height: 28px;background: #F2F4F8 url(../images/icon_qychat.png) no-repeat 14% 50%;margin: auto;font-size: 12px;color: #333333;line-height: 26px;text-indent: 27px;margin-top: 5px;}
.brand_warp_r .kefu_zx_btn .btn2:hover .wechat_coder{display: block;}

.brand_warp_r .zixun_tel{text-align: center;line-height: 40px;font-size: 14px;color:#333;}
.brand_right_banner{padding:0 15px;margin-top: 5px;}
.brand_right_banner img{max-width: 100%;}
.paddingB70 {padding-bottom: 70px !important;}
.brand_body{margin: 0 auto 30px; zoom: 1; position: relative;}
.brand_body .brand_body_tabs{width: 1280px; height: 60px; line-height: 60px; border-bottom: 1px solid #e6e6e6; top: 0; background-color: #fff; z-index: 2000;}
.brand_body .brand_body_tabs.fixedtop{position: fixed; top: 0; left: 50%; margin-left: -640px;}
.brand_body .brand_body_tabs.fixedbt{position: fixed; bottom: 0; left: 50%; margin-left: -640px;}
.brand_body .brand_body_tabs a{float: left; height: 100%; margin: 0 42px; font-size: 16px; color: #444;}
.brand_body .brand_body_tabs a.active{color: #C38533; font-weight: 700; border-bottom: 2px solid #C38533;}
.brand-body__content{width: 100%;position: relative;}
.brand-body__content .brand_body_part{padding: 0 40px 50px; margin-bottom: 20px; background: #fff; position: relative;}
.brand_body_part .brand_body_title{font-size: 20px; color: #2A2A2A; font-weight: normal; padding: 43px 0 23px;}
.brand_body_part .brand_body_title.title1{border-bottom: 1px solid #eeeeee;}
.brand_body_part .brand_body_title .material_span{font-size: 14px; color: #2A2A2A; font-weight: normal;margin-top: 10px;}
.brand_body_part .brand_body_title .material_span i{display: inline-block; width: 16px; height: 16px; margin-right: 5px; vertical-align: text-bottom; background: url(../images/data_aq.png) no-repeat center;}

.brand-body__verify{background-color: #fff; border-bottom: 1px solid #eeeeee;}
.brand-body__verify .xg-cell{font-size: 14px; float: left; width: 25%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; zoom: 1; position:relative;}
/*.brand-body__verify .xg-cell:nth-child(1),
.brand-body__verify .xg-cell:nth-child(2),
.brand-body__verify .xg-cell:nth-child(3),
.brand-body__verify .xg-cell:nth-child(4){border-bottom: 1px solid #eeeeee;}*/
.inter_msg .brand-body__verify .xg-cell{border:none;}
.brand-body__verify.patent .xg-cell{width: 50% !important;}
.brand-body__verify .xg-cell:not(:nth-child(4),:nth-child(1)):after{content: "";position: absolute;right: 52px;top: 29px;width: 1px;height: 26px;margin-left: 17px;background-color: #EEEEEE;-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.brand-body__verify .xg-cell__label{float: left; display: inline-block; width: 115px; text-align: left; font-size: 14px; color: #888888; margin-top: 20px;line-height: 21px;}
.brand-body__verify .xg-cell__value{margin-top: 20px;float: left;color: #2B2B2B;font-size: 14px;line-height: 21px;height: 21px;width: -moz-calc(100% - 116px);width: -webkit-calc(100% - 116px);width: calc(100% - 116px);/* white-space: nowrap; *//* text-overflow: ellipsis; *//* overflow: hidden; */margin-bottom: 18px;}

.x-buyreson{width: 100%;}
.x-buyreson .x-buyreson_div{display: inline-block; width: 49.4%; height: 170px; background-color: #EFF3F7; background-position: 0% 43%; background-repeat: no-repeat; padding: 38px 30px 0 220px;}
.x-buyreson .x-buyreson_div:nth-child(1){margin-right:10px; background-image: url(../images/img_jmjy.png);}
.x-buyreson .x-buyreson_div:nth-child(2){background-image: url(../images/img_sxsl.png);}
.x-buyreson .x-buyreson_div h2{font-weight: normal; color: #2A2A2A; font-size: 24px; margin-bottom: 10px;}
.x-buyreson .x-buyreson_div p{color: #656565; font-size: 14px;}

.x-material{width: 100%;}
.x-material_top ul{font-size: 0; width: 100%; height: 60px; background-color: #EFF3F7;}
.x-material_top ul li{position: relative; float: left; font-size: 14px; color: #2A2A2A; padding-left: 40px; line-height: 60px;}
.x-material_top ul li::after{content: ""; position: absolute; right:0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 1px; height: 15px; margin-left: 14px; background-color: #D3D9DF;}
.x-material .w185{width: 185px;}
.x-material .w240{width: 240px;}
.x-material .w265{width: 265px;}
.x-material .w190{width: 190px;}
.x-material_bottom{padding: 30px 50px; background: #fff; border:1px solid #EEEEEE;}
.x-material table{width: 100%;}
.x-material_bottom table thead{background-color: #EFF3F7;}
.x-material_bottom table th{font-size: 14px; color: #2A2A2A; font-weight: normal;}
.x-material_bottom table td{font-size: 14px; color: #2A2A2A; padding: 17px 0 17px 40px; border-top: 1px solid #eee; border-right: 1px solid #eee; text-align: left;}
.border-tN{border-top: none !important;}
.border-rN{border-right: none !important;}
.x-material_bottom table tr td:nth-child(1){width: 134px; padding-left: 0;}
.x-material_bottom table td i{display: inline-block; width: 18px; height: 18px; vertical-align: text-bottom; background-repeat: no-repeat; background-position: center;}
.x-material_bottom table td i.buy{background-image: url(../images/data_gr.jpg);}
.x-material_bottom table td i.sale{background-image: url(../images/data_qy.jpg);}
.x-material_bottom .table_p{color: #656565; font-size: 12px; line-height: 21px; margin-top: 30px; border-top: 1px solid #EEEEEE; padding-top: 30px;}
.x-steps{width: 100%; padding-top: 38px; margin-top: -75px; font-size: 0;}
.x-steps.service_steps{margin-top: 0; text-align: center;}
.x-step:nth-child(1){padding-left: 0;}
.x-step,
.x-step.service_step{width: 20%; text-align: left; color: #999; padding: 0 14px; position: relative; display: inline-block;}
.x-step{position: relative; float: left;}
.x-step.service_step{position:relative; width: 19% !important; float: none; padding: 15px; box-shadow: 0 3px 8px rgba(226, 233, 249, .5); vertical-align: top; height: 192px;}
.x-step:not(:last-child):after{content: ""; position: absolute; left: 68%; top: 28px; width: 16px; height: 20px; background: url(../images/img_lcjt.png) no-repeat center;}
.x-step.service_step:after{content: ""; position: absolute; left: 43%; bottom: 17px; width: 20px; height: 2px; background-color: #f2f5fe;}
.x-step.service_step:not(:last-child){margin-right: 8px;}
.x-step__icon{width: 76px; height: 76px; border-radius: 50%;}
.x-step__icon>p{text-align: center; line-height: 68px; color: #306df0 !important; font-size: 21px !important; font-weight: bold;}
.x-step:nth-child(1) .x-step__icon{background: #f2f5fe url(../images/process_icon1.png) no-repeat center;}
.x-step:nth-child(2) .x-step__icon{background: #f2f5fe url(../images/process_icon2.png) no-repeat center;}
.x-step:nth-child(3) .x-step__icon{background: #f2f5fe url(../images/process_icon3.png) no-repeat center;}
.x-step:nth-child(4) .x-step__icon{background: #f2f5fe url(../images/process_icon4.png) no-repeat center;}
.global .x-step:nth-child(4) .x-step__icon{background: #f2f5fe url(../images/process_icon4a.png) no-repeat center;}
.x-step:nth-child(5) .x-step__icon{background: #f2f5fe url(../images/process_icon5.png) no-repeat center;}
.x-step.service_step .x-step__icon{background: #f2f5fe !important; margin: auto;}
.x-step b{text-align: left; font-size: 14px; font-weight: normal; color: #ABABAB;}
.x-step p{font-size: 18px; color: #2B2B2B; margin: 4px 0;}
.x-step.service_step p{text-align: center; font-size: 14px; margin: 12px 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.x-step span{font-size: 12px; color: #888888; letter-spacing: 1px;}

.brand_changjian_wenti{overflow: hidden;}
.brand_changjian_wenti ul{overflow: hidden;margin-left: -25px;margin-right: -25px;margin-bottom: -15px;}
.brand_changjian_wenti li{width: 50%;float: left;}
.brand_changjian_wenti li a{display: block;margin:15px 25px;background: #ECF3F7;border-radius: 8px;padding:20px 25px;padding-right: 30px;}
.brand_changjian_wenti .label{position: absolute;width: 18px;line-height: 18px;text-align: center;color:#fff;left: 3px;font-size: 14px;font-weight: bold;}
.brand_changjian_wenti .tit{position: relative;padding-left: 40px;font-size: 16px;color:#333;line-height: 24px;}

.brand_changjian_wenti .tit .label{background: #E92E0C;top: 50%;margin-top: -9px;}
.brand_changjian_wenti .tit .text{}
.brand_changjian_wenti .desc{position: relative;padding-left: 40px;font-size: 12px;color:#666;line-height: 24px;margin-top: 10px;}
.brand_changjian_wenti .desc .label{background: #0664C9;top: 3px;}
.brand_changjian_wenti .desc .text{}

/*资讯*/
.articlelists_body{background: #EEF1F2;}
.articlelists_body .min-w{min-width: 1280px;}
.articlelists_body .wrap{width: 1280px;}
.news_banner_box{background: url(../images/news_top_bg.jpg) no-repeat top center;}
.news_banner{height: 380px;position: relative;color:#fff;}
.news_banner_info{position: absolute;width: 100%;text-align: center;height: 120px;left: 0;top:50%;margin-top: -80px;}
.news_banner .top_cate_name{font-size: 35px;position: relative;}
.news_banner .top_cate_name:after{display: block;content:'';position: absolute;bottom:-13px;width: 86px;height: 2px;background: #fff;left: 50%;margin-left: -43px;}
.news_banner .top_cate_desc{font-size: 14px;margin-top: 30px;}

.news_depth{background: url(../images/icon_weizhi2.png) no-repeat left center;font-size: 14px;line-height: 30px;padding:15px 0;padding-left: 25px;position: absolute;bottom: 0;left: 0;}
.news_depth i{margin: 0 5px;font-style: normal;}
.news_depth a{color:#fff;}

.sticky {position: sticky;top: 0;}

.main-box {width: 100%;background-color: #EEF1F2;padding-bottom: 30px;}
.main-box .main-center {width: 1280px;margin: 26px auto 0;}
.main-box .main-center .main-left {width: 944px;}
.main-box .main-center .main-left .left-top {background-color: #FFFFFF;box-shadow: 0px 0px 30px 0px rgba(1, 33, 65, 0.04);}
.main-box .main-center .main-left .nav {width: 100%;min-height: 90px;}
.main-box .main-center .main-left .nav .nav-top {width: 100%;height: 68px;background-color: #F5F7F7;}
.main-box .main-center .main-left .nav .nav-top a {display: block;float: left;width: 134px;height: 100%;text-align: center;line-height: 68px;position: relative;}
.main-box .main-center .main-left .nav .nav-top a:last-child{width: 140px;}

.main-left .nav .nav-top a span{font-size: 14px;font-weight: bold;color: #2A2A2A;margin-left: 5px;}
.main-left .nav .nav-top a img {margin-top: -2px;}
.main-left .nav .nav-top a::after {content: '';position: absolute;right: 0;top: 50%;width: 1px;height: 14px;background: #E0E0E0;top: 50%;margin-top: -7px;}
.main-left .nav .nav-top a:last-child::after{content: '';position: absolute;right: 0;top: 50%;width: 1px;height: 14px;background: none;top: 50%;margin-top: -7px;}
.main-box .main-center .main-left .nav .nav-top a .a-img {display: none;}
.main-box .main-center .main-left .nav .nav-top .active-color {background-color: #FFFFFF;}
.main-box .main-center .main-left .nav .nav-top .active-color .a-img {display: inline-block;}
.main-box .main-center .main-left .nav .nav-top .active-color .b-img {display: none;}
.main-left .nav .nav-top .active-color::after {content: '';position: absolute;right: 0;top: 50%;width: 1px;height: 14px;background: #fff;top: 50%;margin-top: -7px;}
.main-left .nav .nav-top .active-last::after {content: '';position: absolute;right: 0;top: 50%;width: 1px;height: 14px;background: #fff;top: 50%;margin-top: -7px;}
.main-left .nav .nav-top .active-color span {color: #CC9F4C;}

.main-center .main-list {padding: 30px 30px 30px 36px;width: 100%;border-top: 1px solid #E9E9E9;box-sizing: border-box;overflow: hidden;position: relative;}


.main-center .main-list:hover {border-top:none;box-shadow: 0px 0px 30px 0px rgba(78, 90, 102, 0.16);}
.main-center .main-list:hover .box .main-text h2 a{color: #CD9F4D;}
.main-center .main-list .box {width: 100%;overflow: hidden;}
.main-center .main-list .box .img-box{width: 200px;height: 124px;float: left;margin-right: 32px;}
.main-center .main-list .box .img-box img {width: 100%;height: 100%;object-fit: cover;}
.main-center .main-list .box .main-text {overflow: hidden;}
.main-center .main-list .box .main-text h2 {font-size: 17px;font-weight: bold;color: #2A2A2A;line-height: 18px;margin-bottom: 12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.main-center .main-list .box .main-text .tp {font-size: 13px;color: #666666;height: 45px;line-height: 22px;overflow: hidden;}
/*.main-center .main-list .box .main-text .tp a {width: 250px;font-size: 13px;color: #C38533;margin-left: 8px;}
.main-center .main-list .box .main-text .tp a img {width: 12px;height: 12px;object-fit: contain;}*/
.main-center .main-list .box .main-text .tp span {display: inline-block; height: 45px;}
.main-center .main-list .box .bottom {overflow: hidden;margin-top: 31px;}
.main-center .main-list .box .bottom {font-size: 13px;color: #969696;line-height: 18px;}
.main-center .main-list .box .bottom .name {float: left;}
.main-center .main-list .box .bottom .line {width: 1px;height: 12px;background: #E0E0E0;float: left;margin: 0 15px;margin-top: 3px;}
.main-center .main-list .box .bottom .time {float: left;}
.main-center .main-list .box .bottom .show {float: left;}
.main-center .main-list .box .bottom img{width: 18px;height: 18px;object-fit:scale-down;vertical-align: top;}
.main-center .main-list .box-title {width: 100%;margin-top: 22px;}
.main-center .main-list .box-title span {padding: 6px 14px;font-size: 12px;color: #8F9596;background: #F5F7F7;margin-right: 8px;}
.main-center .main-list .box-title span:hover{background: #eee;color: #CD9F4D;}
.main-center .main-list .redemore{display: block;position: absolute;right:30px;bottom: 30px;line-height: 27px;padding-left: 40px;padding-top: 3px;background: url(../images/icon_more1.png) no-repeat left center;font-size: 14px;color:#333;}
.main-center .main-list .redemore:hover{background: url(../images/icon_more2.png) no-repeat left center;color:#CC9F4C;}
.main-center .main-list.no_pic .box .bottom{margin-top: 15px;}

.main-box .main-center .main-right{width: 320px;}
.main-right .right_top_list{margin-left: -20px;margin-right: -20px;}
.main-right .right_top_list ul{margin: 0;}
.main-right .right_top_list li{width: 100%;font: none;margin-top: 10px;}
.main-right .right_top_list li a{margin: 0;padding:10px 10px;padding-right: 20px;}
.main-right .right_top_list .tit,
.main-right .right_top_list .desc{padding-left: 30px;}
.main-center .main-right .right-top {width: 320px;padding: 15px 30px;box-sizing: border-box;background-color: #fff;}
.right-top .top-title{overflow: hidden;}
.right-top .top-title .left{float: left;}
.right-top .top-title .left h3 {color: #2A2A2A;font-size: 17px;font-weight: bold;margin-left: 11px;position: relative;}
.right-top .top-title .left h3::after{position: absolute;content: '';left: -10px;top: 5px;width: 3px;height: 16px;background: #E73C14;}
.right-top .top-title .right {float: right;font-size: 13px;}
.right-top .top-title .right img{margin-top: -2px;margin-left: 5px;}
.right-top .top-title .right a {color: #666;background: url(../images/more.png) no-repeat;background-position: 32px 5px;display: block;width: 50px;line-height: 25px;height: 25px;}
.right-top .top-title .right a:hover{color: #E73C14;background: url(../images/more1.png) no-repeat;background-position: 32px 5px;}

.hot-read {margin-top: 16px;width: 100%;background-color: #fff;padding: 20px 30px;box-sizing: border-box;padding-bottom: 30px;}
.hot-read .hot-head {width: 100%;height: 22px;}
.hot-read .hot-head h3 {font-size: 17px;font-weight: bold;color: #2A2A2A;margin-left: 11px;position: relative;}
.hot-read .hot-head h3::after{position: absolute;content: '';left: -10px;top: 5px;width: 3px;height: 16px;background: #E73C14;}
.hot-read ul {width: 100%;margin-top: 24px;}
.hot-read ul li {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-bottom: 10px;display: flex;align-items: center;}
.hot-read ul li a{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.hot-read ul li:last-child{margin: 0;}
.hot-read ul li span:nth-child(1){width: 24px;height: 24px;background: #C8CCCC;display: block;float: left;text-align: center;line-height: 24px;font-size: 14px;color: #FFFFFF;}
.hot-read ul li:nth-child(1) .num{background: #E73C14;}
.hot-read ul li:nth-child(2) .num{background: #FC6A02;}
.hot-read ul li:nth-child(3) .num{background: #FFB737;}
.hot-read ul li span:nth-child(2){font-size: 13px;color: #666666;margin-left: 12px;line-height: 24px;}
.hot-read ul li:nth-child(1) a span:nth-child(2){color:#292929}


.main-left .left-detailtop {padding: 31px 36px 36px 36px;background-color: #FFFFFF;box-shadow: 0px 0px 30px 0px rgba(1, 33, 65, 0.04);line-height: 1.5;}
.main-left .left-detailtop .detail-title {width: 100%;padding-bottom: 25px;border-bottom: 1px solid #E9E9E9;}
.main-left .left-detailtop .detail-title h4 {font-size: 24px;font-weight: bold;color: #2A2A2A;}
.main-left .left-detailtop .detail-title .title-bottom {font-size: 13px;color: #969696;margin-top: 5px;overflow: hidden;}
.main-left .left-detailtop .detail-title .title-bottom .text {float: left;margin-right: 25px;position: relative;}
.main-left .left-detailtop .detail-title .title-bottom .text::after {content: '';position: absolute;width: 1px;height: 10px;background: #E0E0E0;top: 5px;right: -12px;}
.left-detailtop .page_con{padding-bottom: 0;}
.left-detailtop .copyright-text{font-size: 14px;color: #969696;margin: 48px 0 44px 0;}
.left-detailtop .upper {width: 100%;height: 150px;}
.left-detailtop .upper .next {float: left;width: 420px;margin-right: 32px;height: 150px;background: #FFFFFF;box-shadow: 0px 5px 12px 0px rgba(223, 228, 230, 0.6);}
.upper .next .top{width: 420px;height: 4px;background: #C38533;}
.upper .last .top{width: 420px;height: 4px;background: #C38533;}
.upper .bottom {font-size: 14px;color: #4D4D4D;}
.upper  .bottom {padding: 20px 40px 30px 30px;}
.upper .bottom p {height: 65px;}
.upper  .bottom .line {width: 24px;height: 2px;background: #E8E8E8;margin: 10px 0 16px 0;}
.left-detailtop .upper a {width: 420px;height: 150px;display: block;}
.left-detailtop .upper .last {float: left;width: 420px;height: 150px;background: #FFFFFF;box-shadow: 0px 5px 12px 0px rgba(223, 228, 230, 0.6);}

.main-left .about-article {width: 100%;margin-top: 15px;min-height: 200px;background: #FFFFFF;box-sizing: border-box;padding: 36px;padding-bottom: 18px;box-shadow: 0px 0px 30px 0px rgba(1, 33, 65, 0.04);line-height: 1.5;}
.about-article h4 {font-size: 16px;font-weight: bold;color: #2A2A2A;position: relative;margin-left: 15px;}
.about-article h4::after {position: absolute;content: '';width: 3px;height: 16px;background: #E73C14;left: -13px;top: 4px;}
.about-article .article-list {width: 100%;margin-top: 25px;overflow: hidden;}
.about-article .article-list .list {float: left;height: 70px;width: 400px;margin-bottom: 20px;}
.about-article .article-list .list .img-box {float: left;width: 110px;height: 68px;position: relative;}
.about-article .article-list .list .text-right {float: left;margin-left: 20px;width: 270px;}
.about-article .article-list .list .img-box img {display: block;position: absolute;left: 0;top: 0;bottom: 0;right: 0;margin: 0 auto;max-width: 110px;height: 100%;}
.article-list{}
.article-list .list .text-right h3 {height: 43px;font-size: 14px;color: #2A2A2A;}
.article-list .list .text-right .bottom {overflow: hidden;margin-top: 8px;}
.article-list .list .text-right .bottom img {margin-top: -2px;margin-right: 3px;}
.article-list .list .text-right .bottom .time {float: left;margin-right: 33px;position: relative;}
.article-list .list .text-right .bottom  span {font-size: 12px;color: #969696;}
.article-list .list .text-right .bottom .time::after{position: absolute;width: 1px;height: 12px;background: #E0E0E0;content: '';right: -17px;top:50%;margin-top: -6px;}
.article-list .list .text-right .bottom .show {float: left;}
.about-article .article-list .list:nth-child(2n) {margin-left: 72px;}

.news_right_banner{margin-top: 16px;}
.news_right_banner img{width: 100%;}

.mark-recommend {margin-top: 16px;width: 100%;height: 466px;background-color: #fff;}
.mark-recommend .top-title { width: 100%; height: 25px; padding: 30px; padding-top: 20px; box-sizing: border-box;}
.mark-recommend .top-title h4 {float: left;font-size: 17px;margin-left: 11px;font-weight: bold;color: #2A2A2A;position: relative;}
.mark-recommend .top-title h4::after { position: absolute; content: ''; left: -10px; top: 5px; width: 3px; height: 16px; background: #E73C14;}
.mark-recommend .top-title .top-right {display: flex;align-items: center;float: right;}
.mark-recommend .top-title .top-right div {cursor: pointer;margin-left: 5px;}
.mark-recommend .top-title .top-right span {float: left;color: #979797;}
.mark-recommend {width: 100%;height: 480px;}
.mark-recommend .list {width: 100%;height: 480px;}
.mark-recommend .list ul {width: 100%;height: 480px;}
.mark-recommend .list ul li {float: left;}
.mark-recommend .list ul li a {width: 320px;display: block;height: 100px;padding: 12px 25px 10px 32px;box-sizing: border-box;}
.mark-recommend .list ul li a:hover{box-shadow: 0px 0px 16px 0px rgba(78, 90, 102, 0.12);}
.mark-recommend .list ul li a .img-box {width: 76px;height: 76px;float: left;background: #eee;}
.mark-recommend .list ul li a .img-box img {width: 76px !important;height: 76px !important;display: block;}
.mark-recommend .list ul li a .list-right {float: right;width: 174px;}
.mark-recommend .list ul li a .list-right h4 {font-size: 14px;color: #2A2A2A;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.mark-recommend .list ul li a .list-right p {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #979797;}
.mark-recommend .list ul li a .list-right p .amount{font-size: 16px;font-weight: bold;color: #E73C14;}
.mark-recommend .list ul li a .list-right p .money {font-size: 12px;font-weight: bold;color: #E73C14;}

.trademark_body #main_container {z-index: 2000;}
.trademark_body #wrapper_pager{position: absolute;width:auto;bottom: 30px;left: 50%;transform: translateX(-50%); -webkit-transform: translateX(-50%);z-index: 100;display: none;}
.trademark_body #wrapper_pager span{display:block;height:5px;border-radius: 5px;text-indent: -999px;overflow: hidden;background-color:#fff;width:0px;position: relative;z-index: 100;}
.trademark_body #wrapper_pager a{height: 15px;padding-top: 5px;width:45px;margin:0 5px;float:left;position: relative;cursor: pointer;}
.trademark_body #wrapper_pager a::before{display: block;content:'';height: 5px;width: 100%;border-radius: 5px;background:#666;position: absolute;left: 0;top: 5px;opacity: 0.6}
.trademark_body #wrapper_pager a:hover{border-color:#999;}
.trademark_body .i_banner_swiper-container{}
.trademark_body .i_banner_swiper-container .swiper-slide{height:685px;}
.trademark_body .i_banner_swiper-container .swiper-slide .pic{display: block;width: 100%;height:100%;background: no-repeat center;background-size: cover;}


.weishenmexuanze{overflow: hidden;}
.weishenmexuanze ul{overflow: hidden;margin-left: -15px;margin-right: -15px;margin-top: -10px;margin-bottom: -10px;}
.weishenmexuanze li{float: left;width: 50%;overflow: hidden;}
.weishenmexuanze .item{margin:10px 15px;padding:15px 30px;}
.weishenmexuanze .tit{font-size: 20px;font-weight: bold;color:#333;line-height: 50px;}
.weishenmexuanze .desc{font-size: 16px;color:#333;line-height: 44px;}
.weishenmexuanze .item1{background: #F4F8F8;}
.weishenmexuanze .item2{background: #F3F5F9;}
.weishenmexuanze .item3{background: #FFF6F6;}
.weishenmexuanze .item4{background: #F6F3FF;}

.footer_top {height: 140px;background: #fff;}
.footer_top .wrap{overflow: hidden;}
.footer_top ul{overflow: hidden;margin-right: -90px;}
.footer_top li{width: 25%;position: relative;padding-left: 55px;}
.footer_top li .icon{width: 40px;height: 40px;position: absolute;left:5px;top:50%;margin-top: -28px;}
.footer_top li .icon1{background: url(../images/icon1.png) no-repeat center;}
.footer_top li .icon2{background: url(../images/icon2.png) no-repeat center;}
.footer_top li .icon3{background: url(../images/icon3.png) no-repeat center;}
.footer_top li .icon4{background: url(../images/icon4.png) no-repeat center;}
.footer_top li .tit{font-size: 16px;line-height: 16px;color: #2B2B2B;}
.footer_top li .desc{width: 168px;font-size: 12px;color: #979797;line-height: 14px;margin-top: 8px;}

.about_contact_box{background: url(../images/lxwm_bg.jpg) no-repeat center;height: 650px;}
.about_contact_box .about_tit .tit{color:#fff;}
.about_contact_box .about_tit .en_name{color:#fff;margin: 5px 0 15px;}

.contact_left{height: 400px;width: 510px;}
.contact_right{height: 400px;width: 680px;background: rgba(255,255,255,0.1);padding:30px 20px;color:#fff;position: relative;}
.contact_right .tit{font-size: 28px;line-height: 50px;padding-bottom: 15px;border-bottom: 1px solid rgba(255,255,255,0.5);margin-bottom: 25px;}
.contact_right .desc{line-height: 44px;}
.contact_right .desc img{margin-right: 10px;}
.contact_right .ewm_img{display: block;position: absolute;width: 200px;right: 20px;bottom: 30px;overflow: hidden;background: #fff;}
.contact_right .ewm_img img{width: 100%;}


/*专利*/
.list_view_each{height: 250px;background: #fff;padding: 24px 40px;margin-bottom: 20px;box-shadow: 0 30px 40px 0 rgba(1, 33, 65, 0);line-height: 1.4;}
.list_view_each:last-child {margin-bottom: 0;}
.list_view_each .col1 {float: left;width: 150px;}
.list_view_each .col2 {float: left;width: 1010px;margin-left: 40px;}
.list_view_each .img {width: 150px;height: 150px;text-align: center;}
.list_view_each .img img {max-width: 100%;max-height: 100%;}
.list_view_each .collect {display: block;padding-left: 19px;height: 16px;background: url("../images/icon19.png") no-repeat center left;transition: 0.3s;font-size: 12px;color: #73777B;line-height: 16px;margin-top: 30px;}
.list_view_each .collect:hover, .list_view_each .collect.on {color: #F12500;background: url("../images/icon19_h.png") no-repeat center left;}
.list_view_each .detail {display: block;width: 90%;}
.list_view_each .title {font-size: 22px;color: #2A2A2A;line-height: 22px;position: relative;}
.list_view_each .title .span1 {position: absolute;top: 0;right: 0;font-size: 12px;color: #AAAAAA;padding-left: 17px;background: url("../images/icon28.png") no-repeat center left;}
.list_view_each .info {font-size: 12px;color: #979797;line-height: 12px;margin-top: 12px;}
.patent_listdiv{margin-top: 9px;}
.list_view_each .ul {padding-top: 24px;/* margin-top: 24px; */border-top: 1px solid #EEEEEE;display: inline-block;}
.list_view_each .li {padding: 0 28px;float: left;position: relative;}
.list_view_each .lidiv{display:inline-block;width: 225px;padding-top: 26px;border-top: 1px solid #EEEEEE;}
.list_view_each .lidiv .patentinput{width: 143px;}
.list_view_each .li:first-child {padding-left: 0;}
.list_view_each .li:after,
.list_view_each .li.lidiv:after {content: '';display: block;width: 1px;height: 20px;background: #ECECEC;position: absolute;top: 50%;right: 0;margin-top: -10px;}
.list_view_each .li.lidiv:after {top: 66%;right: 26px;}
.list_view_each .li:last-child {padding-right: 0;}
.list_view_each .li:last-child:after {content: none;}
.list_view_each #input {font-size: 16px;color: #2A2A2A;border: none;outline: none;width: 120px;height: 16px;vertical-align: top;}
.list_view_each #copy {font-size: 12px;color: 12px;line-height: 16px;cursor: pointer;pointer-events: all;}
.list_view_each .p2 {font-size: 12px;color: #909090;line-height: 12px;margin-top: 10px;}
.list_view_each .copypatent{cursor:pointer;color: #008497;}
.list_view_each .copypatent:hover{opacity: 0.8;filter: alpha(opacity=80);}
.list_view_each .p1 {font-size: 16px;color: #2A2A2A;}
.list_view_each .row_last {margin-top: 25px;}
.list_view_each .row_last_l {float: left;}
.list_view_each .row_last_r {float: right;margin-top: 20px;position: relative;}
.list_view_each .price {position: relative !important;padding-left: 9px;margin-right: 46px;font-size: 26px;color: #F12500;font-weight: bold;line-height: 32px;}
.list_view_each  .old_price{color:#999;}
/*面议*/
.list_view_each .price_mianyi {padding-left: 9px;margin-right: 46px;font-size: 32px;color: #F12500;font-weight: bold;line-height: 32px;}
.list_view_each .price:before {content: '￥';position: absolute;bottom: 3px;left: -4px;font-size: 14px;line-height: 14px;}
.list_view_each .price .yuan {position: absolute;bottom: 3px;right: -15px;font-size: 14px;line-height: 14px;}
.list_view_each .row_last_r .wechatDiv{position:absolute;right: -4px;bottom: 52px;width: 144px;height: 160px;filter: drop-shadow(0 4px 14px rgba(0, 64, 75, 0.16));background: #fff;text-align: center;padding-top: 8px;display: none;}
.list_view_each .row_last_r .wechatDiv:after{position:absolute;bottom:-8px;left:45%;content: "";width: 0;height:0;border-left:10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid white; }
.list_view_each .row_last_r .wechatDiv img{width: 120px;height: 120px;}
.list_view_each .row_last_r .wechatDiv p{font-size: 12px;color: #333333;margin-top: 2px;}

.list_view_each .contact {display: block;width: 138px;height: 34px;border: 1px solid #008497;background: #008497;text-align: center;line-height: 34px;font-size: 14px;color: #FFFFFF;float: left;margin-left: 8px;font-weight: bold;transition: 0.3s;}
.list_view_each .contact:hover {/* background: #1198AD; *//* border: 1px solid #1198AD; */}
.list_view_each .contact i {display: inline-block;margin-right: 15px;width: 20px;height: 34px;background: url("../images/icon26.png") no-repeat center;vertical-align: top;position: relative;}
.list_view_each .contact i:after {content: '';display: block;position: absolute;top: 50%;right: -6px;width: 1px;height: 8px;background: #FFFFFF;margin-top: -4px;}
.list_view_each .check_detail,
.list_view_each .contact {display: block;float: left;width: 138px;height: 34px;border: 1px solid #F12500;background: rgba(255, 255, 255, 0.5);text-align: center;line-height: 34px;font-size: 14px;color: #F12500;margin-left: 8px;font-weight: bold;transition: 0.3s;}
.list_view_each .check_detail:hover,
.list_view_each .contact:hover {background: #F9F2F0;}
.list_view_each .check_detail i,
.list_view_each .contact i {display: inline-block;margin-right: 15px;width: 20px;height: 34px;background: url("../images/icon27.png") no-repeat center;vertical-align: top;position: relative;}
.list_view_each .contact i{ background: url("../images/icon26a.png") no-repeat center;}
.list_view_each .check_detail i:after,
.list_view_each .contact i:after {content: '';display: block;position: absolute;top: 50%;right: -6px;width: 1px;height: 8px;background: rgba(241, 37, 0, 0.5);margin-top: -4px;}
.list_view_each:hover {box-shadow: 0 30px 40px 0 rgba(1, 33, 65, 0.07);}

.patent_body .filter_bottom{margin-top: 0;padding-top: 0;border-top: none;}
.search_key_box{padding-top: 15px;}
.search_key_box .search_key{float: right;width: 410px;height: 40px;border: 1px solid #DBDBDB;position: relative;background: #fff;}
.search_key_box .search_key .input3{display: block;width: 100%;height: 100%;padding: 0 46px 0 18px;text-align: left;color: #777;}
.search_key_box .search_key .search_btn{position: absolute;top: 50%;right: 18px;display: block;width: 18px;height: 18px;background: url("../images/icon_ssii.png") no-repeat center;margin-top: -9px;}

.patent_detail_body .x-collapse{margin-bottom: 15px;}

/*业务领域*/
.businesslists_body #main_container {position: initial;}
.businesslists_body .wrap{width: 1170px;}
.bg-wrapper-4 {background: url(../images/bg-4.jpg) no-repeat;background-size: cover;min-height: 818px;}
.yc-pad {padding: 60px 0;}
.yc-shadow {box-shadow: 0 0 15px 1px rgb(116 116 116 / 10%);box-sizing: border-box;}
.yc-form.inner {background: url(../images/form-bg.jpg) repeat-y;background-size: 100% auto;margin: 0 auto;position: relative;margin-top: -105px;}
.titlebar {text-align: center;margin-bottom: 40px;}
.titlebar h2 {font-size: 30px;color: #111;font-weight: 400;text-transform: uppercase;margin-bottom: 10px;}
.yc-flex {display: -webkit-box;display: -webkit-flex;display: flex;}
.yc-flex-item {-webkit-box-flex: 1;-webkit-flex: 1;flex: 1;}
.yc-form .layui-form{padding:0}
.yc-form.inner .layui-form {margin: 0 40px;}
.yc-form .layui-form-select dl dd.layui-this{background-color:#fc9a22}
.yc-form .layui-inline{position:relative;margin-right:0}
.yc-form .layui-inline .layui-btn,.yc-form .layui-inline .layui-input{text-indent:20px;height:58px;line-height:58px}
.yc-form .layui-inline .layui-btn{text-indent:0}
.yc-form .layui-inline em{position:absolute;left:10px;top:20px;color:#fc7f2b;width: 18px;height: 18px;display: block;}
.yc-form .layui-inline .icon1{background: url(../images/b_icon1.png) no-repeat center;background-size: 100%;}
.yc-form .layui-inline .icon2{background: url(../images/b_icon2.png) no-repeat center;background-size: 100%;}
.yc-form .layui-inline .icon3{background: url(../images/b_icon3.png) no-repeat center;background-size: 100%;}
.yc-form .layui-inline img{position:absolute;right:5px;top:13px;width:32px;height:32px}
.form-box .layui-form{padding:12.5px;background-color:rgba(36,40,55,.2);border-radius:10px}
.form-box{margin-top:-190px;background-color:#f7f8fc;padding-bottom:58px}
.form-box .tips{color:#fff;margin-top:30px}
.yc-form .layui-form{border:2px solid #fc7f2b}
.yc-form .layui-inline{border-right:1px solid rgba(229,229,229,.59)}
.yc-form .layui-inline.yc-flex-item,
.yc-form .layui-inline:last-child{border:none}
.yc-form .layui-inline .layui-btn,
.yc-form .layui-inline .layui-input{border-radius:0;border:none}
.yc-form .layui-inline .layui-input{text-indent:24px}
.yc-form .layui-inline em{left:12px}
.yc-form .layui-inline .layui-form-selected dl{top:58px}

.inner-adv {padding: 30px;margin:0 auto;background: #fff;overflow: hidden;position: relative;line-height: 1.4;}
.inner-adv dl{width: 25%;float: left;}
.inner-adv dd{border-right:1px solid #eee;margin:0 30px 0 15px}
.inner-adv dl:last-child dd{border-right:none;margin-right:0}
.inner-adv dt{width:70px;height:70px;text-align:center;border-radius:50%;overflow:hidden;transition:all linear .2s}
.inner-adv dt img{width: 70px;height: 70px;vertical-align: top;}
/*.inner-adv dt i{border:1px solid #d6d6d6;display:block;border-radius:50%;font-size:24px;color:#b0b7c7;width:98%;height:98%;transition:all linear .2s}*/
.inner-adv dd strong{font-size:16px;font-weight:400}
.inner-adv dd p{color:#878d99;padding-top:6px}
.inner-adv dl:hover dt{border-color:#fff}
/*.inner-adv dl:hover dt i{border-color:#10bbb8;color:#11cec8}*/
.business_tit{line-height: 1.4;}
.business_tit .tit{font-size: 30px;font-weight: normal;}
.business_tit .en_name{margin-bottom: 15px;}

.b_yewu_tabs{margin-top: -20px;padding-bottom: 65px;}
.b_yewu_tabs .tabs_tit{text-align: center;overflow: hidden;line-height: 1.2;}
.b_yewu_tabs .tabs_tit ul{overflow: hidden;}
.b_yewu_tabs .tabs_tit li{float: left;width: 33.33333333%;font-size: 20px;padding-top: 10px;height: 96px;}
.b_yewu_tabs .tabs_tit li span {
    background-color: #e4e7f0;
    border-right: 1px solid rgba(198,205,227,.57);
    display: block;
    padding-top: 19px;
    height: 100%;
}
.b_yewu_tabs .tabs_tit li:nth-child(3) span {border-right: none;}
.b_yewu_tabs .tabs_tit li small{display: block;margin: 8px auto 0;color: #878d99;text-transform: uppercase;font-size: 14px;}
.b_yewu_tabs .tabs_tit li.hover{padding-top: 0;}
.b_yewu_tabs .tabs_tit li.hover span {border-right: none;padding-top: 24px;background: url(../images/bg_hover.png) no-repeat transparent;border-radius: 8px 8px 0 0;font-weight: 700;background-size: 100% 100%;color:#fff;}
.b_yewu_tabs .tabs_tit li.hover small {color: #fff;opacity: .65;font-weight: 400;}

.b_yewu_tab_content{overflow: hidden;padding:7.5px;background: #fff;margin-top: 24px;}
.b_yewu_tab_content .tab_left{width: 300px;padding:7.5px;}
.b_yewu_tab_content .tab_right{width: 855px;overflow: hidden;}
.b_yewu_tab_content .tab_right ul{overflow: hidden;}
.b_yewu_tab_content .tab_right li{width: 33.333%;float: left;padding:7.5px;}
.b_yewu_tab_content .tab_right .item {height: 190px;padding: 20px 0 0 20px;position: relative;overflow: hidden;border-radius: 5px;}
.b_yewu_tab_content .tab_right .item.pic {background-color: #f2f3f7;background-position: right bottom;background-repeat: no-repeat;}

.b_yewu_tab_content .tab_right .item h3 {line-height: 30px;font-size: 16px;font-weight: 700;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;max-width: 100%;}
.b_yewu_tab_content .tab_right .item p {line-height: 22px;color: #888;margin-top: 5px;font-size: 13px;padding-right: 60px;}
.b_yewu_tab_content .tab_right .item .btn-list {position: absolute;left: 20px;bottom: 20px;}
.b_yewu_tab_content .tab_right .item .btn-list a{display: block;padding:0 18px;line-height: 30px;border: 1px solid #fc7f2b;color:#fc7f2b;white-space: nowrap;text-align: center;font-size: 14px;border-radius: 2px;}

.b_yewu_tab_content .tab_left .item{background-color: #F7F8FA;background-position: right bottom;background-repeat: no-repeat;height: 100%;padding:20px;position: relative;min-height:395px;}
.b_yewu_tab_content .tab_left .item .tit{font-size: 20px;color:#666;font-weight: bold;}
.b_yewu_tab_content .tab_left .item .desc{line-height: 2.2;color:#666;margin-top: 10px;font-size: 12px;}
.b_yewu_tab_content .tab_left .item .btn-list {position: absolute;left:0;bottom: 20px;width: 100%;}
.b_yewu_tab_content .tab_left .item .btn-list a{display: block;width: 100px;line-height: 30px;background: #fc7f2b;color:#fff;white-space: nowrap;text-align: center;font-size: 14px;border-radius: 2px;margin:0 7.5px;}
.b_yewu_tab_content .tab_left .item .btn-list .btn2{background: #fff;color:#fc7f2b;}

.text-center{text-align: center;}
.swtCustomBtn {cursor: pointer;}
.cusbtn-normal {background: linear-gradient(60deg,#ff9a05,#ff6c00);}
.cusbtn {padding: 0 48px;}
.cusbtn:hover {background: linear-gradient(90deg,#ff6c00 0,#ff9a05 100%)!important;opacity: 1;}
.cusbtn-empty:hover {box-shadow: 0 6px 15px 1px rgba(255,108,0,.3);color: #fff!important;}
.layui-border-red {border-color: #fc7f2b!important;color: #fc7f2b!important;}
.hover-shadow {position: relative;top: 0;transition: all .2s linear;}
.hover-shadow:hover {top: -5px;}

.b_block2{background: url(../images/bg-wrapper-2.jpg) no-repeat center 0;height: 1096px;}
.b_problem_list{margin-top: -15px;}
.b_problem_list ul{overflow: hidden;}
.b_problem_list li{float: left;padding:15px;width: 50%;}
.b_problem_list li h4{color:#525959;border:1px solid #72c6c5;box-shadow:0 6px 12px 0 rgb(194 211 217 / 30%);line-height:54px;padding:0 24px;display:inline-block;position:relative;font-size:16px;background-color:#fff}
.b_problem_list li span{position:absolute;bottom:-6px;left:50%;margin-left:-5px;width:10px;height:10px;display:block;background:#f3ffff;transform:rotate(45deg);border-bottom:1px solid #10bbb8;border-right:1px solid #10bbb8}
.b_problem_list li:hover h4{background:linear-gradient(-18deg,#48b4d7,#10bbb8);box-shadow:0 3px 8px 0 rgba(177,208,203,.41);color:#fff}
.b_problem_list li:hover span{background:linear-gradient(-18deg,#48b4d7,#10bbb8);box-shadow:0 3px 8px 0 rgba(177,208,203,.41);border:none}
.b_problem_list li:nth-child(2n) .cnt{text-align:right}
.b_problem_btn{margin-top:15px}

.zc-solve{background:url(../images/solve-bg.png) no-repeat center 0;padding:80px 0;margin-top:-10px;min-height: 478px;line-height: 1.4;}
.zc-solve .titlebar{margin-bottom:0}
.solve_list{overflow: hidden;}
.solve_list ul{overflow: hidden;padding:15px 0 40px;}
.solve_list li{width: 25%;float: left;text-align: center;}
.solve_list li dl{padding:0 15px;border-right: 1px solid #f3f4f4;}
.solve_list li:last-child dl{border-right:none;}
.solve_list li dl .icon img{max-width: 72px;}
.solve_list li dl h4 {font-size: 18px;margin-top: 18px;color: #2f4050;}
.solve_list li dl p {color: #999;line-height: 22px;padding: 0 32px;margin-top: 12px;}
.solve_list li dl button {margin-top: 24px;}

.b_block3{background: url(../images/bg-wrapper-3.jpg) no-repeat center 0;height: 680px;}
.cjwt_list ul{margin: -15px;}
.cjwt_list li{width: 50%;float: left;padding:15px;}
.cjwt_list li .cnt{background-color:#fff;padding:40px 32px 32px;overflow:hidden;box-shadow:0 2px 10px 0 rgb(116 116 116 / 10%);position:relative}
.cjwt_list li .cnt dt{font-size:16px;line-height:26px;color:#30c8c6}
.cjwt_list li .cnt dd{line-height:30px;color:#333;margin-top:12px}
.cjwt_list li .cnt em{background:linear-gradient(to right,#59c3c3,#10bbb8);width:24px;height:24px;line-height:24px;font-family:Raleway;font-size:14px;text-align:center;display:inline-block;margin-right:10px;color:#fff;font-style: normal;}
.cjwt_list li .cnt dd em{background:linear-gradient(to right,#ff9a05,#ff6c00)}
.cjwt_list li .cnt i{position:absolute;left:-1px;top:-1px;color:#10bbb8;font-size:20px}
.cjwt_list li .cnt i:last-child{left:auto;top:auto;right:0;bottom:-3px}

.business_detail_body{background: #EDF0F1;}
.business_detail_main_box{background: url(../images/business_top_pic.jpg) no-repeat top center;min-height: 280px;}
.business_detail_main_box>.wrap{width: 1280px;}
.business_detail_main_box .filter_top{padding-top: 40px;padding-bottom: 20px;}
.business_detail_main_box .filter_top.espic .breadbox{float:none;}

.business_detail_left{width: 290px;}
.business_detail_right{width: 990px;}

.business_detail_left_nav{font-size: 16px;background: #fff;}
.business_detail_left_nav>li{margin-bottom: 1px;}
.business_detail_left_nav>li>a{display: block;height: 50px;line-height: 50px;color:#fff;background: #D6B376;padding-left: 63px;position: relative;}
.business_detail_left_nav>li>a .icon1{display: block;width: 30px;height: 30px;position: absolute;top: 50%;margin-top: -15px;left: 20px;}
.business_detail_left_nav>li>a .icon2{display: block;width: 10px;height: 10px;background: url(../images/icon_down.png) no-repeat center;position: absolute;top: 50%;margin-top: -5px;right: 20px;}
.business_detail_left_nav>li.item1>a .icon1{background: url(../images/icon_cat1.png) no-repeat center;}
.business_detail_left_nav>li.item2>a .icon1{background: url(../images/icon_cat2.png) no-repeat center;}
.business_detail_left_nav>li.item3>a .icon1{background: url(../images/icon_cat3.png) no-repeat center;}
/*.business_detail_left_nav>li>a:hover .icon2,*/
.business_detail_left_nav>.active>a .icon2{background: url(../images/icon_up.png) no-repeat center;}
.business_detail_left_nav>.active>a>span,
.business_detail_left_nav>li>a:hover>span{}
.business_detail_left_nav li .submenu{display: none;overflow: hidden;font-size: 14px;}
.business_detail_left_nav li .submenu li{height: 40px;}
.business_detail_left_nav li .submenu li a{display: block;line-height: 40px;padding-left: 63px;color:#333;background: no-repeat 35px center transparent;}
.business_detail_left_nav li .submenu li a.active,
.business_detail_left_nav li .submenu li a:hover{background:url(../images/icon_right.png) no-repeat 35px center #EFF3F7;font-weight: bold;}
.business_detail_left_nav>.active .submenu{display: block;}

.business_detail_right .brand_changjian_wenti ul{margin:-10px;}
.business_detail_right .brand_changjian_wenti li a{margin: 10px;}
.business_detail_right .weishenmexuanze ul{margin: -10px;}
.business_detail_right .weishenmexuanze .item{margin-left: 10px;margin-right: 10px;}
.business_detail_right .brand_body .brand_body_tabs{width: 990px;}
.business_detail_right .brand_body .brand_body_tabs.fixedtop{left:auto;right:50%;margin-left: auto;margin-right: -640px;}
.business_detail_right .brand_body .brand_body_tabs.fixedbt{left:auto;right:50%;margin-left: auto;margin-right: -640px;}
.business_detail_right .brand-body__content .brand_body_part{margin-bottom: 15px;padding-bottom: 40px;}
.business_detail_right .brand_body_part .brand_body_title{padding:35px 0 20px;}
.business_page_con{padding:5px 0;line-height:2.4;color:#4D4D4D;font-size: 14px;overflow: hidden;text-align: justify;}
.business_page_con p{margin:0 0 15px!important;text-indent: 2em;}

.business_detail_info{background: #fff;padding:30px 30px 60px;position: relative;border-bottom: 1px solid #e6e6e6;}
.business_detail_tit{border-bottom: 1px solid #EFF3F7;position: relative;padding-bottom: 10px;}
.business_detail_tit h1{font-size: 30px;font-weight: normal;color:#333;line-height: 1.4;}
.business_detail_tit .tip{font-size: 12px;color:#999;position: absolute;bottom: 10px;right: 0;line-height: 1;}
.business_detail_desc{text-indent: 2em;padding:25px 0;line-height: 2.4;}
.business_detail_zixun{position: absolute;bottom: 0;left: 0;width: 100%;line-height: 1;padding-bottom: 30px;}
.business_detail_zixun .desc{color:#979C9B;padding-left: 30px;}
.business_detail_zixun .icon{}
.business_detail_zixun .tit{margin-left: 5px;}
.business_detail_zixun .line{height: 20px;width: 1px;background: #e6e6e6;margin:0 25px;}
.business_detail_zixun .btn{width: 150px;line-height: 45px;text-align: center;color:#fff;background: #F44444;font-size: 16px;border-radius: 3px;position: absolute;right: 30px;bottom: 20px;}

/*2022-07-02*/
.main-right .sticky{top:80px;}
.brand_body .brand_body_tabs.fixedtop{top: 80px;}

.same_name_box{position: absolute;transition: 0.3s;right: 30px;top:273px;}
.same_name_box .same_name{display: block;width: 62px;height: 22px;font-size: 12px;color: #9da1ae;text-align: center;font-weight: 400;line-height: 22px;border: 1px solid #9da1ae;border-radius: 2px;cursor: pointer;}
.list_body_each:hover .same_name_box {
    transform: translate(0,-20px);
}

.is_same_name_box{display: inline;}
#is_same_name{-webkit-appearance:auto;margin-top: -2px;}

.cate_body #main_container{background: url(../images/cate_body_bg.png) no-repeat #fff top center;}
.cate_body #main_container.min-w{min-width: 1280px;}
.cate_main_wrap{width: 1280px;}
.cat_search_box{text-align: center;padding:100px 0;}
.cat_search_box .tit{font-size: 36px;color:#fff;font-weight: bold;}
.cat_search_box .tit span{color:#86E214;}
.cat_search_box .con{text-align: center;font-size: 14px;color: #fff;padding: 15px 0 40px;}
.cat_search_box .con span {color: #FFF425;}
.cat_search_box .desc{color:#fff;}
.cat_search_box .desc .left{width: 139px;height: 7px;background: url(../images/search_icon_bg_left.png) no-repeat center;}
.cat_search_box .desc .text{font-size: 20px;margin:0 15px;}
.cat_search_box .desc .right{width: 139px;height: 7px;background: url(../images/search_icon_bg_right.png) no-repeat center;}

.sprites {display: inline-block;}
.bg-search_btn {width: 17px;height: 17px;background: url(../images/css_sprites.png) -197px -286px;}
.bg-search_tobuy {width: 19px;height: 19px;background: url(../images/css_sprites.png) -29px -235px;}
.bg-icon_01 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -269px -3px;}
.bg-icon_02 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -269px -41px;}
.bg-icon_03 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -269px -79px;}
.bg-icon_04 {width: 32px; height: 33px;background: url('../images/css_sprites.png') -3px -120px;}
.bg-icon_05 {width: 32px; height: 33px;background: url('../images/css_sprites.png') -3px -3px;}
.bg-icon_06 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -41px -120px;}
.bg-icon_07 {width: 32px; height: 33px;background: url('../images/css_sprites.png') -41px -3px;}
.bg-icon_08 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -79px -120px;}
.bg-icon_09 {width: 32px; height: 33px;background: url('../images/css_sprites.png') -79px -3px;}
.bg-icon_10 {width: 32px; height: 33px;background: url('../images/css_sprites.png') -3px -42px;}
.bg-icon_11 {width: 32px; height: 33px;background: url('../images/css_sprites.png') -41px -42px;}
.bg-icon_12 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -117px -120px;}
.bg-icon_13 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -231px -197px;}
.bg-icon_14 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -155px -120px;}
.bg-icon_15 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -193px -3px;}
.bg-icon_16 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -193px -41px;}
.bg-icon_17 {width: 32px; height: 33px;background: url('../images/css_sprites.png') -79px -42px;}
.bg-icon_18 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -193px -79px;}
.bg-icon_19 {width: 32px; height: 33px;background: url('../images/css_sprites.png') -117px -3px;}
.bg-icon_20 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -193px -117px;}
.bg-icon_21 {width: 32px; height: 33px;background: url('../images/css_sprites.png') -117px -42px;}
.bg-icon_22 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -3px -159px;}
.bg-icon_23 {width: 32px; height: 33px;background: url('../images/css_sprites.png') -3px -81px;}
.bg-icon_24 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -41px -159px;}
.bg-icon_25 {width: 32px; height: 33px;background: url('../images/css_sprites.png') -41px -81px;}
.bg-icon_26 {width: 32px; height: 33px;background: url('../images/css_sprites.png') -79px -81px;}
.bg-icon_27 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -79px -159px;}
.bg-icon_28 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -117px -159px;}
.bg-icon_29 {width: 32px; height: 33px;background: url('../images/css_sprites.png') -117px -81px;}
.bg-icon_30 {width: 32px; height: 33px;background: url('../images/css_sprites.png') -155px -3px;}
.bg-icon_31 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -155px -159px;}
.bg-icon_32 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -193px -159px;}
.bg-icon_33 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -231px -3px;}
.bg-icon_34 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -231px -41px;}
.bg-icon_35 {width: 32px; height: 33px;background: url('../images/css_sprites.png') -155px -42px;}
.bg-icon_36 {width: 32px; height: 33px;background: url('../images/css_sprites.png') -155px -81px;}
.bg-icon_37 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -231px -79px;}
.bg-icon_38 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -231px -117px;}
.bg-icon_39 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -231px -155px;}
.bg-icon_40 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -3px -197px;}
.bg-icon_41 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -41px -197px;}
.bg-icon_42 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -79px -197px;}
.bg-icon_43 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -117px -197px;}
.bg-icon_44 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -155px -197px;}
.bg-icon_45 {width: 32px; height: 32px;background: url('../images/css_sprites.png') -193px -197px;}
.bg-icon_ckxq {width: 17px; height: 18px;background: url('../images/css_sprites.png') -151px -286px;}
.bg-icon_dpxq {width: 18px; height: 18px;background: url('../images/css_sprites.png') -307px -153px;}
.bg-icon_qqlx {width: 17px; height: 18px;background: url('../images/css_sprites.png') -174px -286px;}
.bg-icon_sbfl {width: 21px; height: 21px;background: url('../images/css_sprites.png') -269px -165px;}
.bg-icon_search {width: 15px; height: 15px;background: url('../images/css_sprites.png') -331px -74px;}
.bg-icon1 {width: 15px; height: 14px;background: url('../images/css_sprites.png') -331px -115px;}
.bg-icon3 {width: 11px; height: 7px;background: url('../images/css_sprites.png') -331px -254px;}
.bg-icon4 {width: 12px; height: 14px;background: url('../images/css_sprites.png') -331px -234px;}
.bg-icon7 {width: 13px; height: 13px;background: url('../images/css_sprites.png') -331px -196px;}
.bg-icon8 {width: 13px; height: 14px;background: url('../images/css_sprites.png') -331px -176px;}
.bg-icon19 {width: 18px; height: 18px;background: url('../images/css_sprites.png') -307px -177px;}
.bg-icon19_h {width: 14px; height: 14px;background: url('../images/css_sprites.png') -331px -135px;}
.bg-img_left {width: 25px; height: 18px;background: url('../images/css_sprites.png') -269px -117px;}
.bg-img_right {width: 25px; height: 18px;background: url('../images/css_sprites.png') -269px -141px;}
.bg-search_fl {width: 21px; height: 20px;background: url('../images/css_sprites.png') -269px -192px;}
.bg-ts1 {width: 16px; height: 17px;background: url('../images/css_sprites.png') -331px -3px;}
.bg-ts2 {width: 20px; height: 18px;background: url('../images/css_sprites.png') -128px -261px;}
.bg-icon6 {width: 17px; height: 17px;background: url('../images/css_sprites.png') -220px -286px;}
.bg-ts3 {width: 19px; height: 18px;background: url('../images/css_sprites.png') -154px -261px;}
.bg-ts4 {width: 19px; height: 18px;background: url('../images/css_sprites.png') -179px -261px;}
.bg-ts5 {width: 19px; height: 18px;background: url('../images/css_sprites.png') -204px -261px;}
.bg-ts6 {width: 18px; height: 18px;background: url('../images/css_sprites.png') -307px -201px;}
.bg-ts7 {width: 18px; height: 18px;background: url('../images/css_sprites.png') -307px -225px;}
.bg-ts8 {width: 18px; height: 18px;background: url('../images/css_sprites.png') -307px -249px;}
.bg-ts9 {width: 19px; height: 18px;background: url('../images/css_sprites.png') -229px -261px;}
.bg-ts10 {width: 19px; height: 19px;background: url('../images/css_sprites.png') -54px -235px;}
.bg-ts11 {width: 19px; height: 19px;background: url('../images/css_sprites.png') -79px -235px;}
.bg-ts12 {width: 19px; height: 19px;background: url('../images/css_sprites.png') -104px -235px;}
.bg-ts13 {width: 19px; height: 19px;background: url('../images/css_sprites.png') -129px -235px;}
.bg-ts14 {width: 19px; height: 19px;background: url('../images/css_sprites.png') -154px -235px;}
.bg-ts15 {width: 18px; height: 19px;background: url('../images/css_sprites.png') -307px -3px;}
.bg-ts16 {width: 18px; height: 19px;background: url('../images/css_sprites.png') -307px -28px;}
.bg-icon9kf {width: 20px; height: 20px;background: url('../images/css_sprites.png') -3px -235px;}
.bg-ts17 {width: 18px; height: 19px;background: url('../images/css_sprites.png') -307px -53px;}
.bg-ts18 {width: 19px; height: 19px;background: url('../images/css_sprites.png') -179px -235px;}
.bg-ts19 {width: 19px; height: 19px;background: url('../images/css_sprites.png') -204px -235px;}
.bg-ts20 {width: 19px; height: 19px;background: url('../images/css_sprites.png') -229px -235px;}
.bg-ts21 {width: 19px; height: 19px;background: url('../images/css_sprites.png') -254px -235px;}
.bg-ts22 {width: 19px; height: 19px;background: url('../images/css_sprites.png') -279px -235px;}
.bg-ts23 {width: 19px; height: 19px;background: url('../images/css_sprites.png') -3px -261px;}
.bg-ts24 {width: 18px; height: 19px;background: url('../images/css_sprites.png') -307px -78px;}
.bg-ts25 {width: 18px; height: 19px;background: url('../images/css_sprites.png') -307px -103px;}
.bg-ts26 {width: 18px; height: 19px;background: url('../images/css_sprites.png') -307px -128px;}
.bg-ts27 {width: 19px; height: 19px;background: url('../images/css_sprites.png') -28px -261px;}
.bg-ts28 {width: 19px; height: 18px;background: url('../images/css_sprites.png') -254px -261px;}
.bg-ts29 {width: 19px; height: 18px;background: url('../images/css_sprites.png') -279px -261px;}
.bg-ts30 {width: 19px; height: 18px;background: url('../images/css_sprites.png') -3px -286px;}
.bg-ts31 {width: 19px; height: 18px;background: url('../images/css_sprites.png') -28px -286px;}
.bg-ts32 {width: 19px; height: 18px;background: url('../images/css_sprites.png') -53px -286px;}
.bg-ts33 {width: 18px; height: 18px;background: url('../images/css_sprites.png') -103px -286px;}
.bg-ts34 {width: 13px; height: 15px;background: url('../images/css_sprites.png') -331px -155px;}
.bg-ts35 {width: 18px; height: 18px;background: url('../images/css_sprites.png') -127px -286px;}
.bg-ts36 {width: 19px; height: 18px;background: url('../images/css_sprites.png') -78px -286px;}
.bg-ts37 {width: 19px; height: 19px;background: url('../images/css_sprites.png') -53px -261px;}
.bg-ts38 {width: 19px; height: 19px;background: url('../images/css_sprites.png') -78px -261px;}
.bg-ts39 {width: 19px; height: 19px;background: url('../images/css_sprites.png') -103px -261px;}
.bg-icon2 {width: 1px; height: 4px;background: url('../images/css_sprites.png') -331px -267px;}
.bg-ts40 {width: 18px; height: 16px;background: url('../images/css_sprites.png') -243px -286px;}
.bg-ts41 {width: 17px; height: 15px;background: url('../images/css_sprites.png') -291px -286px;}
.bg-ts42 {width: 16px; height: 14px;background: url('../images/css_sprites.png') -331px -95px;}
.bg-ts43 {width: 14px; height: 19px;background: url('../images/css_sprites.png') -331px -49px;}
.bg-ts44 {width: 16px; height: 17px;background: url('../images/css_sprites.png') -331px -26px;}
.bg-ts45 {width: 18px; height: 16px;background: url('../images/css_sprites.png') -267px -286px;}
.bg-i15 {width: 13px; height: 13px;background: url('../images/css_sprites.png') -331px -215px;}

.catsearch_form{border-radius: 4px;display: table;margin: 30px auto 0;}
.search_inp{width: 696px;height: 56px;position: relative;background: url(../images/search_fl.png) #fff no-repeat 28px 19px;display: inline-block;}
.search_inp input{float: left;width: 546px;height: 56px;padding-left: 73px;font-size: 15px;color: #787878;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.search_inp .search_inp_a{float: right;width: 150px;height: 56px;line-height: 56px;text-align: center;background: linear-gradient(101deg, #FF854B 0%, #FF953D 100%);font-size: 16px;color: #fff;}
.search_inp .search_inp_a i,.to_buybrand i{vertical-align: -2px;margin-right:2px;}
.to_buybrand i{vertical-align: -4px;margin-right: 7px;}
.catsearch_form .to_buybrand{width: 170px;height: 56px;display: inline-block;vertical-align: top;line-height: 56px;text-align: center;font-size: 16px;color: #FFFFFF;margin-left: 10px;background: #0556CB;}

.catlist{width: 1280px;margin: 0 auto;position: relative;padding-top: 4px;background: #fff;}
.catclass{width: 1280px;margin: 0 auto;padding: 25px 36px 33px;}
.catclass::after{content: "";display: block;clear: both;zoom: 1;}
.catclass li{float: left;margin: 5px 7px;padding-top: 17px;text-align: center;transition: all 0.3s;-webkit-transition: all 0.3s;width: 120px;height: 134px;background: #FFFFFF;}
.catclass li:hover{box-shadow: 0 2px 20px 0 rgb(184 188 204 / 40%);-webkit-box-shadow: 0 2px 20px 0 rgb(184 188 204 / 40%);}
.catclass li > a{display: block;height: 90px;overflow: hidden;position: relative;padding-top: 21px;}
.catclass li .bg-icon4{position: absolute;top: 0px;right: 10px;}
.catclass li span{display: block;width:42px; height:42px; margin: 11px auto 5px;}
.catclass li p{font-size: 14px;color: #2E2F33;}

.cate_search_body #main_container{background: url(../images/cate_detail_body_bg.png) no-repeat #D6E6F4 top center;padding-bottom: 30px;}
.cate_search_body #main_container.min-w{min-width: 1280px;}
.cate_detail_body #main_container{background: url(../images/cate_detail_body_bg.png) no-repeat #D6E6F4 top center;padding-bottom: 30px;}
.cate_detail_body #main_container.min-w{min-width: 1280px;}

.detail_cat_list{overflow: hidden;background: rgba(85,85,85,0.3);border-radius: 7px;}
.detail_cat_list ul{overflow: hidden;padding:20px;}
.detail_cat_list li{float: left;padding:5px 8px;}
.detail_cat_list li a{display: block;width: 120px;line-height: 35px;text-align: center;color:#fff;border-radius: 3px;}
.detail_cat_list li a.on,
.detail_cat_list li a:hover{background: #CEA050;}

.cate_detail_body .cat_search_box{padding-bottom: 50px;}
.detail_cat_box{background: #fff;border-radius: 7px;overflow: hidden;margin-top: 20px;}
.detail_cat_tit{padding:18px 20px 14px;position: relative;}
.detail_cat_tit::after{display: block;content:'';position: absolute;bottom: 0;left: 0;width: 100%;height: 2px;background: linear-gradient(90deg,#8f98a5,#bec5d1);}
.detail_cat_tit .tit{position: relative;font-size: 20px;color:#333;padding-left: 20px;}
.detail_cat_tit .tit::before{display: block;content:'';width: 5px;height: 26px;position: absolute;left: 0;top:50%;margin-top: -13px;background: #CEA050;}
.detail_cat_tit .btn{width: 130px;height: 36px;line-height: 36px;text-align: center;font-size: 12px;color: #fff;background: #0556CB;}
.detail_cat_tit .btn i {vertical-align: -5px;margin-right: 7px;}
.detail_catleft{width: 610px;min-height: 200px;position: relative;border-right: 1px solid #ccc;}
/*.detail_catleft::after{display: block;content:'';position: absolute;top: 0;right: 0;bottom:0;width:2px;background: linear-gradient(180deg,#8f98a5,#9CA8BA);}*/
.detail_catright{width: 670px;}
.detail_catleft_con{padding:30px 40px 50px;}
.detail_catright_con{padding:30px 40px 50px;}

.detail_catright_con .tit{font-size: 16px;color:#333;margin-bottom: 10px;font-weight: bold;}
.detail_catright_con .con{color:#666;}

.detail_catleft_list{}
.detail_catleft_list li{padding:5px 0;}
.detail_catleft_list a{font-size: 14px;font-weight: bold;display: block;position: relative;line-height: 22px;padding-left: 76px;}
.detail_catleft_list a .similar{display: block;position: absolute;top: 0;left: 0;}
.detail_catleft_list a:hover,
.detail_catleft_list a.on{color:#DC0000;}

.cate_search_body .cat_search_box{padding-bottom: 50px;}
.cate_search_box{background: #fff;border-radius: 7px;overflow: hidden;margin-top: 20px;}
.cate_search_tit{padding:18px 20px 14px;position: relative;}
.cate_search_tit::after{display: block;content:'';position: absolute;bottom: 0;left: 0;width: 100%;height: 2px;background: linear-gradient(90deg,#8f98a5,#bec5d1);}
.cate_search_tit .tit{position: relative;font-size: 20px;color:#333;padding-left: 20px;}
.cate_search_tit .tit::before{display: block;content:'';width: 5px;height: 26px;position: absolute;left: 0;top:50%;margin-top: -13px;background: #CEA050;}
.cate_search_tit .tit span{color: #F23110;}

.tstips {font-size: 13px;color: #575757;}
.tstips i{vertical-align: -2px;margin-right: 8px;}
.tstips a {font-size: 13px;color: #0556CB;text-decoration: underline;}

.cate_search_list{padding:0 50px;}
.cate_search_list li{padding: 35px 0;position: relative;border-bottom: 1px solid #eee;}
.cate_search_list li .tit{font-size: 16px;color: #333;line-height: 30px;font-weight: bold;text-indent: -8px;}
.cate_search_list li .con{font-size: 12px;color: #707070;text-align: justify;line-height: 24px;padding-top: 13px;}
.cate_search_list li .more{display: block;width: 95px;line-height: 30px;text-align: center;font-size: 12px;color: #fff;background: #0556CB;position: absolute;right: 0px;top:30px;display: none;}

.layui-layer .layui-layer-btn .layui-layer-btn0 {border-color: #f44444;background-color: #f44444;color: #fff;}

.process_slide{position: relative;padding:0 55px;margin-left: -20px;margin-right: -20px;}
.process_slide .swiper-button{color:#777;}
.process_slide-container:before{position: absolute;top: 50%;right: 0;left: 0;border-top: 1px solid #C7C7C7;content: '';}
.process_slide-container{padding-left: 30px;padding-right: 30px;}
.process_slide li{ position:relative; width:253px; height:450px; margin-right:31px;}
.process_slide li .item{position:absolute;right:-30px;top:50%;margin-top: 39px;left:-30px;min-height: 55px;padding:44px 0 0 0;background-color:#f5f5f5;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;}
.process_slide li .item:before{ position:absolute; top:-49px; left:50%; width:20px; height:20px; overflow:hidden; margin-left:-10px; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; background-color:rgba(218,183,101,.6); content:'';}
.process_slide li .item:after{ position:absolute; top:-45px; left:50%; width:12px; height:12px; overflow:hidden; margin-left:-6px; -webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%; background-color:#DAB765; content:'';}
.process_slide li:nth-child(even) .item{ top:auto; bottom:50%; padding:0 0 44px;margin-top: auto;margin-bottom: 39px;}
.process_slide li:nth-child(even) .item:before{ top:auto; bottom:-49px;}
.process_slide li:nth-child(even) .item:after{ top:auto; bottom:-45px;}
.process_slide li .item:hover{ background-color:#DAB765;}
.process_slide li .item h3{position:absolute;top:0;right:0;left:0;height:44px;line-height:44px;margin:0;font-size: 16px;font-weight:400;color: #999;text-align:center;background-color: #eee;-webkit-transition:all .2s ease;-moz-transition:all .2s ease;-ms-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease;}
.process_slide li .item:hover{}
.process_slide li .item h3:before{ position:absolute; bottom:100%; left:50%; margin-left:-9px; border-width:0 9px 18px; border-style:solid; border-color:transparent transparent #E2E2E2; content:'';}
.process_slide li:nth-child(even) .item h3{ top:auto; bottom:0;}
.process_slide li:nth-child(even) .item h3:before{ top:100%; bottom:auto; border-width:18px 9px 0; border-color:#E2E2E2 transparent transparent;}
.process_slide li .item .desc{line-height:24px;padding:20px 25px;font-size: 14px;color: #666;}
.process_slide li .item:hover .desc{ color:#ffffff;}
.process_slide li .item .desc p{ margin:0;}