@charset "UTF-8";
/*分类图标按钮*/

.container_nav .row ul li.li1 a i {
    background-image: url(../images/case_li1.png);
}

.container_nav .row ul li.li2 a i {
    background-image: url(../images/case_li2.png);
}

.container_nav .row ul li.li3 a i {
    background-image: url(../images/case_li3.png);
}

.container_nav .row ul li.li4 a i {
    background-image: url(../images/case_li4.png);
}

.container_nav .row ul li.li5 a i {
    background-image: url(../images/case_li5.png);
}

.container_nav .row ul li.li6 a i {
    background-image: url(../images/case_li6.png);
}

.container_nav .row ul li.li7 a i {
    background-image: url(../images/case_li7.png);
}

.container_nav .row ul li.li8 a i {
    background-image: url(../images/case_li8.png);
}

/*案例分类*/

.somelinks {
    max-width: 1200px;
    margin: 0 auto 40px;
}

.somelinks .smmenu {
    width: calc(100% - 320px);
    float: left;
}

.somelinks .smmenu a {
    display: block;
    float: left;
    width: 11.5%;
    height: 38px;
    line-height: 36px;
    margin-right: 1%;
    margin-bottom: 1%;
    text-align: center;
    color: #555;
    font-size: 15px;
    border: 1px solid #dcdcdc;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    box-sizing: border-box;
}

.somelinks .smmenu a:hover {
    background: #006acd;
    border-color: #006acd;
    color: #fff;
}

.somelinks .smmenu a.video {
    background: #ff5800;
    border-color: #ff5800;
    color: #fff;
}

.somelinks .bgbg {
    background: #676767;
    border-radius: 5px;
    float: right;
    width: 310px;
}

.somelinks .bgbg .searchbo {
    overflow: hidden;
    font-size: 0;
    float: right;
    width: 290px;
    height: 40px;
    border: 1px solid #e9e9e9;
    margin: 22px 10px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.somelinks .bgbg .searchbo input {
    display: inline-block;
    width: 230px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    border: none;
    padding-left: 20px
}

.somelinks .bgbg .searchbo .submit {
    display: block;
    float: right;
    padding: 0;
    margin: 0;
    background: url(../images/searchBoi.jpg) no-repeat center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

/*案例列表*/

.case_wrap {
    width: 94%;
    margin: 0 auto;
}

.case_wrap ul li {
    float: left;
    width: 24%;
    margin: 0.5%;
    *width: 24.97%;
    text-align: center;
    background: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.case_wrap ul li a {
    display: block;
}

.case_wrap ul li article {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62.4%;
    overflow: hidden;
}

.case_wrap ul li article img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100.5%;
    height: 100%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    transition: 0.8s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.case_wrap ul li article summary {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -50px;
    left: 0;
    line-height: 50px;
    color: #dcdcdc;
    background: rgba(0, 0, 0, 0.5);
    background: #666\9;
    text-align: left;
    text-indent: 20px;
    z-index: 3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.case_wrap ul li .info {
    width: 100%;
    height: 60px;
    overflow: hidden;
    padding: 0px 0px 0px 10px;
    box-sizing: border-box;
}

.case_wrap ul li .info h5 {
    display: block;
    float: left;
    width: calc(100% - 100px);
    height: 40px;
    line-height: 40px;
    margin: 10px 0px;
    text-align: left;
}

.case_wrap ul li .info h5 a {
    font-size: 18px;
    color: #333;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case_wrap ul li .info .fr {
    width: 90px;
    height: 60px;
}

.case_wrap ul li .info .fr a {
    display: inline-block;
    vertical-align: middle;
    text-align: right;
    margin-left: 10px;
    width: 20px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
}

.case_wrap ul li .info .fr a.case_pc {
    background-image: url(../images/pc_b.png);
}

.case_wrap ul li .info .fr a.case_phone {
    background-image: url(../images/phone_b.png);
}

.case_wrap ul li:hover {
    background-color: #006acd;
}

.case_wrap ul li:hover a article summary {
    bottom: 0;
}

.case_wrap ul li:hover a article img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.case_wrap ul li:hover a article:before {
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
}

.case_wrap ul li:hover a article:after {
    opacity: 1;
    filter: alpha(opacity=100);
    zoom: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
}

.case_wrap ul li:hover .info h5 a {
    color: #fff;
}

.case_wrap ul li:hover .info .fr a.case_pc {
    background-image: url(../images/pc_w.png);
}

.case_wrap ul li:hover .info .fr a.case_phone {
    background-image: url(../images/phone_w.png);
}

/*.return{position: absolute;top:90px;width:100%;} .return a{display:block; background:url(../images/topveico.png) no-repeat; background-position:11px -239px; margin:0 auto;width:51px;height:51px;color:#fff; border-radius:100%;text-indent: -99999px; } .return a:hover{background-color:rgba(0,0,0,0.2);}*/

/*案例详情两边样式*/

.casel {
    position: fixed;
    z-index: 7;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 140px;
    height: 100%;
}

.casecon {
    position: absolute;
    z-index: 3;
    width: 100%;
}

.casenav {
    position: absolute;
    top: 50%;
    margin: -295px 0 0;
    width: 100%;
}

.casenav ul li {
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.casenav ul li a {
    display: block;
    background: rgba(0, 0, 0, 0.1);
    margin: 0 0 1px;
    height: 45px;
    color: #fff;
    line-height: 45px;
}

.casenav ul li a:hover {
    background: rgba(0, 0, 0, 0.2);
}

.casenav ul li.cur {
    background: rgba(0, 0, 0, 0.2);
}

.casetool {
    position: absolute;
    bottom: 50px;
    width: 100%;
}

.casetool li {
    margin: 0 0 1px;
    color: #fff;
    font-size: 0.75em;
    text-align: center;
    position: relative;
}

.casetool li a {
    display: block;
    padding: 10px 0;
    color: #fff;
}

.casetool li a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.casetoolqq {
    background: url(../images/caseico.png) no-repeat;
    background-position: -12px -66px;
    margin: 0 auto;
    width: 30px;
    height: 30px;
}

.casetoolfx {
    background: url(../images/caseico.png) no-repeat;
    background-position: -66px -66px;
    margin: 0 auto;
    width: 30px;
    height: 30px;
}

.casetool li .toolinfo {
    width: 0px;
    height: 66px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    right: 140px;
    top: 0px;
}

.casetool li .toolinfo .tel {
    line-height: 66px;
    color: #fff;
    font-size: 18px;
    padding: 0 15px;
}

.casetool li .toolinfo .share {
    min-width: 300px;
    height: 66px;
    padding: 0 15px;
}

.casetool li .toolinfo .share .bdsharebuttonbox a {
    display: inline-block;
    float: none;
    width: 32px;
    height: 32px;
    padding: 0px;
    margin-top: 18px;
}

.caser {
    position: fixed;
    z-index: 7;
    left: 0;
    background: rgba(0, 0, 0, 0.15);
    width: 380px;
    height: 100%;
}

.caseinfo {
    position: absolute;
    top: 50%;
    margin: -295px 0 0;
    width: 100%;
}

.caseconlogo {
    background: #fff url(../error404.html) no-repeat scroll center center / cover;
    margin: 0 auto 0;
    width: 100%;
    width: 150px;
    height: 150px;
    border: 3px solid #fff;
    border-radius: 100%;
}

.caseconlogo img {
    width: 100%;
    max-width: 380px;
}

.caseinfo h3 {
    margin: 20px 0 30px;
    padding: 0 40px;
    color: #fff;
    font-size: 2em;
    font-weight: normal;
    text-align: center;
    line-height: 120%;
}

.caseconabout {
    padding: 0 40px;
}

.caseconabout ul {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.caseconabout ul li {
    color: #fff;
    font-size: 0.75em;
    line-height: 260%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.caseconabout ul li span {
    float: right;
    max-width: 200px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

#hits {
    margin: 0 3px 0 0;
    display: inline-block;
    font-weight: bold;
}

.caseconabout ul li a {
    color: #fff;
}

.caseconabout ul li a:hover {
    font-weight: bold;
}

.caseconms {
    padding: 20px 40px 0;
}

.caseconms p {
    padding: 0 0 20px;
    color: #fff;
    font-size: 0.75em;
    line-height: 150%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.caseconnext {
    margin: 30px 0 0;
    padding: 0 40px;
}

.caseconnext ul {
    text-align: center;
}

.caseconnext ul li {
    margin: 0 6px;
    display: inline-block;
}

.caseconnext ul li a {
    display: block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-indent: -99999px;
}

.casepbefore a {
    background: url(../images/caseico.png) no-repeat;
    background-position: -2px -2px;
}

.casepbefore a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.caseplist a {
    background: url(../images/caseico.png) no-repeat;
    background-position: -56px -2px;
}

.caseplist a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.casepafter a {
    background: url(../images/caseico.png) no-repeat;
    background-position: -110px -2px;
}

.casepafter a:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.wechat {
    display: none;
    position: fixed;
    top: 25%;
    left: 50%;
    border-radius: 5px;
    border: 1px solid #dadee7;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 15px 1px;
    border: 1px solid rgb(218, 222, 231);
    margin-left: -181px;
    z-index: 10000;
}

.wechat_warp {
    width: 280px;
    padding: 50px 60px 30px;
    position: relative;
    background: #fff;
    border-radius: 5px;
}

.wechat_warp>img {
    width: 280px;
    height: 280px;
}

.close {
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 1000;
}

.icon-close {
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 1000;
}

.wechat_warp>p {
    width: 264px;
    margin: 0 auto;
    background: #12b7f5;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px 0px;
    border-radius: 2px;
    margin-top: 15px;
}

/*作品详情介绍*/

.casecbox {
    position: absolute;
    z-index: 5;
    width: 100%;
    padding: 0px 140px 0px 380px;
}

.casecboxinfo {
    position: relative;
    background: #fff;
    margin-right: 520px;
    padding: 0 20px;
    overflow: hidden;
}

.casetitle {
    margin: 130px 0 0;
    text-align: center;
}

.casetitle h1 {
    color: #8a8f99;
    font-size: 1.25em;
    font-weight: normal
}

.casetitle p {
    color: #8a8f99;
    margin: 5px 0 0;
    font-family: sanfranciscodisplay-ultralight;
    font-size: 1.5em;
    text-transform: uppercase;
}

.casemain {
    margin: 30px auto 0;
}

.casemainpic {
    position: relative;
    height: 700px;
}

.caseconimg {
    position: absolute;
    z-index: 2;
    padding: 54px 0 0;
    width: 100%;
    height: 450px;
    text-align: center;
    overflow: hidden;
}

.caseconimg img {
    width: 800px;
    height: auto;
}

.casemainm {
    height: 840px;
    position: relative;
}

.caseconimg {
    position: absolute;
    z-index: 2;
    padding: 54px 0 0;
    width: 100%;
    height: 445px;
    text-align: center;
    overflow: hidden;
}

.caseconimg img {
    width: 800px;
    height: auto;
}

.casemainm_img {
    position: absolute;
    z-index: 2;
    padding: 51px 0 0;
    width: 100%;
    height: 700px;
    text-align: center;
    overflow: hidden;
}

.casemainm_img .img {
    width: 333px;
    height: 700px;
    border-radius: 0 0 30px 30px;
    overflow: hidden;
    margin: auto;
}

.casemainm_img img {
    width: 100%;
    height: auto;
}

.caseconimgbg {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.casecontent {
    margin: 0 auto;
    width: 800px;
}

.casecontent h3 {
    color: #797b80;
    font-size: 1em;
}

.casecontentinfo {
    margin: 10px 0 0;
    color: #797b80;
    font-size: 0.75em;
    line-height: 150%;
    text-align: justify;
    text-justify: inter-ideograph;
    /*for_IE*/
}

.casecontentinfo p {
    padding: 0 0 5px;
}

.caseconimglist, .caseconimglist_m {
    margin: 70px auto 0;
    color: #333;
    line-height: 180%;
    text-align: center;
    text-justify: inter-ideograph;
    /*for_IE*/
}

.caseconimglist p {
    padding: 0 0 15px;
    line-height: 160%;
}

.caseconimglist figure {
    margin: 0 auto;
    padding: 0;
    max-width: 808px;
    overflow: hidden;
    text-align: center;
}

.caseconimglist figure img {
    padding: 3px;
    width: 800px;
    border: 1px solid #e1e6ed;
}

.caseconimglist figure a {
    display: inline-block;
    width: 100%;
}

.caseconimglist figcaption {
    display: none;
    margin: 0 auto;
    width: 100%;
    font-size: 14px;
    color: #aaa;
    line-height: 32px;
}

.caseconimglist img {
    margin: 0 0 10px;
    width: 1024px;
}

/*喜欢此作品*/

.casemore {
    margin: 0 auto 80px;
    width: 800px;
    font-size: 0.875em;
}

.caselike {
    margin: 0 0 30px;
    padding: 30px 0 0 0;
}

.caselikeico {
    margin: 0 auto;
    width: 60px;
    height: 60px;
    border: 2px solid #ff5500;
    border-radius: 100%;
    text-align: center;
}

.caselikeico img {
    margin: 12px 0 0;
    width: 40px;
}

.caselike h3 {
    margin: 10px 0 0;
    color: #444;
    font-size: 1.125em;
    font-weight: normal;
    text-align: center;
}

.caselike h4 {
    margin: 8px 0 0;
    font-size: 1.125em;
    font-weight: normal;
    text-align: center;
    line-height: 2em;
}

.caselike h4 a {
    background: #006acd;
    padding: 5px 20px;
    color: #fff;
    border-radius: 18px;
}

.caselike h4 a:hover {
    background: #ff5500;
    color: #fff;
}

/*上下条案例*/

.casepage {
    padding: 10px;
    border: 1px solid #e1e6ed;
    border-bottom: none;
}

.casepage a {
    color: #333;
}

.casepage a:hover {
    color: #006acd;
}

.related {
    margin: 0 0 15px;
    ;
    border: 1px solid #e1e6ed;
    overflow: hidden;
}

.related h5 {
    background: #f5f7fa;
    padding: 0 10px;
    font-size: 1em;
    line-height: 220%;
    border-bottom: 1px solid #e1e6ed;
}

.related ul {
    padding: 10px 5px 5px;
    overflow: hidden;
}

.related ul li {
    float: left;
    width: 33.333%;
}

/*相关热搜*/

.casewords {
    padding: 10px 10px 5px;
    height: auto;
    line-height: 180%;
    border: 1px solid #e1e6ed;
    border-bottom: none;
}

.casewords a {
    display: inline-block;
    background: #f5f7fa;
    margin: 0 5px 5px 0;
    padding: 3px 12px;
    color: #616366;
    border: 1px solid #e1e6ed;
    border-radius: 15px;
}

.casewords a:hover {
    background: #006acd;
    color: #fff;
    border: 1px solid #006acd;
}

.ho_case ul li {
    float: left;
    width: 33.333%;
    height: 160px;
    overflow: hidden;
}

.ho_case ul li span {
    color: #00a3ff;
    float: left;
    width: 100%;
    padding: 0px 30px 0px 10px;
    overflow: hidden;
    height: 0px;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
    background: url(../images/ho_case_sbg.jpg) no-repeat right center;
    transition: all .25s ease;
    font-size: 14px;
}

.ho_case ul li span i {
    line-height: 100%;
}

.ho_case ul li:hover span {
    height: 43px;
}

.ho_case ul li span i {
    color: #fff;
    font-size: 11px
}

.ho_case ul li p {
    float: left;
    width: 100%;
    height: 240px;
}

.ho_case ul li p img {
    width: 100%;
}

/*返回顶部*/

.gocasetop {
    text-align: center;
    margin: 50px 0px;
}

.gocasetop a {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 5px 12px;
    color: #7a8799;
    font-size: 0.875em;
    border: 1px solid #e1e6ed;
    border-radius: 15px;
}

.gocasetop a:hover {
    background: #006acd;
    color: #fff;
    border: none;
}

.gocasetop:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    background: #e1e6ed;
    margin: 12px 0 0 -140px;
    width: 280px;
    height: 1px;
}

.changyanxq {
    border: 1px solid #e1e6ed;
}

#cyEmoji .emoji-tip {
    text-indent: 1em;
}

#cyEmoji .emoji-list {
    padding: 15px 0px 15px 3px !important;
    box-sizing: border-box;
}

/*客户点评*/

#video {
    padding: 55px 0 100px;
}

#video .wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

#video .main {
    width: 91.25%;
    margin: 0 auto;
    position: relative;
}

#video .main.text-center {
    text-align: center;
    font-size: 0;
}

#video .video {
    width: 50.6849315%;
    max-width: 555px;
    min-height: 310px;
    position: relative;
}

#video .video .play {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#video .video .play::after {
    width: 0;
    height: 0;
    padding: 0 0 9.189189% 9.189189%;
    left: 50%;
    top: 50%;
    margin: -4.5945945% 0 0 -4.5945945%;
    background-image: url(../images/ico-play-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    position: absolute;
    z-index: 1;
    content: '';
}

#video .video .num {
    width: 27%;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #a3a3a3;
    background-color: #fff;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}

#video .video .num span {
    font-size: inherit;
    color: #006acd;
}

#video .info {
    width: 43.8356164%;
    height: 100%;
    padding-right: 10px;
    position: absolute;
    right: 0;
    top: 0;
}

#video .info .table[height='100%'] {
    height: 100%;
}

#video .info .table {
    width: 100%;
    display: table;
}

#video .info .table .table-cell {
    display: table-cell;
    vertical-align: middle;
}

#video .info .name {
    font-size: 24px;
    color: #393939;
}

#video .info .title {
    font-size: 40px;
    color: #006acd;
}

#video .info .brief {
    line-height: 18px;
    color: #7e7e7e;
    margin-top: 40px;
}

#video .info .play {
    margin-top: 70px;
}

#video .info .play a {
    color: #006acd;
    padding-left: 20px;
    background: url(../images/ico-play-2.png) no-repeat left center;
    margin-left: 10px;
}

#video .video_hd {
    text-align: center;
    position: relative;
}

#video .video_hd .main {
    display: inline-block;
    width: auto;
}

#video .video_hd a.arrow {
    display: block;
    width: 30px;
    height: 30px;
    background-color: #f00;
    position: absolute;
    top: 0px;
}

#video .video-item {
    width: 10.502283%;
    margin: 1%;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

#video .video-item.on a::before {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: #2098d4;
    opacity: .8;
    content: '';
}

#video .video-item.on a::after {
    padding: 0 0 29.56521739% 29.56521739%;
    background-image: url(../images/ico-play-1.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    left: 50%;
    top: 50%;
    margin: -14.782608695% 0 0 -14.782608695%;
    position: absolute;
    z-index: 2;
    content: '';
}

#video .video-line {
    height: 0;
    margin: 55px 20px 40px;
    border-top: 1px solid #ececec;
}

#PlayVideo {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 99;
}

#PlayVideo .Body-Mask {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.5);
}

#PlayVideo .Body-Close {
    position: absolute;
    right: 0;
    top: 0px;
    margin-right: -50px;
    width: 50px;
    height: 50px;
    background: #000 url(../images/close.gif) no-repeat;
    cursor: pointer;
}

#PlayVideo .play-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 60%;
    height: 80%;
    z-index: 19;
    background-color: #000;
}

@media screen and (max-width: 1604px) {
    .casemainpic {
        height: 480px;
    }
    .caseconimg {
        padding: 37px 0 0;
        height: 310px;
    }
    .caseconimg img {
        width: 552px;
        height: auto;
    }
    .caseconimgbg img {
        width: 720px;
    }
    .casemainm .caseconimgbg img {
        width: 600px;
    }
}

@media screen and (max-width:1368px) {
    .casecontent {
        width: 100%;
    }
    .caseconimglist figure img {
        width: 98%;
    }
    .caseconimglist img {
        width: 98%;
    }
}

@media screen and (max-width:1360px) {
    .casecontent {
        width: 100%;
    }
    .casemore {
        width: 100%;
    }
}

@media screen and (min-width: 1180px) {
    #headerb h2 {
        float: left;
        margin: 12px 0 0 15px;
        padding: 0;
    }
    #headerb h2 a {
        display: inline-block;
        background: url(../error404.html) no-repeat;
        background-size: 213px 39px;
        width: 213px;
        height: 39px;
        font-size: 28px;
        line-height: 200px;
        overflow: hidden;
    }
}

@media screen and (max-width: 1179px) {
    #headerb h2 {
        float: left;
        margin: 12px 0 0 15px;
        padding: 0;
    }
    #headerb h2 a {
        display: inline-block;
        background: url(../error404.html) no-repeat;
        background-size: 213px 39px;
        width: 213px;
        height: 39px;
        font-size: 28px;
        line-height: 200px;
        overflow: hidden;
    }
}

@media screen and (max-width: 480px) {
    #headerb h2 {
        margin: 8px 0 0 10px;
    }
    #headerb h2 a {
        background: url(../error404.html) no-repeat;
        background-size: 100px 32px;
        width: 100px;
        height: 32px;
    }
}

@media screen and (max-height:800px) {
    .caseinfo {
        margin: -180px 0 0;
    }
    .caseconlogo {
        width: 100px;
        height: 100px;
    }
    .caseinfo h3 {
        margin: 10px 0 20px;
        font-size: 1.5em;
    }
    .caseconms {
        display: none;
    }
    .caseconnext {
        margin: 20px 0 0;
    }
}

@media screen and (max-width:1280px) {
    .caser {
        width: 300px;
    }
    .caseconlogo {
        width: 120px;
        height: 120px;
    }
    .caseinfo {
        margin: -250px 0 0;
    }
    .casecbox {
        padding: 0px 140px 0px 300px;
    }
    .casecboxinfo {
        margin-right: 440px;
    }
    .changyanxq {
        display: none;
    }
}

@media screen and (max-width:1200px) {
    .casemainpic {
        height: 330px;
    }
    .caseconimg {
        padding: 26px 0 0;
        height: 215px;
    }
    .caseconimg img {
        width: 382px;
        height: auto;
    }
    .caseconimgbg img {
        width: 500px;
    }
}

@media screen and (max-width:980px) {
    .caser {
        display: none;
    }
    .casecbox {
        padding: 0px 140px 0px 0px;
    }
    .casecboxinfo {
        margin-right: 140px;
    }
    .caseconimglist {
        margin: 30px auto 0;
        padding: 30px 0 0;
        border-top: 1px solid #e1e6ed;
    }
}

@media screen and (max-width:900px) {
    .casemore {
        margin: 0 auto 20px;
    }
    .pagefooter {
        display: none;
    }
}

@media screen and (max-width: 780px) {
    .relatedpic p span {
        display: none;
        float: none;
    }
}

@media screen and (max-width:768px) {
    .casetitle {
        margin: 90px 0 0;
    }
    .casel {
        display: none;
    }
    .casecbox {
        background: #fff;
        padding: 0;
    }
    .casecboxinfo {
        margin: 0 auto;
        padding: 0;
        width: 95%;
    }
    #album-cover {
        display: none;
    }
}

@media screen and (max-width:640px) {
    .casemainpic {
        height: 220px;
    }
    .caseconimg {
        padding: 17px 0 0;
        height: 136px;
    }
    .caseconimg img {
        width: 244px;
        height: auto;
    }
    .caseconimgbg img {
        width: 320px;
    }
    .casemainm {
        height: 448px;
    }
    .casemainm .caseconimgbg img {
        width: 320px;
    }
    .casemainm .casemainm_img {
        padding: 27px 0 0;
        height: 373px;
    }
    .casemainm .casemainm_img .img {
        width: 178px;
        height: 100%;
    }
}

@media screen and (max-width:480px) {
    .casemainpic {
        height: 220px;
    }
    .caseconimg {
        padding: 16px 0 0;
        height: 128px;
    }
    .caseconimg img {
        width: 230px;
        height: auto;
    }
    .caseconimgbg img {
        width: 300px;
    }
    .caseconimglist {
        margin: 10px auto 0;
        padding: 15px 0 0;
    }
    .caseconimglist figure img {
        padding: 0;
        width: 100%;
        border: none;
    }
    .caseconimglist img {
        padding: 0;
        width: 100%;
        border: none;
    }
    .caselike h3 {
        font-size: 1em;
    }
}

@media screen and (max-width:321px) {
    .casemainpic {
        display: none;
    }
    .casemainm .caseconimgbg img {
        width: 300px;
    }
    .casemainm .casemainm_img {
        padding: 51.5px 0 0;
    }
    .casemainm .casemainm_img .img {
        width: 174px;
    }
}

@media (max-width:1200px) {
    .case_wrap ul li {
        width: calc(33.333333% - 6px);
        margin: 3px;
        box-sizing: border-box;
    }
}

@media (max-width:768px) {
    /*案例*/
    .case_wrap {
        width: auto;
    }
    .case_wrap ul {
        padding: 0px 7px
    }
    .case_wrap ul li {
        width: calc(50% - 6px);
        margin: 3px;
        box-sizing: border-box;
    }
    .case_wrap ul li .info {
        height: 40px;
    }
    .case_wrap ul li .info h5 {
        width: 100%;
        height: 20px;
        line-height: 20px;
    }
    .case_wrap ul li .info h5 a {
        font-size: 16px;
    }
    .case_wrap ul li .info .fr {
        display: none;
    }
    .casepage {
        border-bottom: 1px solid #e1e6ed;
        margin-bottom: 20px;
    }
    .gocasetop {
        margin: 30px 0px;
    }
    .somelinks {
        padding: 0 5px;
    }
    .somelinks .smmenu {
        width: 100%;
        padding: 0 0.5%;
        box-sizing: border-box;
    }
    .somelinks .smmenu a {
        width: 24%;
        margin: 0 0.5% 1%;
        font-size: 13px;
    }
    .somelinks .bgbg {
        width: 100%;
        margin-top: 10px;
    }
    .somelinks .bgbg .searchbo {
        width: calc(100% - 20px);
    }
    #video .video {
        width: 100%;
        min-height: 0;
        margin: 0 auto 20px;
        float: none;
    }
    #video .info {
        width: 100%;
        height: auto;
        position: static;
        padding: 0px;
    }
    #video .video-item {
        width: 23%;
    }
    #PlayVideo .play-box {
        width: 92%
    }
    #PlayVideo .Body-Close {
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        margin-right: 0px;
        margin-top: -30px;
    }
}

@media (max-width:540px) {
    #video .info .name {
        font-size: 16px;
    }
    #video .info .title {
        font-size: 24px;
    }
    #video .info .brief {
        margin-top: 20px;
        line-height: 21px;
    }
    #video .info .play {
        margin-top: 30px;
    }
    #video .video-line {
        margin: 30px 10px;
    }
}