.head1-index .logo{
    width: 12rem;
}

.head1-index .tdao{
    width: 46.5rem;
}

.head1-index .tel2{
    width: 18rem;
}


.x-menu > li:after, .x-menu > li:before{
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background: #fff;
    transition: all .5s linear;
}
.x-menu > li:before{
    right: -100%;
    bottom: 5px;
    background: #c9211e;
    background: -webkit-linear-gradient(left,#c9211e,#9b0000);
    background: -moz-linear-gradient(left,#c9211e,#9b0000);
    background: -ms-linear-gradient(left,#c9211e,#9b0000);
    background: -o-linear-gradient(left,#c9211e,#9b0000);
}
.x-menu > li:after{
    left: -100%;
    bottom: 0;
    background: #c9211e;
    background: -webkit-linear-gradient(left,#c9211e,#de7c1b);
    background: -moz-linear-gradient(left,#c9211e,#de7c1b);
    background: -ms-linear-gradient(left,#c9211e,#de7c1b);
    background: -o-linear-gradient(left,#c9211e,#de7c1b);
}
.x-menu > li.li1:before,
.x-menu > li:hover:before {
    right: 0;
    transition: all .5s linear
}

.x-menu > li.li1:after,
.x-menu > li:hover:after {
    left: 0;
    transition: all .5s linear
}
.x-menu > li{
    width: auto;
    margin: 0 3%;
    overflow: hidden;
}

.x-menu > li>a {
  line-height: 3.8;
  color: #fff;
  
}

.x-menu > li > a:hover{
    color: #fff;
    margin-top: 0;
    background: none;
}


@charset "UTF-8";

body,
html {
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch
}

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
li,
ol,
p,
pre,
table,
td img,
th,
ul {
    margin: 0;
    padding: 0
}

a,
abbr,
acronym,
address,
big,
blockquote,
body,
caption,
cite,
code,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
ins,
kbd,
label,
legend,
li,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
time,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline
}

body {
    font-family: "微软雅黑";
    font-size: 14px;
    text-align: left;
    margin: 0 auto;
    line-height: 24px;
    background: #fff;
    color: #333;
    font-weight: 400;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

.transition {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    outline: 0
}

a:active,
a:hover,
a:link,
a:visited {
    background: 0 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent
}

button {
    border-radius: 0;
    -webkit-border-radius: 0;
    outline: 0
}

input {
    border-radius: 0;
    outline: 0
}

img,
input,
textarea {
    border: 0
}

input:-ms-clear {
    display: none
}

textarea {
    resize: none;
    outline: 0
}

li,
ul {
    list-style: none
}

a:link,
a:visited {
    text-decoration: none
}

a:active,
a:hover {
    color: #ee002e;
    text-decoration: none
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0
}

.container {
    clear: both;
    width: 1000px;
    margin: 0 auto;
    padding: 0
}

img {
    vertical-align: middle;
    MAX-WIDTH: 100% !important;
    HEIGHT: auto !important;
    _width: expression(this.width > 100% ? "100%" :this.width) !important
}

.header {
    background: #241f1f;
    padding: 15px 0 20px
}

.header .logo {
    float: left;
    width: 149px
}

.header .nav {
    float: left;
    margin-left: 30px
}

.header .nav li {
    float: left;
    padding: 4px 10px 10px;
    position: relative;
    overflow: hidden;
    margin: 5px
}

.header .nav li:after,
.header .nav li:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 50px;
    background: #fff;
    transition: all .5s linear
}

.foot_btm,
.foot_btm .container {
    position: relative
}

.header .nav li:after {
    left: -100%;
    bottom: 0;
    background: #c9211e;
    background: -webkit-linear-gradient(left, #c9211e, #de7c1b);
    background: -moz-linear-gradient(left, #c9211e, #de7c1b);
    background: -ms-linear-gradient(left, #c9211e, #de7c1b);
    background: -o-linear-gradient(left, #c9211e, #de7c1b)
}

.header .nav li:before {
    right: -100%;
    bottom: 5px;
    background: #c9211e;
    background: -webkit-linear-gradient(left, #c9211e, #9b0000);
    background: -moz-linear-gradient(left, #c9211e, #9b0000);
    background: -ms-linear-gradient(left, #c9211e, #9b0000);
    background: -o-linear-gradient(left, #c9211e, #9b0000)
}

.header .nav li.li1:before,
.header .nav li:hover:before {
    right: 0;
    transition: all .5s linear
}

.header .nav li.li1:after,
.header .nav li:hover:after {
    left: 0;
    transition: all .5s linear
}

.header .nav li a {
    clear: both;
    display: block;
    color: #fff;
    line-height: 32px;
    font-size: 14px
}

.header .headerfr {
    float: right;
    width: 202px;
    margin-top: 8px
}

.breadnav {
    clear: both;
    line-height: 1;
    font-size: 12px;
    color: #fff;
    padding: 15px 0 24px
}

.breadnav a:link,
.breadnav a:visited {
    color: #fff;
    text-decoration: none
}

.breadnav a:active,
.breadnav a:hover {
    color: #c60000;
    text-decoration: none
}

.foot_btm,
.foot_btm a {
    color: #fff
}

.foot_btm {
    padding: 20px 0;
    z-index: 3;
    background: #1c1a1a;
    font-size: 14px;
    text-align: center
}

.foot_btm a:hover {
    color: red
}

.newboxflboxewm {
    clear: both;
    display: block;
    margin-top: 30px !important;
    padding: 0 !important;
    width: 443px
}

.floating_ck {
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -134px;
    width: 100px;
    z-index: 99
}

.floating_ck .floating_ckBox {
    clear: both;
    display: block;
    background: #d7323b;
    background: -webkit-linear-gradient(135deg, #d7323b 30%, #701034 100%);
    background: -o-linear-gradient(135deg, #d7323b 30%, #701034 100%);
    background: linear-gradient(135deg, #d7323b 30%, #701034 100%);
    border-radius: 75px;
    box-shadow: 0 4px 20px rgba(157, 3, 42, .7);
    padding-top: 118px;
    cursor: pointer;
    z-index: 99;
    position: relative;
    width: 100%;
    padding-bottom: 34px
}

.floating_ck .floating_ckBox .floating_top {
    position: absolute;
    top: -10px;
    left: -18px;
    width: 127px
}

.floating_ck .floating_ckBox .floating_box {
    clear: both;
    display: block;
    padding: 10px 0
}

.floating_ck .floating_ckBox .floating_box span {
    clear: both;
    display: block;
    padding: 6px 0;
    font-size: 14px;
    line-height: 1;
    background: url(../images/swticon01.png) left center no-repeat;
    color: #fff;
    text-align: center
}

.floating_ck .floating_ckBox .floating_bom {
    clear: both;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #ffc24d;
    font-weight: 700;
    position: relative;
    padding: 0;
    line-height: 1
}

.floating_ck .floating_ckBox .floating_bom span {
    position: absolute;
    width: 36px;
    height: 36px;
    border: 2px solid #d02e23;
    border-radius: 50%;
    background: #fff;
    background: -webkit-linear-gradient(-95deg, #fdf7f5 30%, #e3b3b0 100%);
    background: -o-linear-gradient(-95deg, #fdf7f5 30%, #e3b3b0 100%);
    background: linear-gradient(-95deg, #fdf7f5 30%, #e3b3b0 100%);
    right: 2px;
    top: -38px;
    box-shadow: 0 5px 5px rgba(112, 16, 52, .5)
}

.floating_ck .floating_ckBox .floating_bom:hover {
    text-decoration: underline;
    color: #fff
}

.floating_ck .floating_ckBox .floating_bom span img {
    position: absolute;
    width: 12px;
    left: 50%;
    margin-left: -6px;
    bottom: 2px;
    transform: scale(1);
    animation: blow01 2.5s infinite ease-in-out;
    z-index: 2
}

.floating_ck .floating_ckBox .floating_boxbom {
    width: 94px;
    position: relative
}

.floating_ck .floating_ckBox .floating_boxbom .floating_photo {
    clear: both;
    display: block;
    background: url(../images/swticon03.png) 4px center no-repeat #ffb400;
    color: #c02a39;
    font-size: 14px;
    font-weight: 700;
    background-size: 18px;
    line-height: 30px;
    padding-left: 27px;
    border-radius: 0 15px 15px 0;
    opacity: 1
}

.floating_ck .floating_ckBox .floating_boxbom .floating_ewm {
    position: absolute;
    transition: all .5s;
    right: -250px;
    top: 0;
    clear: both;
    background: #ffb400;
    width: 250px;
    border-radius: 15px;
    display: block;
    padding: 10px 0 0 10px;
    opacity: 0
}

.floating_ck .floating_ckBox .floating_boxbom:hover .floating_ewm {
    right: 0;
    opacity: 1
}

.floating_ewm .floating_ewmTop {
    clear: both;
    display: block;
    background: url(../images/swticon03.png) left center no-repeat;
    color: #c02a39;
    font-size: 14px;
    font-weight: 700;
    background-size: 18px;
    line-height: 30px;
    padding-left: 27px
}

.floating_ewm .floating_ewmBom {
    clear: both;
    display: block;
    margin-top: 2px;
    position: relative;
    padding-left: 125px;
    padding-bottom: 20px;
    padding-top: 15px
}

.floating_ewm .floating_ewmBom .floating_ewmBomFl {
    position: absolute;
    width: 110px;
    border-radius: 5px;
    overflow: hidden;
    left: 0;
    top: 0
}

.floating_i01,
.floating_i02 {
    left: 50%;
    animation: blow 2.5s infinite ease-in-out;
    position: absolute;
    top: 50%
}

.floating_ewm .floating_ewmBom .floating_ewmBomFr {
    width: 100px;
    text-align: left;
    color: #010101;
    font-size: 12px;
    line-height: 24px
}

.floating_i01 {
    width: 20px;
    height: 20px;
    border: 2px solid #d02e23;
    margin-top: -10px;
    margin-left: -11px;
    border-radius: 50%;
    transform: scale(1)
}

.floating_i02 {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -7px;
    border-radius: 50%;
    border: 1px solid #d02e23;
    opacity: 1;
    transform: scale(1)
}

.floating_i02:after,
.floating_i02:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 4px;
    height: 6px;
    background: #eed2d0;
    margin-top: -3px;
    top: 50%
}

.floating_i02:after {
    right: -1px
}

.floating_i02:before {
    left: -1px
}

@keyframes blow {

    0%,
    10.5%,
    100%,
    5%,
    90.5% {
        transform: scale(1);
        opacity: 1
    }

    10%,
    5.5% {
        transform: scale(.8)
    }

    70%,
    90% {
        transform: scale(1.3);
        opacity: 0
    }
}

@keyframes blow01 {

    0%,
    10.5%,
    100%,
    15%,
    5%,
    90.5% {
        transform: scale(1);
        opacity: 1
    }

    10%,
    5.5% {
        transform: scale(.8)
    }
}

.FloatPim {
    position: fixed;
    right: 10px;
    bottom: 90px;
    width: 70px;
    height: 70px;
    z-index: 5;
    display: none
}

.FloatPim.on {
    display: block
}

.FloatPim .FloatPimBox {
    position: absolute;
    transition: all .5s;
    left: 100px;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%
}

.FloatPim .FloatPimBox.on {
    left: 0
}

.FloatPim .FloatPimBox .FloatPimPic {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(12, 30, 39, .2);
    cursor: pointer
}

.FloatPim .FloatPimBox .FloatPimPic img {
    vertical-align: top
}

.FloatPim .FloatPimBox .FloatPimBoxItem {
    position: absolute;
    z-index: 20;
    left: -78px;
    bottom: -27px;
    width: 225px;
    border-radius: 10px 10px 0;
    background: #fff;
    box-shadow: 0 2px 10px rgba(12, 30, 39, .2);
    transition: all .5s;
    opacity: 0;
    overflow: hidden;
    transform: scale(0);
    border: 1px solid #5ba4ed;
    padding: 10px 15px 0
}

.FloatPim .FloatPimBox .FloatPimBoxItem.on {
    left: -240px;
    opacity: 1;
    transform: scale(1);
    bottom: 10px
}

.FloatPim .FloatPimBox .FloatPimBoxItem h5 {
    clear: both;
    display: block;
    font-size: 16px;
    color: #333
}

.FloatPim .FloatPimBox .FloatPimBoxItem h5 span {
    font-weight: 700;
    color: #5ba4ed
}

.FloatPim .FloatPimBox .FloatPimBoxItem p {
    clear: both;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #999;
    margin-top: 5px;
    margin-bottom: 5px;
    width: 193px
}

.FloatPim .FloatPimBox .FloatPimBoxItem>span {
    font-size: 18px
}

.FloatPim .FloatPimBox .FloatPimBoxItem>span span {
    color: #5aa4ed;
    font-weight: 700
}

.FloatPim .FloatPimBox .FloatPimBoxItem a {
    float: right;
    background: #5ba4ed;
    font-size: 16px;
    color: #fff;
    border-radius: 10px 0 0;
    padding: 5px 10px;
    margin-right: -15px;
    width: 85px
}

.FloatPim .FloatPimBox .FloatPimclose {
    position: absolute;
    width: 12px;
    height: 11px;
    background: url(../images/closeicon01.png) center center no-repeat;
    right: -20px;
    top: 10px;
    cursor: pointer;
    display: block
}

#toTop {
    display: none;
    transition: background .5s;
    text-decoration: none;
    position: fixed;
    bottom: 0;
    right: 0;
    overflow: hidden;
    width: 107px;
    height: 50px;
    z-index: 999;
    text-align: center;
    background-color: #596382;
    cursor: pointer
}

#toTop span {
    padding: 10px 30px 0;
    display: block;
    clear: both
}

#toTop span img {
    width: 100%
}

#toTop:hover {
    background-color: #ff654c;
    transition: background .5s
}

#LR_Tb4 tbody tr td:nth-child(2) p strong:nth-child(3) {
    font-size: 16px
}

#LR_Tb4 tbody tr td:nth-child(2) p strong:nth-child(5) {
    font-size: 16px
}

.insideban05 {
    /* background: url(../images/caseban.jpg) center top no-repeat;
    background-size: 100% */
    margin-top: -25%;
    position: relative;
    z-index: 999;
}

.probantxt {
    clear: both;
    text-align: center;
    padding: 14px 0 50px;
    line-height: 1
}

.probantxt h1 {
    color: #fff;
    font-family: "Microsoft YaHei";
    font-size: 40px;
    font-weight: 700;
    background: url("../images/prozhtit.png") left center no-repeat;
    padding-left: 25px;
    background-size: 11px;
    display: inline-block
}

.probantxt h1 span {
    display: inline-block;
    margin-left: 25px;
    color: #c3311c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, #bf211d, #d3751b)
}

.casebox {
    clear: both;
    position: relative;
    background: url(../images/casebox.png) center top repeat-x;
    padding: 0 30px 30px
}

.casebox:before {
    content: "";
    position: absolute;
    left: 31px;
    top: -109px;
    width: 66px;
    height: 194px;
    /* background: url(../images/caseboxtitbg01.png) center top no-repeat; */
    background-size: 66px;
    z-index: 1;
    display: none;
}

.caseboxtit {
    clear: both;
    background: url("../images/caseboxtit.png") left top no-repeat;
    width: 1052px;
    height: 84px;
    background-size: 1052px 84px;
    color: #fff;
    line-height: 84px;
    text-align: center;
    font-size: 22px;
    letter-spacing: 25px;
    position: relative;
    top: 38px;
    z-index: 99;
}

.page-wrap-right{
    padding-top: 110px;
}

.casebox .caseboxtit span {
    float: left
}

.casebox .caseboxtit ul {
    float: left;
    padding-left: 20px
}

.casebox .caseboxtit ul li {
    float: left;
    position: relative;
    margin-right: 50px
}

.casebox .caseboxtit ul li a {
    color: #fff;
    cursor: pointer
}

.casebox .caseboxtit ul li a:hover {
    text-decoration: underline
}

.casebox .caseboxtit ul li.current a {
    font-weight: 700
}

.casebox .caseboxtit ul li:after {
    content: "";
    width: 21px;
    height: 12px;
    background: url(../images/caseclass.png) center center no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: -36px
}

.casebox .caseboxtit ul li:last-child:after {
    display: none
}

.casebox .caselist {
    margin-left: -56px;
    overflow: hidden
}

.casebox .caselist li {
    float: left;
    position: relative;
    margin-left: 56px;
    width: 276px;
    background: #f7f9ff;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 20px;
    margin-bottom: 55px
}

.casebox .caselist li:after,
.casebox .caselist li:before {
    content: "";
    position: absolute;
    bottom: 0;
    transition: left .5s linear
}

.casebox .caselist li:after {
    background: #c9221e;
    width: 70px;
    left: -70px;
    height: 7px;
    z-index: 2
}

.casebox .caselist li:before {
    background: #da6a1c;
    width: 98px;
    left: -98px;
    height: 3px;
    z-index: 1
}

.casebox .caselist li:hover:after {
    transition: left .5s linear;
    left: 0
}

.casebox .caselist li:hover:before {
    transition: left 1.2s linear -.3s;
    left: 0
}

.casebox .caselist li .caselistitem {
    padding: 0 15px;
    height: 103px
}

.casebox .caselist li .caselistitem h2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0 0;
    height: 40px;
    overflow: hidden
}

.casebox .caselist li .caselistitem p {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    padding: 5px 0
}

.casebox .caselist li .caselistitem p span {
    color: #c60000
}

.caselistpic {
    clear: both;
    position: relative;
    display: block;
    overflow: hidden
}

.caselistpic img {
    width: 100%;
    max-height: 300px;
}

.caselistpic a.caselistpicicon {
    position: absolute;
    right: 18px;
    bottom: -25px;
    background: #fff;
    box-shadow: 2px 3px 14px rgba(0, 0, 0, .38) inset;
    border-radius: 50%;
    font-style: normal;
    font-size: 14px;
    width: 60px;
    height: 60px;
    line-height: 39px;
    text-align: center;
    color: #c9221e
}

.caselistpic a.caselistpicicon i {
    font-style: normal
}

@media (min-width:1440px) {
    .container {
        width: 1200px
    }

    .header {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .header .logo {
        width: 175px
    }

    .header .nav {
        margin-left: 36px
    }

    .header .nav li {
        padding: 8px 4px 10px;
        margin: 0 15px
    }

    .header .nav li:after,
    .header .nav li:before {
        width: 50px
    }

    .header .nav li a {
        font-size: 16px;
        line-height: 30px
    }

    .header .headerfr {
        width: 244px
    }

    .breadnav {
        font-size: 14px;
        padding: 18px 0 27px
    }

    .probantxt {
        padding: 20px 0 60px
    }

    .probantxt h1 {
        font-size: 48px;
        background-size: 14px;
        padding-left: 32px
    }

    .probantxt h1 span {
        margin-left: 32px
    }

    .casebox {
        padding: 0 37px 50px
    }

    .casebox:before {
        width: 74px;
        height: 230px;
        background-size: 74px;
        top: -116px;
        left: 38px
    }

    .casebox .caseboxtit {
        background-size: 806px;
        height: 63px;
        top: -32px;
        margin-bottom: 18px;
        font-size: 16px;
        padding-left: 65px;
        line-height: 58px;
        margin-left: 55px
    }

    .casebox .caselist {
        margin-left: -67px
    }

    .casebox .caselist li {
        margin-left: 67px;
        width: 330px;
        border-radius: 7px
    }

    .casebox .caselist li .caselistitem {
        height: 119px;
        padding: 0 20px
    }

    .casebox .caselist li .caselistitem h2 {
        font-size: 17px;
        margin: 25px 0 0;
        line-height: 24px;
        height: 48px
    }

    .casebox .caselist li .caselistitem p {
        font-size: 14px;
        line-height: 24px
    }

    .floating_ck {
        width: 120px;
        margin-top: -164px
    }

    .floating_ck .floating_ckBox {
        padding-bottom: 54px
    }

    .floating_ck .floating_ckBox .floating_top {
        width: 146px
    }

    .floating_ck .floating_ckBox .floating_bom {
        font-size: 17px;
        padding-top: 10px
    }

    .floating_ck .floating_ckBox .floating_bom span {
        width: 41px;
        height: 41px
    }

    .floating_ck .floating_ckBox .floating_bom span img {
        width: 17px;
        margin-left: -9px;
        bottom: 3px
    }

    .floating_i01 {
        margin-top: -15px;
        margin-left: -13px;
        width: 22px;
        height: 22px
    }

    .floating_i02 {
        width: 14px;
        height: 14px;
        margin-top: -11px;
        margin-left: -9px
    }

    .floating_ck .floating_ckBox .floating_box {
        padding: 12px 0
    }

    .floating_ck .floating_ckBox .floating_box span {
        padding: 8px 0;
        font-size: 16px
    }

    .floating_ck .floating_ckBox .floating_boxbom {
        width: 113px
    }

    .floating_ck .floating_ckBox .floating_boxbom .floating_photo {
        font-size: 17px;
        background-size: 22px;
        line-height: 40px;
        padding-left: 31px;
        border-radius: 0 20px 20px 0
    }

    .floating_ck .floating_ckBox .floating_boxbom .floating_ewm {
        border-radius: 20px;
        padding: 10px 0 0 14px
    }

    .floating_ewm .floating_ewmBom {
        margin-top: 5px
    }

    .floating_ewm .floating_ewmBom .floating_ewmBomFl {
        border-radius: 10px
    }

    .floating_ewm .floating_ewmBom .floating_ewmBomFr {
        font-size: 14px;
        line-height: 26px
    }

    .floating_ewm .floating_ewmTop {
        font-size: 17px;
        background-size: 22px;
        line-height: 30px;
        padding-left: 29px
    }
}

@media (min-width:1860px) {
    .container {
        width: 1600px;
		padding-top: 140px;
    }

    .header {
        padding-top: 25px;
        padding-bottom: 30px
    }

    .header .logo {
        width: 231px
    }

    .header .nav {
        margin-left: 67px
    }

    .header .nav li {
        padding: 10px 5px;
        margin: 0 25px
    }

    .header .nav li a {
        font-size: 18px;
        line-height: 40px
    }

    .header .nav li:after,
    .header .nav li:before {
        width: 53px
    }

    .header .headerfr {
        width: 323px
    }

    .breadnav {
        font-size: 16px;
        padding: 25px 0 46px
    }

    .probantxt {
        padding: 26px 0 82px
    }

    .probantxt h1 {
        font-size: 64px;
        background-size: 18px;
        padding-left: 42px
    }

    .probantxt h1 span {
        margin-left: 45px
    }

    .casebox {
        padding: 0 48px 80px
    }

    .casebox:before {
        width: 106px;
        height: 309px;
        background-size: 106px;
        top: -176px;
        left: 45px
    }

    .casebox .caseboxtit {
        background-size: 1070px;
        height: 84px;
        font-size: 20px;
        line-height: 80px;
        padding-left: 85px;
        top: -42px;
        margin-bottom: 24px;
        margin-left: 74px
    }

    .casebox .caselist {
        margin-left: -90px
    }

    .casebox .caselist li {
        margin-left: 90px;
        width: 441px;
        border-radius: 7px;
        padding-bottom: 30px
    }

    .casebox .caselist li .caselistitem {
        height: 147px;
        padding: 0 28px
    }

    .casebox .caselist li .caselistitem h2 {
        font-size: 20px;
        margin: 35px 0 0;
        line-height: 28px;
        height: 56px
    }

    .casebox .caselist li .caselistitem p {
        font-size: 16px;
        line-height: 26px;
        padding: 6px 0
    }

    .floating_ck {
        width: 140px;
        margin-top: -191px
    }

    .floating_ck .floating_ckBox {
        padding-top: 136px;
        padding-bottom: 60px
    }

    .floating_ck .floating_ckBox .floating_top {
        width: 164px
    }

    .floating_ck .floating_ckBox .floating_bom {
        font-size: 20px
    }

    .floating_ck .floating_ckBox .floating_bom span {
        width: 46px;
        height: 46px
    }

    .floating_ck .floating_ckBox .floating_bom span img {
        width: 19px;
        margin-left: -7px
    }

    .floating_i01 {
        width: 26px;
        height: 26px;
        margin-top: -16px;
        margin-left: -13px
    }

    .floating_i02 {
        width: 16px;
        height: 16px;
        margin-top: -11px;
        margin-left: -8px
    }

    .floating_ck .floating_ckBox .floating_box {
        padding: 15px 0
    }

    .floating_ck .floating_ckBox .floating_box span {
        padding: 10px 0;
        font-size: 18px
    }

    .floating_ck .floating_ckBox .floating_boxbom {
        width: 132px
    }

    .floating_ck .floating_ckBox .floating_boxbom .floating_photo {
        font-size: 20px;
        background-size: 26px;
        line-height: 50px;
        padding-left: 40px;
        border-radius: 0 25px 25px 0;
        background-position: 8px center
    }

    .floating_ck .floating_ckBox .floating_boxbom .floating_ewm {
        border-radius: 25px;
        padding: 15px 0 0 17px
    }

    .floating_ewm .floating_ewmBom {
        margin-top: 8px
    }

    .floating_ewm .floating_ewmBom .floating_ewmBomFr {
        font-size: 16px;
        line-height: 28px
    }

    .floating_ewm .floating_ewmTop {
        font-size: 20px;
        background-size: 26px;
        padding-left: 35px
    }
}

@media (min-width:1920px) {
    .insideban05 {
        /* background-size: 100% 552px */
    }
}

.ie8-hack .casebox .caseboxtit {
    margin-left: 0
}

.ie8-hack .casebox:before {
    background: 0 0;
    display: none
}