html,body {
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
}

html,body,div,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,blockquote,pre,form,fieldset,figure,figcaption,table,th,td img {
    margin: 0;
    padding: 0;
}

a,abbr,acronym,address,big,blockquote,body,caption,cite,code,dd,dl,dt,fieldset,form,h1,time,h2,h3,h4,h5,h6,html,img,ins,kbd,label,legend,li,ol,p,pre,q,s,samp,small,span,strike,strong,ul {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
}

body {
    overflow-x: hidden;
    margin: 0 auto;
    background: #fff;
    color: #333;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    font-family: '微软雅黑';
    line-height: 24px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
}

.transition {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-touch-callout: none;
}

a:link,a:active,a:visited,a:hover {
    background: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}

button {
    outline: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

input {
    outline: none;
    border-radius: 0;
}

input:-ms-clear {
    display: none;
}

input,textarea {
    border: 0;
}

textarea {
    outline: none;
    resize: none;
}

img {
    border: 0;
    vertical-align: middle;
}

ul,li {
    list-style: none;
}

a:link,a:visited {
    color: #333;
    text-decoration: none;
}

a:hover,a:active {
    color: #ee002e;
    text-decoration: none;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
    font-size: 0px;
}

.container {
    clear: both;
    margin: 0 auto;
    padding: 0px 0px;
    width: 1000px;
}

img {
    MAX-WIDTH: 100% !important;
    HEIGHT: auto !important;
    _width: expression(this.width > 100% ? "100%" :this.width) !important
}

.header {
    background: #241f1f;
    padding: 15px 0px 20px 0px
}

.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 0.5s linear
}

.header .nav li:after {
    left: -100%;
    bottom: 0px;
    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:hover:before,.header .nav li.li1:before {
    right: 0px;
    transition: all 0.5s linear
}

.header .nav li:hover:after,.header .nav li.li1:after {
    left: 0px;
    transition: all 0.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 0px 24px 0px
}

.breadnav a:link,.breadnav a:visited {
    color: #020202;
    text-decoration: none
}

.breadnav a:hover,.breadnav a:active {
    color: #fccc00;
    text-decoration: none
}

.foot_btm {
    padding: 20px 0;
    position: relative;
    z-index: 3;
    background: #1c1a1a;
    color: #fff;
    font-size: 14px;
    text-align: center
}

.foot_btm a {
    color: #fff
}

.foot_btm a:hover {
    color: #f00
}

.foot_btm .container {
    position: relative
}

.newboxflboxewm {
    clear: both;
    display: block;
    margin-top: 30px !important;
    padding: 0px !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: 0px 4px 20px rgba(157,3,42,0.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 0px
}

.floating_ck .floating_ckBox .floating_box span {
    clear: both;
    display: block;
    line-height: 1;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1;
    background: url(../images/swticon01.png) no-repeat left center;
    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: bold;
    position: relative;
    padding: 0px 0px 0px 0px;
    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: 0px 5px 5px rgba(112,16,52,0.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) no-repeat 4px center #ffb400;
    color: #c02a39;
    font-size: 14px;
    font-weight: bold;
    background-size: 18px;
    line-height: 30px;
    padding-left: 27px;
    border-radius: 0px 15px 15px 0px;
    opacity: 1
}

.floating_ck .floating_ckBox .floating_boxbom .floating_ewm {
    position: absolute;
    transition: all 0.5s;
    right: -250px;
    top: 0px;
    clear: both;
    background: #ffb400;
    width: 250px;
    border-radius: 15px;
    display: block;
    padding: 10px 0px 0px 10px;
    opacity: 0
}

.floating_ck .floating_ckBox .floating_boxbom:hover .floating_ewm {
    right: 0px;
    opacity: 1
}

.floating_ewm .floating_ewmTop {
    clear: both;
    display: block;
    background: url(../images/swticon03.png) no-repeat left center;
    color: #c02a39;
    font-size: 14px;
    font-weight: bold;
    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: 0px;
    top: 0px
}

.floating_ewm .floating_ewmBom .floating_ewmBomFr {
    width: 100px;
    text-align: left;
    color: #010101;
    font-size: 12px;
    line-height: 24px
}

.floating_i01 {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #d02e23;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -11px;
    border-radius: 50%;
    transform: scale(1);
    animation: blow 2.5s infinite ease-in-out
}

.floating_i02 {
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    top: 50%;
    margin-top: -6px;
    margin-left: -7px;
    border-radius: 50%;
    border: 1px solid #d02e23;
    opacity: 1;
    transform: scale(1);
    animation: blow 2.5s infinite ease-in-out
}

.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%,5%,10.5%,90.5%,100% {
        transform: scale(1);
        opacity: 1
    }

    5.5%,10% {
        transform: scale(0.8)
    }

    70%,90% {
        transform: scale(1.3);
        opacity: 0
    }
}

@keyframes blow01 {
    0%,5%,10.5%,15%,90.5%,100% {
        transform: scale(1);
        opacity: 1
    }

    5.5%,10% {
        transform: scale(0.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 0.5s;
    left: 100px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 100%
}

.FloatPim .FloatPimBox.on {
    left: 0px
}

.FloatPim .FloatPimBox .FloatPimPic {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0px 2px 10px rgba(12,30,39,0.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 0px 10px;
    background: #fff;
    border: 1px solid #5ba4ed;
    box-shadow: 0px 2px 10px rgba(12,30,39,0.2);
    padding: 10px 15px 0px 15px;
    transition: all 0.5s;
    opacity: 0;
    overflow: hidden;
    padding: 0px;
    transform: scale(0);
    border: 1px solid #5ba4ed;
    padding: 10px 15px 0px 15px
}

.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: #333333
}

.FloatPim .FloatPimBox .FloatPimBoxItem h5 span {
    font-weight: bold;
    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: bold
}

.FloatPim .FloatPimBox .FloatPimBoxItem a {
    float: right;
    background: #5ba4ed;
    font-size: 16px;
    color: #fff;
    border-radius: 10px 0px 0px 0px;
    padding: 5px 10px;
    margin-right: -15px;
    width: 85px
}

.FloatPim .FloatPimBox .FloatPimclose {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 12px;
    height: 11px;
    background: url(../images/closeIcon01.png) no-repeat center center;
    right: -20px;
    top: 10px;
    cursor: pointer;
    display: block
}

#toTop {
    display: none;
    transition: background 0.5s;
    text-decoration: none;
    position: fixed;
    bottom: 0;
    right: 0px;
    overflow: hidden;
    width: 107px;
    height: 50px;
    z-index: 999;
    text-align: center;
    background-color: #596382;
    cursor: pointer
}

#toTop span {
    padding: 10px 30px 0px 30px;
    display: block;
    clear: both
}

#toTop span img {
    width: 100%
}

#toTop:hover {
    background-color: #ff654c;
    transition: background 0.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
}

.aboutban {
    position: relative
}

.aboutban .aboutbanpic {
    clear: both;
    text-align: center
}

.aboutban .aboutbanpic img {
    width: 100%
}

.aboutban .breadnav {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -500px
}

.aboutone {
    clear: both;
    padding: 30px 0px 60px 0px
}

.aboutone .aboutonefl {
    float: left;
    width: 520px
}

.aboutone .aboutonefl h3 {
    font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
    font-size: 32px;
    line-height: 1;
    margin-bottom: 20px;
    background: url(../images/homeoneicon01.png) no-repeat left center;
    background-size: 14px;
    padding-left: 25px
}

.aboutone .aboutonefl h3 span {
    color: #c3311c;
    margin-right: 10px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, #bf211d, #d3751b)
}

.aboutone .aboutonefl p {
    clear: both;
    display: block;
    text-align: left;
    color: #0e0e0e;
    font-size: 14px;
    padding: 10px 0px 10px 25px
}

.aboutone .aboutonefr {
    float: right;
    width: 425px;
    margin-right: 16px;
    position: relative
}

.aboutone .aboutonefr:after,.aboutone .aboutonefr:before {
    content: '';
    border-radius: 10px;
    position: absolute;
    background: rgba(36,31,31,0.4);
    left: 0px
}

.aboutone .aboutonefr:after {
    right: -16px;
    z-index: 1;
    bottom: 23px;
    top: 23px
}

.aboutone .aboutonefr:before {
    right: -8px;
    z-index: 2;
    bottom: 8px;
    top: 8px
}

.aboutonefrbox {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 3;
    height: 259px
}

.aboutonefrbox .hd {
    height: 24px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1
}

.aboutonefrbox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left
}

.aboutonefrbox .hd ul li {
    float: left;
    width: 30px;
    height: 24px;
    font-size: 14px;
    border-radius: 10px;
    overflow: hidden;
    line-height: 24px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: none
}

.aboutonefrbox .hd ul li.on {
    display: block
}

.aboutonefrbox .bd {
    position: relative;
    height: 100%;
    z-index: 0
}

.aboutonefrbox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative
}

.aboutonefrbox .bd li img {
    width: 100%
}

.aboutonefrbox .bd li span {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: url(../images/aboutonebg.png) repeat-x center top;
    color: #fff;
    font-weight: bold;
    padding: 25px 0px 10px;
    text-align: center;
    font-size: 14px
}

.aboutonefrbox .prev,.aboutonefrbox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50px
}

.aboutonefrbox .next {
    left: auto;
    right: 3%;
    background: url(../images/arrow03.png) no-repeat center center rgba(0,0,0,0.4);
    background-size: 12px
}

.aboutonefrbox .prev {
    left: 3%;
    right: auto;
    background: url(../images/arrow02.png) no-repeat center center rgba(0,0,0,0.4);
    background-size: 12px
}

.aboutonefrbox .next:hover,.aboutonefrbox .prev:hover {
    background-color: rgba(255,89,81,0.8)
}

.abouttwo {
    background: url(../images/abouttwobg.jpg) no-repeat center top;
    padding-top: 30px;
    position: relative;
    padding-bottom: 35px;
    height: 460px
}

.abouttwo .container {
    position: relative;
    z-index: 3
}

.abouttwo:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: url(../images/aboutthreebg01.png) no-repeat center bottom;
    background-size: 100%
}

.abouttwo:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 318px;
    height: 393px;
    background-size: 318px;
    margin-left: -500px
}

.abouttwo .abouttwopic {
    float: left;
    width: 318px;
    position: relative;
    z-index: -1
}

.abouttwo .abouttwofl {
    float: left;
    width: 360px;
    position: relative;
    color: #fff;
    margin-left: 40px;
    padding-top: 64px
}

.abouttwo .abouttwofl .abouttwotit {
    font-size: 26px;
    position: relative;
    font-weight: bold;
    font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
    line-height: 1
}

.abouttwo .abouttwofl .abouttwotit span {
    position: relative;
    z-index: 2
}

.abouttwo .abouttwofl .abouttwotit:after {
    content: '';
    background: url(../images/abouttwoicon02.png) no-repeat center center;
    background-size: 36px;
    height: 40px;
    left: -26px;
    top: -19px;
    width: 36px;
    position: absolute
}

.abouttwo .abouttwofl .abouttwobox p {
    clear: both;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    padding: 15px 0px
}

.abouttwo .abouttwofl .abouttwobox p img {
    width: 100px
}

.abouttwo .abouttwofrbox {
    float: right;
    padding: 10px;
    width: 325px;
    margin-right: 15px;
    background: url(../images/homefivebg.jpg) repeat;
    border-radius: 5px
}

.abouttwo .abouttwofr {
    background: #fff;
    padding: 40px 20px 15px 20px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.2) inset
}

.abouttwo .abouttwofr p.abouttwofrtit {
    width: 200px;
    padding: 0px;
    text-align: center;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.1) inset;
    background: #f9f5f4;
    color: #ff4e24;
    font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
    font-weight: bold;
    margin-bottom: 20px
}

.abouttwo .abouttwofr p.abouttwofrtit span {
    background: url(../images/abouttwoicon03.png) no-repeat left center;
    display: inline-block;
    line-height: 40px;
    background-size: 22px;
    padding-left: 30px
}

.abouttwo .abouttwofr p {
    background: url(../images/prodot01.png) no-repeat left 14px;
    padding-left: 20px;
    font-size: 14px;
    color: #0e0e0e;
    padding: 8px 0px 8px 20px
}

.aboutthree {
    background: url(../images/aboutthreebg.jpg) no-repeat center top;
    background-size: 100%;
    position: relative;
    z-index: 1;
    margin-top: -1px;
    padding: 50px 0px
}

.abouttit {
    clear: both;
    text-align: center
}

.abouttit span {
    font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
    text-align: center;
    line-height: 1;
    font-size: 32px;
    margin-bottom: 15px;
    color: #0e0e0e
}

.abouttit span:before {
    content: '';
    background: url(../images/homeoneicon01.png) no-repeat center center;
    background-size: 18px;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 7px
}

.aboutthree .aboutthreetxt {
    clear: both;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    padding: 30px 0px
}

.aboutthree ul {
    clear: both;
    margin-left: -42px
}

.aboutthree ul li {
    float: left;
    position: relative;
    margin-left: 42px;
    width: 218px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.08)
}

.aboutthree ul li .aboutthreebox {
    position: absolute;
    transition: all 0.5s linear;
    left: 0px;
    top: 0%;
    width: 100%;
    height: 100%;
    background: #fff;
    padding-top: 44px
}

.aboutthree ul li .aboutthreebox i {
    clear: both;
    display: block;
    text-align: center;
    width: 57px;
    margin: 10px auto
}

.aboutthree ul li .aboutthreebox span {
    clear: both;
    display: block;
    text-align: center;
    font-size: 12px;
    font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
    font-weight: bold
}

.aboutthree ul li .aboutthreepic {
    clear: both;
    display: block
}

.aboutthree ul li:hover .aboutthreebox {
    top: -100%;
    transition: all 0.5s linear
}


.aboutfour {
    padding-bottom: 60px
}


.aboutfour .aboutfourtxt {
    font-size: 14px;
    line-height: 24px;
    color: #0e0e0e;
    padding: 30px 0px
}

.aboutfour ul li {
    float: left;
    width: 500px;
    position: relative
}

.aboutfouritem01 {
    clear: both;
    background: #4f3a34;
    height: 223px
}

.aboutfouritem01 .aboutfouritem01fl {
    float: left;
    width: 250px;
    position: relative
}

.aboutfouritem01 .aboutfouritem01fr {
    float: right;
    color: #fff;
    text-align: left;
    font-size: 14px;
    padding: 62px 25px 25px 0px;
    width: 169px
}

.aboutfouritem01 .aboutfouritem01fr strong {
    clear: both;
    display: block;
    text-align: right;
    font-size: 22px;
    padding-bottom: 15px
}

.aboutfouritem01 .aboutfouritem01fl:after {
    position: absolute;
    right: -75px;
    height: 132px;
    width: 150px;
    background: url(../images/aboutfourpic01s.png) no-repeat center top;
    content: '';
    background-size: 150px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%)
}

.aboutfouritem02 {
    clear: both;
    position: relative;
    height: 249px;
    overflow: hidden
}

.aboutfouritem02 .aboutfouritem02pic {
    clear: both;
    display: block
}

.aboutfouritem02 .aboutfouritem02pic img {
    width: 100%
}

.aboutfouritem02 .aboutfouritem02box {
    position: absolute;
    padding: 58px 45px 15px 45px;
    text-align: center;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: url(../images/aboutfourpic05.png) repeat;
    background: rgba(255,255,255,0.8);
    font-size: 14px
}

.aboutfouritem02 .aboutfouritem02box strong {
    clear: both;
    display: block;
    font-size: 20px;
    padding-bottom: 15px;
    line-height: 1
}

.aboutfouritem02 .aboutfouritem02box a {
    clear: both;
    display: block;
    color: #fff;
    background: #000;
    width: 150px;
    margin: 15px auto 0px;
    line-height: 35px
}

.aboutfouritem03box {
    position: absolute;
    width: 274px;
    height: 235px;
    bottom: 0px;
    right: 0px;
    color: #fff;
    background: url(../images/aboutfourpic04.png) repeat;
    background: rgba(0,0,0,0.8);
    padding: 50px 20px 0px 50px
}

.aboutfouritem03box strong {
    clear: both;
    display: block;
    text-align: right;
    font-size: 20px;
    padding-bottom: 15px
}

.aboutfive {
    clear: both;
    padding: 75px 0px 50px;
    display: block;
    background: url(../images/aboutfivebg.jpg) no-repeat center bottom;
    background-size: 100%
}

.aboutfive .aboutfivetxt {
    clear: both;
    font-size: 14px;
    line-height: 24px;
    padding: 36px 0px
}

@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: 0px 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 0px 27px 0px
    }

    .aboutone {
        padding-top: 80px
    }

    .aboutone .aboutonefl {
        width: 620px
    }

    .aboutone .aboutonefl h3 {
        font-size: 39px;
        background-size: 16px;
        padding-left: 35px
    }

    .aboutone .aboutonefl p {
        font-size: 16px;
        line-height: 30px;
        padding-left: 35px
    }

    .aboutone .aboutonefr {
        width: 510px;
        margin-right: 20px
    }

    .aboutone .aboutonefr:after {
        right: -20px;
        bottom: 23px;
        top: 23px
    }

    .aboutone .aboutonefr:before {
        right: -10px;
        bottom: 8px;
        top: 8px
    }

    .aboutone .aboutonefr:after,.aboutone .aboutonefr:before {
        border-radius: 15px
    }

    .aboutonefrbox {
        height: 311px
    }

    .aboutonefrbox .bd li span {
        font-size: 16px
    }

    .aboutonefrbox .hd ul li {
        font-size: 16px
    }

    .aboutban .breadnav {
        margin-left: -600px
    }

    .abouttwo {
        padding-top: 50px;
        padding-bottom: 48px;
        height: 583px
    }

    .abouttwo:before {
        width: 377px;
        height: 467px;
        background-size: 377px;
        margin-left: -600px
    }

    .abouttwo .abouttwopic {
        width: 377px
    }

    .abouttwo .abouttwofl {
        width: 415px
    }

    .abouttwo .abouttwofl .abouttwotit {
        font-size: 32px;
        padding-bottom: 15px
    }

    .abouttwo .abouttwofl .abouttwobox p {
        font-size: 16px;
        line-height: 24px
    }

    .abouttwo .abouttwofrbox {
        padding: 15px;
        width: 383px
    }

    .abouttwo .abouttwofr {
        border-radius: 10px
    }

    .abouttwo .abouttwofr p.abouttwofrtit {
        width: 240px;
        margin-bottom: 30px
    }

    .abouttwo .abouttwofr p.abouttwofrtit span {
        line-height: 48px;
        font-size: 26px;
        background-size: 26px;
        padding-left: 40px
    }

    .abouttwo .abouttwofr p {
        font-size: 16px;
        padding: 15px 0px 15px 20px;
        background-position: left 22px
    }

    .aboutthree {
        padding-top: 82px
    }

    .abouttit span {
        font-size: 39px
    }

    .aboutthree .aboutthreetxt {
        font-size: 16px
    }

    .aboutthree ul {
        margin-left: -50px
    }

    .aboutthree ul li {
        width: 262px;
        margin-left: 50px
    }

    .aboutthree ul li .aboutthreebox {
        padding-top: 50px
    }

    .aboutthree ul li .aboutthreebox i {
        width: 62px;
        margin-bottom: 20px
    }

    .aboutthree ul li .aboutthreebox span {
        font-size: 26px
    }

    .abouttit span:before {
        background-size: 16px;
        margin-top: 12px
    }

    .aboutfour ul li {
        width: 600px
    }

    .aboutfour .aboutfourtxt {
        font-size: 16px;
        line-height: 30px;
        padding-bottom: 50px
    }

    .aboutfouritem01 {
        height: 267px
    }

    .aboutfouritem01 .aboutfouritem01fl {
        width: 300px
    }

    .aboutfouritem02 {
        height: 298px
    }

    .aboutfouritem02 .aboutfouritem02box {
        font-size: 16px;
        padding: 87px 18px 15px
    }

    .aboutfouritem01 .aboutfouritem01fl:after {
        width: 182px;
        height: 160px;
        background-size: 182px;
        right: -91px
    }

    .aboutfouritem02 .aboutfouritem02box strong {
        font-size: 26px;
        padding-bottom: 20px
    }

    .aboutfouritem02 .aboutfouritem02box a {
        margin-top: 25px
    }

    .aboutfouritem01 .aboutfouritem01fr strong,.aboutfouritem03box strong {
        font-size: 26px
    }

    .aboutfive .aboutfivetxt {
        font-size: 16px;
        line-height: 30px
    }

    .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 0px
    }

    .floating_ck .floating_ckBox .floating_box span {
        padding: 8px 0px;
        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: 0px 20px 20px 0px
    }

    .floating_ck .floating_ckBox .floating_boxbom .floating_ewm {
        border-radius: 20px;
        padding: 10px 0px 0px 14px
    }

    .floating_ewm .floating_ewmTop {
        font-size: 17px;
        background-size: 22px;
        line-height: 30px;
        padding-left: 29px
    }

    .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
    }
}

@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 10px;
        margin: 0px 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 0px 46px 0px
    }

  /*  .aboutone {
        padding-bottom: 149px
    }
*/
    .aboutone .aboutonefl {
        width: 820px
    }

    .aboutone .aboutonefl h3 {
        font-size: 52px;
        margin-bottom: 46px;
        background-size: 18px;
        padding-left: 42px
    }

    .aboutone .aboutonefl p {
        font-size: 18px;
        line-height: 32px;
        padding: 21px 0px 21px 42px
    }

    .aboutone .aboutonefr {
        width: 680px;
        margin-right: 28px
    }

    .aboutone .aboutonefr:after,.aboutone .aboutonefr:before {
        border-radius: 20px
    }

    .aboutone .aboutonefr:after {
        right: -28px;
        bottom: 23px;
        top: 23px
    }

    .aboutone .aboutonefr:before {
        right: -14px;
        bottom: 8px;
        top: 8px
    }

    .aboutonefrbox {
        height: 800px
    }

    .aboutonefrbox .bd li span {
        font-size: 20px
    }

    .aboutonefrbox .hd ul li {
        font-size: 20px
    }

    .aboutban .breadnav {
        margin-left: -800px;
        color:#020202;
    }

    .abouttwo {
        height: 752px
    }

    .ie8-hack .abouttwo {
        height: 722px
    }

    .abouttwo .abouttwopic {
        width: 503px
    }

    .abouttwo:before {
        width: 503px;
        height: 625px;
        background-size: 503px;
        margin-left: -800px
    }

    .abouttwo .abouttwofl {
 /*       margin-left: 423px; */
        width: 500px;
        padding-top: 104px
    }

    .abouttwo .abouttwofl .abouttwotit {
        font-size: 52px;
        padding-bottom: 30px
    }

    .abouttwo .abouttwofl .abouttwobox p {
        font-size: 18px;
        line-height: 32px
    }

    .abouttwo .abouttwofl .abouttwobox {
        padding-right: 88px
    }

    .abouttwo .abouttwofrbox {
        padding: 20px;
        width: 1010px
    }

    .abouttwo .abouttwofr {
        border-radius: 10px;
        padding: 67px 32px 15px 32px
    }

    .abouttwo .abouttwofr p.abouttwofrtit {
        width: 320px;
        margin-bottom: 40px
    }

    .abouttwo .abouttwofr p.abouttwofrtit span {
        line-height: 64px;
        font-size: 35px;
        background-size: 34px;
        padding-left: 50px
    }

    .abouttwo .abouttwofr p {
        font-size: 22px;
        padding: 20px 0px 20px 25px;
        background-position: left 34px;
        line-height: 35px
    }

    .abouttit span {
        font-size: 52px
    }

    .aboutthree .aboutthreetxt {
        font-size: 18px;
        line-height: 32px;
        padding-bottom: 80px;
        padding-top: 50px
    }

    .aboutthree ul {
        margin-left: -70px
    }

    .aboutthree ul li {
        width: 347px;
        margin-left: 70px
    }

    .aboutthree ul li .aboutthreebox {
        padding-top: 75px
    }

    .aboutthree ul li .aboutthreebox i {
        width: 80px;
        margin-bottom: 40px
    }

    .aboutthree ul li .aboutthreebox span {
        font-size: 35px
    }

    .abouttit span:before {
        margin-top: 16px
    }

  /*  .aboutfour {
        padding-top: 100px
    }
*/
    .aboutfour .aboutfourtxt {
        font-size: 18px;
        line-height: 32px;
        padding-bottom: 80px;
        padding-top: 50px
    }

    .aboutfour ul li {
        width: 800px
    }

    .aboutfouritem01 {
        height: 360px
    }

    .aboutfouritem01 .aboutfouritem01fl {
        width: 403px
    }

    .aboutfouritem02 {
        height: 396px
    }

    .aboutfouritem02 .aboutfouritem02box {
        font-size: 18px;
        padding: 117px 80px 15px
    }

    .aboutfouritem02 .aboutfouritem02box strong {
        font-size: 35px;
        padding-bottom: 22px
    }

    .aboutfouritem02 .aboutfouritem02box a {
        font-size: 26px;
        line-height: 49px;
        height: 51px;
        margin-top: 48px
    }

    .aboutfouritem01 .aboutfouritem01fr {
        font-size: 18px;
        line-height: 32px;
        width: 263px;
        padding: 101px 30px 25px 0px
    }

    .aboutfouritem01 .aboutfouritem01fr strong {
        font-size: 35px;
        padding-bottom: 30px
    }

    .aboutfouritem03box {
        width: 440px;
        height: 377px;
        font-size: 18px;
        line-height: 30px;
        padding: 113px 20px 0px 143px
    }

    .aboutfouritem03box strong {
        font-size: 35px;
        padding-bottom: 25px
    }

    .aboutfouritem01 .aboutfouritem01fl:after {
        width: 240px;
        height: 211px;
        background-size: 240px;
        right: -120px
    }

    .aboutfive {
        padding: 120px 0px 87px 0px
    }

    .aboutfive .aboutfivetxt {
        font-size: 18px;
        line-height: 32px;
        padding: 55px 0px 90px 0px
    }

    .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 0px 15px 0px
    }

    .floating_ck .floating_ckBox .floating_box span {
        padding: 10px 0px;
        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: 0px 25px 25px 0px;
        background-position: 8px center
    }

    .floating_ck .floating_ckBox .floating_boxbom .floating_ewm {
        border-radius: 25px;
        padding: 15px 0px 0px 17px
    }

    .floating_ewm .floating_ewmTop {
        font-size: 20px;
        background-size: 26px;
        padding-left: 35px
    }

    .floating_ewm .floating_ewmBom {
        margin-top: 8px
    }

    .floating_ewm .floating_ewmBom .floating_ewmBomFr {
        font-size: 16px;
        line-height: 28px
    }
}

@media (min-width: 1920px) {
    .abouttwo {
        background-color: #0f0d0d;
        background-size: 1920px;
    }

    .abouttwo:after {
        background-size: 100% 305px;
    }
}

.ie8-hack .abouttwo:after,.ie8-hack .aboutfouritem01 .aboutfouritem01fl:after,.ie8-hack .abouttwo .abouttwofl .abouttwotit:after {
    display: none;
    background: none;
}

.ie8-hack .abouttwo .abouttwofr p.abouttwofrtit span {
    padding-left: 50px;
}