*{
    margin: 0;
    padding: 0;
}
.container {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.al_title{
    width: 324px;
    margin: 0 auto;
}
.f_title{
    width: 420px;
    margin: 0 auto;
}
.f_title p{
    color:  #666;
    font-size: 14px;
}
.adorn-case .box1 {
    padding-left: 468px;
    overflow: hidden;
}
.adorn-case .bigPic {
    float: left;
    margin-left: -468px;
    position: relative;
    overflow: hidden;
    width: 468px;
    height: 468px;
}
.adorn-case .bigPic .ico-new {
    position: absolute;
    left: 0;
    top: 0;
    width: 51px;
    height: 51px;
    background: url(/ico.png) no-repeat 0 -234px;
    z-index: 1;
}
.adorn-case .box1 a {
    color: #fff;
}
.adorn-case .box1 img {
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
}
.adorn-case .box1 a:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.adorn-case .bigPic img {
    width: 468px;
    height: 468px;
}
img {
    border: 0;
    display: block;
    max-width: 100%;
}
.adorn-case .bigPic .pic span {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 38px;
    width: 114px;
    background: #ff3434;
    opacity: .8;
    color: #fff;
    text-align: center;
    line-height: 38px;
    margin: -19px 0 0 -57px;
    /*visibility: hidden;*/
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}
.adorn-case .bigPic .bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}
.adorn-case .bigPic .bar .txt {
    width: 90%;
    height: 80px;
    position: absolute;
    left: 5%;
    z-index: 10;
}
.adorn-case .bigPic .tit {
    font-size: 16px;
    margin: 13px 0 5px;
}
.text-nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.adorn-case .box1 a {
    color: #fff;
}
.adorn-case .bigPic .bar .shadow {
    width: 100%;
    height: 80px;
    background: #000;
    opacity: .7;
    filter: alpha(opacity=70);
}
.adorn-case .pic1, .adorn-case .pic2 {
    margin: 0 0 15px 18px;
}
.adorn-case .pic1 {
    width: 226px;
    height: 226px;
    overflow: hidden;
    position: relative;
}
.pull-left {
    float: left !important;
}
.adorn-case .pic2 {
    width: 226px;
    height: 226px;
    overflow: hidden;
    position: relative;
}
.adorn-case .pic1 .bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 26px;
    line-height: 26px;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
}
.adorn-case .pic1 .bar .txt {
    width: 90%;
    height: 80px;
    position: absolute;
    left: 5%;
    z-index: 10;
}
.text-nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.adorn-case .pic1 .bar .shadow {
    width: 100%;
    height: 26px;
    background: #000;
    opacity: .7;
    filter: alpha(opacity=70);
}
.adorn-case .box2 {
    background: #f1f1f1;
    margin-top: 20px;
    padding: 10px 0;
}
.adorn-case .case-list {
    margin-top: 0;
}
.case-list {
    background: #f1f1f1;
    height: 120px;
    padding: 15px 0;
}
.case-list .col {
    float: left;
    width: 150px;
}
.adorn-case .box2 a {
    color: #333;
}
.case-list a {
    display: block;
    text-align: center;
}
a {
    text-decoration: none;
    color: #666;
}
.case-list img {
    display: block;
    width: 89px;
    height: 89px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 50%;
    transition: all ease .5s;
    -webkit-transition: all ease .5s;
}
.case-list a:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.s_title{
    width: 270px;
    margin: 0 auto;
}
.s_title p{
    color:  #666;
    font-size: 14px;
}
li{
    list-style: none;
}
.designer_list{
  width: 1200px;
    height: 300px;
    margin: 20px auto;

}
.designer_list ul li{
    width: 230px;
    height: 300px;
    float: left;
    /*background: red;*/
    /*position: relative;*/
}
.designer_list ul .list_01{
    margin-left: 11px;
}
.designer_list_shadow{
    width: 230px;
    height: 300px;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
    text-align: center;
    opacity: 0;
    cursor: pointer;
}
.designer_name{
    color: #cdcdcd;
    font-size: 22px;
    /*line-height: 350px;*/
    position: absolute;
    margin-top: 163px;
    margin-left: 80px;
}
.designer_introduce{
    color: #cdcdcd;
    /*font-size: 22px;*/
    position: absolute;
    margin-top: 203px;
    margin-left: 45px;
}
.subscribe{
    width: 100px;
    height: 30px;
    border: 1px solid #cdcdcd;
    position: absolute;
    margin-top: 243px;
    margin-left: 63px;
    color: #cdcdcd;
    line-height: 30px;
}
.right_btn_group {
    width: 71px;
    position: fixed;
    top: 130px;
    right: 10px;
    z-index: 1000;
}
.right_btn_group div {
    width: 71px;
    height: 71px;
    display: block;
    background: url(/Public/home/images/right_btn_group.png) no-repeat;
    cursor: pointer;
}
.right_btn_group div.plan{
    background-position: -69px -31px;
}
.right_btn_group div.offer {
    background-position: -69px -102px;
}
.right_btn_group div.headphone{
    background-position: -69px -173px;
}

.right_btn_group div.weixin {
    z-index: 2000;
    background-position: -69px -243px;
}
.right_btn_group div.top007 {
    background-position: -69px -313px;
}
.right_btn_group div.plan:hover{
    background-position: -146px -31px;
}
.right_btn_group div.offer:hover{
    background-position: -146px -102px;
}
.right_btn_group div.headphone:hover{
    background-position: -146px -173px;
}

.right_btn_group div.weixin:hover{
    background-position: -146px -243px;
}
.right_btn_group div.top007:hover {
    background-position: -146px -313px;
}
.subscribe a{
    color: #cdcdcd;
}
.right_btn_group_wx{
    position: fixed;
    width: 142px;
    height: 154px;
    right: 81px;
    top: 296px;
    display: none;
}




.bula_con_left {
    width: 561px;
    height: 456px;
    position: fixed;
    top: 35%;
    margin-top: -198px;
    left: 45%;
    margin-left: -205px;
    z-index: 100001;
}
.order_refer {
    border-bottom: none;
    margin-top: 20px;
    background: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

#myform1 input{
    width: 300px;
    height: 40px;
    font-size: 16px;
}
#vb{
    margin-top: 30px;
    margin-left: 128px;
}
#vs{
    margin-top: 10px;
    margin-left: 128px;
}

#button001{
    cursor: pointer;
    background-color:#faa619;
    width:303px;
    height: 48px;
    color: white;
    font-size: 19px;
    text-align: center;
    line-height: 48px;
    margin-left: 128px;
    margin-top: 10px;
}
#phone001{
    margin-top: 1px;
}
#name001{
    margin-top: 1px;
}

#myform2 input{
    width: 300px;
    height: 40px;
    font-size: 16px;
}
#vb1{
    margin-top: 30px;
    margin-left: 128px;
}
#vs1{
    margin-top: 10px;
    margin-left: 128px;
}
#vc1{
    margin-top: 10px;
    margin-left: 128px;
}
#button002{
    cursor: pointer;
    background-color:#faa619;
    width:303px;
    height: 48px;
    color: white;
    font-size: 19px;
    text-align: center;
    line-height: 48px;
    margin-left: 128px;
    margin-top: 10px;
}
#phone002{
    margin-top: 1px;
}
#name002{
    margin-top: 1px;
}
#xd001{
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
}




.box001{
    width: 1200px;
    margin: 0 auto;
    color: black;
    height: 20px;
}
.box001 li{
    float: left;
    margin-left: 18px;
    line-height: 20px;
}
.box002 li{
    float: left;
    margin-left: 18px;
}
.box001 li a , .box002 li a{
    color: #333;
}
.box001 .td001{
    background-position: 0px -17px;
}
.box002{
    width: 1200px;
    margin: 0 auto;
    color: #333;
}
.box001 .xy{
    margin-left: 10px;
    margin-top: 5px;
    background: url("/Public/home/images/icon_arrow1.png") no-repeat ;
}
/*.lp>li{*/
    /*list-style: none;*/
    /*float: left;*/
    /*margin-left: 11px;*/
    /*width: 190px;*/
    /*height: 190px;*/
    /*!*overflow: hidden;*!*/
    /*!*background: red;*!*/
/*}*/
/*.lp li img{*/
    /*transition: all ease .2s;*/
    /*-webkit-transition: all ease .2s;*/
/*}*/
/*.lp li:hover img{*/
    /*transform: scale(1.1);*/
    /*-webkit-transform: scale(1.1);*/
/*}*/
/*.txt1{*/
    /*width: 190px;*/
    /*height: 75px;*/
    /*background: #f1f1f1;*/
/*}*/
/*.shadow11{*/
    /*width: 190px;*/
    /*height: 190px;*/
    /*background: rgba(0, 0, 0, 0.5);*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*opacity: 0;*/
    /*z-index: 999;*/
/*}*/

/*.shadow22{*/
    /*width: 160px;*/
    /*height: 160px;*/
    /*background: rgba(0, 0, 0, 0.7);*/
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*margin-left: -80px;*/
    /*margin-top: -80px;*/
    /*color: #cdcdcd;*/
/*}*/
/*.shadow22 .tt{*/
    /*width: 150px;*/
    /*line-height: 20px;*/
    /*font-size: 14px;*/
    /*!*text-indent:25px;*!*/
    /*margin-top: 10px;*/
    /*margin-left: 10px;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 3;*/
    /*overflow: hidden;*/
/*}*/
/*.btn11{*/
    /*width: 90px;*/
    /*height: 22px;*/
    /*border: 1px solid #cdcdcd;*/
    /*margin-left: 35px;*/
    /*margin-top: 10px;*/
    /*color: white;*/
    /*text-align: center;*/
    /*border-radius: 5px;*/
    /*line-height: 22px;*/
/*}*/
.lp>li{
    list-style: none;
    float: left;
    margin-left: 15px;
    width: 227px;
    height: 227px;
    /*overflow: hidden;*/
    /*background: red;*/
}
.lp li img{
    transition: all ease .2s;
    -webkit-transition: all ease .2s;
}
.lp li:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.txt1{
    width: 220px;
    height: 75px;
    background: #f1f1f1;
    /*margin-top: -20px;*/
}
.shadow11{
    width: 220px;
    height: 220px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 999;
}

.shadow22{
    width: 190px;
    height: 190px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -95px;
    margin-top: -95px;
    color: #cdcdcd;
}
.shadow22 .tt{
    width: 180px;
    line-height: 20px;
    font-size: 14px;
    /*text-indent:25px;*/
    margin-top: 10px;
    margin-left: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.btn11{
    width: 90px;
    height: 22px;
    border: 1px solid #cdcdcd;
    margin-left: 48px;
    margin-top: 20px;
    color: white;
    text-align: center;
    border-radius: 5px;
    line-height: 22px;
}