﻿@charset "UTF-8";
*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}
video{
    max-width: 100%;
    padding: 10px;
    display: inline-block;
    height: 480px;
    width: 720px;
    background: #333333;
    border-radius: 5px;
}


a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, time, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}
.productDt1-desc1 img{width:900px;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: ""
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    margin-top: -22px;
    color: #3d4c63;
    background: #fff;
    font: 14px/1.5 "Microsoft Yahei", sans-serif;
    outline: 0
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: inherit
}

img {
    max-width: 100%;
    border: none;
    object-fit: cover
}

em, i {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input, select, textarea {
    font-size: 12px;
    color: #444;
    font-family: arial, "Microsoft Yahei", sans-serif;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

button, input[type=button], input[type=reset], input[type=submit], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

button, input[type=button], input[type=reset], input[type=submit] {
    cursor: pointer
}

input[type=password]:focus, input[type=tel]:focus, input[type=text]:focus {
    background: #fff;
    border: 1px solid #bbb
}

a, img {
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}
.mobile {
    display: none !important;
}

.false:focus {
    border: 2px solid #ff1531;
    background: #fff
}

::-webkit-input-placeholder {
    color: #3c3b3b
}

::-moz-placeholder {
    color: #3c3b3b
}

:-ms-input-placeholder {
    color: #3c3b3b
}

::-ms-clear, ::-ms-reveal {
    display: none
}

.fix {
    *zoom: 1
}

.fix:after, .fix:before {
    display: block;
    content: "";
    height: 0;
    clear: both
}

.c {
    clear: both
}

.col-l, .l {
    float: left
}

.col-r, .r {
    float: right
}

.ani, a, img {
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.unselect {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none
}
.online {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.online .main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 850px;
    width: 96%;
    padding: 30px;
    background-color: #fff;
}

.online .main .tit {
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
}

.online .main .tit h3 {
    text-align: center;
    font-size: 24px;
    color: #434144;
    font-weight: bold;
}

.online .main .tit span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    margin-top: 5px;
    text-align: center;
    font-family: "Arial";
    color: #787878;
    font-weight: bold;
}

.online .main .tit span b {
    color: #d62a25;
}

.online .main .tit span:before {
    content: '';
    opacity: 1;
    display: block;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    width: 65px;
    height: 1px;
    background-color: #434144;
}

.online .main .tit span:after {
    content: '';
    opacity: 1;
    display: block;
    top: 50%;
    right: 0;
    position: absolute;
    transform: translateY(-50%);
    width: 65px;
    height: 1px;
    background-color: #434144;
}

.online .main form {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    align-items: unset;
}

.online .main form figure {
    display: block;
    width: 45%;
    position: relative;
    padding: 20% 0;
}

.online .main form figure img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.online .main form ul {
    width: 52%;
}

.online .main form ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: space-between;
    justify-content: space-between;
    height: 40px;
}

.online .main form ul li + li {
    margin-top: 15px;
}

.online .main form ul li .ind {
    width: 48%;
    height: 100%;
    border: 1px solid #bebebe;
    padding: 0 10px;
    background-color: transparent;
    color: #979797;
    font-size: 14px;
    transition: .2s all;
}

.online .main form ul li .ind.active {
    box-shadow: 0 5px 10px rgba(43, 59, 120, 0.6);
}

.online .main form ul li .ind:hover {
    box-shadow: 0 5px 10px rgba(43, 59, 120, 0.6);
}

.online .main form ul li .ind::-webkit-input-placeholder {
    color: #979797;
    font-size: 14px;
}

.online .main form ul li select {
    background: url(../images/ico-002.png) #fff 95% center no-repeat;
}

.online .main form ul li.phone input {
    width: 100%;
}

.online .main form ul li.textarea {
    height: 180px;
}

.online .main form ul li.textarea textarea {
    width: 100%;
    padding: 10px;
}

.online .main form ul li button {
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    background-color: #d62a25;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: .4s all;
    border: 1px solid transparent;
}

.online .main form ul li button:hover {
    background-color: transparent;
    border-color: #999;
    border-radius: 5px;
    color: #666;
}

.online .close {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/close01.png) no-repeat center center #d62a25;
    background-size: 60%;
    cursor: pointer;
}

.wp {
    width: 92%;
    max-width: 1700px;
    margin: 0 auto
}

.wp1 {
    width: 92%;
    max-width: 1500px;
    margin: 0 auto
}

.wp2 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.h50 {
    height: 50px;
    clear: both;
    overflow: hidden
}

.h100 {
    height: 100px;
    clear: both;
    overflow: hidden
}

.header {
background-color: #333;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.header:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .3)
}

.header.open {
    background-color: #333
}
.open .wp .header-nav ul > li > a {
    color: #dadada !important;
}
.open .wp .pc {
    display: none;;
}
.open .wp .mobile {
    display: block !important;
}

.header .logo {
    display: block;
    height: 45px;
    margin-top: 32px;
    float: left;
    position: relative;
    z-index: 1
}

.header .logo img {
    display: block;
    height: 100%
}

.header-nav {
    float: right;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center
}

.header-nav ul {
    display: flex;
    align-items: center
}

.header-nav ul > li > a {
    margin: 0 30px;
    display: block;
    font-size: 16px;
    color: #dadada;
    position: relative;
    padding: 0 16px;
    line-height: 90px
}

.header-nav ul > li > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 5px
}

.header-nav ul > li.on > a::after, .header-nav ul > li > a:hover::after {
    background-color: #e60012
}

.ul-nav li .child {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: 0;
    overflow: hidden;
    box-shadow: 0 0 5px #ccc;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.ul-nav li .child.show {
    height: auto;
    padding: 20px 0
}

.slick-header {
    padding: 0 30px;
    position: relative
}

.slick-header .item {
    padding: 0 8px
}

.slick-header .item .pic {
    position: relative;
    padding-top: 75%;
    overflow: hidden
}

.slick-header .item .pic img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    /*height: 80%;*/
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.slick-header .item .pic:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.slick-header .item p {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.slick-header .item .con:hover p {
    color: #e60012
}

.slick-header .slick-arrow {
    position: absolute;
    top: 50%;
    right: -30px;
    width: 45px;
    height: 45px;
    border: none;
    cursor: pointer;
    z-index: 5;
    overflow: hidden;
    text-indent: 1000px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #ccc url(../images/hp14.png) center center no-repeat;
    background-size: 9px 18px;
    border-radius: 50%
}

.slick-header .slick-prev {
    background-image: url(../images/hp13.png);
    left: -30px
}

.slick-header .slick-arrow:hover {
    background-color: #62ad9b
}
.wp-index {
    width: 90%;
    max-width: 1400px;
    margin: 0 auto
}
.hd-so {
    position: relative
}

.hd-so .ico {
    width: 18px;
    cursor: pointer;
    display: block
}

.hd-so .so {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 55px;
    width: 200px;
    display: none;
    background-color: #eee;
    border-radius: 10px;
    padding: 0 10px
}

.hd-so img {
    margin-right: 10px;
    width: 18px;
    display: inline-block;
    vertical-align: middle
}

.hd-so input {
    height: 32px;
    line-height: 32px;
    width: 126px;
    font-size: 14px;
    color: #292828;
    background-color: transparent !important;
    border: none !important;
    display: inline-block;
    vertical-align: middle
}

input, textarea {
    background-color: transparent;
    border: none
}

.menuBtn {
    position: relative;
    z-index: 9;
    display: none;
    float: right;
    width: 26px;
    cursor: pointer;
    height: 24px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.menuBtn b {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #fff;
    margin: 5px 0;
    border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.menuBtn b:last-child {
    margin-bottom: 0
}

.menuBtn.open b {
    opacity: 0;
    position: absolute
}

.menuBtn.open b:first-child {
    left: 0;
    top: 0;
    opacity: 1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform-origin: 0 0
}

.menuBtn.open b:last-child {
    opacity: 1;
    left: -2px;
    bottom: -2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform-origin: 0 0;
    -moz-transform: rotate(-45deg)
}

.footer {
    background-color: #202328;
    font-size: 14px;
    color: #757575;
    line-height: 24px;
    padding: 75px 0 0
}

.footer .wp {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.fd-logo {
    flex-shrink: 0;
    margin-right: 140px
}

.fd-logo img {
    display: block
}

.fd-center {
    flex-grow: 1;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.fd-center dt {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin-bottom: 16px
}

.fd-center dd a {
    color: #757575;
    margin-bottom: 12px;
    display: block
}

.fd-center dd a:hover {
    color: #fff
}

.fd-ewm {
    flex-shrink: 0;
    margin-left: 6.8%;
    display: -webkit-flex;
    display: flex
}

.fd-ewm .ewm {
    padding-left: 30px
}

.fd-ewm .ewm img {
    display: block;
    width: 124px;
    height: 124px;
    margin-bottom: 10px
}

.fd-ewm .ewm p {
    text-align: center
}

.copyright {
    font-size: 14px;
    color: #989696;
    line-height: 45px;
    text-align: center;
    padding: 20px 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .3);
    width: 100%;
    margin-top: 100px
}

.copyright a {
    color: #989696
}

.copyright span {
    margin-right: 12px
}

.copyright a:hover {
    text-decoration: underline
}

.dropLink {
    position: relative
}

.dropLink .dropLink-tit {
    padding: 0 40px 0 16px;
    width: 160px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #5e5e5e;
    font-size: 13px;
    color: #fff;
    background: url(../images/z-jt12.png) right 10px center no-repeat;
    -webkit-background-size: 12px auto;
    background-size: 12px auto;
    cursor: pointer
}

.dropLink .dropLink-options {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    max-height: 160px;
    overflow-y: auto;
    z-index: 10;
    display: none
}

.dropLink .dropLink-options a {
    margin: 0;
    padding: 4px 16px;
    display: block;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.dropLink .dropLink-options a:hover {
    color: #e60012
}

.a-tit {
    margin-bottom: 40px
}

.a-tit em {
    display: block;
    font-size: 30px;
    line-height: 40px
}

.a-tit p {
    font-size: 24px;
    color: #51657e;
    line-height: 34px
}

.swi-index1 {
    position: relative;
    overflow: hidden
}

.swi-index1 .dots.swiper-pagination-bullets {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 29
}

.swi-index1 .dots.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 70px;
    height: 5px;
    margin: 0;
    background-color: #fff;
    border-radius: 0;
    position: relative;
    opacity: 1
}

.swi-index1 .dots.swiper-pagination-bullets .swiper-pagination-bullet-active.swiper-pagination-bullet {
    background-color: #184e92
}

.swi-index1 .swiper-slide a {
    display: block
}

.swi-index1 .swiper-slide img {
    /* display: block; */
    width: 100%
}

.swi-index1 ul {
    position: absolute;
    right: 156px;
    bottom: 166px;
    z-index: 1
}

.swi-index1 ul li {
    float: left;
    width: 194px;
    margin-left: 14px;
    background-color: #fff;
    cursor: pointer
}

.swi-index1 ul li.active {
    background-color: #e60012
}

.swi-index1 ul li.active .txt p {
    color: #fff
}

.swi-index1 ul li.active .txt span {
    color: #fff
}

.swi-index1 ul li.active .txt i {
    background-image: url(../images/ban-ico2.png)
}

.swi-index1 ul li .txt {
    padding: 10px 20px 0;
    position: relative
}

.swi-index1 ul li .txt p {
    font-size: 14px;
    color: #494949;
    line-height: 22px
}

.swi-index1 ul li .txt span {
    display: block;
    font-size: 14px;
    color: #494949;
    line-height: 22px;
    font-family: arial
}

.swi-index1 ul li .txt i {
    position: absolute;
    right: 24px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    background-color: #d8d8d8;
    bottom: -12px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/ban-play.png);
    z-index: 1;
    cursor: pointer
}

.swi-index1 ul li .txt i.pause {
    background-image: url(../images/ban-play.png)
}

.swi-index1 ul li .img {
    position: relative;
    overflow: hidden;
    padding-top: 54.64%
}

.swi-index1 ul li .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.index-part1 {
    padding: 97px 0 110px
}

.index-tit1 {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px
}

.index-tit1 h3 {
    font-size: 36px;
    color: #2b2b2b;
    line-height: 46px
}

.g-more1 {
    display: block;
    width: 180px;
    line-height: 54px;
    border: 1px solid #6a6a6a;
    font-size: 16px;
    color: #6a6a6a;
    text-align: center
}

.g-more1:hover {
    background-color: #e60012;
    border-color: #e60012;
    color: #fff
}
.index-list1 .mobile{
    display: none;
}

.index-list1 {
    border-top: 1px solid #dadada
}


.index-list1 li {
    width: 25%;
    float: left;
    position: relative;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 25px 0
}

.index-list1 li.first {
    width: 50%;
    padding: 0
}

.index-list1 li.first .img {
    display: block;
    width: 100%;
    height: auto
}

.index-list1 li.first .img img {
    max-width: 100%;
    max-height: 100%;
    /* display: block */
}

.index-list1 li.first .txt {
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    top: 80px
}

.index-list1 li.first .txt .tit {
    color: #fff;
    font-size: 36px;
    line-height: 46px
}

.index-list1 li .img {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 240px;
    overflow: hidden
}

.index-list1 li .img:hover img {
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08)
}

.index-list1 li .img img {
    max-width: 90%;
    max-height: 90%
}

.index-list1 li .txt {
    font-size: 14px;
    color: #515151;
    text-align: center
}

.index-list1 li .txt .tit {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 20px;
    color: #202020;
    line-height: 30px;
    margin-bottom: 5px
}

.index-list1 li .txt .tit:hover {
    color: #e60012
}

.index-list1 li .txt p {
    margin-bottom: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.index-list1 li .txt .more {
    color: #e60012;
    line-height: 24px
}

.index-list1 li .txt .more:hover {
    text-decoration: underline
}

.index-part2 {
    background-color: #f9f9f9;
    padding: 90px 0 0
}

.index-part2 .top {
    overflow: hidden;
    padding-bottom: 90px
}

.index-part2 .top .left {
    float: left;
    width: 610px;
    margin-right: 240px;
    padding-top: 5px;
    background: url(../images/i-bg1.png) left top no-repeat
}

.index-part2 .top .left h3 {
    font-size: 38px;
    color: #313131;
    line-height: 58px;
    margin-bottom: 30px;
    font-weight: 700
}

.index-part2 .top .left p {
    font-size: 16px;
    line-height: 2;
    color: #1d1d1d
}

.index-part2 .top .right {
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding-top: 25px;
    overflow: hidden
}

.index-part2 .top .right ul {
    overflow: hidden
}

.index-part2 .top .right ul li {
    float: left;
    width: 33.33%;
    margin-bottom: 25px;
    position: relative
}

.index-part2 .top .right ul li:hover span {
    color: #e60012
}

.index-part2 .top .right ul li:hover p {
    color: #e60012;
    background: url(../images/i-jt-red.png) right center no-repeat
}

.index-part2 .top .right ul li:hover p em {
    color: #e60012
}

.index-part2 .top .right ul li span {
    display: block;
    font-size: 14px;
    color: #979696;
    line-height: 24px
}

.index-part2 .top .right ul li p {
    font-size: 14px;
    color: #323232;
    display: inline-block;
    padding-right: 40px
}

.index-part2 .top .right ul li p sup {
    font-size: 12px;
    vertical-align: super
}

.index-part2 .top .right ul li p em {
    font-size: 38px;
    color: #323232;
    line-height: 48px;
    font-weight: 700
}

.ad-video {
    position: relative
}

.ad-video img {
    display: block;
    width: 100%
}

.ad-video .play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 132px;
    height: 132px;
    margin-top: -66px;
    margin-left: -66px;
    background: url(../images/i-play.png) center no-repeat;
    cursor: pointer
}
.about-1 .ad-video .play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 132px;
    height: 132px;
    margin-top: -66px;
    margin-left: -66px;
    background: url(../images/i-play2.png) center no-repeat;
    cursor: pointer
}

.index-part3 {
    padding: 90px 0;
    background-color: #f7f7f7
}

.index-part3 .tit {
    text-align: center;
    font-size: 36px;
    color: #2b2b2b;
    line-height: 46px;
    margin-bottom: 35px;
    font-weight: 700
}

.index-part3 .swiper-index {
    padding-bottom: 66px;
    overflow: hidden;
    position: relative
}

.index-part3 .swiper-index .dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #e0e0e0;
    height: 5px
}

.index-part3 .swiper-index .dots .swiper-pagination-bullet {
    margin: 0;
    flex-grow: 1;
    border-radius: 2px
}

.index-part3 .swiper-index .dots .swiper-pagination-bullet-active {
    background-color: #e60012
}

.index-tab1 {
    margin-bottom: 42px
}

.index-tab1 ul {
    text-align: center
}

.index-tab1 ul li {
    margin: 0 11px;
    display: inline-block
}

.index-tab1 ul li a {
    display: block;
    font-size: 16px;
    line-height: 45px;
    padding: 0 36px
}

.index-tab1 ul li a:hover {
    color: #fff;
    background-color: #e60012
}

.index-tab1 ul li.on a {
    color: #fff;
    background-color: #e60012
}

.index-part4 {
    padding: 90px 0
}

.swiper-index4 {
    overflow: hidden;
    position: relative
}


.swiper-index4 .img img {
    display: block;
    width: 100%;
    /* height: 658px; */
}

.swiper-index4 p {
    text-align: center;
    font-size: 22px;
    color: #e60012;
    line-height: 32px;
    margin-top: 35px
}

.swiper-index4 .next, .swiper-index4 .prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 125px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #d5d5d5;
    left: auto;
    right: auto;
    margin-top: -80px;
    z-index: 1;
    cursor: pointer;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.swiper-index4 .next:hover, .swiper-index4 .prev:hover {
    background-color: #e60012
}

.swiper-index4 .prev {
    left: 124px;
    background-image: url(../images/jt-l-w.png)
}

.swiper-index4 .next {
    right: 124px;
    background-image: url(../images/jt-r-w.png)
}

.index-part5 {
    padding: 75px 0 90px;
    background-color: #f6f6f6
}

.index-news {
    margin: 0 -20px
}

.index-news li {
    float: left;
    width: 33.33%
}

.index-news li .item {
    margin: 0 20px
}

.index-news li .item .img {
    position: relative;
    overflow: hidden;
    padding-top: 67.16%;
    display: block
}

.index-news li .item .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.index-news li .item .img:hover img {
    -ms-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08)
}

.index-news li .item .txt {
    padding-top: 28px
}

.index-news li .item .txt .tit {
    display: block;
    font-size: 20px;
    color: #434343;
    line-height: 30px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.index-news li .item .txt .tit:hover {
    color: #e60012
}

.index-news li .item .txt p {
    font-size: 14px;
    color: #a0a0a0;
    line-height: 30px;
    margin-bottom: 38px;
    height: 60px;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.index-news li .item .txt .bot {
    background-color: #fff;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px
}

.index-news li .item .txt .bot span {
    font-size: 14px;
    color: #535353;
    line-height: 66px;
    padding-left: 30px;
    background: url(../images/i-date.png) left center no-repeat
}

.index-news li .item .txt .bot a {
    width: 28px;
    height: 28px;
    background: url(../images/i-jt2.png) center no-repeat
}

.pop-pro {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    z-index: 9999
}

.pop-pro .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5)
}

.pop-pro .con {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    width: 70%;
    text-align: center;
    color: #fff;
    max-width: 800px
}

.pop-pro .con video {
    display: block;
    width: 100%
}

.pop-pro.open {
    top: 0;
    opacity: 1;
    filter: alpha(opacity=100)
}

/*!背景色*/
.bdC1 {
    background-color: #f7f7f7
}

/*!ban*/
.ban {
    height: 748px;
    position: relative;
    overflow: hidden
}

.ban .ban-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover
}

/*!面包屑*/
.cur {
    padding: 27px 0;
    font-size: 0
}

.cur a, .cur em, .cur span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #939393;
    line-height: 30px
}

.cur em {
    margin: 0 2px
}

.cur a:hover, .cur span {
    color: #e60012
}

/*!页码*/
.pages {
    padding-top: 92px;
    font-size: 0;
    text-align: center
}

.pages ul {
    margin: 0 5px -5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.pages ul li {
    padding: 0 5px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle
}

.pages ul a {
    padding: 0 10px;
    display: block;
    font-size: 20px;
    color: #0f0f0f;
    text-align: center;
    height: 66px;
    line-height: 66px;
    min-width: 66px;
    background-color: #fff;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.pages .pages-next a, .pages .pages-prev a {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 18px auto;
    background-size: 18px auto
}

.pages .pages-prev a {
    background-image: url(../images/z-jt1.png)
}

.pages .pages-next a {
    background-image: url(../images/z-jt2.png)
}

.pages .active a, .pages a:hover {
    background-color: #e52226;
    color: #fff
}

.pages .pages-prev a:hover {
    background-image: url(../images/z-jt3.png)
}

.pages .pages-next a:hover {
    background-image: url(../images/z-jt4.png)
}

.pages .disable a {
    pointer-events: none
}


.pages select {
    display: inline;
    padding: 0 10px;
    font-size: 20px;
    color: #0f0f0f;
    text-align: center;
    height: 66px;
    line-height: 66px;
    min-width: 66px;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    background: url(../images/qwy-i4.png) #fff center right 10px no-repeat;
    border: 0px solid #c8c8c8;
    vertical-align: bottom;
}

.pages select option {
    width: 100%;
    height: 36px;
    font-size: 18px;
}




/*!内页导航*/
.row-subNav {
    padding: 25px 0;
    background-color: #fff;
    overflow: hidden
}

.sub-ls1 {
    font-size: 0;
    text-align: center;
    white-space: nowrap;
    overflow-x: auto
}

.sub-ls1 li {
    display: inline-block;
    vertical-align: middle
}

.sub-ls1 a {
    padding: 0 54px;
    display: block;
    font-size: 16px;
    color: #2b2b2b;
    line-height: 50px;
    position: relative;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.sub-ls1 a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 28px;
    height: 3px;
    background-color: #e60012;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    filter: alpha(opacity=0)
}

.sub-ls1 .on a, .sub-ls1 a:hover {
    color: #e60012
}

.sub-ls1 .on a:after {
    opacity: 1;
    filter: alpha(opacity=100)
}

/*!标题*/
.tit-1 {
    margin-bottom: 46px
}

.tit-1 h3 {
    font-size: 34px;
    color: #2b2b2b;
    font-weight: 400
}

.tit-2 {
    margin-bottom: 27px
}

.tit-2 h3 {
    font-size: 26px;
    color: #2b2b2b;
    font-weight: 400
}

.tit-c {
    text-align: center
}

/*!案例*/
.row-case1 {
    padding: 70px 0 96px;
    overflow: hidden
}

.case-ls1 {
    margin: 0 -28px -40px;
    font-size: 0
}

.case-ls1 li {
    padding: 0 28px;
    margin-bottom: 51px;
    display: inline-block;
    vertical-align: top;
    width: 33.33%
}

.case-ls1 .con {
    display: block
}

.case-ls1 .pic {
    margin-bottom: 25px;
    padding-top: 69.91%;
    position: relative;
    overflow: hidden
}

.case-ls1 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.case-ls1 h4 {
    font-size: 18px;
    color: #2b2b2b;
    font-weight: 400;
    text-align: center;
    height: 24px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.case-ls1 .con:hover .pic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

/*!百科*/
.row-bk1 {
    padding: 94px 0 124px;
    overflow: hidden
}

.index-news {
    margin-bottom: -85px
}

.index-news li {
    margin-bottom: 85px
}

/*!百科-详情*/
.row-bkDt1 {
    padding: 38px 0 139px;
    overflow: hidden
}

.bkDt1-1 {
    background-color: #fff
}

.bkDt1-cont {
    padding: 95px 84px 89px
}

.bkDt1-cont .hd {
    padding-bottom: 45px;
    border-bottom: 1px solid #d2d2d2;
    text-align: center
}

.bkDt1-cont .hd h1 {
    margin-bottom: 9px;
    font-size: 24px;
    color: #000;
    font-weight: 400
}

.bkDt1-cont .hd .info {
    font-size: 14px;
    color: #aaa
}

.bkDt1-cont .bd {
    padding: 40px 12px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 2
}

.bkDt1-share {
    padding-top: 44px;
    font-size: 0;
    text-align: center
}

.bkDt1-share .item {
    margin: 0 8px;
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    background-color: #e0e0e0;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.bkDt1-share .wx {
    background-image: url(../images/z-wx.png)
}

.bkDt1-share .qq {
    background-image: url(../images/z-qq.png)
}

.bkDt1-share .wb {
    background-image: url(../images/z-wb.png)
}

.bkDt1-share .item:hover {
    background-color: #e60012
}

.dt-page {
    padding: 0 85px;
    background-color: #ededed;
    position: relative;
    overflow: hidden
}

.dt-page .dt-menu, .dt-page .next, .dt-page .prev {
    font-size: 16px;
    color: #2b2b2b;
    line-height: 84px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.dt-page .prev {
    padding-left: 25px;
    float: left;
    width: 40%;
    background: url(../images/z-jt5.png) left center no-repeat;
    -webkit-background-size: 9px auto;
    background-size: 9px auto
}

.dt-page .next {
    padding-right: 25px;
    float: right;
    text-align: right;
    width: 40%;
    background: url(../images/z-jt6.png) right center no-repeat;
    -webkit-background-size: 9px auto;
    background-size: 9px auto
}

.dt-page .dt-menu {
    padding-left: 23px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url(../images/z-menu.png) left center no-repeat;
    -webkit-background-size: 15px auto;
    background-size: 15px auto
}

.dt-page .prev:hover {
    color: #e60012;
    background-image: url(../images/z-jt7.png)
}

.dt-page .next:hover {
    color: #e60012;
    background-image: url(../images/z-jt8.png)
}

.dt-page .dt-menu:hover {
    color: #e60012;
    background-image: url(../images/z-menu2.png)
}

/*!产品*/
.row-product1 {
    padding: 60px 0 135px;
    overflow: hidden
}

/*!产品-详情*/
.row-productDt1 {
    padding: 82px 0 72px;
    border-bottom: 1px solid rgba(195, 195, 195, .7);
    overflow: hidden
}

.productDt1-hd {
    margin-bottom: 50px;
    background-color: #fff;
    overflow: hidden
}

.productDt1-hd .pic {
    float: left;
    width: 49.67%;
    overflow: hidden
}

.productDt1-hd .pic img {
    display: block;
    width: 100%
}

.productDt1-hd .cont {
    padding: 65px 75px 30px;
    overflow: hidden
}

.productDt1-hd h3 {
    margin-bottom: 17px;
    font-size: 34px;
    color: #2b2b2b;
    line-height: 1.2;
    font-weight: 700
}

.productDt1-hd .desc {
    margin-bottom: 22px;
    font-size: 16px;
    color: #2b2b2b;
    line-height: 2.31
}

.productDt1-hd .btn {
    margin-bottom: 32px;
    font-size: 0
}

.productDt1-hd .btn a {
    padding: 0 20px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    background-color: #e60012;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.productDt1-hd .btn a:hover {
    opacity: .6;
    filter: alpha(opacity=60)
}

.productDt1-hd .item {
    padding: 20px 0
}

.productDt1-hd h4 {
    margin-bottom: 21px;
    font-size: 16px;
    color: #2b2b2b
}

.productDt1-hd .txtLs {
    margin: 0 -8px -16px;
    font-size: 0
}

.productDt1-hd .txtLs .txtLs-item {
    padding: 0 8px;
    margin-bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    min-width: 25%
}

.productDt1-hd .txtLs span {
    padding: 10.5px 10px;
    display: block;
    font-size: 14px;
    color: #2b2b2b;
    text-align: center;
    border: 1px solid rgba(43, 43, 43, .22)
}

.productDt1-item .table-1 {
    margin-bottom: 36px
}

.table-1 table {
    width: 100%
}

.table-1 th {
    padding: 10px;
    font-size: 16px;
    color: #2b2b2b;
    text-align: center;
    line-height: 1.5;
    font-weight: 400;
    height: 60px;
    background-color: #dfdfdf
}

.table-1 td {
    padding: 8.5px 10px;
    font-size: 14px;
    color: #646464;
    text-align: center;
    line-height: 1.5;
    height: 50px;
    border: 1px solid #d0d0d0;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.table-1 tr:hover td {
    background-color: #e60012;
    color: #fff
}

.productDt1-desc1 {
    font-size: 16px;
    color: #2b2b2b;
    line-height: 2.31
}

.row-productDt2 {
    padding: 70px 0 90px;
    border-bottom: 1px solid rgba(195, 195, 195, .7);
    overflow: hidden
}

.row-productDt2 .tit-1 {
    margin-bottom: 28px
}

.productDt1-desc2 {
    font-size: 16px;
    color: #505050;
    line-height: 2
}

.row-productDt3 {
    padding: 72px 0 125px;
    overflow: hidden
}

.row-productDt3 .tit-1 {
    margin-bottom: 34px
}

.case-swiper {
    margin: 0 !important;
    padding-bottom: 80px;
    position: relative;
    overflow: hidden
}

.case-swiper .pic {
    padding-top: 67.7%
}

.case-swiper h4 {
    font-size: 16px
}

.case-swiper .swiper-scrollbar {
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 6px !important;
    background: #e3e3e3 !important;
    border-radius: 3px !important
}

.case-swiper .swiper-scrollbar-drag {
    background: #e60012 !important;
    border-radius: 3px !important
}

.imgs-swiper {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden
}

.imgs-swiper .pic {
    padding-top: 60.96%;
    position: relative;
    overflow: hidden
}

.imgs-swiper .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.imgs-swiper .swiper-button-next, .imgs-swiper .swiper-button-prev {
    margin: 0;
    position: absolute;
    left: auto;
    top: 50%;
    right: auto;
    bottom: auto;
    width: 52px;
    height: 86px;
    background-color: #cecece;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.imgs-swiper .swiper-button-prev {
    left: 10px;
    background-image: url(../images/z-jt9.png)
}

.imgs-swiper .swiper-button-next {
    right: 10px;
    background-image: url(../images/z-jt10.png)
}

.imgs-swiper .swiper-button-next:hover, .imgs-swiper .swiper-button-prev:hover {
    background-color: #e52226
}

.imgs-swiper .swiper-button-next:after, .imgs-swiper .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none
}

.imgs-swiper .swiper-button-next.swiper-button-disabled, .imgs-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    filter: alpha(opacity=100)
}

/*!励朗品牌*/
.row-about1 {
    padding: 80px 0 95px;
    background-color: #f7f7f7;
    overflow: hidden
}

.about-1 {
    overflow: hidden
}

.about-1 .pic {
    margin-right: 3.73%;
    float: left;
    width: 53.47%;
    overflow: hidden
}

.about-1 .pic img {
    display: block;
    width: 100%
}

.about-1 .cont {
    padding: 19px 30px 0 0;
    overflow: hidden
}

.about-1 h4 {
    margin-bottom: 30px;
    padding-bottom: 27px;
    font-size: 26px;
    color: #313131;
    line-height: 1.7;
    position: relative
}

.about-1 h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 39px;
    height: 5px;
    background-color: #e60012
}

.about-1 .txt {
    padding-right: 20px;
    margin-bottom: 46px;
    padding-bottom: 37px;
    font-size: 14px;
    color: rgba(29, 29, 29, .8);
    line-height: 2;
    border-bottom: 1px solid rgba(140, 140, 140, .4)
}

.numS-ls1 {
    padding-right: 12px;
    font-size: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between
}

.numS-ls1 .tit {
    margin-bottom: 6px;
    font-size: 14px;
    color: #979696
}

.numS-ls1 .bd {
    font-size: 14px;
    color: #323232
}

.numS-ls1 .num {
    margin-right: 6px;
    font-size: 42px;
    color: #323232;
    font-weight: 700;
    line-height: 1.1;
    font-family: Arial
}

.row-about2 {
    padding: 80px 0 86px;
    overflow: hidden
}

.row-about2 .tit-1 {
    margin-bottom: 30px
}

.tabs-desc1 {
    overflow: hidden
}

.honor-swiper {
    padding: 0 90px;
    position: relative;
    overflow: hidden
}

.honor-swiper .slider {
    position: relative;
    overflow: hidden
}

.honor-swiper .pic {
    margin-bottom: 24px;
    overflow: hidden
}

.honor-swiper .pic img {
    display: block;
    margin: 0 auto
}

.honor-swiper h4 {
    font-size: 14px;
    color: #424242;
    font-weight: 400;
    text-align: center
}

.honor-swiper .swiper-button-next, .honor-swiper .swiper-button-prev {
    margin: 0;
    margin-top: -2%;
    position: absolute;
    left: auto;
    top: 50%;
    right: auto;
    bottom: auto;
    width: 52px;
    height: 86px;
    background-color: #cecece;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.honor-swiper .swiper-button-prev {
    left: 0;
    background-image: url(../images/z-jt9.png)
}

.honor-swiper .swiper-button-next {
    right: 0;
    background-image: url(../images/z-jt10.png)
}

.honor-swiper .swiper-button-next:hover, .honor-swiper .swiper-button-prev:hover {
    background-color: #e52226
}

.honor-swiper .swiper-button-next:after, .honor-swiper .swiper-rtl .swiper-button-prev:after, .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none
}

.honor-swiper .swiper-button-next.swiper-button-disabled, .honor-swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    filter: alpha(opacity=100)
}

.row-about3 {
    padding: 63px 0 102px;
    background-color: #f7f7f7;
    overflow: hidden
}

.row-about3 .tit-1 {
    margin-bottom: 50px
}

.partner-ls1 {
    margin: 0 -15px -20px;
    font-size: 0
}

.partner-ls1 li {
    padding: 0 15px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.partner-ls1 .pic {
    margin: 0 auto 12px;
    height: 152px;
    line-height: 152px;
    font-size: 0;
    text-align: center;
    background-color: #fff;
    overflow: hidden
}

.partner-ls1 .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%
}

.partner-ls1 h4 {
    font-size: 16px;
    color: #2b2b2b;
    font-weight: 400;
    text-align: center
}

.partner-ls1 li:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px)
}

/*!联系*/
.main-contact {
    min-height: 100vh;
    position: relative;
    overflow: hidden
}

.map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #eee
}

.map img {
    max-width: none;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s
}

.map-1 {
    margin: 180px 0 82px;
    margin-left: 10.83%;
    padding: 42px 48px 54px;
    width: 533px;
    background-color: #fff;
    position: relative;
    z-index: 10
}

.map-1 h3 {
    margin-bottom: 18px;
    padding-bottom: 17px;
    font-size: 26px;
    color: #e60012;
    font-weight: 400;
    border-bottom: 1px solid #c8c8c8
}

.map-1 .info {
    margin-bottom: 42px;
    font-size: 14px;
    color: #818181;
    line-height: 2.14
}

.msg-form input, .msg-form select, .msg-form textarea {
    outline: 0;
    border: none
}

.msg-form h4 {
    margin-bottom: 10px;
    font-size: 20px;
    color: #e60012;
    font-weight: 400
}

.msg-form .inp {
    margin-bottom: 14px;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 47px;
    border-bottom: 1px solid #c8c8c8;
    font-size: 14px;
    color: #000
}

.msg-form .tar {
    margin: 22px 0 26px;
    display: block;
    width: 100%;
    height: 66px;
    border-bottom: 1px solid #c8c8c8;
    resize: none;
    font-size: 14px;
    color: #000
}

.msg-form h5 {
    margin-bottom: 1px;
    font-size: 14px;
    color: #3f3f3f;
    font-weight: 400
}

.msg-form .addr {
    font-size: 0
}

.msg-form .addr select {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    height: 48px;
    line-height: 47px;
    border-bottom: 1px solid #c8c8c8;
    background: url(../images/z-jt11.png) right center no-repeat;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
    font-size: 14px;
    color: #000;
    cursor: pointer
}

.msg-form .addr select + select {
    margin-left: 5%
}

.msg-form .submit {
    margin-top: 27px;
    display: block;
    width: 158px;
    height: 43px;
    line-height: 43px;
    background-color: #e60012;
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s
}

.msg-form .submit:hover {
    opacity: .6;
    filter: alpha(opacity=60)
}

@media only screen and (max-width: 1900px) {
    .index-list1 li.first .img {
        height: 767px
    }

    .index-list1 li.first .img img {
        height: 100%
    }

    .index-part2 .top .left {
        margin-right: 100px
    }

    .ban {
        height: 600px
    }

    .partner-ls1 .pic {
        height: 134px;
        line-height: 134px
    }
}

@media only screen and (max-width: 1439px) {
    .header-nav ul > li > a {
        margin: 0 15px
    }

    .swi-index1 ul {
        right: 20px;
        bottom: 20px
    }

    .fd-logo {
        margin-right: 40px
    }

    .index-part2 .top .left {
        width: 500px
    }

    .ban {
        height: 520px
    }

    .partner-ls1 .pic {
        height: 112px;
        line-height: 112px
    }
}

@media only screen and (max-width: 1199px) {
    body {
        padding-top: 60px
    }
    /*.ul-nav li .child {*/
    /*    display: none*/
    /*}*/
    .header .logo {
        height: 35px;
        margin-top: 0
    }

    .header.open {
        background-color: #333
    }
    .open .wp .header-nav ul > li > a {
        color: black !important;
    }

    .header {
        padding: 15px 0
    }

    .header-nav {
        display: none
    }

    .menuBtn {
        display: block
    }

    .header-nav {
        position: absolute;
        left: 0;
        top: 100%;
        height: calc(100vh - 54px);
        z-index: 99;
        background-color: #fff;
        padding: 6px 0;
        width: 100%
    }

    .header-nav ul {
        display: block
    }

    .header-nav ul li {
        float: none;
        text-align: center
    }

    .header-nav ul > li > a {
        font-size: 16px;
        margin: 10px 0;
        line-height: 40px;
        color: #333 !important
    }

    .header-nav ul > li.on a:after {
        height: 1px
    }

    .hd-so {
        width: 200px;
        margin: 0 auto
    }

    .index-list1 li .img {
        height: 200px
    }

    .index-list1 li.first .img {
        height: 687px
    }

    .index-part2 .top .left {
        float: none;
        margin-right: 0
    }

    .index-part2 .top .right {
        margin-top: 30px
    }

    .ad-video .play {
        width: 100px;
        height: 100px;
        margin-top: -50px;
        margin-left: -50px;
        border-radius: 100px
    }

    .swiper-index4 .next {
        right: 30px
    }

    .swiper-index4 .prev {
        left: 30px
    }

    .fd-center {
        display: none
    }

    .copyright {
        margin-top: 30px
    }

    .footer .wp {
        justify-content: flex-start;
        display: block
    }

    .fd-logo img {
        margin: 0 auto 20px
    }

    .fd-ewm {
        margin-left: 0;
        text-align: center;
        flex-grow: 1;
        width: 100%;
        display: block
    }

    .fd-ewm .ewm {
        display: inline-block;
        padding: 0 15px
    }

    .header .logo {
        height: 30px
    }

    .ban {
        height: 300px
    }

    .pages {
        padding-top: 40px
    }

    .pages ul {
        margin: 0 2px -4px
    }

    .pages ul li {
        padding: 0 2px;
        margin-bottom: 4px;

    }
    .pages ul li.yema {
        display: none;
    }

    .pages ul a {
        padding: 0 4px;
        font-size: 14px;
        height: 30px;
        line-height: 24px;
        min-width: 30px
    }

    .pages .pages-next a, .pages .pages-prev a {
        padding: 0;
        -webkit-background-size: 10px auto;
        background-size: 10px auto
    }
    .pages select {
        padding: 0 4px;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
        min-width: 40px;
    }

    .pages select option {
        width: 100%;
        height: 20px;
        font-size: 14px;
    }

    .cur {
        padding: 20px 0
    }

    .tit-1 {
        margin-bottom: 34px
    }

    .tit-1 h3 {
        font-size: 28px
    }

    .tit-2 {
        margin-bottom: 20px
    }

    .tit-2 h3 {
        font-size: 22px
    }

    .row-case1 {
        padding: 60px 0
    }

    .case-ls1 {
        margin: 0 -15px -40px
    }

    .case-ls1 li {
        padding: 0 15px;
        margin-bottom: 40px
    }

    .case-ls1 .pic {
        margin-bottom: 15px
    }

    .case-ls1 h4 {
        font-size: 16px
    }

    .row-bk1 {
        padding: 60px 0
    }

    .row-bkDt1 {
        padding: 20px 0 60px
    }

    .bkDt1-cont {
        padding: 60px 40px
    }

    .bkDt1-cont .hd {
        padding-bottom: 30px
    }

    .bkDt1-cont .bd {
        padding: 30px 10px
    }

    .bkDt1-share {
        padding: 0
    }

    .dt-page {
        padding: 0 30px
    }

    .sub-ls1 a {
        padding: 0 20px
    }

    .row-product1 {
        padding: 60px 0
    }

    .row-productDt1 {
        padding: 60px 0
    }

    .productDt1-hd .cont {
        padding: 40px
    }

    .productDt1-hd h3 {
        margin-bottom: 12px;
        font-size: 28px
    }

    .productDt1-hd .desc {
        margin-bottom: 16px;
        font-size: 14px
    }

    .productDt1-hd .btn {
        margin-bottom: 20px
    }

    .productDt1-hd h4 {
        margin-bottom: 16px
    }

    .productDt1-hd .txtLs span {
        padding: 8px 10px
    }

    .row-productDt2 {
        padding: 60px 0
    }

    .row-productDt3 {
        padding: 60px 0
    }

    .case-swiper {
        padding-bottom: 50px
    }

    .row-about1 {
        padding: 60px 0
    }

    .about-1 .pic {
        float: none;
        width: auto;
        margin: 0;
        margin-bottom: 30px
    }

    .about-1 .cont {
        padding: 0
    }

    .about-1 h4 {
        padding-bottom: 20px;
        margin-bottom: 20px;
        font-size: 22px
    }

    .about-1 .txt {
        padding: 0;
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .row-about2 {
        padding: 60px 0
    }

    .honor-swiper .pic {
        margin-bottom: 15px
    }

    .row-about3 {
        padding: 60px 0
    }

    .row-about3 .tit-1 {
        margin-bottom: 30px
    }

    .partner-ls1 {
        margin: 0 -10px -20px
    }

    .partner-ls1 li {
        padding: 0 10px;
        margin-bottom: 20px
    }

    .partner-ls1 .pic {
        height: 68px;
        line-height: 68px
    }

    .partner-ls1 h4 {
        font-size: 14px
    }

    .main-contact {
        min-height: 0
    }

    .map {
        position: static;
        height: 400px
    }

    .map-1 {
        margin: 0;
        padding: 60px 40px;
        width: auto
    }

    .map-1 h3 {
        padding-bottom: 15px;
        margin-bottom: 15px;
        font-size: 22px
    }

    .map-1 .info {
        margin-bottom: 30px
    }

    .msg-form h4 {
        font-size: 18px
    }

    .msg-form .inp {
        margin-bottom: 10px
    }

    .msg-form .tar {
        margin: 15px 0
    }
}

@media only screen and (max-width: 767px) {
    .index-list1 .mobile{
        display: block;
    }
    .index-list1 .pc{
        display: none;
    }
    .pc {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
    .online .main form figure {
        display: none;
    }

    .online .main form ul {
        width: 100%;
    }

    .online .main {
        padding: 15px;
    }

    .online .main .tit h3 {
        font-size: 20px;
    }
    .swi-index1 ul {
        display: none
    }

    .index-part1 {
        padding: 40px 0
    }

    .index-tit1 {
        margin-bottom: 20px
    }

    .index-tit1 h3 {
        font-size: 24px;
        line-height: 34px
    }

    .g-more1 {
        line-height: 34px;
        width: 120px;
        font-size: 14px
    }

    .index-list1 li.first {
        float: none;
        width: auto;
        border: none
    }

    .index-list1 li {
        float: none;
        width: auto
    }

    .index-list1 li.first .img {
        height: auto
    }

    .index-list1 li.first .txt {
        top: 30px
    }

    .index-list1 li.first .txt .tit {
        font-size: 22px;
        line-height: 28px
    }

    .index-list1 li {
        border-right: none
    }

    .index-part2 {
        padding-top: 40px
    }

    .index-part2 .top .left h3 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 15px
    }

    .index-part2 .top .left {
        width: auto;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%
    }

    .index-part2 .top .left p {
        font-size: 14px
    }

    .index-part2 .top .right ul li {
        width: 50%
    }

    .index-part2 .top .right ul li p em {
        font-size: 30px
    }

    .index-part2 .top {
        padding-bottom: 20px
    }

    .ad-video .play {
        width: 50px;
        height: 50px;
        margin-left: -25px;
        margin-top: -25px;
        -webkit-background-size: 50px;
        -moz-background-size: 50px;
        -o-background-size: 50px;
        background-size: 50px
    }

    .index-part3 {
        padding: 30px 0
    }

    .index-part3 .tit {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 20px
    }

    .index-tab1 ul li a {
        padding: 0 16px;
        font-size: 14px;
        line-height: 32px
    }

    .index-tab1 {
        margin-bottom: 20px
    }

    .index-part3 .swiper-index {
        padding-bottom: 30px
    }

    .index-part3 .swiper-index .dots {
        height: 3px
    }

    .index-part3 .swiper-index .dots .swiper-pagination-bullet {
        height: 100%
    }

    .index-part4 {
        padding: 30px 0
    }

    .swiper-index4 .next, .swiper-index4 .prev {
        width: 30px;
        height: 60px;
        margin-top: -50px;
        -webkit-background-size: 10px;
        -moz-background-size: 10px;
        -o-background-size: 10px;
        background-size: 10px
    }

    .swiper-index4 .prev {
        left: 0
    }

    .swiper-index4 .next {
        right: 0
    }

    .swiper-index4 p {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px
    }

    .index-part5 {
        padding: 40px 0
    }

    .index-news li {
        float: none;
        width: auto;
        margin-bottom: 20px
    }

    .index-news li .item .txt {
        padding-top: 10px
    }

    .index-news li .item .txt p {
        margin-bottom: 10px
    }

    .index-news li .item .txt .bot span {
        line-height: 44px
    }

    .index-news li .item {
        margin: 0
    }

    .index-news {
        margin: 0
    }

    .footer {
        padding-top: 40px
    }

    .fd-logo img {
        width: 180px
    }

    .copyright {
        display: block;
        line-height: 24px
    }

    .copyright .l {
        float: none
    }

    .copyright a {
        display: block
    }

    .copyright span {
        margin-right: 0
    }

    .copyright em {
        display: inline-block
    }

    .ban {
        height: 375px
    }

    .pages {
        padding-top: 20px
    }

    .cur {
        padding: 10px 0
    }

    .cur a, .cur em, .cur span {
        font-size: 14px
    }

    .tit-1 {
        margin-bottom: 20px !important
    }

    .tit-1 h3 {
        font-size: 24px
    }

    .tit-2 h3 {
        font-size: 20px
    }

    .row-case1 {
        padding: 40px 0
    }

    .case-ls1 {
        margin-bottom: -30px
    }

    .case-ls1 li {
        width: 100%;
        margin-bottom: 30px
    }

    .row-bk1 {
        padding: 40px 0
    }

    .row-bkDt1 {
        padding: 20px 0 40px
    }

    .bkDt1-cont {
        padding: 20px
    }

    .bkDt1-cont .hd {
        padding-bottom: 20px
    }

    .bkDt1-cont .hd h1 {
        margin-bottom: 6px;
        font-size: 20px
    }

    .bkDt1-cont .bd {
        padding: 20px 10px
    }

    .dt-page {
        padding: 15px 20px
    }

    .dt-page .dt-menu, .dt-page .next, .dt-page .prev {
        display: block;
        width: 100%;
        line-height: 30px
    }

    .dt-page .next {
        padding: 0;
        padding-left: 25px;
        text-align: left;
        background-image: url(../images/z-jt5.png);
        background-position: left center
    }

    .dt-page .dt-menu {
        width: 90px;
        margin: 0 auto;
        position: static;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }

    .row-subNav {
        padding: 15px 0
    }

    .sub-ls1 a {
        padding: 0 10px
    }

    .row-product1 {
        padding: 40px 0
    }

    .row-productDt1 {
        padding: 40px 0
    }

    .productDt1-hd {
        margin-bottom: 30px
    }

    .productDt1-hd .pic {
        float: none;
        width: auto
    }

    .productDt1-hd .cont {
        padding: 20px
    }

    .productDt1-hd h3 {
        font-size: 24px
    }

    .productDt1-hd .txtLs {
        margin: 0 -4px -6px
    }

    .productDt1-hd .txtLs .txtLs-item {
        padding: 0 4px;
        margin-bottom: 6px
    }

    .productDt1-hd .txtLs span {
        padding: 4px 10px
    }

    .productDt1-desc1 {
        font-size: 14px
    }

    .productDt1-item .table-1 {
        margin-bottom: 20px
    }

    .table-1 th {
        padding: 10px 4px;
        font-size: 14px
    }

    .table-1 td {
        padding: 6px 4px;
        font-size: 12px
    }

    .row-productDt2 {
        padding: 40px 0
    }

    .row-productDt2 .tit-1 {
        margin-bottom: 20px
    }

    .productDt1-desc2 {
        font-size: 14px
    }

    .row-productDt3 {
        padding: 40px 0
    }

    .row-productDt3 .tit-1 {
        margin-bottom: 20px
    }

    .case-swiper {
        padding-bottom: 30px
    }

    .row-about1 {
        padding: 40px 0
    }

    .about-1 h4 {
        font-size: 18px
    }

    .about-1 .txt {
        margin-bottom: 20px;
        padding-bottom: 20px
    }

    .numS-ls1 .tit {
        font-size: 12px
    }

    .numS-ls1 .bd {
        font-size: 12px
    }

    .numS-ls1 .num {
        margin-right: 2px;
        font-size: 24px
    }

    .row-about2 {
        padding: 40px 0
    }

    .honor-swiper {
        padding: 0 50px
    }

    .honor-swiper .swiper-button-next, .honor-swiper .swiper-button-prev {
        margin-top: -5%;
        width: 30px;
        height: 50px;
        -webkit-background-size: 12px auto;
        background-size: 12px auto
    }

    .row-about3 {
        padding: 40px 0
    }

    .partner-ls1 {
        margin: 0 -5px -15px
    }

    .partner-ls1 li {
        padding: 0 5px;
        margin-bottom: 15px;
        width: 33.33%
    }

    .partner-ls1 .pic {
        margin-bottom: 8px;
        height: 56px;
        line-height: 56px
    }

    .map {
        height: 300px
    }

    .map-1 {
        padding: 40px 20px
    }

    .map-1 h3 {
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 18px
    }

    .map-1 .info {
        margin-bottom: 20px
    }

    .msg-form .submit {
        margin-top: 20px
    }

    .imgs-ls1 {
        margin: 0 -5px -10px;
        padding-bottom: 20px
    }

    .imgs-ls1 li {
        padding: 0 5px;
        margin-bottom: 10px
    }

    .imgs-swiper .swiper-button-next, .imgs-swiper .swiper-button-prev {
        width: 30px;
        height: 50px;
        -webkit-background-size: 12px auto;
        background-size: 12px auto
    }
}