/*公共样式--开始*/


html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html,
body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

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

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearboth {
    clear: both;
}

body {
    font-family: Microsoft YaHei;
}

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
    }
}

@media (min-width: 1230px) {
    .container {
        width: 1230px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
    }
}

@media (min-width: 1330px) {
    .container {
        width: 1330px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto;
    }
}

.w1800 {
    max-width: 1830px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

/* 首页banner样式 */
.x-banner .owl-carousel {
    position: relative;
}

.x-banner .owl-carousel .banner-item a {
    display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: none;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
    background: #c60908;
}

.x-banner .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}

@media (max-width: 990px) {

    .x-banner .owl-carousel .owl-nav button.owl-prev,
    .x-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }

    .x-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }
}

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

.x-banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 6px;
    outline: none;
    /* background: #fff; */
    border: 1px solid #fff;
    border-radius: 50%;
    width: 26px;
    height: 9px;
    border-radius: 4px;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
    background: #c60908;
    border: 1px solid #c60908;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    background: #c60908;
    border: 1px solid #c60908;
}




@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-dots button.owl-dot {
        font-size: 12px;
    }
}

/* 头部 */
.htop {
    background: #222;
}

.htop {
    font-size: 13px;
    line-height: 39px;
    color: #bbbbbb;
}

.htop .fl a::after {
    content: '，';

}

.htop .fl a:last-child::after {
    display: none;
}

.htop a {
    color: #bbbbbb;
}

.htop a:hover {
    color: #c60908;
}

.htop .fl {
    padding-left: 120px;
}



.hbot .container {
    position: relative;
    height: 120px;
}

.lloo {
    position: absolute;
    top: -24px;
    left: 0;
}

.tbma {
    margin-top: 12px;

}

.tbma p {
    float: left;
}

.tbma::before {
    content: "微信客服";
    float: left;
    font-size: 13px;
    color: #666666;
    width: 13px;
    margin-top: 9px;
    line-height: 16px;
}

.toptel {
    text-align: right;
    padding-right: 74px;
    background: url(../images/toptel.png)no-repeat center right;
    height: 54px;
    padding-top: 5px;
    margin-left: 32px;
    margin-top: 33px;
}

.toptel .p1 {
    font-size: 15px;
    line-height: 15px;
    color: #666666;
}

.toptel p:nth-child(2) {
    color: #c60908;
    font-size: 26px;
    font-family: Arial;
    margin-top: 3px;
}

.nav1 ul li dl {
    display: none;
}

.nav1 ul li {
    width: 11.11%;
    float: left;
}

.nav1 ul li h3 {
    text-align: center;
    position: relative;
    font-size: 17px;
    line-height: 64px;
}

.nav1 ul li h3 a {
    color: #fff;
    display: block;

}

.nav1 ul li h3::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4px;
    left: 0;
    content: '';
    background: #840100;
    opacity: 0;
}

.nav1 ul li:hover h3::after {
    opacity: 1;
}

.nav1 ul li:hover h3 {
    background: #c60908;
}

.nav1 {
    background: #222222;
}

.nav1 .active {
    background: #c60908;
}

/* 搜搜 */
.ss .fl {
    line-height: 70px;
    font-size: 14px;
    color: #333;
}

.ss {
    background: #f5f5f5;
    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 .for {
    width: 329px;
    border-left: 1px solid #dcdcdc;
}

.ss .fr #s_btn {
    background: url(../images/ss.png)no-repeat center;
    width: 19px;
    border: none;
    outline: none;
    height: 19px;
}

.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: url(../images/xbj1.jpg)no-repeat center;
    height: 1056px;
    margin-top: 70px;
    padding-top: 64px;
}

.jgfl .bt .p1 {
    color: #fff;
}

.jgfl .bt .p1 span {
    color: #fff;
}

.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 10px;
}
.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(../images/bsj.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: 25px;
    top: 226px;
    z-index: 999;
    background: url(../images/jty.png);
    opacity: .5;
}

.pro .hd .arrow .prev {
    width: 44px;
    height: 72px;
    left: 25px;
    top: 226px;
    z-index: 999;
    background: url(../images/jtz.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: 40px 0 20px 0;
    padding-left: 77px;
    padding-right: 77px;
    background: #fff;
    width: 1300px !important;
}

.pro .bd ul .bdcont {
    width: 575px;
    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 p span {
    font-size: 26px;
    font-family: Arial;
    font-weight: 600;
    color: #c60908;
    line-height: 40px;
    display: block;
    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;
}

/* 选择国阳模架 · 3大核心优势 */
.sdys {
    margin-top: 60px;
}

.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: 26px;
    padding-left: 55px;
    padding-right: 310px;
}

.y2 {
    background: url(../images/bac.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 {
    font-size: 16px;
    line-height: 31px;
    color: #666666;
    margin-top: 27px;
    padding-left: 27px;
    background: url(../images/lingxing.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: 67px;
    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;
}

.y2,
.y3 {
    margin-top: 40px;
}

/* 国阳模架 · 设备展示 */
.sbzs .bt .p1 {
    color: #fff;
}

.sbzs .bt .p1 span {
    color: #fff;
}

.sbzs {
    background: url(../images/xbj2.jpg)no-repeat top center;
    padding-top: 70px;
    margin-top: 78px;
}

.sbtp {
    margin-top: 66px;
}

.sbimg {
    margin: 0 15px;
}

.sbtp {
    margin-left: -15px;
    margin-right: -15px;
}

.icon-font {
    position: relative;
}

.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    /* left: calc(50% - 15px);
    top: calc(50% - 15px); */
}

.sbtp .owl-carousel .owl-nav .owl-next .icon-font:after {
    background: url(../images/ne1.png);
    width: 39px;
    height: 76px;
}

.sbtp .owl-carousel .owl-nav .owl-next:hover .icon-font:after {
    background: url(../images/next2.png);
}

.sbtp .owl-carousel .owl-nav .owl-prev .icon-font:after {
    background: url(../images/prv1.png);
    width: 39px;
    height: 76px;
}

.sbtp .owl-carousel .owl-nav .owl-prev:hover .icon-font:after {
    background: url(../images/prv2.png);
}

.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(../images/xjt.png)no-repeat;
    background-position: 130px;
    transition: all 0.8s;
}

.sbam:hover {
    color: #c60908;
    background: url(../images/xjth.png)no-repeat;
    background-position: 130px;
    border: 1px solid #c60908;
}

/* 宜兴国阳精密模架有限公司 */
.gywm {
    background: #f9f9f9;
    padding-top: 33px;
    margin-top: 46px;
}

.gywmimg,
.gywmright {
    width: 50%;

}

.gywmimg img {
    width: 100%;
}

.gyr {
    width: 74%;
    padding-left: 58px;
    padding-top: 40px;
}

.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: 33px;

}

.gyr .p4 {
    font-size: 16px;
    color: #333333;
    line-height: 34px;
    margin-top: 40px;
}
.gyr .p4 a{
    color:#c60908;
}
.gyr .p5 {
    position: relative;
    margin-top: 60px;
    height: 124px;
}

.gyr .p55 {
    position: absolute;
    width: 808px;
    height: 124px;
    right: 0;
    background: rgb(255, 255, 255, 0.9);
    border-radius: 70px;
    display: flex;
    justify-content: space-around;
    padding-top: 30px;
}
.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: 50px auto;
    background: #f9f9f9;
    height: 21px;
    /* text-align: center; */

}

.stre ul {
    display: flex;
    justify-content: left;

}

.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:hover {
    background: #c60908;
}

.stre ul li a {
    font-size: 20px;
    line-height: 20px;
    color: #333333;

}

.stre ul li p {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    color: #999999;

}

.stre ul li:nth-child(1) {
    background: url(../images/gsh.png)no-repeat;
    background-position: 23px;
}

.stre ul li:hover:nth-child(1) {
    background: url(../images/gs.png)no-repeat #c60908;
    background-position: 23px;
}

.stre ul li:nth-child(2) {
    background: url(../images/ryu.png)no-repeat;
    background-position: 23px;
}

.stre ul li.current:nth-child(2) {
    background: url(../images/ryuh.png)no-repeat #c60908;
    background-position: 23px;
}

.stre ul li:hover a {
    color: #fff;
}

.stre ul li:hover p {
    color: #e4a5a5;
}

/* .stre ul {
    display: inline-block;
    overflow: hidden;
    height: 50px;
}

.stre ul li {
    width: 192px;
    height: 66px;
    text-align: center;
    line-height: 66px;
    font-size: 18px;
    float: left;
    margin-right: 11px;
    border-radius: 5px;
}

.stre ul li:last-child {
    margin-right: 0px;
    margin-left: 11px;
}

.stre ul li a {
    display: block;
    height: 66px;
    color: #333;
    border: 1px solid #9b9b9b;
    background: #fff;
}

.stre ul li.current a {
    border: 1px solid #ff5b01;
    color: #fff;
    background: #ff5b01;
} */
.strc {
    margin-top: 60px;
}

.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 12px/54px "Microsoft YaHei";
    color: #666;
}

.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: 17px;
    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;
    background: url(../images/tx.png) center no-repeat;
    left: 99px;
    top: 0px;
}

.new_more1 {
    font-size: 12px;
    color: #666;
    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;
}

.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: 11.1%;
}

footer {
    background: url(../images/foot.jpg)no-repeat center;
    margin-top:70px;
    background-size: cover;
}

.dblj ul li a {
    color: #fff;
}

.dblj ul li:hover a {
    color: #c60908;
}

.dblj {
    border-bottom: 1px solid #3c3e3f;
}

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

.fb1 {
    width: 430px;
    padding-top: 43px;
}

.dbcont .p1 {
    font-size: 14px;
    color: #cccccc;
    line-height: 14px;
    display: flex;
    justify-content: space-between;
    margin-top: 33px;
}

.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: 13px;
    margin-top: 20px;
    color: #999;
}

.fb1 .p3 a {
    color: #999;
}

.fb1 .p3 a:hover {
    color: #c60908;
}

.fb2 {
    padding-top: 35px;
}

.fb21 {
    font-size: 14px;
    line-height: 14px;
    color: #cccccc;
}

.fb21 p+p {
    margin-top: 15px;
}

.fb22 {
    display: block;
    width: 126px;
    line-height: 34px;
    padding-left: 51px;
    background: url(../images/bddt.png)no-repeat #c60908;
    color: #fff !important;
    background-position: 23px;
    font-size: 13px;
    border-radius: 5px;
    margin-top: 18px;
}

.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;
    }

    .ycont {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .ycont .p2 {
        margin-top: 0;
    }

    .ycont .p3 {
        margin-top: 0;
    }

    .ycont .p4 {
        margin-top: 0;
    }

    .ycont .p5 {
        margin-top: 0;
    }

    .gyr {
        width: 85%;
    }
}

@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%;
}