.banner {
    max-height: 700px;
    overflow: hidden;
    position: relative;
}

.banner .item img {
    display: block;
    width: 100%;
}

.banner .slick-arrow {
    font-size: 0;
    text-indent: 9999px;
    z-index: 5;
    cursor: pointer;
    outline: 0;
    top: 50%;
    border: none;
    margin-top: -52px;
    background-position: 0 0;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url(../images/20210114090244_1633040122.png);
    width: 49px;
    height: 104px;
    position: absolute;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.banner .slick-prev {
    left: -54px;
}

.banner .slick-next {
    right: -54px;
    background-position: -49px 0;
}

.banner:hover .slick-prev {
    left: 54px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner:hover .slick-next {
    right: 54px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

.banner .slick-arrow:hover {
    opacity: .8;
}

.banner .slick-dots {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    text-align: center;
    font-size: 0;
    z-index: 1;
}

.banner .slick-dots li {
    display: inline-block;
    width: 100px;
    height: 6px;
    background-color: #ccc;
    cursor: pointer;
    margin: 0 5px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

.banner .slick-dots button {
    display: none;
}

.banner .slick-dots li.slick-active {
    background-color: #006fb4;
}



.cur_adr {
    margin-bottom: 20px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align:right;
    background-color: #eee;
    transition: 0.1s all;
    letter-spacing: 1px;
    position: relative;
}

.cur_adr a {
    font-size: 15px;
}

.cur_adr:hover {
    background-position: 7px -26px;
}


.cur_adr a:hover {
    color: #233a88;
}

.cur_adr::after,
.cur_adr:after {
    content: '';
    position: absolute;
    display: block;
    height: 40px;
    width: 200px;
    top: 0;
    right: 0;
}

/*新闻分类编辑*/



.ul-tabs_b1 {
    text-align: center;
    border-bottom: 1px #ccc dashed;
    height: 90px;
    margin: 25px 0;
}

.ul-tabs_b1 li {
    margin: 0 10px;
    display: inline-block;
    transition: 0s;
    width: 193px;
    margin-top: 12px;
}

.ul-tabs_b1 li a {
    font-size: 18px;
    color: #333;
    display: block;
    background: #f1f1f1;
    line-height: 46px;
    border: 1px solid #e7e7e7;
}

.ul-tabs_b1 li:hover {
    box-shadow: 1px 1px 10px #ccc;
}


.newstemptwo li {
    width: 1300px;
    height: 225px;
}

.newspic img {
    width: 300px;
    ;
    height: 225px;
    ;
}

.in_new {
    font-size: 14px;
    line-height: 32px;
    width: 95%;
    margin: 0 auto;
}

.in_new p {
    text-indent: 2em;
}



.g-news {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 30px 0;
    overflow: hidden;
    position: relative;
    background: #FFF;
}



.g-news:hover {
        background: #f6f6f6;
}


.g-news .l {
    width: 23%;
    float: left;
    position: relative;
    left: 0;
    overflow: hidden;
    transition: all .5s;
}

.g-news .l img {
    width: 100%;
    transition: all 0.5s;
}

.g-news:hover img {
    transform: scale(1.2);
}

.g-news .time {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 122px;
    height: 75px;
    background: rgba(74, 74, 74, 0.9);
    font-family: arial;
    color: #fff;
    text-align: center;
    padding-top: 15px;
}

.g-news .day {
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
}

.g-news .month {
    font-size: 16px;
    line-height: 20px;
}

.g-news .r {
    text-align: left;
    position: relative;
    width: 72%;
    padding: 20px;
    float: right;
    transition: all .5s;
    left: 0;
}

.g-news .r p {
    margin-bottom: 20px;
}

.g-news .r a {
    font-size: 22px;
}

.g-news .r span {
    display: block;
    color: #888;
    overflow: hidden;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #d9d9d9;
    margin-bottom: 30px;
}

.g-news .rmore {
    display: block;
    background: #bf1e1e;
    position: absolute;
    left: 27%;
    bottom: 40px;
    padding: 4px 35px;
    line-height: 30px;
    transition: all 0.5s;
    color: #fff;
}

.g-news .r a.g-news .rmore {
    font-size: 16px;
    font-weight: bold;
}







.pages_info {
    text-align: center;
}


/* 关于我们 */
.m-infob1 {
    padding: 25px 0;
    padding-bottom: 50px;
}

.m-infob1 .tit {
    font-size: 28px;
    display: block;
    border-bottom: 1px solid #e4e4e4;
    line-height: 60px;
    color: #333;
    margin-bottom: 20px;
}


.about_txt {
    overflow: hidden;
    font-size: 16px;
    color: #565656;
    line-height: 36px;


}

/*.about_txt img{width: 100%; height: auto;}
*/
.about_txt .pic {
    float: right;
    width: 43.3%;
    height: 447px;
    margin-left: 2%;
    overflow: hidden;
}

.about_txt .pic img {
    display: block;
    width: 100%;
}

.about_txt .left {
    overflow: hidden;
    overflow-y: auto;
    height: 447px;
    background: #fff;
    padding: 0 30px;
}


.m-infob2 {
    overflow: hidden;
    margin-top: 3em;
    margin-bottom: 3em;
}

.m-infob2 .left {
    float: left;
    font-size: 14px;
    width: 35.62%;
}

.m-infob2 .left span {
    font-size: 32px;
    line-height: 36px;
    font-weight: bold;
    color: #333;
    font-weight: normal;
}

.m-infob2 .left em {
    display: block;
    font-size: 18px;
    line-height: 50px;
    text-transform: uppercase;
}

.oh {
    overflow: hidden;
}

.ul-imgs {
    overflow: hidden;
    margin: 0 -12px;
}

.ul-imgs li {
    float: left;
    width: 33.33%;
}

.ul-imgs .con {
    margin: 0 12px;
}

.ul-imgs .pic {
    position: relative;
    height: 0;
    padding-top: 66%;
    overflow: hidden;
}

.ul-imgs .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
}

.ul-imgs .txt {
    height: 60px;
    text-align: center;
    color: #FFF;
    line-height: 36px;
    font-size: 18px;
    background: #dba336;
    padding: 20px 0 0;
}

.ul-imgs .con:hover .pic img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}


/* 产品页 */
.m-proclass {
    margin-bottom: 25px;
}

.m-proclass .tit {
    text-align: center;
    color: #fff;
    height: 90px;
    background: #233a88;
    font-size: 16px;
    text-transform: uppercase;
    padding-top: 20px;
}

.m-proclass .tit b {
    display: block;
    font-size: 30px;
    padding: 3px 0 3px 0;
}

.bgf3 {
    background: #f3f3f3;
}

.m-protype table,
.m-protype tbody,
.m-protype tr,
.m-protype td {
    display: block;
    width: 100%;
    padding: 0;
}

.m-protype tr {
    position: relative;
}

.m-protype b {
    font-size: 0;
}

.m-protype td b a {
    line-height: 20px;
    font-size: 18px;
    color: #6b6b6b;
    font-weight: normal;
    border-bottom: 1px solid #fff;
    padding-left: 15px;
    position: relative;
    display: block;
    line-height: 60px;
}

.m-protype td b a:before {
    width: 7px;
    height: 11px;
    background: url(../images/20210128163846_1710278703.png) no-repeat center;
    right: 18px;
}

.m-protype td b a:after,
.m-protype td b a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.m-concatb1 {
    padding: 10px;
}

.m-concatb1 img {
    width: 100%;
    height: auto;
}

.m-concatb1 p {
    white-space: nowrap;
    padding: 20px;
    font-size: 16px;
    color: #333;
}

.m-concatb1 p span {
    padding-left: 25px;
    background: url(../images/20210128163816_695687996.png) no-repeat left center;
}

.m-concatb1 p b {
    display: block;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: #233a88;
    font-family: fontDin1;
    margin-top: 5px;
}

.td_sub {
    position: absolute;
    right: -120%;
    top: 0;
    width: 100%;
    background: #eaeaea;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.td_sub a {
    display: block;
    line-height: 63px;
    border-bottom: 1px solid #feffff;
    padding-left: 45px;
    position: relative;
}

.m-protype tr:hover .td_sub {
    opacity: 1;
    visibility: visible;
    right: -100%;
}

.td_sub a:after {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #999;
    border-radius: 50%;
    left: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

.td_sub a:hover {
    color: #233a88;
}

.td_sub a:hover:after {
    background: #233a88;
}

.g-row {
    overflow: hidden;
    padding-top: 25px;
}

.g-row .col_l {
    float: left;
    width: 270px;
    margin-right: 2%;
}

.g-row .center {
    overflow: hidden;
}
.m-types{
    display: none;
}
.oh {
    overflow: hidden;
}

.m-prolist {
    width: 31.3%;
    margin: 0 1%;
    float: left;
    margin-bottom: 2%;
    overflow: hidden;
}

.m-prolist .pic {
    position: relative;
    overflow: hidden;
    border: 1px solid #e9e9e9;
}

.m-prolist .pic a {
    display: block;
}

.m-prolist .pic a img {
    width: 100%;
    height: auto;
}

.m-prolist .pic a:before {
    content: '';
    width: 0%;
    height: 0%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 2;
    top: 0;
    display: block;
    transition: all 0.3s;
}

.m-prolist .pic span {
    width: 60px;
    height: 60px;
    display: none;
    position: absolute;
    z-index: 3;
    left: 50%;
    margin-left: -30px;
    top: 39%;
    border: solid 1px #fff;
    border-radius: 60px;
    font-size: 14px;
    color: #fff;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
}

.m-prolist:hover .pic a:before {
    width: 100%;
    height: 100%;
}

.m-prolist:hover .pic span {
    display: block;
}

.m-prolist .txt {
    width: 100%;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}

.m-prolist .txt a {

    padding: 10% 4% 4% 5%;
    font-size: 16px;
    position: relative;
    z-index: 2;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;

}

.m-prolist .txt span {
    display: block;
    width: 67px;
    height: 12px;
    background: url(../images/20200522095054_1768699360.png);
    margin-top: 3%;
}

.m-prolist:hover .txt span {
    background-position: 0px -12px;
    transition: all 0.3s;
}

.m-prolist:hover .txt a {
    color: #fff;
}

.m-prolist .txt:before {
    width: 0;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #223a88;

    transition: all 0.3s;
}

.m-prolist:hover .txt:before {
    width: 100%;
}



/* 最新新闻、热门关键词、联系我们 */

.snv .item {
    overflow: hidden;
    margin-bottom: 25px;
}

.g-titl1 {
    overflow: hidden;
    background: #233a88;
    padding: 30px 20px;
    position: relative;
}

.g-titl1 h3 {
    font-size:30px;
    color: #fff;
    line-height: 1.5em;
    font-weight: 700;
    z-index: 9;
}

.g-titl1 span {
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, .6);
    margin-left: 10px;
}

.g-titl1 em {
    position: absolute;
    left: -5px;
    top: -9px;
    font-style: normal;
    font-size: 67px;
    font-weight: 700;
    opacity: .1;
    color: #fff;
    line-height: 1;
    z-index: 1;
    text-transform: uppercase;
}

.snv .item .box {
    overflow: hidden;
    border: 1px solid #d2d2d2;
}

.ul-listl2 {
    overflow: hidden;
    padding: 10px 0;
}

.ul-listl2 li {
    overflow: hidden;
    padding: 7px 14px;
}

.ul-listl2 .con {
    display: block;
    font-size: 15px;
    line-height: 2.8em;
    color: #5a5a5a;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-bottom: 1px solid #ccc;
}

.ul-listl2 .con em {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 5px 0 0;
    font-size: 16px;
    font-weight: 700;
}

.ul-listl2 .con:hover {
    color: #0348b0;
}

/* 关键词 */
.ul-listl3 {
    overflow: hidden;
    padding: 20px 7px 8px;
}

.ul-listl3 li {
    width: 50%;
    float: left;
    padding: 0 7px;
    margin-bottom: 14px;
}

.ul-listl3 .con {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 2.857em;
    border: 1px dashed #f1f1f1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.ul-listl3 .con:hover {
    color: #0348b0;
    border-color: #0348b0;
}

.m-txtl {
    overflow: hidden;
    padding: 10px 0;
    font-size: 14px;
}

.m-txtl .tit {
    padding: .3em 1.4em .8em;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.m-txtl .desc {
    overflow: hidden;
}

.m-txtl .desc p {
    border-top: 1px solid #eee;
    position: relative;
    margin-bottom: 0;
    padding: .8em 1.4em;
    color: #2f2f2f;
}


@media screen and (min-width: 1199px) and (max-width: 1920px) {
    .banner {
        max-height: 36.45vw;
        overflow: hidden;
        position: relative;
    }

    .banner .item img {
        display: block;
        width: 100%;
    }

    .banner .slick-arrow {
        font-size: 0;
        text-indent: 520.7vw;
        z-index: 5;
        cursor: pointer;
        outline: 0;
        top: 50%;
        border: none;
        margin-top: -2.708vw;
        background-position: 0 0;
        background-color: transparent;
        background-repeat: no-repeat;
        background-image: url(../images/20201126100325_1671150766.png);
        background-size: 5vw;
        width: 2.552vw;
        height: 5.416vw;
        position: absolute;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }

    .banner .slick-prev {
        left: -2.812vw;
    }

    .banner .slick-next {
        right: -2.812vw;
        background-position: -2.552vw 0;
    }

    .banner:hover .slick-prev {
        left: 2.812vw;
        filter: alpha(opacity=40);
        -moz-opacity: .4;
        -khtml-opacity: .4;
        opacity: .4;
    }

    .banner:hover .slick-next {
        right: 2.812vw;
        filter: alpha(opacity=40);
        -moz-opacity: .4;
        -khtml-opacity: .4;
        opacity: .4;
    }

    .banner .slick-arrow:hover {
        opacity: .8;
    }

    .banner .slick-dots {
        position: absolute;
        left: 0;
        bottom: 5%;
        width: 100%;
        text-align: center;
        font-size: 0;
        z-index: 1;
    }

    .banner .slick-dots li {
        display: inline-block;
        width: 5.2vw;
        height: 0.3125vw;
        background-color: #ccc;
        cursor: pointer;
        margin: 0 0.260vw;
        -webkit-transition: 0.3s all ease-in-out;
        transition: 0.3s all ease-in-out;
    }

    .banner .slick-dots button {
        display: none;
    }

    .banner .slick-dots li.slick-active {
        background-color: #006fb4;
    }
}

@media screen and (max-width: 1600px) {
    .about_txt .pic {
        float: right;
        width: auto;
        height: auto;
        margin-left: 0;
        width: 40%;
    }
    .about_txt img{width: 100%; height: auto;}

    .about_txt .pic img {
        width: 100%;
        margin: 0 auto;
    }

    .m-infob2 .left {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }

    .about_txt {
        font-size: 14px;
        line-height: 1.8;
    }

    .about_txt .left {
        height: auto;
        padding: 15px 0;
    }

    .m-infob2 .left span,
    .m-infob1 .tit {
        font-size: 18px;
    }

    .m-infob2 .left em {
        font-size: 16px;
    }


    .ul-tabs_b1 {
        height: auto;
        margin: 2vw 0;
        padding-bottom: 1vw;
    }

    .ul-tabs_b1 li a {
        font-size: 14px;
        line-height: 35px;
        padding: 0 2vw;
    }

    .ul-tabs_b1 li {
        width: auto;
        margin: 0 1vw;
    }

    .g-news .l {
        width: 33%;
    }

    .g-news .r {
        width: 67%;
    }

    .g-news .rmore {
        left: 33%;
    }
}

@media screen and (max-width: 1200px) {

    .about_txt img{width: 100%; height: auto;}

    .g-row .col_l {
        display: none;
    }
    .banner .slick-dots li{
        width: 20px;
    }

}

@media screen and (max-width: 767px) {

    .about_txt img{width: 100%; height: auto;}

    .g-news {
        padding: 2vw 0;
    }

    .g-news .l {
        float: none;
        width: auto;
    }

    .g-news .r {
        float: none;
        width: auto;
        padding: 1vw;
    }

    .g-news .r a {
        font-size: 16px;
    }

    .g-news .rmore {
        text-align: center;
        position: static;
    }

    .g-news .r span {
        margin-bottom: 1vw;
    }

    .g-news .time {
        width: 90px;
        height: 65px;
        padding-top: 0;
    }

    .g-news .day {
        font-size: 24px;
    }

    .cur_adr,
    .cur_adr a {
        font-size: 14px;
    }

    .ul-imgs {
        margin-left: 0;
        margin-right: 0;
    }

    .ul-imgs li {
        float: none;
        width: auto;
    }

    .ul-imgs .con {
        margin: 0 0 10px;
    }

    .m-prolist {
        width: auto;
        margin: 0 0 10px;
    }
}




/*产品展示*/
.ban{
    overflow: hidden;
    height: 599px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 150px;
}

.ul-listl1 li{
    border-bottom: 1px solid #eeeeee;
}
.ul-listl1 .con{
    display: block;
    font-size: 16px;
    line-height: 1.38em;
    color: #2e2e2e;
    padding: 15px 48px 15px 18px ;
    position: relative;
    text-overflow:ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.ul-listl1 .con .iconl{
    position: absolute;
    z-index: 9;
    width: 18px;
    height: 18px;
    text-align: center;
    top: 50%;
    margin-top: -9px;
    right: 20px;
    cursor: pointer;
    background: url(../images/iconl1.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.ul-listl1 .con:hover,
.ul-listl2 .con:hover{
    color: #0348b0;
}
/*安瓿瓶*/
.m-productl{
    overflow: hidden;
}
.m-slickl1{
    overflow: hidden;
    margin-bottom: 50px;
}
.m-productl .left{
    float: left;
    width: 42.61%;
    margin-right: 7.39%;
}
.m-productl .left .pic{
    overflow: hidden;
}
.m-productl .left .pic img{
    display: block;
    width: 100%;
}
.m-productl .right .tit{
    font-size: 22px;
    color: #0d0d0d;
    font-weight: normal;
    margin-bottom: 20px;
}
.m-productl .right .desc{
    font-size: 14px;
    line-height: 2.14em;
    color: #777272;
    margin-bottom: 20px;
}
.m-slickl2{
    overflow: hidden;
    margin-bottom: 30px;
}
.m-slickl2 .item{
    overflow: hidden;
    padding: 0 5px;
}
.m-slickl2 .pic{
    border: 1px solid #eee;
    padding-top: 87.735849%;
    overflow: hidden;
    position: relative;
    height: 0;
}
.m-slickl2 .pic img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.m-slickl2 .slick-current .pic{
    border-color: #0348b0;
}
.m-productl .right .btn a{
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    background: #0348b0;
    padding: .5em 1.875em;
    border-radius: 2em;
}
.m-productl .right .btn a:hover{
    opacity: .8;
}
.m-productl1{
    overflow: hidden;
}
.ul-productl1{
    border: 1px solid #eee;
    height: 40px;
    line-height: 38px;
    font-size: 0;
}
.ul-productl1::after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.ul-productl1 li{
    display: inline-block;
    vertical-align: middle;
    border-right: 1px solid #eee;
    float: left;
    width: 20%;
    text-align: center;
    font-size: 14px;
    color: #2f2f2f;
    cursor: pointer;
    border-right: 1px solid #eee;
    position: relative;
}
.ul-productl1 li.on{
    color: #0348b0;
}
.ul-productl1 li.on::after{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border: 1px solid #0348b0;
}
.m-product-tabcon{
    overflow: hidden;
    padding: 15px 0;
    font-size: 16px;
}
.m-product-tabcon a{
    color: #337ab7;
    font-weight: bold;
}
.m-product-tabcon a:hover{
    color: #23527c;
}
.m-product-tabcon img{max-width: 100%; height: auto;}
.m-tags{
    margin-top: 40px;
}
.m-tags .title{
    border-bottom: 1px solid #c3c3c3;;
    position: relative;
}
.m-tags .title h3 {
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    color: #292e39;
    line-height: 40px;
    border-bottom: 3px solid #0348b0;
    margin-bottom: -1px;
    font-weight: normal;
}
.m-tags .title .baidu-share{
    position: absolute;
    top: 8px;
    right: 0;
}
.bd_weixin_popup{
    width: 260px!important;
    height: 320px!important;
}
.m-tags .tags-content{
    margin-top: 12px;
    overflow: hidden;
}
.m-tags .tags-content a{
    display: block;
    float: left;
    font-size: 12px;
    color: #2f2f2f;
    line-height: 28px;
    background: #f4f4f4;
    padding: 0 15px;
    margin-right: 9px;
    overflow: hidden;
}
.m-tags .tags-content a:hover{
    color: #0348b0;
}
.m-tags .xypg-detail-url{
    font-size: 14px;
    color: #333;
    line-height: 1.43em;
    margin-top: 15px;
    overflow: hidden;
}
.m-tags .xypg-detail-url a{
    color: #337ab7;
}
.m-tags .xypg-detail-url a:hover{
    color: #23527c;
}
.m-tags .xypg-detail-pn{
    margin-top: 30px;
    overflow: hidden;
}
.m-tags .xypg-detail-pn div{
    font-size: 14px;
    color: #292e39;
    line-height: 22px;
    padding: 10px;
    border: 1px #eee solid;
    position: relative;
    margin-bottom: 15px;
    overflow: hidden;
}
.m-tags .xypg-detail-pn div b{
    float: left;
    font-weight: normal;
}
.m-tags .xypg-detail-pn div a{
    float: left;
    width: 75%;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.m-tags .xypg-detail-pn div a:hover{
    color: #0348b0;
}
.m-tags .xypg-detail-pn div span{
    display: block;
    position: absolute;
    right: 20px;
    top: 11px;
    color: #666;
}
.m-tags .xypg-relate{
    margin-top: 30px;
    overflow: hidden;
}
.m-tags .xypg-relate .relate-title{
    border: 1px solid #eeeeee;
    font-size: 14px;
    line-height: 2.857;
    margin-bottom: 15px;
    overflow: hidden;
}
.m-tags .xypg-relate .relate-title span{
    display: block;
    float: left;
    color: #0348b0;
    border-right: 1px solid #eeeeee;
    padding: 0 20px;
    overflow: hidden;
}
.ul-listl4{
    margin: 0 -7px;
    overflow: hidden;
}
.ul-listl4 li{
    padding: 0 7px;
    overflow: hidden;
}
.ul-listl4 .con{
    display: block;
    overflow: hidden;
}
.ul-listl4 .pic{
    display: block;
    margin-bottom: 8px;
    overflow: hidden;
}
.ul-listl4 .pic img{
    display: block;
    width: 100%;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.ul-listl4 a:hover .pic img{
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08); 
    -ms-transform: scale(1.08); 
    -o-transform: scale(1.08); 
    transform: scale(1.08);
}
.ul-listl4 span{
    display: block;
    font-size: 12px;
    color: #292e39;
    line-height: 2.42em;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-listl4 a:hover span{
    color: #0348b0;
}
.ul-listl5{
    margin: 0 -17px;
    overflow: hidden;
}
.ul-listl5 li{
    float: left;
    width: 50%;
    padding: 0 17px;
}
.ul-listl5 .con{
    display: block;
    color: #666;
    overflow: hidden;
}
.ul-listl5 a:hover{
    color: #0348b0;
}
.ul-listl5 span{
    display: block;
    float: right;
    font-size: 12px;
    line-height: 2.5em;
    margin-left: 10px;
    overflow: hidden;
}
.ul-listl5 h3{
    font-size: 14px;
    line-height: 2.143em;
    font-weight: normal;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-listl5 h3:before{
    content: '+';
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    margin-right: 5px;
}

/* 产品展示 */
.ul-picl{
    overflow: hidden;
    margin: 0 -14px;
}
.ul-picl li{
    width: 33.33%;
    float: left;
    margin-bottom: 20px;
    padding: 0 14px;
}
.ul-picl .con{
    display: block;
    padding: 10px 10px 0 10px;
    border: 1px solid #eee;
    overflow: hidden;   
}
.ul-picl .con .pic{
    height: 0;
    padding-top: 100%;
    position: relative;
    background: #000;
    overflow: hidden;
}
.ul-picl .con .pic img{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.ul-picl li .con:hover{
    border: 1px solid #292e39;
}
.ul-picl li .con:hover .pic 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);
}
.ul-picl .con .txt {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 1.6;
    padding: .8em 0;
}
.pages{
    overflow: hidden;
    text-align: center;
    font-size: 0;
    margin-top: 20px;
    margin-bottom: 50px;
}
.pages ul{
    display: inline-block;
    vertical-align: middle;
}
.pages ul li{
    display: inline-block;
    margin: 0 5px;
}
.pages ul a{
    display: block;
    font-size: 14px;
    color: #333333;
    line-height: 1.86em;
    border: 1px solid #cbcbcb;
    padding: 0 8px;
}
.pages ul li.on a, .pages ul a:hover {
    color: #fff;
    border-color: #292e39;
    background: #292e39;
}
.pages .sel{
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    margin: 0 5px 0 5px;
    position: relative;
}
.pages .sel .icon{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 5px;
    display: block;
    width: 10px;
    height: 6px;
    background: url(../images/iconl2.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.pages .sel select{
    display: block;
    font-size: 14px;
    color: #333333;
    border: 1px solid #cbcbcb;
    height: 28px;
    width: 70px;
    padding: 0 8px;
}

/*在线询盘*/
.m-inquiryl{
    overflow: hidden;
}
.m-inquiryl .item{
    overflow: hidden;
    margin-bottom: 15px;
}
.m-inquiryl .txt{
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 34px;
    width: 143px;
    margin-right: 30px;
    float: left;
    text-align: right;
    font-weight: bold;
}
.m-inquiryl .txt em{
    color: #f00;
}
.m-inquiryl .inp{
    float: left;
    position: relative;
}
.m-inquiryl .inp::after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.m-inquiryl .inp input,
.m-inquiryl .inp textarea{
    display: block;
    width: 525px;
    float: left;
    height: 34px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.m-inquiryl .inp textarea:focus,
.m-inquiryl .inp input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.m-inquiryl .inp textarea{
    height: 100px;
    display: block;
    padding: 5px 12px;
    border-radius: 4px;
    resize: none;
}
.m-inquiryl .inp b{
    padding-left: 0 !important;
}
.m-inquiryl .inp .err{
    float: left;
    line-height: 34px;
    background: url(../images/iconl3.png) no-repeat left center;
    background-position: left 15px center;
    -webkit-background-size: 16px 16px;
    -moz-background-size: 16px 16px;
    -ms-background-size: 16px 16px;
    -o-background-size: 16px 16px;
    background-size: 16px 16px;
    padding-left: 31px !important;
}
.m-inquiryl .item.item1 input{
    width: 158px;
    float: none;
}
.m-inquiryl .item.item1 img{
    display: block;
    float: left;
    width: 120px;
    height: 34px;
    overflow: hidden;
    margin-left: 10px;
}
.m-inquiryl .item.item1 a.change{
    display: block;
    float: left;
    line-height: 34px;
    font-size: 14px;
    padding: 0 10px;
    color: #292e39;
}
.m-inquiryl .item.item1{
    position: relative;
}
.m-inquiryl .item.item1 .inp .err{
    position: absolute;
    right: -200%;
    top: 0;
}
.m-inquiryl .btnbox{
    overflow: hidden;
    padding-left: 173px;
}
.m-inquiryl .btnbox .btn{
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 0;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-image: none;
    border: 1px solid #337ab7;
    border-radius: 4px;
    width: 128px;
    overflow: hidden;
    margin-right: 30px;
    background-color: #337ab7;
    color: #fff;
}
.m-inquiryl .btnbox .btn.red{
    background-color: #d9534f;
    border-color: #d43f3a;
}
.m-inquiryl .btnbox .btn.red:hover{
    background-color: #c9302c;
}
.m-inquiryl .btnbox .btn.red:focus{
    background-color: #c9302c;
    border-color: #761c19;
}
.m-inquiryl .btnbox .btn:hover{
    background-color: #286090;
}
.m-inquiryl .btnbox .btn:focus{
    background-color: #286090;
    border-color: #122b40;
}


@media only screen and (max-width: 1920px) {

    .ban{height: 31.179167vw;}

}

@media only screen and (max-width: 1440px) {

    .ul-picl{margin: 0 -10px;}
    .ul-picl li{padding: 0 10px;}
    .row-mian{margin-bottom: 80px;}
    .m-productl .right .tit{font-size: 18px;}
    .ul-listl5{margin: 0 -10px;}
    .ul-listl5 li{padding: 0 10px;}
    
}



/*Common For Max 960*/
@media only screen and (max-width: 1199px) {
    .m-slickl1{
        margin-bottom: 20px;
    }
    .m-productl .right .tit{margin-bottom: 10px;}
    .m-inquiryl .txt{width: 100px;margin-right: 15px;}
    .m-inquiryl .inp{width: 70%;}
    .m-inquiryl .inp input, .m-inquiryl .inp textarea{width: 100%;}
    .m-inquiryl .inp .err{float: none;padding-left: 15px;}
    .m-inquiryl .item.item1 .inp{width: auto;}
    .m-inquiryl .btnbox{padding-left: 0;text-align: center;}
    .m-inquiryl .btnbox .btn:last-child{margin-right: 0;}
    .ul-picl{margin: 0 -5px;}
    .ul-picl li{padding: 0 5px;margin-bottom: 5px;}
    .pages .sel{display: none;}
    .pages ul li{display: none;}
    .pages ul li.first,.pages ul li.last{display: inline-block;}
    .m-productl .left{margin-right: 20px;}
    .m-productl .right .tit{margin-bottom: 10px;}
    .m-productl .right .desc{line-height: 1.8em;margin-bottom: 10px;}
    .m-slickl2{margin-bottom: 20px;}
    .m-productl{margin-bottom: 20px;}
    .m-productl .right .btn a{font-size: 14px;}
    .m-slickl1{margin-bottom: 0px;}
    .m-product-tabcon{font-size: 14px;}
    .m-tags{margin-top: 20px;}
    .m-tags .title h3{padding: 0 20px;}
    .m-tags .xypg-detail-pn{margin-top: 20px;}
    .m-tags .xypg-detail-pn div{margin-bottom: 10px;}
    .m-tags .xypg-relate{margin-top: 10px;}

    .m-types{
        display: block;
    }
    .m-types h3{
        text-align: center;
        font-size: 24px;
        color: #333;
        margin-bottom: 25px;
    }
    .m-types .types{
        font-size: 12px;
        white-space: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        margin-bottom: 15px;
    }
    .m-types .link{
        display: inline-block;
        vertical-align: top;
        color: #6b6b6b;
        margin-right: 5vw;
    }
    .m-types .link:last-child{
        margin-right: 0;
    }
    .m-types .link.act{
        color: #233a88;
        font-size: 16px;
        height: 45px;
    }
}

/*Common For Max 480*/
@media only screen and (max-width: 767px) {
    .m-productl .left{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .ul-picl li{width: 50%;}
    .m-inquiryl .txt{display: block;text-align: left;width: auto;float: none;}
    .m-inquiryl .inp{width: 100%;}
    .m-inquiryl .item{margin-bottom: 10px;}
    .m-productl .left{float: none;width: auto;margin-right: 0;margin-bottom: 10px;}
    .m-productl .right .tit{font-size: 16px;}
    .ul-listl5{margin: 0;}
    .ul-listl5 li{float: none;width: auto;padding: 0;}
    .ul-listl4 li{
        padding: 0;
    }
    .ul-listl4{
        margin-left: 0;
        margin-right: 0;
    }
    
}

/*Common For Max 320*/
@media only screen and (max-width: 479px) {
    
    .ul-picl li{width: auto;float: none;}
    .m-inquiryl .inp{float: none;margin-bottom: 10px;}
    .m-inquiryl .item.item1 input{width: 100%;}
    .m-inquiryl .item.item1 img{margin-left: 0;}
    .m-inquiryl .btnbox .btn{margin-right: 15px;}
    .ul-productl1{border-right: none;}
    .ul-productl1 li{width: 30%;}
    
}