html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

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
}

h3 {
    display: inline-block;
    padding-right: 10px;
    font-size: 1.3em;
    border-bottom: 2px dashed #c02125;
    border-radius: 5px;
}

h3::before {
    content: '';
    border-left: 2px dashed #c02125;
    padding-left: 10px;
    border-radius: 5px;
}

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: none
}

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
}

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

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

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-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,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
menu {
    display: block
}

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

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

template,
[hidden] {
    display: none
}

em,
i {
    font-style: normal;
}

.hui {
    background-color: #f6f6f6;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom: 1
}

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

.clearfix:after {
    clear: both
}

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

a:hover {
    color: #8292a5
}

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 0.5s
}

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

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

.container {
    padding: 0 10px;
    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: bold;
    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: #cccccc 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: white
}

.btn1 span {
    display: block;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
}

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

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

.btn1-1 input.focus {
    background: #8292a5;
    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: 10000
}

.kt-top {
    height: 40px;
    line-height: 40px;
    background: url(../images/kefu.png) 12px center no-repeat #8292a5;
    -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;
    background: url(../images/huidaodingbu.png) center center no-repeat #8292a5;
    background-size: 18px auto;
    cursor: pointer
}

.kf-side {
    padding: 18px 10px 10px;
    background: #8292a5;
    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, 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)
}

.swiper-button-prev,
.swiper-button-next {
    outline: none
}

.topbar {
    background-color: #e6e6e6;
    line-height: 30px;
    color: #555;
    display: flex;
    flex-direction: row;
}

.topbar a {
    color: #555;
    padding: 0 15px;
}

.logo {
    font-size: 0;
    height: 61px;
    line-height: 61px;
    text-align: left;
    padding: 15px 0;
}

.header {
    background: rgba(255, 255, 255, 0.9);
    z-index: 99;
    position: absolute;
    width: 100%;
}

.header .tel {
    font-size: 24px;
    font-weight: bold;
    line-height: 80px;
}

.header .tel span {
    color: #c02125;
    margin-left: 5px;
    line-height: 30px;
}

.header .nav {
    background-color: #8292a524;
}

.header .nav ul {
    float: left;
}

.header .nav li {
    float: left;
}

.header .nav li>a {
    display: block;
    line-height: 60px;
    padding: 0 25px;
    font-size: 16px;
}

.header .nav li.active>a,
.header .nav li.open>a,
.header .nav li>a:hover {
    color: #FFF;
    background-color: #8292a5;
}

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

.header .nav .dropdown-box {
    position: absolute;
    min-width: 100%;
    top: 100%;
    display: none;
    z-index: 10;
    text-align: center;
    background-color: #FFF;
}

.header .nav .dropdown-box p {
    margin: 0;
    border-bottom: 1px solid #cfcfcf;
}

.header .nav .dropdown-box a {
    white-space: nowrap;
    overflow: hidden;
    background-color: #FFF;
    text-overflow: ellipsis;
    padding: 0 10px;
    font-size: 14px;
    display: block;
    line-height: 45px;
    color: #333333;
}

.header .nav .dropdown-box a:hover {
    background-color: #8292a5;
    color: #FFF;
}

.header .nav li.open>a:after,
.header .nav li>a:hover:after {
    width: 100%;
    left: 0;
}

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

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

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
    display: block;
    height: 2px;
    background-color: #c02125;
    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;
    margin-top: 150px;
}

.banner .swiper-button-prev {
    background-image: url("data:images/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:images/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: 30px;
    height: 6px;
    border-radius: 3px;
    opacity: 1;
}

.banner .swiper-pagination-bullet-active {
    background-color: #c02125;
}

.banner .swiper-slide {
    width: 100%;
    position: relative;
}

.banner .swiper-slide .b_bg {
    position: relative;
}

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

.banner-text {
    background-color: rgba(250, 235, 215, 0.5);
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(20%, -50%);
    width: 30%;
    max-height: 300px;
    border-radius: 20px;
}

.banner-text h4 {
    color: #000;
    font-weight: bolder;
    padding: 20px;
    text-shadow: -2px -2px 0 rgb(80, 80, 80), 1px -1px 0 rgb(78, 78, 78), -1px 1px 0 rgb(194, 194, 194), 2px 2px 0 #c02125;
    letter-spacing: 10px;
    font-size: 30px;
}

.banner-text p {
    padding: 10px 30px;
    color: #000;
    font-size: 24px;
}

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

.m-banner .swiper-pagination-bullet {
    background: #FFF;
    opacity: 1;
}

.m-banner .swiper-pagination-bullet-active {
    background-color: #c02125;
}

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

.zhukun-sou {
    padding: 13px 0;
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}

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

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

.zhukun-sou .hform {
    float: right;
    width: 310px;
    border: 1px solid #eeeeee;
    border-radius: 25px;
    display: flex;
}

.zhukun-sou .hform input {
    flex: 1;
    border: none;
    background: none;
    height: 38px;
    padding-left: 20px;
}

.zhukun-sou .hform button {
    width: 48px;
    height: 38px;
    border: 0;
    background: none;
    margin-right: 5px;
}

.zhukun-link {
    padding: 20px 0
}

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

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

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

.zhukun-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: #8292a5
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    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
}

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

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

.zk-text {
    margin-left: 0 !important;
}

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

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

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

.zhukun-showcase-info .tel strong {
    color: #8292a5
}

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

.section {
    padding: 30px 0;
}

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

.section-title strong {
    font-weight: normal;
    position: relative;
    display: block;
    font-size: 24px;
}

.section-title strong:before {
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background-color: #eee;
    content: '';
}

.section-title strong:after {
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -4px;
    width: 8px;
    height: 8px;
    background-color: #cacaca;
    border-radius: 50%;
    content: '';
}

.section-title p {
    margin-top: 15px;
}

.in-td {
    margin: 0 0 0 -30px;
}

.in-td li {
    float: left;
    width: 25%;
}

.in-td li a {
    display: block;
    margin: 0 0 0 30px;
    padding: 15px 0 0 22px;
    box-sizing: border-box;
    height: 100px;
    background-color: #f1f1f1;
}

.in-td li a:hover {
    background-color: #eff6ff;
    color: #333;
}

.in-td li .icon {
    float: left;
    width: 70px;
    transition: all 0.5s;
}

.in-td li .icon img {
    height: 68px;
}

.in-td li a:hover .icon {
    transform: rotateY(360deg);
}

.in-td li .text {
    margin-left: 80px;
}

.in-td li .text h2 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}

.in-td li .text p {
    margin: 8px 0 0;
    font-size: 12px;
}

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

.in-pro-left .tits {
    background-color: #4e4e56;
    font-size: 18px;
    text-align: center;
    color: #FFF;
    padding-bottom: 5px;
}

.in-pro-left .tits span {
    display: block;
    border-bottom: 1px solid #FFF;
    line-height: 64px;
}

.in-pro-left .tits a span {
    display: block;
    border-bottom: 1px solid #FFF;
    line-height: 64px;
    color: #FFF;
    font-weight: 600;
    font-size: 22px;
}

.in-lanmu li {
    border-bottom: 1px solid #FFF;
    position: relative;
    margin: 22px 0;
}

.in-lanmu:last-child::after {
    content: '';
    padding-bottom: 0;

}

.in-lanmu li a {
    display: block;
    background-color: #dcdcdc;
    line-height: 50px;
    padding-left: 20px;
}

.in-lanmu li .arr {
    height: 45px;
    width: 40px;
    position: absolute;
    right: 0;
    cursor: pointer;
}

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

.in-lanmu-box {
    display: none
}

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

.in-lanmu-box p a {
    padding: 0 25px;
    display: block;
    line-height: 40px;
    background-color: #eeeeee;
}

.in-lanmu li>a:hover,
.in-lanmu li.active>a {
    color: #fff;
    background-color: #4e4e56;
}

.in-lanmu li:hover .arr:after {
    border-color: #8292a5;
}

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

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

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

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

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

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

.in-pro-right li a {
    display: block;
    margin: 0 0 15px 15px;
    border: 1px solid #ddd;
    text-align: center;
}

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

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

.in-pro-right li .text {
    border-top: 1px solid #ddd;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.in-pro-right li a:hover .text {
    background-color: #8292a5;
    color: #FFF;
}

.in-ys {
    margin: 0 0 0 -40px;
}

.in-ys li {
    float: left;
    width: 25%;
}

.in-ys li a {
    display: block;
    margin: 0 0 0 40px;
    border: 1px solid #ddd;
    text-align: center;
    color: #333;
}

.in-ys li a:hover {
    background-color: #f7f7f7;
}

.in-ys li .text {
    padding: 30px 0;
}

.in-ys li .text .icon {
    transition: all 0.5s;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.in-ys li .text h2 {
    margin: 10px 0;
    font-size: 18px;
    position: relative;
    padding-bottom: 10px;
}

.in-ys li .text h2:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -17px;
    width: 34px;
    height: 2px;
    background-color: #8292a5;
    content: '';
    transition: all 0.5s;
}

.in-ys li a:hover .text h2:before {
    width: 100%;
    left: 0;
    margin-left: 0;
}

.in-ys li .text p {
    margin: 0;
    padding: 0 20px;
    font-size: 12px;
}

.in-ys li a:hover .text .icon {
    transform: rotateY(360deg);
}

.in-about {
    background-color: #f7f7f7;
}

.in-about-left {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 60px;
    padding-top: 40px;
}

.in-about-left h2 {
    font-weight: normal;
    margin: 0;
    font-size: 24px;
    position: relative;
    padding-bottom: 15px;
}

.in-about-left h2:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 2px;
    background-color: #8292a5;
    content: '';
}

.in-about-left .desc {
    font-size: 15px;
    color: #555;
    line-height: 23px;
    padding: 20px 0;
}

.in-about-left .btns a {
    display: inline-block;
    background-color: #8292a5;
    line-height: 40px;
    padding: 0 30px;
    color: #FFF;
    transition: all 0.5s;
}

.in-about-left .btns a:hover {
    padding: 0 40px;
}

.in-about-right {
    float: left;
    width: 50%;
}

.in-about-right {
    padding: 50px 0;
}

.in-case {
    margin: 0 0 0 -6px;
}

.in-case li {
    float: left;
    width: 25%;
}

.in-case li a {
    display: block;
    color: #FFF;
    overflow: hidden;
    margin: 0 0 6px 6px;
    height: 238px;
    text-align: center;
    position: relative;
}

.in-case li .img-cover {
    height: 100%;
}

.in-case li .text {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.in-case li .text::before {
    width: 35%;
    height: 2px;
    content: '';
    position: absolute;
    background: #fff;
    top: -70%;
    left: -70%;
    transform: rotate(35.3deg);
    transform-origin: left;
    transition: 0.7s;
}

.in-case li .text::after {
    width: 35%;
    height: 2px;
    content: '';
    position: absolute;
    background: #fff;
    bottom: -70%;
    right: -70%;
    transform: rotate(35.3deg);
    transform-origin: right;
    transition: 0.7s;
}

.in-case li .text h2 {
    margin: 0 0 25px;
    font-weight: normal;
}

.in-case li .text p {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    background-color: #00a0e9;
    margin: 0;
    transition: 0.5s;
}

.in-case li .text p span {
    margin-right: 10px;
}

.in-case li a:hover .text {
    opacity: 1
}

.in-case li a:hover .text::before {
    top: 0;
    left: 0;
}

.in-case li a:hover .text::after {
    bottom: 0;
    right: 0;
}

.news_menu {
    text-align: center;
    font-size: 0;
    margin-bottom: 20px;
}

.news_menu li {
    display: inline-block;
    width: auto;
}

.news_menu li a {
    display: block;
    margin: 0 5px 10px;
    font-size: 16px;
    line-height: 39px;
    color: #444444;
    background-color: #FFF;
    position: relative;
    border: 1px solid #e5e5e5;
    padding: 0 20px;
}

.news_menu li a:hover,
.news_menu .active a {
    color: #fff;
    background-color: #8292a5;
    border-color: #8292a5;
}

.in-news {
    margin: 0 0 0 -20px;
}

.in-news li {
    float: left;
    width: 33.33%;
}

.in-news li a {
    display: block;
    margin: 0 0 20px 20px;
    height: 120px;
    border: 1px solid #dddddd;
}

.in-news li .date {
    float: left;
    width: 76px;
    text-align: center;
    background-color: #f3f3f3;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.in-news li .date i {
    display: block;
    color: #8292a5;
    font-size: 48px;
}

.in-news li .date em {
    position: relative;
    top: -10px;
}

.in-news li .text {
    margin-left: 90px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.in-news li .text h2 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
}

.in-news li .text p {
    margin: 8px 0 0;
    color: #555;
}

.in-news li a:hover .date i {
    font-weight: bold;
    color: #333;
}

.in-news li a:hover .text h2 {
    color: #333;
    font-weight: bold;
}

.footer {
    background-color: #e3e3e3;
    padding: 40px 0 0;
    color: #666;
}

.footer .flogo {
    float: left;
    width: 320px;
    padding-right: 10px;
    border-right: 1px solid #333;
}

.footer .flogo p img {
    position: relative;
    top: 7px;
    margin-right: 10px;
}

.footer .fnav {
    float: left;
    width: 320px;
    min-height: 230px;
    margin-left: 10px;
    padding: 0 10px;
    border-right: 1px solid #333;
}

.footer .fnav .tits {
    line-height: 50px;
    font-size: 16px;
    color: #333;
}

.footer .fnav li {
    float: left;
    width: 50%;
    line-height: 30px;
}

.footer .ewm {
    float: right;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.footer .ewm .img-center {
    width: 100px;
    margin-right: 20px;
}

.footer .ewm .img-center img {
    margin-bottom: 15px;
}

.footer .ewm .text {
    width: 20px;
}

.footer-copy {
    line-height: 72px;
    background-color: #4e4e56;
    color: #FFF;
    margin-top: 30px;
}

.footer-copy a {
    color: #FFF;
}

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

.section-sub {
    padding: 20px 0
}

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

.curmbs {
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #999;
    line-height: 25px;
    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: #8292a5;
    text-transform: uppercase;
    color: #acaeb1;
}

.panel-sd .tit span {
    font-size: 20px;
    display: block;
    font-weight: bold;
    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 #8292a5;
    border-left: 2px solid #8292a5;
    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>a:hover,
.lanmu li.active>a {
    color: #fff;
    background-color: #8292a5;
}

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

.list-3 li .btn {
    text-align: center;
}

.list-3 li .btn a {
    margin-top: 0;
    display: inline-block;
    background: #555555;
    padding: 3px 20px;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    font-size: 16px;
    border-radius: 5px;
}

.list-3 li .btn a.blue {
    background: #2d56a4;
}

.list-4 {
    margin: 10px 0 0 0px !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: normal
}

.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: #8292a5
}

.list-5 li a:hover .text h4 {
    color: #8292a5
}

.list-5 li a:hover .text .more {
    background-color: #8292a5
}

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

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

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

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

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

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

.zhukun-infocontent-desc p {
    display: inline-block;
}

.about-text p {
    text-indent: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 联系我们 */
.con-box .con-text {
    display: flex;
    align-content: center;
    height: 50px;
    line-height: 50px;
}

.con-box .con-text i {
    font-size: 26px;
}

.con-box .con-text h5 {
    margin: 0 10px;
    font-size: 18px;
    padding: 10px 0;
}

h5 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
}

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

.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: #8292a5;
    color: #fff
}

.pagination {
    height: 40px;
    text-align: center;
    padding: 20px 0px;
}

.pagination li {
    display: inline-block;
}

.pagination a {
    display: inline-block;
    margin-right: 10px;
    padding: 2px 12px;
    height: 24px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
}

.pagination .active a,
.pagination a:hover {
    background: #8292a5;
    color: #fff;
    border: 1px #8292a5 solid;
}