/*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
p,
blockquote,
pre,
a,
address,
code,
b,
em,
img,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
footer,
header,
hgroup,
nav,
section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover,
a:active,
a:focus {
    color: #4a8375;
    text-decoration: none;
    outline: none;
}

p {
    margin: 0;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

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

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.wh {
    max-width: 76rem;
    margin: 0 auto;
    padding: 0 15px;
}

@media (max-width: 768px) {
    .wh {
        overflow: hidden;
    }
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}



/*头部样式*/
.top1 {
    height: 27px;
    background: #e6e6e6;
    color: #595959;
    line-height: 27px;
    overflow: hidden;
    font-size: 13px;
}

.top2 {
    height: 6rem;
    background: #ffffff url(../images/nav-bj.png) no-repeat center;
    background-size: cover;
}

.top2_2 {
    height: 2.25rem;
    background: var(--primary-color);
}

.top2_2_t {
    max-width: 67rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.top2_2_t .h3 {
    font-size: 18px;
    color: #FFFFFF;
    font-style: normal;
    margin: 0;
}

.top2_2_t .zh {
    display: flex;
}

.top2_2_t .zh a {
    font-size: 18px;
    color: #FFFFFF;
    font-style: normal;
    line-height: 1;
}

.top2_2_t .zh a:first-child {
    border-right: 2px solid #ffffff;
    margin-right: 0.5rem;
    padding-right: 0.5rem;
}

#header {
    width: 1000px;
    margin: 0 auto;
}

.logo {
    float: left;
    line-height: 6rem;
    width: 18rem;
}

.logo img {
    width: 100%;
}

.top2 .k2 {
    margin-top: 35px;
    font-size: 16px;
    color: #333333;
    line-height: 35px;
    background: url() no-repeat left center;
    padding-left: 40px;
}



/*热门搜索*/
.sou {
    margin: 15px 0;
}

.hotSearch a {
    margin-right: 6px;
}

.topLink {
    height: 24px;
    line-height: 24px;
}

.hotSearch {
    float: left;
    height: 24px;
    line-height: 24px;
    font-weight: normal;
}

/*搜索和热门搜索*/
.sou #formsearch {
    float: right;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

.sou #formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
}

.sou #formsearch input#keyword {
    height: 22px;
    line-height: 22px;
    padding-left: 4px;
    color: #666;
}

.sou #formsearch input#s_btn {
    width: 46px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #4a8375;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
}




/* 导航样式 */
#menu {
    background-color: #019350;
}

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 999;
    border: 2px solid var(--primary-color);
}

.x-menu>li {
    display: flex;
    align-items: center;
    position: relative;
    width: 6.6rem;
    line-height: 2.9rem;
    height: 2.9rem;
    text-align: center;
}

.x-menu>li>a {
    width: 100%;
    font-size: 18px;
    color: #333333;
    white-space: nowrap;
    line-height: 1;
    border-right: 1px solid var(--primary-color);
}
.x-menu>li:last-child>a {
  border: none;
}


.x-menu>li:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.x-menu>li:hover>a {
    color: #fff;
}



.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #fff;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 58px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu>li {
    /* padding: 0 0.9rem; */
}

.x-sub-menu>li>a {
    display: block;
    text-align: center;
    line-height: 2;
    font-size: 14px;
    color: #666666;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: var(--primary-color);
    color: #fff;

}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
    display: none;
}

@media(max-width: 1100px) {
    .x-menu>li {
        width: 120px;
    }
}

.x-banner img {
    width: 100%;
}

.x-banner .slide-inner {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background-size: cover;
  background-position: center; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
}

.x-banner .swiper-slide {
    overflow: hidden;
}


/*  */
.box1 {
    padding: 5.5rem 0 2.8rem;
}

.box1 .wh {
    max-width: 68rem;
}

.bt1 {
   display: flex;
    flex-direction: column;
    align-items: center;
}

.bt1 dd {
    display: flex;
    align-items: center;
    color: #000000;
    font-size: 33px;
    font-weight: bold;
    line-height: 1;
}

.bt1 dt {
    line-height: 1;
    color: #999999;
    font-size: 18px;
    margin-top: 21px;
    position: relative;
}
.bt1 dt .img_1 {
    position: absolute;
    left: -15px;
    top: -12px;
}

.bt1 dt .img_2 {
    position: absolute;
    bottom: -12px;
    right: -15px;
}

.pbox {
    margin-top: 5.7%;
}

.plist {
    width: 100%;
}

.plist li {
    margin-bottom: 11%;
    /* width: 47.77%; */
}

.plist li .img {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: relative;
    display: block;
    background: linear-gradient(#004EA1, #91A0D2);
    border: solid 1px #B6B6B6;
}

.plist li:hover>.img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.plist li .img img {
    width: 100%;
    object-fit: contain;
}

.plist li h3 a {
    display: block;
    font-weight: normal;
    color: #666666;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    padding-top: 14px;
}


.plist li:hover h3 a {
    color: var(--primary-color);
}

@media (max-width: 992px) {
    .plist {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}



/*  */
.box2 {
    background: #ffffff;
    padding-top: 1.5rem;
    padding-bottom: 30px;
}

.box2 .wh {
    max-width: 68rem;
}

.abox {
    margin-top: 5.8%;
}

.aleft {
    /* width: 67%; */
    /*margin-bottom: 30px;*/
}

.aleft .swiper-slide {
    width: 15.95rem;
    height: 5.35rem;
    display: flex;
    align-items: center;
    border-radius: 14px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    /* flex: 1; */
}

.abottom {
    /*max-width: 46.4rem;*/
    margin: 0 auto;
}

.aleft a {
    display: block;
    width: 123px;
    height: 35px;
    background-color: var(--primary-color);
    border-radius: 18px;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-top: 40px;
}

.aul {
    align-items: center;
}

.aul .img {
    display: inline;
    max-width: 13.95rem;
    height: 100%;
}

.aul li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.abottom .img {
    width: 7.35rem !important;
}

.dbt {
    padding: 42px 0 0 58px;
}

.dbt dd {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
}

.dbt dt {
    color: #ffffff;
    font-size: 13px;
    font-weight: lighter;
    text-transform: uppercase;
    margin-top: 5px;
}


.m1 a {
    display: block;
    width: 123px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 18px;
    line-height: 35px;
    text-align: center;
    color: #666666;
    font-size: 15px;
    margin: 0 auto;
    margin-top: 45px;
}




/*  */
.box3 {
    padding: 2.55rem 0;
}

.box3 .wh {
    max-width: 68rem;
}

.box3_swiper {
    width: 29.75rem;
}

.box3_swiper img {
    width: 100%;
}

.cul {}

.box3_swiper_pagination {
    width: auto !important;
    right: 2.3rem;
    left: auto !important;
    bottom: 1.85rem !important;
}

.box3_swiper_pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #ffffff;
    opacity: 1;
    background: transparent;
}

.box3_swiper_pagination .swiper-pagination-bullet-active {
    background: #ffffff;
}

.box3_item {
    margin-top: 3.15rem;
    gap: 20px;
}

.cul {
    flex: 1;
}

.cul li {
    /* width: 32.1%; */
}

.cul li .img {
    height: 100%;
    display: block;
    border: solid 1px #999999;
}


.cc {}

.cul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .box3_item {
        flex-wrap: wrap;
    }

    .box3_swiper {
        width: 100%;
    }
    .box3_item .mdy_grid3 {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

/*  */
.box4 {
    background-color: #f8f8f8;
    padding: 1.65rem 0 2.65rem;
}
.box4 .wh {
    max-width: 68rem;
}
.bt2 h3 {
    color: var(--primary-color);
    font-size: 32px;
}

.bt2 i {
    width: 345px;
    height: 34px;
    background: url(../../assets/ef95a7b9/22/06/d5fc7cf705f6bf0f661feb395a11cf3e8657c173.png) no-repeat center;
    line-height: 34px;
    text-align: center;
    margin-left: 65px;
    color: #ffffff;
    font-size: 25px;
    font-weight: bold;
}

.p1 {
    color: #999999;
    font-size: 25px;
    font-family: 'Calibri';
    font-style: italic;
    text-transform: uppercase;
}

.te {
    margin-top: 2.6rem;
}

.ysimg {
    width: 44.4%;
    border-radius: 15px;
    overflow: hidden;
}

.ysimg img {
    display: block;
    width: 100%;
}

.fbox {
    width: 47.8%;
}

.fbox h3 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ful {
    margin: 2.3rem 0 3.45rem;
}

.ful p {

    font-size: 16px;
    color: #505050;
    font-style: normal;
    text-transform: none;
}


.m2 {
    font-size: 0;
    text-align: center;
}

.m2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 124px;
    height: 35px;
    background: var(--primary-color);
    border-radius: 20px;
    color: #ffffff !important;
    font-size: 17px;
}




/*  */
.box5 {
    background: url(../../assets/ef95a7b9/22/06/29006c40dd8ad5b40ea0e28fd524870b43c2610a.jpg) no-repeat top center;
    background-size: cover;
    padding: 3% 0 3.2%;
}

.gywm {
    max-width: 1111px;
    background: rgba(255, 255, 255, .8);
    padding: 47px 9.5% 34px;
    margin: 0 auto;
}

.gsjj {
    color: #6d6d6d;
    font-size: 15px;
    line-height: 26px;
    text-align: center;
    position: relative;
    padding: 24px 0;
    border-bottom: 1px solid #cdcdcd;
}

.d1 {
    position: absolute;
    top: 0;
    left: 0;
}

.d2 {
    position: absolute;
    bottom: 0;
    right: 0;
}

.tj input {
    display: block;
    width: 123px;
    height: 35px;
    background-color: #4a8375;
    border-radius: 18px;
    line-height: 35px;
    text-align: center;
    outline: none;
    border: none;
    margin: 0 auto;
    color: #ffffff;
    font-size: 14px;
}

.ycon {
    margin: 14px 0 37px;
}

.yan {
    margin-top: 45px;
}

.ycon textarea {
    outline: none;
    border: none;
    height: 103px;
    width: 100%;
    background: #eee;
    color: #999999;
    font-size: 15px;
    padding: 10px;
}

.xm {
    width: 31.7%;
}

.xm input {
    display: block;
    width: 100%;
    border: none;
    height: 45px;
    background-color: #eeeeee;
    color: #999999;
    font-size: 15px;
    padding-left: 15px;
    outline: none;
}

.yan ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999999;
}

.yan :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999;
}

.yan ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999;
}

.yan :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999999;
}

.yzm {
    width: 31.7%;
}

.yzm #checkcode {
    height: 45px;
    background-color: #eeeeee;
    width: calc(100% - 155px);
    border: none;
    outline: none;
    padding-left: 14px;
    color: #999999;
    font-size: 15px;
}





/*  */
.box6 {
    margin: 2.45rem 0 2.35rem;
}
.box6 .wh {
    max-width: 68rem;
}
.nul {
    margin-top: 4.7%;
}

.nul li {
    width: 31.7%;
}

.nul li .img img {
    display: block;
    width: 100%;
}

.nul li h3 a {
    display: block;
    color: #333333;
    font-size: 23px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    margin: 1.25rem 0 1rem;
}

.nul li p {
    color: #666666;
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.nul li:hover h3 a {
    color: var(--primary-color);
}






/*  */
.foot {
    background-color: var(--primary-color);
    padding: 3.55rem 0 10px;
}
.foot .wh {
    max-width: 68rem;
}
.ft1 {
    padding-bottom: 6%;
}

.ft2 {
    text-align: center;
    color: #dedede;
    font-size: 14px;
    padding-top: 10px;
    border-top: 1px dashed #fff;
}

.ft2 a {
    color: #dedede;
}

.dao {
    width: 35%;
}

.dao li dd {
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 20px;
}

.dao li a {
    display: block;
    text-align: center;
    color: #dedede;
    font-size: 17px;
    line-height: 1;
    margin: 15px 0;
}

.tlx h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0 26px;
}

.lx {
    color: #dedede;
    font-size: 15px;
    line-height: 36px;
}

.tewm {
    color: #dedede;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
}

.tlx {
    margin-right: 64px;
}







@media(max-width: 1280px) {
    .m2 a {
        margin: 0 30px;
    }

    .fbox h3 {
        /* font-size: 18px; */
    }

    .ful {
        margin: 20px 0;
    }

    .yan #codeimg {
        width: 120px;
        height: 45px;
    }

    .yzm #checkcode {
        width: calc(100% - 120px);
    }
}

@media(max-width: 991px) {
    .bt2 h3 {
        font-size: 26px;
    }

    .bt2 i {
        margin-left: 20px;
        font-size: 20px;
    }

    .ful li p {
        font-size: 13px;
        line-height: 23px;
    }

    .p1 {
        font-size: 20px;
    }

    .m2 a {
        margin: 0 10px;
    }
}











@media(max-width: 768px) {
    .plist li h3 a {
        font-size: 14px;
    }

    .mySwiper .swiper-slide h3 a {
        font-size: 16px;
    }

    .mySwiper .swiper-slide p {
        font-size: 14px;
        line-height: 22px;
    }

    .mySwiper .swiper-pagination {
        top: 60%;
    }

    .aleft,
    .aright {
        width: 100%;
    }

    .aleft {
        /*margin-bottom: 20px;*/
    }

    .aul li {
        /*padding-bottom: 30px;*/
        background-size: 100%;
    }

    .dbt {
        padding-top: 30px;
    }

    .aright {
        padding-bottom: 30px;
    }

    .abox2 {
        padding-bottom: 30px;
    }

    .jian {
        padding: 20px 15px;
    }

    .aleft a {
        margin-top: 20px;
    }

    .dbt dd {
        font-size: 24px;
    }

    .dbt dt {
        font-size: 12px;
    }

    .nul li h3 a {
        margin: 20px 0 10px;
    }

    .ft1 {
        display: none;
    }

    .foot {
        padding: 20px 0;
    }

    .ft2 {
        border: none;
    }
}
@media(max-width: 992px) {
    .ysimg,
    .fbox {
        width: 100%;
        float: none;
    }
    .fbox {
        margin-bottom: 30px;
    }
}
@media(max-width: 640px) {
    .bt1 dd {
        font-size: 24px;
    }

    .bt1 dt {
        /*margin-top: 10px;*/
        line-height: 20px;
        font-size: 12px;
    }


    .mySwiper {
        margin-bottom: 20px;
    }

    .mySwiper,
    .plist {
        width: 100%;
    }

    .plist li {
        margin-bottom: 15px;
    }

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

    .cul li h3 a {
        font-size: 16px;
        padding-top: 15px;
    }

    .box4 {
        padding: 30px 0;
    }

    .bt2 h3 {
        float: none;
        width: 100%;
        font-size: 24px;
    }

    .bt2 i {
        margin-top: 10px;
        margin-left: 0;
        float: none;
        width: 100%;
        display: block;
    }

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

    .ysimg {
        margin-bottom: 20px;
    }

    .ysimg,
    .fbox {
        width: 100%;
        float: none;
    }

    .fbox h3 {
        padding: 0 5px;
        /* font-size: 14px; */
        text-align: center;
    }

    .m2 a {
        margin: 0;
    }

    .m2 a:last-child {
        margin-left: 10px;
    }

    .gywm {
        padding: 20px 15px;
    }

    .gsjj {
        font-size: 13px;
        line-height: 24px;
    }

    .yan {
        margin-top: 20px;
    }

    .xm {
        width: 100%;
        margin-bottom: 10px;
    }

    .yzm {
        width: 100%;
    }

    .ycon {
        margin-bottom: 20px;
    }

    .box5 {
        padding: 30px 0;
    }

    .box6 {
        margin: 30px 0 0 0;
    }

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

    .nul li h3 a {
        font-size: 16px;
    }

    .nul li p {
        font-size: 14px;
    }

    .ft2 {
        font-size: 12px;
        padding: 15px 0;
    }
}




















/* 友情链接 */

.c-link {
    padding: 20px 0;
    font-size: 15px;
    color: var(--primary-color);
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd {
    width: calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255, 255, 255, .6);
    padding: 10px;
    min-width: 120px;
}

.c-link a {
    color: #2a333c;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}



/*内页左侧样式*/
.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}

.page-product-inquiry a {
    color: #fff;
}


@media (max-width: 992px) {
    body {
        padding-top: 60px;
        padding-bottom: 50px;
    }
}