﻿/*进出口*/
.Importindextitle {
    padding: 45px 0px 30px 60px;
    width: 70%;
    font-size: 22px;
    font-weight: 500;
    color: rgba(255,255,255,1);
    line-height: 30px;
}

.Importindexstitle {
    width: 70%;
    height: 90px;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-left: 60px;
}



.Importindexstitle1 {
    width: 70%;
    font-size: 18px;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: right;
    padding-right: 60px;
    float: right;
}

.Importindeximg1 {
    /*background-image: url('images/Import1.png');*/
    width: 100%;
    height: 230px;
    background-size: 100% 100%;
    margin-bottom: 30px;
    cursor: pointer;
}

.Importindeximg2 {
    /*background-image: url('images/Import2.png');*/
    width: 100%;
    height: 230px;
    background-size: 100% 100%;
    margin-bottom: 30px;
    cursor: pointer;
}

.Importcontent {
    font-size: 16px;
    font-weight: 400;
    color: rgba(30,30,30,1);
    line-height: 22px;
}

    .Importcontent ul {
        -webkit-padding-start: 20px;
    }

        .Importcontent ul li {
            list-style: disc;
            color: #DA251D;
            font-size: 14px;
            line-height: 28px;
            content: ".";
            margin-bottom: 20px;
        }

            .Importcontent ul li span {
                color: #1E1E1E
            }
/*产品代理*/
/*产品代理*/
.pindex {
    width: 100%;
    overflow: hidden;
}

.pindex-content {
    justify-content: space-between;
    width: 1257px;
    margin: 0px auto;
    margin-bottom: 100px;
    /* float: left; */
    margin-top: 60px;
    /*! margin-left: 20px; */
    /*! margin-bottom: 46px; */
}

.pindex-chanpin {
    width: 360px;
    height: 420px;
    background: rgba(255,255,255,1);
    /*box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.5);*/
    border-radius: 4px;
    align-content: space-around;
    flex-wrap: wrap;
    float: left;
    margin-bottom: 100px;
    border: 1px solid #c9c9c9;
    margin: 28px;
    margin-bottom: 80px;
}

.ptitle {
    width: 100%;
    height: 30px;
    font-size: 22px;
    font-weight: 400;
    color: rgba(16,16,16,1);
    line-height: 30px;
    text-align: center;
    padding-top: 60px;
}

.pindex-chanpin img {
    width: 90px;
    height: 90px;
    margin-left: 140px;
    margin-top: 50px;
}

.pstitle {
    font-size: 17px;
    font-weight: 400;
    color: rgba(16,16,16,0.5);
    line-height: 30px;
    text-align: center;
    margin-top: 30px;
    width: 80%;
    margin-left: 10%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    display: none;
}

.pbtnmore {
    width: 170px;
    height: 50px;
    border-radius: 40px;
    border: 1px solid rgba(218,37,29,1);
    margin: 0px auto;
    background-color: white;
    color: rgba(218,37,29,1);
    cursor: pointer;
}

.pdivmore {
    width: 170px;
    height: 50px;
    margin: 0px auto;
    margin-top: 70px;
}
/*新闻中心*/
.newbtitle {
    width: 800px;
    margin-top: -100px;
    margin: 0px auto;
    display: flex;
    box-shadow: 2px 2px 6px 5px rgba(0,0,0,0.07);
    border-radius: 4px;
    /* position: absolute; */
    /* top: -50px; */
    margin-top: -30px;
    /* left: 50%; */
    /* right: 50%; */
    /* margin-left: -500px; */
    background-color: white;
    position: sticky;
}

.trapezoidleft {
    width: 400px;
    border-top: 70px solid #DA251D;
    /*border-right: 50px solid transparent;*/
    flex: 1;
    /*margin-right: -25px;*/
    /*border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;*/
    color: white;
    text-align: center;
    line-height: 70px;
    font-size: 25px;
    font-weight: 400;
    cursor: pointer;
}

    .trapezoidleft span {
        margin-left: -45px !important
    }

.trapezoidleft1 {
    border-top: 70px solid rgba(255,255,255,1) !important;
    color: #DA251D;
}

.trapezoidright {
    border-bottom: 70px solid rgba(255,255,255,1);
    /*border-left: 50px solid transparent;*/
    width: 400px;
    flex: 1;
    /*margin-left: -25px;*/
    /*border-top-right-radius: 4px;*/
    /* border-bottom-right-radius: 4px; */
    color: #DA251D;
    text-align: center;
    line-height: 70px;
    font-size: 25px;
    font-weight: 400;
    cursor: pointer;
}

    .trapezoidright span {
        margin-left: -45px !important;
    }

.trapezoidright1 {
    border-bottom: 70px solid #DA251D !important;
    color: white;
}

.newmain {
    width: 1120px;
    margin: 0px auto;
    padding: 80px 40px 100px 40px;
    overflow: hidden;
    /* position: absolute; */
}

.newstitle {
    width: 100%;
    margin: 10px;
    height: 30px;
    font-size: 22px;
    font-weight: 500;
    color: #939393;
    line-height: 30px;
    display: flex;
    justify-content: space-between;
}

.newstitle1 {
    color: rgba(218,37,29,1) !important;
}

.newhr {
    width: 40px;
    height: 3px;
    background: rgba(218,37,29,1);
    margin-left: 485px;
    float: left;
}

.newhr1 {
    width: 40px;
    height: 3px;
    background: rgba(218,37,29,1);
    margin-right: 469px;
    float: right;
}

.newlist {
    /* padding:30px 50px 30px 50px; */
    /* width:1060px; */
    /* display:flex; */
    /* margin-bottom: 30px; */
    cursor: pointer;
}

    .newlist td {
        vertical-align: top;
    }


    .newlist img {
        width: 360px;
        height: 220px;
        margin-right: 40px;
        margin-bottom: 38px;
    }

.newlistbtitle {
    font-size: 22px;
    font-weight: 500;
    color: rgba(16,16,16,1);
    line-height: 33px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
    font-weight: bold;
}

.newlistbdate {
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    color: rgba(147,147,147,1);
    line-height: 40px;
}

.newlistbcontent {
    font-size: 18px;
    font-weight: 400;
    color: rgba(16,16,16,1);
    line-height: 34px;
    margin-top: 16px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
    height: 140px;
}

.newhlist {
    width: 30%;
    margin: 1.6%;
    float: left;
    margin-bottom: 20px;
    cursor: pointer;
}

    .newhlist img {
        width: 350px;
        height: 200px;
        border-radius: 4px;
    }

.newhlistbtitle {
    font-size: 22px;
    font-weight: 500;
    color: rgba(16,16,16,1);
    line-height: 33px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 66px;
}

.newhlistbdate {
    font-size: 16px;
    font-weight: 400;
    color: rgba(147,147,147,1);
    line-height: 40px;
}

.Dtitle {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    width: 90%;
    margin-left: 5%
}

.Ddate {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 90px;
    color: #808080;
    font-weight: normal
}
.listbanner {
    width: 1200px;
    margin: 0px auto;
    height: 100px;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
}
.listhr {
    height: 3px;
    width: 1100px;
    margin-left: 50px;
    margin-top: 33px;
    background-color: #555555;
    position: absolute;
    z-index: -1;
}
.showImage {
    background-image: url('list.png');
    width: 260px;
    height: 93px;
}

.showImage1 {
    background-image: url('list.png');
    width: 80px;
    height: 93px;
}

.showImage:hover {
    background-image: url('listactive.png');
}

.showImageactive {
    background-image: url('listactive.png');
}
.showImage1:hover {
    background-image: url('listactive.png');
}

#item1 {
    background-position: 0 0;
    cursor:pointer;
}

#item2 {
    background-position: -87px 0;
    cursor: pointer;
}

#item3 {
    background-position: -346px 0;
    cursor: pointer;
}

#item4 {
    background-position: -599px 0px;
    cursor: pointer;
}

#item5 {
    background-position: 359px -0px;
    cursor: pointer;
}

#item6 {
    background-position: 80px 0px;
    cursor: pointer;
}
