*,
: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
}

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
}

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 {
    color: #3d4c63;
    background: #fff;
    font: 14px/1.5 "Microsoft Yahei", sans-serif;
    outline: 0
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: inherit;
    text-decoration: none
}

img {
    max-width: 100%;
    border: none
}

em,
i {
    font-style: normal
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input,
select,
textarea {
    font-size: 12px;
    color: #444;
    font-family: "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
}

::-webkit-input-placeholder {
    color: #757575
}

::-moz-placeholder {
    color: #757575
}

::-ms-input-placeholder {
    color: #757575
}

::-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 {
    -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
}

.mb_nav {
    display: none;
}

.pc_nav {
    display: block;
}

@media screen and (max-width: 1199px) {
    .mb_nav {
        display: block;
    }
    .pc_nav {
        display: none;
    }
}

body {
    /* padding-left: 100px; */
    background-color: #eee
}

.wp {
    max-width: 1690px;
    margin: 0 auto
}

.wp P {
    font-size: 15px;
    text-indent: 2em;
}

.wp2 {
    max-width: 1620px;
    margin: 0 auto
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    background-color: #fff;
    box-shadow: 0 0 35px rgba(0, 0, 0, .15);
    z-index: 100
}

.logo {
    position: absolute;
    left: 0;
    top: 15px;
    right: 0;
    width: 69px;
    margin: 0 auto
}

.logo img {
    display: block;
    width: 100%
}

.logo .img1 {
    margin-bottom: 12px
}

.hd-share {
    position: absolute;
    left: 0;
    bottom: 16px;
    right: 0
}

.hd-share span {
    display: block;
    font-size: 16px;
    color: #999;
    writing-mode: vertical-rl;
    padding: 24px 0;
    margin: 0 auto 59px;
    position: relative
}

.hd-share span:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    width: 1px;
    height: 42px;
    background-color: #999;
    margin-left: -2px
}

.hd-share .bshare-custom {
    float: none;
    overflow: hidden
}

.hd-share .bshare-custom a {
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    float: none !important;
}

.hd-share .bshare-custom .bshare-weixin {
    background-image: url(../images/i5-d.png)
}

.hd-share .bshare-custom .bshare-qqim {
    background-image: url(../images/i6-d.png)
}

.hd-share .bshare-custom .bshare-sinaminiblog {
    background-image: url(../images/i7-d.png)
}

.hd-share .bshare-custom a:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    filter: alpha(Opacity=80);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'
}

.menuBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    background: url(../images/i-menu.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer
}

.mb_nav .nav {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    padding: 40px 0;
    width: 300px;
    box-shadow: -20px 0 30px rgba(0, 0, 0, .05);
    background-color: #fff;
    overflow-y: auto;
    display: none
}

.nav ul>li {
    overflow: hidden
}

.nav ul>li>a {
    display: block;
    padding: 0 60px;
    font-size: 16px;
    color: #000;
    line-height: 70px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.nav ul>li.on>a {
    background-color: #f1f1f1;
}

.nav ul>li.on>a:hover,
.nav ul>li>a:hover {
    background-color: #009b4c;
    color: #fff
}


/* header */

.headerwrap {
    width: 100%;
    box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    transition: all .3s;
}

.headerwrap .pc_header {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin: auto;
}

.headerwrap .pc_header .logo {
    display: block;
    background-color: #fff;
    height: 80px;
    padding: 20px 2%;
    box-sizing: border-box;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    width: auto;
    margin: 0;
}

.headerwrap .pc_header .logo img {
    display: block;
    width: auto;
    height: 40px;
}

.headerwrap .pc_header .nav {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.headerwrap .pc_header .nav li {
    position: relative;
}

.headerwrap .pc_header .nav li>a {
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #FFFFFF;
    position: relative;
    box-sizing: border-box;
    padding: 0 25px;
}

.headerwrap .pc_header .nav li>a::after {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background-color: #009b4c;
    transition: all .3s;
    position: absolute;
    left: 0;
    bottom: 0;
}

.headerwrap .pc_header .right {
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.headerwrap .pc_header .pclanguage {
    padding-left: 60px;
    width: auto;
    padding: 0 50px;
    background-color: transparent;
    height: 70px;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.headerwrap .pc_header .pclanguage a {
    font-size: 16px;
    color: #009b4c;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

.headerwrap .pc_header .pclanguage a:last-child {
    /* padding-left: 10px; */
    margin-left: 10px;
    /* border-left: 1px solid #333; */
}

.headerwrap .pc_header .pclanguage a img {
    display: inline-block;
    vertical-align: middle;
}

.pc_header .nav li .nav02 {
    position: absolute;
    box-sizing: border-box;
    padding: 0;
    z-index: 5;
    width: 610px;
    left: 0;
    margin-left: 0px;
    text-align: center;
    top: 51.5px;
    display: none;
    justify-content: center;
    flex-flow: row;
    white-space: nowrap;
    transition: all .3s;
    top: 80px;
}

.pc_header .nav li .nav02 .li>a {
    display: inline-block;
    width: auto;
    font-size: 15px;
    color: #f5f5f5;
    line-height: 40px;
    margin: 0;
    float: none;
    margin-right: 0;
    position: relative;
    text-align: left;
    padding-left: 30px;
    padding-right: 10px;
}

.pc_header .nav li .nav02 .li>a:last-child {
    margin-right: 0;
}

.pc_header .nav li .nav02 .li>a:hover {
    color: #009b4c;
    background-color: #fff;
}

.pc_header .nav li .nav02 .li>a:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 14px;
    background-color: #009b4c;
    position: absolute;
    top: 14px;
    left: 5px;
    opacity: 0;
}

.pc_header .nav li .nav02 .li>a:hover:before {
    opacity: 1
}

.pc_header .nav li .nav02 .li>a i {
    opacity: 0;
    transition: all .6s;
}

.pc_header .nav li .nav02 .li>a:hover i {
    opacity: 1;
}

.pc_header .nav li .nav02 {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0;
    width: 180px;
    box-shadow: 0px 2px 2px rgba(34, 34, 34, 0.3)
}


/* 三级 */

.pc_header .nav li .nav02 .li dl {
    background: rgba(255, 255, 255, 0.9);
    width: auto;
    position: absolute;
    top: 0;
    left: 100%;
    overflow: hidden;
    transition: all 0.3s;
    display: none;
}

.pc_header .nav li .nav02 .li dl dd {
    display: block;
}

.pc_header .nav li .nav02 .li dl dd a {
    color: #333;
    border-bottom-color: #eee;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
    padding: 12px 10px;
    box-sizing: border-box;
    text-transform: uppercase;
}

.pc_header .nav li .nav02 .li dl dd a:hover {
    background: #67cffc;
    color: #fff;
}

.pc_header .nav li .nav02 .li:hover dl {
    display: block;
}

.pc_header .nav li.pro_nav .nav02 {
    width: 260px;
}

.pc_header .nav li .nav02 .li>a {
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pc_header .nav li:hover .nav02 {
    display: block;
}

.headerwrap:hover,
.div2_1 .headerwrap,
.div3 .headerwrap {
    background-color: #fff;
}

.headerwrap:hover .header .logo .logo01,
.div2_1 .headerwrap .pc_header .logo .logo01,
.div3 .headerwrap .pc_header .logo .logo01 {
    display: none;
}

.headerwrap:hover .header .logo .logo02,
.div2_1 .headerwrap .pc_header .logo .logo02,
.div3 .headerwrap .pc_header .logo .logo02 {
    display: block;
}

.headerwrap:hover .pc_header .nav li>a,
.div2_1 .headerwrap .pc_header .nav li a,
.div3 .headerwrap .pc_header .nav li>a {
    color: #333;
    font-weight: bold;
}

.headerwrap:hover .header .right i,
.div2_1 .headerwrap .pc_header .right i,
.headerwrap:hover .header .right,
.div2_1 .headerwrap .pc_header .right,
.div3 .headerwrap .pc_header .right i,
.div3 .headerwrap .pc_header .right {
    color: #333333;
}


/* .headerwrap:hover .header .right a,.div2_1 .headerwrap .pc_header .right a,.div3 .headerwrap .pc_header .right a{color: #333333;} */

.headerwrap:hover .header .right span,
.div2_1 .headerwrap .pc_header .right span,
.div3 .headerwrap .pc_header .right span {
    background-color: #FFFFFF;
}

.headerwrap .pc_header .nav li:hover a::after {
    width: 100%;
}

.headerwrap:hover .pc_header .nav li:hover>a {
    color: #009b4c;
}


/* head s */

.hd-tel {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 20px;
    color: #eff4ff;
    line-height: 1.4;
    padding-left: 30px;
    background: url(../images/i8-d.png) left center no-repeat;
    z-index: 100
}

.hd-tel:hover {
    color: #fff
}

.footer {
    width: 100%;
    background: #151921;
    overflow: hidden
}

.ft-top {
    overflow: hidden;
    padding: 60px 0 58px
}

.ul-ftnav {
    float: left;
    overflow: hidden
}

.ul-ftnav li {
    float: left;
    list-style: none;
    margin-right: 29.5px;
    border-radius: 3px;
    overflow: hidden
}

.ul-ftnav li a {
    display: block;
    width: 80px;
    line-height: 30px;
    text-align: center;
    color: rgba(197, 211, 249, .8);
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ul-ftnav li a:hover {
    background: #009b4c
}

.bshare-custom {
    float: right;
    margin-top: 4px
}

.ft-top .bshare-custom a {
    width: 23px;
    height: 20px;
    padding: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-left: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.ft-top .bshare-custom a.bshare-qqim {
    background-image: url(../images/j-p1.png)
}

.ft-top .bshare-custom a.bshare-weixin {
    background-image: url(../images/j-p2.png)
}

.ft-top .bshare-custom a.bshare-sinaminiblog {
    background-image: url(../images/j-p3.png)
}

.ft-bd {
    overflow: hidden;
    padding: 40.5px 0;
    line-height: 24px;
    border-top: 1px solid #343a47;
    font-size: 14px;
    color: rgba(197, 211, 249, .5)
}

.ft-bd a {
    color: rgba(197, 211, 249, .5);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.ft-bd a:hover {
    color: #fff
}

.bsBox {
    width: auto !important;
    height: auto !important
}

.slide-btn {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 100
}

.slide-btn .item {
    display: block;
    position: relative;
    background-color: #7f7f7f;
    padding: 4px;
    border-bottom: 1px solid rgba(204, 204, 204, .13)
}

.slide-btn .pic {
    width: 50px;
    height: 50px;
    background-color: #7f7f7f;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.slide-btn .pic img {
    display: block;
    width: 100%;
    height: 100%
}

.slide-btn .mark {
    position: absolute;
    right: 100%;
    top: 0;
    background-color: #7f7f7f;
    white-space: nowrap;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.slide-btn .mark p {
    padding: 16px 20px;
    font-size: 16px;
    color: #fff;
    line-height: 27px
}

.slide-btn .mark .qr {
    padding: 10px;
    width: 100px;
    height: 100px;
    overflow: hidden
}

.slide-btn .mark .qr img {
    display: block;
    width: 100%;
    height: 100%
}

.slide-btn .item:hover .pic {
    background-color: #009b4c
}

.slide-btn .item:hover .mark {
    visibility: visible;
    opacity: 1
}

.box-cur1 {
    overflow: hidden
}

.cur {
    /* font-size: 0; */
    overflow: hidden
}

.cur .home,
.cur a,
.cur em,
.cur span {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    padding: 20px 0;
    font-size: 14px;
    color: #333
}

.cur a {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.cur em {
    padding: 0 5px
}

.cur .home {
    font-family: Bold
}

.cur a:hover,
.cur span {
    color: #009b4c
}

.pages {
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.pages ul {
    display: inline-block;
    vertical-align: middle
}

.pages a {
    float: left;
    margin: 0 7px
}

.pages .page-num-current {
    background-color: #009b4c !important;
    color: #fff !important;
}

.pages a {
    display: block;
    font-size: 16px;
    color: #666;
    font-family: Arial;
    line-height: 40px;
    padding: 0 10px;
    min-width: 40px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.pages .pages-first a,
.pages .pages-last a,
.pages .pages-next a,
.pages .pages-prev a {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0
}

.pages .pages-first a {
    background-image: url(../images/i24-d.png)
}

.pages .pages-first a:hover {
    background-image: url(../images/i24-d-on.png)
}

.pages .pages-prev a {
    background-image: url(../images/i25-d.png)
}

.pages .pages-prev a:hover {
    background-image: url(../images/i25-d-on.png)
}

.pages .pages-next a {
    background-image: url(../images/i22-d.png)
}

.pages .pages-next a:hover {
    background-image: url(../images/i22-d-on.png)
}

.pages .pages-last a {
    background-image: url(../images/i23-d.png)
}

.pages .pages-last a:hover {
    background-image: url(../images/i23-d-on.png)
}

.pages .none {
    display: none
}

.pages .on a,
.pages a:hover {
    background-color: #009b4c;
    color: #fff
}

.pages .active a,
.pages a:hover {
    background-color: #009b4c;
    color: #fff
}

.tit-d1 {
    margin-bottom: 20px;
    padding-bottom: 22px;
    font-size: 16px;
    color: #666;
    line-height: 1.4;
    position: relative
}

.tit-d1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 14px;
    background: url(../images/bg2-d.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.tit-d1 h3 {
    margin-bottom: 6px;
    font-size: 30px;
    color: #050b17;
    font-weight: 700;
    line-height: 1.4;
    font-family: "Microsoft Yahei"
}

.tit-d1.t-f {
    color: #fff
}

.tit-d1.t-f h3 {
    color: #fff
}

.tit-d2 {
    margin-bottom: 44px;
    font-size: 30px;
    color: #333;
    line-height: 1.4;
    text-align: center;
    font-family: Bold;
    padding-bottom: 36px;
    position: relative
}

.tit-d2:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 54px;
    height: 14px;
    margin-left: -27px;
    background: url(../images/bg2-d.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.more-btn {
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
    background-color: #009b4c;
    font-size: 20px;
    color: #fff;
    margin: 54px auto 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.more-btn:hover {
    color: #fff;
    opacity: .8;
    filter: alpha(opacity=80);
    filter: alpha(Opacity=80);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'
}

.mroe-btn2 {
    display: block;
    width: 192px;
    height: 60px;
    line-height: 60px;
    font-size: 0;
    text-align: center;
    border-radius: 40px;
    background-color: #009b4c;
    margin: 0 auto;
    position: relative;
    overflow: hidden
}

.mroe-btn2 .inner {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    padding-left: 46px;
    background: url(../images/i14-d.png) left center no-repeat;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.mroe-btn2 span {
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: Arial;
    text-transform: uppercase;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.mroe-btn2:hover .inner {
    -webkit-transform: translateX(34%);
    -ms-transform: translateX(34%);
    -o-transform: translateX(34%);
    transform: translateX(34%)
}

.mroe-btn2:hover span {
    opacity: 0
}

.banner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1
}

.banner .zz {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    left: 0;
    top: 0;
    background: url("../images/tile-pattern.png");
}

.ind_banner img {
    vertical-align: middle;
}

.main-ind {
    position: relative;
    /* top: 969px; */
    z-index: 2
}

.banner .video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.banner .video video {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1920px
}

.banner-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;
    z-index: 1
}

.banner-txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.banner-txt .inner {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    font-family: "Microsoft Yahei";
    padding: 0 20px;
    z-index: 3
}

.banner-txt h2 {
    margin-bottom: 8px;
    font-size: 45px;
    color: #fff;
    line-height: 1.4;
    font-weight: 400;
    font-family: "Microsoft Yahei";
    font-weight: bold
}

.ban {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.ban .wp {
    height: 100%;
    position: relative
}

.banTxt-d1 {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    font-family: "Microsoft Yahei";
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.banTxt-d1 h2 {
    display: inline-block;
    margin-bottom: 29px;
    padding: 74px 0 18px;
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    line-height: 1.4;
    position: relative
}

.banTxt-d1 h2 span {
    position: absolute;
    left: 50%;
    top: 0;
    font-size: 142px;
    color: rgba(255, 255, 255, .2);
    font-family: Arial, " sans-serif";
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
}

.banTxt-d1 h2:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54px;
    height: 14px;
    background: url(../images/bg1-d.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.banTxt-d1 .txt {
    font-size: 16px;
    color: #fff;
    line-height: 1.88
}

.main {
    overflow: hidden
}

.row-cont1 {
    padding: 100px 0;
    background-color: #fff;
    overflow: hidden
}

.row-cont1 .tit-d1 {
    margin-bottom: 47px
}

.row-cont1 p.ms {
    padding-top: 30px;
}

.cont-l1 {
    padding: 37px 0 39px;
    padding-right: 90px;
    border: 1px solid #e8e8e8;
    border-left: none;
    border-right: none;
    overflow: hidden
}

.cont1-item {
    float: left;
    width: 25%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.cont-l1 .pic {
    float: left;
    margin-right: 14px;
    width: 70px;
    height: 70px;
    overflow: hidden
}

.cont-l1 .pic img {
    display: block;
    width: 100%;
    height: 100%
}

.cont-l1 .txt {
    padding-top: 4px;
    font-size: 16px;
    color: #666;
    line-height: 32px;
    word-wrap: break-word;
    overflow: hidden
}

.cont1-item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.row-cont2 {
    padding: 109px 0 100px;
    overflow: hidden
}

.form-1 .top {
    margin-bottom: 31px;
    overflow: hidden
}

.form-1 .left {
    float: left;
    width: 51%;
    margin-right: 30px
}

.form-1 .right {
    overflow: hidden
}

.form-1 input,
.form-1 textarea {
    outline: 0;
    border: none
}

.form-1 .inp,
.form-1 .tar {
    margin-bottom: 30px
}

.form-1 .tar {
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 5px;
    padding: 23px 25px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    border: 1px solid #e8e8e8;
    resize: none
}

.form-1 .inp {
    display: block;
    width: 100%;
    line-height: 30px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 25px;
    font-size: 16px;
    color: #666
}

.form-1 .sub {
    display: block;
    width: 168px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    border-radius: 40px;
    background-color: #009b4c;
    text-align: center;
    font-size: 16px;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.form-1 .sub:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    filter: alpha(Opacity=80);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'
}

.downLoad-1 {
    padding: 0 0 70px;
    overflow: hidden
}

.dL1-item {
    padding: 38px 42px 33px 49px;
    margin-bottom: 30px;
    background-color: #fff;
    overflow: hidden
}

.dL1-item h3 {
    margin-bottom: 13px;
    font-size: 24px;
    color: #333;
    font-family: Bold;
    line-height: 1.4
}

.lk-l1 {
    overflow: hidden
}

.lk1-item {
    overflow: hidden
}

.lk1-item a {
    display: block;
    padding-left: 22px;
    font-size: 14px;
    color: #333;
    line-height: 48px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    background: url(../images/i4-d.png) left center no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.lk1-item a:hover {
    color: #009b4c
}

.lk-l2 {
    padding: 14px 0 18px;
    margin: 0 -60px;
    overflow: hidden
}

.lk2-item {
    float: left;
    width: 16.66%;
    padding: 0 60px;
    margin-bottom: 20px
}

.lk2-item h4 a {
    display: block;
    margin-bottom: 10px;
    padding-left: 22px;
    font-size: 18px;
    color: #333;
    font-family: Bold;
    line-height: 1.4;
    background: url(../images/i4-d.png) left center no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.lk2-item .link {
    padding-left: 22px;
    overflow: hidden
}

.lk2-item .link a {
    float: left;
    width: 25%;
    padding: 6px 0;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.lk2-item h4 a:hover {
    color: #009b4c
}

.lk2-item .link a:hover {
    color: #009b4c
}

.row-ind1 {
    padding: 0px 0 38px;
    background-color: #f1f1f1;
    overflow: hidden
}

.about-d1 {
    padding-top: 76px;
    position: relative
}

.about-d1 .bg-en {
    position: absolute;
    right: 15%;
    top: 0;
    font-size: 232px;
    color: rgba(17, 17, 17, .05);
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arial;
    z-index: 2
}

.about-d1 .top {
    margin-bottom: 35px;
    position: relative;
    z-index: 1
}

.about-d1 .top:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    visibility: hidden
}

.about-d1 .box-pic {
    float: right;
    width: 43.2%;
    margin: 12px 0 0 94px;
    position: relative;
    margin-bottom: 20px;
}

.about-d1 .pic {
    position: relative;
    z-index: 2
}

.about-d1 .pic img {
    display: block;
    width: 100%
}

.about-d1 .box-pic:before {
    content: '';
    position: absolute;
    left: -38px;
    bottom: -34px;
    width: 148px;
    height: 148px;
    background-color: #009b4c;
    z-index: 1
}

.about-d1 .box-txt {
    overflow: hidden
}

.about-d1 .box-txt .txt {
    font-size: 15px;
    color: #666;
    line-height: 2;
    text-indent: 2em;
    font-family: "Microsoft Yahei"
}

.row-ind2 {
    padding: 50px 0;
    background-color: #fff;
    overflow: hidden
}

.show-hd {
    margin-bottom: 20px
}

.show-hd:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    visibility: hidden
}

.show-hd .tit-d1 {
    float: left;
    margin-bottom: 0
}

.tabs-l1 {
    float: left;
    margin-top: 59px;
    overflow: hidden
}

.tabs1-item {
    float: left;
    margin-left: 28px
}

.tabs1-item a {
    display: block;
    padding-right: 20px;
    background: url(../images/i15-d.png) right center no-repeat;
    font-size: 18px;
    color: #666
}

.tabs1-item.on a {
    color: #009b4c;
    background-image: url(../images/i15-d-on.png)
}

.box-cons {
    margin: 0 -40px;
    overflow: hidden
}

.tabs-con1 {
    padding: 0 40px;
    height: 0;
    visibility: hidden;
    overflow: hidden
}

.tabs-con1.show {
    height: auto;
    visibility: visible
}

.product-l1 {
    padding-top: 40px;
    margin: 0 -20px;
    font-size: 0
}

.product1-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 20px;
    margin-bottom: 50px;
    /* border: 1px solid #dcdcdc; */
    box-sizing: border-box;
}


/* .product1-item:nth-child(4n){
	
}
 */

.product1-item a {
    display: block;
    border: 1px solid #dcdcdc;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.product1-item a:hover {
    border-color: #009b4c;
}

.product1-item .con {
    display: block;
    margin: 0 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.product1-item .pic {
    padding-top: 100%;
    position: relative;
    overflow: hidden
}

.product1-item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.product1-item:hover .pic img {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    /* IE 9 */
    -moz-transform: scale(1.05);
    /* Firefox */
    -webkit-transform: scale(1.05);
    /* Safari 和 Chrome */
    -o-transform: scale(1.05);
}

.product1-item p {
    padding: 20px 24px;
    /* border: 1px solid #dcdcdc; */
    border-top: none;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    line-height: 24px;
    background-color: #fff;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.product1-item a:hover {
    box-shadow: 10px 17px 38px rgba(0, 61, 204, .1)
}

.product1-item:hover p {
    color: #009b4c;
}

.row-ind3 {
    padding: 50px 0;
    background-color: #222;
    overflow: hidden
}

.row-ind3 .tit-d1.t-f {
    margin-bottom: 61px
}

.case-l1 {
    margin: 0 -13px;
    overflow: hidden
}

.case1-item {
    float: left;
    width: 25%;
    margin-bottom: 50px
}

.case1-item .con {
    display: block;
    margin: 0 13px
}

.case1-item .pic {
    padding-top: 129%;
    position: relative;
    overflow: hidden
}

.case1-item .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.case1-item .bd {
    padding-right: 80px;
    line-height: 80px;
    background-color: #fff;
    position: relative;
    overflow: hidden
}

.case1-item .bd .icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 80px;
    background-color: #009b4c
}

.case1-item .bd .icon em {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 34px;
    height: 34px;
    margin: -17px 0 0 -17px;
    background: url(../images/i16-d.png) center center no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.case1-item .bd p {
    padding: 0 28px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.case1-item .con:hover .pic img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.case1-item .con:hover .bd .icon em {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.row-ind4 {
    padding: 50px 0 50px;
    background-color: #fff;
    overflow: hidden
}

.row-ind4 .tit-d1 {
    margin-bottom: 44px
}

.lk-l1.lk1-col3 {
    margin: 0 -30px;
    padding-bottom: 49px
}

.lk-l1.lk1-col3 .lk1-item {
    float: left;
    width: 33.33%;
    padding: 0 30px
}

.lk-l1.lk1-col3 .lk1-item a {
    font-size: 16px
}

.row-ind5 {
    padding: 35px 0;
    background-color: #f1f1f1;
    overflow: hidden
}

.row-ind5 .tit-d1 {
    margin-bottom: 47px
}

.brand-l1 {
    padding: 1px 0 0 1px;
    margin-right: -8px;
    overflow: hidden
}

.brand1-item {
    float: left;
    width: 12.5%;
    margin: -1px 0 0 -1px
}

.brand1-item .con {
    display: block;
    border: 1px solid #ddd;
    background-color: #fff
}

.brand1-item .pic {
    height: 94px;
    line-height: 94px;
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.brand1-item .pic img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.brand1-item .con:hover .pic img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.row-ind6 {
    padding: 15px 0;
    background-color: #fff;
    overflow: hidden
}

.link-d1 {
    overflow: hidden
}

.link1-item {
    line-height: 35px;
    position: relative;
    padding-right: 100px;
    overflow: hidden
}

.link1-item .btn {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #3d3d3d;
    line-height: 35px;
    cursor: pointer
}

.link1-item .btn i {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 4px;
    width: 14px;
    height: 8px;
    background: url(../images/i17-d.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.link1-item .t1 {
    float: left;
    margin-right: 8px;
    font-size: 15px;
    color: #333;
    font-family: "Microsoft Yahei"
}

.link1-item .link {
    height: 34px;
    overflow: hidden
}

.link1-item .link a {
    float: left;
    margin-right: 10px;
    font-size: 14px;
    color: #666;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.link1-item .link a:hover {
    color: #009b4c
}

.link1-item.on .link {
    height: auto
}

.link1-item.on .btn i {
    background-image: url(../images/i17-d-on.png)
}

.row-ind5 .more-btn {
    display: none
}

.box-tabs1 {
    background-color: #fff;
    overflow: hidden
}

.tabs-l2 {
    font-size: 0;
    text-align: center;
    overflow: hidden
}

.tabs2-item {
    display: inline-block;
    vertical-align: top;
    margin: 18px 55px
}

.tabs2-item a {
    display: block;
    font-size: 18px;
    color: #271d1a;
    line-height: 30px;
    padding: 0 22px;
    text-align: center;
    border-radius: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.tabs2-item a:hover,
.tabs2-item.on a {
    background-color: #009b4c;
    color: #fff
}

.box-list1 {
    padding-bottom: 65px;
    overflow: hidden
}

.product-l2 {
    overflow: hidden
}

.product2-item {
    overflow: hidden
}

.product2-item .con {
    display: block;
    overflow: hidden
}

.product2-item .inner {
    padding-top: 69.4%;
    position: relative;
    overflow: hidden
}

.product2-item .box-pic {
    float: left;
    width: 50%
}

.product2-item .box-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.product2-item .box-txt {
    background-color: #fff;
    overflow: hidden
}

.product2-item .box-txt .in-2 {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 24px 80px 20px 94px
}

.product2-item .box-txt h4 {
    margin-bottom: 41px;
    font-size: 36px;
    color: #333;
    line-height: 1.4;
    font-weight: 400
}

.product2-item .box-txt .txt {
    font-size: 18px;
    color: #666;
    line-height: 36px;
    height: 216px;
    overflow: hidden
}

.product2-item:nth-child(even) .box-pic {
    float: right
}

.product2-item .con:hover .box-pic img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.box-list2 .wp {
    padding-bottom: 65px;
    border-bottom: 2px solid #aaa
}

.box-list2 .product-l1 {
    padding: 0;
    padding-bottom: 68px;
    margin: 0 -17px
}

.box-list2 .product1-item {
    margin-bottom: 34px
}

.box-list2 .product1-item .con {
    margin: 0;
    box-shadow: 10px 17px 38px rgba(0, 61, 204, .1)
}

.box-list2 .product1-item .pic {
    padding-top: 100%
}

.box-list2 .product1-item h4 {
    padding: 22.5px 25px;
    font-size: 16px;
    line-height: 34px;
    border: none
}

.box-list2 .product1-item .con:hover {
    box-shadow: none
}

.box-news1 {
    padding: 86px 0 100px;
    overflow: hidden
}

.box-news1 .lk-l1.lk1-col3 {
    padding: 0;
    padding-right: 76px
}

.box-list3 {
    padding-bottom: 68px;
    overflow: hidden
}

.box-list3 .case-l1 {
    padding-bottom: 39px;
    margin: 0 -15px
}

.box-list3 .case1-item {
    margin-bottom: 29px
}

.box-list3 .case1-item .con {
    margin: 0 15px
}

.box-list3 .case1-item .pic {
    padding-top: 75%
}

.box-list3 .case1-item .bd {
    padding-right: 30px
}

.case1-item .bd h4 {
    padding: 0 28px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.case1-item .bd .more {
    float: right;
    font-size: 18px;
    color: #999
}

.box-list4 {
    padding-bottom: 101px
}

.news-l1 {
    padding-bottom: 70px;
    margin: 0 -16px
}

.news-l1:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    visibility: hidden
}

.news1-item {
    float: left;
    width: 25%;
    margin-bottom: 30px
}

.news1-item .con {
    display: block;
    margin: 0 16px;
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news1-item .box-t {
    border-bottom: 1px solid #dcdcdc;
    padding: 28px 32px 26px;
    overflow: hidden
}

.news1-item .top {
    margin-bottom: 24px;
    font-size: 0;
    overflow: hidden
}

.news1-item .top span {
    display: inline-block;
    vertical-align: middle
}

.news1-item .top .date {
    margin-right: 8px;
    padding-right: 9px;
    font-size: 14px;
    color: #666;
    position: relative
}

.news1-item .top .date:after {
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    bottom: 4px;
    width: 1px;
    background-color: #a0a0a0
}

.news1-item .top .name {
    font-size: 12px;
    color: #333;
    background-color: #eee;
    border-radius: 20px;
    text-align: center;
    padding: 0 8px;
    line-height: 16px
}

.news1-item .tit {
    font-size: 18px;
    color: #333;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}

.news1-item .txt {
    color: #999;
}

.news1-item .btn {
    padding: 0 30px;
    height: 63px;
    line-height: 63px;
    position: relative;
    overflow: hidden
}

.news1-item .btn .icon {
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    width: 18px;
    background: url(../images/i26-d.png) center center no-repeat;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.news1-item .con:hover {
    box-shadow: 10px 17px 38px rgba(0, 61, 204, .1)
}

.news1-item .con:hover .btn .icon {
    right: 15px
}

.row-ab1 {
    padding: 35px 0 70px;
    overflow: hidden
}

.about-hd {
    padding: 50px 75px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden
}

.about-hd h3 {
    margin-bottom: 20px;
    font-size: 30px;
    color: #fff;
    line-height: 1.4;
    font-weight: 400
}

.about-hd .left {
    float: left;
    margin-right: 20px;
    width: 630px
}

.about-hd .left .txt {
    font-size: 16px;
    color: #fff;
    line-height: 2
}

.about-hd .right {
    text-align: right;
    overflow: hidden
}

.txt-l1 {
    overflow: hidden
}

.txt1-item {
    margin-bottom: 30px;
    overflow: hidden
}

.txt1-item .pic {
    float: right;
    margin-left: 20px;
    width: 52px;
    height: 52px;
    line-height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 10px;
    overflow: hidden
}

.txt1-item .pic img {
    display: block;
    width: 100%;
    height: 100%
}

.txt1-item .txt {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    overflow: hidden
}

.txt1-item .txt h4 {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 400
}

.num-l1 {
    margin: -20px 75px 0;
    background-color: #009b4c;
    overflow: hidden
}

.num1-item {
    float: left;
    width: 33.33%;
    padding: 40px 0;
    font-size: 16px;
    color: #fff;
    line-height: 1.4;
    text-align: center;
    position: relative;
    overflow: hidden
}

.num1-item span {
    display: block;
    font-size: 80px;
    color: #fff;
    line-height: 1.41;
    font-family: 'Arial Black'
}

.num1-item:before {
    position: absolute;
    content: '';
    height: 80px;
    width: 1px;
    left: 0;
    top: 50%;
    margin-top: -40px;
    background: #fff
}

.num1-item:first-child:before {
    display: none
}

.row-ab2 {
    padding: 100px 0;
    background-color: #fff;
    overflow: hidden
}

.slick-team {
    overflow: hidden
}

.slick-team .slider {
    margin: 0 65px;
    position: relative;
    overflow: hidden
}

.slick-team .con {
    display: block;
    margin: 0 10px
}

.slick-team .pic {
    padding-top: 100%;
    position: relative;
    overflow: hidden
}

.slick-team .pic img {
    position: absolute;
    left: 0;
    top: 0;
    /* width: 100%; */
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.slick-team .slick-arrow {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 90px;
    margin-top: -45px;
    background-color: #009b4c;
    opacity: .5;
    background-repeat: no-repeat;
    background-position: center center;
    outline: 0;
    border: none;
    text-indent: -999px;
    overflow: hidden;
    z-index: 2;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.slick-team .slick-prev {
    left: 50px;
    background-image: url(../images/i29-d.svg)
}

.slick-team .slick-next {
    right: 50px;
    background-image: url(../images/i30-d.svg)
}

.slick-team .slick-arrow:hover {
    opacity: 1
}

.slick-team .con:hover .pic img {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

.box-info {
    overflow: hidden;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 20px;
    padding-bottom: 31px
}

.box-info .info-main {
    overflow: hidden;
    background: #fff
}

.slick-slide01 {
    width: 300px;
    float: left;
    margin-right: 37px
}

.m-imgtxtz1 {
    overflow: hidden
}

.m-imgtxtz1 .r-con {
    overflow: hidden
}

.slick-slide01 {
    position: relative
}

.slick-slide01 .pic {
    position: relative;
    padding-top: 100%
}

.slick-slide01 .pic img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.slick-slide01 .slick-dots {
    position: absolute;
    bottom: 8px;
    right: 20px;
    text-align: center;
    font-size: 0
}

.slick-slide01 .slick-dots li {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 12px;
    height: 12px;
    background: #bfbfbf;
    cursor: pointer;
    margin-left: 5px
}

.slick-slide01 .slick-dots li.slick-active {
    background: #009b4c
}

.slick-slide01 .slick-dots li button {
    position: absolute;
    left: -9999px
}

.m-imgtxtz1 .r-con {
    overflow: hidden;
    padding-top: 23px
}

.m-imgtxtz1 .tit {
    margin-bottom: 26px;
    padding-bottom: 9px;
    border-bottom: 1px solid #bfbfbf
}

.m-imgtxtz1 .tit h1 {
    font-size: 24px;
    color: #333;
    font-family: "Microsoft Yahei"
}

.m-imgtxtz1 .info {
    font-size: 14px;
    color: #333;
    line-height: 1.75;
    height: 120px;
    overflow: hidden;
    margin-bottom: 28px
}

.box-info {
    overflow: hidden
}

.box-info-l {
    overflow: hidden;
    float: left;
    width: 1225px;
    padding: 80px 74px 70px
}

.m-imgtxtz1 {
    margin-bottom: 32px
}

.m-imgtxtz1 .a-grop {
    overflow: hidden
}

.m-imgtxtz1 .a-grop a {
    float: left;
    width: 138px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #009b4c;
    text-align: center;
    border-radius: 5px;
    margin-right: 20px
}

.m-imgtxtz1 .a-grop a span {
    display: inline-block;
    font-size: 16px;
    color: #009b4c;
    padding-left: 26px;
    background: url(../images/j-p10.png) left center no-repeat
}

.m-imgtxtz1 .a-grop a:nth-child(1) {
    border-color: #ffb310
}

.m-imgtxtz1 .a-grop a:nth-child(1) span {
    color: #ffb310;
    background-image: url(../images/j-p11.png)
}

.m-info .tit {
    height: 48px;
    line-height: 48px;
    margin-bottom: 44px;
    border-bottom: 1px solid #bfbfbf
}

.m-info .tit span {
    display: inline-block;
    width: 150px;
    text-align: center;
    font-size: 18px;
    color: #333;
    height: 48px;
    line-height: 47px;
    border: 1px solid #bfbfbf;
    border-bottom: none;
    background: #fff
}

.m-info .info {
    font-size: 14px;
    color: #333;
    line-height: 2.6
}

.box-info-r {
    overflow: hidden;
    background: url(../images/bg01.png) center center no-repeat;
    background-size: cover;
    padding-left: 109px;
    padding-right: 87px;
    padding-top: 80px
}

.box-info-r .tit {
    font-size: 18px;
    font-family: "Microsoft Yahei";
    margin-bottom: 37px
}

.ul-list01 {
    margin-bottom: 86px
}

.ul-list01 li {
    margin-bottom: 36px;
    padding-bottom: 10px
}

.ul-list01 li:hover .con {
    box-shadow: 0 0 10px #ccc
}

.ul-list01 li .con {
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #fff;
    border: 1px solid #eee
}

.ul-list01 li .pic {
    position: relative;
    padding-top: 75.5%;
    overflow: hidden
}

.ul-list01 li .pic img {
    position: absolute;
    top: 0;
    left: 25%;
    display: block;
    height: 100%;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.ul-list01 li .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)
}

.ul-list01 li p {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 8px;
    display: block;
    width: 100%;
}

.ul-list02 li {
    margin-bottom: 24px
}

.ul-list02 li h3 {
    font-weight: 400
}

.ul-list02 li h3 a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 22px;
    font-size: 16px;
    color: #666;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: url(../images/j-i13.jpg) left center no-repeat
}

.ul-list02 li h3 a:hover {
    color: #009b4c
}

.m-pagesz {
    margin-top: 35px
}

.m-pagesz .item {
    margin-bottom: 23px;
    overflow: hidden
}

.m-pagesz .item span {
    float: left;
    font-size: 16px;
    color: #333;
    margin-right: 5px
}

.m-pagesz .item h3 {
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.m-pagesz .item h3 a {
    font-size: 16px;
    color: #333
}

.m-pagesz .item h3 a:hover {
    color: #009b4c
}

.m-txt01 .tit {
    text-align: center
}

.m-txt01 .tit h1 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    margin-bottom: 25px
}

.m-txt01 .tit .s-grop {
    margin-bottom: 10px;
}

.m-txt01 .tit span {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 19px;
    font-size: 14px;
    color: #999;
    margin: 0 18px
}

.m-txt01 .info img {
    display: block;
}

.m-txt01 .info {
    font-size: 16px;
    color: #666;
    line-height: 1.8
}

.m-txt01 .info h3 {
    font-size: 20px
}

.m-txt01 .info .desc {
    font-size: 18px
}

.bd_weixin_popup {
    box-sizing: content-box !important;
}

@media only screen and (max-width:1860px) {
    .wp,
    .wp2 {
        margin: 0 5%
    }
    .lk-l1.lk1-col3 {
        margin: 0 -40px
    }
    .lk-l1.lk1-col3 .lk1-item {
        padding: 0 40px
    }
    .box-info-l {
        width: 70%;
        padding: 50px 20px
    }
    .box-info-r {
        padding: 50px 20px
    }
}

@media only screen and (max-width:1689px) {
    .box-news1 .lk-l1.lk1-col3 {
        padding-right: 0
    }
}

@media only screen and (max-width:1619px) {
    .tabs2-item {
        margin: 18px 20px
    }
    .product2-item .box-txt .in-2 {
        padding: 20px 40px
    }
    .product2-item .box-txt h4 {
        margin-bottom: 10px;
        font-size: 24px
    }
    .product2-item .box-txt .txt {
        font-size: 16px;
        line-height: 32px;
        height: 192px
    }
    .news-l1 {
        margin: 0 -10px
    }
    .news1-item {
        margin-bottom: 20px
    }
    .news1-item .con {
        margin: 0 10px
    }
    .news1-item .box-t {
        padding: 25px 20px
    }
    .news1-item .top {
        margin-bottom: 15px
    }
    .news1-item .btn {
        height: 54px;
        line-height: 54px
    }
    .lk-l2 {
        margin: 0 -10px
    }
    .lk2-item {
        padding: 0 10px
    }
    .brand1-item .pic img {
        max-width: 80%;
        max-height: 80%;
    }
}

@media only screen and (max-width:1365px) {
    .headerwrap .pc_header .nav li>a {
        padding: 0 17px;
    }
    .headerwrap .pc_header .logo {
        height: 70px;
    }
    .headerwrap .pc_header .logo img {
        height: 34px;
    }
    .headerwrap .pc_header .nav li>a {
        font-size: 16px;
    }
    .cont-l1 {
        padding-right: 0
    }
    .box-list3 .case1-item .bd {
        padding-right: 15px
    }
    .case1-item .bd h4 {
        font-size: 16px;
        padding: 0 15px
    }
    .case1-item .bd .more {
        font-size: 16px
    }
    .box-info-l {
        float: none;
        width: auto
    }
    .ul-list01 {
        overflow: hidden;
        margin: 15px -10px
    }
    .ul-list01 li {
        float: left;
        width: 33.33%;
        padding: 0 10px
    }
    .ul-list02 {
        overflow: hidden;
        margin: 15px -10px
    }
    .ul-list02 li {
        float: left;
        width: 25%;
        padding: 0 10px
    }
}

@media only screen and (max-width:1199px) {
    .wp,
    .wp2 {
        width: 90%;
        padding: 0
    }
    body {
        padding-left: 0;
        padding-top: 54px
    }
    .header {
        left: 0;
        bottom: auto;
        right: 0;
        height: 54px;
        width: auto
    }
    .logo {
        top: 50%;
        left: 10px;
        width: auto;
        height: 40px;
        font-size: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }
    .logo img {
        display: inline-block;
        vertical-align: middle;
        width: auto;
        max-height: 100%
    }
    .logo .img1 {
        margin-bottom: 0;
        margin-right: 10px
    }
    .hd-share {
        display: none
    }
    .hd-tel {
        display: none
    }
    .menuBtn {
        left: auto;
        right: 10px;
        margin-top: -20px;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .mb_nav .nav {
        position: fixed;
        left: auto;
        top: 54px;
        right: 0;
        width: 100%
    }
    .banner .video {
        display: none
    }
    .banner-txt .inner {
        font-size: 18px
    }
    .banner-txt h2 {
        font-size: 40px
    }
    .more-btn {
        font-size: 16px;
        width: 160px;
        height: 44px;
        line-height: 44px
    }
    .about-d1 .bg-en {
        font-size: 160px
    }
    .case1-item .bd {
        padding-right: 54px;
        line-height: 54px
    }
    .case1-item .bd h4 {
        font-size: 14px;
        padding: 0 10px
    }
    .case1-item .bd .icon {
        width: 54px
    }
    .case1-item .bd .icon em {
        -webkit-background-size: 20px auto;
        background-size: 20px auto
    }
    .brand-l1 {
        margin-right: -4px
    }
    .brand1-item {
        width: 25%
    }
    .ul-ftnav li {
        margin-right: 10px
    }
    .ft-top {
        padding: 15px 0
    }
    .ft-bd {
        padding: 15px 0
    }
    .slide-btn {
        display: none
    }
    .tabs2-item {
        margin: 15px 10px
    }
    .product2-item .box-txt h4 {
        font-size: 26px
    }
    .product2-item .box-txt .txt {
        font-size: 14px;
        line-height: 26px;
        height: 156px
    }
    .box-list2 .product1-item h4 {
        font-size: 18px;
        padding: 20px 24px;
        line-height: 24px
    }
    .box-list4 {
        padding-bottom: 80px
    }
    .news-l1 {
        padding-bottom: 30px
    }
    .news1-item {
        width: 33.33%
    }
    .news1-item .tit {
        font-size: 16px;
        line-height: 24px;
        height: 48px
    }
    .box-list3 .case1-item .bd {
        padding-right: 10px
    }
    .case1-item .bd .more {
        font-size: 14px
    }
    .about-hd {
        padding: 100px 60px 200px
    }
    .num1-item span {
        font-size: 60px
    }
    .num-l1 {
        margin: -100px 60px 0
    }
    .m-imgtxtz1 .tit h3 {
        font-size: 20px
    }
    .m-info .tit {
        height: 30px;
        line-height: 30px;
        margin-bottom: 10px
    }
    .m-info .tit span {
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        width: 100px;
        margin-bottom: 10px
    }
    .ul-list02 li {
        width: 33.33%
    }
    .box-info {
        padding-bottom: 15px;
        margin: 0
    }
    .m-pagesz .item {
        margin-bottom: 10px
    }
    .m-txt01 .info {
        font-size: 14px
    }
    .m-txt01 .info .desc {
        font-size: 16px
    }
    .m-txt01 .info h4 {
        font-size: 18px
    }
    .m-txt01 .tit h3 {
        font-size: 20px
    }
}

@media only screen and (max-width:959px) {
    .row-ind1 {
        padding: 0px 0 80px
    }
    .about-d1 .box-pic {
        float: none;
        width: auto;
        margin: 0;
        margin-left: 38px;
        margin-bottom: 80px
    }
    .about-d1 .bg-en {
        right: 5%
    }
    .tit-d1 {
        margin-bottom: 30px;
        font-size: 14px
    }
    .tit-d1 h3 {
        font-size: 24px
    }
    .about-d1 .top {
        margin-bottom: 50px
    }
    .about-d1 .box-txt .txt {
        font-size: 14px
    }
    .row-ind2 {
        padding: 80px 0
    }
    .show-hd {
        margin-bottom: 0
    }
    .show-hd .tit-d1 {
        float: none
    }
    .box-cons {
        margin: 0;
    }
    .tabs-l1 {
        margin-top: 30px
    }
    .tabs-con1,
    .product1-item {
        padding: 0;
    }
    .product-l1 {
        margin: 0;
        padding-bottom: 20px
    }
    .product1-item {
        margin-bottom: 20px
    }
    .product1-item .con {
        margin: 0 10px
    }
    .row-ind3 {
        padding: 80px 0
    }
    .row-ind3 .tit-d1.t-f {
        margin-bottom: 40px
    }
    .box-list3 .case-l1,
    .case-l1 {
        margin: 0 -5px
    }
    .box-list3 .case1-item .con,
    .case1-item .con {
        margin: 0 5px
    }
    .row-ind4 {
        padding: 80px 0
    }
    .row-ind4 .tit-d1 {
        margin-bottom: 40px
    }
    .lk-l1.lk1-col3 {
        margin: 0 -10px;
        padding-bottom: 40px
    }
    .lk-l1.lk1-col3 .lk1-item {
        padding: 0 10px
    }
    .row-ind5 {
        padding: 80px 0
    }
    .row-ind5 .tit-d1 {
        margin-bottom: 40px
    }
    .ban {
        height: 320px
    }
    .banTxt-d1 h2 {
        padding: 40px 0 18px;
        font-size: 34px
    }
    .banTxt-d1 h2 span {
        font-size: 100px
    }
    .banTxt-d1 .txt {
        font-size: 14px
    }
    .tabs-l2 {
        padding: 15px 0;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap
    }
    .tabs2-item {
        margin: 5px 0;
        width: 33.33%;
        flex-grow: 1
    }
    .product2-item .box-txt .in-2 {
        padding: 20px
    }
    .product2-item .box-txt h4 {
        font-size: 20px
    }
    .box-list2 .wp {
        padding-bottom: 60px
    }
    .box-list2 .product-l1 {
        margin: 0 -10px;
        padding-bottom: 50px
    }
    .box-list2 .product1-item {
        margin-bottom: 20px
    }
    .box-list2 .product1-item .con {
        margin: 0 10px
    }
    .pages li {
        margin: 0 2px
    }
    .pages a {
        padding: 0 5px;
        line-height: 30px;
        min-width: 30px;
        font-size: 14px
    }
    .pages .pages-first a,
    .pages .pages-last a,
    .pages .pages-next a,
    .pages .pages-prev a {
        width: 30px;
        height: 30px
    }
    .box-news1 {
        padding: 80px 0 50px
    }
    .tit-d2 {
        font-size: 26px;
        padding-bottom: 20px
    }
    .box-list3 {
        padding-bottom: 60px
    }
    .box-list3 .case-l1 {
        padding-bottom: 30px
    }
    .box-list3 .case1-item {
        margin-bottom: 10px
    }
    .lk2-item {
        width: 33.33%
    }
    .downLoad-1 {
        padding: 60px 0
    }
    .row-cont1 {
        padding: 80px 0
    }
    .cont1-item {
        width: 50%;
        margin-bottom: 15px
    }
    .cont-l1 .pic {
        width: 60px;
        height: 60px
    }
    .row-cont2 {
        padding: 80px 0
    }
    .row-ab1 {
        padding: 80px 0 70px
    }
    .about-hd {
        padding: 60px 30px 160px
    }
    .about-hd h3 {
        font-size: 32px
    }
    .num-l1 {
        margin: -90px 30px 0
    }
    .num1-item {
        font-size: 14px
    }
    .num1-item span {
        font-size: 50px
    }
    .row-ab2 {
        padding: 80px 0
    }
    .slick-team .slick-arrow {
        width: 40px;
        height: 60px;
        margin-top: -30px
    }
    .slick-team .slick-prev {
        left: 20px
    }
    .slick-team .slick-next {
        right: 20px
    }
    .slick-slide01 {
        float: none;
        width: auto;
        margin-right: 0
    }
    .m-imgtxtz1 .info {
        height: auto
    }
    .ul-list01 {
        margin-left: -5px;
        margin-right: -5px
    }
    .ul-list01 li {
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px
    }
    .m-imgtxtz1 .a-grop a {
        font-size: 12px;
        width: 110px;
        height: 35px;
        line-height: 32px
    }
    .m-imgtxtz1 .a-grop a span {
        font-size: 14px;
        background-size: 14px 14px;
        padding-left: 18px
    }
    .box-info-r .tit {
        font-size: 18px;
        margin-bottom: 10px
    }
    .ul-list02 li {
        width: 50%
    }
    .ul-list02 li h3 a {
        font-size: 14px
    }
    .ul-list01 li p {
        font-size: 14px
    }
    .ul-list02 li {
        margin-bottom: 10px
    }
    .m-pagesz {
        margin-top: 20px
    }
    .m-pagesz .item h3 a {
        font-size: 14px
    }
    .m-pagesz .item span {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .banner-txt .inner {
        font-size: 22px
    }
    .banner-txt h2 {
        font-size: 26px
    }
    .bounceInLeft {
        font-size: 14px
    }
    .more-btn {
        margin-top: 30px;
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }
    .nav ul>li>a {
        padding: 0 30px
    }
    .row-ind1 {
        padding: 50px 0
    }
    .about-d1 {
        padding-top: 40px
    }
    .about-d1 .bg-en {
        font-size: 80px
    }
    .about-d1 .box-pic {
        margin-left: 30px;
        margin-bottom: 60px
    }
    .about-d1 .box-pic:before {
        width: 100px;
        height: 100px;
        left: -30px;
        bottom: -30px
    }
    .about-d1 .top {
        margin-bottom: 30px
    }
    .mroe-btn2 {
        width: 170px;
        height: 50px;
        line-height: 50px
    }
    .row-ind2 {
        padding: 50px 0
    }
    .wp P {
        font-size: 14px;
        text-indent: 0em;
    }
    .cont1-item {
        width: 100%;
        float: none;
    }
    .tit-d1 {
        padding-bottom: 24px
    }
    .tit-d1 h3 {
        font-size: 22px
    }
    .tit-d1 p {
        font-size: 14px
    }
    .tabs-l1 {
        float: none
    }
    .tabs1-item {
        width: 33.33%;
        margin: 0;
        margin-bottom: 15px;
        padding-left: 10px
    }
    .tabs1-item a {
        display: inline-block
    }
    .product-l1 {
        padding-bottom: 10px;
        padding-top: 20px
    }
    .product1-item {
        float: none;
        width: 100%
    }
    .box-list2 .product1-item h4,
    .product1-item h4 {
        font-size: 14px;
        padding: 10px
    }
    .row-ind3 {
        padding: 50px 0
    }
    .row-ind3 .tit-d1.t-f {
        margin-bottom: 30px
    }
    .case-l1 {
        padding-bottom: 20px
    }
    .case1-item {
        float: none;
        width: 100%;
        margin-bottom: 10px
    }
    .case1-item .bd {
        line-height: 46px;
        padding-right: 46px
    }
    .case1-item .bd .icon {
        width: 46px
    }
    .case1-item .bd .icon em {
        -webkit-background-size: 16px auto;
        background-size: 16px auto
    }
    .row-ind4 {
        padding: 50px 0
    }
    .row-ind4 .tit-d1 {
        margin-bottom: 30px
    }
    .lk-l1.lk1-col3 {
        padding-bottom: 20px
    }
    .lk-l1.lk1-col3 .lk1-item {
        float: none;
        width: auto
    }
    .lk1-item a {
        line-height: 30px
    }
    .lk-l1.lk1-col3 .lk1-item a {
        font-size: 14px
    }
    .row-ind5 {
        padding: 50px 0
    }
    .row-ind5 .tit-d1 {
        margin-bottom: 30px
    }
    .brand-l1 {
        margin-right: -2px
    }
    .brand1-item {
        width: 50%;
        display: none
    }
    .brand1-item:nth-child(1) {
        display: block
    }
    .brand1-item:nth-child(2) {
        display: block
    }
    .brand1-item:nth-child(3) {
        display: block
    }
    .brand1-item:nth-child(4) {
        display: block
    }
    .brand1-item:nth-child(5) {
        display: block
    }
    .brand1-item:nth-child(6) {
        display: block
    }
    .link1-item .t1 {
        margin-right: 0
    }
    .link1-item {
        padding-right: 64px;
        line-height: 26px
    }
    .link1-item .link {
        height: 26px
    }
    .link1-item .link a {
        margin-right: 15px
    }
    .link1-item .btn {
        line-height: 26px
    }
    .ul-ftnav {
        margin-bottom: 10px;
        float: none
    }
    .ul-ftnav li {
        margin-right: 0;
        width: 33.33%
    }
    .ul-ftnav li a {
        font-size: 13px;
        line-height: 2;
        width: auto
    }
    .bshare-custom {
        float: none;
        margin: 0;
        font-size: 0;
        text-align: center
    }
    .ft-top .bshare-custom a {
        margin: 0 10px
    }
    .ft-bd {
        font-size: 12px;
        line-height: 1.6
    }
    .ft-bd .l,
    .ft-bd .r {
        float: none;
        text-align: center
    }
    .ban {
        height: 280px
    }
    .banTxt-d1 h2 {
        margin-bottom: 15px;
        padding: 20px 0 15px;
        font-size: 24px
    }
    .banTxt-d1 h2 span {
        font-size: 46px
    }
    .tabs2-item a {
        font-size: 16px
    }
    .tabs2-item {
        width: 50%
    }
    .box-list1 {
        padding-bottom: 30px
    }
    .product2-item {
        margin-bottom: 20px
    }
    .product2-item .box-pic {
        float: none;
        width: auto
    }
    .product2-item .inner {
        padding: 0
    }
    .product2-item .box-pic img {
        position: static;
        display: block
    }
    .product2-item .box-txt .in-2 {
        position: static;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    .product2-item .box-txt .txt {
        height: auto
    }
    .product2-item:nth-child(even) .box-pic {
        float: none
    }
    .box-list2 .wp {
        padding-bottom: 50px
    }
    .box-list2 .product-l1 {
        padding-bottom: 10px
    }
    .pages li {
        display: none
    }
    .pages .on,
    .pages .pages-last,
    .pages .pages-next {
        display: block
    }
    .box-news1 {
        padding: 50px 0
    }
    .tit-d2 {
        margin-bottom: 30px;
        font-size: 22px
    }
    .box-list3 {
        padding-bottom: 50px
    }
    .box-list3 .case-l1 {
        padding-bottom: 20px
    }
    .box-list4 {
        padding-bottom: 50px
    }
    .news-l1 {
        padding-bottom: 20px
    }
    .news1-item {
        width: 100%;
        margin-bottom: 10px
    }
    .downLoad-1 {
        padding: 50px 0 30px
    }
    .dL1-item {
        padding: 30px;
        margin-bottom: 20px
    }
    .dL1-item h3 {
        font-size: 22px
    }
    .lk2-item {
        width: 50%;
        margin-bottom: 10px
    }
    .lk2-item h4 a {
        font-size: 16px
    }
    .row-cont1 {
        padding: 50px 0
    }
    .row-cont1 .tit-d1 {
        margin-bottom: 30px
    }
    .cont-l1 {
        padding: 20px 0 5px
    }
    .cont-l1 .pic {
        width: 40px;
        height: 40px
    }
    .cont-l1 .txt {
        padding-top: 0;
        font-size: 14px;
        line-height: 22px
    }
    .row-cont2 {
        padding: 50px 0
    }
    .form-1 .top {
        margin-bottom: 20px
    }
    .form-1 .left {
        float: none;
        width: auto;
        margin: 0
    }
    .form-1 .inp,
    .form-1 .tar {
        margin-bottom: 10px
    }
    .form-1 .inp,
    .form-1 .tar {
        font-size: 14px;
        padding: 10px 20px;
        line-height: 24px
    }
    .form-1 .sub {
        width: 170px;
        height: 50px;
        line-height: 50px;
        font-size: 14px
    }
    .row-ab1 {
        padding: 50px 0
    }
    .about-hd {
        margin-bottom: 20px;
        padding: 40px 20px
    }
    .about-hd .left {
        float: none;
        width: auto;
        margin: 0;
        margin-bottom: 40px
    }
    .about-hd h3 {
        font-size: 20px
    }
    .about-hd .left .txt {
        font-size: 14px
    }
    .about-hd .right {
        text-align: left
    }
    .txt-l1 {
        font-size: 0;
        text-align: center
    }
    .txt1-item {
        display: inline-block;
        vertical-align: top;
        width: 50%;
        text-align: center;
        margin-bottom: 10px;
        padding: 0 15px
    }
    .txt1-item .pic {
        float: none;
        margin: 0 auto 10px
    }
    .txt1-item .txt h4 {
        font-size: 16px
    }
    .txt1-item .txt {
        font-size: 12px
    }
    .num-l1 {
        margin: 0
    }
    .num1-item {
        padding: 20px 0;
        font-size: 12px
    }
    .num1-item span {
        font-size: 30px
    }
    .num1-item:before {
        height: 50px;
        margin-top: -25px
    }
    .row-ab2 {
        padding: 50px 0
    }
    .slick-team .slider {
        margin: 0 -5px
    }
    .slick-team .con {
        margin: 0 5px
    }
    .row-ind5 .more-btn {
        display: block
    }
    .ul-list02 {
        margin-left: 0;
        margin-right: 0
    }
    .ul-list02 li {
        float: none;
        width: auto;
        padding: 0
    }
    .m-txt01 .tit h3 {
        font-size: 18px;
        margin-bottom: 10px
    }
}

.ul-list01 li .pic {
    padding-top: 58%;
}

.cont-l1 .txt p {
    text-indent: 0em
}

.m-txt01 .info p {
    line-height: 28px !important;
    padding-bottom: 20px !important;
}

.lk-l1.lk1-col3 .lk1-item a {
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
}

.lk-l1.lk1-col3 .lk1-item span {
    float: right;
    line-height: 48px;
    width: 20%;
}

@media only screen and (max-width:1600px) {
    .lk-l1.lk1-col3 .lk1-item a {
        width: 100%
    }
    .lk-l1.lk1-col3 .lk1-item span {
        display: none
    }
}

.box-list3 .case1-item .rongyu {
    padding-top: 129% !important;
}