@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

img,
input,
textarea {
    border: 0
}

input:-ms-clear {
    display: none
}

textarea {
    resize: none;
    outline: 0
}

li,
ul {
    list-style: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.abhead1{
    position: relative;
}

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

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

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

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

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

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

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


.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;
    position: relative;
    z-index: 3;
    background: #1c1a1a;
    font-size: 14px;
    text-align: center
}

.foot_btm a:hover {
    color: red
}

.foot_btm .container {
    position: relative
}

.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 {
    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;
    left: 50%;
    margin-top: -10px;
    margin-left: -11px;
    border-radius: 50%;
    transform: scale(1)
}

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

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

.floating_i02:after {
    right: -1px
}

.floating_i02:before {
    left: -1px
}

@keyframes blow {

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

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

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

@keyframes blow01 {

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

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

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

.FloatPim.on {
    display: block
}

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

.FloatPim .FloatPimBox.on {
    left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#toTop span img {
    width: 100%
}

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

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

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

.contactone {
    clear: both;
    background: url(../images/contactone.jpg);
    position: relative;
    padding: 0 0 71px;
    overflow: hidden
}

.contactone:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    background: url("../images/contactone-after.png") center top no-repeat;
    background-size: 100%;
    z-index: 1
}

.contactone>i {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: url("../images/contactone-i.png") right top no-repeat;
    background-size: contain
}

.contactone .container {
    position: relative;
    z-index: 4
}

.contactone .breadnav,
.contactone .breadnav a {
    color: #020202
}

.contactone .breadnav a:hover {
    color: #c3311c
}

.contactone .contactonetit {
    color: #2d2d2d;
    font-family: "Microsoft YaHei";
    font-weight: 700;
    font-size: 37px;
    line-height: 1;
    margin-top: 20px;
    background: url("../images/prozhtit.png") left center no-repeat;
    padding-left: 40px
}

.contactone .contactonetit span {
    color: #c3311c;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: -webkit-linear-gradient(left, #bf211d, #d3751b)
}

.contactone .contactoneBox {
    clear: both;
    display: block;
    width: 54%;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative
}

.contactone .contactoneBox .contactoneBoxBom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl {
    float: left;
    width: 75%;
    padding-top: 26px
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl p {
    padding: 15px 20px 15px 32px
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl p i {
    width: 25px;
    margin-right: 4px
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl p i img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    width: 20px
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl .contactoneBoxBomFlTop {
    clear: both;
    position: relative;
    color: #2d2d2d;
    font-size: 16px;
    line-height: 1.1
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl .contactoneBoxBomFlTop strong {
    color: #bb2830;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl .contactoneBoxBomFlMid {
    clear: both;
    display: block;
    text-align: left;
    color: #2d2d2d;
    font-size: 15px;
    line-height: 24px
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr {
    float: right;
    width: 25%;
    clear: none
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr a {
    display: block;
    text-align: center;
    cursor: pointer;
    margin-top: 46px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr a:hover {
    margin-top: 42px
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr a i {
    display: block
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr a i img {
    width: 30px
}

.contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr strong {
    display: block;
    color: #FFF;
    font-size: 16px;
    text-shadow: 0 2px 6px rgba(69, 3, 18, .5);
    margin-top: 4px
}

.contactone ul {
    margin-left: 10px
}

.contactone ul .contactonedltxt {
    clear: both;
    text-align: left;
    font-size: 12px;
    line-height: 20px
}

.contactone ul li.contactoneli01 .contactonedltxt {
    padding-bottom: 10px
}

.contactone ul li.contactoneli02 .contactonedltxt {
    padding-top: 10px;
    text-align: center
}

.contactone ul .contactonedlbg {
    height: 167px
}

.contactone ul li.contactoneli01,
.contactone ul li.contactoneli02 {
    float: left;
    width: 135px;
    margin-left: -10px
}

.contactone ul li.contactoneli01 .contactonedlbg {
    background: url("../images/contactoneli01.png") center top no-repeat;
    background-size: 131px
}

.contactone ul li.contactoneli02 .contactonedlbg {
    background: url("../images/contactoneli02.png") center top no-repeat;
    background-size: 131px
}

.contactone ul li.contactoneli01 .contactonedlbg .contactonespan01,
.contactone ul li.contactoneli02 .contactonedlbg .contactonespan01 {
    clear: both;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 91px;
    font-weight: 700
}

.contactone ul li.contactoneli01 .contactonedlbg .contactonespan02,
.contactone ul li.contactoneli02 .contactonedlbg .contactonespan02 {
    clear: both;
    text-align: center;
    display: block;
    font-size: 28px;
    color: #cc2f1e;
    font-weight: 700;
    line-height: 73px
}

.prosever {
    clear: both;
    display: block;
    padding: 30px 0 40px;
    background: #000
}

.prosever .container {
    clear: both;
    display: block;
    padding: 0 4%
}

.prosever .container h4 {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    padding-bottom: 25px
}

.prosever .container .proseverBox {
    clear: both;
    display: block;
    margin-left: -8%
}

.prosever .container .proseverBox ul {
    float: left;
    width: 42%;
    margin-left: 8%
}

.prosever .container .proseverBox ul li {
    clear: both;
    position: relative;
    padding-bottom: 20px;
    padding-left: 50px
}

.prosever .container .proseverBox ul li:after {
    content: "";
    position: absolute;
    left: 15px;
    top: -50px;
    bottom: 70px;
    width: 0;
    border-left: 1px dashed #3d3a4a;
    display: block
}

.prosever .container .proseverBox ul li:first-child:after {
    display: none
}

.prosever .container .proseverBox ul li i {
    position: absolute;
    left: 0;
    top: 25px;
    width: 30px;
    height: 30px;
    background: #ba2830;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    line-height: 26px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    z-index: 2
}

.prosever .container .proseverBox ul li h3 {
    clear: both;
    display: block;
    padding-bottom: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.prosever .container .proseverBox ul li p {
    clear: both;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: silver
}

.prosever .container .proseverBox ul li p a {
    color: #ba2830
}

.prosever .container .proseverBox ul li p a:hover {
    text-decoration: underline
}

.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/profourtop-a.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/profourtop-b.png") right center no-repeat;
    padding-right: 42px;
    background-size: 32px;
    margin-right: 10px
}

.profourbom {
    border-radius: 5px;
    background: url("../images/contactone.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 YaHei";
    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 YaHei";
}

.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/profourfr.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/profourfr-before.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: -26px
}

.profourbom .profourfr .cont_form .btnclick .btn_submit {
    width: 138px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    background-color: #1d84e0;
    background-image: linear-gradient(90deg, #fa2008 0, #ff386b 50%, #fa2008 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;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
}

.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 span font {
    color: red
}

.profourbom .profourfr .cont_form li img.ncodeimg{
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
    }


 

.profourbom .profourfr .cont_form li input {
    float: right;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    width: 225px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    padding: 3px 10px 3px 30px;
    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 {
    float: right;
    font-family: "微软雅黑";
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    width: 225px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    height: 57px;
    padding: 3px 10px 3px 30px
}

.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 li:first-child span:after {
    content: "";
    position: absolute;
    left: 62px;
    top: 8px;
    width: 24px;
    height: 24px;
    background: url("../images/contact-icon-a.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/contact-icon-b.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/contact-icon-c.png") no-repeat;
    background-size: 24px
}

.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
}



@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
    }

    .contactone .contactonetit {
        margin-top: 25px
    }

    .contactone .contactoneBox {
        margin-top: 35px;
        margin-bottom: 38px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl {
        padding-top: 40px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl p {
        padding: 15px 20px 15px 44px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl .contactoneBoxBomFlTop {
        font-size: 16px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl .contactoneBoxBomFlTop strong {
        font-size: 22px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl .contactoneBoxBomFlMid {
        font-size: 16px;
        line-height: 28px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr a {
        margin-top: 55px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr a:hover {
        margin-top: 50px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr a i img {
        width: 40px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr strong {
        font-size: 18px;
        margin-top: 6px
    }

    .contactone ul li.contactoneli01,
    .contactone ul li.contactoneli02 {
        width: 160px;
        margin-left: -20px
    }

    .contactone ul .contactonedltxt {
        font-size: 14px;
        line-height: 24px
    }

    .contactone ul li.contactoneli01 .contactonedlbg,
    .contactone ul li.contactoneli02 .contactonedlbg {
        background-size: 152px;
        height: 194px
    }

    .contactone ul li.contactoneli01 .contactonedlbg .contactonespan01,
    .contactone ul li.contactoneli02 .contactonedlbg .contactonespan01 {
        font-size: 18px;
        line-height: 107px
    }

    .contactone ul li.contactoneli01 .contactonedlbg .contactonespan02,
    .contactone ul li.contactoneli02 .contactonedlbg .contactonespan02 {
        font-size: 33px;
        line-height: 81px
    }

    .prosever {
        padding: 50px 0 60px
    }

    .prosever .container h4 {
        font-size: 26px;
        padding-bottom: 35px
    }

    .prosever .container .proseverBox ul li {
        padding-bottom: 24px;
        padding-left: 55px
    }

    .prosever .container .proseverBox ul li:after {
        left: 18px
    }

    .prosever .container .proseverBox ul li:first-child:after {
        display: none
    }

    .prosever .container .proseverBox ul li i {
        top: 30px;
        width: 35px;
        height: 35px;
        font-size: 18px;
        line-height: 30px
    }

    .prosever .container .proseverBox ul li h3 {
        padding-bottom: 5px;
        font-size: 18px;
        line-height: 30px
    }

    .prosever .container .proseverBox ul li p {
        font-size: 15px;
        line-height: 27px
    }

    .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 img.ncodeimg{
        /* height: 40px !important; */
    }

    .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: -40px
    }

    .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
    }

    .contactone .contactonetit {
        margin-top: 30px;
        font-size: 60px
    }

    .contactone .contactoneBox {
        margin-top: 26px;
        margin-bottom: 28px;
        margin-left: -20px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl {
        padding-top: 44px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl p {
        padding: 25px 30px 25px 62px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl p i img {
        width: 25px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl .contactoneBoxBomFlTop {
        font-size: 24px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl .contactoneBoxBomFlTop strong {
        font-size: 34px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFl .contactoneBoxBomFlMid {
        font-size: 24px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr a {
        margin-top: 72px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr a:hover {
        margin-top: 66px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr a i img {
        width: 58px
    }

    .contactone .contactoneBox .contactoneBoxBom .contactoneBoxBomFr strong {
        font-size: 24px;
        margin-top: 10px
    }

    .contactone ul {
        margin-left: 20px
    }

    .contactone ul li.contactoneli01,
    .contactone ul li.contactoneli02 {
        width: 187px;
        margin-left: -20px
    }

    .contactone ul .contactonedltxt {
        font-size: 16px;
        line-height: 28px
    }

    .contactone ul li.contactoneli01 .contactonedlbg,
    .contactone ul li.contactoneli02 .contactonedlbg {
        background-size: 187px;
        height: 239px
    }

    .contactone ul li.contactoneli01 .contactonedlbg .contactonespan01,
    .contactone ul li.contactoneli02 .contactonedlbg .contactonespan01 {
        font-size: 25px;
        line-height: 131px
    }

    .contactone ul li.contactoneli01 .contactonedlbg .contactonespan02,
    .contactone ul li.contactoneli02 .contactonedlbg .contactonespan02 {
        font-size: 45px;
        line-height: 101px
    }

    .prosever {
        padding: 30px 0 70px
    }

    .prosever .container h4 {
        font-size: 30px;
        padding-bottom: 45px
    }

    .prosever .container .proseverBox ul li {
        padding-bottom: 24px;
        padding-left: 55px
    }

    .prosever .container .proseverBox ul li:after {
        left: 19px;
        top: -50px;
        bottom: 70px
    }

    .prosever .container .proseverBox ul li:first-child:after {
        display: none
    }

    .prosever .container .proseverBox ul li i {
        top: 33px;
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 37px
    }

    .prosever .container .proseverBox ul li h3 {
        padding-bottom: 6px;
        font-size: 20px;
        line-height: 30px
    }

    .prosever .container .proseverBox ul li p {
        font-size: 16px;
        line-height: 30px
    }

    .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: -58px
    }

    .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) {
    .contactone:after {
        background-size: 100% 240px
    }

    .contactone>i {
        background-size: 54.0625%
    }
}

.ie8-hack .contactone ul li.contactoneli01,
.ie8-hack .contactone ul li.contactoneli02 {
    width: 187px !important;
    margin-left: -20px !important
}

.ie8-hack .contactone ul li.contactoneli01 .contactonedlbg,
.ie8-hack .contactone ul li.contactoneli02 .contactonedlbg {
    height: 239px !important
}

.ie8-hack .contactone ul li.contactoneli01 .contactonedlbg .contactonespan01,
.ie8-hack .contactone ul li.contactoneli02 .contactonedlbg .contactonespan01 {
    line-height: 131px
}

.ie8-hack .contactone ul li.contactoneli01 .contactonedlbg .contactonespan02,
.ie8-hack .contactone ul li.contactoneli02 .contactonedlbg .contactonespan02 {
    line-height: 101px
}

.contact_map p img{
    max-width: 100%;
}

@media(max-width: 1440px){
    .profourbom .profourfr .cont_form li img.ncodeimg{
        height: 51px !important;
    }
}



@media(max-width: 1280px){
.profourbom .profourfr .cont_form li img.ncodeimg{
    height: 32px !important;
}
}
