@charset "UTF-8";

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    cursor: pointer
}

* {
    touch-action: pan-y !important
}

body,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p,
tr,
td,
strong,
span,
pre {
    margin: 0;
    padding: 0;
    border: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    font-weight: normal
}

body,
button,
input,
select,
textarea {
    font: 14px/1.5 'Microsoft YaHei', Arial, 'PingFang SC', 'Microsoft JhengHei', sans-serif;
    color: #333
}

ul,
li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table th,
table td {
    border: 1px solid #ccc
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    text-decoration: none;
    color: #333;
    outline: none;
    cursor: pointer
}

a:hover {
    background-repeat: no-repeat;
    text-decoration: none
}

a,
input[type="button"],
button,
label,
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0
}

input[type="number"] {
    -moz-appearance: textfield
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

audio,
video {
    display: inline-block
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input,
textarea,
select {
    outline: none
}

input[type="text"],
input[type="password"],
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
select,
textarea {
    outline-style: none;
    -webkit-appearance: none;
    resize: none;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px rgba(255, 255, 255, 0) inset !important
}

.bd_weixin_popup,
.content-box {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

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

.clearfix {
    *zoom: 1
}

.clear {
    clear: both;
    line-height: 0;
    height: 0;
    font-size: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.show {
    display: block !important
}

.hide {
    display: none !important
}

.commonweb {
    margin: 0px auto;
    max-width: 1400px;
    padding: 0px 15px
}

.commonwebbox {
    margin-left: 0px;
    margin-right: 0px
}

.commonleft {
    float: none
}

.commonright {
    float: none
}

.visible-sm,
.visible-md,
.visible-lg {
    display: none
}

.hidden-sm,
.hidden-md,
.hidden-lg {
    display: block
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
    padding-left: 10px;
    padding-right: 10px
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    transition-property: transform, -webkit-transform, -o-transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    -o-transition-property: -o-transform;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: height, -o-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform, -o-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #000
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

img {
    max-width: 100%;
    vertical-align: middle
}

html,
body {
    -webkit-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s
}

body {
    padding-top: 60px
}

.nicescroll-rails {
    -webkit-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s
}

.nicescroll-cursors {
    visibility: hidden;
    -webkit-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s
}

.line {
    display: none
}

.inbanner {
    position: relative
}

.inbanner .swiper-slide {
    position: relative
}

.inbanner .swiper-slide.after .inbanner-text h2,
.inbanner .swiper-slide.after .inbanner-text h3 {
    opacity: 1;
    visibility: inherit
}

.inbanner .swiper-slide a {
    display: block
}

.inbanner .inbanner-img {
    width: 100%;
    max-width: initial;
    display: block
}

.inbanner-btm {
    display: none;
    position: absolute;
    left: 50%;
    z-index: 10;
    bottom: 10px;
    font-size: 0;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.inbanner-btm a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.inbanner-btm .inbanner-prev {
    width: 55px;
    height: 55px;
    background: url(../images/left_01.png) no-repeat center center/100% 100%
}

.inbanner-btm .inbanner-next {
    width: 55px;
    height: 55px;
    margin-left: 90px;
    background: url(../images/right_01.png) no-repeat center center/100% 100%
}

.inbanner-btm .inbanner-btn {
    width: 32px;
    height: 32px;
    border: 1px solid #0ba690;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.inbanner-btm .inbanner-btn:hover {
    border-color: #0ba690
}

.inbanner-bat {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
    font-size: 14px;
    color: #0ba690
}

.inbanner-bat .inbanner-current {
    color: #0ba690
}

.incon-pd {
    padding: 30px 0 30px 0
}

.inpro {
    padding-bottom: 0;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fff));
    background: -webkit-linear-gradient(top, #fbfbfb, #fff);
    background: -o-linear-gradient(top, #fbfbfb, #fff);
    background: linear-gradient(180deg, #fbfbfb, #fff)
}

.inpro .commonweb {
    max-width: 1430px
}

.inpro-minview {
    position: relative;
    padding: 0 40px
}

.inpro-minview .swiper-container {
    padding: 10px
}

.inpro-minview .swiper-slide {
    position: relative;
    text-align: center;
    overflow: visible
}

.inpro-minview .swiper-slide a {
    display: block;
    width: 100%;
    height: 117px;
    position: relative;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
    -webkit-transition: -webkit-box-shadow .5s, -webkit-transform .5s;
    transition: -webkit-box-shadow .5s, -webkit-transform .5s;
    -o-transition: box-shadow .5s, -o-transform .5s;
    transition: box-shadow .5s, transform .5s, -webkit-box-shadow .5s, -webkit-transform .5s, -o-transform .5s;
    -webkit-box-shadow: 0 0 5px 5px rgb(0, 0, 0, .15);
    box-shadow: 0 0 5px 5px rgb(0, 0, 0, .15);
}

.inpro-minview .swiper-slide.active-nav a {
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    -o-transform: translateY(-9px);
    transform: translateY(-9px);
    -webkit-box-shadow: 0px 10px 20px -10px #7d8463;
    box-shadow: 0px 10px 20px -10px #7d8463
}

.inpro-minview .swiper-slide.active-nav a .inpro-minback {
    -webkit-transform: rotateX(0deg) skew(0deg);
    transform: rotateX(0deg) skew(0deg);
    visibility: inherit
}

.inpro-minposi {
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 20px 12.5px
}

.inpro-minposi h3 {
    margin-top: 7px;
    line-height: 1.5;
    font-size: 14px;
    color: #00408c;
}

.inpro-minposiicon {
    width: 50px;
    margin: 0 auto
}

.inpro-minposiicon img {
    width: 100%
}

.inpro-minback {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    padding: 30px 12px;
    background: -webkit-linear-gradient(225deg, #0056b9, #0056b9);
    background: -o-linear-gradient(225deg, #0056b9, #0056b9);
    background: linear-gradient(225deg, #0056b9, #0056b9);
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: rotateX(90deg) skew(-12deg);
    transform: rotateX(90deg) skew(-12deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    visibility: hidden;
    overflow: hidden
}

.inpro-minback h3 {
    position: relative;
    z-index: 3;
    line-height: 1.26667;
    font-size: 20px;
    font-weight: 300;
    color: #fff
}

.inpro-minback:after {
    position: absolute;
    display: none;
    top: 54.70085%;
    left: 50%;
    width: 66.96429%;
    height: 64.10256%;
    background: url(../index.html) no-repeat center center/100% 100%;
    content: ""
}

.inpro-maxview {
    margin-top: 10px;
    padding: 0 15px;
    text-align: center
}

.inpro-maxview .swiper-slide img {
    width: 100%
}

.incon-btn {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: none;
    width: 30px;
    height: 30px;
    background: #0ba690;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.incon-btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    content: ""
}

.incon-prev {
    left: 0
}

.incon-prev:after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.incon-next {
    right: 0
}

.incon-next:after {
    border-right: 2px solid #fff;
    border-top: 2px solid #fff
}

a.more-a1 {
    display: block;
    line-height: 24px;
    font-size: 0
}

a.more-a1 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #282828;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

a.more-a1 i {
    position: relative;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 2px;
    background: #0ba690;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

a.more-a1 i:after {
    position: absolute;
    top: 50%;
    right: -2px;
    z-index: 1;
    border-left: 4px solid #0ba690;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: ""
}

a.more-a1:hover span {
    color: #0ba690
}

a.more-a1:hover i {
    margin-left: 5px
}

a.more-a2 {
    display: block;
    width: 120px;
    height: 44px;
    line-height: 42px;
    text-align: center;
    font-size: 0;
    border: 1px solid #dddbd3;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

a.more-a2 span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ab9e92;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

a.more-a2 i {
    position: relative;
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 2px;
    background: #ab9e92;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

a.more-a2 i:after {
    position: absolute;
    top: 50%;
    right: -2px;
    z-index: 1;
    border-left: 4px solid #ab9e92;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    content: ""
}

a.more-a2:hover {
    border-color: #ab9e92;
    background: #ab9e92
}

a.more-a2:hover span {
    color: #fff
}

a.more-a2:hover i {
    margin-left: 10px;
    background: #fff
}

a.more-a2:hover i:after {
    border-left-color: #fff
}

.incon-bat {
    position: relative;
    width: 100%;
    margin-top: 15px;
    font-size: 0;
    overflow: hidden;
    background: #f3f1e9;
    text-align: left;
    height: 4px
}

.incon-bat span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    border-radius: 0;
    opacity: 1;
    padding-left: 5px;
    padding-right: 5px;
    background: #0ba690;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.incon-bat2 {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin-top: 15px;
    font-size: 0;
    overflow: hidden;
    background: #f3f1e9
}

.incon-bat2 span {
    vertical-align: middle;
    display: table-cell;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    opacity: 1;
    width: 50%;
    height: 4px
}

.incon-bat2 span i {
    display: block;
    width: 100%;
    height: 100%
}

.incon-bat2 span.swiper-pagination-bullet-active i {
    background: #dad1b0
}

.overflow {
    overflow: hidden
}

.suzyaniimg {
    width: 100%;
    height: 100%
}

.inheader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    padding: 0 15px;
    background: #ffffff;
    -webkit-box-shadow: 0px 1px 2px -1px #ddd;
    box-shadow: 0px 1px 2px -1px #ddd;
    font-family: misansregular
}

.inlogo {
    float: left;
    font-size: 0;
    line-height: 60px
}

.inlogo a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    background: url(../images/logo_02.png) no-repeat center center;
    background-size: 202px 36px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    width: 202px;
    height: 36px
}

.inlogo a img {
    height: 24px
}

.inlogo .white {
    display: none
}

.inlogo .inlogo-txt {
    display: none
}

.header-img {
    background: url(../images/phone_01.png) no-repeat left center;
    background-size: 26px 26px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
    padding-left: 35px;
    font-size: 20px;
    font-family: dinprobold;
    text-shadow: 0px 0px 5px #666;
    text-shadow: 0px 0px 0.10417rem #666
}

.header-nav {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 200;
    display: none;
    width: 100%;
    height: 100%;
    padding: 20px 15px 130px;
    background: #fff;
    border-top: 1px solid #ddd
}

.innav-ul {
    max-height: 100%;
    overflow-y: auto
}

.innav-ul li {
    border-bottom: 1px solid #ddd
}

.innav-h3 {
    position: relative
}

.innav-h3.active .innav-span {
    display: block
}

.innav-h3.active:after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #aaa;
    border-right: 2px solid #aaa;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    content: ""
}

.innav-h3.active2:after {
    -webkit-transform: translateY(-50%) rotate(135deg);
    -ms-transform: translateY(-50%) rotate(135deg);
    -o-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg)
}

.innav-h3 a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #333
}

.innav-span {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: none;
    width: 40%;
    height: 100%
}

.innav-ermenu {
    display: none;
    border-top: 1px solid #ddd
}

.innav-ermenu a {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    font-size: 14px;
    color: #666
}

.inheader-fr {
    float: right
}

.header-logo {
    content: url(../images/logo_01.png);
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s
}

.header-btn {
    line-height: 60px;
    font-size: 0
}

.header-btn a {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header-btn .insearch-btn {
    margin-right: 10px;
    background: url(../images/insearch-btn3.png) no-repeat center center;
    background-size: 18px auto
}

.header-btn .insearch-btn.active {
    background-color: #0ba690;
    background-image: url(../images/insearch-btn4.png)
}

.header-btn .mobile-btn {
    padding: 9px 4px 0
}

.header-btn .mobile-btn span {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    margin: 0 auto 6px;
    background: #352b2b;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.header-btn .mobile-btn.active span {
    background: #0ba690
}

.header-btn .mobile-btn.active span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header-btn .mobile-btn.active span:nth-child(2) {
    opacity: 0
}

.header-btn .mobile-btn.active span:nth-child(3) {
    top: -8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.insearch-view {
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 200;
    display: none;
    width: 100%;
    padding: 10px;
    line-height: 1
}

.insearch-view form {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    border: 2px solid #0ba690;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.insearch-view .insearch-intxt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 90px 0 15px;
    font-size: 14px;
    color: #666;
    vertical-align: middle;
    background: #fff
}

.insearch-view .insearch-insub {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 80px;
    height: 100%;
    background: url(../images/insearch-btn1.png) #0ba690 no-repeat center center
}

.headerSearchbox {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 60px;
    background: #fff;
    padding: 20px;
    line-height: 30px
}

.headerSearchbox form {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    border: 2px solid #0ba690;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden
}

.headerSearchbox .insearch-intxt {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 10px 0 10px;
    font-size: 14px;
    color: #666;
    vertical-align: middle;
    background: #fff
}

.headerSearchbox .insearch-insub {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    width: 80px;
    height: 100%;
    background: url(../images/insearch-btn2.png) #00408c no-repeat center center;
    background-size: 22px 22px;
}

.mobile-Searchbtn {
    background: url(../images/insearch-btn1.png) no-repeat center center;
    background-size: 22px 22px;
    cursor: pointer
}

.backtop {
    display: none
}

.incommonweb {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1600px
}

.neibanner {
    position: relative;
    overflow: hidden
}

.neibanner::before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5
}

.neibanner img {
    position: relative;
    z-index: 3;
    width: 100%
}

.neibanner-text {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 5;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.neibanner-text h2 {
    line-height: 1.20833;
    font-size: 20px;
    color: #ffffff
}

.neibanner-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    background: #fff
}

.neibanner-video video {
    display: block;
    width: 100%;
    height: 100%
}

.neibanner-video.active {
    z-index: -1;
    visibility: hidden;
    opacity: 0
}

.neibanner-video.active2 {
    opacity: 1;
    visibility: inherit;
    z-index: 6
}

a.player-btn {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: 10px auto 0;
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

a.player-btn:after {
    position: absolute;
    top: 50%;
    left: 50%;
    border-left: 4px solid #2a2a2a;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    -webkit-transform: translate(-25%, -50%);
    -ms-transform: translate(-25%, -50%);
    -o-transform: translate(-25%, -50%);
    transform: translate(-25%, -50%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    content: ""
}

a.player-btn:hover {
    background: #0ba690;
    -webkit-box-shadow: 0px 0px 20px 0px #aaa;
    box-shadow: 0px 0px 20px 0px #aaa
}

a.player-btn:hover:after {
    border-left-color: #fff
}

.rollbar-content {
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: -o-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s, -o-transform .3s
}

.rollbar-path-vertical,
.rollbar-path-horizontal {
    position: absolute;
    background-color: transparent;
    background-color: transparent;
    z-index: 100
}

.rollbar-path-horizontal {
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px
}

.rollbar-path-vertical {
    right: 0px;
    top: 0;
    height: 100%;
    width: 1px
}

.rollbar-path-vertical {
    box-shadow: inset 1px 0px 1 transparent;
    -moz-box-shadow: inset 1px 0px 1 transparent;
    -webkit-box-shadow: inset 1px 0px 0 transparent
}

.rollbar-path-horizontal {
    box-shadow: inset 0px 1px 1 transparent;
    -moz-box-shadow: inset 0px 1px 1 transparent;
    -webkit-box-shadow: inset 0px 1px 0 transparent
}

.rollbar-handle {
    position: relative;
    top: 0;
    left: 0;
    background-color: transparent
}

.rollbar-handle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.rollbar-path-vertical .rollbar-handle {
    height: 20%;
    width: 100%
}

.rollbar-path-horizontal .rollbar-handle {
    width: 20%;
    height: 100%
}

.rollbar-path-vertical,
.rollbar-path-horizontal,
.rollbar-handle {
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.back {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.incon-btn2 {
    display: none
}

.imorepages {
    font-size: 0;
    text-align: center
}

.imorepages a {
    display: inline-block;
    vertical-align: middle
}

.imorepages .imorepages-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 0 2px;
    text-align: center;
    line-height: 30px;
    background: #f5f4f2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.imorepages .imorepages-btn span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 1px;
    background: #36383c;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.imorepages .imorepages-btn span:after,
.imorepages .imorepages-btn span:before {
    position: absolute;
    top: 50%;
    width: 6px;
    height: 1px;
    background: #36383c;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    content: ""
}

.imorepages .imorepages-btn:hover {
    background: #a2774c
}

.imorepages .imorepages-btn:hover span {
    background: #fff
}

.imorepages .imorepages-btn:hover span::before,
.imorepages .imorepages-btn:hover span::after {
    background: #fff
}

.imorepages .imorepages-prev span:before {
    left: 0;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

.imorepages .imorepages-prev span:after {
    left: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    -o-transform-origin: top left;
    transform-origin: top left;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.imorepages .imorepages-next span:before {
    right: 0;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    -o-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg)
}

.imorepages .imorepages-next span:after {
    right: 0;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    -o-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.imorepages .imorepages-a1,
.imorepages .imorepages-span1,
.imorepages a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #827878;
    border: 1px solid #f5f4f2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.imorepages .imorepages-a1:hover,
.imorepages .imorepages-a1.cur,
.imorepages a:hover {
    color: #fff;
    background: #00408c;
    border-color: #00408c
}

.imorepages .imorepages-more {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    color: #746e58;
    background: #0ba690;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.imorepages .imorepages-more:hover {
    color: #fff;
    background: #0ba690;
    -webkit-box-shadow: 0px 0px 10px 0px #0ba690;
    box-shadow: 0px 0px 10px 0px #0ba690
}

.iscoverpro-oneimg {
    position: relative
}

.more-a4 {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #f4f3ef;
    margin: 0 auto;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.more-a4:before,
.more-a4:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    background: #f4f3ef;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    content: ""
}

.more-a4:after {
    width: 2px;
    height: 16px
}

.more-a4:hover {
    background: #0ba690;
    border-color: #0ba690
}

.more-a4:hover:after,
.more-a4:hover:before {
    background: #fff
}

.inleft-menu {
    position: fixed;
    top: 50%;
    right: -200px;
    z-index: 200;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.inleft-menu.active {
    right: 0;
    visibility: inherit;
    opacity: 1
}

.inleft-menuitem {
    position: relative
}

.inleft-menuitem>a {
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #f2f3ef;
    background: #fff
}

.inleft-menuitem>a img {
    width: 100%
}

.inleft-menuitem:hover .inleft-menuview {
    margin-right: 0;
    visibility: inherit;
    opacity: 1
}

.inleft-menuitem:hover .inleft-menuview2 {
    margin-right: 0;
    visibility: inherit;
    opacity: 1
}

.inleft-menuview {
    position: absolute;
    right: 100%;
    top: 50%;
    z-index: 10;
    width: auto;
    margin-right: 20px;
    white-space: nowrap;
    background: #fff;
    padding: 10px 10px;
    font-size: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 10px 10px 20px -10px #aaa;
    box-shadow: 10px 10px 20px -10px #aaa;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.inleft-menuview:after {
    position: absolute;
    top: 50%;
    left: 100%;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: ""
}

.inleft-menuli {
    vertical-align: top;
    text-align: center
}

.inleft-menuli:last-of-type {
    margin-right: 0;
    margin-bottom: 0
}

.inleft-menuli img {
    width: 100%
}

.inleft-menuli a {
    display: block;
    width: 100%;
    height: auto;
    line-height: 1.83333;
    font-size: 12px;
    border: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.inleft-menuli a:hover {
    color: #0ba690;
    text-decoration: underline
}

.inleft-menuli h6 {
    margin-top: 2px;
    line-height: 1.83333;
    font-size: 12px
}

.inleft-menuview2 {
    position: absolute;
    bottom: 8px;
    right: 100%;
    z-index: 10;
    border: 1px solid #f4f3ef;
    padding: 7px 7px 15px;
    width: 100px;
    background: #ffffff;
    -webkit-box-shadow: 10px 10px 20px -10px #aaa;
    box-shadow: 10px 10px 20px -10px #aaa;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.inleft-menuview2 img {
    width: 100%;
    border: 1px solid #d0d0d0
}

.inleft-menuview2 h5 {
    margin-top: 8px;
    text-align: center;
    line-height: 1.33333;
    font-size: 12px;
    color: #282828
}

.inleft-menuview2:after {
    position: absolute;
    bottom: 16px;
    left: 100%;
    z-index: 3;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    content: ""
}

.infooter {
    background: url(../images/bottombg.jpg) no-repeat center center/100% 100%
}

.infooter-top {
    padding: 30px 0 20px
}

.foot-img {
    padding-top: 50px
}

.infooter-item {
    border-bottom: 1px solid #aca9a4
}

.infooter-item:last-of-type {
    border-bottom: none
}

.infooter-h3 {
    position: relative
}

.infooter-h3 a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff
}

.infooter-h3.active .infooter-span {
    display: block
}

.infooter-h3.active:after {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #aca9a4;
    border-right: 2px solid #aca9a4;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    content: ""
}

.infooter-h3.active2:after {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -o-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg)
}

.infooter-span {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
    display: none;
    width: 40%;
    height: 100%
}

.foot-title {
    color: #ebeae6;
    font-family: dinprobold;
    font-size: 16px;
    line-height: 40px
}

.infooter-menu {
    display: none;
    border-top: 1px solid #aca9a4
}

.infooter-menu a {
    position: relative;
    display: block;
    width: 100%;
    line-height: 35px;
    padding: 0 10px;
    font-size: 14px;
    color: #d8d3d0;
    font-family: misansregular;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.infooter-menu a:hover {
    color: #ffffff
}

.infooter-menu a:hover .infooter-menuweim {
    visibility: inherit;
    opacity: 1;
    margin-left: 0
}

.footer-btml {
    float: left;
    margin-left: 100px;
    display: none;
}

.footer-btmr {
    float: right;
    margin-right: 100px
}

.infooter-fen {
    text-align: center;
    font-size: 0
}

.infooter-fen a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 62px;
    height: 62px;
    margin: 0 15px 0 5px;
    border: 1px solid #96938e;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.infooter-fen a img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.infooter-fen a .infooter-fenicon1 {
    width: auto
}

.infooter-fen a .infooter-fenicon2 {
    position: absolute;
    top: 10px;
    left: 10px;
    width: auto;
    opacity: 0;
    visibility: hidden
}

.infooter-fen a:hover {
    border-color: #ffffff
}

.infooter-fen a:hover .infooter-fenicon1 {
    visibility: hidden;
    opacity: 0
}

.infooter-fen a:hover .infooter-fenicon2 {
    visibility: inherit;
    opacity: 1
}

.infooter-fen a:hover .infooter-fenview {
    margin-bottom: 0px;
    visibility: inherit;
    opacity: 1
}

.infooter-fenview {
    position: absolute;
    bottom: 100%;
    left: 50%;
    z-index: 10;
    width: 94px;
    padding-bottom: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 20px;
    visibility: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0
}

.infooter-fenview:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    content: ""
}

.infooter-fenview img {
    width: 100%;
    border: 4px solid #fff
}

.footbottom {
    line-height: 30px;
    background-color: #d3ae70;
    bottom: 0px;
    width: 100%;
    color: #e7e7e9;
    font-size: 13px
}

.infooter-btm {
    padding: 10px 0 10px;
    line-height: 1.69231;
    text-align: center;
    font-size: 13px;
    color: #e7e7e9;
    font-size: 28px;
    font-family: misansregular
}

.infooter-btm a {
    color: #86837e
}

.lifeswiper {
    padding: 130px 0 200px 0
}

.lifeswiper .swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.lifeswiper .swiper-slide img {
    width: 100%
}

.lifeswiperbar {
    position: relative;
    width: 70%;
    display: block;
    font-size: 0;
    line-height: 1;
    text-align: left;
    background: #f3f1e9;
    height: 9px;
    margin: auto;
    margin-top: 100px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.lifeswiperbar span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 1;
    padding-left: 5px;
    padding-right: 5px;
    background: url(../images/lifebarbg.jpg) repeat;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top
}

.product_detail_maximg {
    position: relative;
    height: 0;
    padding-top: 100%;
    overflow: hidden
}

.product_detail_maximg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.product_detail_maximg img {
    width: 100%
}

.animate-viewpar {
    position: relative
}

.animate-viewLeft {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: red;
    z-index: 5
}

.ovhid {
    overflow: hidden
}

.ac {
    color: #0ba690
}

.disblock {
    display: block
}

.inblock {
    display: inline-block
}

.font16 {
    font-size: 14px
}

.font17,
.font18 {
    font-size: 15px
}

.font20,
.font22 {
    font-size: 16px
}

.font24,
.font26,
.font28 {
    font-size: 18px
}

.font30,
.font32,
.font34,
.font36,
.font40,
.font42,
.font46 {
    font-size: 20px
}

.font54 {
    font-size: 24px
}

.font60 {
    font-size: 30px
}

.lighter {
    font-weight: lighter
}

.unline {
    text-decoration: underline
}

.text-center {
    text-align: center
}

.scale img {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.grey {
    color: #666
}

.white {
    color: #fff
}

.center {
    text-align: center
}

.bold {
    font-weight: bold
}

.italic {
    font-style: italic
}

.recruitmentfloat {
    display: none;
    z-index: 110;
    width: 100%;
    position: fixed;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    left: 0px;
    top: 0px
}

.titletopimg {
    max-height: 500px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.titlelifetopimg {
    max-height: 1079px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.titletopimg img,
.titlelifetopimg img {
    width: 100%
}

.brandsubtitle {
    border-bottom: 2px solid #b4d0ef
}

.brandsubtitle ul {
    width: 70%;
    margin: auto;
    height: 50px;
    display: flex;
    justify-content: space-between;
}

.brandsubtitle ul li {
    flex: 1;
    text-align: center;
    font-size: 20px;
    font-family: 微软雅黑;
    color: #7f7f7f;
    line-height: 50px
}

.brandsubtitle ul li a {
    color: #7f7f7f;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 0 5px;
    display: block;
    margin: auto
}

.brandsubtitle ul li a:hover {
    color: #0b74ed;
    border-bottom: 3px solid #0b74ed
}

.brandsubtitle ul .active {
    color: #0056b9
}

.brandsubtitle ul .active span {
    border-bottom: 4px solid #0056b9;
    padding: 0 5px;
    display: block;
    margin: auto
}

.valueshowo {
    background-color: #f5f5f7;
    clear: both
}

.valueshowotitle {
    text-align: center;
    color: #000;
    line-height: 50px;
    font-size: 30px;
    font-family: misansdemibold;
    padding: 100px 0
}

.valueshowoimg {
    text-align: center;
    background-color: #f5f5f7
}

.valueshowoimg ul {
    max-width: 1350px;
    margin: auto
}

.valueshowoimg ul .mid {
    margin: 0 45px
}

.valueshowoimg ul li {
    float: left
}

.showoimgli {
    display: relative
}

.showomb {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    opacity: 0;
    visibility: hidden
}

.showoimgcontent {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
    position: absolute;
    z-index: 2;
    padding-top: 10px;
    bottom: 0;
    left: 10%;
    right: 10%;
    height: 50px
}

.showoimgcontent h3 {
    font-size: 24px;
    font-family: misansdemibold
}

.showoimgli:hover .showoimgcontent {
    height: 120px
}

.showoimgli:hover .showomb {
    opacity: .4;
    visibility: visible
}

.showoimgli:hover .showoimgcontent .oimgdetail {
    height: 70px
}

.oimgdetail {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 0px;
    overflow: hidden;
    font-family: misansregular;
    color: #333333;
    font-size: 14px;
    line-height: 25px
}

.historyshow {
    background-color: #f5f5f7;
    clear: both;
    padding-top: 70px
}

.historytop {
    width: 342px;
    height: 342px;
    background-image: url(../images/historytop.png);
    margin: auto;
    display: block;
    padding-top: 50px;
    text-align: center;
    font-family: dinpromedium;
    color: #ecd6a7;
    font-size: 40px;
    line-height: 50px
}

.historytop font {
    font-size: 80px;
    line-height: 120px
}

.historytitle {
    font-family: misanslight;
    text-align: center;
    padding: 50px 0;
    font-size: 50px;
    color: #007ec4
}

.time-top {
    background-color: #f5f5f7;
    text-align: center;
    padding-left: 50%
}

.time-top div {
    height: 30px;
    width: 30px;
    background-color: #2776d1;
    border-radius: 50%;
    margin-left: -17px
}

.time-top div::before {
    content: "";
    display: inline-block;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    margin-top: 2px;
    border: 6px solid #f5f5f7
}

.time-section {
    font-size: 0;
    width: 100%;
    background-color: #f5f5f7
}

.time-left,
.time-right {
    display: inline-block;
    width: calc(50% - 1px);
    height: 300px
}

.time-left {
    border-right: 2px solid #2776d1
}

.time-time,
.time-container {
    font-size: 16px;
    margin-top: 38px
}

.time-right .time-time div {
    margin-left: 100px;
    display: inline-flex;
    color: #0080c7;
    font-family: 微软雅黑;
    line-height: 30px
}

.time-left .time-time div {
    margin-right: 100px;
    display: inline-flex;
    color: #0080c7;
    font-family: 微软雅黑;
    text-align: right;
    line-height: 30px
}

.time-content {
    padding: 7px 7px 7px 0;
    font-family: misansbold;
    font-size: 32px;
    color: #2776d1
}

.time-left .time-container,
.time-left .time-time,
.time-left .time-container .time-content {
    float: right
}

.time-right .time-container,
.time-right .time-time,
.time-right .time-container .time-content {
    float: left
}

.time-left .time-time:after {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    margin-right: -9px;
    background-color: #2776d1
}

.time-right .time-time:before {
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    border-radius: 8px;
    background-color: #2776d1;
    margin-left: -9px
}

.time-left .time-container {
    margin: 20px auto;
    width: 200px;
    height: 62px;
    background: #2776d1;
    clip-path: polygon(0 0, 88% 0, 88% 35%, 95% 50%, 88% 65%, 88% 100%, 0 100%);
    border: 1px solid #2776d1
}

.time-left .time-container div {
    text-align: center;
    line-height: 60px;
    width: 198px;
    height: 60px;
    background: #fff;
    clip-path: polygon(0 0, 88% 0, 88% 35%, 95% 50%, 88% 65%, 88% 100%, 0 100%);
    border: 1px solid #fff;
    font-family: 微软雅黑;
    font-size: 42px;
    color: #2776d1;
    padding-right: 20px;
    font-weight: 800;
}

.time-left .time-container {
    margin-right: 50px;
    text-align: right
}

.time-right .time-container {
    margin: 20px auto;
    width: 200px;
    height: 62px;
    background: #2776d1;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 5% 65%, 0 50%, 5% 35%);
    border: 1px solid #2776d1;
    margin-left: 50px
}

.time-right .time-container div {
    text-align: center;
    line-height: 60px;
    width: 198px;
    height: 60px;
    background: #fff;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 5% 100%, 5% 65%, 0 50%, 5% 35%);
    border: 1px solid #fff;
    font-family: misansbold;
    font-size: 42px;
    color: #2776d1;
    padding-left: 20px
}

.historybottom {
    font-family: misansregular;
    background-color: #f5f5f7;
    text-align: center;
    font-size: 40px;
    color: #2776d1;
    padding: 50px 0
}

.honourshowo {
    background-color: #fefbf9;
    clear: both
}

.honourshowotitle {
    text-align: center;
    color: #000;
    line-height: 50px;
    font-size: 40px;
    font-family: misansmedium;
    padding-top: 100px
}

.honourshowotitles {
    text-align: center;
    color: #000;
    font-size: 28px;
    font-family: misanslight;
    line-height: 50px;
    padding-top: 20px
}

.honourshowodata ul {
    padding: 80px 0 150px 0;
    width: 70%;
    margin: auto
}

.honourshowodata ul li {
    float: left;
    width: 20%;
    text-align: center
}

.honourshowodata ul li .honourdata {
    font-family: misansmedium;
    font-size: 60px
}

.honourshowodata ul li .honourdatatitle {
    font-family: misanslight;
    font-size: 24px;
    color: #000000
}

.honourprize {
    background: url(../images/honour_prize.jpg) no-repeat center center
}

.honourpatent {
    background: url(../images/honour_patent.jpg) no-repeat center center;
    margin: 50px 0
}

.honourdetail {
    height: 709px;
    display: block;
    background-size: auto 100%
}

.honourdetail .detailtitle {
    color: #ffffff;
    text-align: center;
    font-family: misansmedium;
    font-size: 50px;
    padding-top: 100px
}

.honourdetail .detailcontent {
    border-top: 3px solid #f2e8af;
    margin: auto;
    margin-top: 20px;
    width: 70%;
    max-width: 1200px
}

.honourdetail .honourSwiper,
.honourdetail .patentSwiper {
    color: #ffffff;
    overflow: hidden;
    z-index: 1;
    position: relative;
    padding: 0 80px
}

.honourdetail .honourSwiper .swiper-wrapper .swiper-slide,
.honourdetail .patentSwiper .swiper-wrapper .swiper-slide {
    padding-top: 60px;
    font-family: misanslight;
    line-height: 50px;
    font-size: 16px
}

.honourdetail .honourSwiper .honour-button-prev,
.honourdetail .patentSwiper .patent-button-prev {
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(../images/left_01.png);
    position: absolute;
    top: 50%;
    right: auto;
    left: 0px;
    z-index: 10
}

.honourdetail .honourSwiper .honour-button-next,
.honourdetail .patentSwiper .patent-button-next {
    width: 50px;
    height: 50px;
    display: block;
    background-image: url(../images/right_01.png);
    position: absolute;
    top: 50%;
    right: 0px;
    left: auto;
    z-index: 10
}

.orginshowo {
    background-color: #f5f5f7;
    clear: both
}

.orginshowobg {
    background-image: url(../images/origin_bg1.jpg);
    background-size: cover;
}

.orginshow_cultrue {
    padding: 50px 0 100px 0;
    background-image: url(../images/origin_bg3.jpg);
    background-size: cover;
}

.orginshow_jiu {
    padding-top: 50px;
    background-image: url(../images/origin_bg2.jpg);
    background-size: 100%;
    background-position: bottom;
}

.orginshow_cultrue_title {
    text-align: center;
    position: relative;
    width: 510px;
    margin: auto
}

.orginshow_cultrue_title .titleen {
    font-family: dinprobold;
    font-size: 130px
}

.orginshow_cultrue_title .titlecn {
    font-family: misansmedium;
    font-size: 40px;
    position: absolute;
    top: 0;
    margin: auto;
    line-height: 205px;
    width: 510px
}

.orginshow_cultrue_title .enculture {
    color: #f3e2e3
}

.orginshow_cultrue_title .entime {
    color: #f6f6ee
}

.orginshow_cultrue_title .eninn {
    color: #f3e4ed
}

.orginshow_cultrue_title .enway {
    color: #e3ebf5
}

.orginshow_cultrue_title_sub {
    text-align: center;
    margin-top: -30px;
    font-size: 20px;
    line-height: 50px;
}

.orginshow_cultrue_content {
    width: 80%;
    margin: auto;
    padding: 80px 0;
    max-width: 1438px;
}

.orginshow_cultrue_content ul li {
    float: left;
    width: 32%;
    max-width: 486px;
    color: #fff;
    margin-left: 10px;

}

.culture_img {
    position: relative;
    max-width: 466px;
}

.culture_img img {
    position: absolute;
    border-radius: 10px;
}

.culture_content {
    position: relative;
    top: 0px;
    z-index: 100;
}

.culture_content_title {
    text-align: center;
    font-size: 50px;
    line-height: 80px;
    font-family: bwckkt;
    padding: 20px 0;
}

.orginshow_cultrue_zi {
    margin: auto;
    font-size: 100px;
    font-family: bwckkt;
    text-align: center;
    background-image: url(../images/origin_font_round.png);
    width: 174px;
    line-height: 168px;
}

.orginshow_cultrue_titles {
    text-align: center;
    padding: 20px 0 10px 0;
    font-family: misanslight;
    font-size: 26px;
}

.culture_content_sub {
    text-align: center;
    line-height: 30px;
}

.orginshow_time {
    background-color: #ffffff;
}

.orginshow_time_title {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%, 30%);
}

.orginshow_time_img {
    text-align: center;
}

.orginshow_time_img img {
    border-radius: 10px;
}

.origin-swiper {
    width: 60%;
    margin: auto
}

.orginshow_way_content {
    width: 70%;
    margin: auto;
    padding-top: 100px
}

.orginshow_way_content ul li {
    float: left;
    width: 33.33%;
    text-align: center;
}


.orginshow_way_img {
    margin-top: 100px
}

.orginshow_way_title {
    font-family: misanssemibold;
    color: #004d84;
    font-size: 40px;
    line-height: 150px
}

.orginshow_way_detail {
    font-family: misansmedium;
    color: #004d84;
    font-size: 20px;
    padding-bottom: 70px
}

.orginshow_jiu_ul {
    height: 170px;
    text-align: center;
    font-size: 22px;
    line-height: 50px;
    font-family: 微软雅黑;
    color: #447388;
}

.orginshow_pro_ul li {
    text-align: center;
}

.orginshow_pro_title {
    color: #4a4a4a;
    font-size: 20px;
    line-height: 40px;
    padding-top: 30px;
}

.yanjiuyuan_title {
    font-family: misansmedium;
    color: #000;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    padding: 80px 0
}

#yjyimg {
    width: 95%;
    margin: auto;
    max-width: 1359px
}

#yjyimg li {
    width: 33%;
    text-align: center;
    max-width: 433px;
    margin: 10px
}

.yanjiuyuan_content {
    background-color: rgba(72, 61, 61, 0.6);
    position: absolute;
    bottom: 0px;
    z-index: 10;
    width: 100%;
    padding: 20px 30px;
    color: #fff;
    text-align: left
}

.yanjiuyuan_content .yanjiuyuan_content_title {
    font-family: misanssemibold;
    font-size: 26px;
    line-height: 50px
}

.yanjiuyuan_content .yanjiuyuan_content_detail {
    font-family: misanslight
}

#yjyimg li.animate {
    -webkit-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-animation: moveUp 0.65s ease forwards;
    animation: moveUp 0.65s ease forwards
}

@-webkit-keyframes moveUp {
    0% {}

    100% {
        -webkit-transform: translateY(0);
        opacity: 1
    }
}

@keyframes moveUp {
    0% {}

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.yanjiuyuan_life_title {
    font-family: misanslight;
    color: #000;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    padding: 80px 0
}

.seasons_imgsteam {
    padding-top: 150px;
    background-color: #f2f2f2
}

.seasonsmid {
    margin-top: -80px !important
}

.yanjiuyuan_seasons_img {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.yanjiuyuan_seasons_img div {
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition: all 2s;
    position: relative
}

.seasons_img1 {
    transform: rotateY(0)
}

.seasons_img2 {
    transform: rotateY(-180deg);
    border: 6px solid #cfa897;
    position: absolute !important;
    top: 0
}

.seasons_img1 img,
.seasons_img2 img {
    width: 100%
}

.yanjiuyuan_seasons_img:hover .seasons_img1 {
    transform: rotateY(-180deg)
}

.yanjiuyuan_seasons_img:hover .seasons_img2 {
    transform: rotateY(0deg);
    box-shadow: 0 0 10px rgb(0 0 0 / 30%)
}

.yanjiusuoinherit_title {
    font-family: misanslight;
    color: #000;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    padding: 80px 0
}

.yanjiusuoinherit_content {
    padding: 80px 0 80px 0;
    width: 60%;
    margin: auto
}

.yanjiusuoinherit_content .yanjiusuoinherit_left {
    width: 50%;
    margin: auto;
    float: left;
    font-family: misanslight;
    display: block;
    font-size: 18px;
    line-height: 40px;
    max-width: 560px;
    min-width: 315px
}

.yanjiusuoinherit_left_title {
    font-family: misansmedium;
    font-size: 28px;
    line-height: 120px
}

.titleproducttopimg {
    max-height: 1262px;
    overflow: hidden;
    display: flex;
    align-items: center
}

.titleproducttopimg img {
    width: 100%
}

.titleproducttopimg a,
.titleproducttopimg a img {
    width: 100%
}

.product_xtjmain {
    max-width: 1357px;
    margin: auto;
    margin-top: -650px;
    background-color: #f5f5f7
}

.product_main_img img {
    width: 100%
}

.product_main_content {
    padding: 50px
}

.product_xtjmain .pmc_title {
    color: #004d84;
    font-family: misansmedium;
    font-size: 30px;
    float: left;
    width: 40%;
    text-align: center;
    height: 150px
}

.pmc_title img,
.zn_title img {
    vertical-align: text-top
}

.pmc_title span,
.zn_title span {
    padding-left: 20px
}

.pmc_content {
    font-family: misanslight;
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    border-left: 2px solid #666666;
    width: 60%;
    float: left;
    padding-left: 100px
}

.product_zn {
    padding: 100px 0
}

.product_zn_content {
    max-width: 1357px;
    margin: auto
}

.product_zn_img {
    float: left;
    max-width: 1198px;
    width: 60%
}

.product_zn_detail {
    float: right;
    max-width: 450px;
    background-color: #f5f5f7;
    padding: 50px 50px 150px 50px
}

.zn_title {
    color: #004d84;
    font-family: misansmedium;
    font-size: 30px
}

.zn_content {
    font-family: misanslight;
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    padding-top: 30px
}

.product_ry {
    padding-bottom: 100px
}

.product_ry_img {
    float: right;
    max-width: 1198px;
    width: 70%
}

.product_ry_detail {
    float: left;
    max-width: 450px;
    background-color: #f5f5f7;
    padding: 50px 20px 150px 50px
}

.txtjtopimg {
    max-height: 1608px
}

.product_xtj {
    margin-top: -500px
}

.product_xtj_lc {
    background: url(../images/xtj_bg1.jpg) no-repeat center top;
    background-size: 100% auto;
    text-align: center;
    padding: 50px 0
}

.product_xtj_lc_title {
    margin: auto;
    font-size: 30px;
    font-family: misansmedium;
    background-color: #004d84;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #ffffff;
    width: 250px
}

.product_xtj_lc_title_sub {
    margin: auto;
    font-size: 20px;
    font-family: misanslight;
    color: #666666;
    padding: 20px 0 50px 0
}

.xtjlc_left {
    width: 40%;
    float: left
}

.xtj_lcimg {
    width: 371px;
    overflow: hidden;
    float: right
}

.xtjlc_right {
    width: 60%;
    float: right;
    overflow: hidden;
    padding: 0 50px
}

.xtj_time,
.xtj_content {
    max-width: 600px;
    overflow: hidden
}

.xtj_time .swiper-wrapper .swiper-slide,
.xtj_time .swiper-wrapper .swiper-slide-prev,
.xtj_time .swiper-wrapper .swiper-slide-next {
    color: #7fa6c1;
    font-size: 40px;
    font-family: dinprobold;
    line-height: 110px
}

.xtj_time .swiper-wrapper .swiper-slide-active {
    color: #004d84;
    font-size: 70px;
    font-family: dinprobold
}

.xtj_content_title {
    font-family: 微软雅黑;
    color: #000;
    font-size: 30px;
    padding: 30px 0
}

.xtj_content_detail {
    font-family: 微软雅黑;
    color: #666;
    font-size: 20px
}

.product_xtj_cp {
    background: url(../images/xtj_bg2.jpg) no-repeat center top;
    background-size: 100% auto;
    text-align: center;
    padding: 50px 0;
    background-color: #a89582
}

.product_xtj_cp ul {
    width: 70%;
    margin: auto
}

.product_xtj_cp ul li {
    width: 33.33%;
    float: left;
    padding: 30px 0 10px 0
}

.product_xtj_cpls {
    width: 320px;
    margin: auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product_xtj_cpls div img {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, .15);
}

.product_xtj_cp ul li:hover .product_xtj_cpls {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .9);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .9)
}

.product_xtj_cp_name {
    font-size: 20px;
    font-family: 微软雅黑;
    color: #fff;
    padding: 20px 0 10px 0
}

.product_xtj_ys {
    background: url(../images/xtj_bg3.jpg) no-repeat center top;
    background-size: 100% auto;
    text-align: center;
    padding: 50px 0;
    background-color: #f5f5f7
}

.xtj_ys_step {
    width: 70%;
    margin: auto;
    padding: 80px 0
}

.xtj_ys_content {
    width: 50%;
    padding-top: 40px;
    float: left;
    text-align: left
}

.xtj_ys_content .xtj_ys_content_step {
    font-family: dinprobold;
    color: #004d84;
    font-size: 80px
}

.xtj_ys_content .xtj_ys_content_title {
    font-family: misansmedium;
    color: #000;
    font-size: 36px;
    padding: 20px 0
}

.xtj_ys_content .xtj_ys_content_detail {
    font-family: misanslight;
    color: #666;
    font-size: 28px
}

.xtj_ys_step_img {
    width: 50%;
    float: left;
    text-align: left;
    padding: 0 20px
}

.xtj_ys_step_img_right {
    width: 50%;
    float: left;
    text-align: right;
    padding: 0 20px
}

.xtj_ys_step_img img,
.xtj_ys_step_img_right img {
    width: 100%;
    max-width: 372px
}

.product_znj_title {
    background: url(../images/znj_bg1.jpg) no-repeat center top;
    background-size: 100% auto;
    text-align: center
}

.product_znj_title_p1 {
    font-family: misansmedium;
    color: #000;
    font-size: 36px;
    padding: 60px 0 20px 0
}

.product_znj_title_p2 {
    font-family: misanslight;
    color: #666;
    font-size: 28px;
    padding: 60px 0;
}

.product_znj_img {
    float: right;
    max-width: 1102px;
    width: 60%
}

.product_znj_img_left {
    float: left;
    max-width: 1102px;
    width: 60%
}

.product_znj_detail {
    float: left;
    max-width: 550px;
    padding: 250px 20px 150px 120px
}

.product_znj_content {
    max-width: 1600px;
    margin: auto
}

.znj_title {
    font-family: 微软雅黑;
    color: #000;
    font-size: 36px
}

.znj_title1 {
    font-family: 微软雅黑;
    color: #000;
    font-size: 22px;
    padding-top: 20px;
}

.znj_content {
    padding-top: 30px;
    font-family: 微软雅黑;
    color: #666;
    font-size: 18px;
    line-height: 35px;
}

.txtryjtopimg {
    position: relative;
    max-height: 1608px
}

.product_ryj_body {
    background-color: #b2b2b2
}

.product_ryj_cp {
    text-align: center;
    padding: 50px 0;
    position: relative
}

.product_ryj_cp ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.product_ryj_cp ul li {
    min-width: 25%;
    padding: 30px 0 10px 0
}

.product_ryj_cpls {
    background-color: #fff;
    border: 6px solid #fff;
    width: 322px;
    padding: 4px;
    margin: auto;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.product_ryj_cp ul li:hover .product_ryj_cpls {
    border: 6px solid #004a98;
    box-shadow: 0 0 20px rgb(0 0 0 / 60%)
}

.product_ryj_menu {
    text-align: center;
    position: relative
}

.product_ryj_menu ul {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: center;
    align-items: center;
}

.product_ryj_menu ul li {
    min-width: 25%;
    padding: 30px 15px
}

.product_ryj_menu ul li a {
    display: inline-block;
    vertical-align: middle;
    min-width: 90px;
    line-height: 45px;
    font-size: 20px;
    color: #000;
    background: #fff;
    font-family: 微软雅黑;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 0 40px
}

.product_ryj_menu ul li a.cur,
.product_ryj_menu ul li:hover a {
    background: #004a98;
    color: #fff
}

.product_detail_content {
    padding: 70px 10px
}

.product_detail_imgshow {
    width: 50%;
    float: left;
    padding: 0 20px
}

.product_swiper_big,
.product_swiper_small,
.store_swiper_small {
    max-width: 681px
}

.product_swiper_small,
.store_swiper_small {
    padding-top: 20px
}

.product_swiper_small .swiper-slide,
.store_swiper_small .swiper-slide {
    cursor: pointer;
    position: relative;
    border: 1px solid #dcdcdc
}

.product_swiper_small .swiper-slide:after,
.store_swiper_small .swiper-slide:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    border: 3px solid #cfa897;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    content: ""
}

.product_swiper_small .active-nav {
    border: 3px solid #cfa897
}

.product_detail_contentshow {
    width: 45%;
    float: right;
    padding-top: 50px
}

.product_detail_pagination {
    width: 100%;
    text-align: center;
    margin: 15px 0 0;
    font-size: 0
}

.product_detail_pagination span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px;
    width: 8px;
    height: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #cfcfcf
}

.product_detail_pagination span.swiper-pagination-bullet-active {
    width: 18px;
    background: #004a98
}

.product_detail_title,
.product_detail_text {
    max-width: 600px
}

.product_detail_title h1 {
    font-family: 微软雅黑;
    font-size: 60px;
    color: #000
}

.product_detail_title h2 {
    font-family: 微软雅黑;
    font-size: 36px;
    color: #000;
    padding: 20px 0;
    line-height: 70px
}

.product_detail_text {
    font-family: 微软雅黑;
    margin-top: 20px;
    padding: 35px 0;
    line-height: 1.625;
    font-size: 18px;
    color: #666666;
    border-top: 1px solid #f2eee4;
    border-bottom: 1px solid #f2eee4
}

.onlinestore_imgsteam {
    background-color: #fff;
    padding: 70px 0px
}

.onlinestore_imgsteam ul {
    width: 80%;
    margin: auto
}

.onlinestore_imgsteam ul li {
    width: 33.33%;
    text-align: center;
    float: left;
    padding: 50px 0;
    position: relative
}

.onlinestore_imgsteam ul li img {
    padding-bottom: 13px
}

.onlinestore_link span {
    font-size: 13px;
    color: #5EB3CC;
    padding-right: 15px;
    position: relative
}

.onlinestore_link span:after {
    content: "";
    display: block;
    height: 100%;
    width: 7px;
    position: absolute;
    top: 1px;
    right: 0;
    transition: all .3s;
    background: url(../images/enterin.svg) no-repeat center
}

.onlinestore_imgsteam ul li:hover .onlinestore_link span:after {
    right: -5px
}

.onlinestore_more {
    color: #000;
    font-size: 30px;
    font-family: misansmedium;
    top: 100px
}

.onlinestore_imgqr {
    position: absolute;
    bottom: 80%;
    left: 50%;
    z-index: 10;
    width: 150px;
    padding-bottom: 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 20px;
    visibility: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0
}

.onlinestore_imgsteam ul li:hover .onlinestore_imgqr {
    opacity: 1;
    margin-bottom: 0px;
    visibility: inherit
}

.physicalstore_store {
    padding: 70px;
    color: #000;
    text-align: center;
    margin: auto;
    position: relative !important;
    top: 0 !important
}

.bcw {
    background-color: #fff
}

.bcg {
    background-color: #f7f7f7
}

.bcg2 {
    background-color: #f2f2f2
}

.physicalstore_topcontent {
    font-family: misansregular;
    font-size: 18px
}

.physicalstore_topmain {
    padding-top: 80px
}

.physicalstore_topmain h1 {
    font-family: misansmedium;
    font-size: 13px
}

.physicalstore_topmain h2 {
    font-family: misansregular;
    font-size: 30px
}

.physicalstore_storeadds {
    max-width: 1210px;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    width: 100%;
    margin: 0 auto;
}

.physicalstore_store_detail,
.physicalstore_store_img {
    width: 50%
}

.physicalstore_store_name {
    font-family: misansmedium;
    color: #00408c;
    font-size: 30px
}

.physicalstore_store_addr {
    font-family: misanslight;
    color: #000;
    font-size: 14px;
    padding-top: 20px
}

.physicalstore_store_addr font {
    font-size: 22px
}

.modalbox {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    display: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.model {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    width: 800px;
    height: auto;
    max-height: 80%
}

.modalboximg {
    width: 100%;
    height: auto;
    text-align: center
}

.modalboxclose {
    position: absolute;
    right: -65px;
    top: 0;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.modalboxclose img {
    width: 100%
}

.store_maximg {
    text-align: center
}

.store_swiper_small .swiper-slide {
    cursor: pointer
}

.lmodalboxmain .swiper-container .swiper-slide img {
    height: 500px;
    width: auto
}

.store_swiper_small .swiper-container .swiper-slide {
    border: 2px solid #999
}

.store_swiper_small .swiper-container .swiper-slide img {
    height: 95px;
    width: auto
}

.store_swiper_small .active-nav {
    border: 2px solid #cfa897 !important
}

.usersupport_content {
    text-align: center;
    width: 70%;
    margin: auto;
    padding: 50px
}

.usersupport_content .usersupport_content_l {
    width: 35%;
    float: left;
    color: #000;
    text-align: left;
    padding-top: 50px
}

.usersupport_content .usersupport_content_l h1 {
    font-family: misansmedium
}

.usersupport_content .usersupport_content_r {
    width: 65%;
    float: right
}

.usersupport_content_phone {
    padding: 80px 0
}

.usersupport_content_phone ul {
    display: flow-root
}

.usersupport_content_phone ul li {
    width: 50%;
    float: left;
    text-align: center;
    color: #000;
    font-family: misansnormal
}

.usersupport_content_phone ul li img {
    padding-bottom: 30px
}

.f30 {
    font-size: 30px
}

.f20 {
    font-size: 20px;
    line-height: 45px
}

.usersupport_content_mid {
    border-bottom: 2px solid #b2b2b2;
    border-top: 2px solid #b2b2b2
}

.membercenter_content {
    text-align: center;
    width: 100%;
    margin: auto;
    padding: 130px;
}

.membercenter_gz {
    font-family: misansmedium;
    padding-top: 50px;
    font-size: 26px;
}

.membercenter_hy {
    font-family: misansmedium;
    font-size: 32px;
}

.membercenter_wait {
    font-family: misanslight;
    font-size: 26px;
}

.propose_content {
    text-align: center;
    width: 100%;
    margin: auto;
    padding: 80px;
    color: #000
}

.propose_titlesub {
    font-family: misansnormal;
    font-size: 24px
}

.propose_title {
    font-family: misanssemibold;
    font-size: 36px;
    padding-top: 50px
}

.propose_phone {
    padding-top: 180px;
    width: 50%;
    margin: auto;
    text-align: center
}

.propose_phone ul li {
    width: 50%;
    float: left
}

.propose_phone_title {
    padding-top: 50px;
    font-family: misansnormal;
    font-size: 18px
}

.propose_phone_num {
    color: #00408c;
    font-family: misanssemibold;
    font-size: 26px;
    padding-bottom: 50px
}

.business_content_tag {
    padding: 180px 0
}

.business_content_tag ul {
    width: 1130px;
    height: 217px;
    margin: auto
}

.business_content_tag ul li {
    width: 535px;
    padding: 0 15px;
    position: relative
}

.business_content_tag ul li img {
    border: 10px solid #fff;
    border-radius: 10px
}

.business_content_tag ul li .bimgactive {
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .5)
}

.business_content_tag ul li .bimggrey {
    opacity: 1;
    visibility: inherit;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.business_content_tag ul li .bimggreylink {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3)
}

.business_content_tag ul li div {
    position: absolute;
    display: inline-block
}

.business_content_tag ul li a:hover .bimggreylink {
    opacity: 1;
    visibility: inherit
}

.business_content_tag ul li a:hover .bimggrey {
    opacity: 0;
    visibility: hidden
}

.business_title {
    font-family: misansmedium;
    padding: 80px 0;
    font-size: 26px;
    text-align: center
}

.business_title_num {
    font-family: dinprobold;
    padding-bottom: 20px;
    font-size: 72px;
    color: #00408c
}

.business_title_font {
    font-family: misanslight;
    font-size: 20px;
    color: #333333;
    padding-bottom: 120px
}

.business_store {
    max-width: 1200px;
    margin: auto;
    padding-bottom: 120px
}

.business_store .swiper-button-wrapper {
    width: 1280px;
    margin-left: -44px;
    margin-top: -210px;
    position: absolute
}

.swiper-button-prev1,
.swiper-button-next1 {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 34px;
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: auto
}

.swiper-button-prev1 {
    left: 10px;
    right: auto;
    background-image: url(../images/prev.png)
}

.swiper-button-next1 {
    float: right;
    right: 0px;
    background-image: url(../images/next.png)
}

.storediv {
    padding: 20px 20px 0 20px;
    background-color: #fff;
    height: 100px;
    border-radius: 0 0 20px 20px
}

.storetitle,
.citytitle {
    font-family: misansmedium;
    font-size: 20px;
    float: left
}

.citytitle {
    float: right
}

.storeadd {
    font-family: misanslight;
    font-size: 14px;
    clear: both;
    float: left;
    color: #8a8f99
}

.business_shouyi {
    margin: 100px 140px;
    padding: 20px 80px;
    font-family: misanslight;
    border: #c1c1c1 solid 2px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    text-align: left;
    line-height: 30px
}

.storetjdiv {
    margin: auto;
    background-color: #00408c;
    line-height: 60px;
    font-family: misansmedium;
    font-size: 28px;
    margin-bottom: 40px;
    color: #fff;
    -ms-border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    border-radius: 45px;
    max-width: 900px
}

.contactimgdiv {
    width: 580px;
    height: 190px;
    float: left;
    background-color: #ffffff;
    -ms-border-radius: 5px;
    border-radius: 5px
}

.business_content ul {
    max-width: 1130px;
    margin: auto;
    padding-bottom: 120px
}

.business_content ul li {
    background-color: #f2f2f2
}

.business_lianxi_content {
    float: left;
    padding: 30px 20px 0 0
}

.business_lianxi_title {
    font-family: misansmedium;
    font-size: 30px;
    color: #00408c;
    padding-bottom: 10px
}

.business_lianxi_font {
    font-family: misanslight;
    font-size: 20px;
    color: #333333;
    line-height: 40px
}

.business_content_jiameng ul {
    max-width: 990px;
    margin: auto;
    padding-bottom: 120px;
    font-family: misansnormal;
    font-size: 20px;
    color: #666;
    line-height: 30px
}

.business_content_jiameng ul li {
    width: 415px
}

.business_content_jiameng ul li div {
    padding: 0 20px;
    margin: 10px 0
}

.business_content_jiameng ul .mid {
    padding: 0 20px;
    width: 160px
}

.business_content_jiameng ul li .title {
    font-size: 30px;
    padding-bottom: 30px;
    font-family: misanssemibold
}

.business_content_jiameng ul li .blue {
    color: #00408c
}

.business_content_jiameng ul li .midtitle {
    color: #fff;
    background-color: #00408c;
    border-radius: 20px
}

.text-right {
    text-align: right
}

.business_hhr_title {
    padding: 80px 50px;
    color: #333333;
    text-align: left
}

.pertnertile {
    font-family: misansmedium;
    font-size: 24px
}

.pertnerp {
    font-family: misanslight;
    font-size: 20px
}

.business_chat_title {
    font-family: misansmedium;
    font-size: 24px;
    color: #333333;
    margin-bottom: 30px
}

.business_chat_datatitle {
    width: 450px;
    margin: auto
}

.business_chat_datatitle div {
    width: 150px;
    float: left
}

.business_chat_datatitle div:before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    margin-left: -9px
}

.business_chat_datatitle .div1:before {
    background-color: #fee275
}

.business_chat_datatitle .div2:before {
    background-color: #8ee0eb
}

.business_chat_datatitle .div3:before {
    background-color: #8cc8fc
}

.storeimgdiv {
    padding-top: 50px;
    width: 300px;
    height: 150px;
    text-align: center;
    float: left
}

.new_content {
    margin: auto;
    padding: 100px 50px;
    max-width: 1200px
}

.new_content .new_content_title {
    text-align: center;
    font-size: 36px
}

.new_content .new_content_time {
    text-align: center;
    font-size: 24px;
    color: #00408c;
    border-bottom: 1px solid #b2b2b2;
    padding: 20px 0 50px 0;
    margin-bottom: 50px
}

.new_content .new_content_detial {
    font-size: 20px;
    color: #333333;
    line-height: 40px
}

.new_content .new_content_detial img {
    padding: 30px 0
}

.new_content .new_content_bottom {
    color: #00408c;
    text-align: center;
    padding: 10px;
    border: 1px solid #00408c;
    font-size: 24px;
    width: 200px;
    margin: 50px auto;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.new_content .new_content_bottom a {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.new_content .new_content_bottom:hover {
    color: #fff;
    background-color: #00408c
}

.new_content .new_content_bottom:hover a {
    color: #fff
}

.customertopimg {
    max-height: 664px
}

.customer_content {
    padding-bottom: 150px
}

.customer_content_list {
    margin-top: 20px;
    max-width: 1400px;
    margin: auto
}

.customer_content .customer_content_list ul {
    overflow: hidden;
    font-size: 20px
}

.customer_content .customer_content_list li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 10px;
    padding: 0 5px;
    text-align: left;
    float: left
}

.customer_content .customer_content_list li:nth-child(2n) .u-img {
    background-color: #80bab0;
    background-image: url(../images/walfare.png)
}

.customer_content .customer_content_list li:nth-child(3n) .u-img {
    background-color: #a4b7c5;
    background-image: url(../images/points.png)
}

.customer_content .customer_content_list li:nth-child(4n) .u-img {
    background-color: #d9887f;
    background-image: url(../images/promotion.png)
}

.customer_content .customer_content_list .u-img {
    background-image: url(../images/gift.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50% auto;
    background-color: #d7c8aa
}

.customer_content .mid {
    position: absolute;
    left: 0;
    top: 0%;
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    font-family: misanssemibold
}

.customer_content .mid .ico img {
    position: static;
    width: 39.34426%
}

.customer_content_partners {
    max-width: 1280px;
    margin: auto
}

.customer_content_partners ul li {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    padding: 0 5px;
    float: left;
    max-width: 320px
}

.customer_content_phone {
    width: 480px;
    height: 100px;
    background-color: #ec8771;
    border-radius: 50px;
    margin: auto;
    font-family: dinprobold;
    color: #fff;
    font-size: 48px;
    line-height: 100px;
    right: 0px
}

.customer_content_phone img {
    background-color: #fff;
    padding: 20px;
    border-radius: 45px;
    margin-left: 5px;
    margin-top: -13px
}

.joinus_title {
    font-family: misansnormal;
    padding: 150px 0;
    font-size: 24px;
    text-align: center;
    color: #000
}

.joinus_content_list {
    max-width: 1400px;
    margin: auto;
    padding: 0 50px
}

.customer_content .joinus_content_list ul {
    overflow: hidden;
    font-size: 20px
}

.customer_content .joinus_content_list li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin-bottom: 10px;
    padding: 0 5px;
    text-align: left;
    float: left
}

.customer_content .joinus_content_list li:nth-child(2n) .joinusimg {
    background-color: #ebaac8;
    background-image: url(../images/school.png)
}

.customer_content .joinus_content_list .joinusimg {
    background-image: url(../images/social.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
    background-color: #97b6e5;
    height: 230px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.joinusimg .name,
.joinusimg .en {
    font-size: 36px;
    font-family: misanssemibold;
    text-shadow: 0 0 10px rgb(0 0 0 / 60%)
}

.joinus_join {
    font-family: misansmedium;
    color: #000;
    font-size: 36px;
    text-align: center;
    padding: 80px
}

.joinus_subtitle {
    font-family: misanslight;
    color: #666;
    font-size: 30px;
    text-align: center
}

.joinus_qc {
    text-align: center;
    padding-top: 200px
}

.joinus_qctitle {
    font-family: misansmedium;
    color: #333;
    font-size: 36px;
    padding-top: 120px
}

@media (min-width:320px) {
    .valueshowoimg ul {
        width: 95%
    }

    .valueshowoimg ul li {
        width: 100%;
        margin: auto
    }

    .valueshowoimg ul .mid {
        margin: 10px 0
    }

    .product_detail_pagination {
        display: block
    }

    .product_swiper_small {
        display: none
    }

    .customer_content_partners ul {
        width: 320px;
        margin: auto
    }

    .customer_content_partners ul li,
    .customer_content .joinus_content_list li {
        width: 100%
    }

    .orginshow_cultrue_content {
        max-width: 466px;
    }

    .orginshow_cultrue_content ul li {
        width: 100%;
    }

    .culture_content_title {
        padding: 30px;
        font-size: 50px;
        line-height: 80px;
    }

    .orginshow_cultrue_titles {
        padding: 20px;
        font-size: 30px;
    }

    .culture_content_sub {
        line-height: 40px;
        padding-bottom: 30px;
    }
}

@media (min-width:640px) {}

@media (min-width:768px) {
    .font16 {
        font-size: 16px
    }

    .font17 {
        font-size: 17px
    }

    .font18,
    .font22,
    .font20 {
        font-size: 18px
    }

    .font28,
    .font24,
    .font26 {
        font-size: 22px
    }

    .font30,
    .font32,
    .font34,
    .font36 {
        font-size: 24px
    }

    .font40,
    .font42 {
        font-size: 26px
    }

    .font46 {
        font-size: 28px
    }

    .font54 {
        font-size: 30px
    }

    .distable {
        width: 100%;
        display: table
    }

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

    .inheader {
        padding: 0 20px
    }

    .incommonweb {
        padding: 0 20px
    }

    .commonweb {
        padding: 0px 20px
    }

    .commonwebbox {
        margin-left: -10px;
        margin-right: -10px
    }

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .visible-sm {
        display: block
    }

    .hidden-sm {
        display: none
    }

    .searchcont401 {
        padding: 30px 0
    }

    .searchinputcont401 {
        max-width: 61.8%;
        margin: 0 auto
    }

    .searchtitle401 {
        font-size: 24px
    }

    .resultlist401 {
        padding: 0
    }

    .resultlist401 img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        max-width: 100%;
        width: auto
    }

    .searchimg401 {
        float: left;
        margin: 0 3% 0 0;
        display: block;
        width: 200px;
        height: 150px;
        overflow: hidden;
        position: relative
    }

    .resultlist401 h4 {
        font-size: 20px;
        margin-bottom: 2%
    }

    .m-row-list .item {
        position: relative
    }

    .m-row-list .image {
        width: 50%;
        float: left
    }

    .m-row-list .thumb {
        width: 50%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .m-row-list .item:nth-child(2n) .image {
        float: right
    }

    .m-row-list .item:nth-child(2n) .thumb {
        left: 0;
        right: auto
    }

    .m-row-list .item:nth-child(2) .thumb {
        text-align: center
    }

    .m-row-list.innovation-list .desc {
        padding-top: 15px
    }

    .m-row-list.innovation-list .item:nth-child(2) .thumb {
        text-align: center
    }

    .half-sm {
        width: 50%;
        float: left
    }

    .customer_content .customer_content_list li {
        width: 25%
    }

    .new_newsBannerContent {
        display: none
    }

    .new_newsBannerText {
        display: block
    }

    .new_newsBanner {
        width: 450px
    }

    .new_newsBannerText ul li .new_newsBannerTextContent {
        padding: 0px 20px;
        font-size: 12px
    }

    .new_newsBannerbox {
        padding-top: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .new_newsBannerdot {
        display: none
    }

    .new_NewsList dl {
        padding: 20px 0px
    }

    .new_NewsList dl dt {
        float: left;
        width: 260px;
        height: 200px
    }

    .new_NewsList dl dt img {
        height: 200px;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .new_NewsList dl dd {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
        margin-left: 40px;
        height: 200px;
        float: left
    }

    .new_NewsList dl dd h3 {
        font-size: 20px;
        color: #465351;
        display: -webkit-box;
        height: 30px;
        line-height: 30px;
        text-overflow: ellipsis;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-top: 20px
    }

    .new_NewsList dl dd .time {
        font-size: 20px
    }

    .new_NewsList dl dd .desc {
        margin-top: 20px
    }

    .valueshowoimg ul {
        width: 767px
    }

    .valueshowoimg ul li {
        width: 249px
    }

    .valueshowoimg ul .mid {
        margin: 0 10px
    }

    .customer_content_partners ul {
        width: 640px;
        margin: auto
    }

    .customer_content_partners ul li {
        width: 50%
    }
}

@media (min-width:992px) {
    .commonweb {
        padding: 0px 40px
    }

    .commonwebbox {
        margin-left: -10px;
        margin-right: -10px
    }

    .commonleft {
        float: left
    }

    .commonright {
        float: right
    }

    .visible-md {
        display: block
    }

    .hidden-md {
        display: none
    }

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
        padding-left: 10px;
        padding-right: 10px
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .new_newsBanner {
        width: 600px
    }

    .new_newsBannerText ul li .new_newsBannerTextContent {
        padding: 0px 30px;
        font-size: 14px
    }

    .product_detail_pagination {
        display: none
    }

    .product_swiper_small {
        display: block
    }
}

@media (min-width:1100px) {
    .header-img,
    .header-line {
        display: none
    }

    .innav-ul {
        max-height: none;
        overflow: visible
    }

    .innav-ul li {
        position: relative;
        float: left;
        border-bottom: none;
        margin-right: 40px;
        margin-right: 0.5rem
    }

    .innav-ul li:last-of-type {
        margin-right: 0
    }

    .innav-h3 {
        position: relative
    }

    .innav-h3 a {
        position: relative;
        height: 80px;
        line-height: 80px;
        color: #fff;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        text-shadow: 0px 0px 5px #666
    }

    .innav-h3 a:after {
        position: absolute;
        bottom: 0;
        z-index: 1;
        width: 80%;
        left: 6.66667%;
        height: 1px;
        pointer-events: none;
        background: rgba(255, 255, 255, 0.1);
        opacity: 0;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        content: "";
        height: 0.02083rem
    }

    .innav-ermenu {
        position: absolute;
        left: 50%;
        top: 100%;
        z-index: 200;
        width: auto;
        white-space: nowrap;
        min-width: 155px;
        padding: 10px 10px;
        text-align: center;
        border-top: none;
        background: #fff;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        min-width: 3.22917rem
    }

    .innav-ermenu a {
        display: block;
        width: 100%;
        margin-bottom: 9px;
        height: auto;
        padding: 2px 5px;
        line-height: 20px;
        font-size: 14px;
        color: #5a5555;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    .innav-ermenu a:hover {
        color: #fff;
        background: #0056B9
    }

    .innav-ermenu a:last-of-type {
        margin-bottom: 0
    }

    .header-line {
        margin-left: .5rem
    }

    .font22,
    .font20 {
        font-size: 20px;
        font-size: 0.41667rem
    }

    .font24 {
        font-size: 24px;
        font-size: 0.5rem
    }

    .font26 {
        font-size: 26px;
        font-size: 0.54167rem
    }

    .font28 {
        font-size: 28px;
        line-height: normal;
        font-size: 0.58333rem
    }

    .font40,
    .font42 {
        font-size: 30px;
        line-height: normal;
        font-size: 0.625rem
    }

    .font46 {
        font-size: 32px;
        font-size: 0.66667rem
    }

    .font54 {
        font-size: 36px;
        font-size: 0.75rem
    }

    .md-block {
        display: block
    }

    .tianjiatvwrap {
        width: 700px;
        margin-left: -350px;
        width: 14.58333rem;
        margin-left: -7.29167rem
    }

    .tianjiatvwrap .videobox {
        height: 400px;
        height: 8.33333rem
    }

    .header-line {
        color: #fff;
        float: left;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        text-shadow: 0px 0px 5px #666;
        text-shadow: 0px 0px 0.10417rem #666;
        line-height: 80px
    }

    .header-img {
        height: 100px;
        width: 181px;
        margin-left: 40px;
        position: relative;
        float: right;
        line-height: 100px;
        margin-left: 0.83333rem;
        display: none;
        line-height: 100px
    }

    .searchcont401 {
        padding: 0px 0 50px;
        padding: 0px 0 1.04167rem
    }

    .searchtitle401 {
        padding: 28px 15px;
        padding: 0.58333rem 0.3125rem
    }

    .searchinputcont401 {
        width: 45%
    }

    .searchinputcont401 dt {
        float: left;
        width: 78%
    }

    .searchinputcont401 dd {
        float: left;
        width: 22%
    }

    .searchinputcont401 dd input {
        left: 0;
        margin-left: 0;
        width: 100%
    }

    .searchinputcont401 dt input {
        font-size: 18px;
        font-size: 0.375rem
    }

    .searchinputcont401 dd input {
        text-align: center;
        font-size: 16px;
        font-size: 0.33333rem
    }

    .resultlist401 h4 a:hover {
        color: #0ba690
    }

    body {
        padding-top: 0px;
    }

    #content {
        width: 100%;
        height: 100%;
        overflow: auto
    }

    .line {
        display: block;
        position: absolute;
        bottom: 16px;
        height: 2px;
        background: #fff;
        -webkit-transition: left 0.5s ease 0s, width 0.5s ease 0s, background-color .5s;
        -o-transition: left 0.5s ease 0s, width 0.5s ease 0s, background-color .5s;
        transition: left 0.5s ease 0s, width 0.5s ease 0s, background-color .5s;
        bottom: 1.25rem
    }

    .inbanner-txt {
        max-width: 1400px;
        padding: 0 40px;
        margin: 0 auto
    }

    .inbanner-btm {
        display: block;
        left: 120%;
        bottom: 90px
    }

    .inbanner-btm a {
        margin-right: 20px;
        margin-right: 0.41667rem
    }

    .inbanner-txt2 {
        max-width: 46.66667%
    }

    .inpro-minview {
        z-index: 10;
        padding: 0px 50px;
        margin-bottom: -30px;
        padding: 0px 1.04167rem;
        margin-bottom: -0.625rem
    }

    .inpro-minview .swiper-container {
        padding: 30px 15px;
    }

    .inpro-minview .swiper-slide a {
        height: 264px;
        margin-bottom: 30px
    }

    .inpro-minposi {
        padding: 40px 25px;
    }

    .inpro-minposi h3 {
        margin-top: 27px;
        font-size: 16px
    }

    .inpro-minposiicon {
        width: 122px
    }

    .inpro-minback {
        padding: 85px 25px
    }

    .inpro-minback h3 {
        font-size: 20px
    }

    .inpro-maxview {
        margin-top: 0px;
        padding: 0px
    }

    .incon-btn {
        width: 50px;
        height: 50px;
        width: 1.04167rem;
        height: 1.04167rem
    }

    .incon-btn:after {
        width: 16px;
        height: 16px;
        width: 0.33333rem;
        height: 0.33333rem
    }

    .incon-prev {
        left: -50px;
        left: -1.04167rem
    }

    .incon-next {
        right: -50px;
        right: -1.04167rem
    }

    a.more-a2 {
        width: 160px;
        height: 54px;
        line-height: 52px
    }

    a.more-a2 span {
        font-size: 16px
    }

    a.more-a2 i {
        margin-left: 50px;
        margin-left: 1.04167rem
    }

    .more-a4 {
        width: 54px;
        height: 54px
    }

    .incon-bat {
        margin-top: 48px;
        margin-top: 1rem
    }

    .incon-bat span {
        padding-left: 6.66667px;
        padding-right: 6.66667px
    }

    .incon-bat span:first-child {
        padding-left: 0;
        padding-right: 13.33333px
    }

    .incon-bat span:last-child {
        padding-left: 13.33333px;
        padding-right: 0px
    }

    .inheader {
        padding: 0 40px;
        background: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        padding: 0 4rem
    }

    .inheader.active {
        background: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
    }

    .inheader:hover {
        background: #fff !important;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
    }

    .inheader:hover .insearch-view .insearch-intxt,
    .inheader.active .insearch-view .insearch-intxt {
        color: #8d8d89;
        background: #e7e5e0
    }

    .inheader:hover .insearch-view .insearch-intxt::-webkit-input-placeholder,
    .inheader.active .insearch-view .insearch-intxt::-webkit-input-placeholder {
        color: #8d8d89
    }

    .inheader:hover .insearch-view .insearch-intxt:-moz-placeholder,
    .inheader.active .insearch-view .insearch-intxt:-moz-placeholder {
        color: #8d8d89
    }

    .inheader:hover .insearch-view .insearch-intxt::-moz-placeholder,
    .inheader.active .insearch-view .insearch-intxt::-moz-placeholder {
        color: #8d8d89
    }

    .inheader:hover .insearch-view .insearch-intxt:-ms-input-placeholder,
    .inheader.active .insearch-view .insearch-intxt:-ms-input-placeholder {
        color: #8d8d89
    }

    .inheader:hover .insearch-view .insearch-insub,
    .inheader.active .insearch-view .insearch-insub {
        background-image: url(../images/insearch-btn3.png)
    }

    .inheader:hover .headerSearchbox .insearch-intxt,
    .inheader.active .headerSearchbox .insearch-intxt {
        color: #8d8d89;
        background: #e7e5e0
    }

    .inheader:hover .headerSearchbox .insearch-intxt::-webkit-input-placeholder,
    .inheader.active .headerSearchbox .insearch-intxt::-webkit-input-placeholder {
        color: #8d8d89
    }

    .inheader:hover .headerSearchbox .insearch-intxt:-moz-placeholder,
    .inheader.active .headerSearchbox .insearch-intxt:-moz-placeholder {
        color: #8d8d89
    }

    .inheader:hover .headerSearchbox .insearch-intxt::-moz-placeholder,
    .inheader.active .headerSearchbox .insearch-intxt::-moz-placeholder {
        color: #8d8d89
    }

    .inheader:hover .headerSearchbox .insearch-intxt:-ms-input-placeholder,
    .inheader.active .headerSearchbox .insearch-intxt:-ms-input-placeholder {
        color: #8d8d89
    }

    .inheader:hover .headerSearchbox .insearch-insub,
    .inheader.active .headerSearchbox .insearch-insub {
        background-image: url(../images/insearch-btn3.png)
    }

    .header-img {
        background-image: url(../images/phone_03.png);
    }

    .inheader:hover .header-img,
    .inheader.active .header-img {
        background-image: url(../images/phone_04.png);
        color: #352b2b;
        text-shadow: none
    }

    /*.inlogo a {*/
    /*    background-image: url(../images/logo_03.png)*/
    /*}*/

    /*.inheader:hover .inlogo a,*/
    /*.inheader.active .inlogo a {*/
    /*    background-image: url(../images/logo_04.png)*/
    /*}*/

    .headerSearchbox {
        width: 160px
    }

    .inheader:hover .innav-h3 a,
    .inheader.active .innav-h3 a,
    .inheader:hover .header-line {
        color: #352b2b;
        text-shadow: none
    }

    .inheader:hover .line,
    .inheader.active .line {
        background: #0056B9
    }

    .inheader:hover .innav-ul li.cur .innav-h3 a,
    .inheader:hover .innav-ul li:hover .innav-h3 a,
    .inheader.active .innav-ul li.cur .innav-h3 a,
    .inheader.active .innav-ul li:hover .innav-h3 a {
        color: #0056B9
    }

    .inheader:hover .innav-ul li.cur .innav-h3 a:after,
    .inheader:hover .innav-ul li:hover .innav-h3 a:after,
    .inheader.active .innav-ul li.cur .innav-h3 a:after,
    .inheader.active .innav-ul li:hover .innav-h3 a:after {
        opacity: 1
    }

    .inlogo {
        line-height: 80px
    }

    .inlogo a img {
        height: 30px
    }

    .header-nav {
        float: left;
        position: static;
        display: block;
        width: auto;
        padding: 0;
        background: none;
        border-top: none
    }

    .header-btn {
        margin-left: 10px;
        position: relative;
        float: left;
        line-height: 80px
    }

    .header-btn a {
        border-color: #fff
    }

    .header-btn .insearch-btn {
        width: auto;
        height: auto;
        margin-right: 0;
        background: none
    }

    .header-btn .mobile-btn {
        display: none
    }

    .insearch-view {
        position: static;
        z-index: 200;
        display: block;
        width: 300px;
        padding: 0px;
        width: 6.25rem
    }

    .insearch-view form {
        border: none;
        -webkit-border-radius: 20px;
        border-radius: 20px
    }

    .insearch-view .insearch-intxt {
        font-size: 14px;
        color: #fff;
        padding-right: 70px;
        background: transparent;
        border: 1px solid #fff;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        font-size: 0.29167rem
    }

    .insearch-view .insearch-intxt::-webkit-input-placeholder {
        color: #fff
    }

    .insearch-view .insearch-intxt:-moz-placeholder {
        color: #fff
    }

    .insearch-view .insearch-intxt::-moz-placeholder {
        color: #fff
    }

    .insearch-view .insearch-intxt:-ms-input-placeholder {
        color: #fff
    }

    .insearch-view .insearch-insub {
        width: 65px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        background: url(../images/insearch-btn4.png) no-repeat center center
    }

    .headerSearchbox {
        display: block;
        position: relative;
        left: 0px;
        right: 0px;
        top: 0px;
        background: none;
        padding: 0px;
        line-height: unset
    }

    .headerSearchbox form {
        border: none;
        -webkit-border-radius: 20px;
        border-radius: 20px
    }

    .headerSearchbox .insearch-intxt {
        font-size: 14px;
        color: #fff;
        background: transparent;
        border: 1px solid #fff;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        -webkit-border-radius: 20px;
        border-radius: 5px;
    }

    .headerSearchbox .insearch-intxt::-webkit-input-placeholder {
        color: #fff
    }

    .headerSearchbox .insearch-intxt:-moz-placeholder {
        color: #fff
    }

    .headerSearchbox .insearch-intxt::-moz-placeholder {
        color: #fff
    }

    .headerSearchbox .insearch-intxt:-ms-input-placeholder {
        color: #fff
    }

    .headerSearchbox .insearch-insub {
        width: 40px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        background-image: url(../images/insearch-btn4.png);
        background-color: inherit;
    }

    .mobile-Searchbtn {
        display: none !important
    }

    .inbanner-prev:hover {
        background: url(../images/left_02.png) no-repeat center center/100% 100%
    }

    .inbanner-next:hover {
        background: url(../images/right_02.png) no-repeat center center/100% 100%
    }

    .backtop {
        display: block;
        position: fixed;
        bottom: 50px;
        right: -50px;
        z-index: 100;
        width: 60px;
        height: 60px;
        background: #0ba690;
        padding-top: 32px;
        text-align: center;
        line-height: 1;
        font-size: 14px;
        color: #fff;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s
    }

    .backtop:after {
        position: absolute;
        top: 17px;
        left: 50%;
        width: 15px;
        height: 15px;
        border-top: 3px solid #fff;
        border-right: 3px solid #fff;
        -webkit-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
        -o-transform: translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) rotate(-45deg);
        content: ""
    }

    .backtop.active {
        right: 50px;
        opacity: 1;
        visibility: inherit
    }

    .incommonweb {
        padding: 0 40px
    }

    .neibanner-text h2 {
        font-size: 48px;
        letter-spacing: 20px;
        font-size: 1rem;
        letter-spacing: 0.41667rem
    }

    a.player-btn {
        width: 60px;
        height: 60px;
        margin: 35px auto 0;
        margin: 0.72917rem auto 0
    }

    a.player-btn:after {
        border-left-width: 8px;
        border-top-width: 8px;
        border-bottom-width: 8px
    }

    a .incon-bat2 {
        display: none
    }

    .incon-btn2 {
        position: absolute;
        top: 50%;
        z-index: 10;
        width: 48px;
        height: 48px;
        text-align: center;
        margin-top: -24px;
        line-height: 48px;
        font-size: 0;
        background: #f5f4f2;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        margin-top: -0.5rem
    }

    .incon-btn2 span {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 18px;
        height: 2px;
        background: #36383c;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    .incon-btn2 span:after,
    .incon-btn2 span:before {
        position: absolute;
        top: 50%;
        width: 8px;
        height: 2px;
        background: #36383c;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        content: ""
    }

    .incon-btn2:hover {
        background: #0ba690
    }

    .incon-btn2:hover span {
        background: #fff
    }

    .incon-btn2:hover span::before,
    .incon-btn2:hover span::after {
        background: #fff
    }

    .incon-prev2 {
        left: -60px
    }

    .incon-prev2 span:before {
        left: 0;
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        -o-transform-origin: bottom left;
        transform-origin: bottom left;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        -o-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg)
    }

    .incon-prev2 span:after {
        left: 0;
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        -o-transform-origin: top left;
        transform-origin: top left;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg)
    }

    .incon-next2 {
        right: -60px
    }

    .incon-next2 span:before {
        right: 0;
        -webkit-transform-origin: bottom right;
        -ms-transform-origin: bottom right;
        -o-transform-origin: bottom right;
        transform-origin: bottom right;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
        -o-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg)
    }

    .incon-next2 span:after {
        right: 0;
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        -o-transform-origin: top right;
        transform-origin: top right;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        -o-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg)
    }

    .imorepages .imorepages-btn {
        width: 38px;
        height: 38px;
        margin: 0 4px;
        line-height: 38px
    }

    .imorepages .imorepages-btn span {
        width: 14px;
        height: 1px
    }

    .imorepages .imorepages-btn span:after,
    .imorepages .imorepages-btn span:before {
        width: 6px;
        height: 1px
    }

    .imorepages .imorepages-a1,
    .imorepages .imorepages-span1,
    .imorepages a {
        margin: 0 4px;
        width: 38px;
        height: 38px;
        line-height: 36px;
        font-size: 16px
    }

    .imorepages .imorepages-more {
        height: 48px;
        line-height: 48px
    }

    .inleft-menuitem>a {
        width: 70px;
        height: 70px
    }

    .inleft-menuview {
        padding: 12px 18px
    }

    .inleft-menuli img {
        width: 100%
    }

    .inleft-menuli h6 {
        margin-top: 6px
    }

    .infooter-top {
        padding: 20px 0 80px 0;
    }

    .infooter-item {
        float: left;
        width: 134px;
        padding-right: 10px;
        border-bottom: none;
    }

    .infooter-item.last {
        width: auto;
        float: right;
        padding-right: 0;
        border-bottom: none
    }

    .infooter-item.last .infooter-h3 {
        display: inline-block;
        vertical-align: middle
    }

    .infooter-h3 {
        padding-top: 10px;
    }

    .infooter-h3 a {
        display: block;
        width: auto;
        height: auto;
        line-height: 22px;
        font-size: 16px
    }

    .infooter-menu {
        display: block;
        border-top: none;
        padding-top: 10px
    }

    .infooter-menu a {
        display: block;
        width: 100%;
        line-height: 22px;
        padding: 0px;
        margin-bottom: 14px;
        font-size: 13px;
        margin-bottom: 0.29167rem
    }

    .infooter-menuweim {
        left: 115px;
        bottom: -12px
    }

    .infooter-fen {
        display: inline-block;
        vertical-align: middle;
        padding: 0px 0 0 15px;
        padding: 0px 0 0 0.3125rem;
        margin-top: -20px
    }

    .footbottom {
        font-size: 12px;
        padding: 0 100px
    }

    .infooter-btm {
        padding: 35px 0 42px
    }

    .footer-btml {
        display: block;
    }

    .infooter-btm a {
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s
    }

    .infooter-btm a:hover {
        color: #0ba690;
        text-decoration: underline
    }

    .infooter-btmfl {
        float: left
    }

    .infooter-btmfr {
        float: right;
        max-width: 505px
    }

    .origin-imgtext .info .msg,
    .m-row-list .desc,
    .suzyglory-twoview .swiper-slide,
    .suzyglory-oneul li h6,
    .m-row-list .desc {
        font-size: 16px
    }

    .m-title {
        font-size: 36px;
        font-size: 0.75rem
    }

    .m-row-list .desc {
        font-size: 16px;
        padding-top: 27px;
        padding-top: 0.5625rem
    }

    .m-row-list .icon {
        padding-top: 34px;
        padding-top: 0.70833rem
    }

    .m-row-list .text .desc {
        padding-top: 20px;
        padding-top: 0.41667rem
    }

    .pagemore-btn {
        width: 44px;
        height: 44px
    }

    .half-md {
        width: 50%
    }

    .origin-imgtext {
        position: relative;
        margin-top: 40px;
        padding: 0;
        margin-top: 0.83333rem
    }

    .origin-imgtext .mid {
        padding-top: 0
    }

    .origin-imgtext .incommonweb {
        position: absolute;
        left: 50%;
        top: 0;
        z-index: 10;
        height: 100%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        font-size: 0
    }

    .origin-imgtext .incommonweb::before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 100%
    }

    .origin-imgtext .incommonweb .mid {
        display: inline-block;
        vertical-align: middle;
        padding-bottom: 100px;
        padding-bottom: 2.08333rem
    }

    .origin-imgtext .info {
        padding: 25px 0;
        padding: 0.52083rem 0
    }

    .origin-imgtext .info .title {
        margin-bottom: 30px;
        font-size: 36px;
        margin-bottom: 0.625rem;
        font-size: 0.75rem
    }

    .origin-swiper {
        padding-top: 140px;
        padding-bottom: 156px;
        padding-top: 2.91667rem;
        padding-bottom: 3.25rem
    }

    .year-line-wrapper {
        padding: 0 60px;
        margin-top: -50px;
        margin-top: -1.04167rem
    }

    .year-line-wrapper .year-line-swiper {
        padding: 140px 0;
        padding: 2.91667rem 0
    }

    .year-line-wrapper .swiper-slide::before {
        top: 20px;
        height: 20px;
        height: 0.41667rem
    }

    .year-line-wrapper .swiper-slide.swiper-slide-active .yy {
        font-size: 90px;
        font-size: 1.875rem
    }

    .year-line-wrapper .yy {
        font-size: 18px;
        font-size: 0.375rem
    }

    .year-line-wrapper .yy-ctrl {
        width: 50px;
        height: 50px
    }

    .year-3d-swiper {
        margin: -50px auto 0;
        margin: -1.04167rem auto 0
    }

    .year-3d-swiper .info {
        left: 6.41026%
    }

    .year-3d-swiper .info .year {
        margin-bottom: 20px;
        font-size: 68px;
        margin-bottom: 0.41667rem;
        font-size: 1.41667rem
    }

    .year-3d-swiper .info .text {
        font-size: 18px;
        line-height: 1.55556;
        font-size: 0.375rem
    }

    .customer_content .customer_content_list ul {
        margin: 0 -20px;
        padding: 0 20px
    }

    .customer_content .mid {
        padding: 35px 40px
    }

    .video-player-popup .video-player {
        height: 500px
    }

    .valueshowoimg ul {
        width: 1024px
    }

    .valueshowoimg ul li {
        width: 328px
    }

    .valueshowoimg ul .mid {
        margin: 0 20px
    }

    .yanjiusuoinherit_content {
        width: 90%
    }

    .yanjiusuoinherit_content .yanjiusuoinherit_left {
        width: 30%
    }

    .product_xtj_cp ul {
        width: 95%
    }

    .usersupport_content {
        width: 90%
    }

    .customer_content .joinus_content_list li {
        width: 50%
    }

    .incon-pd {
        padding-top: 60px
    }

    .orginshow_cultrue_content {
        max-width: 1438px;
        width: 95%;
    }

    .orginshow_cultrue_content ul li {
        width: 32%;
    }

    .culture_content_title {
        padding: 20px 0 10px 0;
        font-size: 30px;
        line-height: 30px;
    }

    .orginshow_cultrue_titles {
        padding: 5px;
        font-size: 20px;
    }

    .culture_content_sub {
        line-height: 30px;
        padding-bottom: 0px;
    }

}

@media (min-width:1200px) {
    html {
        cursor: default
    }

    .commonleft {
        float: left
    }

    .commonright {
        float: right
    }

    .visible-lg {
        display: block
    }

    .hidden-lg {
        display: none
    }

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
        padding-left: 10px;
        padding-right: 10px;
        padding-left: 0.20833rem;
        padding-right: 0.20833rem
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .font22 {
        font-size: 22px;
        font-size: 0.45833rem
    }

    .font30 {
        font-size: 30px;
        line-height: normal;
        font-size: 0.625rem
    }

    .font32 {
        font-size: 32px;
        line-height: normal;
        font-size: 0.66667rem
    }

    .font34 {
        font-size: 34px;
        line-height: normal;
        font-size: 0.70833rem
    }

    .font36 {
        font-size: 36px;
        line-height: normal;
        font-size: 0.75rem
    }

    .font40 {
        font-size: 40px;
        font-size: 0.83333rem
    }

    .scale:hover img {
        -webkit-transform: scale(1.03, 1.03);
        -ms-transform: scale(1.03, 1.03);
        -o-transform: scale(1.03, 1.03);
        transform: scale(1.03, 1.03)
    }

    .font42 {
        font-size: 42px;
        font-size: 0.875rem
    }

    .font46 {
        font-size: 46px;
        font-size: 0.95833rem
    }

    .font54 {
        font-size: 54px;
        font-size: 1.125rem
    }

    .header-line {
        margin-left: 60px;
        margin-left: 2rem;
        display: block
    }

    .header-btn {
        margin-left: 2rem
    }

    .header-img {
        display: none
    }

    .innav-ul li {
        margin-right: 2rem
    }

    .yanjiusuoinherit_content .yanjiusuoinherit_left {
        width: 40%
    }

    .product_xtj_cp ul {
        width: 90%
    }

    .foot-img,
    .infooter-item:nth-child(1) {
        margin-left: 100px
    }
}

@media (min-width:1260px) {
    .new_newsBanner {
        width: 750px
    }

    .new_newsBannerbox {
        padding-top: 70px
    }

    .new_NewsSearchbox {
        padding-top: 70px
    }

    .new_NewsList dl dt {
        width: 300px;
        height: 210px
    }

    .new_NewsList dl dt img {
        height: 210px
    }

    .new_NewsList dl dd {
        width: -webkit-calc(100% - 340px);
        width: calc(100% - 340px);
        margin-left: 40px;
        height: 210px
    }

    .inbanner-txt {
        padding: 0 100px;
        padding: 0 2.08333rem
    }

    .inpro-minview {
        padding: 0
    }

    .inpro-minposi h3 {
        font-size: 24px
    }

    .inpro-minback h3 {
        font-size: 24px;
        line-height: 45px;
    }

    a.more-a2 span {
        font-size: 18px
    }

    .incon-bat span {
        padding-left: 10px;
        padding-right: 10px
    }

    .incon-bat span:first-child {
        padding-left: 0;
        padding-right: 20px
    }

    .incon-bat span:last-child {
        padding-left: 20px;
        padding-right: 0px
    }

    .inheader.active .inlogo-txt {
        color: #5ebcad
    }

    .inheader.active .inlogo-txt:after {
        background: #5ebcad
    }

    .inlogo {
        line-height: 100px
    }

    .inlogo .inlogo-txt {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
        padding-left: 20px;
        margin-top: 14px;
        line-height: 16px;
        font-size: 12px;
        color: #fff;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        margin-left: 0.41667rem;
        padding-left: 0.41667rem;
        margin-top: 0.29167rem
    }

    .inlogo .inlogo-txt span {
        margin-right: 10px;
        margin-right: 0.20833rem
    }

    .inlogo .inlogo-txt span:last-of-type {
        margin-right: 0
    }

    .inlogo .inlogo-txt:after {
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background: #fff;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        content: "";
        width: 0.02083rem
    }

    .innav-h3 a {
        height: 100px;
        line-height: 100px
    }

    .header-line {
        line-height: 100px
    }

    .header-btn {
        line-height: 100px
    }

    .incommonweb {
        padding: 0 100px
    }

    a.player-btn {
        width: 80px;
        height: 80px;
        width: 1.66667rem;
        height: 1.66667rem
    }

    .imorepages .imorepages-btn {
        width: 48px;
        height: 48px;
        line-height: 48px
    }

    .imorepages .imorepages-btn span {
        width: 18px;
        height: 2px
    }

    .imorepages .imorepages-btn span:after,
    .imorepages .imorepages-btn span:before {
        width: 8px;
        height: 2px
    }

    .imorepages .imorepages-a1,
    .imorepages .imorepages-span1,
    .imorepages a {
        width: 48px;
        height: 48px;
        line-height: 46px
    }

    .infooter-menuweim {
        left: 130px
    }

    .commonweb {
        padding: 0 100px
    }

    .usersupport_content {
        width: 85%
    }
}

@media (min-width:1280px) {
    .customer_content_partners ul {
        width: 1280px;
        margin: auto
    }

    .customer_content_partners ul li {
        width: 25%
    }

    .culture_content_title {
        padding: 30px;
        font-size: 30px;
        line-height: 40px;
    }

    .orginshow_cultrue_titles {
        padding: 20px;
        font-size: 30px;
    }

    .culture_content_sub {
        line-height: 30px;
        padding-bottom: 0px;
    }
}

@media (min-width:1400px) {
    .new_newsBanner {
        width: 900px
    }

    .new_newsBannerText ul li .new_newsBannerTextContent {
        padding: 0px 40px;
        font-size: 16px
    }

    .new_newsBannerbox {
        padding-top: 100px
    }

    .new_NewsList dl dt {
        width: 400px;
        height: 240px
    }

    .new_NewsList dl dt img {
        height: 240px
    }

    .new_NewsList dl dd {
        width: -webkit-calc(100% - 440px);
        width: calc(100% - 440px);
        margin-left: 40px;
        height: 240px
    }

    .new_NewsList dl {
        padding: 30px 0px
    }

    .valueshowoimg ul {
        width: 1350px;
        margin: auto
    }

    .valueshowoimg ul li {
        width: 420px
    }

    .valueshowoimg ul .mid {
        margin: 0 45px
    }

    .yanjiusuoinherit_content {
        width: 80%
    }

    .yanjiusuoinherit_content .yanjiusuoinherit_left {
        width: 50%
    }

    #yjyimg {
        width: 100%
    }

    .onlinestore_imgsteam ul {
        width: 60%
    }



}

@media (min-width:1480px) {
    .inlogo a img {
        height: auto
    }

    .innav-ul li {
        margin-right: 60px;
        margin-right: 3rem
    }

}

@media (min-width:1580px) {
    .innav-h3 a {
        font-size: 18px
    }

    #yjyimg {
        width: 90%
    }

    .usersupport_content {
        width: 70%
    }
}

@media (min-width:1600px) {
    .video-player-popup .video-player {
        height: 600px;
        height: 12.5rem
    }

    .footbottom {
        font-size: 12px;
        padding: 0 230px
    }

    .yanjiusuoinherit_content {
        width: 70%
    }

    .product_xtj_cp ul {
        width: 80%
    }

    .orginshow_cultrue_content {
        width: 80%
    }
}

@media (min-width:1680px) {
    .header-btn {
        margin-left: 145px;
        margin-left: 2rem
    }

    .header-img {
        margin-left: 60px;
        margin-left: 2rem;
        display: block
    }

    .orginshow_way_content {
        padding-top: 150px;
    }
}

@media (min-width:1900px) {
    .footbottom {
        padding: 0 450px
    }

    .yanjiusuoinherit_content {
        width: 60%
    }

    #yjyimg {
        width: 80%
    }

    .product_ry_detail {
        padding-right: 80px
    }

    .product_xtj_cp ul {
        width: 60%
    }
}

@media (min-width:1920px) {
    .inpro .commonweb {
        max-width: 1430px
    }

    .commonweb {
        max-width: 1440px;
        padding-left: 100px;
        padding-right: 100px;
    }

    .incommonweb {
        max-width: 1600px;
        padding: 0 100px
    }

    .honourdetail {
        background-size: 100% auto
    }
}


@media (max-width:1400px) {
    .product_znj_detail {
        width: 40%
    }
}

@media (max-width:1366px) {
    .product_znj_detail {
        padding: 150px 20px
    }

    .znj_title,
    .product_znj_title_p1 {
        font-size: 20px;
    }

    .znj_content,
    .product_znj_title_p2 {
        font-size: 16px;
    }
}

@media (max-width:1200px) {
    .footbottom {
        padding: 0 20px;
    }

    .footbottom {
        text-align: center;
    }

    .orginshow_way_content {
        padding-top: 50px;
    }
}

@media (max-width:1100px) {
    .business_title, .joinus_title{
        padding: 60px 15px;
    }
    .physicalstore_store_detail,
    .physicalstore_store_img {
        width: 100%
    }
    .product_detail_imgshow{
        width:100%;
        float:none;
    }
    .product_detail_contentshow{
        width: 100%;
        float: none;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-btmr {
        float: none;
        margin: 0;
        padding-bottom: 10px;
    }

    .product_znj_detail {
        padding: 50px 20px 10px;
    }

    .product_znj_title_p1 {
        padding-top: 20px;
    }

    .product_znj_title_p2 {
        padding: 30px 0;
    }
}

@media (max-width:768px) {

    .znj_title,
    .product_znj_title_p1 {
        font-size: 16px;
    }

    .znj_content {
        font-size: 12px;
    }

    .product_znj_title_p1 {
        padding-bottom: 0px;
    }
}

@media (max-width:480px) {

    .product_znj_detail,
    .product_znj_img,
    .product_znj_img_left {
        width: 100%;
    }
}

@media (max-width:320px) {
    body {
        min-width: 320px
    }
}

.searchtitle401 {
    background-color: #f3f3f3
}

.searchcont401 {
    padding: 10px 0
}

.resultlist401 {
    font-size: 13px;
    padding: 0
}

.resultlist401 ul {
    padding-bottom: 30px
}

.resultlist401 img {
    display: block;
    width: 100%
}

.resultlist401 li {
    padding: 15px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: -1px
}

.resultlist401 h4 {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px
}

.resultlist401 h4 a {
    display: block
}

.resultlist401 h4 em {
    color: red;
    font-style: normal
}

.resultlist401 h4 a {
    display: block
}

.resulttext401 {
    height: 72px;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #666
}

.resultlabel401 {
    color: #333;
    display: inline-block;
    padding-top: 3%
}

.searchinputcont401 {
    padding-right: 60px
}

.searchinputcont401 dt input {
    position: relative;
    float: left;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 12px;
    font-size: 15px;
    color: #333;
    background-color: #fff
}

.searchinputcont401 dd input {
    position: relative;
    left: 60px;
    margin-left: -60px;
    float: left;
    width: 60px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background: #0ba690
}

.searchimg401 {
    display: block;
    margin-bottom: 3%
}

.subbanner {
    height: 450px;
    background-color: #000
}

.m-title {
    text-align: center;
    font-weight: bold;
    color: #353339
}

.m-row-list {
    text-align: center
}

.m-row-list img {
    width: 100%;
    display: block
}

.m-row-list .thumb {
    padding: 30px 0
}

.m-row-list .title {
    color: #282828;
    font-weight: bold
}

.m-row-list .desc {
    color: rgba(53, 51, 57, 0.8);
    font-size: 12px;
    padding-top: 10px;
    line-height: 1.71429
}

.m-row-list .icon {
    padding-top: 15px;
    max-width: 80%;
    margin: 0 auto
}

.m-row-list .icon img {
    width: auto;
    max-width: 100%;
    margin: 0 auto
}

.pagemore-btn {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto;
    background: url(../index.html) top center no-repeat;
    background-size: 100% 100%
}

.half-xs {
    width: 50%;
    float: left
}

.image img {
    width: 100%
}

.u-img {
    position: relative;
    overflow: hidden
}

.u-img:after {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 100%
}

.u-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%
}

.storemap-container .suzyglory-onetitle {
    padding: 7.91667% 0 8.75%
}

.suzydot-icon {
    position: absolute;
    width: 24px;
    height: 0;
    padding-top: 38px;
    margin-top: -10px;
    -webkit-transform: translate(42%, -110%);
    -ms-transform: translate(42%, -110%);
    -o-transform: translate(42%, -110%);
    transform: translate(42%, -110%);
    background: url(../index.html) no-repeat center center/100% auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.origin-swiper {
    padding-top: 30px;
    padding-bottom: 30px
}

.year-line-wrapper {
    position: relative;
    z-index: 10;
    padding: 0 35px;
    margin-top: -50px
}

.year-line-wrapper .year-line-swiper {
    padding: 100px 0
}

.year-line-wrapper .year-line-swiper::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #39363d;
    background-image: linear-gradient(to right, #ffffff, #000000, #000000, #000000, #ffffff);
    z-index: 3
}

.year-line-wrapper .swiper-wrapper {
    z-index: 5
}

.year-line-wrapper .swiper-slide {
    position: relative;
    z-index: 10;
    text-align: center
}

.year-line-wrapper .swiper-slide::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 20;
    width: 8px;
    height: 8px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-color: #000
}

.year-line-wrapper .swiper-slide.swiper-slide-active .yy {
    font-size: 28px;
    width: 250px;
    padding-bottom: 20px
}

.year-line-wrapper .swiper-slide.swiper-slide-active::after {
    width: 20px;
    height: 20px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(1, 74, 152);
    box-shadow: 0 0 5px 0 rgba(1, 74, 152)
}

.year-line-wrapper .yy {
    width: 120px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    text-align: center;
    font-size: 14px;
    line-height: 1;
    color: #000;
    -webkit-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s
}

.year-line-wrapper .yy-ctrl {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    z-index: 10;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-color: #f5f4f2
}

.year-line-wrapper .year-prev {
    left: 0;
    background-image: url(../images/acprev.png)
}

.year-line-wrapper .year-next {
    right: 0;
    background-image: url(../images/acnext.png)
}

.year-3d-swiper {
    position: relative;
    max-width: 1000px;
    margin: -40px auto 0;
    z-index: 3
}

.year-3d-swiper .swiper-slide {
    position: relative;
    width: 62.4%
}

.year-3d-swiper .swiper-slide:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: rgba(174, 170, 160, 0.3);
    content: ""
}

.year-3d-swiper .swiper-slide img {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.year-3d-swiper .swiper-slide-active:before {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 0;
    visibility: hidden
}

.year-3d-swiper .swiper-slide-active img {
    -webkit-filter: blur(0px);
    filter: blur(0px)
}

.year-3d-swiper .u-img::after {
    padding-bottom: 56.25%
}

.year-3d-swiper .info {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.year-3d-swiper .info .year {
    font-size: 20px;
    line-height: 1;
    color: #000
}

.year-3d-swiper .info .text {
    font-size: 13px;
    line-height: 24px;
    color: #282828;
    opacity: 0.8
}

.video-player-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 201;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 0;
    text-align: center
}

.video-player-popup:before {
    content: "";
    width: 0;
    height: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle
}

.video-player-popup .video-player {
    position: relative;
    width: 94%;
    min-height: 300px;
    max-width: 960px;
    margin-top: 0;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle
}

.video-player-popup .close {
    position: absolute;
    right: 0;
    top: -40px;
    width: 40px;
    height: 40px;
    background: url(../index.html) no-repeat center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.video-player-popup .close:hover {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

#ie-alert-overlay {
    width: 100%;
    height: 100%;
    background: url(../index.html) repeat 0 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999
}

* html #ie-alert-overlay {
    position: absolute;
    z-index: 9999
}

#ie-alert-panel {
    width: 520px;
    height: 331px;
    position: fixed;
    background: url(../index.html) no-repeat;
    background-position: -1px -109px;
    top: 50%;
    left: 50%;
    margin: -201px 0 0 -296px;
    padding: 72px 0 0 72px;
    _position: absolute;
    _top: expression(300+((e=document.documentElement.scrollTop)?e:document.body.scrollTop)+'px');
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    color: #333;
    line-height: 1.5em;
    z-index: 10000;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#ie-alert-panel div,
#ie-alert-panel p,
#ie-alert-panel span,
#ie-alert-panel a,
#ie-alert-panel img,
#ie-alert-panel ul,
#ie-alert-panel li {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

#ie-alert-panel p {
    font-size: 14px;
    width: 486px;
    text-align: justify
}

#ie-alert-panel img {
    border: 0
}

#ie-alert-panel span {
    font-size: 18px;
    margin: 0 0 20px 0;
    display: block;
    padding: 0
}

#ie-alert-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden
}

#ie-alert-panel li {
    float: left;
    margin: 0 22px 0 0
}

#ie-alert-panel li.last {
    margin-right: 0
}

#ie-alert-panel a {
    display: inline-block;
    vertical-align: top
}

#goon {
    text-decoration: underline
}

.browser {
    position: absolute;
    bottom: 35px
}

.chrome,
.firefox,
.ie9,
.opera,
.safari {
    background: url(../index.html) no-repeat
}

.chrome {
    background-position: 0 0;
    width: 73px;
    height: 96px;
    margin: 0 4px 0 0
}

.firefox {
    background-position: -292px 0;
    width: 73px;
    height: 98px
}

.ie9 {
    background-position: -179px 0;
    width: 95px;
    height: 98px
}

.opera {
    background-position: -90px 0;
    width: 73px;
    height: 98px
}

.safari {
    background-position: -387px 0;
    width: 73px;
    height: 98px;
    margin: 0 4px 0 0
}

@charset "UTF-8";

.indexNewsDot {
    text-align: center;
    padding-top: 48px
}

.indexNewsDot span {
    background: #d0cec6;
    margin: 0px 5px
}

.indexNewsDot span.swiper-pagination-bullet-active {
    background: #0ba690
}

a[href='/mianroujin/'] {
    display: none
}

.new_newsBannerbox {
    padding: 200px 30px 100px 30px;
    max-width: 1400px;
    margin: auto;
    width: 100%
}

.newslist {
    padding-top: 10px;
    max-width: 1400px;
    margin: auto;
    width: 100%
}

.new_newsBanner {
    overflow: hidden;
    position: relative
}

.new_newsBanner img {
    display: block;
    width: 100%
}

.new_newsBannerdot {
    position: relative;
    text-align: center
}

.new_newsBannerdot span {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0px 3px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: #f5f4f2
}

.new_newsBannerdot span.swiper-pagination-bullet-active {
    background: #0ba690
}

.new_newsBannerContent {
    padding: 10px 10px
}

.new_newsBannerContent h3 {
    font-size: 16px;
    color: #0ba690
}

.new_newsBannerContent p {
    font-size: 14px;
    padding-top: 5px
}

.new_newsBannerText {
    margin-left: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #fff;
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05)
}

.new_newsBannerText ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.new_newsBannerText ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333%;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    border-bottom: 1px solid #e4e4e4;
    cursor: pointer;
    background-color: transparent;
    -webkit-transition: all .8s ease;
    transition: all .8s ease
}

.new_newsBannerText ul li .new_newsBannerTextContent {
    padding: 0px 40px;
    font-size: 16px
}

.new_newsBannerText ul li .new_newsBannerTextContent h3 {
    color: #465351;
    display: -webkit-box;
    height: 40px;
    line-height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.new_newsBannerText ul li .new_newsBannerTextContent p {
    color: #00408c;
    padding-top: 10px
}

.new_newsBannerText ul li.cur {
    background-color: #00408c
}

.new_newsBannerText ul li.cur .new_newsBannerTextContent h3 {
    color: #fff
}

.new_newsBannerText ul li.cur .new_newsBannerTextContent p {
    color: #fff
}

.new_newsBannerText ul li:nth-child(3) {
    border-bottom: none
}

.new_NewsList {
    padding: 0px 30px
}

.new_NewsList dl {
    padding: 15px 0px
}

.new_NewsList dl dt {
    position: relative;
    overflow: hidden
}

.new_NewsList dl dt img {
    display: block;
}

.new_NewsList dl dd {
    border-bottom: 1px solid #dcdcdc;
    float: left;
    padding-bottom: 20px
}

.new_NewsList dl dd h3 {
    font-size: 16px;
    color: #333333;
    margin-top: 30px
}

.new_NewsList dl dd .time {
    font-size: 14px;
    color: #00408c;
    line-height: 40px
}

.new_NewsList dl dd .desc {
    margin-top: 10px;
    font-size: 14px;
    color: #708481;
    display: -webkit-box;
    height: 72px;
    line-height: 24px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

.new_NewsList dl:hover a dd h3 {
    color: #00408c
}

.newsPages {
    padding: 60px 0px 80px
}

.u-img::before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5
}

.image::before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5
}

.image {
    position: relative
}

.pictureBox {
    position: relative
}

.pictureBox::before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}

.shabu .main5 .block .picture_container::before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5
}

.infooter .infooter-zhong .footTabBar .tabTerm .ftz_tou {
    position: relative
}

.infooter .infooter-zhong .footTabBar .tabTerm .ftz_tou::before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5
}

.infooter-fen a {
    position: relative;
    line-height: 62px
}

.infooter-fen a::before {
    content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5
}

.ftz_tou .q_img_box {
    width: auto;
    height: auto
}

@media (max-width:1200px) {

    .header-line,
    .header-img {
        display: none
    }
}

@media (max-width:1400px) {
    .seasons_imgsteam {
        padding-top: 50px;
    }

    .seasonsmid {
        margin-top: 10px !important
    }

    #yjyimg {
        width: 95%;
        max-width: 906px;
    }

    #yjyimg li {
        width: 50%;
    }
}

@media (max-width:956px) {
    #yjyimg {
        width: 95%;
        max-width: 422px;
    }

    #yjyimg li {
        width: 100%;
    }
}