/*初始化样式*/
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:hover,a:active,a:focus{color:#009b4c;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;
	align-items: center;
	flex-wrap: wrap;
}

.flexd{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wh{width: 1300px;margin:0 auto;}
@media(max-width: 1300px){
    .wh{
        width: 1200px;
    }
}
.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);}




/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


/*头部样式*/
.top1{height: 39px;background: #222222;color: #bbbbbb;line-height:39px;overflow: hidden;font-size: 13px;}
.top1 a{color: #bbbbbb;}
.top2{height: 120px;overflow: hidden;}
#header{width:1000px;margin:0 auto;}
.logo{float:left;line-height: 120px;}
.dh{/*padding-right: 72px;*//*background: url(//cdn.myxypt.com/fb629572/23/08/f7769160d08c071dce7db18a92b49a1dcbbd2b03.png) no-repeat right center;*/color: #666666;font-size: 15px;text-align: right;line-height:28px;margin-top: 47px;}
.ewm1{color: #666666;font-size: 14px;line-height: 16px;text-align: center;margin: 14px 46px 0 0;}




/* 导航样式 */
#menu {
    background-color: #D60000;position: relative;z-index:999999;
}

.x-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.x-menu>li {
    position: relative;
    width: 150px;
}

.x-menu>li>a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    white-space: nowrap;
    line-height: 64px;
    height: 64px;
    text-align: center;
    position: relative;
}



.x-menu>li>a::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    left: 0;
    content: '';
    background: #840100;
    opacity: 0;
}
.x-menu>li>a:hover {
    background-color: #c60908;
    color: #fff;
}
.x-menu>li>a:hover:after{opacity: 1;}



.x-menu>li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #222222;
}

.x-sub-menu {
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0%;
    top: 64px;
    background: #222222;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}



.x-sub-menu>li>a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 2.6;
}

.x-sub-menu>li>a:hover {
    background: #c60908;
    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;
}



.ss .fl {
    line-height: 70px;
    font-size: 14px;
    color: #333;
}

.ss {
    background: #fff;
    border-bottom: 1px solid #dcdcdc;
}

.ss .fl a {
    font-size: 13px;
    color: #777777;
}

.ss .fl a:first-child {
    margin-left: 7px;
}

.ss .fl a+a {
    margin-left: 19px;
}

.ss .fl a:hover {
    color: #c60908;
}

.ss .fr #formsearch {
    width: 329px;
    border-left: 1px solid #dcdcdc;border-right: 1px solid #dcdcdc;
}

.ss .fr #s_btn {
    background: url(//cdn.myxypt.com/fb629572/23/08/a984b2968dd104da950af475eb308ea1fe5fdfa3.png)no-repeat center;
    width: 19px;
    border: none;
    outline: none;
    height: 70px;
    line-height: 70px;
}

.ss .fr #keyword {
    border: none;
    outline: none;
    background: none;
    font-size: 14px;
    color: #999;
    line-height: 70px;
    width: 289px;
    padding-left: 20px;
}



.bt .p1 {
    font-size: 40px;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

.bt .p1 span {
    color: #c60908;
    font-weight: 600;
}

.zmpp {
    margin-top: 75px;
}

.zmpp .zm1 {
    font-size: 16px;
    color: #666666;
    text-align: center;
    line-height: 34px;
    margin-top: 50px;
}

.zmimg {
    display: flex;
    justify-content: space-between;
    padding: 0 42px;
    margin-top: 60px;
}

/* 模架 · 模架加工分类 */
.jgfl {
    background:#f5f5f5;;
    padding:59px 0 80px;
}

.jgfl .bt .p1 {
    color: #333333;
}

.jgfl .bt .p1 span {
    color: #c60908;
}

.pro {
    margin-top: 53px;
}

.pro .hd {
    position: relative;
}

.pro .hd ul {
    display: flex;
    justify-content: center;
}

.pro .hd ul li {
    width: 166px;
    height: 58px;
    background: #f2f2f2;
    line-height: 58px;
    text-align: center;
    font-size: 17px;
    position: relative;
    border-radius: 3px 3px 0 0;
    margin: 0 55px;
}
.pro .hd ul li a{
    display: block;
}
.pro .hd ul li a {
    color: #444444;
}

.pro .hd ul li.on {
    background: #c60908;
}

.pro .hd ul li.on a {
    color: #fff;
}

.pro .hd ul li::after {
    content: '';
    display: none;
    width: 20px;
    height: 8px;
    background: url(//cdn.myxypt.com/fb629572/23/08/096e0d9430bc5ed40cd1a066e04fd7afd4ae6f76.png)no-repeat;
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -10px;
    z-index: 999;
}

.pro .hd ul li.on::after {
    display: block;
}

.pro .hd .arrow .next {
    width: 44px;
    height: 72px;
    right: 30px;
    top: 226px;
    z-index: 999;
    background: url(//cdn.myxypt.com/fb629572/23/08/b9812450c4c089c7654203c0b2f37c1e324cbd46.png);
    opacity: .5;
}

.pro .hd .arrow .prev {
    width: 44px;
    height: 72px;
    left:30px;
    top: 226px;
    z-index: 999;
    background: url(//cdn.myxypt.com/fb629572/23/08/c320f9e34b4c9eb9fe1e626e9f5201ad087c98fd.png);
    opacity: .5;
}

.pro .arrow {
    /* position: absolute; */


}

.pro .arrow a {
    display: block;
    width: 5px;
    height: 9px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    /* background: url("../images/arrow.png") 0 0 no-repeat; */
}

/* .pro .arrow .next {
    background-position: 0 -50px;
}

.pro .arrow .prevStop {
    background-position: -60px 0;
}

.pro .arrow .nextStop {
    background-position: -60px -50px;
} */

.pro .bd ul {
    padding:34px 0 28px 0;
    padding-left:125px;
    padding-right: 125px;
    background: #fff;
    width: 1300px !important;
}
.pro .bd ul .bdimg{width:407px;}
.pro .bd ul .bdimg img{width:407px;height:342px;display:block;}

.pro .bd ul .bdcont {
    width: 550px;
    padding-top: 40px;
}

.pro .bd ul .bdcont .p1 {
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 38px;
}

.pro .bd ul .bdcont .p2 p {
    font-size: 16px;
    line-height: 16px;
    color: #666;
}

.pro .bd ul .bdcont .p2 p+p {
    margin-top: 17px;
}

.pro .bd ul .bdcont .p3 {
    margin-top: 53px;
}


.pro .bd ul .bdcont .p3 .p31 {
    width: 136px;
    line-height: 46px;
    text-align: center;
    border-radius: 4px;
    background: #c60908;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: all .3s;
}
.pro .bd ul .bdcont .p3 .p31:hover{
    background: #222;
}
.pro .bd ul .bdcont .p3 .p32 {
    margin-left: 49px;
}

.pro .bd ul .bdcont .p3 .p32  {
    font-size: 26px;
    font-family: Arial;
    font-weight: 600;
    color: #c60908;
    line-height: 40px;
    display: block;
    padding-left: 56px;
    background: url(//cdn.myxypt.com/fb629572/23/08/08653eca692eed759713f45b44be01299152622d.png) no-repeat left center;
    float: left;
}

.pro .bd ul .bdcont .p3 .p32 p img {
    margin-right: 16px;
    float: left;
}

.plbimg {
    margin: 0 15px;
}

.plb {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
}

.plbimg .pbimg {
    height: 293px;
}

.plbimg .pbimg img {
    height: 100%;
}

.plbimg p {
    line-height: 58px;
    text-align: center;
    background: #eeeeee;
    transition: all 0.8s;
    font-size: 18px;
    color: #555555;
}

.plbimg:hover p {
    background: #c60908;
    color: #fff;
}


.box2{background:url(//cdn.myxypt.com/fb629572/23/08/bc22c00aab7f6a0a7563dd8b6f7f7daf23a80f4b.jpg) no-repeat center top;padding-top:94px;}
.cjwz{text-align:center;color:#fff;font-size:16px;padding:52px 0 38px;}
.picMarquee-left{ overflow:hidden; position:relative;}
.picMarquee-left .bd{}
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 10px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .img{border:10px solid #fff;border-radius:10px;display:block;}
.picMarquee-left .bd ul li .img img{ width:347px; height:369px; display:block;}












/* 选择模架 · 3大核心优势 */
.sdys {
    margin-top: 60px;
    min-width: 1300px;
}

.ysp1 {
    font-size: 20px;
    line-height: 20px;
    color: #666666;
    text-align: center;
    margin-top: 18px;
}

.yous {
    margin-top: 64px;
}

.yimg,
.ycont {
    width: 50%;
}

.yimg img {
    width: 100%;
}

.y1 .ycont {

    /*padding-top: 40px;*/
    padding-left: 55px;
    padding-right: 310px;
}

.y2 {
    background: url(//cdn.myxypt.com/fb629572/23/08/12e970ccf0f6d34896cd0b8712e084f406eaa3e3.jpg)repeat-y left top;
    padding: 30px 0;
}

.y2 .ycont {
    background: #f9f9f9;
}

.ycont .p1 {
    font-size: 30px;
    line-height: 30px;
    color: #333333;
}

.ycont .p2 {
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    line-height: 30px;
    /*margin-top: 15px;*/
}

.ycont .p3 p{
    font-size: 16px;
    line-height: 31px;
    color: #666666;
    margin-top: 15px;
    padding-left: 27px;
    background: url(//cdn.myxypt.com/fb629572/23/08/d2c3f5c02016325d94764c1df3b50e39c0482f9e.png)no-repeat top left;
    background-position: 0 7px;
}

.ycont .p4 {
    font-size: 16px;
    line-height: 31px;
    color: #666666;
    margin-top: 17px;
    padding-left: 27px;
    background: url(../images/lingxing.png)no-repeat top left;
    background-position: 0 7px;
}

.y1 {
    display: flex;
}

.ycont .p5 div .ps1 .s1 {
    font-size: 44px;
    font-weight: 600;
    font-family: Arial;
    line-height: 44px;
    color: #c60908;
}

.ycont .p5 div .ps1 .s2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    color: #c60908;

}

.ycont .p5 div .ps1 {
    text-align: center;
}

.ycont .p5 {
    margin-top: 27px;
    padding-left: 27px;
}

.ycont .p5 div .ps2 {
    font-size: 16px;
    line-height: 16px;
    color: #666666;
    text-align: center;
    margin-top: 5px;
}

.ycont .p5 .anm {

    float: left;
    display: block;
    width: 1px;
    height: 70px;
    background: #d4d4d4;
    margin: 0 50px;
}

.y2 .ycont {
    padding-right: 55px;
    padding-left: 310px;
    padding-top: 40px;
    padding-bottom: 50px;
}


@media(min-width: 1440px){
    .y1 .ycont{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .y2.y4 .ycont{
        padding-top: 100px;
    }
}


.y2,
.y3 {
    margin-top: 40px;
}

/* 模架 · 设备展示 */
.sbzs .bt .p1 {
    color: #fff;
}

.sbzs .bt .p1 span {
    color: #fff;
}

.sbzs {
    background: url(//cdn.myxypt.com/fb629572/23/08/e48dae9e86034c57ca08dd2ef1cc1821ca575d14.jpg)no-repeat top center;
    padding-top: 70px;
    margin-top:50px;
}

.sbtp {
    margin: 66px auto 0 auto;
    width: 1300px;
}

.sbimg {
    margin: 0 15px;
}

/*.sbtp {
    margin-left: -15px;
    margin-right: -15px;
}*/



.sbtp .owl-carousel .owl-nav .owl-next .icon-font:after {
    background: url(//cdn.myxypt.com/fb629572/23/08/7005dc5dc756359f78feb354c007bb2f143e8f9d.png);
    width: 39px;
    height: 76px;
}

.sbtp .owl-carousel .owl-nav .owl-next:hover .icon-font:after {
    background: url(//cdn.myxypt.com/fb629572/23/08/4d695f1a3cb3a366d2cb75379f75e71343512150.png);
}

.sbtp .owl-carousel .owl-nav .owl-prev .icon-font:after {
    background: url(//cdn.myxypt.com/fb629572/23/08/b77dbda55f943fd137f2c9bef2099fa189988e60.png);
    width: 39px;
    height: 76px;
}

.sbtp .owl-carousel .owl-nav .owl-prev:hover .icon-font:after {
    background: url(//cdn.myxypt.com/fb629572/23/08/a3971058b4280ddbf604e93508fcd059d8d1bcb9.png);
}
.w1800 {
    max-width: 1830px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.sbtp .owl-carousel .owl-nav .owl-next {
    outline: none;
    right: 262px;
    top: 50%;
    position: absolute;
    margin-top: -38px;
}

.sbtp .owl-carousel .owl-nav .owl-prev {
    outline: none;
    left: 212px;
    top: 50%;
    position: absolute;
    margin-top: -38px;
}

.sbam {
    width: 196px;
    line-height: 50px;
    display: block;
    border-radius: 5px;
    padding-left: 45px;
    border: 1px solid #eeeeee;
    margin: 0 auto;
    margin-top: 40px;
    font-size: 16px;
    color: #666666;
    background: url(//cdn.myxypt.com/fb629572/23/08/fdc18148183bc8042a03bda676d515943420334d.png)no-repeat;
    background-position: 130px;
    transition: all 0.8s;
}

.sbam:hover {
    color: #c60908;
    background: url(//cdn.myxypt.com/fb629572/23/08/96747a495e8c33828d7732675517b5582b9795b2.png)no-repeat;
    background-position: 130px;
    border: 1px solid #c60908;
}



.gywm {
    background: #f9f9f9;
    padding-top: 33px;
    margin-top: 46px;
}
.gywm .wh{position: relative;}
.gywmimg{width:688px;height:560px;}
@media(max-width: 1300px){
    .gywmimg{width:638px;height:510px;}
}

.gywmright{width:560px;}

.gywmimg img {
    width: 100%;
}

.gyr {
    padding-top:66px;
}




.gyr .p1 {
    font-size: 30px;
    line-height: 30px;
    color: #222222;
    font-weight: 600;
}

.gyr .p2 {
    font-size: 30px;
    line-height: 30px;
    color: #222222;
    font-weight: 600;
    margin-top: 16px;
}

.gyr .p3 {
    width: 64px;
    height: 3px;
    background: #c60908;
    margin-top:40px;

}

.gyr .p4 {
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    margin-top: 40px;height:180px;
}
.gyr .p4 a{
    color:#c60908;
}
.gyr .p5 {
    position: relative;
    height: 108px;margin-top:45px;
}

.gyr .p55 {
    position: absolute;
    width:704px;
    height:108px;
    right: 0;
    background: rgb(255, 255, 255, 0.9);
    border-radius: 70px;
    display: flex;
    justify-content: space-around;
    padding-top:18px;
}
.gyr .p55{
    box-shadow: 0px 0px 10px rgb(0 0 0 / 8%);
}
.gyr .p51 {
    text-align: center;
}

.gyr .p51 .s1 {
    font-family: Impact;
    font-size: 48px;
    line-height: 48px;
    color: #c60908;
}

.gyr .p51 .s2 {
    font-family: Impact;
    font-size: 24px;
    line-height: 24px;
    color: #c60908;
    vertical-align: top;
}

.gyr .p52 {
    font-size: 14px;
    color: #666;
    line-height: 14px;
    margin-top: 13px;
}

.str {
    padding-bottom: 58px;

    background: #f9f9f9;
}

.stre {
    width: 1300px;
    margin:47px auto 36px; 
    background: #f9f9f9;
}



.stre ul {
    display: flex;
    justify-content: center;

}

.stre ul li {
    width: 192px;
    height: 66px;
    margin: 0 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    padding-left: 73px;
    padding-top: 15px;
    cursor: pointer;
}

.stre ul li.current {
    background: #c60908;
}

.stre ul li a {
    font-size: 20px;
    line-height: 20px;
    color: #333333;

}
.stre ul li.current a,.stre ul li.current p{color: #fff;}

.stre ul li p {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    color: #999999;

}

.stre ul li:nth-child(1) {
    background: url(//cdn.myxypt.com/fb629572/23/08/3ad4e52e5e5d746e829b2d937ce0a030a587dbe6.png) no-repeat;
    background-position: 23px;
}

.stre ul li.current:nth-child(1) {
    background: url(//cdn.myxypt.com/fb629572/23/08/4aee92518fd093d55eace4b6d038bd0a152bc1bf.png) no-repeat #c60908;
    background-position: 23px;
}

.stre ul li:nth-child(2) {
    background: url(//cdn.myxypt.com/fb629572/23/08/c2885ff1d81f8a916599cbea06f1e7a9925bbab8.png) no-repeat;
    background-position: 23px;
}

.stre ul li.current:nth-child(2) {
    background: url(//cdn.myxypt.com/fb629572/23/08/f44492a4042bd9c61beec5abf77c7187cc2a1a19.png) no-repeat #c60908;
    background-position: 23px;
}

.stre ul li:hover a {
    color: #fff;
}

.stre ul li:hover p {
    color: #e4a5a5;
}




.strb {
    padding: 0 37px;
    position: relative;
    display: none;
}

.strb.current {
    display: block;
}

.strb ul {
    overflow: hidden;
}

.strb ul li {
    width: 306px;
    float: left;
    margin-right: 25px;
}

.strb ul li .img {
    width: 306px;
    height: 210px;
    display: block;

}

.strb ul li .img img {
    width: 306px;
    height: 210px;
    /* padding: 15px 0 0 24px; */
}




#n_demo {
    overflow: hidden;
    width: 1300px;
    margin: 0 auto;
}

#n_indemo {
    float: left;
    width: 800%
}

#n_demo1 {
    float: left;
}

#n_demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    max-width: 1360px;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

/* 行业资讯 · 尽在 */
.xw {
    margin-top: 63px;
}

.xw .bt .p1 {
    font-weight: 600;
}

.xw .bt .p1 span {
    font-weight: normal;
    color: #333333;
}


.pxw1 {
    text-align: center;
    color: #666666;
    font-size: 20px;
    line-height: 20px;
    margin-top: 19px;
}

.lnews {
    /* padding: 91px 0 64px 0; */
    margin-top: 62px;
}

.xleft {
    width: 888px;
    /* height: 460px; */
}

.nsort li {
    float: left;
    width: 144px;
    line-height: 54px;
    background: #f0f0f2;
    font-size: 16px;
    color: #333333;
    display: block;
    text-align: center;
}

.nsort li:nth-child(2) {
    margin-left: 10px;
}

/* .nsort li:nth-child(2) {
    border-left: 1px solid #dcdcdc;
    padding-left: 11px;
    width: 110px;
} */

.nsort li a {
    display: block;
}

.nsort li a h3 {
    font: 400 16px/54px "Microsoft YaHei";
    font-weight: normal;
    color: #333;
}

.nsort li:nth-child(3) {
    float: right;
    /* width: 34px; */
}

.nsort li:nth-child(3) a {
    font: 500 16px/54px "Microsoft YaHei";
    color: #999999;
}

.nsort li:nth-child(3) {
    background: none;
}

.nsort li a .m1 {
    font-size: 15px;
    margin-right: 15px;
}

.nsort li.cur a h3 {
    position: relative;
    font: 400 16px/54px "Microsoft YaHei";
    color: #fff;
    background: #c60908;
}

/* .nsort li.cur a h3::after {
    position: absolute;
    content: '';
    width: 90px;
    height: 2px;
    background: #ff5b01;
    bottom: -25px;
    left: 0;
} */

.tab1 {
    display: none;
    padding-top: 26px;
    margin-top: 24px;
    /* border-top: 1px solid #dadada; */
}

.news_list1 li {
    padding-bottom: 23px;
    border-bottom: 1px solid #e5e5e5;
}

.news_list1 {
    width: 433px;
}

.news_list2 {
    width: 420px;
}

.news_list1 li a.img img {
    width: 100%;

    overflow: hidden;
}


/* .news_list1 li .xwnr {
    width: 444px;
} */

.news_list1 li .xwnr a {
    color: #333;
    font: 400 18px/18px "Microsoft YaHei";
    display: block;
    margin-top: 33px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.news_list1 li .xwnr a:hover {
    color: #c60908;
}

.xwnr a em {
    float: right;
    font: 600 12px/20px "ArialMT";
}

.sumy {
    color: #777777;
    font-size: 14px;
    font-weight: 400;
    margin-top: 23px;
    line-height: 24px;
}

/* .news_list2 {}

.news_list2 li {
    width: 356px;
    padding-left: 15px;
    line-height: 45px;
    border-bottom: 1px dashed #d2d2d2;
    background: url(../images/ljt.png) left center no-repeat;
}




.news_list2 li a {
    color: #333;
    font: 500 13px/45px "Microsoft YaHei";
    display: block;
}

.news_list2 li a:hover {
    color: #ff5b01;
}

.news_list2 li a em {
    float: right;
    font: 500 12px/45px "ArialMT";
}

.news_list2 li:nth-child(2n) {
    float: right;
} */
.news_list2 {
    width: 420px;
}

.news_list2 li {
    padding-bottom: 19px;
    border-bottom: 1px solid #e5e5e5;
}

.news_list2 li+li {
    margin-top: 30px;
}

.news_list2 li .p1 {
    font-size: 18px;
    color: #333333;
    line-height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list2 li .p2 {
    font-size: 14px;
    color: #777777;
    line-height: 24px;

    margin-top: 16px;
}

.news_list2 li:hover .p1 {
    color: #c60908;
    font-weight: 600;
}

.news_list2 li .p3 {
    font-size: 14px;
    color: #999999;
    line-height: 14px;
    margin-top: 18px;
}

.news_list2 li .p3 .s2 {
    margin: 0 12px;
}

.news_list1 li .xwnr .lmore {
    width: 100px;
    background: #0c3875;
    color: #fff;
    font: 500 13px/32px "Microsoft YaHei";
    text-align: center;
    padding: 0px;
    margin-top: 25px;
    border: none;
}


/* 新闻右侧 */

.lnew_r {
    width: 381px;
}

.lnew_t {
    padding-bottom: 27px;
    /* border-bottom: 1px solid #e5e5e5; */
}

.lnew_t li {
    list-style: none;
    width: 144px;
    height: 54px;
}

.lnew_t li h3 {
    font: 400 16px/54px "Microsoft YaHei";
    color: #fff;
    position: relative;
    background: #c60908;
    text-align: center;

}

.lnew_t li.fr {
    width: auto;
}

.lnew_t li h3::after {
    position: absolute;
    content: '';
    width: 242px;
    height: 20px;
    left: 99px;
    top: 0px;
}

.new_more1 {
    font-size: 16px;
    color: #999;
    line-height: 54px;
}

.new_more1:hover {
    color: #c60908;
}

.news_size {
    height: 454px;
    margin-top: 30px;
    overflow: hidden;
}

.lnew_wz {
    padding: 0;
    border-bottom: 1px dashed #d2d2d2;
}



.zcnr {
    margin-left: 26px;
}

.lnew_r_c {
    width: 379px;
}

.lnews_r_h {
    font: 500 16px/60px "微软雅黑";
    color: #333;
    display: block;
    overflow:hidden; white-space:nowrap;text-overflow:ellipsis;
}

.lnews_r_h:hover {
    color: #c60908;
}

.lnews_r_cs {
    padding-top: 10px;
    font: 500 13px/26px "微软雅黑";
    color: #666;
}

/* 尾部 */
.dblj ul li {
    line-height: 88px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    float: left;
    width: 12.5%;
}

footer {
    background: #c60908; /*url(//cdn.myxypt.com/fb629572/23/08/0be5fc8d9068cb70a739965f2831e05ad52bf08a.jpg)no-repeat center;*/
    margin-top:70px;
    background-size: cover;
}

.dblj ul li a {
    color: #fff;
}

.dblj ul li:hover a {
    font-weight: bold;
}

.dblj {
    border-bottom: 1px solid #fff;
}

.dd1 {
    display: flex;
    justify-content: space-between;
}

.fb1 {
    width: 430px;
    padding-top:22px;
}

.dbcont .p1 {
    font-size: 14px;
    color: #cccccc;
    line-height:29px;
    margin-top:27px;
}
.dbcont .p1  a{color: #cccccc;}
.dbcont .p2 {
    font-size: 14px;
    color: #cccccc;
    line-height: 14px;
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}

.dbnr {
    padding-bottom: 26px;
}

.dbcont .p2 a {
    color: #cccccc;
}

.dbcont .p2 a:hover {
    color: #c60908;
}

.fb1 .p3 {
    font-size: 13px;
    line-height: 24px;
    margin-top:10px;
    color: #999;
}

.fb1 .p3 a {
    color: #999;
}

.fb1 .p3 a:hover {
    color: #c60908;
}

.fb2 {
    padding-top:135px;
}

.fb21 {
    font-size: 14px;
    line-height: 14px;
    color: #ffffff;
}

.fb21 p+p {
    margin-top: 15px;
}

.fb22 {
    display: block;
    width: 126px;
    line-height: 34px;
    padding-left: 51px;
    background: url(//cdn.myxypt.com/fb629572/23/08/71c4bd6e0c1f6ac6c4008df18d2572b5fc2754d0.png)no-repeat #c60908;
    color: #fff !important;
    background-position: 23px;
    font-size: 13px;
    border-radius: 5px;
    margin-top:21px;
}

.fb3 div .p1 {
    font-size: 14px;
    color: #cccccc;
    line-height: 14px;
    margin-top: 15px;
    text-align: center;
}

.fb3 {
    padding-top: 54px;
}

.fb3 .ma {
    margin-left: 25px;
}

.fylian {
    background: #262626;

}

.fylian span {
    font-size: 16px;
    color: #fff;
}

.fylian a {
    font-size: 12px;
}

.fylian {
    padding: 15px 0;
}

@media (max-width: 1680px) {
    .y1 .ycont {
        padding-right: 15px;
    }

    .y2 .ycont {
        padding-left: 15px;
        padding-top: 40px;
    }

    /*.ycont {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }*/

    .y11 .ycont{
        padding-top: 40px;
    }
    .y1.y3 .ycont{
        padding-top: 40px;
    }

    .gyr {
        width: 85%;
    }
    .ycont .p2 {
        font-size: 18px;
        margin-top: 15px;
    }
}

@media (max-width: 1600px) {
    .gyr {
        width: 98%;
    }
}

@media (max-width: 1440px) {
    .gyr .p5 {
        margin-top: 23px;
    }
}

@media (max-width: 1345px) {
    .gyr .p4 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;

    }
}

@media (max-width: 1330px) {
    .pro .bd ul .bdcont {
        width: 530px;
    }

    .gyr .p4 {
        margin-top: 5px;
    }

    .xleft {
        width: 810px;
    }

    .news_list1 {
        width: 360px;
    }

    .news_list2 li+li {
        margin-top: 21px;
    }

    .lnew_r,
    .lnew_r_c {
        width: 356px;
    }

    .news_size {
        height: 433px;
    }

    .pro .bd ul {
        width: 1200px !important;
    }
}

@media (max-width: 1230px) {
    .pro .bd ul .bdcont {
        width: 490px;
    }
}

.ewm-img {
    width: 150px;
}

.ewm-img img {
    width: 100%;
}




/* 友情链接 */

.c-link {
    padding: 28px 0;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    background: #262626;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link span {
    cursor: pointer;
    display: block;
    font-size: 16px;
    color: #fff;
}

.c-link dd{
    width:calc(100% - 88px);
}

.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: #999999;
    padding: 0 4px;
    font-size: 12px;
    line-height: 24px;
}





/*内页左侧样式*/
.container{width: 1200px!important;margin: 0 auto;padding: 0;}


.page-product-inquiry a{color: #fff;}

