﻿/* 默认样式 */

@media screen and (max-width:750px){
.bd-list .bdli{
    height: 11%;
}
  body .dialog_box .dialog_form .tips {
    font-size: 13px;
    margin-bottom: 15px;
}
  
  body .dialog_box .dialog_form {
    display: block;
    width: 60%;
    height: auto;
    padding: 32px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 2px 8px 0px rgba(0,0,0,0.15);
    border-radius: 4px;
    position: fixed;
    top: 50%;
    margin-top: -138px;
    margin-left: 0px;
    z-index: 9999999999999;
    left: 12.5%;
}
  body .dialog_box .dialog_form .phone {
    display: block;
    width: 90%;
    height: 40px;
    border-radius: 4px;
    opacity: 0.8;
    border: 0;
    border: 1px solid rgba(0,0,0,0.25);
        border-top-color: rgba(0, 0, 0, 0.25);
        border-right-color: rgba(0, 0, 0, 0.25);
        border-bottom-color: rgba(0, 0, 0, 0.25);
        border-left-color: rgba(0, 0, 0, 0.25);
    padding-left: 16px;
}
  body .dialog_box .dialog_form .dialog_footer .dialog_submit_btn {
    display: block;
    width: 98%;
    height: 48px;
    text-align: center;
    line-height: 48px;
    background: #FB754A;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255,255,255,1);
}
  
  
  
  
  
  
}


/* dialog */
.dialog_box{
    display: none;
}
.dialog_box .mask{
    position: fixed;
    left:0;
    top:0;
    display: block;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    z-index:999999999999;
}
.dialog_box .dialog_form{
    display: block;
    width:380px;
    height:auto;
    padding:32px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 8px 0px rgba(0,0,0,0.15);
    border-radius:4px;
    position: fixed;
    left:50%;
    top:50%;
    margin-top:-138px;
    margin-left:-235px;
    z-index:9999999999999;
}
.dialog_box .dialog_form .dialog_close{
    display: block;
    width:24px;
    height:24px;
    position: absolute;
    right:16px;
    top:16px;
    opacity:1;
    cursor: pointer;
}
.dialog_box .dialog_form .title{
    display: block;
    font-size:20px;
    font-weight:500;
    color:rgba(0,0,0,0.85);
    line-height:28px;
    margin-bottom:8px;
}
.dialog_box .dialog_form .tips{
    display: block;
    font-size:14px;
    font-weight:400;
    color:rgba(0,0,0,0.65);
    line-height:24px;
    margin-bottom:32px;
}
.dialog_box .dialog_form .dialog_write{
    display: block;
    margin-bottom:8px;position:relative;
}
.dialog_box .dialog_form .notiy{
    display: block;
    font-size:14px;
    font-weight:400;
    color:rgba(0,0,0,0.25);
    line-height:24px;
    margin-bottom:32px;
}
.dialog_box .dialog_form .phone{
    display: block;
    width:360px;
    height:40px;
    border-radius:4px;
    opacity:0.8;
    border: 0;
    border:1px solid rgba(0,0,0,0.25);
    padding-left:16px;
}
.dialog_box .dialog_form .dialog_footer{
    display: block;
}
.dialog_box .dialog_form .dialog_footer .dialog_submit_btn{
    display: block;
    width:380px;
    height:48px;
    text-align: center;
    line-height: 48px;
    background:#FB754A;
    border-radius:4px;
    font-size:14px;
    font-weight:500;
    color:rgba(255,255,255,1);
}
.dialog_box1{
    display: none;
}
.dialog_box1 .mask{
    position: fixed;
    left:0;
    top:0;
    display: block;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    z-index:999999999999;
}
.dialog_box1 .dialog_form{
    display: block;
    width:424px;
    height:auto;
    padding:32px;
    background:rgba(255,255,255,1);
    box-shadow:0px 2px 8px 0px rgba(0,0,0,0.15);
    border-radius:4px;
    position: fixed;
    left:50%;
    top:50%;
    margin-top:-138px;
    margin-left:-212px;
    z-index:9999999999999;
}
.dialog_box1 .dialog_form .dialog_close{
    display: block;
    width:24px;
    height:24px;
    position: absolute;
    right:16px;
    top:16px;
    opacity:1;
    cursor: pointer;
}
.dialog_box1 .dialog_form .title{
    display: block;
    font-size:20px;
    font-weight:500;
    color:rgba(0,0,0,0.85);
    line-height:28px;
    margin-bottom:8px;
}
.dialog_box1 .dialog_form .tips{
    display: block;
    font-size:14px;
    font-weight:400;
    color:rgba(0,0,0,0.65);
    line-height:24px;
    margin-bottom:32px;
}
.dialog_box1 .dialog_form .dialog_write{
    display: block;
    margin-bottom:8px;
}
.dialog_box1 .dialog_form .notiy{
    display: block;
    font-size:14px;
    font-weight:400;
    color:rgba(0,0,0,0.25);
    line-height:24px;
    margin-bottom:32px;
}
.dialog_box1 .dialog_form .phone{
    display: block;
    width:360px;
    height:40px;
    border-radius:4px;
    opacity:0.8;
    border: 0;
    border:1px solid rgba(0,0,0,0.25);
    padding-left:16px;
}
.dialog_box1 .dialog_form .dialog_footer{
    display: block;
}
.dialog_box1 .dialog_form .dialog_footer .dialog_submit_btn{
    display: block;
    width:360px;
    height:48px;
    text-align: center;
    line-height: 48px;
    background:#FB754A;
    border-radius:4px;
    font-size:14px;
    font-weight:500;
    color:rgba(255,255,255,1);
}
.dialog_write .huoqu{
    width:131px;
    height:41px;
    background:#FB754A;
    border-radius:4px;
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin:0 auto;
    margin-left:11px;
    padding:0;position:absolute;right:0px;top:0px;
}



* {
    margin: 0;padding: 0;
    -webkit-touch-callout:none;
    -webkit-tap-highlight-color:transparent;

    /*font-weight:300!important;*/
}
ul,ol{list-style: none;}
a,a:hover,a:focus{text-decoration: none;}

body{
    font-family:"microsoft yahei";
    background:rgba(249,249,249,1);
    padding:0;
    padding-top:;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
}
.container{
    min-width: 1240px;
}
input,button{
    border: 0;
    outline: none;
}
img {
    border: 0px;
    display: block;
}
.clear {
    clear: both;
}

a,button,input,textarea{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:#8C8C8C;
    font-size:15px;
    font-weight:300;
}
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#8C8C8C;
    font-size:15px;
}

*::-webkit-scrollbar {/*隐藏滚轮*/
    display: none;
}
.item{
    -webkit-overflow-scrolling: touch;
}

/* 兼容性：ios 4+、android 2.3+、winphone8+ */
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}



.sec-title{
    font-size:16px;
    color: #8C8C8C;
    margin-bottom:26px;
}
.sec-title a,
.sec-title a:hover{
    color:#262626;
    cursor: pointer;
    text-decoration: none;
}
.sec-title a:last-child,
.sec-title a:last-child:hover{
    color:#FB754A;
}


.no-more{
    text-align: center;
    font-size:0.24rem;
    color: rgba(140,140,140,1);
    padding:0.28rem 0 0.32rem;
}

.dialog{
    position: fixed;
    left: 0;top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    display: none;
}
.dialog .dialog-content{
    position: relative;
    width: 440px;
    /*width: 85%;*/
    /*width: 80vw;*/
    height: auto;
    background: #fff;
    border-radius: 4px;
    left: 50%;top: 50%;
    transform: translate(-50%,-50%);
    color: #333;
    font-size: 16px;
}
.dialog .dialog-header{
    padding:25px 16px 40px;
    text-align: center;
}
.dialog .dialog-header .title{
    font-size: 18px;
    color:rgba(2,2,2,1);
    font-weight:400 !important;
}
.dialog .dialog-header .close{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;height: 44px;
    position: absolute;
    top: 0;
    right: 0;
    color: #000;
    opacity:1;
}
.dialog .dialog-header .close div{
    position: absolute;
    right: 16px;
    top: 16px;
    display: block;
    width:16px;
    height:16px;
    background: url(/close.png) no-repeat left top;
    background-size: 100% 100%;
}
.dialog .dialog-body{
    padding: 0 30px;
    margin-bottom: 70px;
}
.dialog .good{
    text-align: left;
    padding-left: 25px;
    display: none;
}
.dialog .good .good1{
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    margin-bottom: 8px;
    color: #B42536;
}
.dialog .good .good2{
    font-size: 12px;
    color: red;
    display: inline-block;
    margin-bottom: 8px;
    color: #8C8C8C;
}
.dialog .dialog-body .form-wrap{
    display: block;
    width:100%;
    margin-bottom: 25px;
    padding: 0;
    border-radius: 6px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.dialog .dialog-body .form-wrap input{
    display: block;
    width:100%;
    font-size: 16px;
    color: #333;
    padding:18px 0 18px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    font-weight:400 !important;
}

.dialog .dialog-footer{
    display: block;
    width:100%;
    padding-bottom: 46px;
}
.dialog .dialog-footer button{
    display: block;
    margin:0 auto;
    width:200px;
    height:46px;
    line-height: 46px;
    background:#FB754A;
    border-radius:4px;
    text-align: center;
    font-size:16px;
    color:rgba(250,250,250,1);
    font-size: 16px;
}


.dialog-back .dialog-body{
    padding:0 30px;
}
.dialog-back .dialog-body .form-wrap{
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.dialog-back .dialog-body .form-wrap img{
    width: 120px;
    height: 120px;
    margin: 46px 0 26px;
}
.dialog-back .dialog-body .div{
    font-size: 20px;
    color:rgba(2,2,2,1);
    margin-bottom: 15px;
    text-align: center;
}
.dialog-back .dialog-body .back{
    font-size: 14px;
    color: #888888;
    margin-bottom: 40px;
    text-align: center;
}
.dialog-back  .dialog-body .div > div{
    font-weight: 400!important;
}
.dialog-back  .dialog-body .back > div,
.dialog-back  .dialog-body .div > div
{
    width:100%;
    text-align: center;
}
.dialog-back .dialog-footer{
    border-radius:0px 0px 6px 6px;
}
.dialog-back .dialog-footer button{
    background: #fff;
    color:#FB754A;
    font-size:16px;
    display: block;
    width:200px;
    height:46px;
    border-radius:4px;
    border:1px solid #FB754A;
}



.top{
    display: block;
    width: 100%;
    height:80px;
    background:rgba(255,255,255,1);
    position: fixed;
    left:0;
    top:0;
    z-index:999;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-sizing: border-box;
}
.header{
    height: 100%;
    color:rgba(255,255,255,1);
    overflow: hidden;
    background: #fff !important;
    position: relative;
}
.header .h-left-info{
    float: left;
    color: #505050;
    height:100%;
}
.header .h-left-info .info-logo{
    display: flex;
    align-items: center;
    height: 100%;
}
.header .h-left-info .info-logo > div{
    height:100%;
    display: flex;
    align-items: center;
}
.header .h-left-info .info-logo .imgs{
    line-height: 80px;
    margin-right:30px;
}
.header .h-left-info .info-logo .imgs img{
    display: inline-block;
    width:146px;
    height:46px;
    margin-top:-8px;
    /*border-radius: 50%;*/
    /*border:1px solid rgba(0,0,0,0.04);*/
    /*background: #ccc;*/
}
.header .h-left-info .info-logo .info-text .name{
    font-size:20px;
    color: #000;
}
.header .h-left-info .info-logo .local-addr{
    width:66px;
    height:28px;
    display: inline-block;
    font-size:14px;
    font-weight:400;
    color:rgba(38,38,38,1);
    border-radius:19px;
    background:url("../images/addr.png") no-repeat left center;
    background-size: 100% 100%;
}
.header .telphone{
    position: absolute;
    right:0;
    top:50%;
    margin-top:-12px;
    width:auto;
    height:28px;
    line-height: 28px;
    font-size:18px;
    color:#FB754A;
    background: url(../images/call.png) no-repeat left center;
    background-size: 24px 24px;
    padding-left:34px;
    padding-right:15px;
    font-weight:400 !important;
}
/*.header .h-left-info .info-logo .local-addr{*/
    /*width: auto;*/
    /*height: 100%;*/
    /*margin-left: 20px;*/
    /*cursor: pointer;*/
/*}*/
/*.header .h-left-info .info-logo .local-text{*/
    /*padding:0 6px 0 20px;*/
    /*height:24px;*/
    /*text-align: center;*/
    /*line-height: 24px;*/
    /*background:#ccc url("../images/loction.png") no-repeat 6px center;*/
    /*background-size: 12px 12px;*/
    /*color: #fff;*/
    /*-webkit-border-radius: 2px;*/
    /*-moz-border-radius: 2px;*/
    /*border-radius: 2px;*/
/*}*/
.header .h-right-nav{
    margin-left:50px;
    float: left;
    color:rgba(38,38,38,1);
    height:100%;
    line-height: 80px;
    overflow: hidden;
    box-sizing: border-box;
}
.header .h-right-nav ul li{
    display: inline-block;
    float: left;
    box-sizing: border-box;
    margin-right:20px;
}
.header .h-right-nav ul li:last-child{
    margin-right:0;
}
.header .h-right-nav ul li a{
    display: block;
    padding:0 25px;
    color:rgba(38,38,38,1);
    font-size:16px;
    box-sizing: border-box;
    text-decoration: none;
    font-weight: 400 !important;
}
.header .h-right-nav ul li a:hover{
    /*background: url(../images/nav_active.png) no-repeat left top;*/
    /*background-size: 100% 100%;*/
    color:rgba(255,255,255,1) !important;
    background:#FB754A;
}
.header .h-right-nav ul li.active{
    /*background: url(../images/nav_active.png) no-repeat left top;*/
    /*background-size: 100% 100%;*/
    /*background:#FB754A;*/
}
.header .h-right-nav ul li.active a{
    /*color:rgba(255,255,255,1);*/
    color:#FB754A;
}


.header{
    overflow: visible;
}

.header .h-left-info .info-logo .local-addr{
    background:rgba(0,0,0,0.05) url(../images/list_pc_down.png) no-repeat 44px center !important;
    background-size:11px 6px !important;
    width:68px;
    height:32px;
    line-height: 32px;
    padding-left:12px;
    font-size:14px;
    font-weight:500 !important;
    color:rgba(38,38,38,1);
}

.local_box{
    position: relative;
    height: 80px;
    line-height: 80px;
}
.local_box:hover .local_qh{
    display: block;
}
.local_qh{
    position: absolute;
    left: -38px;
    top: 62px;
    display: block;
    width:142px;
    height:auto;

    /*background:#fff url('../images/addr_bg.png') no-repeat left top;*/
    /*background-size: 100% 100%;*/

    text-align: center;
    padding:20px 0;

    background:#fff;
    border-radius: 4px;
    box-shadow: 0 0 1px 2px rgba(0,0,0,0.1);

    display: none;
}
.local_qh:hover{
    display: block;
}
.local_qh .tit{
    padding-left: 0;
    font-size: 14px;
    color: #999;
}
.local_qh > div{
    text-align: center;
    height: 35px;
    line-height: 36px;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
}
.local_qh .item:hover{
    color: #FB754A;
}
.local_qh > div.active{
    color: #FB754A;
}





.footer{
    display: none;
    width:100%;
    color: #999;
    height:180px;
    background:rgba(48,48,48,1);
    font-size: 14px;
}
.footer .container{
    background:rgba(48,48,48,1);
}
.footer-top{
    display: block;
    padding-bottom:20px;
    padding-top:37px;
    border-bottom:1px solid rgba(255,255,255,0.1);
    margin-bottom:20px;clear:both;
}
.footer-top a{
    color: #ccc;
    font-size: 16px;
    margin-right:20px;
}
.footer-top a:hover{
    color: #FB754A;
    text-decoration: none;
}
.footer-name{
    margin:0;
    margin-bottom:8px;
}
.footer-banquan{
    margin:0;
    text-align: center;
    position: relative;
}
.footer-banquan .bq-left{
    position: absolute;
    left:0;
    color: #999;
    text-decoration: none;
}

.footer .footernl{font-weight:800;width:50%;float:left;font-size:24px;color:#969696;line-height:48px;background:url(../images/fphone.png) no-repeat left center;background-size:96px;padding-left:120px;box-sizing: border-box;}
.footer .footernl span{display:block;color:#FB754A;font-size:32px;font-weight:800;}
.footer .footernr{font-weight:800;width:50%;float:left;font-size:24px;color:#969696;line-height:96px;background:url(../images/fweixin.png) no-repeat left center;background-size:96px;padding-left:120px;box-sizing: border-box;}
.footer .footernr a{color:#969696;}

.to-top{
    position: fixed;
    right:40px;
    bottom:294px;
    display: block;
    width:65px;
    height:50px;
    background:transparent url(../images/to_top.png) no-repeat left top;
    background-size: 100% 100%;
    cursor: pointer;
    display: none;
}

.no-more{
    text-align: center;
    font-size:16px;
    color: rgba(140,140,140,1);
    padding:20px 0 40px;
}



/* 新增弹窗 */

.dialog_bg{
    position: fixed;
    left:0;
    top:0;
    display: block;
    width:100%;
    height:100%;
    z-index:9999999999;
    background: rgba(0,0,0,0.5);
    display: none;
}
.dialog_content{
    position: relative;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    display: block;
    width:420px;
    height:auto;
    background: #fff;
    border-radius:4px;
    padding:32px 64px;
    text-align: center;
}
.ok_content .ok_icon{
    display: block;
    width:80px;
    height:80px;
    margin:0 auto;
}
.ok_content .ok_text{
    display: block;
    font-size:18px;
    font-weight:bold;
    color:rgba(33,33,33,1);
    margin-top:18px;
}
.ok_content .ok_tips{
    display: block;
    font-size:13px;
    font-weight:400;
    color:#FB754A;
    margin-top:8px;
}
.ok_content .ok_form{
    display: block;
    margin:40px auto ;
}
.ok_content .ok_form .ok_wrapper{
    display: block;
    text-align: left;
    margin-top:12px;
}
.ok_content .ok_form .ok_wrapper:first-child{
    margin-top:0;
}
.ok_content .ok_form .ok_wrapper label{
    display: inline-block;
    font-size:14px;
    font-weight:400;
    color:rgba(33,33,33,1);
    margin-right:10px;
}
.ok_content .ok_form .ok_wrapper input{
    display: inline-block;
    vertical-align: middle;
    width:215px;
    height:44px;
    border-radius:4px;
    border:1px solid rgba(212,212,212,1);
    padding-left:20px;
    outline: none;
}
.ok_content .ok_btn{
    display: block;
    text-align: center;
    line-height: 42px;
    width:64%;
    height:42px;
    margin:0 auto;
    background:#FB754A;
    border-radius:4px;
    font-size:16px;
    font-weight:bold;
    color:rgba(250,250,250,1);
    border:0;
}


.alert{
    display: block;
    margin:0 auto;
    width:172px;
    height:172px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(17,17,17,0.7);
    position: fixed;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index:99999999999999;
    display: none;

}
.alert_content{
    display: block;
    text-align: center;
    padding:10px 0 20px;
}
.alert_img{
    display: block;
    width: 71px;
    height: 51px;
    margin: 12px auto 22px;
}
.alert_text{
    text-align: center;
    font-size:19px;
    font-weight:400;
    color:rgba(255,255,255,1);
}

/* 商桥样式  */
#newBridge{
    display: none !important;
}

.footer .beian{
    font-size:14px;
    color:rgb(153, 153, 153);
}

.brand{padding:40px 0 0}
.brand .brand_wrap{height:116px;width:1300px;margin:0 auto;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-moz-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.brand .brand_wrap .brand_box{display:block;float:left;width:272px;height:116px;padding:20px;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 6px 14px 0 rgba(181,196,220,.22);-moz-box-shadow:0 6px 14px 0 rgba(181,196,220,.22);box-shadow:0 6px 14px 0 rgba(181,196,220,.22);cursor:pointer;margin-right:20px;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}
.brand .brand_wrap .brand_box:last-of-type{margin-right:0}
.brand .brand_wrap .brand_box .brand_tit{margin-top:26px;font-size:18px;line-height:24px;font-weight:700;color:#FB754A;-webkit-transition:all .2s linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;transition:all .2s linear}
.brand .brand_wrap .brand_box .brand_con{display:none;-webkit-transition:all .2s linear;-o-transition:all .2s linear;-moz-transition:all .2s linear;transition:all .2s linear}
.brand .brand_wrap .brand_box i{position:absolute;right:20px;bottom:20px;width:48px;height:48px;z-index:1}
.brand .brand_wrap .brand_box.brand_01{background:url(../images/brand_bg_01.png?v=1fcfbcdcf5) no-repeat right;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}
.brand .brand_wrap .brand_box.brand_01 i{background:url(../images/brand_01.png?v=6094f0e5a7) no-repeat center;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}
.brand .brand_wrap .brand_box.brand_02{background:url(../images/brand_bg_02.png?v=8d6c2f97d9) no-repeat right;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}
.brand .brand_wrap .brand_box.brand_02 i{background:url(../images/brand_02.png?v=7df037a9a5) no-repeat center;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}
.brand .brand_wrap .brand_box.brand_03{background:url(../images/brand_bg_03.png?v=5c0b4c0d48) no-repeat right;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}
.brand .brand_wrap .brand_box.brand_03 i{background:url(../images/brand_03.png?v=cf1cff0591) no-repeat center;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}
.brand .brand_wrap .brand_box.brand_04{background:url(../images/brand_bg_04.png?v=98fbcc7fd1) no-repeat right;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}
.brand .brand_wrap .brand_box.brand_04 i{background:url(../images/brand_04.png?v=a425b2747a) no-repeat center;-webkit-background-size:contain;-moz-background-size:contain;background-size:contain}
.brand .brand_wrap .brand_box:hover{text-decoration:none}
.brand .brand_wrap .brand_box:hover .brand_tit{margin-top:0}
.brand .brand_wrap .brand_box:hover .brand_con{display:block;margin-top:8px}
.brand .brand_wrap .brand_box:hover .brand_con p{line-height:16px;font-size:12px;color:#777;margin-bottom:4px}