.wrap {
    width: 1170px;
    margin: 0 auto;
}

a {
    font-family: 微软雅黑;
}

header {
    width: 100%;
    height: 83px;
}

.header_cont_pc {
    /* width: 1170px; */
    height: 83px;
    /* background-color: aquamarine; */
    position: relative;
}

.header_left_img {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 405px;
    height: 74px;
}

.header_left_img img {
    width: 100%;
    height: 100%;
}

.header_right {
    width: 250px;
    height: 83px;
    /* background-color: gray; */
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header_right a {
    font-size: 18px;
    color: #666;
}

.icon-dianhua {
    font-size: 40px;
    text-align: center;
    line-height: 48px;
    color: rgb(39, 143, 68);
}


/* 导航 begin */

#nav {
    height: 75px;
    background-color: #278F44;
}

.nav_cont {
    height: 75px;
    /* background-color: gray; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_cont .ipnav_item {
    width: 85px;
    height: 75px;
}

.nav_cont .ipnav_item a {
    width: 85px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 75px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
}

.nav_cont .ipnav_item:hover {
    background-color: rgba(238, 238, 238, 0.36);
    /* filter: alpha(Opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8; */
}


/* 导航 end */


/* 手机端导航 */

.nav_phone {
    position: relative;
    right: 0;
}

.phonenav {
    width: 20%;
    min-height: 100px;
    background-color: #fff;
    z-index: 33;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    display: none;
}

.phonenav .ipnav_item {
    width: 100%;
    /* text-align: center; */
    /* height: 50px; */
}

.phonenav a {
    font-size: 12px;
    color: #333;
    /* height: 50px; */
}

.cd-nav-trigger {
    position: absolute;
    right: 0;
    top: 20px;
}

.icon-daohang {
    position: absolute;
    right: 0;
    /* top: 20px; */
}

.icon-chahao {
    position: absolute;
    right: 0;
    /* top: 20px; */
    display: none;
}

.phonenav {
    position: absolute;
    right: 0;
    top: 42px;
}


/* 手机端导航 */


/* 轮播 begin */

#banner {
    width: 100%;
    height: 100%;
    position: relative;
}

#swiper1 {
    width: 100%;
    height: 100%;
}


/* .swiper-wrapper  {
    width: 100%;
    height: 500px;
} */

.s1-slide {
    width: 100%;
    height: 100%;
}

#swiper1 img {
    width: 100%;
    height: 100%;
}

.s1-pagination {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* width: 100%; */
    height: 25px;
    position: absolute;
    left: 50%;
    /* bottom: 10px; */
    bottom: -10px;
}


/* 轮播 end */


/* product begin */

#product {
    width: 100%;
    /* height: 504px; */
}

.product_cont {}

.productTop {
    width: 100%;
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.productToptit {
    display: block;
    font-size: 28px;
    color: #333;
    width: 100%;
    height: 30px;
    text-align: center;
    position: absolute;
    top: 42px;
}

.productTop i {
    display: block;
    width: 350px;
    height: 1px;
    background-color: gray;
    position: absolute;
    top: 83px;
    /* left: 50%; */
}

.productTop b {
    display: block;
    width: 80px;
    height: 5px;
    background-color: rgb(39, 143, 68);
    position: absolute;
    top: 81px;
}


/* 左侧导航 begin */

.sellertj_phone {
    display: none;
    background-color: #fff;
}

.sellertj_nav {
    width: 18%;
    min-height: 400px;
    border: 1px solid gray;
    /*border-bottom: none;*/
    float: left;
}

.sellertj_nav ul {
    width: 100%;
    /*min-height: 400px;*/
	height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.sellertj_nav ul li {
    width: 100%;
    height: 45px;
    border-bottom: 1px solid gray;
}

.sellertj_nav ul li:hover ,.sellertj_nav ul li.act {
    background-color: #278F44;
}

.sellertj_nav ul li:hover a {
    color: #fff;
}

.sellertj_nav ul li.act a {
    color: #fff;
}


.sellertj_nav ul a {
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    color: #333;
    padding: 0 10px;
	font-weight: bold;
}


/* 左侧导航 end */


/* 右侧 list begin */

.sellertj_R {
    width: 76%;
    height: 100%;
    float: left;
    margin-left: 2%;
}

.sellertj_R .sell2 .txtcontent{
    width: 100%;
    height: auto;
    font-size: 14px;
	line-height: 26px;
	padding: 5px;
}

.sellerR_list {
    width: 100%;
    /* height: 662px; */
    /* background-color: palegreen; */
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    align-items: center;
}

.sellerR_item {
    width: 20%;
    margin-left: 5%;
    margin-top: 1%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    box-shadow: darkgrey 0px 0px 30px 5px;
}

.sellerR_itemimg {
    width: 100%;
    height: 229px;
}

.sellerR_itemimg img {
    width: 100%;
    height: 100%;
}

.sellerR_itemimg img {
    width: 100%;
    height: 100%;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    overflow: hidden;
}

.sellerR_itemimg img:hover {
    transform: scale(1.01);
}

.sellerR_itemtit {
    /* position: relative; */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
}

.sellerR_itemtit p {
    font-size: 16px;
    color: #333;
}


/* 清除浮动 */

.clearfix:after,
.clearfix:before {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.paging {
    width: 100%;
    height: 85px;
    /* background-color: tomato; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination {
    width: 177px;
    height: 39px;
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination li {
    width: 40px;
    border: 1px solid gray;
}

.pagination li a {
    display: block;
    font-size: 18px;
    color: #278F44;
    margin-left: 0;
    line-height: 50px;
    display: flex;
    width: 40px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.pagination li:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination li:not(:first-child) {
    border-left-width: 0px;
}

.pagination li:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.pagination li:hover {

    cursor: default;
    background-color: #278F44;
    border-color: #278F44;
    cursor: pointer;
}

.pagination li:hover>a {
    color: #fff !important;
}

/*  */
.product_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.product_list>li {
    width: 28%;
    margin: 2.5%;
}

.product_list>li>a>div:last-child {
    font-size: 16px;
    font-family: 微软雅黑;
    font-style: normal;
    color: #333333;
    margin-top: 16px;
    text-align: center;
}

.pic_a {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 0 0 1px #ccc;
    border: 3px solid #fff;
    margin: 0 1.5%;
}

.pic_a::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.d1_img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    padding: auto;
    transition: all 0.5s;
}

.d1_img:hover {
    transform: scale(1.1);
}

/*  */
/* 右侧 list end */


/* product end */


/* footer begin */

/*footer {
    height: 279px;
    background-color: rgb(7, 55, 99);
    margin-top: 373px; 
}*/

.footer_cont {
    height: 279px;
    /* background-color: indianred; */
}

.footcon_top {
    height: 219px;
    /* background-color: #000; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.foottop_left {
    width: 285px;
    height: 150px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-around;
    align-items: center; */
}

.footleft_p1 {
    font-size: 36px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 40px;
    text-decoration: none;
    text-align: left;
}

.footleft_p2 {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
}

.footleft_p3 {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 255, 255);
    background-color: transparent;
    line-height: 26px;
    text-decoration: none;
    text-align: left;
}

.foot_cen {
    width: 500px;
    height: 100%;
    /* float: left; */
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footcen_img {
    width: 120px;
    height: 120px;
}

.footcen_img img {
    width: 100%;
    height: 100%;
}

.footcen_y {
    width: 310px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.span001 {
    font-size: 16px;
    color: #fff;
}

.span002 {
    font-size: 14px;
    color: #fff;
}

.span003 {
    font-size: 30px;
    color: #fff;
}

.footer_bot {
    height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.footbot_p {
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #fff;
}


/* footer begin */

@media screen and (min-width:1200px) {
    #banner .swiperip {
        display: none;
    }

    .phone_sellerRecommend {
        display: none;
    }

    .phonefooter,
    .phone_fours {
        display: none;
    }

    .ilogo,
    .ipbanner {
        display: none;
    }

    .ipsellertj_R,
    #ipad,
    .packcon_ipbox,
    .ipnews {
        display: none;
    }

    /* 底部导航 IP端的元素 设置隐藏 */
    .footcen_ip {
        display: none;
    }
}

@media screen and (min-width:768px)and (max-width:1199px) {

    body,
    html {
        overflow-x: hidden;
    }

    .wrap {
        width: 100%;
    }

    .ilogo,
    .ibanner {
        display: none;
    }

    .ipsellertj_R,
    #ipad,
    .packcon_ipbox,
    .ipnews {
        display: none;
    }

    .cd-nav-trigger {
        display: none;
    }

    header {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    #nav {
        width: 100%;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    #banner {
        display: flex;
        position: relative;
        height: 230px;
        /* margin-top: -75px; */
    }

    #swiper1 {
        height: 230px;
    }

    .s1-slide {
        width: 100%;
        height: 220px;
        background-size: 100%;
    }

    .s1-pagination {
        bottom: 0px;
    }

    #fours {
        height: 700px;
    }

    .phone_fours {
        display: none;
    }

    .fours_cont {
        height: 700px;
    }

    .fours_cont_box {
        height: 700px;
        flex-wrap: wrap;
    }

    .fours_list {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        width: 265px;
    }

    .foursList_tit {
        margin-top: -192px;
    }

    #product {
        width: 100%;
        min-height: 992px;
    }
    .sell2{
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .sellerR_list {
        display: flex;
        flex-wrap: wrap;
    }

    .sellerR_list .sellerR_item {
        width: 30%;
        height: 230px;
    }

    .sellerR_itemimg {
        width: 100%;
        height: 80%;
    }

    .sellerR_itemtit {
        width: 100%;
        height: 20%;
    }

    /* 手机版左侧导航 */
    .sellertj_phone {
        /* display: block; */
        background-color: #fff;
    }

    .sellertj_phone ul {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        /* min-height: 100px; */
    }

    .sellertj_phone ul li {
        /* min-height: 100px; */
        width: 100%;
        text-align: center;
    }

    .sellertj_phone ul a {
        font-size: 14px;
        color: #333333;
        /* text-align: center; */
    }

    /* 下拉图标 */
    .xialaicon {
        width: 100%;
        text-align: center;
        font-size: 18px;
    }

    .icon-xialacaidan,
    .icon-xialacaidan1 {
        color: #278F44;
        /*  */
        /* width: 20px; */
        /* height: 20px; */
    }

    .icon-xialacaidan1 {
        display: none;
    }

    .sellertj_nav {
        width: 22%;
        display: none;
    }

    .sellertj_R {
        width: 100%;
    }

    .sellerR_item {
        margin-left: 2.5%;
        margin-top: 1%;
    }

    .pc_sellertj {
        /* display: none; */
    }

    .paging {
        /* margin-top: 350px; */
    }

    .phone_sellerRecommend {
        display: block;
    }

    .phone_sellerRecommend {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
    }

    .packbox_img {
        width: 33%;
    }

    #news {
        height: 345px;
    }

    .news_cont {
        height: 100%;
    }

    .newsList {
        height: 223px;
    }

    footer {
        width: 100%;
    }

    .footer_cont {
        width: 99%;
    }

    .foot_cen {
        display: none;
    }

    .foottop_left,
    .foottop_r {
        width: 45%;
    }

    .phonefooter {
        display: none;
    }

    .footleft_p1,
    .footleft_p2,
    .footleft_p3 {
        text-align: center;
    }

    .foottop_r {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width:767px) {

    body,
    html {
        overflow-x: hidden;
    }

    .wrap {
        width: 100%;
    }

    .header_cont_pc {
        display: none;
    }

    header {
        width: 100%;
        display: flex;
        height: 60px;
        /* justify-content: space-around; */
        align-items: center;
        margin-left: 5%;
    }

    .ilogo {
        width: 223px;
        height: 48px;
    }

    .ilogo img {
        width: 100%;
        height: 100%;
    }

    .nav_but {
        width: 50px;
        height: 48px;
        /* background-color: antiquewhite; */
        display: flex;
        /* justify-content: center; */
        /* align-items: center; */
        margin-right: 5%;
    }

    /* 手机端导航 */
    .nav_phone {
        position: relative;
        right: 0;
    }

    .phonenav {
        width: 20%;
        min-height: 100px;
        background-color: #fff;
        z-index: 33;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        display: none;
    }

    .phonenav .ipnav_item {
        width: 100%;
        /* text-align: center; */
        /* height: 50px; */
    }

    .icon-daohang,
    .icon-chahao {
        color: #278F44;
        /* position: absolute; */
        /* right: 0; */
        /* top: 20px; */
    }

    .icon-chahao {
        /* position: absolute; */
        /* right: 0; */
        /* top: 20px; */
        display: none;
    }

    .phonenav {
        width: 100%;
		height: auto;
        /*height: 352px;*/
        position: absolute;
        right: 0;
        top: 60px;
    }

    .ipnav_item {
        width: 100%;
        height: 39px;
        border-bottom: 1px solid #ececec;
    }

    .ipnav_item a {
        height: 38px;
        font-family: 微软雅黑;
        font-size: 14px;
        color: #666666;
        font-weight: normal;
        font-style: normal;
        text-decoration: none;
        background-color: #FFFFFF;
        display: inline-block;
        text-align: left;
        line-height: 38px;
        padding-left: 20px;
    }

    /* 手机端导航 */
    #nav {
        display: none;
    }

    #banner .swiperpc {
        display: none;
    }

    #banner,
    #swiper1 {
        height: 100%;
    }

    .s1-slide {
        width: 100%;
        height: 100%;
        background-size: cover;
    }

    .swiper-pagination {
        display: none;
        /* bottom: 375px; */
    }

    .sellertj_nav {
        display: none;
    }

    .sellertj_phone {
        display: block;
    }

    .sellertj_phone ul {
        display: flex;
        flex-wrap: wrap;
    }

    .sellertj_phone ul li {
        width: 40%;
        margin: 2%;
    }

    .sellertj_R {
        width: 100%;
        /* margin-top: 30px; */
    }

    .sellertj_R .sellerR_item {
        width: 38%;
        height: 130px;
        margin-left: 6%;
    }

    .sellertj_R .sellerR_itemimg {
        width: 100%;
        height: 80%;
    }

    .sellertj_R .sellerR_itemtit {
        width: 100%;
        height: 20%;
    }

    .sellertj_R .sellerR_itemimg img {
        width: 100%;
        height: 100%;
        transition: all .4s;
        -moz-transition: all .4s;
        -webkit-transition: all .4s;
        -o-transition: all .4s;
        overflow: hidden;
    }

    /*修改 卖家推荐 end   */
    #fours {
        height: 400px;
    }

    .fours_cont_box {
        width: 100%;
    }

    .pc_fours {
        display: none;
    }

    .phone_fours {
        display: block;
    }

    .fours_list {
        width: 100%;
        margin-left: 30px;
    }

    #product {
        min-height: 1042px;
    }

    .sellertj_nav {
        width: 100px;
        min-height: 250px;
    }

    .sellertj_nav ul {
        width: 100px;
        min-height: 250px;
    }

    .sellertj_nav ul li {
        width: 100px;
        height: 26px;
        border-bottom: 1px solid gray;
        /* line-height: 20px; */
    }

    .sellertj_nav ul a {
        text-align: center;
        line-height: 20px;
        font-size: 10px;
        color: #333;
        padding: 0 10px;
    }

    .pc_sellertj {
        /* display: none; */
    }

    /* 手机版左侧导航 */
    .sellertj_phone {
        width: 100%;
        /* display: block; */
        background-color: #fff;
    }

    .sellertj_phone ul {
        display: flex;
        flex-wrap: wrap;
        /* flex-direction: column; */
        /* min-height: 100px; */
    }

    .sellertj_phone ul li {
        /* min-height: 100px; */
        width: 40%;
        margin-left: 6%;
        text-align: center;
        border: 1px solid #278F44;
    }

    .sellertj_phone ul a {
        font-size: 14px;
        color: #333333;
        /* text-align: center; */
    }

    /* 下拉图标 */
    .xialaicon {
        width: 100%;
        text-align: center;
        font-size: 18px;
        position: relative;
    }

    .icon-xialacaidan,
    .icon-xialacaidan1 {
        color: #278F44;
        position: absolute;
        top: -25px;
        left: 50%;
        /*  */
        /* width: 20px; */
        /* height: 20px; */
    }

    .icon-xialacaidan1 {
        display: none;
    }

    .phone_sellerRecommend {
        display: block;
        /* width: 75%; */
        display: flex;
        flex-wrap: wrap;
    }

    .phone_sellerRecommend {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .sellerR_item {
        width: 48%;
        height: 300px;
        margin: 1%;
    }

    .paging {
        width: 100%;
        /* margin-top: 560px; */
    }

    .packcon_box {}

    .packbox_img {
        width: 30%;
        height: 250px;
    }

    .packbox_img img {
        width: 100%;
        height: 100%;
    }

    /*#news {
        height: 340px;
    }*/

    .pcfooter {
        margin-top: 0;
        /* height: 20px; */
    }

    footer {
        background-color: rgb(102, 102, 102);
    }

    .foottop_left,
    .foottop_r,
    .footcen_pc {
        display: none;
    }

    .footcen_img img {
        width: 78%;
        height: 67%;
    }

    .footcon_top {
        width: 100%;
        height: 60%;
    }

    .footer_bot {
        width: 100%;
        height: 35%;
        padding: 5%;
    }

    .foot_cen {
        display: flex;
        padding: 12%;
    }

    .foot_cen .span001 {
        margin-left: -12%;
    }

    .product_list {
        margin: 0 auto;
        width: 90%;
    }

    .product_list>li {
        width: 45%;
    }

    .pic_a {
        position: relative;
        width: 100%;
        overflow: hidden;
        box-shadow: 0 0 0 1px #ccc;
        /* border: 3px solid #fff; */
        margin: 0 0;
    }

    .pic_a::before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .d1_img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        max-width: 100%;
        max-height: 100%;
        display: block;
        margin: auto;
        padding: auto;
        transition: all 0.5s;
    }

    .d1_img:hover {
        transform: scale(1.1);
    
    }
    .sellertj_R {
        width: 100%;
        float: left;
        margin: 0 auto;
    }
}