﻿/*头部*/
.header{
    width:100%;
    height:40px;
    background:#3996ec;
    position: relative;
    z-index: 10;
}
.main{
    width:1190px;
    line-height:40px;
    margin:0 auto;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    line-height:40px;
}
.header .main .header_left{
    float:left;
    color:#fff;
}
.header .main>.header_nav{
    display:inline-block;
    float:right;
}
.header .main>.header_nav>li{
    float:left;
    position:relative;
}
.header .main>.header_nav>li>a{
    color:#fff;
    padding:0 10px;
}
.header .main>.header_nav>li ul{
    display:none;
    overflow:hidden;
    background:#3996ec;
    position:absolute;
    top:40px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    color:#fff;
    text-align:center;
    padding:0 10px 10px 10px;
    line-height:25px;
}
.header .main>.header_nav>li ul a{
    color:#fff;
}
.person_center{
    width:270px; 
    left:0;
}
.person_center th{
    width:90px;
}
.person_collect{
    width:100px; 
    left:0;   
}
.person_web{
    width:400px; 
    right:0!important;   
}
.person_web .person_web_nav{
    width:100%;
    overflow:hidden;
    clear:both;
}
.person_web .person_web_nav .person_web_left{
    width:90px;
    float:left;
}
.person_web .person_web_nav .person_web_right{
    width:290px;
    float:left;
    text-align:left;
}
.person_web .person_web_nav .person_web_right a{
    display:inline-block;
    padding:0 10px;
}
.header .main>.header_nav>li>a:hover,
.header .main>.header_nav>li ul a:hover{
    color:#000;
}
.header .main>.header_nav>li:hover ul{
    display:block;
}
/*头部导航*/
.top_nav{
    width:100%;
    height:60px;
    background:#3996ec;
    line-height:60px;
}
.top_nav>.w1190{
    margin:0 auto;
    height:60px;
}
.top_nav>.w1190>a{
    height:60px;
    padding:;
    display:inline-block;
    font-size:14px;
    color:#fff;
    text-align:center;
    padding:0 20px;
}
.top_nav>.w1190>span{
    display:inline-block;
    width:200px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:0 10px;
    font-size:16px;
    text-align:left;
    background:#f8800a;
    color:#fff;
    position:relative;
}
.top_nav .w1190>span>i{
    float:right;
    vertical-align:middle;
}
.top_nav .w1190>a.active{
    color:#6a3500;
}
.top_nav .w1190>span:hover>ul{
    display:block;
}
.top_nav .w1190>span>ul{
    position:absolute;
    top:60px;
    left:0;
    z-index:1000;
    width:200px;
    height:500px;
    background:#ff5931;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    display:none;
}
.top_nav .w1190>span>ul li{
    width:200px;
}
.top_nav .w1190>span>ul>li>p{
    line-height:36px;
    text-align:center;
    position:relative;
}
.top_nav .w1190>span>ul>li>p:before{
    content:"";
    width:100%;
    border-top:1px dashed #ef350e;
    position:absolute;
    top:18px;
    left:0;
}
.top_nav .w1190>span>ul>li>p>span{
    width:50%;
    height:36px;
    display:inline-block;
    line-height:36px;
    font-size:14px;
    color:#fffac0;
    background:#ff5931;
    position:relative;
    z-index:0;
}
.top_nav .w1190>span>ul>li .hover_menu{
    width:100%;
    padding-left:5px;
    line-height:22px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    transition: all .4s ease 0s;
}
.top_nav .w1190>span>ul>li .hover_menu a{
    font-size:12px;
    color:#fff;
    padding:0 4px;
}
.top_nav .w1190>span>ul>li .hover_menu i{
    color:#fff;
    display:inline-block;
    display:none;
    float:right;
    margin:2px 0 0 0;
}
.top_nav .w1190>span>ul>li .hover_menu:hover{
    padding-left:0;
    background:#fff;
}
.top_nav .w1190>span>ul>li .hover_menu:hover>a{
    color:#3996ec;
}
.top_nav .w1190>span>ul>li .hover_menu:hover i{
    display:block;
    color:#3996ec;
}
.top_nav .w1190>span>ul>li>.hover_menu>.hover_list{
    position: absolute;
    top: 0;
    left: 200px;
    z-index: 100;
    width: 719px;
    height: 498px;
    background: #fff;
    border: 1px solid #3996ec;
    border-left: none;
    display: none;
    color:#666;
    overflow:hidden;
}
.top_nav .w1190>span>ul>li>.hover_menu>.hover_list p a{
    background:#3996ec;
    display:inline-block;
    color:#fff;
    line-height:24px;
    padding:0 15px;
    margin:20px 0 0 20px;
}
.top_nav .w1190>span>ul>li>.hover_menu>.hover_list table th a{
    width:84px;
    position:relative;
    top:0;
    color:#000;
    padding:0 0 0 10px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.top_nav .w1190>span>ul>li>.hover_menu>.hover_list table tr a{
    color: #666;
    display: inline-block;
    margin: 0 10px 10px 0;
}
.top_nav .w1190>span>ul>li>.hover_menu>.hover_list table tr a.active{
    color: #3996ec;
}
.top_nav .w1190>span>ul>li>.hover_menu:hover .hover_list{
    display: block;
}
.top_nav .w1190 .h_pinpairuzhu{
    width:200px;
    height:60px;
    background:#f8800a;
    color:#fff;
    margin:0;
    padding:0;
    font-size:20px;
}
.top_nav .w1190 .h_pinpairuzhu i{
    font-size:25px;
    margin:0 8px;
}
/*头部搜索*/
.header_zoc{
    height:130px;
    clear:both;
}
.header_zoc .left{
    width:245px;
    height:130px;
    float:left;
}
.header_zoc .left img{
    display:block;
    height:56px;
    margin:37px auto;
}
.header_zoc .h_center{
    width:700px;
}
.header_zoc .h_center p{
    line-height:30px;
}
.header_zoc .h_center p a{
    font-size:12px;
    margin:0 15px 0 0;
}
.header_zoc .h_center p a.active{
    color:#3996ec;
}
.header_zoc .center{
    width:698px;
    height:54px;
    border:1px solid #ddd;
    border-radius:4px;
    float:left;
    margin:37px 0 0 0;
}
/*下拉框*/
.header_zoc .center .h_select{
    width:80px;
    height:54px;
    float:left;
    position:relative;
}
.header_zoc .center .h_select p{
    width:60px;
    padding:0 0 0 10px;
    line-height:54px;
    background:url('../image/xia.png') no-repeat right center;
    background-size:20px 20px;
}
.header_zoc .center .h_select ul{
    width:70px;
    padding:0 0 0 10px;
    line-height:30px;
    border:1px solid #ddd;
    border-top:none;
    position:absolute;
    top:55px;
    left:0;
    display:none;
    background:#fff;
}
/*搜索框*/
.header_zoc .center input{
    width:527px;
    height:32px;
    border:none;
    border-left:1px solid #ddd;
    float:left;
    position:relative;
    margin:11px 0;
    padding:0 0 0 10px;
    line-height:32px;
}
.header_zoc .center button{
    width:80px;
    height:54px;
    border:none;
    float:left;
    background:#3996ec;
    color:#fff;
}
.header_zoc .center button i{
    font-size:28px;
}
.header_zoc .right{
    width:245px;
    height:130px;
    float:left;
}
.header_zoc .right button{
    display:block;
    width:156px;
    height:52px;
    border:2px solid #3996ec;
    background:#fff;
    color:#3996ec;
    border-radius:4px;
    font-size:16px;
    font-weight:600;
    margin:37px auto;
}
.pinpai_index{
    width:100%;
    overflow:hidden;
}
.pinpai_index>.click_change{
    width:100%;
    text-align:center;
}
.pinpai_index>.click_change>a{
    display:block;
    float:left;
    width:50%;
    height:48px;
    line-height:48px;
    border-top:2px solid #e9e9e9;
    background:#f8f8f8;
    color:#333;
    font-size:16px;
}
.pinpai_index>.click_change>a.active{
    background:#ffeccb;
    border-top:2px solid #3996ec;
    color:#3996ec;
}
.pinpai_index>.changed{
    width:100%;
}
.pinpai_index>.changed .changed_list{
    width:100%;
}
.pinpai_index>.changed .changed_list li{
    width:119px;
    float:left;
    text-align:center;
    height: 68px;
	
}
.pinpai_index>.changed .changed_list li img{
    width:100%;
    display:block;
}
.pinpai_index>.changed .changed_list li label{
    width:100%;
    line-height:30px;
    font-size:14px;
    margin:0 0 20px 0;
}
.pinpai_index>.changed .changed_list .pinpai_remen_list>p{
    width:1170px;
    padding:20px 10px;
    line-height:40px;
    font-size:18px;
    color:#333;
    overflow:hidden;
}
.pinpai_index>.changed .changed_list .pinpai_remen_list>p a{
    font-size:12px;
    color:#999;
}
.pinpai_index>.changed .changed_list .product_fenlei_h>p{
    width:100%;
    height:60px;
    position:relative;
    text-align:center;
    overflow:hidden;
    padding:30px 0;
}
.pinpai_index>.changed .changed_list .product_fenlei_h>p img{
    position:absolute;
    top:40px;
    left:0;
}
.pinpai_index>.changed .changed_list .product_fenlei_h>p span{
    font-size:24px;
    color:#f8800a
}
.pinpai_index>.changed .changed_list .product_fenlei_h>p label{
    font-size:14px;
    color:#999;
    line-height:29px;
}
.pinpai_index>.changed .changed_list .product_fenlei_h dl{
    width:100%;
    overflow:hidden;
    line-height:40px;
    font-size:16px;
    overflow:hidden;
    margin:0 0 20px 0;
}
.product_fenlei_h dl dt{
    width:100px;
    float:left;
    font-weight:bold;
    color:#333;
}
.product_fenlei_h dl dd{
    width:1090px;
    float:left;
}
.product_fenlei_h dl dd a{
    display:inline-block;
    margin:0 20px 0 0;
    color:#666;
}
.zimu{
    width:1190px;
    overflow:hidden;
    padding-bottom: 30px;
}
.zimu .zimu_btn{
    width:100%;
    overflow:hidden;
    padding:70px 0;
}
.zimu .zimu_btn a{
    display:block;
    float:left;
    font-size: 16px;
    color: #fff;
    background: #3996ec;
    padding: 5px 10px;
    margin-right: 12px;
    border-radius: 3px;
}
.zimu .zimu_btn a:hover{
    background:#ff5931;
}
.zimu .zimu_list{
    width:100%;
    padding-bottom: 5px;
}
.zimu .zimu_list p{
    height:40px;
    position:relative;
    border-bottom:1px solid #ddd;
    margin:20px 0 0 0;
}
.zimu .zimu_list p span{
    position: absolute;
    bottom: -1px;
    border-bottom: 2px solid #3996ec;
    font-size: 16px;
    color: #333;
    line-height: 35px;
    margin-left: 10px;
    padding: 0 10px;
    font-weight:bold;
}
.zimu .zimu_list p a{
    color: #666;
    font-size: 14px;
    margin-right: 20px;
    line-height:40px;
}
.zimu .zimu_list dl{
    width:100%;
    margin:20px 0 0 0;
    overflow:hidden;
}
.zimu .zimu_list dl a{
    width:125px;
    line-height:39px;
    padding:0 10px;
    font-size:14PX;
    float:left;
}
/*品牌介绍*/
.pinpai_jieshao{
}
.pinpai_jieshao>.left{
    width:925px;
}
.pinpai_jieshao>.left .three{
    width:100%;
    overflow:hidden;
}
.pinpai_jieshao>.left .three h2{
    display:block;
    width:100%;
    line-height:50px;
    font-size:16px;
    color:#656565;
}
.pinpai_jieshao>.left .three h2.special{
    color:#3996ec;
}
.pinpai_jieshao>.left .three h2.special span{ 
    margin-left: 10px;
}
 
.pinpai_jieshao>.left .three>p {
    color: #666666;
    font-size: 14px;
    line-height: 25px;
    text-align:justify;
}
.pinpai_jieshao>.left .three textarea{
    width:903px;
    border:1px solid #eee;
    height:198px;
    line-height:30px;
    padding:10px;
    border-radius:4px;
}
.pinpai_jieshao>.left .three button{
    float:right;
    width:130px;
    height:40px;
    border-radius:4px;
    background:#3996ec;
    color:#fff;
    font-size:16px;
    margin:20px 0 0 0;
}
.pinpai_jieshao>.left .three .four{
    width:903px;
    border:1px solid #eee;
    padding:10px;
}
.pinpai_jieshao>.left .three .four .comment{
    width:100%;
    overflow:hidden;
}
.pinpai_jieshao>.left .three .four .comment dl{
    width:100%;
    border-top:1px solid #eee;
    padding:20px 0;
    overflow:hidden;
}
.pinpai_jieshao>.left .three .four .comment dl:nth-of-type(1){
    border:none;
}
.pinpai_jieshao>.left .three .four .comment dl dt{
    width:60px;
    float:left;
}
.pinpai_jieshao>.left .three .four .comment dl dt img{
    width:60px;
    height:60px;
    display:block;
    border-radius:100%;
}
.pinpai_jieshao>.left .three .four .comment dl dd{
    width:calc(100% - 70px);
    float:left;
    padding:0 0 0 10px;
}
.pinpai_jieshao>.left .three .four .comment dl dd>p{
    display:block;
    width:100%;
    color:#c1c1c1;
    font-size:14px;
    line-height:30px;
}
.pinpai_jieshao>.left .three .four .comment dl dd>p label{
    color:#c1c1c1;
    font-size:12px;
}
.pinpai_jieshao>.left .three .four .comment dl dd>p span{
    color:#333;
    font-size:14px;
    margin:0 10px 0 0;
}
.pinpai_jieshao>.left .three .four .comment dl dd>span{
    color:#6b6b6b;
    line-height:30px;
    font-size:14px;
    display:block;
    width:80%;
}
.pinpai_jieshao>.left .two{
    width:100%;
    overflow:hidden;
}
.pinpai_jieshao>.left .two .click_change{
    width:100%;
    height:40px;
    background:#D5E8F9;
    line-height:40px;
}
.pinpai_jieshao>.left .two .click_change a{
    width:120px;
    height:40px;
    text-align:center;
    color:#666;
    font-size:14px;
}
.pinpai_jieshao>.left .two .click_change a.active{
    color:#fff;
    background:#3996ec;
}
.pinpai_jieshao>.left .two .changed{
    width:100%;
    overflow:hidden;
}
.pinpai_jieshao>.left .two .changed table{
    width:100%;
    border:1px solid #eee;
    margin:20px 0;
    line-height:40px;
}
.pinpai_jieshao>.left .two .changed table td{
    width:16%;
    text-align:center;
    border:1px solid #eee;
    color:#666;
}
.pinpai_jieshao>.left .two .changed table td.active{
    width:32%;
    text-align:left;
    padding:0 0 0 10px;
}
.pinpai_jieshao>.left .one{
    border:1px solid #eee;
}
.pinpai_jieshao>.left .one .h_bottom{
    border-top:1px solid #eee;
    padding:20px 0;
    overflow:hidden;
}
.pinpai_jieshao .left .one .h_bottom .left{
    width:198px;
    height:148px;
    border:1px solid #3996ec;
}
.pinpai_jieshao .left .one .h_bottom .left .pic{
    width:198px;
    height:148px;
    background:#fff;
}
.pinpai_jieshao .left .one .h_bottom .center{
    width:400px;
    height:150px;
}
.pinpai_jieshao .left .one .h_bottom .center span{
    color:#666;
    font-size:14px;
    padding:0 0 14px 0;
}
.pinpai_jieshao .left .one .h_bottom .center span i{
    color:#3996ec;
    margin:-3px 5px 0;
    vertical-align:middle;
}
.pinpai_jieshao .left .one .h_bottom .center p{
    width:390px;
    font-size:14px;
    line-height:40px;
    padding:0 0 0 10px;
    background: -webkit-linear-gradient(0deg, #fce6c2 0%, #fff 100%);
    background: -moz-linear-gradient(0deg, #fce6c2 0%, #fff 100%);
    background: -ms-linear-gradient(0deg, #fce6c2 0%, #fff 100%);
}
.pinpai_jieshao .left .one .h_bottom .center p a{
    color:#f8800a;
    font-size:14px;
    margin:0 5px;
}
.pinpai_jieshao .left .one .h_bottom .center>a{
    font-size:16px;
    color:#999;
    line-height:40px;
}
.pinpai_jieshao .left .one .h_bottom .center label{
    display:block;
    line-height:25px;
    padding:10px 0;
    color:#555;
}
.pinpai_jieshao .left .one .h_bottom .center h2{
    color:#3996ec;
    font-size:20px;
    line-height:40px;
}
.pinpai_jieshao .left .one .h_bottom .center table{
    width:400px;
    line-height:30px;
    margin:10px 0 0 0;
}
.pinpai_jieshao .left .one .h_bottom .center table td{
    width:200px;
}
.pinpai_jieshao .left .one .h_bottom .right{
    width:224px;
    height:150px;
    padding:0 19px;
    border-left:1px solid #3996ec;
}
.pinpai_jieshao .left .one .h_bottom .right>span{
    line-height:30px;
    text-align:center;
    width:100%;
    font-size:14px;
    color:#666;
}
.pinpai_jieshao .left .one .h_bottom .right>span a{
    margin:0 0 0 5px;
    color:#3996ec;
    font-size:14px;
}
.pinpai_jieshao .left .one .h_bottom .right p{
    width:100%;
    height:15px;
    line-height:15px;
}
.pinpai_jieshao .left .one .h_bottom .right p span{
    width:140px;
    height:10px;
    background:#eee;
    position:relative;
    margin:0 10px;
}
.pinpai_jieshao .left .one .h_bottom .right p span label{
    height:10px;
    background:#3996ec;
    position:absolute;
    top:0;
    left:0;
}
.pinpai_jieshao .left .one .h_bottom .right>label{
    line-height:40px;
    font-size:20px;
    padding:0 0 0 40px;
}
.pinpai_jieshao .left .one .h_bottom .right>label strong{

}
.pinpai_jieshao .left .one .h_bottom .right>label span{
    line-height:20px;
    padding:0 10px;
}
.pinpai_jieshao .left .one .h_bottom .right>label span .xingxing{
    color:#3996ec;
}

.pinpai_jieshao .left .one .h_bottom .right>label span a{
    color:#1a8cec;
}
.pinpai_jieshao .right{
    width:245px;
    margin-left:20px;
}
.pinpai_jieshao .right .h_top{
    width:243px;
    overflow:hidden;
    border:1px solid #eee;
    margin-bottom:10px;
}
.pinpai_jieshao .right .h_top>p{
    width:223px;
    padding:0 10px;
    border-bottom:1px solid #eee;
    line-height:39px;
    font-size:16px;
}
.pinpai_jieshao .right .h_top>p i{
    color:#3996ec;
    font-size:22px;
    margin:-5px 5px 0 0;
}
.pinpai_jieshao .right .h_top .pinpai_qiyepaihang{
    width:223px;
    overflow:hidden;
    margin:10px;
    line-height:30px;
}
.pinpai_jieshao .right .h_top .pinpai_qiyepaihang span{
    display:block;
    width:30px;
    height:30px;
    float:left;
}
.pinpai_jieshao .right .h_top .pinpai_qiyepaihang span img{
    width:30px;
    height:30px;
}
.pinpai_jieshao .right .h_top .pinpai_qiyepaihang span i{
    display:block;
    background:#ff8a00;
    width:18px;
    height:18px;
    border-radius:100%;
    line-height:18px;
    text-align:center;
    font-size:12px;
    color:#fff;
    margin:6px 0 0 6px;
    font-style:normal;
}
.pinpai_jieshao .right .h_top .pinpai_qiyepaihang li:nth-of-type(1) span i,
.pinpai_jieshao .right .h_top .pinpai_qiyepaihang li:nth-of-type(2) span i,
.pinpai_jieshao .right .h_top .pinpai_qiyepaihang li:nth-of-type(3) span i{
    display:none;
}
.pinpai_jieshao .right .h_top .pinpai_qiyepaihang li:nth-of-type(1) span{
    background:url(../../../../image/brand/rank1.png); 
}
.pinpai_jieshao .right .h_top .pinpai_qiyepaihang li:nth-of-type(2) span{
    background:url(../../../../image/brand/rank2.png); 
}
.pinpai_jieshao .right .h_top .pinpai_qiyepaihang li:nth-of-type(3) span{
    background:url(../../../../image/brand/rank3.png); 
}
.pinpai_jieshao .right .h_top .pinpai_qiyepaihang li:nth-of-type(1) span,
.pinpai_jieshao .right .h_top .pinpai_qiyepaihang li:nth-of-type(2) span,
.pinpai_jieshao .right .h_top .pinpai_qiyepaihang li:nth-of-type(3) span{
    background-repeat:no-repeat;
    background-size:30px;
}
.pinpai_jieshao .right .h_top .pinpai_qiyepaihang label{
    display:block;
    width:183px;
    float:left;
    font-size:14px;
}
.pinpai_jieshao .right .h_top .swiper_two{
    width:243px;
    height:200px;
}
.pinpai_jieshao .right .h_top .swiper_two .swiper-slide img{
    width:243px;
    height:200px;
}
.pinpai_jieshao .right .h_top .swiper_two .swiper-button-next, 
.pinpai_jieshao .right .h_top .swiper_two .swiper-button-prev {
    -moz-background-size: 15px 44px!important;
    -webkit-background-size: 15px 44px!important;
    background-size: 15px 44px!important;
}
.pinpai_jieshao .right .h_top .pinpai_tv{
    width:243px;
    height:200px;
    position:relative;
}
.pinpai_jieshao .right .h_top .pinpai_tv img{
    width:243px;
    height:200px;
    display:block;
}
.pinpai_jieshao .right .h_top .pinpai_tv a{
    display:block;
    width:243px;
    height:200px;
    background:rgba(255,255,255,0.4);
    position:absolute;
    top:0;
    left:0;
    line-height:200px;
    text-align:center;
}
.pinpai_jieshao .right .h_top .pinpai_tv a i{
    font-size:78px;
    color:#fff;
}
.pinpai_jieshao .right .h_top ul{
    width:213px;
    margin:10px 10px 10px 20px;
}
.pinpai_jieshao .right .h_top ul li{
    height:30px;
    line-height:30px;
    position:relative;
}
.pinpai_jieshao .right .h_top ul li:before{
    content:"";
    display:block;
    position:absolute;
    top:13px;
    left:-10px;
    width:5px;
    height:5px;
    background:#3996ec;
}
.pinpai_jieshao .right .h_top ul li span{
    display:block;
    width:150px;
    float:left;
    color:#666;
}
.pinpai_jieshao .right .h_top ul li label{
    display:block;
    width:63px;
    float:right;
    text-align:right;
    color:#666;
}
.pinpai_jieshao .right .h_bottom{
    width:243px;
    border:1px solid #ddd;
    margin-bottom:20px;
    background:#fff;
}
.pinpai_jieshao .right .h_bottom>p{
    line-height:34px;
    text-align:center;
    background:#3996ec;
    color:#fff;
    font-size:16px;
}
.pinpai_jieshao .right .h_bottom .ruzhu{
    width:50%;
    line-height:34px;
    display:block;
    background:#fe4101;
    text-align:center;
    border-radius:4px;
    color:#fff;
    font-size:14px;
    margin:10px auto;
}
.pinpai_jieshao .right .h_bottom .ruzhu i{
    font-size:22px;
    margin:0 5px 0 0;
}
.pinpai_jieshao .right .h_bottom .one{
    width:100%;
    overflow:hidden;
}
.pinpai_jieshao .right .h_bottom .one a{
    display:block;
    width:101.5px;
    float:left;
    margin:10px 10px 0 10px;
}
.pinpai_jieshao .right .h_bottom .one a span{
    display:block;
    width:99.5px;
    border:1px solid #ddd;
    overflow:hidden;
}
.pinpai_jieshao .right .h_bottom .one a span img{
    width:100%;
    display:block;
    height: 54px;
}
.pinpai_jieshao .right .h_bottom .renzheng{
    width:100%;
    overflow:hidden;
    padding:0 0 10px 0;
}
.pinpai_jieshao .right .h_bottom .renzheng a{
    display:block;
    width:221px;
    border:1px solid #ddd;
    position:relative;
    margin:10px 10px 0 10px;
    overflow:hidden;
}
.pinpai_jieshao .right .h_bottom .renzheng a img{
    width:100%;
    display:block;
      height: 150px;
}
.pinpai_jieshao .right .h_bottom .renzheng a>span{
    width:100%;
    height:100%;
    position:absolute;
    top:109px;
    left:0;
    background:rgba(0,0,0,0.4);
}
.pinpai_jieshao .right .h_bottom .renzheng a>span h1{
    line-height:40px;
    text-align:center;
    color:#fff;
}
.pinpai_jieshao .right .h_bottom .renzheng a>span>span{
    color:#fff;
    line-height:20px;
    padding:0 10px;
}
.pinpai_jieshao .right .h_bottom .renzheng a:hover>span{
    top:0;
}
.pinpai_jieshao .right .h_bottom .renzheng a:hover>span h1{
    padding:20px 0 0 0;
}
.pinpai_jieshao .right .h_bottom .one a span img:hover{
    transform:scale(1.3);
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
}
.pinpai_jieshao .right .h_bottom .one a p{
    text-align:center;
    line-height:30px;
}
.screen_all_img{
    display:block;
    width:100%;
}
.pinpai_center{
    overflow:hidden;
    
}
.pinpai_center .vip_flow{
    padding:20px 0;
    text-align:center;
}
.pinpai_center .vip_flow>span{
    font-size:20px;
    color:#666;
}
.pinpai_center .vip_flow>span i{
    font-size:40px;
    color:#ff9c00;
    margin:0 5px 0 0;
}
.pinpai_center .vip_flow>i{
    font-size:30px;
    color:#bdbdbd;
    margin:0 40px;
}
.pinpai_center>p{
    width:100%;
    text-align:center;
    font-size:24px;
    color:#ff9c00;
    padding:20px 0;
}
.pinpai_center>p span{
    color:#999;
    font-size:24px;
    margin:0 0 0 10px;
}
.pinpai_center .one{
    overflow:hidden;
    background:#fff;
    padding:10px 0;
}
.pinpai_center .one .screen_1190 .h_two{
    width:119px;
    position:relative;
    float:left;
    margin:10px 0;
    height: 68px;
}
.pinpai_center .one .screen_1190 .h_two img{
    width:100%;
    display:block;
}
.pinpai_center .one .screen_1190 .h_two span{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    line-height:69px;
    text-align:center;
    font-size:16px;
    color:#fff;
    background:rgba(244,159,26,0.8);
    display:none;
}
.pinpai_center .one .screen_1190 .h_two:hover span{
    display:block;
}
.pinpai_center .one .screen_1190 .h_one{
    width:282.5px;
    position:relative;
    float:left;
    margin:10px 20px 0 0;
    overflow:hidden;
}
.pinpai_center .one .screen_1190 .h_one:nth-of-type(4n){
    margin:10px 0 0 0;
}
.pinpai_center .one .screen_1190 .h_one a{
    display:block;
}
.pinpai_center .one .screen_1190 .h_one img{
    width:282.5px;
    display:block;
}
.pinpai_center .one .screen_1190 .h_one div{
    position:absolute;
    top:151.69px;
    left:0;
    width:100%;
    height:191.69px;
    font-size:16px;
    color:#fff;
    background:rgba(0,0,0,0.5);
}
.pinpai_center .one .screen_1190 .h_one div p{
    line-height:40px;
    color:#fff;
    font-size:14px;
    text-align:center;
}
.pinpai_center .one .screen_1190 .h_one div span{
    line-height:25px;
    color:#fff;
    font-size:12px;
    padding:20px;
}
.pinpai_center .one .screen_1190 .h_one:hover div{
    top:0;
}
.pinpai_center .one .screen_1190 .h_one:hover div p{
    padding:30px 0 0 0;
}
.pinpai_center .pinpai_p{
    width:100%;
    height:40px;
    padding:20px 0;
}
.pinpai_center .pinpai_p span{
    background:#3996ec;
    height:40px;
    line-height:40px;
    padding:0 20px;
    color:#fff;
    font-size:18px;
    border-radius:20px;
}
.pinpai_center .three ul.h_bottom{
    width:100%;
    overflow:hidden;
    padding-bottom: 20px;
}
.pinpai_center .three ul.h_bottom li{
    width:282.5px;
    margin:0 10px 10px 0;
    float:left;
    overflow:hidden;
}
.pinpai_center .three ul.h_bottom li:nth-of-type(4n){
    margin:0 0 10px 0;
}
.pinpai_center .three ul.h_bottom li p{
    font-size:16px;
    line-height:40px;
}
.pinpai_center .three ul.h_bottom li .one{
    width:260.5px;
    min-height:100px;
    border:1px solid #e0e0e0;
    background:#fff;
    padding:10px;
    position:relative;
}
.pinpai_center .three ul.h_bottom li .one:before{
    content:"";
    width:0;
    height:2px;
    background:#3996ec;
    position:absolute;
    top:0;
    left:50%;
    transition:all 1s ease-out 0s;
}
.pinpai_center .three ul.h_bottom li .one:after{
    content:"";
    width:0;
    height:2px;
    background:#3996ec;
    position:absolute;
    top:0;
    right:50%;
    transition:all 1s ease-out 0s;
}
.pinpai_center .three ul.h_bottom li:hover .one:before,
.pinpai_center .three ul.h_bottom li:hover .one:after{
    width:50%;
}
.pinpai_center .three ul.h_bottom li .one img{
    width:260.5px;
    height:150px;
    transition:all 1s ease-out 0s;
}
.pinpai_center .three ul.h_bottom li .one img:hover{
    transform:scale(1.3);
}
.pinpai_center .three ul.h_bottom li .one a p{
    line-height:1.5em;
    height:3em;
    font-size:16px;
}
.pinpai_center .three ul.h_bottom li .one span{
    line-height:20px;
}
.pinpai_center .three ul.h_bottom li .one ul{
    width:100%;
    overflow:hidden;
    padding:20px 0;
}
.pinpai_center .three ul.h_bottom li .one ul a{
    position:relative;
    display:block;
    width:255px;
    padding:0 0 0 10px;
    font-size:12px;
    line-height:25px;
}
.pinpai_center .three ul.h_bottom li .one ul a:before{
    content:"";
    position:absolute;
    top:10px;
    left:0;
    width:4px;
    height:4px;
    background:#000;
}
.pinpai_center .left_center{
    overflow:hidden;
}
.pinpai_center .left_center .left{
    width:829px;
}
.pinpai_center .left_center .left ul{
    overflow:hidden;
}
.pinpai_center .left_center .left ul a{
    display:block;
    width:108px;
    float:left;
    margin:0 10px 0 0;
}
.pinpai_center .left_center .left ul a span{
    display:block;
    overflow:hidden;
    width:106px;
    border:1px solid #ddd;
}
.pinpai_center .left_center .left ul a img{
    display:block;
    width:106px;
      height:58px;
}

/******* look注释 **********
.pinpai_center .left_center .left ul a img:hover{
    transform:scale(1.3);
    -webkit-transform:scale(1.3);
    -moz-transform:scale(1.3);
    -ms-transform:scale(1.3);
}
**********/

.pinpai_center .left_center .left ul a p{
    line-height:40px;
    text-align:center;
}
.pinpai_center .left_center .left ul a:hover p{
    color:#3996ec;
}
.pinpai_center .left_center .right{
    width:270px;
    background:#fff;
    min-height:20px;
    margin:20px 0 0 70px;
}
.pinpai_center .left_center .right .click_change a{
    width:123px;
    height:38px;
    border:1px solid #3996ec;
    line-height:38px;
    display:block;
    float:left;
    margin:0 20px 20px 0;
    text-align:center;
    font-size:16px;
}
.pinpai_center .left_center .right .click_change a:nth-of-type(2){
    margin:0 0 20px 0;
}
.pinpai_center .left_center .right .click_change a.active{
    color:#fff;
    background:#3996ec;
	
}
.pinpai_center .left_center .right .changed_list{
    width:100%;
    overflow:hidden;
}
.pinpai_center .left_center .right .changed_list a{
    display:block;
    width:100%;
    line-height:30px;
	
}

.pinpai_center .left_center .right .changed_list a img{
    width:30px;
    float:left;
    display:block;
}
.pinpai_center .left_center .right .changed_list a span{
    display:block;
    width:16px;
    height:16px;
    margin:7px;
    color:#fff;
    float:left;
    background:#3996ec;
    border-radius:100%;
    line-height:17px;
    text-align:center;
}
.border_none{
    border:none!important;
}
.bg_f5{
    background:#f5f5f5;
    overflow:hidden;
}
.bg_f{
    background:#fff;
}
.ptbd_20{
    padding:20px 0 20px 0!important;
    border-bottom:1px dashed #ddd!important;
}
/*点击出现评论*/
.h_comment{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:100;
    background:rgba(102,102,102,0.4);
    text-align:center;
    display:none;
}
.h_comment ul{
    width:400px;
    height:280px;
    padding:10px;
    background:#fff;
    z-index:100;
    background:#fff;
    margin:20px auto;
    border-radius:15px;
}
.h_comment ul p{
    position:relative;
    text-align:center;
    line-height:40px;
    border-bottom:1px solid #ccc;
    font-size:16px;
    color:#3996ec;
    font-weight:600;
}
.h_comment ul p a{
    position:absolute;
    top:0;
    right:10px;
    font-size:25px;
    color:#999;
    cursor:pointer;
}
.h_comment ul p a:hover{
    color:red;
}
.h_comment ul label{
    display:block;
    width:100%;
    height:30px;
    line-height:30px;
    color:#3996ec;
    font-size:14px;
    margin-top:50px;
}
.h_comment ul span{
    overflow:hidden;
    margin:10px 0 0 0;
}
.h_comment ul span p{
    margin-top: 80px;
    text-align:center;
    border-bottom:0px;
}
.h_comment ul span p img{
    width: 50px;
    height: 50px;
    margin-right: 10px;
}
.h_comment ul span p span{ 
    font-size:23px;
    color:#3996ec;
}

.h_comment ul span img{
    margin:0 4px;
    width:38px;
    height:36px;
}
.h_comment ul input[type="submit"]{
    display:block;
    width:115px;
    height: 35px;
    background: #DD2727;
    line-height: 35px;
    color: #fff;
    font-size: 14px;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
    margin:30px auto;
}

.h_comment ul span i{
    display:inline-block;
    width:38px;
    height:36px;
    background:url('../../../../image/brand/starn.png') no-repeat center;
    background-size:38px 36px;
}
.h_comment ul span i.active{
    background:url('../../../../image/brand/starh.png') no-repeat center;
}

/****look添加品牌CSS****/
.icon-shoucang{ color:#3996ec;}


/****look添加品牌列表CSS****/
.ur_here{margin-top:10px; margin-right:250px;}

h6{background:#f0f0f0; text-align:left;}
h5{background:#f0f0f0;}




/****look添加品牌详情页-产品列表CSS****/

.search_term{
    border:1px solid #ddd;
    border-bottom:none;
}
.search_term li{
    clear:both;
    overflow:hidden;
    border-bottom:1px solid #ddd;
}
.search_term li .left{
    text-align:right;
    height:60px;
    line-height:60px;
}
.search_term li .left span{
    display:inline-block;
    width:50px;
    height:20px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    line-height:18px;
    text-align:center;
    border:1px solid #888;
    cursor:pointer;
    margin:20px 5px 0 0;
    transition:.3s;
}
.search_term li .left span.two{
    display:none;
}
.search_term li .left span i{
    width:12px;
    height:8px;
    display:inline-block;
    overflow:hidden;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    position:relative;
    top:-1px;
    left:0px;
    text-align:center;
    line-height:14px;
    border:1px solid #fff;
}
.search_term li .left span i em.xia{
    display:inline-block;
    width:8px;
    height:8px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    border-left:1px solid #888;
    border-bottom:1px solid #888;
    position:absolute;
    top:-4px;
    left:1px;
    transform:rotate(-45deg);
}
.search_term li .left span i em.horizon{
    display:inline-block;
    width:7px;
    border-bottom:1px solid #888;
    position:absolute;
    top:2px;
    left:1px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.search_term li .left span i em.vertical{
    display:inline-block;
    height:8px;
    border-left:1px solid #888;
    position:absolute;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    top:0px;
    left:4px;
}
.search_term li .left span:hover{
    border:1px solid #3996ec;
    color:#3996ec;
}
.search_term li .left span:hover label{
    color:#3996ec;
}
.search_term li .left span:hover i em.xia{
    border-left:1px solid #3996ec;
    border-bottom:1px solid #3996ec;
}
.search_term li .left span:hover i em.vertical{
    border-left:1px solid #3996ec;
}
.search_term li .left span:hover i em.horizon{
    border-bottom:1px solid #3996ec;
}
.search_term li .center{
    line-height:25px;
    overflow:hidden;
    transition:.3s;
}

.search_term li .center.active{
    max-height:180px;
    overflow:auto;
}
.search_term li .center a{
    display:inline-block;
    margin:0 10px;
    color:#666;
}
.search_term li .center div{
    width:120px;
    height:60px;
    position:relative;
    float:left;
    margin:5px;
    display:inline-block;
}
.search_term li .center div input{
    position:absolute;
    top:0;
    left:0;
    z-index:1;
    width:100px;
    height:50px;
    opacity:0;
}
.search_term li .center img{
    display:block;
    width:100px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}









.search_goods{
    width:100%;
    overflow:hidden;
    margin:20px 0 10px 0;
}
.search_goods .left{
    width:1190px;
    overflow:hidden;
    float:left;
}
.search_goods .left li{
    width:228px;
    height:350px;
    margin:0 10px 26px 0;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    border:1px solid #e6e6e6;
    float:left;
    overflow:hidden;
    transition:0.3s;
}
.search_goods .left li:hover{
    border:1px solid #3996ec;
}
.search_goods .left li .goods_img{
    width:228px;
}
.search_goods .left li .goods_img a{
    display:block;
}
.search_goods .left li .goods_img a>.pic{
    width:228px;
    height:228px;
}
.search_goods .left li .goods_img .swiper{
    width:100%;
    height:40px;
    background:#fff;
    padding:5px 0;
}
.search_goods .left li .goods_img .swiper .pic{
    width:40px!important;
    height:40px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    margin:0 3.5px;
}
.search_goods .left li .goods_img .swiper .swiper-wrapper{
    width:188px;
    margin:0 0 0 20px;
    background:#fff;
}
.search_goods .left li .goods_img .swiper .pic.active{
    border:1px solid #3996ec;
}
.btn1,.btn2{
    width:20px!important;
    height:40px!important;
    top:22px!important;
    background-size: 9px 15px!important;
    opacity: 1!important;
    background:#fff;
}
.btn1{
    left:0!important;
}
.btn2{
    right:0!important;
}
.search_goods .left li .information{
    width:228px;
    height:140px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    background:#fff;
}
.search_goods .left li .information p{
    line-height:30px;
    color:#ff7300;
    padding: 0 10px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:5px;
}
.search_goods .left li .information p span{
    color:#ff7300;
    font-size:14px;
    font-weight:bold;
	padding-left:10px;
	
}
.search_goods .left li .information p.nowrap{
    line-height:25px;
    color:#333;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    padding:0 10px;
}
.search_goods .left li .information span.nowrap{
    display:block;
    width:100%;
    line-height:25px;
    color:#999;
 
    padding: 0 10px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
}
.search_goods .left li .information a.nowrap:hover{
    color:#3996ec;
}
.search_goods .left li .information table{
    width:228px;
    text-align:center;
    color:#999;
}
.search_goods .left li .information table td{
    border-top:1px solid #e6e6e6;
    border-left:1px solid #e6e6e6;
    line-height:40px;
}
.search_goods .left li .information table td:nth-child(1){
    border-left:none;
}
.search_goods .left li .information table td .pic{
    width:100%;
/*   height:40px;*/
    display:block;
}
.search_goods .left li .information table td span{
    color:#b57c5b;
    font-weight:700;
}
.search_goods .left li .information table td label{
    color:#3388bb;
    font-weight:700;
}
.search_goods .right{
    width:200px;
    overflow:hidden;
    float:left;
}
.search_goods .right li{
    width:200px;
    -moz-box-sizing: border-box;  
    -webkit-box-sizing: border-box; 
    -o-box-sizing: border-box; 
    -ms-box-sizing: border-box; 
    box-sizing: border-box;
    border:1px solid #e6e6e6;
    margin:0 0 10px 0;
}
.search_goods .right li:hover{
    border:1px solid #3996ec;
}
.search_goods .right li>a{
    display:block;
    width:200px;
    height:200px;
}
.search_goods .right li a img{
    display:block;
}
.search_goods .right li div{
    background:#f5f5f5;
    padding:6px;
    position:relative;
}
.search_goods .right li .price{
    color:#ff7300;
    padding:5px 0;
}
.search_goods .right li p span{
    color:#ff7300;
    font-size:16px;
    font-weight:700;
}
.search_goods .right li p.limit_p{
    position:relative;
    line-height:1.5em;
    height:3em;
    overflow:hidden;
    color:#888;
}
.search_goods .right li p.limit_p:after{
    content:"...";
    position:absolute;
    font-weight:bold;
    bottom:0;
    right:0;
    background:#f5f5f5;
}
.search_goods .right li div>span{
    position:absolute;
    top:11px;
    right:6px;
    z-index:1;
}
.search_goods .right li div span a{
    display:inline-block;
    width:20px;
    height:21px;
}
.search_goods .right li div span>label{
    display:inline-block;
    width:40px;
    height:18px;
    text-align:center;
    line-height:18px;
    background:#3996ec;
    color:#fff;
}



.brand_s{ color:#3996ec; font-weight:bold;}

.h_friendly_link{ padding-top:20px;}
.h_friendly_link h3{ margin-top:15px;}








