@charset "UTF-8";

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    outline: 0
}

abbr,
acronym,
fieldset,
img {
    border: 0;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
i,
b,
strong {
    font-style: normal;
    font-weight: normal;
}

blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    outline: 0
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both
}

.clearfix {
    zoom: 1
}

input,
select,
textarea {
    font-size: 14px;
    color: #000;
    font-family: Helvetica, Arial;
    outline: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box
}

input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

::-webkit-input-placeholder {
    color: #000
}

::-moz-placeholder {
    color: #000
}

::-ms-input-placeholder {
    color: #000
}

input,
button {
    border-radius: 0;
    -webkit-appearance: none;
}

/*清除IOS默认圆角*/
textarea {
    resize: none;
    outline: none;
    border: none;
}

/*去除右下角拖动边框标识*/
input:-ms-clear {
    display: none;
}

/*消除 IE10 里的叉号*/
body {
    color: #333;
    font-size: 16px;
    line-height: 1.7;
    font-family: Helvetica, Arial;
    overflow-x: hidden;
    background: #f5f6f7;
}

* {
    -wekit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a,
img {
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

img,
video {
    width: auto;
    height: auto;
    max-width: 100%;
}

a {
    color: #000;
    text-decoration: none;
    border: 0;
    outline: 0
}

textarea {
    resize: none
}

.dn {
    display: none
}

table {
    word-break: break-all;
    width: 100%;
}

table td {
    padding: 8px;
}

/*边线重叠*/
.wrap {
    max-width: 1200px;
    width: 94%;
    margin: 0 auto
}

/* ====================== header ============================ */
.header-box {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
}

.top-bar {
    color: #5ba600;
    font-size: 14px;
    padding: 15px 0;
}

.bar-link {
    float: left;
    width: 760px;
}

.bar-link li {
    float: left;
    width: 220px;
    margin-right: 40px;
    position: relative;
}

.bar-link li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 2px;
    height: 35px;
}

.bar-link li:last-child {
    border-right: none;
}

.top-pic {
    float: left;
    width: 30px;
    margin-right: 16px;
}

.top-pic img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    margin-top: 5px;
}

.bar-link li.bar-last {
    margin-right: 0;
}

.bar-link li.bar-last:before,
.bar-link li.bar-last:after {
    display: none;
}

.top-info {
    display: block;
    overflow: hidden;
    line-height: 24px;
    color: #FFF;
}

.top-info span {
    display: block;
    font-size: 17px;
    font-weight: 600;
}

.top-info a {
    color: #FFF;
}

.top-info a:hover {
    text-decoration: underline;
}

.bar-btn {
    float: right;
    margin-top: 10px;
}

.btn-show {
    position: relative;
    z-index: 1;
    padding: 12px 30px;
    font-size: 18px;
    text-transform: capitalize;
    background: #5ba600;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-show:hover {
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}



.btn-show:before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    z-index: -10;
    border: 2px solid #5ba600;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn-show:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border: 2px solid #5ba600;
}


.header {
    line-height: 51px;
    padding: 10px 30px 10px 10px;
    background-color: #061539;
}

.logo {
    float: left;
    width: 196px;
}

.logo img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.navBtn {
    float: right;
    cursor: pointer;
    display: none;
}

.nav {
    float: right;
    margin-left: 20px;
}

.nav ul li {
    float: left;
    margin-left: 60px;
    position: relative;
}

.nav ul li a {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}

.nav ul li.on a,
.nav ul li:hover a {
    color: #5ba600;
}

@media screen and (max-width:1023px) {
    .bar-place {
        display: none;
    }

    .bar-link {
        width: 500px;
    }

    .nav ul li {
        margin-left: 40px;
    }




    .nav ul li {
        margin-left: 25px;
    }

    .top-bar {
        display: none;
    }

    .header {
        line-height: 36px;
        position: relative;
        overflow: visible;
    }

    .navBtn {
        display: block;
    }

    .navBtn img {
        width: 30px;
        height: auto;
        vertical-align: middle;
    }

    .nav {
        display: none;
        position: absolute;
        top: 106%;
        right: 10px;
        z-index: 9999;
        background-color: #FFF;
        -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
        -moz-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
        -ms-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
        -o-box-shadow: 0 0 6px rgba(0, 0, 0, .5);
        box-shadow: 0 0 6px rgba(0, 0, 0, .5);
        width: 136px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 10px;
    }

    .nav ul:before {
        content: "";
        position: absolute;
        top: -10px;
        right: 12px;
        width: 0;
        border-bottom: 10px solid #fff;
        border-right: 15px solid transparent;
        border-left: 15px solid transparent;
    }

    .nav ul li {
        width: 100%;
        margin-left: 0;
        text-align: center;
        line-height: 46px;
    }

    .nav ul li a {
        display: block;
        padding: 0;
        color: #333;
        letter-spacing: 0;
        text-transform: capitalize;
    }

    .nav ul li a:after {
        display: none;
    }

    .nav ul li.on a {
        color: #5ba600;
    }
}

/* ====================== banner ============================ */
.banner {
    position: relative;
    overflow: hidden;
}

.banner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 24, 77, .8);
    position: absolute;
    left: 0;
    top: 0;
}

.banner img {
    width: 100%;
    height: auto;
    min-height: 420px;
    -webkit-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
}


.ban-info {
    position: absolute;
    top: 40%;
    width: 100%;
    color: #FFF;
    line-height: 1.2;
}

.ban-con {
    text-align: center;
}

.ban-con span {
    display: block;
    color: #5ba600;
    font-size: 20px;
    line-height: 1.2;
}

.ban-con strong {
    display: block;
    font-size: 36px;
    line-height: 1.2;
    margin-top: 10px;
}

.ban-con p {
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    margin-top: 20px;
}

.btn-con {
    position: relative;
    z-index: 1;
    display: inline-block;
    line-height: 45px;
    padding: 0 20px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.btn-con:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0%;
    height: 100%;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.btn-con:hover:after {
    width: 100%;
}

.btn01 {
    color: #FFF;
    background: #5ba600;
    margin-top: 40px;
    overflow: hidden;
    font-size: 16px;
    text-transform: uppercase;
}

.btn01:hover {
    color: #5ba600;
}

.btn01:after {
    background: #FFF;
}

.btn02 {
    color: #FFF;
    background: #5ba600;
    margin-top: 40px;
    overflow: hidden;
    font-size: 16px;
    text-transform: uppercase;
}

.btn02:hover {
    color: #FFF;
}

.btn02:after {
    background: #014073;
}

@media screen and (max-width:1200px) {
    .ban-con {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .ban-con span {
        display: none;
    }

    .ban-con {
        text-align: center;
    }

    .ban-con strong {
        font-size: 36px;
    }
}

@media screen and (max-width:660px) {
    .btn-con {
        line-height: 46px;
    }

    .ban-con strong {
        display: none;
    }
}

/* 分类 */
.about-ul li {
    float: left;
    width: 33.3%;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
    -moz-box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
    box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
    height: 320px;
    overflow: hidden;
}

.about-ul li span {
    background-color: #5ba600;
    display: inline-block;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    line-height: 72px;
    margin-bottom: 15px;
}

.about-ul li span img {
    vertical-align: middle;
}

.about-ul li h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-bottom: 10px;
}

.about-ul li p {
    font-size: 16px;
    line-height: 1.5;
}


@media screen and (max-width:1000px) {
    .about-ul li {
        width: 100%;
        height: auto;
    }

    .index-type {
        position: static;
        margin-top: 50px;
    }
}

/* ====================== title ============================ */

.in-title {
    margin-bottom: 40px;
    text-align: center;
}

.in-title h2,
.in-title h1 {
    color: #212121;
    font-size: 34px;
    line-height: 44px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    padding: 0 30px;
    z-index: 1;
}

.in-title h1 {
    font-size: 40px;
}

.in-title a {
    color: #212121;
}

.in-title p {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    text-align: center;
}

@media (max-width:768px) {
    .in-title h2 {
        font-size: 26px;
        line-height: 1.1;
    }

    .in-title p {
        font-size: 14px;
    }
}

@media (max-width:480px) {
    .in-title h2 {
        font-size: 24px;
    }

    .in-title p {
        font-size: 12px;
    }
}

/* 服务 */
.about-good {
    padding: 50px 0;
    background: url(../images/bg1.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}

.about-good::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    background: rgba(0, 24, 77, .8);
}

.good-show h2 {
    color: #fff;
    text-align: left;
}

.good-show {
    float: left;
    width: 50%;
    position: relative;
    z-index: 1;
}

.good-show strong {
    display: block;
    color: #fff;
    font-size: 24px;
}

.good-show p {
    position: relative;
    line-height: 32px;
    margin-top: 20px;
    padding-left: 30px;
    color: #fff;
}

.good-show p:before {
    content: "";
    position: absolute;
    left: 0;
    top: 12px;
    height: 8px;
    width: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
}

@media screen and (max-width:768px) {
    .about-good::after {
        width: 100%;
    }

    .good-show {
        width: 100%;
    }
}

@media screen and (max-width:420px) {

    .good-show {
        padding: 16px;
    }

    .good-show strong {
        font-size: 22px;
    }

    .good-show p {
        line-height: 28px;
        margin-top: 12px;
        font-size: 15px;
    }
}

/* ====================== index-pro ============================ */
.index-pro {
    padding: 50px 0;
}

.sol-list {

    overflow: hidden;
}

.sol-list ul {
    margin: 0 0 40px -2%;
}

.sol-list li {
    float: left;
    width: 31.333%;
    margin-left: 2%;
    margin-top: 50px;
    position: relative;
    transition: all .6s ease;
}

.sol-list li:hover .pic {
    box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.13);
    transform: translate(0, -3px);
    border-radius: 20px;
    transition: all .6s ease;
}

.sol-list li .pic {
    position: relative;
    overflow: hidden;
    padding-top: 59.5%;
    display: block;
    width: 85.5%;
    text-align: center;
    margin: 0 auto;
}

.sol-list li .pic img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sol-list li .box {
    background: #f0f3f7;

    margin: -118px auto 0;
    padding: 10px;
    border-radius: 20px;
}

.sol-list li .box .border-box {
    border-radius: 20px;
    border: 1px dashed #5ba600;
    padding: 35% 7% 20px;
}

.sol-list li .box a {
    font-size: 22px;
    color: #0d1741;
    display: block;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sol-list li:hover .box a {
    color: #5ba600;
}

.sol-list li .box p {
    font-size: 16px;
    color: #6c757d;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 80px;
}

.sol-list li .box strong {
    font-weight: normal;
    font-size: 16px;
}


.sol-list li .jt {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 60px;
}

@media screen and (max-width: 1023px) {
    .sol-list li {
        width: 47.333%;
    }


}

@media screen and (max-width: 767px) {
    .sol-list ul {
        margin-bottom: 10px;
    }

    .in-title {
        margin-bottom: 20px;
    }

    .sol-list li .pic img {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    .sol-list li {
        width: 98%;
        margin-top: 20px;
    }

    .sol-list li .box a {
        white-space: inherit;
        font-size: 18px;
    }

    .sol-list li .box p {
        -webkit-line-clamp: inherit;
        height: auto;
        line-height: 1.5em;
        font-size: 14px;
    }

    .sol-list li .jt {
        display: none;
    }

    .sol-list li .box {
        margin: 0;
    }

    .sol-list li .box,
    .sol-list li .box .border-box {
        border-radius: 0;
    }

    .sol-list li .pic {
        width: 100%;
    }

    .sol-list li .box .border-box {
        padding: 10px 7%;
    }

    .sol-list li .box p {
        margin-top: 0;
        font-weight: normal;
    }
}

/* ====================== about-good ============================ */


/* ====================== index-case ============================ */
.list-case {
    margin-left: -3%;
}

.list-case li {
    float: left;
    width: 47%;
    margin-left: 3%;
    box-shadow: 0 3px 20px 0 rgb(0 0 0 / 5%);
    overflow: hidden;
    padding: 8px;
    margin-bottom: 24px;
    border-radius: 5px;
}

.list-case li a {
    display: block;
}

.case-pic {
    float: left;
    width: 44%;
    margin-right: 16px;
}

.case-pic a {
    position: relative;
    padding-top: 74%;
}

.case-pic a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-info {
    overflow: hidden;
    display: block;
}

.case-txt {
    margin-top: 8px;
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case-txt:hover {
    color: #5ba600;
}

.case-info p {
    height: 78px;
    line-height: 26px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #555;
    margin: 8px 0 16px;
}

.case-more {
    font-size: 14px;
    width: 100px;
    padding: 2px 0;
    line-height: 24px;
    text-align: center;
    border: 1px solid;
    color: #fff;
    background-color: #5ba600;

}


@media screen and (max-width:1200px) {
    .case-pic {
        width: 100%;
    }

    .case-info {
        width: 100%;
        padding: 10px;
    }
}

@media screen and (max-width:767px) {
    .list-case {
        margin-left: 0;
    }

    .list-case li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .case-txt {
        white-space: inherit;
    }

    .case-info p {
        height: auto;
        -webkit-line-clamp: inherit;
        font-size: 14px;
    }
}

/* ====================== footer ============================ */

.foot-link {
    background: #061539;
    color: #868da5;
}

.footer-txt {
    position: relative;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    padding-bottom: 20px;
    margin-bottom: 24px;
}

.footer-txt:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 50px;
    height: 3px;
    background-color: #fff;
}

.foot-link strong {
    display: block;
    color: rgba(255, 255, 255, .8);
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
}

.link-show {
    padding: 40px 0 30px;
}

.foot-word ul {
    margin-left: -2.3%;
}

.foot-word ul li {
    display: inline-block;
    margin-left: 2.3%;
}

.foot-word ul li a {
    display: block;
    color: #fff;
    line-height: 40px;
    position: relative;
    padding-left: 18px;
}

.foot-word ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 6px;
    height: 6px;
    background-color: #CCC;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.foot-word ul li:hover a {
    color: #5ba600;
}

.footer {
    line-height: 30px;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    background: #061539;
}

.footer p {
    color: #fff;
    color: rgba(255, 255, 255, .8);
    text-align: center;
}

.footer p a {
    color: #5ba600;
    margin-left: 8px;
}

.footer p a:hover {
    color: #FFF;
}

@media screen and (max-width:1023px) {


    .link-show {
        padding: 30px 0 20px;
    }

    .foot-link strong {
        font-size: 26px;
    }

    .foot-word ul {
        margin-left: 0;
    }

    .foot-word ul li {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .foot-word ul li a:before {
        top: 8px;
    }

    .foot-word ul li a {
        line-height: 1.5em;
        white-space: inherit;
    }

    .footer {
        padding: 12px 0;
    }
}

@media screen and (max-width:767px) {
    .footer-txt {
        margin-bottom: 16px;
    }

    .link-show {
        padding: 24px 0 18px;
    }
}


/* ====================== 面包屑 ============================ */
.place-show .wrap,
.place-show {
    position: relative;
    z-index: 1;
}

.place-show:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 24, 77, .8);
    position: absolute;
    left: 0;
    top: 0;
}

.place-show img {
    min-height: 120px;
    -webkit-object-fit: cover;
    object-fit: cover;
    vertical-align: middle;
}

.place-info {
    position: absolute;
    left: 0;
    bottom: 20px;
}

.place-info ol {
    position: relative;
    height: 40px;
    line-height: 40px;
    padding: 0 20px 0 35px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    font-size: 15px;
}

.place-info ol:before {
    content: '';
    position: absolute;
    left: 12px;
    top: 12px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url(../images/icon-place.png) no-repeat;
}

.place-info ol li {
    float: left;
    color: #fff;
}

.place-info ol li a {
    color: #EEE;
}

.place-info ol li a:after {
    margin: 0 5px;
    content: ">"
}

.place-info ol li a:hover {
    color: #5ba600;
}

@media screen and (max-width:660px) {
    .place-show {
        background-color: #333;
        padding: 8px 0;
    }

    .place-show img {
        display: none;
    }

    .place-info {
        position: initial;
        bottom: auto;
    }

    .place-info ol:before {
        left: 0;
    }

    .place-info ol {
        padding-left: 14px;
        font-size: 14px;
    }
}

/* ====================== 返回顶部 ============================ */

.return-top {
    width: 40px;
    height: 40px;
    background: url(../images/top.png) no-repeat center;
    position: fixed;
    right: 20px;
    bottom: 50px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -ms-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    cursor: pointer;
    display: none;
    z-index: 9999;
}

/* ====================== 商务通 ============================ */


.right-service {
    position: fixed;
    right: 10px;
    top: 350px;
    z-index: 9999;
    width: 160px;
    cursor: pointer;
}


@media(max-width:1023px) {
    .right-service {
        display: none;
    }
}


.contact-banner {
    background-image: url(../images/contact-ban33.jpg);
}

.about-banner {
    background-image: url(../images/a-img.jpg);
}

.pro-banner {
    background-image: url(../images/pro-banner.jpg);
}

.case-banner {
    background-image: url(../images/proban.jpg);
}



/* ====================== about ============================ */

.about-show {
    margin-top: 80px;
}

.about-show h1 {
    text-align: center;
    font-size: 34px;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}

.about-show p {
    line-height: 32px;
    margin-bottom: 30px;
}


.about-nation>p {
    margin-top: 40px;
}

.about-nation>p img {
    width: 100%;
    height: auto;
}

.show-grid {
    margin-bottom: 80px;
}

@media screen and (max-width:768px) {
    .about-show h1 {
        font-size: 30px;
    }
}

@media screen and (max-width:480px) {
    .about-show h1 {
        font-size: 24px;
    }
}


.index-about {
    background-color: #061539;
    position: relative;
}

.index-about h1 {
    text-align: left;
}

.index-pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
}

.index-pic img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    -webkit-object-fit: cover;
    object-fit: cover;
}

.index-info {
    width: 100%;
    padding: 30px;
    padding-left: 40%;
    color: #FFF;
}

.index-info .index-txt {
    padding-left: 30px;
}

.index-info p {
    padding-left: 30px;
    line-height: 32px;
}

@media screen and (max-width:800px) {
    .index-pic {
        position: initial;
        width: 100%;
    }

    .index-info {
        padding-left: 0;
    }

    .index-info {
        padding: 20px;
    }

    .index-info .index-txt,
    .index-info p {
        padding-left: 20px;
    }
}

@media screen and (max-width:480px) {
    .index-info {
        padding: 12px;
    }

    .index-info .index-txt,
    .index-info p {
        padding-left: 12px;
    }
}


/* ====================== contact ============================ */

.nyb137_site_newlxfs {
    clear: both;
    padding: 40px 20px;
    background: #f4f7fc;
}

.nyb137_site_newlxfs .container {
    overflow: hidden;
}

.nyb137_site_newlxfs .nyb137_site_newlxfsfl {
    clear: both;
    display: block;
    background: #fff;
    border: 2px solid #5ba600;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
}

.nyb137_site_newlxfs .nyb137_site_newlxfsfl .page_lxwmfrtit {
    clear: both;
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #5ba600;
    margin: 5px 0px 10px;
}

.nyb137_site_newlxfs .nyb137_site_newlxfsfl>p {
    color: #777;
    line-height: 24px;
    padding-bottom: 20px;
}

.nyb137_site_newlxfs dl {
    clear: both;
    display: block;
    margin-bottom: 20px;
    padding: 25px 0px 0px 0px;
    position: relative;
    border-radius: 5px;
}

.nyb137_site_newlxfs dl dt {
    color: #fff;
    position: relative;
    z-index: 2;
}

.nyb137_site_newlxfs dl dt strong {
    clear: both;
    display: block;
    font-size: 20px;
    color: #5ba600;
}

.nyb137_site_newlxfs dl dt p {
    clear: both;
    display: block;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0px;
    color: #777;
}

.nyb137_site_newlxfs dl dd {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 20px 0 20px 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.nyb137_site_newlxfs dl dd:last-child {
    border-bottom: 0px;
}

.nyb137_site_newlxfs dl dd i {
    position: absolute;
    left: 0px;
    top: 28px;
    width: 60px;
    height: 60px;
    line-height: 70px;
    display: inline-block;
    background: #5ba600;
    text-align: center;
    font-size: 24px;
    margin-right: 20px;
    border: 2px solid #5ba600;
    text-transform: capitalize;
    border-radius: 50%;
}

.nyb137_site_newlxfs dl dd p {
    clear: both;
    display: block;
    text-align: left;
    color: #777;
}

.nyb137_site_newlxfs dl dd p strong {
    clear: both;
    display: block;
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
}

.nyb137_site_newlxfs dl dd p a {
    color: #fa0;
    font-weight: bold;
    font-size: 18px;
}

@media (min-width:782px) {
    .nyb137_site_newlxfs {
        padding: 60px 0px;
    }
}

@media (min-width:992px) {
    .nyb137_site_newlxfs {
        padding: 70px 0px;
    }

    .nyb137_site_newlxfs .nyb137_site_newlxfsfl {
        float: left;
        width: 65%;
        padding: 30px;
    }

    .nyb137_site_newlxfs dl {
        float: right;
        width: 30%;
        clear: none;
        margin-bottom: 0px;
        padding: 0px;
    }

    .nyb137_site_newlxfs dl dt strong {
        font-size: 24px;
    }

    .nyb137_site_newlxfs dl dt p {
        font-size: 16px;
        line-height: 30px;
    }

    .nyb137_site_newlxfs dl dd p {
        font-size: 16px;
        line-height: 30px;
    }
}

@media (min-width:1280px) {
    .nyb137_site_newlxfs {
        padding: 80px 0px;
    }
}

@media (min-width:1500px) {
    .nyb137_site_newlxfs {
        padding: 100px 0px;
    }
}

.me {
    float: left;
    width: 100%;
    clear: none;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.me strong {
    font-size: 14px;
    color: #555;
    clear: both;
    display: block;
    padding-bottom: 10px;
    display: none;
}

.me strong span {
    color: #f60 !important;
}

.me:after {
    content: '';
    position: absolute;
    left: 15px;
    top: 14px;
    width: 20px;
    height: 20px;
    display: block;
}

.me.one:after {
    background: url(../images/msg-icon01.png) no-repeat center center;
    background-size: 100%;
}

.me.two:after {
    background: url(../images/msg-icon02.png) no-repeat center center;
    background-size: 100%;
}

.me.three:after {
    background: url(../images/msg-icon03.png) no-repeat center center;
    background-size: 100%;
}

.me.four:after {
    background: url(../images/msg-icon04.png) no-repeat center center;
    background-size: 100%;
}

.me.five:after {
    background: url(../images/msg-icon05.png) no-repeat center center;
    background-size: 100%;
}

.me.five {
    float: none;
    clear: both;
    width: 100%;
}

.me input {
    display: block;
    width: 100%;
    font-weight: 400;
    line-height: 40px;
    background: none;
    color: #555;
    font-size: 16px;
    height: 50px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid rgba(133, 153, 171, 0.2);
    padding: 5px 15px 5px 50px;
}

.me textarea {
    display: block;
    font-weight: 400;
    line-height: 1.5;
    background: none;
    color: #555;
    font-size: 16px;
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 150px;
    resize: none;
    border: 1px solid rgba(133, 153, 171, 0.2);
    padding: 13px 15px 5px 50px;
}

::-webkit-input-placeholder {
    color: #555;
}

:-moz-placeholder {
    color: #555;
}

::-moz-placeholder {
    color: #555;
}

:-ms-input-placeholder {
    color: #555;
}

.PorConSixXX {
    font-size: 14px;
    line-height: 24px;
    padding-top: 15px;
    padding: 8px 0px 0px;
    color: #999;
}

.PorConSixXX p {
    float: left;
    padding-right: 5px;
    position: relative;
}

.PorConSixXX p input {
    width: 13px;
    height: 13px;
    border: 1px;
    -webkit-appearance: checkbox;
}

.btn-primary {
    display: inline-block;
    margin: 20px 0px 0px 0;
    line-height: 30px;
    cursor: pointer;
    font-size: 18px;
    padding: 6px 30px;
    border-radius: 21px;
    font-weight: bold;
    transition: all 0.5s;
    background: #5ba600;
    color: #fff;
}

.btn-primary:hover {
    border-radius: 5px;
    background: #061539;
}

@media (min-width:768px) {
    .input-panel {
        margin-left: -2%;
    }

    .me {
        width: 48%;
        margin-left: 2%;
    }

    .me {
        margin-bottom: 15px;
    }

    .me.five {
        margin-left: 0%;
        width: 100%;
        margin-bottom: 0px;
    }
}

/* ====================== product list ============================ */
.classify-tit {
    display: none;
    text-align: center;
    line-height: 40px;
    color: #fff;
    padding: 0 20px;
    background: url('../images/click.png') no-repeat 24% center;
    background-size: 24px 24px;
    -webkit-background-size: 24px 24px;
    background-color: #5ba600;
    margin-bottom: 20px;
}

.classify-tit img {
    width: 20px;
    height: auto;
    float: right;
    margin-top: 13px;
}

.product-box {
    margin-top: 50px;
}

.product-lb {
    overflow: hidden;
}

.product-lb li {
    float: left;
    background: #061539;
    text-align: center;
    margin-right: 5px;
    padding: 10px 20px;
    margin-bottom: 10px;
}

.product-lb li a {
    color: #fff;
    display: block
}

.product-lb li.on a,
.product-lb li:hover a {
    color: #5ba600
}


@media screen and (max-width: 1023px) {
    .classify-tit {
        display: block;
    }

    .product-lb {
        display: none;
    }
}

/* ====================== case list ============================ */
.case-box {
    margin-top: 50px;
}

/* ====================== long-index ============================ */

.keyword-one {
    margin-top: 50px;
}

.word-base {
    text-align: center;
    margin-bottom: 40px;
    border: 1px dashed #EEE;
    padding: 20px;
}

.word-base p {
    color: #707987;
    line-height: 32px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.word-btn {
    display: inline-block;
    width: 200px;
    line-height: 48px;
    text-align: center;
    background-color: #5ba600;
    border: 1px solid #5ba600;
    color: #FFF;
    font-size: 18px;
    margin: 20px auto;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.word-btn:hover {
    background-color: #FFF;
    color: #5ba600;
}

@media screen and (max-width:420px) {
    .word-base {
        padding: 12px;
    }

    .word-base p {
        font-size: 15px;
        line-height: 30px;
    }

    .word-btn {
        line-height: 44px;
    }
}

.list-pro {
    margin-left: -2%;
}

.list-pro li {
    float: left;
    width: 23%;
    margin-left: 2%;
    background-color: #FFF;
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 1px 10px rgba(160, 160, 160, .3);
    -moz-box-shadow: 0px 1px 10px rgba(160, 160, 160, .3);
    -ms-box-shadow: 0px 1px 10px rgba(160, 160, 160, .3);
    -o-box-shadow: 0px 1px 10px rgba(160, 160, 160, .3);
    box-shadow: 0px 1px 10px rgba(160, 160, 160, .3);
    overflow: hidden;
}

.list-pro li a {
    display: block;
}

.pro-pic {
    position: relative;
    padding-top: 74%;
    overflow: hidden;
}

.pro-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.list-pro li:hover img {
    -webkit-transform: scale(1.08, 1.08);
    -moz-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}

.pro-txt {
    text-align: center;
    padding: 10px 6px;
    line-height: 30px;
    font-size: 20px;
    color: #212121;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.keyword-con h2 {
    font-size: 34px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 40px;
}

@media screen and (max-width:1000px) {
    .list-pro li {
        width: 48%;
    }
}

@media screen and (max-width:550px) {
    .list-pro {
        margin-left: 0;
    }

    .list-pro li {
        width: 100%;
        margin-left: 0;
    }

    .keyword-con h2 {
        font-size: 24px;
    }
}





/* ====================== inner ============================ */

.con-show {
    margin-top: 40px;
}

.con-main {
    float: left;
    width: 70%;
}

.con-show {
    margin-top: 40px;
}

.con-base {
    margin-bottom: 50px;
}

.con-pic {
    float: left;
    width: 44%;
}

.con-pic img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.con-info {
    float: right;
    width: 52%;
}

.con-info h1 {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 15px;
}

.con-info p {
    line-height: 30px;
    margin-bottom: 5px;
}

.txt-mail {
    display: block;
    font-size: 18px;
    padding-left: 36px;
    margin-top: 20px;
    background: url(../images/pro-mail.png) no-repeat left center;
}

.txt-mail:hover {
    color: #5ba600;
}

.link-base {
    overflow: hidden;
    margin-left: -2%;
    margin-top: 20px;
}

.link-base a {
    float: left;
    width: 200px;
    margin-left: 2%;
    display: block;
    color: #FFF;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.link-base .link-msg {
    background-color: #014073;
    border: 1px solid #014073;
}

.link-base .link-msg:hover {
    background-color: #FFF;
    color: #014073;
}

.link-base .link-ask {
    background-color: #5ba600;
    border: 1px solid #5ba600;
}

.link-base .link-ask:hover {
    background-color: #FFF;
    color: #5ba600;
}

.link-base {
    overflow: hidden;
    margin-left: -2%;
    margin-top: 20px;
}

.link-base a {
    float: left;
    width: 200px;
    margin-left: 2%;
    display: block;
    color: #FFF;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.link-base .link-msg {
    background-color: #333;
}

.link-base .link-msg:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/pro-base01.png) no-repeat;
    margin-right: 8px;
}



.link-base .link-ask {
    background-color: #5ba600;
}

.link-base .link-ask:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/pro-base02.png) no-repeat;
    margin-right: 8px;
    margin-top: -5px;
}

.link-base .link-ask:hover {
    background-color: #ba946a;
    color: #fff;
}

.pro-detail {
    border-top: 3px solid #EEE;
    margin-top: 40px;
    padding-top: 30px;
    line-height: 30px;
}

.pro-detail h3 {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.pro-detail p {
    margin-bottom: 16px;
}

.pro-detail p img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.mobile {
    display: none;
}

.con-side {
    float: right;
    width: 26%;
}

.side-pro {
    padding: 20px;
    background: #FFF;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
}

.side-pro strong {
    position: relative;
    display: block;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 30px;
}

.side-pro strong:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 18%;
    height: 4px;
    width: 15px;
    background-color: #DDD;
}

.side-pro strong:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 4px;
    width: 15%;
    background-color: #5ba600;
}

.side-pro ul li {
    border-bottom: 1px dashed #DDD;
    padding: 15px 0;
}

.side-pro ul li:last-child {
    border-bottom: none;
}

.side-pro ul li a {
    display: block;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
}

.side-pro ul li a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #444;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-right: 8px;
    margin-top: -2px;
}

.side-pro ul li:hover a {
    color: #5ba600;
}

@media screen and (max-width:1000px) {
    .con-side {
        width: 100%;
    }

    .con-main {
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .mobile {
        display: block;
    }

    .computer {
        display: none;
    }

    .con-show {
        margin-top: 30px;
    }

    .con-pic {
        width: 100%;
    }

    .con-info {
        width: 100%;
        margin-top: 20px;
    }
}

@media screen and (max-width:480px) {
    .con-show {
        margin-top: 20px;
    }

    .link-base a {
        width: 48%;
        line-height: 44px;
        font-size: 15px;
    }

    .pro-detail {
        margin-top: 30px;
        padding-top: 20px;
    }

    .side-pro {
        padding: 16px;
    }

    .side-pro ul li {
        padding: 12px 0;
    }

    .side-pro ul li a {
        font-size: 15px;
    }
}

/* ====================== 404 ============================ */

.error-show .error {
    max-width: 600px;
    margin: 50px auto;
}

.error-show img {
    display: block;
    width: 100%;
    height: auto;
}




@media screen and (max-width:768px) {
    .keyword-one h1 {
        font-size: 36px;
        line-height: 1.34;
    }

    .inner-top .text {
        margin-top: 20px;
    }

    .inner-top .text h1 {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .mian-con h2 {
        font-size: 24px;
    }

    .inner-content {
        margin-bottom: 30px;
    }

    .index-grid {
        margin-top: 30px;
    }
}

@media screen and (max-width:480px) {
    .index-pro {
        padding: 30px 0;
    }

    .show-grid,
    .main-contact {
        margin-bottom: 30px;
    }

    .keyword-one h1 {
        font-size: 24px;
    }

    .keyword-one p {
        font-size: 16px;
    }

    .keyword-con h2 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .mian-con h2 {
        font-size: 22px;
    }

    .inner-top .text {
        margin-top: 30px
    }

    .inner-top .text .qt span {
        width: 100%;
        line-height: 40px
    }

    .inner-top .text .chat {
        margin-left: 0;
        margin-top: 10px
    }

    .inner-top .text h1 {
        font-size: 32px;
        margin-bottom: 20px
    }

    .inner-top .text p {
        font-size: 16px
    }

    .inner-top .text .gn {
        margin-top: 12px
    }
}