html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: transparent
}

body {
    margin: 0;
    font-family: Arial, "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    line-height: 1.42857143;
    font-size: 14px;
    min-width: 1230px;
    background: #fff;
    color: #333
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    line-height: 1.42857143;
    margin: 0;
    outline: 0
}

body,
button,
input,
select,
textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern"
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

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

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

audio,
canvas,
video {
    display: inline-block
}

[hidden],
template {
    display: none
}

em,
i {
    font-style: normal
}

.fl {
    float: left
}

.fr {
    float: right
}

.clearfix {
    zoom: 1
}

.clearfix:after,
.clearfix:before {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #0657A8
}

ul {
    margin: 0;
    list-style: none;
    padding: 0
}

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

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: all .5s
}

.img-cover {
    overflow: hidden;
    position: relative
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center/cover;
    transition: all .5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.section-sub .cpgg span {
    background: no-repeat center/contain;
}

.container {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto
}

#message {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    transform: scale(0);
    transition: .3s
}

.messagebg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1001
}

#message .m-content {
    margin-top: 8%
}

#message .m-content .m-message {
    background: #fff;
    width: 580px;
    background: #fff;
    padding: 50px;
    margin: 0 auto;
    position: relative;
    z-index: 1002;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3)
}

.m-message {
    width: 494px;
    margin: 48px auto 0
}

.m-message label {
    margin-bottom: 15px;
    display: block;
    font-size: 14px
}

.m-message label em {
    display: block;
    float: right;
    color: red;
    height: 32px;
    line-height: 32px
}

.m-message label span {
    width: 70px;
    height: 34px;
    line-height: 34px;
    color: #2f2f2f;
    float: left;
    font-weight: 700;
    text-align: right;
    margin-right: 30px;
    display: inline-block
}

.m-message label input.inp,
.m-message label textarea,
.m-message label.code input {
    width: 73%;
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    border: #ccc 1px solid;
    border-radius: 3px;
    padding: 0 14px;
    box-sizing: border-box;
    color: #555;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.m-message label input:focus,
.m-message label textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(247, 150, 0, .6)
}

.m-message label textarea {
    height: 72px;
    line-height: 24px;
    padding: 10px 14px
}

.m-message label.code {
    line-height: 34px
}

.m-message label.code input {
    width: 30%;
    float: left;
    margin-right: 30px
}

.m-message label.code .pic {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 32px
}

.m-message label.code img {
    display: block;
    width: 100%;
    height: 100%
}

.btn1 {
    display: block;
    line-height: 32px;
    padding-left: 15px;
    background-color: #333;
    color: #fff;
    margin-top: 10px
}

.btn1:hover {
    background-color: #444;
    color: #fff
}

.btn1 span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(../images/btn-r.png)
}

.btn1-1 input {
    width: 52px;
    height: 32px;
    line-height: 32px;
    background: #e8e8e8;
    border: none;
    color: #333;
    margin-right: 22px;
    cursor: pointer;
    transition: .3s
}

.btn1-1 {
    padding-left: 100px
}

.btn1-1 input.focus {
    background: #0657A8;
    color: #fff
}

.btn1-1 input.focus:hover {
    background: #444
}

.btn1-1 input:hover {
    background: #ccc
}

.kf {
    width: 208px;
    position: fixed;
    right: -208px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10
}

.kt-top {
    height: 40px;
    line-height: 40px;
    background: url(../images/kefu.png) 12px center no-repeat #0657A8;
    -ms-background-size: auto 20px;
    background-size: auto 20px;
    padding-left: 46px;
    font-size: 14px;
    color: #fff
}

.kt-top span:hover {
    transform: rotate(90deg)
}

.kt-top span {
    width: 18px;
    height: 16px;
    float: right;
    position: relative;
    margin: 10px 10px 0 0;
    cursor: pointer;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.kt-top span b {
    width: 100%;
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 0
}

.kt-top span b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg)
}

.kt-top span b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg)
}

.kf .con {
    overflow: hidden;
    background: #fff
}

.kf .qq li {
    height: 36px;
    line-height: 36px;
    border-bottom: #f5f5f5 solid 1px;
    padding-left: 16px
}

.kf .qq li a {
    height: 36px !important;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: initial;
    display: block
}

.kf .qq li a img {
    padding-right: 6px
}

.kf .con h5 {
    height: 26px;
    line-height: 26px;
    margin-top: 12px;
    background: url(../images/lianxi.png) 16px center no-repeat;
    padding-left: 45px;
    color: #666;
    font-size: 14px;
    margin-bottom: 0
}

.kf .contact {
    margin-top: 1px;
    height: auto;
    background-color: #fff
}

.kf .contact p {
    height: 26px;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    padding-left: 22px;
    margin: 0
}

.kf .contact p:nth-child(2n) {
    padding-left: 32px
}

.kf .con h5.qr-icon {
    background: url(../images/erweima.png) 16px center no-repeat
}

.kf .con .qr {
    margin-top: 10px;
    padding-left: 40px
}

.kf .con .qr img {
    width: 110px;
    height: 110px
}

.kf .backTop {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    background: url(../images/huidaodingbu.png) center center no-repeat #0657A8;
    background-size: 18px auto;
    cursor: pointer
}

.kf-side {
    padding: 18px 10px 10px;
    background: #0657A8;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -34px;
    cursor: pointer
}

.kf-side b {
    display: block;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400
}

.kf-side span.arrow {
    width: 12px;
    height: 12px;
    background: url(../images/jt-1.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px;
    display: block;
    margin-top: 10px
}

.kf-side span.on {
    background: url(../images/jt-2.png) no-repeat;
    -ms-background-size: auto 12px;
    background-size: auto 12px
}

.footer-fix {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    display: none
}

.footer-fix li {
    float: left;
    width: 25%
}

.footer-fix li a {
    display: block;
    text-align: center;
    padding: 7px 0;
    font-size: 12px;
    line-height: 1
}

.footer-fix li i {
    display: block;
    height: 20px;
    background: no-repeat center;
    background-size: contain;
    margin-bottom: 4px
}

.footer-fix li i.i1 {
    background-image: url(../images/f_01.png)
}

.footer-fix li i.i2 {
    background-image: url(../images/f_02.png)
}

.footer-fix li i.i3 {
    background-image: url(../images/f_03.png)
}

.footer-fix li i.i4 {
    background-image: url(../images/f_04.png)
}

.header {
    background-color: #fff
}

.header .logo {
    float: left;
    font-size: 0;
    height: 90px;
    line-height: 90px;
    text-align: left;
    padding: 10px 0;
    margin-left: -28px;
}

.header .text {
    float: left;
    padding-left: 20px;
    margin-top: 35px;
    font-size: 26px;
    font-weight: 700;
    position: relative
}

.header .text:before {
    position: absolute;
    left: 0;
    top: -8px;
    width: 1px;
    height: 52px;
    background: #ebebeb;
    content: ''
}

.header .text span {
    color: #0657A8
}

.header .tel {
    float: right;
    margin-top: 30px;
    color: #333;
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 50px
}

.header .tel strong {
    font-size: 26px;
    line-height: 1;
    font-weight: 400
}

.header-fix .nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header .nav {
    font-size: 0;
    background: #0657A8
}

.header .nav li {
    display: inline-block;
    vertical-align: middle
}

.header .nav li a {
    display: block;
    font-size: 16px;
    line-height: 63px;
    padding: 0 26px;
    color: #fff
}

.header .nav li:first-child a {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.header .nav li:first-child img {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.header .nav li .arr {
    float: right;
    height: 40px;
    width: 40px;
    position: relative;
    display: none
}

.header .nav li .arr:after {
    content: '';
    border-top: 2px solid #ccc;
    border-left: 2px solid #ccc;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(135deg);
    right: 15px
}

.header .nav li>a.active,
.header .nav li.open>a,
.header .nav li>a:hover {
    background: #007dde;
    color: #fff
}

.header .nav li.dropdown {
    position: relative
}

.header .nav .dropdown-box {
    position: absolute;
    left: 0;
    min-width: 100%;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .18);
    background-color: rgba(255, 255, 255, .8)
}

.header .nav .dropdown-box p {
    margin: 0
}

.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 15px;
    background-color: transparent !important;
    line-height: 40px;
    color: #333 !important
}

.header .nav .dropdown-box a:hover {
    background-color: #007dde !important;
    color: #fff !important
}

.header .nav li.open .dropdown-box {
    display: block
}

.menu-btn {
    display: none;
    padding: 12px 0;
    float: right;
    margin-left: 15px
}

.menu-btn span,
.menu-btn:after,
.menu-btn:before {
    display: block;
    height: 2px;
    background-color: #0657A8;
    content: ''
}

.menu-btn:before {
    width: 24px
}

.menu-btn:after {
    width: 18px;
    margin-left: 6px
}

.menu-btn span {
    width: 12px;
    margin: 6px 0 6px 12px
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative
}

.banner .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E")
}

.banner .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E")
}

.banner .swiper-pagination-bullet {
    background: #fff;
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 6px
}

.banner .swiper-pagination-bullet-active {
    background-color: #0657A8;
    width: 40px
}

.banner .swiper-slide img {
    width: 100%;
    display: block
}

.m-banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: none
}

.m-banner .swiper-pagination-bullet {
    background: #fff;
    width: 10px;
    height: 10px;
    opacity: 1
}

.m-banner .swiper-pagination-bullet-active {
    background-color: #0657A8
}

.m-banner .swiper-slide img {
    max-width: 100%;
    display: block
}

.yunu-link {
    padding: 20px 0
}

.yunu-link h4 {
    border-bottom: 1px solid #ddd;
    margin: 0;
    font-size: 18px;
    color: #0657A8;
    padding-bottom: 15px
}

.yunu-link h4 small {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #999
}

.yunu-link ul {
    margin-left: -20px
}

.yunu-link li {
    float: left;
    margin-left: 20px;
    margin-top: 20px
}

.pc-slide {
    float: left;
    width: 400px
}

.view .swiper-slide .img-center {
    width: 100%;
    height: 300px;
    line-height: 300px
}

.view .swiper-container {
    width: 100%
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative
}

.preview .swiper-container {
    margin: 0 30px
}

.preview .swiper-slide .img-center {
    height: 80px;
    border: 1px solid #ddd;
    cursor: pointer;
    position: relative;
    line-height: 80px
}

.preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10
}

.preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10
}

.preview .active-nav .img-center {
    border-color: #666
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0
}

div.zoomMask {
    position: absolute;
    background: url(../images/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1
}

.yunu-showcase {
    margin: 0 0 40px
}

.yunu-showcase-info {
    margin-left: 430px
}

.yunu-showcase-info h1 {
    font-size: 24px;
    margin: 0 0 30px;
    font-weight: 400
}

.yunu-showcase-info p {
    margin: 5px 0 0;
    color: #666;
    line-height: 1.8;
    min-height: 250px
}

.yunu-showcase-info .tel {
    border-top: 2px solid #e6e6e6;
    margin-top: 15px;
    padding-top: 15px;
    height: 42px;
    line-height: 21px;
    font-size: 18px
}

.yunu-showcase-info .tel strong {
    color: #00479d
}

.yunu-showcase-info .tel a {
    float: right;
    line-height: 42px;
    padding: 0 25px;
    background-color: #00479d;
    color: #fff
}

.yunu-sou {
    padding: 10px 0;
    border-bottom: 1px solid #e8e8e8
}

.yunu-sou .hot {
    float: left;
    color: #666;
    line-height: 44px;
    background: url(../images/hot.png) no-repeat left center;
    padding-left: 25px
}

.yunu-sou .hot a {
    margin-right: 10px
}

.yunu-sou .hform {
    float: right;
    width: 310px;
    display: flex;
    height: 34px;
    border-left: 1px dashed #ccc
}

.yunu-sou .hform input {
    flex: 1;
    border: none;
    background: 0 0;
    height: 34px;
    padding-left: 10px
}

.yunu-sou .hform button {
    width: 48px;
    height: 34px;
    border: 0;
    background: 0 0
}

.section {
    padding: 70px 0
}

.section2 {
    padding: 20px 0
}

.section-title {
    margin-bottom: 50px;
    text-align: center;
    color: #333
}

.section-title strong {
    font-size: 36px;
}

.section-title strong span {
    font-weight: 400
}

.section-title p {
    font-size: 18px;
    margin: 0;
    color: #333;
}

.in-pro {
    background: #edf7ff;
    padding-bottom: 0
}

.in-pro-left {
    float: left;
    width: 280px
}

.in-pro-right {
    float: right;
    width: 900px
}

.in-pro-left .tit {
    text-align: center;
    border-radius: 8px 8px 0 0;
    font-size: 24px;
    color: #fff;
    line-height: 60px;
    background-color: #0657A8;
    font-weight: 700
}

.in-lanmu {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 14px;
    background: #fff
}

.in-lanmu li {
    padding: 0 12px;
    border-bottom: 1px solid #e0e0e0;
    position: relative
}

.in-lanmu li>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 59px;
    font-size: 18px;
    color: #313638;
    font-weight: 700
}

.in-lanmu li span:last-child {
    font-size: 12px;
    color: #313638;
    font-weight: 400
}

.in-lanmubox {
    display: none;
    padding: 10px 0
}

.in-lanmubox p {
    margin: 0
}

.in-lanmubox p a {
    line-height: 32px;
    background: url(../images/icon-1.png) no-repeat 10px center;
    padding-left: 30px
}

.in-lanmubox p a:hover {
    background-image: url(../images/icon-2.png);
    color: #00baff
}

.in-lanmubox p i {
    float: right;
    width: 32px;
    height: 32px
}

.in-lanmubox p a:hover i {
    background: url(../images/icon-3.png) no-repeat left center
}

.in-lanmu li.cur {
    background: #f8f8f8
}

.in-lanmu li.cur::before {
    position: absolute;
    left: 0;
    top: 59px;
    width: 100%;
    height: 1px;
    background: #e0e0e0;
    content: ''
}

.in-lanmu li.cur>a {
    color: #0657A8
}

.in-lanmu li.cur span:last-child {
    color: #0657A8;
    font-weight: 700
}

.in-lanmu li.cur .in-lanmubox {
    display: block
}

.in-pro-left .tel {
    background: #0657A8;
    height: 95px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 32px;
    color: #fff
}

.in-pro-left .tel strong {
    display: block;
    font-size: 20px
}

.in-pro-right ul {
    margin: 0 0 0 -15px
}

.in-pro-right li {
    float: left;
    width: 33.333%
}

.in-pro-right li a {
    display: block;
    margin: 0 0 20px 20px
}

.in-pro-right li .img-cover {
    padding-top: 79%
}

.in-pro-right li a:hover .img-cover span {
    transform: scale(1.2)
}

.in-pro-right li .text {
    padding: 10px;
    background: #fff
}

.in-pro-right li .text h2 {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    border-left: 5px solid #13b8aa;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.in-pro-right li .text p {
    margin: 5px 0 0;
    line-height: 23px
}

.in-liucheng {
    background: #edf7ff
}

.liucheng .swiper-slide a {
    display: block;
    text-align: center;
    font-size: 16px;
    position: relative
}

.liucheng .swiper-slide a:before {
    position: absolute;
    right: -35px;
    width: 30px;
    height: 100px;
    background: url(../images/process-ico.png) no-repeat center;
    content: ''
}

.liucheng .swiper-slide a:hover {
    color: #00baff
}

.liucheng .swiper-slide .icon {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    transition: all .5s;
    background: #fff no-repeat top;
    border-radius: 50%
}

.liucheng .swiper-slide a:hover .icon {
    background-color: #00baff;
    background-position: bottom
}

.liucheng .swiper-slide:nth-child(1) .icon {
    background-image: url(../images/process-1.png)
}

.liucheng .swiper-slide:nth-child(2) .icon {
    background-image: url(../images/process-2.png)
}

.liucheng .swiper-slide:nth-child(3) .icon {
    background-image: url(../images/process-3.png)
}

.liucheng .swiper-slide:nth-child(4) .icon {
    background-image: url(../images/process-4.png)
}

.liucheng .swiper-slide:nth-child(5) .icon {
    background-image: url(../images/process-5.png)
}

.liucheng .swiper-slide:nth-child(6) .icon {
    background-image: url(../images/process-6.png)
}

.liucheng .swiper-slide:nth-child(7) .icon {
    background-image: url(../images/process-7.png)
}

.liucheng .swiper-slide:nth-child(8) .icon {
    background-image: url(../images/process-8.png)
}

.liucheng .swiper-slide .text {
    margin-top: 10px
}

.in-liucheng .btns {
    margin: 70px 250px 30px;
    font-size: 24px;
    height: 46px;
    border: 1px solid #d0d4d7;
    border-radius: 23px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.in-liucheng .btns i {
    width: 30px;
    text-align: center;
    padding-left: 20px
}

.in-liucheng .btns a {
    background: #0657A8;
    border-radius: 23px;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    padding: 0 25px
}

.in-about .section-title strong {
    color: #fff;
}

.in-about {
    background: url(../images/bg1.jpg) no-repeat top center;
}

.in-about-con {
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    padding: 0 60px;
    margin-top: -30px
}

.in-about-con p {
    margin: 0;
    color: #fff !important;
}

.in-about .btns {
    text-align: center;
    margin-top: 60px
}

.in-about .btns a {
    display: inline-block;
    line-height: 50px;
    border-radius: 25px;
    background: #007dde;
    padding: 0 45px;
    color: #fff
}

.in-ys {
    background: #edf7ff;
    padding-bottom: 0;
}

.super {
    min-width: 1200px;
    width: 100%
}

.super ul {
    width: 100%;
    height: 534px;
    clear: both;
    overflow: hidden
}

.super li {
    width: 19.79%;
    float: left;
    position: relative;
    cursor: pointer;
    height: 100%;
    line-height: 30px;
    font-size: 16px;
    box-sizing: border-box;
    overflow: hidden
}

.super li:last-child {
    border: 0
}

.super li img {
    display: block;
    width: 100%
}

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

.supert i {
    width: 100%;
    height: 100%;
    background: rgba(1, 43, 76, .5);
    display: block;
    position: absolute;
    left: 0;
    top: 0
}

.supert2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.super-con {
    width: 100%;
    opacity: 0;
    transition: .35s;
    background: #fff;
}

.super-con .img-cover {
    height: 534px;
}

.super-con .text {
    width: 100%;
    overflow: hidden;
    background: #FFF;
    padding: 30px 36px 18px;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
}

.super-con .text h3 {
    margin: 0;
    line-height: 36px;
    font-size: 34px;
    color: #181818;
    display: block;
    margin-bottom: 1.3vw
}

.super-con .text h3 i {
    font-size: 26px;
    color: #181818;
    font-weight: 400;
    display: block
}

.super-con .text p {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.plt {
    position: absolute;
    left: 0;
    top: 0
}

.super li.cur {
    width: 40.625%;
    -webkit-transition: .35s;
    -moz-transition: .35s;
    transition: .35s
}

.super li.cur .supert {
    opacity: 0
}

.super li.cur .supert img {
    width: 0;
    height: 0
}

.super li.cur .super-con {
    opacity: 1
}

.m-ys {
    display: none
}

.m-ys li {
    width: 100%
}

.m-ys li .items {
    background: #fff;
    height: auto
}

.m-ys li .items .text {
    padding: 15px
}

.m-ys li .items .text h2 {
    line-height: 30px;
    font-size: 20px;
    color: #181818;
    margin: 0
}

.m-ys li .items .text h2 span {
    font-size: 16px;
    color: #181818;
    font-weight: 400;
    display: block
}

.m-ys li .items .text p {
    font-size: 14px;
    line-height: 23px;
    color: #666
}

.in-news {
    padding-bottom: 0
}

.in-news-left {
    float: left;
    width: 570px
}

.in-news-right {
    float: right;
    width: 577px
}

.in-news .tits {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    height: 54px;
    border-bottom: 1px solid #e1e1e1;
    position: relative
}

.in-news .tits:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 200px;
    height: 1px;
    background: #e1e1e1;
    content: ''
}

.in-news .tits span {
    font-size: 22px;
    padding-left: 50px
}

.in-news .tits span i {
    font-size: 12px;
    line-height: 14px;
    color: #b0bac5;
    display: block
}

.in-news-left .tits {
    background: url(../images/new_ico1.png) no-repeat left center
}

.in-news-right .tits {
    background: url(../images/new_ico2.png) no-repeat left center
}

.gundong {
    height: 490px !important;
    background-color: transparent
}

.gundong li a {
    display: block;
    overflow: hidden;
    padding: 20px 0;
    border-bottom: 1px solid #d6d6d6
}

.gundong li .img-center {
    float: left;
    width: 200px
}

.gundong li .text {
    margin-left: 220px
}

.gundong li .text h2 {
    margin: 0;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.gundong li .text h2 span {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.gundong li .text h2 i {
    width: 55px;
    text-align: right;
    font-weight: 400
}

.gundong li .text p {
    margin: 0;
    line-height: 22px;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}

.in-news-right li {
    margin-bottom: 11px;
    background: #f0f0f0
}

.in-news-right li h2 {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 47px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #d2d2d2;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400
}

.in-news-right li h2 a {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.in-news-right li h2 span {
    width: 45px;
    padding-right: 30px
}

.in-news-right li h2:before {
    position: absolute;
    right: 20px;
    content: '＋';
    font-size: 20px
}

.in-news-right li .text {
    display: none;
    padding: 25px;
    color: #6e6e6e
}

.in-news-right li .text p {
    margin: 0;
    line-height: 28px
}

.in-news-right li .text .btns {
    line-height: 39px;
    border-radius: 8px 8px 0 0;
    background-color: #0657A8;
    color: #fff;
    display: inline-block;
    padding: 0 55px;
    margin-top: 25px
}

.in-news-right li.cur h2 {
    background: #0657A8;
    border-color: #0657A8;
    color: #fff
}

.in-news-right li.cur h2 a {
    color: #fff;
    display: block
}

.in-news-right li.cur h2:before {
    content: '－'
}

.in-news-right li.cur .text {
    display: block
}

.in-news-right li.cur .text .btns a {
    color: #fff
}

.footer {
    padding: 45px 0;
    background: #0657A8;
    color: #afd6f5
}

.footer .tits {
    position: relative;
    border-bottom: 1px solid #69b2ec;
    font-size: 20px;
    line-height: 55px;
    margin-bottom: 20px;
    color: #fff
}

.footer .tits:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 24px;
    height: 3px;
    background: #fff;
    content: ''
}

.footer .fnav {
    float: left;
    width: 235px
}

.footer .fnav li {
    float: left;
    width: 50%
}

.footer .fnav li a {
    color: #afd6f5;
    line-height: 30px
}

.footer .contact {
    float: left;
    width: 500px;
    margin-left: 100px
}

.footer .contact .tel {
    font-size: 24px;
    color: #fff
}

.footer .contact .tel span {
    margin-left: 20px
}

.footer .contact p {
    margin: 0;
    line-height: 30px
}

.footer .contact p a {
    color: #afd6f5
}

.footer .ewm {
    float: right;
    width: 275px
}

.footer .ewm .pic {
    width: 125px;
    text-align: center
}

.footer .ewm .pic img {
    width: 100%
}

.footer .ewm .pic p {
    margin: 0
}

.banner-sub {
    height: 400px;
    background: no-repeat center/cover
}

.section-sub {
    padding: 20px 0
}

.sub-tit {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    color: #0657A8;
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.curmbs {
    float: right;
    font-weight: 400;
    font-size: 12px;
    color: #999;
    line-height: 25px;
    background: url(../images/hom1.jpg) no-repeat 0 center;
    padding-left: 20px
}

.curmbs em {
    font-style: normal;
    padding: 0 5px
}

.ct2-sd {
    float: left;
    width: 250px
}

.ct2-mn {
    float: right;
    width: 920px
}

.panel-sd {
    margin-bottom: 20px;
    border: 1px solid #d1d1d1
}

.panel-sd:last-child {
    margin-bottom: 0
}

.panel-sd .tit {
    text-align: left;
    font-size: 16px;
    padding: 20px 0 20px 35px;
    background-color: #0657A8;
    text-transform: uppercase;
    color: #94c9f2
}

.panel-sd .tit span {
    font-size: 20px;
    display: block;
    font-weight: 700;
    color: #fff
}

.panel-sd .tit i {
    font-style: normal;
    font-size: 16px;
    color: #fff;
    margin-right: 5px
}

.contact-sd {
    padding: 20px
}

.contact-sd .tel {
    background: url(../images/ny-tel.jpg) no-repeat 0 center;
    padding-left: 55px
}

.contact-sd .tel strong {
    color: #5b5b5b;
    font-size: 18px;
    display: block
}

.contact-sd .cont {
    margin-top: 8px
}

.contact-sd .cont p {
    margin: 0;
    line-height: 25px
}

.lanmu {
    background: #fff
}

.lanmu li {
    margin-top: 2px;
    border-bottom: 1px solid #d1d1d1
}

.lanmu li>a {
    display: block;
    line-height: 50px;
    padding: 0 0 0 25px;
    color: #666;
    font-size: 15px
}

.lanmu li .arr {
    float: right;
    height: 45px;
    width: 40px;
    position: relative;
    cursor: pointer
}

.lanmu li .arr:after {
    content: '';
    border-top: 2px solid #1977c2;
    border-left: 2px solid #1977c2;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    transform: rotate(135deg);
    right: 15px
}

.lanmu-box {
    display: none
}

.lanmu-box p {
    margin: 0;
    border-top: 1px solid #fff;
    padding-left: 15px
}

.lanmu-box p a {
    padding: 0 25px;
    display: block;
    line-height: 40px
}

.lanmu li.active>a,
.lanmu li>a:hover {
    color: #fff;
    background-color: #0657A8
}

.lanmu li.active .arr:after {
    border-color: #fff
}

.lanmu li.open .lanmu-box {
    display: block
}

.lanmu li.open .arr:after {
    transform: rotate(225deg)
}

.list-3 {
    margin: -20px 0 0 -20px
}

.list-3 li {
    float: left;
    width: 33.333333%
}

.list-3 li a {
    display: block;
    margin: 20px 0 0 20px;
    text-align: center
}

.list-3 li .img-cover {
    border: 1px solid #ddd;
    padding-top: 76%
}

.list-3 li .text {
    line-height: 40px;
    position: relative;
    padding: 0 14px;
    font-size: 16px
}

.list-3 li .text p {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    transition: all .5s
}

.list-3 li a:hover .img-cover span {
    transform: scale(1.1)
}

.list-4 {
    margin: 10px 0 0 0 !important
}

.list-4 li {
    float: left;
    width: 50%;
    margin: 0;
    position: relative
}

.list-4 li a {
    display: inline-block;
    line-height: 34px;
    margin: 0 20px 0 0;
    color: #545555;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.list-4 li span {
    position: absolute;
    right: 20px;
    top: 8px;
    color: #bbbbbc
}

.list-5 li {
    margin-bottom: 15px
}

.list-5 li a {
    display: block;
    border: 1px solid #ddd;
    padding: 15px;
    overflow: hidden
}

.list-5 li .img-center {
    float: left;
    width: 250px
}

.list-5 li .text {
    margin-left: 270px
}

.list-5 li .text h4 {
    margin: 0;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px
}

.list-5 li .text h4 span {
    float: right;
    font-size: 12px;
    color: #999;
    font-weight: 400
}

.list-5 li .text p {
    color: #797979
}

.list-5 li .text .more {
    float: right;
    padding: 6px 12px;
    color: #fff;
    background-color: #b6b6b6
}

.list-5 li a:hover {
    border-color: #0657A8
}

.list-5 li a:hover .text h4 {
    color: #0657A8
}

.list-5 li a:hover .text .more {
    background-color: #0657A8
}

.list-6 li {
    float: left;
    width: 25%;
    margin: 0
}

.list-6 li a {
    display: block;
    margin: 20px 0 0 20px;
    text-align: center
}

.list-6 li .img-cover {
    border: 1px solid #ddd;
    padding-top: 76%
}

.list-6 li .text {
    margin: 8px 0 0
}

.yunu-infocontent-title {
    margin-bottom: 20px;
    text-align: center
}

.yunu-infocontent-title h1 {
    margin: 0;
    font-size: 24px
}

.yunu-infocontent-title p {
    margin: 10px 0 0;
    font-size: 12px;
    color: #999
}

.yunu-infocontent-title p span {
    padding: 0 5px
}

.yunu-infocontent-desc {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 20px
}

.yunu-infocontent-desc p {
    display: inline
}

.yunu-infocontent-body {
    line-height: 2;
    margin-bottom: 20px
}

.yunu-infocontent-body img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important
}

.yunu-infocontent-epx {
    margin-bottom: 20px
}

.yunu-infocontent-epx li {
    line-height: 32px;
    margin-bottom: 5px
}

.yunu-infocontent-epx li span {
    display: inline-block;
    background-color: #a2a2a2;
    color: #fff;
    padding: 0 15px;
    margin-right: 10px
}

.yunu-infocontent-epx li em {
    float: right;
    font-style: normal
}

.yunu-infocontent-return {
    border-top: 1px solid #000;
    line-height: 32px
}

.yunu-infocontent-return a {
    margin-right: 10px
}

.yunu-infocontent-return .more {
    margin: 0;
    float: right;
    background-color: #000;
    color: #fff;
    padding: 0 10px
}

.yunu-infocontent-rem {
    margin-bottom: 20px
}

.yunu-infocontent-rem h4 {
    margin: 0;
    font-size: 24px;
    line-height: 55px
}

.yunu-infocontent-rem li {
    border-top: 1px dashed #dbdbdb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 46px
}

.yunu-infocontent-rem li span {
    float: right
}

.prod-menu {
    margin-bottom: 20px;
    border-bottom: 3px solid #0657A8
}

.prod-menu li {
    float: left;
    margin-right: 7px
}

.prod-menu li a {
    display: block;
    padding: 0 35px;
    line-height: 50px;
    border-radius: 5px 5px 0 0;
    background-color: #f1f1f1;
    font-size: 16px
}

.prod-menu li.active a {
    background-color: #0657A8;
    color: #fff;
}

#productnav li.active>.v_list {
    display: block;
}

/* 分页 */
.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    padding: 6px 8px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #0657A8;
    border: 1px solid #0657A8;
}

.pagination a.page-num-current {
    color: #fff;
    background: #0657A8;
    border: 1px solid #0657A8;
}

@media screen and (max-width:768px) {
    .pagebar .pagination .zx {
        display: none;
    }
}

.culture p {
    margin: 0;
}

.news h4 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newsimg img {
    height: 150px;
}

.h-news p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.v_list {
    display: none;
}

.v_list a {
    display: block;
    font-size: 14px;
    color: #333;
    border-top: 1px dotted #333;
    padding: 0 30px 0 40px;
    cursor: pointer;
    line-height: 2.5;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.v_list a:hover {
    background-color: #eee;
}

#productnav li .v_list.active {
    display: block;
}

.prolistimg {
    height: 200px;
}

.prolistimg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.in-pro-right li .text p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}