@charset "utf-8";

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

a,
blockquote,
body,
caption,
dd,
div,
dl,
dt,
em,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
label,
legend,
li,
ol,
p,
pre,
span,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0
}

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

li {
    list-style-type: none
}

select,
input,
textarea,
button {
    margin: 0;
    padding: 0;
    border-width: 1px;
    outline: none;
    resize: none;
    overflow: hidden;
    font-family: Arial
}

a img {
    border: 0;
    max-width: 100%
}

a {
    text-decoration: none;
    font-family: AKZIDENZGROTESKBQ-REGULAR_0, arial, verdana;
    color: #333;
    font-size: 16px
}

a:hover {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 20px;
    font-weight: 400
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background: #fff;
    overflow-x: hidden
}

body {
    font-size: 16px;
    color: #333333;
    overflow: hidden
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

button,
label {
    cursor: pointer
}

button,
input,
select,
textarea {
    outline: 0;
    font-family: AKZIDENZGROTESKBQ-REGULAR_0, arial, verdana
}

em,
i {
    font-style: normal
}

body,
html {
    font-family: AKZIDENZGROTESKBQ-REGULAR_0, arial, verdana
}

.uppercase {
    text-transform: uppercase
}

.text-center {
    text-align: center
}

:before,
:after,
.index_about_bai a,
.nav a,
.menusub:hover .sub_nav,
.menusub .sub_nav,
.proCover_box a,
.proCover_box a:hover,
.cb04-main li a,
.cb04-main li dt,
.cb04-text,
.cb04-more,
.cb04-overlay,
.join-menu dd a {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both
}

.wrapper {
    width: 100%;
    max-width: 1170px;
    min-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px
}

.page1200 {
    max-width: 1170px;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

header {
    width: 100%;
    z-index: 9;
    height: 141px
}

.topcon {
    width: calc(100% - 350px);
    margin-top: 25px
}

.telbox {
    float: right;
    width: 200px;
    display: inline-block
}

.telbox a {
    line-height: 22px;
    overflow: hidden;
    display: block
}

.telbox a:hover {
    color: #227027
}

.telbox1 {
    float: right;
    width: 280px;
    display: inline-block
}

.telbox1 a {
    line-height: 22px;
    overflow: hidden;
    display: block
}

.telbox1 a:hover {
    color: #227027
}

.topb {
    height: 50px;
    background: #05da77
}

.logo {
    margin: 10px 0;
    z-index: 5;
    width: 260px;
    height: 71px
}

.logo a {
    display: block
}

.topr {
    width: calc(100% - 170px)
}

.topsearch {
    width: 100%
}

.topsearch .iconfont {
    color: #227027;
    font-size: 20px;
    border: 1px solid #227027;
    float: left;
    margin-right: 5px;
    height: 44px;
    width: 44px;
    text-align: center;
    line-height: 44px;
    border-radius: 22px
}

.topsearch span {
    display: block;
    font-weight: 700
}

.topsearch .wrapper {
    padding-top: 2px;
    overflow: hidden
}

nav {
    text-align: center;
    width: 100%
}

nav li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
    color: #ccc
}

nav li>a {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    overflow: hidden;
    line-height: 50px;
    transition: .5s;
    color: #e9e9e9;
    text-transform: uppercase
}

nav li.on>a,
nav li:hover>a {
    color: #227027
}

nav dl {
    position: absolute;
    background: #227027;
    display: block;
    top: 50px;
    opacity: 0;
    transition: opacity 1s ease;
    left: 9999px;
    z-index: 999;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, .05)
}

nav dl a {
    color: #fff;
    display: block;
    background: #05da77;
    padding: 10px 15px;
    white-space: nowrap;
    text-transform: capitalize;
    text-align: left
}

nav dl a:hover {
    background: #fff;
    color: #020202
}

nav li:hover dl {
    opacity: 1;
    left: 0
}

#nav .nav-button {
    width: 35px;
    height: 35px;
    border-radius: 3px;
    background: #227027;
    color: #fff;
    position: absolute;
    right: 10px;
    top: 19px;
    line-height: 35px;
    text-align: center;
    font-size: 20px;
    display: none
}

#nav .nav-button i {
    font-size: 22px
}

.close-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 88
}

.nav-open {
    transform: translateX(0)
}

.close-open {
    opacity: .5;
    visibility: visible
}

.topl {
    line-height: 50px;
    background: #227027;
    width: 170px;
    text-align: center;
    height: 50px
}

.topl a {
    color: #fff;
    font-size: 16px;
    display: block
}

.topl .iconfont {
    padding-right: 8px;
    font-size: 18px
}

.topl a.xplogo {
    display: none
}

.backToTop {
    width: 50px;
    height: 50px;
    background: #227027 url(../images/icon_top.png) no-repeat center;
    z-index: 3;
    background-size: 60%;
    cursor: pointer;
    position: fixed;
    right: 30px;
    text-indent: 9999px;
    bottom: 80px;
    color: #fff;
    border-radius: 0;
    transition: all .3s
}

.backToTop:hover {
    opacity: .8
}

.overflow {
    overflow: hidden
}

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

.clm2 {
    -webkit-line-clamp: 2
}

.clm3 {
    -webkit-line-clamp: 3
}

.clm4 {
    -webkit-line-clamp: 4
}

.textOverClm {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical
}

.index_contact {
    padding: 30px 0;
    background: url(../images/coninquirybg.jpg) top repeat-x #fff
}

.indexcontact ul {
    overflow: hidden;
    margin-bottom: 35px
}

.indexcontact li,
.indexcontact li a {
    color: #fff;
    font-size: 16px
}

.indexcontact li {
    width: 20%;
    box-sizing: border-box;
    float: left
}

.indexcontact li p {
    overflow: hidden;
    font-size: 16px
}

.indexcontact li span {
    font-weight: 700;
    display: block;
    text-transform: uppercase;
    line-height: 24px
}

.indexcontact li i {
    width: 25px;
    height: 23px;
    margin-right: 7px;
    float: left;
    display: inline-block;
    font-size: 20px;
    padding-left: 2px
}

.indexcontact li a:hover {
    text-decoration: underline
}

.index_contact .home_boxtit h1 a {
    color: #ffff
}

.webinquiry {
    background: #fff;
    padding: 15px;
    box-shadow: #b3b3b3 0 0 2px;
    margin-bottom: 30px
}

.inq_form_list {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    text-align: left
}

.inq_form_list dd {
    float: left;
    width: 48%;
    margin-bottom: 15px
}

.inq_form_tt {
    font-size: 18px;
    line-height: 30px;
    color: #000
}

.inq_form_tt span {
    color: #ed1c24;
    font-size: 16px
}

.inq_form_inp1 {
    width: 100%;
    color: #666;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    background-color: #fff;
    border: silver 1px solid;
    text-indent: 5px
}

.inq_form_area {
    width: 100%;
    background-color: #fff;
    border: silver 1px solid;
    height: 100px;
    line-height: 20px;
    font-size: 15px;
    margin: 6px 0 0;
    padding: 10px;
    color: #666;
    resize: none
}

.inq_form_list dt {
    width: 100%;
    margin-bottom: 25px
}

.inq_form_btn1 {
    display: block;
    background: #227027;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 0;
    text-align: center;
    cursor: pointer;
    margin: 0 auto
}

.inq_form_btn1:hover {
    opacity: .8
}

footer {
    background: #05da77
}

.copyright {
    padding: 35px 0;
    color: #fff;
    text-align: center
}

.copyright a {
    color: #fff
}

footer .links {
    background: #000;
    text-align: center;
    padding: 10px 0;
    word-break: break-all;
    color: #2a2a2a;
    line-height: 16px
}

footer .links a {
    color: #2e2e2e;
    margin: 0;
    display: inline-block;
    font-size: 12px
}

footer .links b {
    text-transform: uppercase;
    font-weight: inherit
}

.botmenu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #227027;
    display: none;
    border-top: 5px solid #001435;
    z-index: 9
}

.botmenu a {
    display: block;
    width: 25%;
    float: left;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0;
    font-size: 14px
}

.botmenu a h6 {
    display: block;
    font-size: 18px;
    margin: 2px auto
}

.sub_banner {
    height: 280px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center
}

.sub_page {
    width: 100%;
    overflow: hidden
}

.breadcrumb {
    background: #dddede
}

.breadcrumb_con {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    line-height: 50px;
    font-size: 16px
}

.breadcrumb_con a:hover {
    color: #30b2e4
}

.icon-home {
    margin-right: 5px
}

.breadcrumb_con a {
    font-size: 16px
}

.icon-home {
    margin-right: 5px;
    width: 50px;
    text-align: center;
    background: #227027
}

.icon-home:before {
    color: #fff
}

.home_boxtit {
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px
}

.home_boxtit p {
    font-size: 14px;
    margin-top: 5px
}

.home_boxtit h2 a {
    font-size: 28px;
    line-height: 40px;
    font-weight: inherit;
    text-transform: uppercase;
    color: #212121;
    font-family: AkzidenzGrotesk-Bold
}

.home_boxtit h1 a {
    font-size: 28px;
    line-height: 40px;
    font-weight: inherit;
    text-transform: uppercase;
    color: #212121;
    font-family: AkzidenzGrotesk-Bold
}

.home_boxtit h1 {
    font-size: 28px;
    line-height: 40px;
    font-weight: inherit;
    text-transform: uppercase;
    color: #212121;
    font-family: AkzidenzGrotesk-Bold
}

.home_boxtit a:hover {
    color: #227027
}

.home_boxtit h5 {
    color: #777;
    font-size: 14px;
    font-weight: inherit;
    margin: 0 auto;
    padding: 0 10px;
    line-height: 24px
}

.neirongimgtwo {
    width: 49%;
    float: left;
    margin: 1%;
    margin-left: 0
}

.neirongimgfour {
    width: 24%;
    float: left;
    margin: 1%;
    margin-left: 0
}

.neirongimgthree {
    width: 32.3%;
    float: left;
    margin: 1%;
    margin-left: 0
}

.neironglr {
    overflow: hidden
}

.neirongl {
    float: left;
    width: 49%
}

.neirongr {
    float: right;
    width: 49%
}

.neironglr img {
    width: 100%
}

.listpage_l {
    width: 220px;
    background: #fff;
    overflow: hidden;
    float: left
}

.listpage_r {
    width: calc(100% - 280px);
    overflow: hidden;
    float: right
}

.listpage_r ul {
    overflow: hidden
}

.listpagetitle {
    padding-right: 10px;
    padding-bottom: 0;
    line-height: 45px
}

.listpagetitle a {
    background: #1f5485;
    display: block;
    color: #fff;
    font-size: 24px;
    text-align: center
}

.page {
    text-align: center
}

.page a,
.page b {
    display: inline-block;
    padding: 1px 8px
}

.page a {
    border: 1px solid #cecece;
    margin: 5px
}

.wmkc{
    position: fixed;
    right: 50px;
    top: 40%;
    transform: translateY(-50%);
    font-family: var(--fontfamily, Arial);
    z-index: 9999;
}
.wmkc-list {
    padding: 0px;
    border: 1px solid #eee;
    max-width: 78px;
    border-radius: 4px;
    margin: 0;
}
.wmkc-list>li {
    background-color: #c3db47;
    width: 100%;
    margin-top:3px;
    border-top: 1px solid #eee;
    list-style: none;
    text-align: center;
    transition: all .2s ease-in-out;
}
.wmkc-list>li:hover {
    background-color: #05da77
} 


@media screen and (max-width:1250px) {
    .telbox {
        margin: 0 8px
    }

    nav li {
        margin: 0 8px
    }
}

@media screen and (max-width:1025px) {
    nav li {
        margin: 0 8px
    }
}

@media screen and (max-width:991px) {
    header {
        height: 54px;
        overflow: hidden
    }

    .topb {
        overflow: hidden
    }

    .topb .wrapper {
        height: 54px;
        overflow: hidden
    }

    .topsearch {
        display: none
    }

    header .r {
        top: 10px;
        right: 59px
    }

    .telbox div {
        top: 34px;
        display: none
    }

    .telbox:hover div {
        display: none
    }

    nav {
        position: fixed;
        left: 0;
        top: 0;
        bottom: 0;
        width: 200px;
        box-shadow: 0 3px 5px #666;
        z-index: 99;
        overflow: auto;
        background: #227027;
        transform: translateX(-300px);
        transition: .3s;
        margin-left: 0;
        overflow-x: hidden
    }

    nav li {
        display: block;
        width: 100%;
        margin: 0
    }

    nav li>a {
        line-height: 40px;
        text-align: left;
        display: block;
        height: auto;
        padding: 0 15px;
        color: #fff
    }

    nav li.on>a {
        height: auto;
        line-height: 45px
    }

    nav li dl {
        left: 0;
        top: 0;
        position: inherit;
        opacity: 1;
        background: #eee
    }

    nav dl a {
        background: 0 0;
        color: #666;
        text-align: left;
        padding: 4px 15px;
        white-space: normal;
        line-height: 18px
    }

    #nav .nav-button {
        display: block;
        top: 10px
    }

    .topl a.xplogo {
        display: block;
        float: left
    }

    .topl a.xplogo img {
        height: 45px;
        width: auto
    }

    .topl {
        background: #02f70e;
        width: 100%
    }

    .xpinquiry {
        display: inline-block;
        background: #227027;
        padding: 0 10px;
        float: right;
        margin-right:50px
    }

    footer {
        margin-bottom: 50px
    }

    .botmenu {
        display: block
    }

    .neirongl {
        float: inherit;
        width: 100%
    }

    .neirongr {
        float: inherit;
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .xpinquiry {
        display: none
    }

    .breadcrumb {
        margin-top: 0;
        margin-bottom: 30px
    }

    .index_contact {
        background: #227027
    }

    .indexcontact li {
        width: 100%;
        margin-bottom: 20px
    }

    .inq_form_list dd {
        width: 100%
    }

    .sub_banner {
        display: none
    }

    .home_boxtit h2 a {
        font-size: 24px;
        line-height: 25px
    }

    .home_boxtit h1 a {
        font-size: 24px;
        line-height: 25px
    }

    .breadcrumb_con {
        line-height: 25px
    }
}