@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 {
    color: #333;
    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.current:before,
.header .nav li:hover:before {
    right: 0;
    transition: all .5s linear
}

.header .nav li.current: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: #fccc00;
    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%;
    transform: scale(1);
    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%
}

.floating_i02 {
    width: 12px;
    height: 12px;
    margin-top: -6px;
    margin-left: -7px;
    border-radius: 50%;
    border: 1px solid #d02e23;
    opacity: 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
}

.insideban06 {
    background: url(../images/caseban02.jpg) center top no-repeat
}

.caseone {
    padding-bottom: 24px
}

.caseone .caseonefl {
    float: left;
    width: 401px
}

.caseone .caseonefl h1 {
    display: inline-block;
    color: #c3311c;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, #bf211d, #d3751b);
    font-size: 21px;
    position: relative;
    line-height: 30px;
    padding-right: 40px;
    padding-bottom: 10px
}

.caseone .caseonefl .caseoneflmid {
    padding: 0 40px 10px 0;
    height: 191px
}

.caseone .caseonefl .caseoneflmid p {
    clear: both;
    color: #fff;
    background: url(../images/homeoneicon01.png) left 13px no-repeat;
    background-size: 8px;
    padding: 5px 0 5px 19px
}

.caseone .caseonefl .caseoneflbom {
    clear: both;
    background: #fff;
    border-radius: 3px 0 0 3px;
    overflow: hidden;
    padding: 0 40px 15px 23px;
    margin-right: -20px
}

.caseoneflbomtit {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 0 5px 15px;
    background: url(../images/homeoneicon01.png) left 24px no-repeat;
    background-size: 8px
}

.caseone .caseonefl .caseoneflbombox {
    clear: both;
    overflow: hidden;
    height: 157px
}

.content_mid {
    clear: both;
    display: block;
    padding-top: 15px;
    padding-bottom: 10px;
    overflow: hidden
}

.content_mid ul {
    clear: both;
    width: 100%
}

.content_mid ul li {
    float: left;
    width: 130px;
    text-align: center
}

.content_mid ul li div {
    margin: 0 5px;
    background: #d6591c;
    border-radius: 10px
}

.content_mid ul li div .protwofrhotpic {
    clear: both;
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 9px rgba(87, 19, 13, .4);
    overflow: hidden
}

.content_mid ul li div .protwofrhotpic img {
    width: 100%
}

.content_mid ul li div .protwofrhottxt {
    clear: both;
    display: block;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.bottom_scroll {
    width: 100%;
    height: 10px;
    padding-top: 2px
}

.bottom_scroll span {
    float: left;
    width: 20px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    cursor: pointer;
    text-indent: 99em;
    overflow: hidden
}

.scroll_border {
    margin: 0 auto;
    width: 100%;
    height: 6px;
    position: relative;
    background: #d6d6d6;
    border-radius: 3px
}

.scroll_btn {
    cursor: pointer;
    width: 20px;
    height: 10px;
    background: #d6591c;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: -2px
}

.caseone .caseonefr {
    float: right;
    width: 599px;
    position: relative
}

.caseone .caseonefr .caseonefrbtn {
    position: absolute;
    background: url(../images/caseicon01.png) center top no-repeat;
    background-size: 56px;
    left: -56px;
    top: 97px;
    height: 103px;
    color: #fff;
    cursor: pointer;
    padding: 43px 7px 0 21px;
    width: 56px;
    line-height: 14px;
    font-size: 12px
}

.caseone .caseonefr .caseonefrpic {
    border-radius: 12px;
    overflow: hidden
}

.caseone .caseonefr .caseonefrpic img {
    width: 100%
}

.casetwo {
    clear: both;
    background: url(../images/casetwobg01.jpg) center top no-repeat #fff;
    background-size: 1000px;
    margin-top: -20px;
    position: relative;
    padding-top: 30px
}

.casetwo:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 100px;
    background: #fff
}

.casetwo .casetwonav {
    clear: both;
    width: 700px;
    margin: 0 auto;
    background: #f1eff2;
    border-radius: 30px 10px;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.casetwo .casetwonav li {
    float: left;
    position: relative;
    padding: 12px 0;
    text-align: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1
}

.casetwo .casetwonav li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 1px;
    height: 20px;
    background: #999
}

.casetwo .casetwonav li:first-child:after {
    display: none
}

.casetwo .casetwonav li a {
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    position: relative
}

.casetwo .casetwonav li a:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -28px;
    bottom: -8px;
    width: 56px;
    height: 3px;
    background: url(../images/caseicon03.png) center center no-repeat;
    background-size: 100%
}

.casetwo .casetwonav li a.on:after,
.casetwo .casetwonav li a:hover:after {
    background-image: url(../images/caseicon04.png)
}

.casetwo .casetwonav li a.on,
.casetwo .casetwonav li a:hover {
    color: #ca261e;
    font-weight: 700
}

.casetwo .casetwofl {
    clear: both;
    width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 2
}

.casetwo .casetwofl h3 {
    color: #272727;
    line-height: 30px;
    margin: 20px 0 30px;
    font-size: 32px;
    text-align: center
}

.casetwo .casetwofl h3:after,
.casetwo .casetwofl h3:before {
    content: "";
    display: inline-block;
    position: relative;
    z-index: -1
}

.casetwo .casetwofl h3:before {
    background: url(../images/caseicon011.png) center top no-repeat;
    background-size: 100%;
    width: 133px;
    height: 133px;
    margin: 0 -82px -50px 0
}

.casetwo .casetwofl h3:after {
    background: url(../images/caseicon02.png) center top no-repeat;
    background-size: 100%;
    width: 113px;
    height: 114px;
    margin: 0 0 -73px -32px
}

.ie8-hack .casetwo .casetwonav {
    display: block;
    overflow: hidden;
    text-align: center
}

.ie8-hack .casetwo .casetwonav li {
    float: none;
    display: inline-block;
    width: 33.3333%;
    text-align: center
}

.ie8-hack .casetwo .casetwofl h3 {
    background: 0 0;
    padding-left: 0
}

.casetwo .casetwofl p {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 32px
}

.casetwo .casetwofl a {
    color: #df1111
}

.casetwo .casetwofl img {
    margin: 0 auto;
    display: block
}

.casetwofl video {
    clear: both;
    margin: 17px auto;
    display: block;
    width: 100%
}

.casetwotop {
    clear: both;
    border-radius: 10px;
    background: url(../images/casetwobg02.jpg) center center;
    border: 1px solid #f7a837;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.casetwotop .casetwotopfl {
    float: left;
    width: 23.53%;
    margin-left: 2.5%;
    margin-top: 1%;
    margin-bottom: 1%;
    padding-right: 1.2%;
    border-right: 1px solid #f7a837;
    overflow: hidden
}

.casetwotop .casetwotopfl span {
    clear: both;
    display: block;
    border: 1px solid #f7a837;
    border-radius: 10px;
    color: #f7a837;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background: url(../images/casetwopic01.jpg) center top no-repeat;
    background-size: 100%;
    height: 71px;
    line-height: 69px
}

.casetwotop .casetwotopfr {
    float: right;
    width: 70.2%;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-right: 2.5%;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    position: relative
}

.casetwotop .casetwotopauthor {
    position: absolute;
    right: 10px;
    bottom: 10px
}

.casetwotop .casetwotopauthor:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: -50px
}

.casetwo .protwofr ul {
    background: 0 0
}

.casethree {
    padding: 30px 0 80px
}

.casethree .casethreetit {
    background: url(../images/homeoneicon01.png) left center no-repeat;
    background-size: 14px
}

.casethree .casethreetit h4 {
    clear: both;
    font-family: "Microsoft JhengHei", "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
    font-size: 26px;
    padding-left: 26px;
    line-height: 1
}

.casethree ul li .casethreetxt,
.casethree ul li.nyb_casesixli a {
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.casethree ul {
    clear: both;
    margin-left: -36px;
    padding-top: 34px
}

.casethree ul li {
    float: left;
    width: 256px;
    margin-left: 36px;
    background: #e9efff;
    overflow: hidden;
    border-radius: 10px
}

.casethree ul li:first-child:hover,
.casethree ul li:nth-child(2):hover {
    background: #df1111
}

.casethree ul li:first-child:hover a,
.casethree ul li:nth-child(2):hover a {
    color: #fff
}

.casethree ul li a {
    display: block
}

.casethree ul li .casethreepic,
.casethree ul li .casethreepic img {
    clear: both;
    width: 100%;
    display: block
}

.casethree ul li .casethreetxt {
    color: #1b1b1b;
    padding: 10px 20px
}

.casethree ul li.nyb_casesixli {
    padding: 30px 35px 0;
    width: 416px;
    height: 236px
}

.casethree ul li.nyb_casesixli a {
    clear: both;
    display: block;
    font-size: 12px;
    background: url(../images/prodot01.png) left 14px no-repeat;
    color: #666;
    padding: 5px 0 5px 15px;
    background-size: 6px
}

.casethree ul li.nyb_casesixli a.nyb_casesixlitit {
    font-size: 18px;
    color: #1b1b1b;
    line-height: 1;
    padding-bottom: 20px;
    padding-left: 0;
    background: 0 0
}

.casethree ul li.nyb_casesixli a:hover {
    color: #df1111
}

.profour {
    clear: both;
    background-size: 100%;
    margin-top: -54px;
    min-width: 1000px;
    position: relative;
    z-index: 3
}

.inside+.profour {
    margin-top: 0
}

.profour .container {
    position: absolute;
    left: 50%;
    top: 70px;
    margin-left: -500px
}

.profour .profourtop {
    margin-left: 40px;
    width: 566px;
    height: 43px;
    font-size: 14px;
    background: url(../images/profouricon01.png) center left no-repeat;
    background-size: 566px;
    color: #fff;
    padding: 12px 0 0 17px;
    line-height: 24px
}

.profour .profourtop span {
    float: left;
    position: relative;
    font-size: 22px;
    background: url(../images/profouricon02.png) right center no-repeat;
    padding-right: 42px;
    background-size: 32px;
    margin-right: 10px
}

.profourbom {
    border-radius: 5px;
    background: url(../images/homefivebg.jpg);
    margin: 0 20px;
    padding: 20px 0 30px
}

.profourbom .profourfl {
    float: left;
    width: 320px;
    margin: 0 0 0 20px;
    position: relative
}

.profourbom .profourfl:after {
    content: "";
    position: absolute;
    left: 33px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #eee
}

.profourbom .profourfl dt {
    clear: both;
    position: relative;
    font-size: 24px;
    color: #bc0000;
    font-weight: 700;
    border: 1px solid #e1e1e1;
    background: #fff;
    line-height: 1;
    padding: 9px 0 9px 45px;
    margin-left: 35px;
    z-index: 2
}

.profourbom .profourfl dd,
.profourbom .profourfl dt i {
    font-size: 16px;
    line-height: 1;
    font-family: "Microsoft JhengHei", "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
    clear: both
}

.profourbom .profourfl dt span {
    position: absolute;
    left: -35px;
    top: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    width: 70px;
    height: 70px
}

.profourbom .profourfl dt i {
    color: #272727;
    display: block;
    font-style: normal;
    padding-top: 11px
}

.profourbom .profourfl dd {
    padding-left: 27px;
    font-weight: 700;
    color: #272727;
    margin-left: 21px;
    position: relative;
    margin-top: 28px;
    z-index: 2
}

.profourbom .profourfl dd span {
    font-size: 12px;
    color: #272727
}

.profourbom .profourfl dd:after {
    content: "";
    position: absolute;
    left: 7px;
    bottom: 0;
    width: 17px;
    height: 12px;
    border-radius: 50%;
    background: rgba(150, 150, 150, .52)
}

.profourbom .profourfl dd i {
    position: absolute;
    left: 0;
    top: -5px;
    font-size: 18px;
    font-style: normal;
    color: #878787;
    line-height: 1
}

.profourbom .profourfl dd:nth-child(2) {
    color: #bc0000
}

.profourbom .profourfl dd:nth-child(2) i {
    color: #bc0000
}

.profourbom .profourfl dd:nth-child(2):after {
    background: rgba(182, 24, 24, .52)
}

.profourpic img,
.profourpicbom img {
    width: 100%
}

.casemagess .profourbom .profourfl {
    width: 291px
}

.casemagess .profourbom .profourfl dd {
    margin-left: 0
}

.casemagess .profourbom .profourfl dd span {
    font-size: 12px;
    color: #272727
}

.casemagess .profourbom .profourfl dd:nth-child(2) {
    background: 0 0
}

.casemagess .profourbom .profourfr {
    width: 590px;
    padding: 27px 17px 33px 25px
}

.casemagess .profourbom .profourfl:after {
    top: 81px;
    left: 12px
}

.profourcase .profourcasefl,
.profourcase .profourcasefr {
    float: left;
    width: 71px;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #eee
}

.profourcase p {
    float: left;
    width: 140px;
    text-align: center;
    padding-top: 18px;
    font-weight: 700;
    font-family: "Microsoft JhengHei", "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif
}

.profourcase p span {
    clear: both;
    display: block;
    text-align: center;
    padding-bottom: 5px
}

.profourcase p span i {
    width: 6px;
    height: 6px;
    margin: 0 8px;
    background-color: #bc0000;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both
}

.profourcase p span i:first-child {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.profourcase p span i:nth-child(2) {
    -webkit-animation-delay: -.64s;
    animation-delay: -.64s
}

.profourcase p span i:nth-child(3) {
    -webkit-animation-delay: -.48s;
    animation-delay: -.48s
}

.profourcase p span i:nth-child(4) {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.profourcase p span i:nth-child(5) {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

@-webkit-keyframes sk-three-bounce {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-three-bounce {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.profourbom .profourfr {
    float: right;
    margin-right: 43px;
    display: block;
    width: 549px;
    position: relative;
    border-radius: 5px;
    box-shadow: -4px 0 8px rgba(0, 0, 0, .09);
    background: url(../images/protwoicon03.jpg) right bottom no-repeat #fff;
    padding: 27px 27px 33px 40px;
    background-size: 330px
}

.profourbom .profourfr:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/protwoicon04.jpg) center top no-repeat;
    border-top-right-radius: 5px;
    width: 63px;
    height: 47px;
    background-size: 63px
}

.ie8-hack .profourbom .profourfr:before {
    display: none
}

.profourbom.noprofourfr .profourfr:before {
    display: none
}

.profourbom .profourfr .cont_form {
    float: left;
    width: 302px;
    padding-right: 21px;
    position: relative
}

.profourbom .profourfr .cont_form .btnclick {
    position: absolute;
    left: 108px;
    bottom: -49px
}

.profourbom .profourfr .cont_form .btnclick .btn_submit {
    width: 138px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    background-color: #c9221e;
    background-image: linear-gradient(90deg, #c9211e 0, #de7c1b 50%, #c9211e 100%);
    background-position: left center;
    background-size: 200% 100%;
    background-repeat: no-repeat;
    transition: background-position .6s ease;
    color: #fff;
    font-size: 14px;
    cursor: pointer
}

.profourbom .profourfr .cont_form .btnclick .btn_submit:hover {
    background-position: right center
}

.profourbom .profourfr .cont_form li {
    clear: both;
    display: block;
    padding-bottom: 16px
}

.profourbom .profourfr .cont_form li span {
    float: left;
    font-size: 14px;
    color: #353535;
    width: 50px;
    text-align: left;
    line-height: 32px;
	position:relative;
}


.profourbom .profourfr .cont_form li:first-child span:after {
    content: "";
    position: absolute;
    left: 62px;
    top: 8px;
    width: 24px;
    height: 24px;
    background: url(../images/homefiveicon04.png) no-repeat;
    background-size: 24px
}

.profourbom .profourfr .cont_form li:first-child+li span:after {
    content: "";
    position: absolute;
    left: 62px;
    top: 8px;
    width: 24px;
    height: 24px;
    background: url(../images/homefiveicon03.png) no-repeat;
    background-size: 24px
}

.profourbom .profourfr .cont_form li:first-child+li+li span:after {
    content: "";
    position: absolute;
    left: 62px;
    top: 8px;
    width: 24px;
    height: 24px;
    background: url(../images/homefiveicon02.png) no-repeat;
    background-size: 24px
}

.profourbom .profourfr .cont_form li span font {
    color: red
}

.profourbom .profourfr .cont_form li input,
.profourbom .profourfr .cont_form li textarea {
    float: right;
    border: 1px solid #e1e1e1;
    width: 225px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding: 3px 10px 3px 30px
}

.profourbom .profourfr .cont_form li input {
    border-radius: 3px;
    height: 32px
}

.profourbom .profourfr .cont_form li input:-webkit-autofill {
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0 1000px #FFF inset !important;
    box-shadow: 0 0 0 1000px #FFF inset !important
}

.profourbom .profourfr .cont_form li textarea {
    font-family: "微软雅黑";
    border-radius: 3px;
    height: 57px
}

.profourbom .profourfr .cont_form li .btnSub {
    font-size: 12px;
    color: #fff;
    background: #1c1c1c;
    line-height: 26px;
    text-align: center;
    width: 100%
}

.profourbom .profourfr .cont_form.casefrom {
    width: 100%;
    padding: 0
}

.profourbom .profourfr .cont_form.casefrom ul {
    clear: both;
    overflow: hidden;
    width: 100%
}

.profourbom .profourfr .cont_form.casefrom ul li {
    float: left;
    width: 259px;
    clear: none;
    margin-right: 15px
}

.profourbom .profourfr .cont_form.casefrom ul li input {
    clear: both;
    display: block;
    width: 100%;
    padding: 3px 10px
}

.profourbom .profourfr .cont_form.casefrom ul li select {
    clear: both;
    display: block;
    width: 100%;
    padding: 3px 10px;
    height: 32px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    font-size: 14px;
    color: #333;
    line-height: 24px
}

.profourbom .profourfr .cont_form.casefrom ul li:last-child {
    width: 535px
}

.profourbom .profourfr .cont_form.casefrom ul li textarea {
    width: 100%;
    float: left;
    padding: 3px 10px
}

.profourbom .profourfr .cont_form.casefrom .btnclick {
    left: 190px
}

.profourbom .profourfr .cont_form.casefrom ul li input::-webkit-input-placeholder,
.profourbom .profourfr .cont_form.casefrom ul li textarea::-webkit-input-placeholder {
    color: #333
}

.marqueetop {
    float: right;
    height: 154px;
    width: 180px;
    border-left: 1px solid #e9e9e9;
    padding-left: 15px;
    overflow-y: hidden
}

.marqueetop div,
.marqueetop li {
    width: 100%;
    overflow: hidden;
    clear: both
}

.marqueetop li {
    padding: 15px 0;
    border-bottom: 1px dashed #e9e9e9
}

.marqueetop li p {
    font-size: 14px;
    color: #2d2d2d;
    line-height: 24px
}

.marqueetop li p strong {
    clear: both;
    display: block;
    padding-bottom: 2px
}

.marqueetop li time {
    clear: both;
    display: block;
    line-height: 1;
    color: #a6a6a6;
    font-size: 12px
}

.casetopitem {
    padding: 10px 0
}

.casetopitem .casetopitemtop {
    clear: both;
    display: block;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
    margin: 0 !important
}

.casetopitem .casetopitemtop .casetopitemtoptit {
    clear: both;
    display: block;
    text-align: center;
    color: #353e4d;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding: 0 0 25px
}

.casetopitem .casetopitemtop .casetopitemtoptxt {
    clear: both;
    display: block;
    text-align: center;
    color: #5c6c89;
    padding: 0;
    font-size: 16px;
    line-height: 32px
}

.casetopitem .casetopitemtop:after,
.casetopitem .casetopitemtop:before {
    display: block;
    content: "";
    position: absolute
}

.casetopitem .casetopitemtop:after {
    width: 25px;
    height: 25px;
    background: url(../images/caseitem01icon02.png) center center no-repeat;
    background-size: 100%;
    top: 29px;
    left: 50%;
    margin-left: -17px;
    z-index: 2
}

.casetopitem ul,
.casetopitemtwo ul {
    margin-left: -20px;
    padding-top: 15px;
    clear: both
}

.casetopitem .casetopitemtop:before {
    z-index: 1;
    border: 1px solid #939eb2;
    left: 50px;
    right: 50px;
    height: 100px;
    top: 40px
}

.casetopitem ul {
    position: relative;
    z-index: 2
}

.casetopitem ul li,
.casetopitemtwo ul li {
    box-shadow: 11px 11px 13px rgba(58, 75, 98, .11);
    margin-left: 20px
}

.casetopitem ul li {
    border-radius: 10px;
    padding: 15px;
    float: left;
    width: 220px;
    background: #d6612f !important;
    background: -webkit-linear-gradient(left, #f3a136, #ca472d) !important;
    background: -o-linear-gradient(left, #f3a136, #ca472d) !important;
    background: linear-gradient(to right, #f3a136, #ca472d) !important;
    position: relative;
    height: 410px
}

.casetopitem ul li:before {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border-radius: 10px;
    background: url(../images/caseitem01bg.png) center top no-repeat;
    background-size: cover
}

.casetopitem ul li p.casetopitembomtit {
    padding: 0 0 15px !important;
    color: #a3bade !important;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1 !important
}

.casetopitem ul li p.casetopitembomtit strong {
    color: #fff;
    font-size: 20px;
    padding-right: 10px
}

.casetopitem ul li p.casetopitembomtit:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #e48033;
    background: -webkit-linear-gradient(left, #f7a837, #c3392b);
    background: -o-linear-gradient(left, #f7a837, #c3392b);
    background: linear-gradient(to right, #f7a837, #c3392b)
}

.casetopitem ul li p.casetopitembombtn {
    padding: 10px 0 !important;
    margin: 0 -15px !important
}

.casetopitem ul li p {
    line-height: 24px !important;
    color: #fff !important;
    padding: 5px 0 5px 15px !important;
    position: relative;
    z-index: 2
}

.casetopitem ul li p span {
    clear: both;
    display: block;
    color: #a3bade !important;
    padding-left: 15px;
    margin-left: -15px;
    margin-bottom: 5px;
    background: url(../images/caseitem01icon01.png) left center no-repeat;
    background-size: 8px
}

.casetopitem ul li .casetopitembombox {
    position: relative;
    margin: 0 -5px
}

.casetopitem ul li .casetopitembombox span {
    clear: both;
    display: block;
    font-size: 16px;
    color: #a3bade !important;
    line-height: 1;
    padding-bottom: 4px
}

.casetopitem ul li .casetopitembombox strong {
    clear: both;
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 1
}

.casetopitem ul li .casetopitembombox span.caseenquiry {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
    color: #fff !important;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 700;
    background: #e48033;
    background: -webkit-linear-gradient(left, #f7a837, #c3392b);
    background: -o-linear-gradient(left, #f7a837, #c3392b);
    background: linear-gradient(to right, #f7a837, #c3392b);
    display: none
}

.casetopitem ul li .casetopitembombox p {
    clear: both;
    text-align: right;
    font-size: 12px !important;
    color: #a3bade !important;
    line-height: 20px !important;
    padding: 15px 0 0 !important;
    display: none
}

.casetopitem ul li.on .casetopitembombox p,
.casetopitem ul li.on .casetopitembombox span.caseenquiry {
    display: block
}

.casetopitem ul li.on .casetopitembombox strong {
    color: #f7a837
}

.casetopitem ul li .casetopitembombox span.caseenquiry:hover {
    background: #fc6e51;
    background: -webkit-linear-gradient(left, #fc6e51, #ffc435);
    background: -o-linear-gradient(left, #fc6e51, #ffc435);
    background: linear-gradient(to right, #fc6e51, #ffc435)
}

.casetopitemtwo {
    padding: 10px 0
}

.casetopitemtwo .casetopitemtwotop {
    clear: both;
    display: block;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
    margin: 0 !important
}

.casetopitemtwo .casetopitemtwotop .casetopitemtwotoptit {
    clear: both;
    display: block;
    text-align: center;
    color: #353e4d;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    padding: 0 0 25px
}

.casetopitemtwo .casetopitemtwotop .casetopitemtwotoptxt {
    clear: both;
    display: block;
    text-align: center;
    color: #5c6c89;
    padding: 0;
    font-size: 16px;
    line-height: 32px
}

.casetopitemtwo .casetopitemtwotop:after,
.casetopitemtwo .casetopitemtwotop:before {
    display: block;
    content: "";
    position: absolute
}

.casetopitemtwo .casetopitemtwotop:after {
    width: 25px;
    height: 25px;
    background: url(../images/caseitem01icon02.png) center center no-repeat;
    background-size: 100%;
    top: 29px;
    left: 50%;
    margin-left: -17px;
    z-index: 2
}

.casetopitemtwo .casetopitemtwotop:before {
    z-index: 1;
    border: 1px solid #939eb2;
    left: 50px;
    right: 50px;
    height: 100px;
    top: 40px
}

.casetopitemtwo ul {
    position: relative;
    z-index: 2
}

.casetopitemtwo ul li {
    border-radius: 10px;
    padding: 15px;
    float: left;
    width: 340px;
    background: #d6612f !important;
    background: -webkit-linear-gradient(left, #f3a136, #ca472d) !important;
    background: -o-linear-gradient(left, #f3a136, #ca472d) !important;
    background: linear-gradient(to right, #f3a136, #ca472d) !important;
    position: relative;
    height: 500px
}

.casetopitemtwo ul li:before {
    content: "";
    position: absolute;
    left: 3px;
    right: 3px;
    top: 3px;
    bottom: 3px;
    border-radius: 10px;
    background: url(../images/caseitem01bg.png) center top no-repeat;
    background-size: cover
}

.casetopitemtwo ul li p.casetopitemtwobomtit {
    padding: 0 0 15px !important;
    color: #a3bade !important;
    font-size: 16px;
    position: relative;
    margin-bottom: 10px;
    line-height: 1 !important
}

.casetopitemtwo ul li p.casetopitemtwobomtit strong {
    color: #fff;
    font-size: 20px;
    padding-right: 10px
}

.casetopitemtwo ul li p.casetopitemtwobomtit:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2px;
    background: #e48033;
    background: -webkit-linear-gradient(left, #f7a837, #c3392b);
    background: -o-linear-gradient(left, #f7a837, #c3392b);
    background: linear-gradient(to right, #f7a837, #c3392b)
}

.casetopitemtwo ul li p.casetopitemtwobombtn {
    padding: 10px 0 !important;
    margin: 0 -15px !important
}

.casetopitemtwo ul li p {
    line-height: 24px !important;
    color: #fff !important;
    padding: 5px 0 5px 15px !important;
    position: relative;
    z-index: 2
}

.casetopitemtwo ul li p span {
    clear: both;
    display: block;
    color: #a3bade !important;
    padding-left: 15px;
    margin-left: -15px;
    margin-bottom: 5px;
    background: url(../images/caseitem01icon01.png) left center no-repeat;
    background-size: 8px
}

.casetopitemtwo ul li .casetopitemtwobombox {
    position: relative;
    margin: 0 -5px
}

.casetopitemtwo ul li .casetopitemtwobombox span {
    clear: both;
    display: block;
    font-size: 16px;
    color: #a3bade !important;
    line-height: 1;
    padding-bottom: 4px
}

.casetopitemtwo ul li .casetopitemtwobombox strong {
    clear: both;
    display: block;
    font-size: 20px;
    color: #fff;
    line-height: 1
}

.casetopitemtwo ul li .casetopitemtwobombox span.caseenquiry {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 5px;
    color: #fff !important;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 700;
    background: #e48033;
    background: -webkit-linear-gradient(left, #f7a837, #c3392b);
    background: -o-linear-gradient(left, #f7a837, #c3392b);
    background: linear-gradient(to right, #f7a837, #c3392b);
    display: none
}

.casetopitemtwo ul li .casetopitemtwobombox p {
    clear: both;
    text-align: right;
    font-size: 12px !important;
    color: #a3bade !important;
    line-height: 20px !important;
    padding: 15px 0 0 !important;
    display: none
}

.casetopitemtwo ul li.on .casetopitemtwobombox p,
.casetopitemtwo ul li.on .casetopitemtwobombox span.caseenquiry {
    display: block
}

.casetopitemtwo ul li.on .casetopitemtwobombox strong {
    color: #f7a837
}

.casetopitemtwo ul li .casetopitemtwobombox span.caseenquiry:hover {
    background: #fc6e51;
    background: -webkit-linear-gradient(left, #fc6e51, #ffc435);
    background: -o-linear-gradient(left, #fc6e51, #ffc435);
    background: linear-gradient(to right, #fc6e51, #ffc435)
}

@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
    }

    .caseone {
        padding-top: 26px
    }

    .caseone .caseonefl {
        width: 481px
    }

    .caseone .caseonefl h1 {
        font-size: 25px;
        line-height: 35px;
        padding-bottom: 15px
    }

    .caseoneflbomtit {
        font-size: 22px
    }

    .caseone .caseonefl .caseoneflmid {
        height: 244px;
        padding: 0 40px 10px 0
    }

    .caseone .caseonefl .caseoneflmid p {
        background-size: 10px;
        font-size: 14px;
        padding: 8px 0 8px 25px;
        background-position: left 16px
    }

    .caseone .caseonefl .caseoneflbom {
        border-radius: 5px 0 0 5px
    }

    .caseone .caseonefl .caseoneflbombox {
        height: 178px
    }

    .content_mid {
        clear: both;
        display: block;
        padding-top: 15px;
        padding-bottom: 10px
    }

    .content_mid ul {
        clear: both;
        width: 100%
    }

    .content_mid ul li {
        float: left;
        width: 160px;
        text-align: center
    }

    .content_mid ul li div {
        margin: 0 8px
    }

    .content_mid ul li div .protwofrhottxt {
        font-size: 14px
    }

    .caseone .caseonefr {
        width: 719px
    }

    .caseone .caseonefr .caseonefrpic {
        border-radius: 15px
    }

    .caseone .caseonefr .caseonefrbtn {
        width: 70px;
        height: 128px;
        background-size: 70px;
        font-size: 14px;
        left: -70px;
        padding: 54px 12px 0 28px;
        top: 124px;
        line-height: 17px
    }

    .casetwo {
        background-size: 1200px;
        padding-top: 45px
    }

    .casetwo:before {
        top: 140px
    }

    .casetwo .casetwonav {
        width: 828px;
        border-radius: 45px 10px
    }

    .casetwo .casetwonav li {
        padding: 20px 0
    }

    .casetwo .casetwonav li:after {
        height: 28px;
        top: 21px
    }

    .casetwo .casetwonav li a {
        font-size: 18px
    }

    .casetwotop .casetwotopfl span {
        height: 85px;
        line-height: 83px;
        font-size: 22px
    }

    .casetwo .casetwofl {
        width: 828px
    }

    .casetwofl video {
        width: 800px
    }

    .casethree {
        padding: 60px 0 108px
    }

    .casethree .casethreetit h4 {
        font-size: 32px;
        padding-left: 30px
    }

    .casethree ul {
        margin-left: -44px;
        padding-top: 43px
    }

    .casethree ul li {
        width: 306px;
        margin-left: 44px;
        border-radius: 15px
    }

    .casethree ul li .casethreetxt {
        font-size: 14px;
        line-height: 24px;
        padding: 12px 25px
    }

    .casethree ul li.nyb_casesixli {
        width: 500px;
        height: 277px;
        padding: 30px 45px 0
    }

    .casethree ul li.nyb_casesixli a {
        background-size: 8px;
        padding: 8px 0 8px 20px;
        background-position: left 15px;
        font-size: 14px
    }

    .casethree ul li.nyb_casesixli a.nyb_casesixlitit {
        font-size: 20px;
        padding-bottom: 20px
    }

    .casetopitem {
        padding: 15px 0;
        margin: 0 auto !important
    }

    .casetopitem .casetopitemtop:before {
        left: 100px;
        right: 100px;
        top: 44px;
        height: 140px
    }

    .casetopitem .casetopitemtop:after {
        width: 30px;
        height: 30px;
        top: 30px
    }

    .casetopitem .casetopitemtop .casetopitemtoptit {
        font-size: 24px;
        line-height: 30px
    }

    .casetopitem .casetopitemtop .casetopitemtoptxt {
        font-size: 18px
    }

    .casetopitem ul {
        margin-left: -30px
    }

    .casetopitem ul li {
        padding: 25px 20px 20px;
        margin-left: 30px;
        width: 256px;
        height: 465px
    }

    .casetopitem ul li p.casetopitembomtit {
        padding: 0 0 20px !important;
        font-size: 18px;
        margin-bottom: 20px !important
    }

    .casetopitem ul li p.casetopitembomtit strong {
        font-size: 23px
    }

    .casetopitem ul li p {
        font-size: 18px !important;
        line-height: 28px !important;
        padding: 0 0 0 20px !important
    }

    .casetopitem ul li p span {
        margin-left: -20px
    }

    .casetopitem ul li p.casetopitembombtn {
        padding: 10px 0 !important
    }

    .casetopitem ul li .casetopitembombox p {
        font-size: 14px !important
    }

    .casetopitem ul li .casetopitembombox span {
        font-size: 18px;
        padding-bottom: 9px
    }

    .casetopitem ul li .casetopitembombox strong {
        font-size: 25px
    }

    .casetopitem ul li .casetopitembombox span.caseenquiry {
        font-size: 16px;
        padding: 10px;
        top: 6px;
        border-radius: 8px
    }

    .casetopitemtwo {
        padding: 15px 0;
        margin: 0 auto !important
    }

    .casetopitemtwo .casetopitemtwotop:before {
        left: 100px;
        right: 100px;
        top: 44px;
        height: 140px
    }

    .casetopitemtwo .casetopitemtwotop:after {
        width: 30px;
        height: 30px;
        top: 30px
    }

    .casetopitemtwo .casetopitemtwotop .casetopitemtwotoptit {
        font-size: 24px;
        line-height: 30px
    }

    .casetopitemtwo .casetopitemtwotop .casetopitemtwotoptxt {
        font-size: 18px
    }

    .casetopitemtwo ul {
        margin-left: -30px
    }

    .casetopitemtwo ul li {
        padding: 25px 20px 20px;
        margin-left: 30px;
        width: 399px;
        height: 535px
    }

    .casetopitemtwo ul li p.casetopitemtwobomtit {
        padding: 0 0 20px !important;
        font-size: 18px;
        margin-bottom: 20px !important
    }

    .casetopitemtwo ul li p.casetopitemtwobomtit strong {
        font-size: 23px
    }

    .casetopitemtwo ul li p {
        font-size: 18px !important;
        line-height: 28px !important;
        padding: 0 0 0 20px !important
    }

    .casetopitemtwo ul li p span {
        margin-left: -20px
    }

    .casetopitemtwo ul li p.casetopitemtwobombtn {
        padding: 10px 0 !important
    }

    .casetopitemtwo ul li .casetopitemtwobombox p {
        font-size: 14px !important
    }

    .casetopitemtwo ul li .casetopitemtwobombox span {
        font-size: 18px;
        padding-bottom: 9px
    }

    .casetopitemtwo ul li .casetopitemtwobombox strong {
        font-size: 25px
    }

    .casetopitemtwo ul li .casetopitemtwobombox span.caseenquiry {
        font-size: 16px;
        padding: 10px;
        top: 6px;
        border-radius: 8px
    }

    .profour {
        margin-top: -72px
    }

    .profour .container {
        top: 140px;
        margin-left: -600px
    }

    .profour .profourtop {
        margin-left: 48px;
        background-size: 680px;
        height: 52px;
        width: 680px;
        font-size: 16px;
        line-height: 30px;
        padding: 13px 0 0 22px
    }

    .profour .profourtop span {
        font-size: 30px
    }

    .profourbom {
        border-radius: 8px;
        margin: 0 25px;
        padding: 48px 0 66px
    }

    .profourbom .profourfl {
        margin: 0 0 0 24px;
        width: 370px
    }

    .profourbom .profourfl:after {
        left: 36px
    }

    .profourbom .profourfl dt {
        margin-left: 43px;
        font-size: 29px;
        padding: 12px 0 12px 52px
    }

    .profourbom .profourfl dt i {
        font-size: 19px;
        padding-top: 12px
    }

    .profourbom .profourfl dt span {
        width: 85px;
        height: 85px;
        left: -43px
    }

    .profourbom .profourfl dd {
        font-size: 19px;
        padding-left: 33px;
        margin-top: 32px
    }

    .profourbom .profourfl dd span {
        font-size: 14px
    }

    .profourbom .profourfl dd i {
        font-size: 22px
    }

    .profourbom .profourfl dd:after {
        width: 20px;
        height: 13px;
        left: 9px;
        bottom: -1px
    }

    .profourbom .profourfl dd:nth-child(2) {
        background-position: 120px center
    }

    .casemagess .profourbom .profourfl:after {
        top: 105px;
        left: 13px
    }

    .casemagess .profourbom .profourfl {
        width: 313px
    }

    .profourcase .profourcasefl,
    .profourcase .profourcasefr {
        width: 86px
    }

    .profourcase p {
        font-size: 15px;
        padding-top: 26px
    }

    .profourcase p span i {
        width: 8px;
        height: 8px;
        margin: 0 4px
    }

    .casemagess .profourbom .profourfr {
        width: 733px
    }

    .profourbom .profourfr {
        width: 672px;
        margin-right: 50px;
        padding: 33px 33px 38px 35px
    }

    .profourbom .profourfr:before {
        width: 76px;
        height: 58px;
        background-size: 76px
    }

    .profourbom .profourfr .cont_form {
        width: 360px;
        padding-right: 35px
    }

    .profourbom .profourfr .cont_form li span {
        font-size: 17px;
        width: 62px
    }

    .profourbom .profourfr .cont_form li input {
        width: 257px;
        padding: 7px 10px 7px 44px;
        line-height: 24px;
        font-size: 16px;
        height: 40px
    }

    .profourbom .profourfr .cont_form li textarea {
        width: 257px;
        height: 68px;
        font-size: 16px;
        line-height: 28px;
        padding: 3px 10px 10px 44px
    }

    .profourbom .profourfr .cont_form .btnclick {
        left: 105px;
        bottom: -55px
    }

    .profourbom .profourfr .cont_form .btnclick .btn_submit {
        width: 164px;
        height: 36px;
        border-radius: 18px;
        font-size: 16px;
        line-height: 36px
    }

    .profourbom .profourfr .cont_form li:first-child span:after {
        width: 28px;
        background-size: 28px;
        left: 79px;
        top: 10px
    }

    .profourbom .profourfr .cont_form li:first-child+li span:after {
        width: 28px;
        background-size: 28px;
        left: 79px;
        top: 10px
    }

    .profourbom .profourfr .cont_form li:first-child+li+li span:after {
        width: 28px;
        background-size: 28px;
        left: 79px;
        top: 10px
    }

    .profourbom .profourfr .cont_form.casefrom {
        padding: 10px 20px
    }

    .profourbom .profourfr .cont_form.casefrom ul li {
        width: 308px
    }

    .profourbom .profourfr .cont_form.casefrom ul li:last-child {
        width: 632px
    }

    .profourbom .profourfr .cont_form.casefrom ul li input {
        padding: 8px 15px
    }

    .profourbom .profourfr .cont_form.casefrom ul li select {
        height: 42px
    }

    .profourbom .profourfr .cont_form.casefrom ul li textarea {
        padding: 8px 15px;
        height: 75px
    }

    .profourbom .profourfr .cont_form.casefrom .btnclick {
        left: 260px
    }

    .marqueetop {
        height: 180px;
        width: 239px;
        padding-left: 25px
    }

    .marqueetop li p {
        font-size: 16px;
        padding-bottom: 5px
    }

    .marqueetop li time {
        font-size: 14px
    }

    .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
    }

    .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
    }

    .caseone .caseonefl {
        width: 640px
    }

    .caseone .caseonefl h1 {
        font-size: 34px;
        line-height: 50px
    }

    .caseone .caseonefl .caseoneflmid {
        height: 302px
    }

    .caseone .caseonefl .caseoneflmid p {
        background-size: 12px;
        font-size: 16px;
        padding: 10px 0 10px 30px
    }

    .caseone .caseonefr {
        width: 960px
    }

    .caseone .caseonefl .caseoneflbom {
        height: 345px;
        padding: 0 35px 20px
    }

    .caseoneflbomtit {
        font-size: 24px;
        background-size: 12px;
        padding: 35px 0 20px 25px;
        background-position: left 40px
    }

    .caseoneflbombox ul li {
        border-radius: 21px;
        margin-bottom: 13px
    }

    .caseoneflbombox ul li span {
        font-size: 16px;
        line-height: 42px
    }

    .caseoneflbombox ul li span:first-child {
        width: 195px
    }

    .caseoneflbombox ul li span:first-child+span {
        width: 240px
    }

    .caseone .caseonefr .caseonefrpic {
        border-radius: 20px
    }

    .caseone .caseonefl .caseoneflbombox {
        height: 230px
    }

    .content_mid {
        padding-top: 15px;
        padding-bottom: 10px
    }

    .content_mid ul {
        clear: both;
        width: 100%
    }

    .content_mid ul li {
        float: left;
        width: 210px;
        text-align: center
    }

    .content_mid ul li div {
        margin: 0 10px
    }

    .content_mid ul li div .protwofrhottxt {
        font-size: 16px
    }

    .caseone .caseonefr .caseonefrbtn {
        width: 90px;
        height: 165px;
        background-size: 90px;
        font-size: 16px;
        left: -90px;
        padding: 71px 15px 0 37px;
        top: 161px;
        line-height: 21px
    }

    .casetwo {
        background-size: 1600px;
        padding-top: 60px
    }

    .casetwo:before {
        top: 175px
    }

    .casetwo .casetwonav {
        width: 1106px;
        border-radius: 60px 10px
    }

    .casetwo .casetwonav li {
        padding: 30px 0
    }

    .casetwo .casetwonav li:after {
        height: 33px;
        top: 29px
    }

    .casetwo .casetwonav li a {
        font-size: 22px
    }

    .casetwotop .casetwotopfl span {
        height: 113px;
        line-height: 111px;
        font-size: 26px
    }

    .casetwo .casetwofl {
        width: 1106px
    }

    .casethree {
        padding: 60px 0 108px
    }

    .casethree .casethreetit h4 {
        font-size: 42px;
        padding-left: 30px
    }

    .casethree ul {
        margin-left: -60px
    }

    .casethree ul li {
        width: 407px;
        margin-left: 60px;
        border-radius: 20px
    }

    .casethree ul li .casethreetxt {
        font-size: 16px;
        line-height: 24px;
        padding: 21px 25px
    }

    .casethree ul li.nyb_casesixli {
        width: 666px;
        height: 371px;
        padding: 40px 55px 0
    }

    .casethree ul li.nyb_casesixli a {
        background-size: 10px;
        padding: 15px 0 15px 25px;
        background-position: left 22px;
        font-size: 16px
    }

    .casethree ul li.nyb_casesixli a.nyb_casesixlitit {
        font-size: 24px;
        padding-bottom: 30px
    }

    .casetopitem {
        padding: 20px 0
    }

    .casetopitem .casetopitemtop .casetopitemtoptit {
        font-size: 28px;
        line-height: 35px
    }

    .casetopitem .casetopitemtop:before {
        left: 140px;
        right: 140px;
        top: 50px;
        height: 180px
    }

    .casetopitem .casetopitemtop:after {
        width: 34px;
        height: 34px;
        top: 35px
    }

    .casetopitem ul {
        margin-left: -40px
    }

    .casetopitem ul li {
        padding: 30px 30px 20px;
        margin-left: 40px;
        width: 342px;
        height: 500px
    }

    .casetopitem ul li p.casetopitembomtit {
        padding: 0 0 26px !important
    }

    .casetopitem ul li p.casetopitembomtit strong {
        font-size: 26px
    }

    .casetopitem ul li p {
        padding: 0 0 0 20px !important
    }

    .casetopitem ul li p.casetopitembombtn {
        padding: 15px 0 !important
    }

    .casetopitem ul li .casetopitembombox span {
        padding-bottom: 14px
    }

    .casetopitem ul li .casetopitembombox strong {
        font-size: 30px
    }

    .casetopitem ul li .casetopitembombox span.caseenquiry {
        padding: 13px 19px;
        border-radius: 10px;
        font-size: 18px
    }

    .casetopitemtwo {
        padding: 20px 0
    }

    .casetopitemtwo .casetopitemtwotop .casetopitemtwotoptit {
        font-size: 28px;
        line-height: 35px
    }

    .casetopitemtwo .casetopitemtwotop:before {
        left: 140px;
        right: 140px;
        top: 50px;
        height: 180px
    }

    .casetopitemtwo .casetopitemtwotop:after {
        width: 34px;
        height: 34px;
        top: 35px
    }

    .casetopitemtwo ul {
        margin-left: -40px
    }

    .casetopitemtwo ul li {
        padding: 30px 30px 20px;
        margin-left: 40px;
        width: 533px;
        height: 650px
    }

    .casetopitemtwo ul li p.casetopitemtwobomtit {
        padding: 0 0 26px !important
    }

    .casetopitemtwo ul li p.casetopitemtwobomtit strong {
        font-size: 26px
    }

    .casetopitemtwo ul li p {
        padding: 0 0 0 20px !important
    }

    .casetopitemtwo ul li p.casetopitemtwobombtn {
        padding: 15px 0 !important
    }

    .casetopitemtwo ul li .casetopitemtwobombox span {
        padding-bottom: 14px
    }

    .casetopitemtwo ul li .casetopitemtwobombox strong {
        font-size: 30px
    }

    .casetopitemtwo ul li .casetopitemtwobombox span.caseenquiry {
        padding: 13px 19px;
        border-radius: 10px;
        font-size: 18px
    }

    .profour .container {
        top: 180px;
        margin-left: -800px
    }

    .profour .profourtop {
        margin-left: 65px;
        background-size: 904px;
        height: 68px;
        width: 904px;
        font-size: 18px;
        line-height: 40px;
        padding: 18px 0 0 24px
    }

    .profour .profourtop span {
        font-size: 34px;
        margin-right: 15px
    }

    .profourbom {
        border-radius: 10px;
        margin: 0 30px;
        padding: 67px 0 80px
    }

    .profourbom .profourfl {
        margin: 0 0 0 30px;
        width: 426px
    }

    .profourbom .profourfl:after {
        left: 38px
    }

    .profourbom .profourfl dt {
        margin-left: 57px;
        font-size: 34px;
        padding: 18px 0 21px 67px
    }

    .profourbom .profourfl dt i {
        font-size: 24px;
        padding-top: 16px
    }

    .profourbom .profourfl dt span {
        width: 113px;
        height: 113px;
        left: -57px
    }

    .profourbom .profourfl dd {
        font-size: 22px;
        padding-left: 43px;
        margin-top: 40px
    }

    .profourbom .profourfl dd i {
        font-size: 26px
    }

    .profourbom .profourfl dd span {
        font-size: 16px
    }

    .profourbom .profourfl dd:after {
        width: 26px;
        height: 17px;
        left: 11px;
        bottom: -3px
    }

    .profourbom .profourfl dd:nth-child(2) {
        background-position: 150px center
    }

    .casemagess .profourbom .profourfl:after {
        top: 130px;
        left: 17px
    }

    .casemagess .profourbom .profourfl {
        width: 414px
    }

    .profourcase .profourcasefl,
    .profourcase .profourcasefr {
        width: 111px
    }

    .profourcase p {
        font-size: 20px;
        padding-top: 34px;
        width: 171px
    }

    .profourcase p span i {
        margin: 0 7px
    }

    .casemagess .profourbom .profourfr {
        width: 978px
    }

    .casemagess .profourbom .profourfl dd span {
        font-size: 16px
    }

    .profourbom .profourfr {
        width: 978px;
        margin-right: 70px;
        padding: 45px 43px 54px 50px
    }

    .profourbom .profourfr:before {
        width: 102px;
        height: 78px;
        background-size: 102px
    }

    .ie8-hack .profourbom .profourfr:before {
        display: block
    }

    .profourbom .profourfr .cont_form {
        width: 528px;
        padding-right: 42px
    }

    .profourbom .profourfr .cont_form li span {
        font-size: 20px;
        width: 72px;
        line-height: 52px
    }

    .profourbom .profourfr .cont_form li input {
        width: 406px;
        padding: 10px 10px 10px 44px;
        line-height: 30px;
        font-size: 18px;
        height: 52px
    }

    .profourbom .profourfr .cont_form li textarea {
        width: 406px;
        height: 91px;
        font-size: 18px
    }

    .profourbom .profourfr .cont_form .btnclick {
        left: 167px;
        bottom: -78px
    }

    .profourbom .profourfr .cont_form .btnclick .btn_submit {
        width: 220px;
        height: 50px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 50px
    }

    .profourbom .profourfr .cont_form li:first-child span:after {
        width: 31px;
        background-size: 31px;
        left: 91px;
        top: 13px
    }

    .profourbom .profourfr .cont_form li:first-child+li span:after {
        width: 31px;
        background-size: 31px;
        left: 91px;
        top: 13px
    }

    .profourbom .profourfr .cont_form li:first-child+li+li span:after {
        width: 31px;
        background-size: 31px;
        left: 91px;
        top: 10px
    }

    .profourbom .profourfr .cont_form.casefrom {
        padding: 15px 5px 15px 30px
    }

    .profourbom .profourfr .cont_form.casefrom ul li {
        width: 422px;
        margin-right: 25px;
        padding-bottom: 20px
    }

    .profourbom .profourfr .cont_form.casefrom ul li:last-child {
        width: 870px
    }

    .profourbom .profourfr .cont_form.casefrom ul li input {
        padding: 8px 15px
    }

    .profourbom .profourfr .cont_form.casefrom ul li select {
        height: 48px;
        font-size: 18px
    }

    .profourbom .profourfr .cont_form.casefrom ul li textarea {
        padding: 8px 15px;
        height: 75px
    }

    .profourbom .profourfr .cont_form.casefrom .btnclick {
        left: 359px;
        bottom: -56px
    }

    .marqueetop {
        height: 231px;
        width: 353px;
        padding-left: 40px
    }


    .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) {
    .insideban06 {
        background-size: 100% 976px
    }
}

.ie8-hack .casetwo {
    background: 0 0
}