/* CSS Document */

.ban {
    width: 100%;
    /* height: 400px; */
    background-position: center;
    background-repeat: no-repeat;
}

.loca {
    border-bottom: 1px solid #ccc
}

.loca .sloc {
    padding: 20px 0;
}

.loca .sloc p {
    color: #666;
    font-size: 0.875rem;
    background: url(../image/hm1.png) left center no-repeat;
    padding-left: 24px;
}

.loca .sloc p a {
    color: #666;
    font-size: 0.875rem;
}

.smenu li {
    float: left;
    position: relative;
}

.smenu li i {
    display: block;
    width: 1px;
    height: 16px;
    background: #ccc;
    position: absolute;
    right: 0;
    top: 24px
}

.smenu li a {
    display: block;
    padding: 20px 20px;
    position: relative;
    z-index: 2;
    transition: all 0.5s ease
}

.smenu li a span {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #b72f1e;
    left: 0;
    top: 0;
    z-index: -1;
    transform: scale(0, 1);
    transition: all 0.5s ease
}

.smenu li a:hover span,
.smenu li a.cur span {
    transform: scale(1)
}

.smenu li a:hover,
.smenu li a.cur {
    color: #fff;
}

@media screen and (max-width:768px) {
    .loca .sloc {
        display: none;
    }
    .smenu li a {
        display: block;
        padding: 20px 30px;
        position: relative;
        z-index: 2;
        transition: all 0.5s ease
    }
}

.main {
    padding: 60px 0;
    width: 100%;
    overflow: hidden;
}


/*公司简介*/

.ab-box1 {
    text-align: center;
}

.ab-box1 h3 {
    font-size: 1.375rem;
    color: #333
}

.ab-box1 span {
    color: #bfbfbf;
    font-size: 0.875rem;
}

.ab-box1 p {
    font-size: 1rem;
    line-height: 2em;
    color: #bfbfbf;
    margin: 30px 0;
}

.ab-box1 li {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    padding: 10px 0;
}

.ab-box1 li h4 {
    font-size: 72px;
    font-family: 'DIN';
    color: #ccc
}

.ab-box1 li p {
    margin: 16px 0;
    font-size: 1.25rem;
    color: #666
}

.ab-box2 {
    margin-top: 60px;
}

.ab-box2 dl {
    width: 32.5%;
    margin-right: 1.25%;
    float: left;
    cursor: pointer;
}

.ab-box2 dl:nth-child(3n) {
    margin-right: 0
}

.ab-box2 dl dt {
    width: 100%;
    overflow: hidden;
}

.ab-box2 dl dt img {
    width: 100%;
    transition: all 0.7s ease;
    transform: scale(1)
}

.ab-box2 dl:hover dt img {
    transform: scale(1.05);
}

.ab-box2 dl dd {
    padding: 20px 30px;
}

.ab-box2 dl dd h3 {
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 32px
}

.ab-box2 dl dd p {
    font-size: 1rem;
    color: #666;
    line-height: 1.5em;
    margin-bottom: 16px;
}

@media screen and (max-width:768px) {
    .ab-box2 dl {
        width: 49%;
        margin-right: 2%;
    }
    .ab-box2 dl:nth-child(2n) {
        margin-right: 0
    }
    .ab-box2 dl dd {
        padding: 20px 10px;
    }
}

.h-tab {
    text-align: center;
}

.h-tab h3 {
    font-size: 1.375rem;
    color: #333
}

.h-tab span {
    color: #bfbfbf;
    font-size: 0.875rem;
}

.h-tab p {
    font-size: 1rem;
    line-height: 2em;
    color: #bfbfbf;
    margin: 10px 0;
}

.htab {
    position: relative;
    width: 100%;
    z-index: 2;
    margin-top: 40px;
}

.htab .tabtit {
    width: 100%;
}

.htab .tabtit dl {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.htab .tabtit dd {
    transition: all 0.5s ease;
    display: inline-block;
    border: 2px solid #e50b1c;
    padding: 16px 45px;
    font-size: 1rem;
    margin: 0 5px
}

.htab .tabtit dd:hover,
.htab .tabtit dd.cur {
    background: #e50b1c;
    color: #fff;
}

.htab .tabcon {
    width: 100%;
    float: left;
    margin-top: 34px
}

.htab .tabcon>div {
    position: relative;
    display: none;
    padding: 0 10px
}

.htab .tabcon>div.cur {
    display: block;
    position: relative;
}


/*环保认证*/

.tabcon li {
    margin-bottom: 18px;
    width: 32%;
    margin-right: 2%;
    background: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
    float: left;
}

.tabcon li:nth-child(3n) {
    margin-right: 0;
}

.tabcon li div {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.tabcon li div img {
    width: 100%;
    overflow: hidden;
    transform: scale(1);
    transition: all 0.5s linear
}

.tabcon li div span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: 0px;
    color: #ffffff;
    opacity: 0;
    transition: all ease-out .3s;
    font-size: 32px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(../image/gx.png) center no-repeat rgba(0, 0, 0, 0.5);
    display: block;
}

.tabcon li:hover div img {
    transform: scale(1.05)
}

.tabcon li:hover div span {
    opacity: 1;
    top: 45%
}

.tabcon li p {
    text-align: center;
    padding: 16px;
    border-top: 1px solid #eee;
    color: #454545;
}

@media screen and (max-width: 768px) {
    .tabcon li {
        width: 49%;
        margin-right: 2%;
    }
    .tabcon li:nth-child(3n) {
        margin-right: 2%;
    }
    .tabcon li:nth-child(2n) {
        margin-right: 0%;
    }
}


/*荣誉证书*/

.honorlist {
    margin-top: 30px;
}

.honorlist li {
    margin-bottom: 18px;
    width: 32%;
    margin-right: 2%;
    background: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.1);
    float: left;
    position: relative
}

.honorlist li:nth-child(3n) {
    margin-right: 0;
}

.honorlist li div {
    width: 100%;
    overflow: hidden;
}

.honorlist li div img {
    width: 100%;
    overflow: hidden;
    transform: scale(1);
    transition: all 0.5s linear
}

.honorlist li div span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: 0px;
    color: #ffffff;
    opacity: 0;
    transition: all ease-out .3s;
    font-size: 32px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(../image/gx.png) center no-repeat rgba(0, 0, 0, 0.5);
    display: block;
}

.honorlist li:hover div img {
    transform: scale(1.05)
}

.honorlist li:hover div span {
    opacity: 1;
    top: 45%;
}

.honorlist li p {
    background: url(https://www.fclhj.com/images/cjia.png) 95% center no-repeat;
    padding: 16px;
    border-top: 1px solid #eee;
    color: #454545;
}

@media screen and (max-width: 768px) {
    .honorlist li {
        width: 49%;
        margin-right: 2%;
    }
    .honorlist li:nth-child(3n) {
        margin-right: 2%;
    }
    .honorlist li:nth-child(2n) {
        margin-right: 0%;
    }
}


/*联系我们*/

.co-box1 .fl {
    width: 50%;
}

.co-box1 .fr {
    width: 50%;
    box-sizing: border-box;
    padding: 48px 0 0 24px
}


/*生产中心*/

.ce-box li {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.ce-box li:nth-child(3) {
    margin-right: 0;
}

.ce-box li h4 {
    font-size: 1.5rem;
}

.ce-box li hr {
    width: 45px;
    height: 4px;
    background: #fe6617;
    border: none;
    margin: 10px 0
}

.ce-box li p {
    font-size: 1rem;
    line-height: 1.5em;
    margin-bottom: 32px;
}

@media screen and (max-width: 768px) {
    .co-box1 .fl {
        width: 100%;
    }
    .co-box1 .fr {
        width: 100%;
    }
    .ce-box li {
        width: 100%;
        margin-bottom: 25px;
        margin-right: 0
    }
}


/*新闻资讯*/


/*新闻资讯*/

.newsall {
    padding: 26px 0;
    background: #fff;
    width: auto;
    transition: all 0.8s;
    margin-bottom: 22px;
    box-sizing: border-box;
    border-bottom: 1px solid #dcdcdc
}

.newsall a {
    display: block;
}

.newsall .npic {
    width: 20.9%;
}

.newsall .npic img {
    width: 100%;
}

.newsall .ncon {
    width: 65%;
    margin-left: 4%;
}

.newsall .ncon h3 {
    font-size: 1.5em;
    color: #515151;
    margin-top: 6px;
    transition: all 0.7s ease
}

.newsall .ncon p {
    display: block;
    font-size: 0.875em;
    color: #515151;
    margin: 1.5em 0 2.2em;
    line-height: 1.5em
}

.newsall .ncon em {
    color: #fff;
    font-size: 0.875em;
    background: #b72f1e;
    padding: 8px 12px;
}

.newsall .ndate {
    margin-top: 1.5em;
}

.newsall .ndate dt {
    font-size: 48px;
    color: #4b4b4b;
    text-align: center;
}

.newsall .ndate dl {
    display: inline-block;
    color: #858585;
    border-top: 1px solid #e1e1e1;
    padding: 10px 10px
}

.newsall a:hover h3 {
    color: #b72f1e
}

@media screen and (max-width: 768px) {
    .newlist {
        width: 100%;
    }
    .newsall .npic {
        width: 23%;
        display: none
    }
    .newsall .ncon {
        width: 75%;
        margin-left: 4%;
    }
    .newsall .ncon p {
        display: none;
    }
    .newsall .ncon em {
        display: block;
        width: 130px;
        text-align: center;
        margin-top: 20px;
    }
}


/*新闻内页*/

.nbg {
    background: rgba(255, 255, 255, 1);
    padding: 20px;
}

.news-title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 1.25em;
    font-weight: bold;
    margin: 0 auto;
    color: #484848;
}

.news-type {
    width: 100%;
    height: 24px;
    text-align: center;
    margin: 0 auto;
    color: #242424;
    font-size: 0.875em;
    border-bottom: #242424 1px dotted;
}

.news-content {
    width: 100%;
    margin: 0 auto;
    font-size: 1em;
    line-height: 24px;
    line-height: 1.5em;
    color: #242424
}

.news-pn {
    font-size: 1rem;
    line-height: 1.5em;
    color: #242424
}

.news-pn a {
    color: #242424;
    font-size: 1rem;
}


/*相关新闻*/

.xgnews {
    margin: 40px auto;
}

.xgnews-tit {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #CCC;
    padding-left: 20px;
    font-size: 16px;
    color: #242424;
}

.xgnews-con {
    border-top: 1px solid #242424;
    border-top: none;
    padding: 10px 20px;
}

.xgnews-con li {
    width: 48%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}

.xgnews-con li span {
    float: right;
    color: #242424
}

.xgnews-con li a {
    padding-right: 10px;
    color: #242424;
}

.xgnews-con li a:hover {
    color: #333;
}

@media screen and (max-width: 768px) {
    .nbg {
        padding: 20px;
    }
    .news-title {
        font-size: 1.375rem;
        line-height: 1.5em;
        height: auto;
    }
    .news-type {
        height: auto;
    }
    .news-content {
        font-size: 1.125rem !important;
        line-height: 2rem !important;
    }
    .news-content span {
        font-size: 1.125rem !important;
    }
    .news-content p {
        font-size: 1.125rem !important;
    }
    .news-pn {
        font-size: 1.125em;
        line-height: 1.875em;
    }
    .news-pn span {
        width: 100%;
        display: block;
    }
    .xgnews-tit {
        font-size: 1.25em;
    }
    .xgnews-con li {
        width: 100%;
        height: 2.875em;
        line-height: 2.875em;
    }
    .xgnews-con li {
        width: 100%;
        margin: 0;
        line-height: 2.875em;
    }
}


/*工程案例*/

.caselist {
    margin-top: 32px;
}

.caselist li {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 24px;
    position: relative;
}

.caselist li:nth-child(3n) {
    margin-right: 0;
}

.caselist li .cpic {
    width: 100%;
    overflow: hidden;
    border: 2px solid #eee;
    box-sizing: border-box;
}

.caselist li .cpic img {
    transform: scale(1);
    transition: all 0.5s ease;
    width: 100%;
}

.caselist li .cpic span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: 0px;
    color: #ffffff;
    opacity: 0;
    transition: all ease-out .3s;
    font-size: 32px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(../image/gx.png) center no-repeat rgba(0, 0, 0, 0.5);
    display: block;
}

.caselist li .cpic:hover img {
    transform: scale(1.02)
}

.caselist li .cpic:hover span {
    opacity: 1;
    top: 42%
}

.caselist li .cname {
    background: #eee;
    padding: 16px 0;
    text-align: center;
}

.caselist li .cname p {
    text-align: center;
}

.cabg {
    background: #fff;
    padding: 20px;
}

.cdd p a {
    display: inline-block;
    padding: 8px 12px;
    background: #ddd;
    transition: 0.5s all ease;
    color: #000;
}

.cdd p a:hover {
    background: #b72f1e;
    color: #fff;
}

@media screen and (max-width:768px) {
    .cdd p {
        float: none;
        margin-bottom: 20px;
    }
}

.search {
    background: #ddd;
    width: 100%;
    overflow: hidden;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 5px
}


/*搜索栏*/

.search .key {
    color: #454545;
    margin-top: 10px;
}

.search .key p {
    color: #454545;
}

.se {
    background: #fff;
    border-radius: 5px;
    width: 346px;
    height: 40px;
    border: 2px solid #e3e3e3
}

.se .s-txt {
    width: 292px;
    height: 40px;
    background: none;
    border: none;
    float: left;
    padding: 5px 10px;
    color: #717171;
    box-sizing: border-box;
}

.se .s-bt {
    height: 40px;
    width: 51px;
    border: none;
    background: none;
    float: left;
    cursor: pointer;
    background: url(../image/sh1.png) center no-repeat;
}

@media screen and (max-width:768px) {
    .se {
        display: none;
    }
    .in-sear .key {
        font-size: 1.125rem;
    }
}


/*门店查询*/

.shoplist {
    width: 100%;
}

.shoplist {
    margin-top: 30px;
}

.shoplist li {
    margin-bottom: 18px;
    width: 32%;
    margin-right: 2%;
    background: #eee;
    float: left;
    position: relative;
}

.shoplist li:nth-child(3n) {
    margin-right: 0;
}

.shoplist li div {
    width: 100%;
    overflow: hidden;
    padding: 30px 0
}

.shoplist li div img {
    width: 100%;
    overflow: hidden;
    transform: scale(1);
    transition: all 0.5s linear
}

.shoplist li div span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: 0px;
    color: #ffffff;
    opacity: 0;
    transition: all ease-out .3s;
    font-size: 32px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: url(../image/gx.png) center no-repeat rgba(0, 0, 0, 0.5);
    display: block;
}

.shoplist li:hover div img {
    transform: scale(1.05)
}

.shoplist li:hover div span {
    opacity: 1;
    top: 45%;
}

.shoplist li p {
    text-align: center;
    padding: 16px 0;
    border-top: 1px solid #eee;
    color: #454545;
    border-top: 1px solid #ddd
}

@media screen and (max-width: 768px) {
    .shoplist li {
        width: 49%;
        margin-right: 2%;
    }
    .shoplist li:nth-child(3n) {
        margin-right: 2%;
    }
    .shoplist li:nth-child(2n) {
        margin-right: 0%;
    }
}


/*招商加盟*/

.jo-box1 .tit {
    text-align: center;
}

.jo-box1 .tit h4 {
    font-size: 1.375rem;
    color: #333
}

.jo-box1 .tit span {
    font-size: 0.875rem;
    color: #bfbfbf
}

.jo-box1 .ett {
    font-size: 1rem;
    color: #a5a5a5;
    text-indent: 2em;
    margin-top: 24px;
    line-height: 1.5em;
}

.jo-box1 .jlpic {
    width: 48%;
    margin-top: 40px;
    overflow: hidden;
    cursor: pointer
}

.jo-box1 .jlpic img {
    width: 100%;
    transform: scale(1);
    transition: all 0.7s ease;
}

.jo-box1 .jlpic:hover img {
    transform: scale(1.05);
}

.jo-box1 .jrtxt {
    width: 48%;
    margin-top: 80px
}

.jo-box1 .jrtxt li {
    padding-left: 60px;
    margin-bottom: 24px;
}

.jo-box1 .jrtxt li span {
    font-size: 1.5rem;
    color: #000
}

.jo-box1 .jrtxt li p {
    color: #a5a5a5
}

.jo-box1 .jrtxt li:nth-child(1) {
    background: url(../image/iv1.png) left center no-repeat;
}

.jo-box1 .jrtxt li:nth-child(2) {
    background: url(../image/iv2.png) left center no-repeat;
}

.jo-box1 .jrtxt li:nth-child(3) {
    background: url(../image/iv3.png) left center no-repeat;
}

.jo-box1 .jrtxt li:nth-child(4) {
    background: url(../image/iv4.png) left center no-repeat;
}

.jo-box1 .jrtxt li:nth-child(5) {
    background: url(../image/iv5.png) left center no-repeat;
}

.jo-box2 {
    margin-top: 40px;
}

.jo-box2 h4 {
    text-align: center;
    font-size: 1.375rem;
    color: #333
}

.jo-box2 span {
    font-size: 0.875rem;
    color: #bfbfbf;
    display: block;
    text-align: center;
}

.jo-box2 ul {
    margin-top: 30px;
}

.jo-box2 li {
    width: 33.33%;
    box-sizing: border-box;
    float: left;
    border: 1px solid #a5a5a5;
    padding: 24px;
}

.jo-box2 li .jp1 {
    height: 200px;
    padding: 20px 0;
}

.jo-box2 li .jp1 p {
    color: #a5a5a5;
    line-height: 1.5em;
}

@media screen and (max-width: 768px) {
    .jo-box1 .jlpic {
        width: 100%;
    }
    .jo-box1 .jrtxt {
        width: 100%;
        margin-top: 40px
    }
    .jo-box2 li {
        width: 50%;
    }
    .jo-box2 li .jp1 {
        height: 250px;
        padding: 20px 0;
    }
}


/*品牌优势*/

.lc-box1 .tit {
    text-align: center;
}

.lc-box1 .tit h4 {
    font-size: 1.375rem;
    color: #333
}

.lc-box1 .tit span {
    font-size: 0.875rem;
    color: #bfbfbf
}

.lc-box1 .tit p {
    font-size: 1rem;
    color: #a5a5a5;
    text-indent: 2em;
    margin-top: 24px;
    line-height: 1.5em;
}

.lc-four {
    margin-top: 48px;
    position: relative;
}

.lc-four img {
    position: absolute;
    left: 50%;
    margin-left: -225px;
}

.lc-four li {
    width: 25%;
    text-align: center;
    margin-bottom: 50px;
}

.lc-four li span {
    font-size: 2.5rem;
    font-weight: bold;
}

.lc-four li:nth-child(1) span {
    color: #f10215
}

.lc-four li:nth-child(2) span {
    color: #4CAF50
}

.lc-four li:nth-child(4) span {
    color: #1e88e5
}

.lc-four li:nth-child(5) span {
    color: #fd6e27
}

.lc-four li h3 {
    color: #333;
    font-size: 1.25rem;
    margin: 10px 0;
}

.lc-four li p {
    font-size: 0.875rem;
    line-height: 1.5em;
}

@media screen and (max-width: 768px) {
    .lc-four li {
        width: 48%
    }
    .lc-four img {
        display: none;
    }
}


/*9大政策扶持*/

.nig-box .tit {
    text-align: center;
}

.nig-box .tit h4 {
    font-size: 1.375rem;
    color: #333
}

.nig-box .tit span {
    font-size: 0.875rem;
    color: #bfbfbf
}

.nig-box ul {
    margin-top: 40px;
}

.nig-box li {
    width: 33.33%;
    float: left;
}

.nig-box li .fr {
    width: 40%;
    padding-top: 32px;
}

.nig-box li .fr p {
    color: #000;
    margin-bottom: 16px
}

.nig-box li .fr span {
    font-size: 0.875rem;
    color: #a5a5a5;
}

.nig-box li .fl {
    width: 50%;
}

.nig-box li:nth-child(4) .fl {
    width: 40%;
    padding-top: 32px;
    padding-left: 20px;
}

.nig-box li:nth-child(4) .fl p {
    color: #000;
    margin-bottom: 16px
}

.nig-box li:nth-child(4) .fl span {
    font-size: 0.875rem;
    color: #a5a5a5;
}

.nig-box li:nth-child(4) .fr {
    width: 50%;
    padding-top: 0
}

.nig-box li:nth-child(5) .fl {
    width: 40%;
    padding-top: 32px;
    padding-left: 20px;
}

.nig-box li:nth-child(5) .fl p {
    color: #000;
    margin-bottom: 16px
}

.nig-box li:nth-child(5) .fl span {
    font-size: 0.875rem;
    color: #a5a5a5;
}

.nig-box li:nth-child(5) .fr {
    width: 50%;
    padding-top: 0
}

.nig-box li:nth-child(6) .fl {
    width: 40%;
    padding-top: 32px;
    padding-left: 20px;
}

.nig-box li:nth-child(6) .fl p {
    color: #000;
    margin-bottom: 16px
}

.nig-box li:nth-child(6) .fl span {
    font-size: 0.875rem;
    color: #a5a5a5;
}

.nig-box li:nth-child(6) .fr {
    width: 50%;
    padding-top: 0
}

.protit {
    text-align: center;
}

.protit h4 {
    font-size: 1.5rem;
}

.protit span {
    color: #7f7f7f;
    font-size: 1rem;
}

.protit p {
    margin-top: 20px;
    line-height: 2em;
    color: #666;
}

.prosort {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 24px;
    background: #fff;
}

.prosort li {
    float: left;
    width: 14.28%;
    text-align: center;
}

.prosort li a {
    font-size: 0.875rem;
    display: block;
    padding: 30px 0;
    background: url(../image/psline.jpg) right center no-repeat;
    position: relative;
}

.prosort li:nth-child(7) a {
    background: none;
}

.prosort li a p {
    margin-top: 5px;
    transition: all 0.5s ease
}

.prosort li a i {
    position: absolute;
    display: block;
    bottom: -11px;
    background: url(../image/pscur.png) center no-repeat;
    width: 100%;
    height: 11px;
    transition: all 0.5s ease;
    transform: scale(0, 1);
}

.prosort li a span {
    position: absolute;
    display: block;
    top: -1px;
    background: #e50b1c;
    width: 100%;
    height: 2px;
    transition: all 0.5s ease;
    transform: scale(0, 1);
}

.prosort li a:hover i,
.prosort li a.cur i {
    transform: scale(1);
}

.prosort li a:hover span,
.prosort li a.cur span {
    transform: scale(1);
}

.prosort li a:hover p,
.prosort li a.cur p {
    color: #1e88e5;
}


/*二级列表*/

.stwo {
    text-align: center;
}

.pl2 {
    display: inline-block;
    background: #eee;
    margin-top: 20px;
    font-size: 1rem
}

.pl2 a {
    display: block;
    padding: 10px 32px;
    transition: all 0.7s ease;
}

.pl2 a:hover,
.pl2 a.cur {
    color: #fff;
    background: #b72f1e
}

@media screen and (max-width: 768px) {
    .protit p {
        display: none;
    }
    .prosort li {
        width: 25%
    }
}


/*产品列表*/

.proshowlist {
    width: 100%;
    margin-top: 50px;
}

.proshowlist li {
    float: left;
    width: 32%;
    margin-right: 2%;
    background: #eee;
    margin-bottom: 2%;
    transition: all 0.7s;
    position: relative;
}

.proshowlist li:hover {
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
    z-index: 3
}

.proshowlist li:nth-child(3n) {
    margin-right: 0%;
}

.proshowlist li .pimg {
    width: 100%;
    overflow: hidden;
    border: 1px solid #eee;
    box-sizing: border-box
}

.proshowlist li .pimg img {
    width: 100%;
    transform: scale(1);
    transition: all 0.7s ease;
}

.proshowlist li:hover .pimg img {
    transform: scale(1.02)
}

.proshowlist li .pname {
    padding: 12px;
}

.proshowlist li .pname p {
    display: inline-block;
    font-size: 1.125rem;
    color: #333
}

.proshowlist li .pname span {
    float: right;
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #333;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
}

@media screen and (max-width: 768px) {
    .proshowlist li {
        width: 49%;
        margin-right: 2%;
    }
    .proshowlist li:nth-child(3n) {
        margin-right: 2%;
    }
    .proshowlist li:nth-child(2n) {
        margin-right: 0
    }
}


/*产品展示*/


/*产品展示*/

.p-show {
    margin-top: 30px;
    background: #fff;
    padding: 10px
}


/* .container{max-width: 1024px;width: 50.5%;margin: 0 auto; position:relative;} */

.preview {
    text-align: center;
    margin-top: 10px;
    background: rgba(0, 0, 0, 0.3);
    padding: 10px 10px;
}

.preview a {
    display: block;
    float: left;
    margin: 3px;
    width: 19%;
    border: 3px solid #fff;
    box-sizing: border-box;
}

.preview img {
    display: block;
    width: 100%;
    height: auto;
}

.container .active {
    border: 3px solid #e50b1c !important
}

.dd {
    position: relative;
    margin-top: 30px;
    z-index: 99;
    width: 100%;
    height: 100%;
    line-height: 1.875em
}

.dd .pre1 {
    display: block;
}

.dd .next1 {
    display: block;
}

@media screen and (max-width: 768px) {
    .container {
        width: 100%;
    }
    .pxx {
        width: 100%;
        padding: 3%
    }
}


/*fnoan*/

.p-miao {
    width: 48%;
    overflow: hidden;
}

.p-miao h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: #1e88e5;
    width: auto;
}

.p-miao span {
    font-size: 1.125rem;
    color: #1f3a6f;
    font-weight: normal
}

.p-miao .ap {
    margin: 16px 0 0;
    padding: 1rem 0;
    font-size: 1rem;
    color: #6b6b6b;
    border-bottom: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    min-height: 320px;
    box-sizing: border-box;
}

.p-lx {
    margin-top: 20px;
}

.p-lx span {
    font-size: 1rem;
    color: #454545;
}

.p-lx p {
    color: #e50b1c;
    font-size: 2rem;
    font-weight: bold;
}


/*详情*/

.pd-con {
    background: #fff;
    padding: 14px;
    margin-top: 54px;
}

.pd-con .pdtit {
    border-bottom: 2px solid #e5e5e5;
    position: relative;
}

.pd-con .pdtit h4 {
    font-size: 1.375rem;
    color: #424242;
    padding: 8px 0;
}

.pd-con .pdtit i {
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 4px;
    width: 96px;
    background: #e50b1c;
}

.pdcontent {
    padding: 32px 0
}

@media screen and (max-width: 768px) {
    .p-miao {
        width: 100%;
        margin-top: 20px;
        overflow: hidden;
    }
    .p-lx .fl {
        width: 70%;
    }
    .p-lx .fr {
        width: 30%;
        box-sizing: border-box;
        border-left: 1px solid #c0c0c0;
        padding: 0 0 0 3%;
    }
    .p-lx .fr span {
        top: 0;
    }
}


/*相关产品*/

.tuipro {
    width: 100%;
    margin-top: 24px;
    box-sizing: border-box;
}

.tuipro .tuitit {
    border-bottom: 2px solid #c0c0c0;
    padding: 16px 0;
    margin-bottom: 20px;
    position: relative;
}

.tuipro .tuitit i {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 32px;
    height: 3px;
    background: #e50b1c
}

.tuipro .tuitit p {
    font-size: 1.375rem;
    color: #424242
}

.tuipro .tuitit span {
    color: #2d345f
}

.tuipro ul {
    box-sizing: border-box;
}

.tuipro li {
    width: 32%;
    margin-right: 2%;
    border: 1px solid #ececec;
    margin-bottom: 10px;
    box-sizing: border-box;
    float: left;
    position: relative;
}

.tuipro li:nth-child(3n) {
    margin-right: 0
}

.tuipro li:nth-child(4n) {
    display: none
}

.tuipro li .dimg {
    width: 100%;
    overflow: hidden;
}

.tuipro li .dimg img {
    width: 100%;
    transition: all 0.8s;
    transform: scale(1);
}

.tuipro li:hover .dimg img {
    transform: scale(1.05);
}

.tuipro li .ptxt {
    bottom: 0;
    padding: 16px 0;
    width: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    background: #fff;
}

.tuipro li .ptxt p {
    color: #454545;
    font-size: 1rem;
}

.tuipro li .ptxt p span {
    float: right;
}

@media screen and (max-width: 768px) {
    .tuipro {
        width: 100%;
        padding: 0;
        border: none;
    }
    .tuipro ul {
        padding: 12px;
    }
    .tuipro li {
        float: left;
        width: 49%;
        margin: 0 0.5% 24px !important;
    }
    .tuipro li:nth-child(4) {
        display: block;
    }
}

.slider-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    border: 3px solid rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
    .slider-container {
        width: 100%;
    }
}

.slider {
    position: relative;
    width: 9999px;
}

.slider:before,
.slider:after {
    display: table;
    content: ' ';
}

.slider:after {
    clear: both;
}

.slider__item {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    height: 100%;
}

.slider__item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.slider__switch span {
    color: #fff;
    display: block;
    width: 32px;
    height: 32px;
}


/* Arrows */

.slider__switch {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    padding: 10px 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 1px;
    background: #000;
    opacity: .3;
    transition: opacity .15s ease;
    fill: #fff;
}

.slider__switch--prev {
    left: 10px;
}

.slider__switch--next {
    right: 10px;
}

.slider__switch:hover {
    opacity: .85;
}

.slider__switch[disabled] {
    visibility: hidden;
    opacity: 0;
}

.slider__caption {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: block;
    max-width: 500px;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, .4);
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, .4);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99000000', endColorstr='#99000000');
    /* ie8 */
}

.slider__caption[disabled] {
    opacity: 0;
    visibility: hidden;
}

.slider-nav {
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 99999;
    filter: alpha(opacity=90);
    /* ie8 */
}

.slider-nav__control {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    -webkit-transition: background .5s ease;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    transition: background .5s ease;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
}

.slider-nav__control.is-active {
    width: 12px;
    height: 12px;
    background: #fff;
}

.slider.has-touch {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
}

@media (max-width: 580px) {
    .slider__switch {
        display: none;
    }
    .slider__caption {
        display: none;
    }
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

:focus {
    outline: none;
}


/* 首页 */

a:hover {
    text-decoration: none;
}

.menu {
    background-color: #fff;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    border: none;
}

.sticky.menu {
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.menu .mobile-inner-nav>li {
    width: 76px;
}

.menu li a {
    font-size: 16px;
    color: #2c2c2c;
}

.menu li>a {
    padding: 38px 0;
}

.menu .kd {
    display: flex;
    align-items: center;
}

.menu li a span {
    background-color: #e20727;
}

.menu li dl dd {
    width: 200%;
}

.mobile-inner-nav {
    padding-right: 5%;
    display: flex;
    justify-content: flex-end;
}

.menu .phone {
    display: flex;
}

.menu .phone i {
    font-size: 40px;
    color: #e20727;
}

.menu .phone .phone_wz {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-direction: column;
}

.menu .phone .phone_wz h4 {
    font-size: 12px;
    color: #2c2c2c;
}

.menu .phone .phone_wz h2 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}


/* banner */

.pc_ban {
    width: 100%;
    height: 800px;
    position: relative;
    overflow: hidden;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: "";
}

.pc_ban .swiper-button-prev,
.pc_ban .swiper-button-next {
    line-height: 61px;
    color: #fff;
    font-size: 38px;
    font-weight: bold;
    margin-top: -25px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.pc_ban .swiper-button-prev {
    left: 3%;
}

.pc_ban .swiper-button-next {
    right: 3%;
}


/* 小圆圈样式 */

.banner .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
}

.pc_ban .swiper-pagination-bullet {
    background: transparent;
    opacity: 1;
    border: 1px solid #cce0fd;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: transparent;
}

.pc_ban .swiper-pagination-bullet-active {
    background: #cce0fd;
}

@media only screen and (max-width:992px) {
    .pc_ban {
        height: 250px;
    }
    .pc_ban .pc_wz {
        padding-top: 50px;
    }
    .pc_ban .pc_wz h1 {
        font-size: 30px;
        letter-spacing: 0;
        margin-bottom: 25px;
    }
    .pc_ban .pc_wz h4 {
        font-size: 25px;
    }
    .pc_ban .pc_wz a {
        display: block;
        margin: 60px auto 0;
        width: 150px;
        height: 42px;
        border: 1px solid #00487f;
        background-color: #00487f;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        line-height: 40px;
        text-align: center;
        border-radius: 36px;
    }
    .pc_ban .swiper-button-prev,
    .pc_ban .swiper-button-next {
        display: none;
    }
    .banner .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 20px;
    }
    .pc_ban .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
}

.in-sort {
    background-color: #e20727;
}

.in-sort ul {
    padding: 65px 0;
}

.in-sort li {
    border: none;
}

.in-sort li a {
    border: 1px solid #fff;
    border-radius: 10px;
    padding-top: 35px;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.in-sort li p {
    padding: 35px 0;
    font-size: 16px;
    color: #fff;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.in-sort li .img {
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.in-sort li:hover a {
    background-color: #fff;
}

.in-sort li:hover .img {
    background-position: left center!important;
}

.in-sort li:hover p {
    color: #e20727;
}

@media only screen and (max-width:992px) {
    .mobile-inner-nav {
        display: none;
        padding: 0;
        padding-bottom: 20px;
    }
    .menu {
        width: 100%;
        padding: 20px 0;
    }
    .menu .logo {
        margin-right: 20px;
    }
    .menu li>a {
        padding: 0;
        color: #fff;
        padding: 10px 0;
    }
    .menu .mobile-inner-nav>li {
        width: 100%;
    }
    .menu li i {
        display: none;
    }
    .in-sort ul {
        padding: 30px 0;
    }
    .in-sort li {
        margin-bottom: 20px;
    }
    .in-sort li p {
        display: block;
        padding: 10px 0;
    }
    .in-sort li a {
        padding-top: 10px;
    }
}

.sy_cp {
    background: url(../images/sy_1.jpg) no-repeat top center / cover fixed;
    padding: 70px 0;
}

.sy_cp h4 {
    font-family: 'Source Han Sans CN';
    font-size: 30px;
    color: #787776;
    text-transform: uppercase;
    letter-spacing: .1em;
}

.sy_cp .b {
    max-width: 100%;
    margin-bottom: 15px;
}

.sy_cp .bt {
    max-width: 100%;
}

.sy_cp h2 {
    font-size: 52px;
    color: #fff;
}

.sy_cp .col-lg-4 {
    position: relative;
}

.sy_cp .more {
    padding: 12px 0;
    width: 170px;
    text-align: center;
    left: 15px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #135ed6;
    background: linear-gradient(90deg, #135ed6, #135ed6) no-repeat;
    background: -webkit-linear-gradient(-90deg, #135ed6, #135ed6) no-repeat;
    background-size: 100% 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    position: absolute;
    bottom: 0;
}

.sy_cp .more:hover {
    background-size: 0 100%;
}

.sy_cp .cptw_t {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

.sy_cp .col-lg-4:nth-child(n+3) .cptw_t {
    margin-bottom: 0;
}

.sy_cp .cptw_t img {
    width: 100%;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.sy_cp .cptw_t .cptw_w {
    padding: 12px 0;
    font-size: 16px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #e20727;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.sy_cp .sycp_tw:hover .cptw_t img {
    transform: scale(1.1);
}

.sy_cp .sycp_tw:hover .cptw_t .cptw_w {
    opacity: .6;
}

@media only screen and (max-width:992px) {
    .sy_cp {
        padding: 35px 0;
    }
    .sy_cp h4 {
        font-size: 26px;
    }
    .sy_cp h2 {
        font-size: 30px;
    }
    .sy_cp .bt {
        width: 50%;
    }
    .sy_cp .more {
        position: static;
        margin-bottom: 15px;
        display: block;
        width: 120px;
        padding: 5px;
    }
}

.sy_bt {
    text-align: center;
}

.sy_bt h4 {
    font-family: 'Source Han Sans CN';
    font-size: 30px;
    color: #9e9e9e;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: bold;
}

.sy_bt h2 {
    font-size: 35px;
    color: #e20727;
}

.sy_bt h2 .hl {
    margin-right: 60px;
}

.sy_bt h2 .hr {
    margin-left: 60px;
}
@media only screen and (max-width:992px){
    .sy_bt h4{font-size: 24px;}
    .sy_bt h2{font-size: 30px;}
}
.syys_th {
    padding: 50px 0 70px;
}

.syys_th .col-4:hover .thnr_i {
    transform: rotateY(-180deg);
}

.syys_th .ysth_nr {
    background: url(../images/sy_b2.jpg) no-repeat center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 254px;
}

.syys_th .ysth_nr .thnr_i {
    font-size: 70px;
    color: #fff;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.syys_th .ysth_nr .thnr_wz {
    text-align: center;
    font-size: 20px;
    color: #fff;
}

@media only screen and (max-width:992px){
    .syys_th .ysth_nr .thnr_wz{
        font-size: 16px;
    }
    
}
.nyxw_bt.row {
    justify-content: space-between;
    margin: 0;
    width: 100%;
    background-color: #fff;
    position: relative;
}

.nyxw_bt.row .col-lg-3 {
    padding-left: 9px;
}

.gallery-top-new {
    width: 100%;
    overflow: hidden;
}

.nyxw_bt .swiper-slide {
    overflow: hidden;
}

.gallery-thumbs-new {
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs-new .swiper-wrapper {
    display: flex;
    /* flex-direction: column;
  justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
}

.gallery-thumbs-new .swiper-slide {
    width: 100%!important;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer;
}

.nyxw_bt .nyxw_zz {
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    position: absolute;
    bottom: 0;
    color: #c8a063;
    z-index: 1;
    line-height: 35px;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
}

.nyxw_bt .nyxw_zz h2 {
    font-size: 45px;
    font-family: Impact;
    /* 字体倾斜 */
    font-style: oblique;
}

.nyxw_bt .nyxw_zz h3 {
    font-size: 25px;
}

.nyxw_bt .nyxw_zz h4,
.nyxw_bt .nyxw_zz h5 {
    display: none;
}

.nyxw_bt .hq {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nyxw_bt .hq h2 {
    font-size: 190px;
    color: #e9e9e9;
    font-style: oblique;
    font-family: Impact;
}

.nyxw_bt .hq h4 {
    font-size: 30px;
    color: #424242;
    text-transform: uppercase;
    margin: 10px 0;
}

.nyxw_bt .hq h3 {
    font-size: 30px;
    color: #424242;
}

.nyxw_bt .hq span {
    display: block;
    width: 28px;
    height: 3px;
    background-color: #e30d2c;
    margin: 20px 0 40px;
}

.nyxw_bt .hq h5 {
    font-size: 20px;
    color: #424242;
}

.gallery-thumbs-new .swiper-slide-thumb-active .nyxw_zz {
    background-color: rgba(19, 94, 214, .8);
    transform: scaleY(1);
}

.gallery-thumbs-new .swiper-slide-thumb-active .nyxw_zz h2,
.gallery-thumbs-new .swiper-slide-thumb-active .nyxw_zz h3 {
    color: #fff;
}

.nyxw_bt img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.nyxw_bt .gallery-top-new img {
    width: 100%;
    transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}

.nyxw_bt img {
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.nyxw_bt .nyxw_yc {
    display: none;
}

.nyxw_bt .swiper-pagination-top {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-29%);
    -webkit-transform: translateX(-29%);
}

.nyxw_bt .swiper-pagination-top span {
    margin-right: 10px;
    width: 13px;
    height: 13px;
}


@media only screen and (max-width:992px){
    .syys_th{padding:20px 0 30px;}   
    .gallery-thumbs-new .swiper-slide{width: 48%!important;}
    .sj{display: none;}
    .swiper-container,.swiper-wrapper{width: 100%;}
    .nyxw_bt .nyxw_zz h2{font-size: 30px;}
    .nyxw_bt .nyxw_zz h3{font-size: 20px;}
    .nyxw_bt .hq h2{font-size: 50px;}
    .nyxw_bt .hq h4{font-size: 24px;}
    .nyxw_bt .hq h3{font-size: 24px;}
    .nyxw_bt .hq h5{font-size: 16px;}
    .nyxw_bt .hq span{margin: 10px 0 20px;}
    .nyxw_bt .hq{padding-bottom: 20px;}
    .swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white{display: none;}
    .gallery-thumbs-new.swiper-container, .gallery-thumbs-new  .swiper-wrapper{width: 100%;height: auto;}
}
.sy_fw {
    background: url(../images/sy_2.jpg) no-repeat top center / cover fixed;
    padding: 60px 0 90px;
}

.sy_fw .syfw_icon {
    color: #fff;
}

.sy_fw .syfw_icon .icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 40px;
    background-color: #e30d2b;
    border-radius: 10px;
    margin: 70px 0 100px;
    transition: all 2s;
    -o-transition: all 2s;
    -ms-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}

.sy_fw .syfw_icon .icon:hover {
    transform: rotateY(360deg);
    perspective: 1000px;
}

.sy_fw .syfw_icon .icon_r1 {
    color: #e30d2b;
    width: 85px;
    height: 85px;
    background-color: #fff;
    text-align: center;
    line-height: 85px;
    border-radius: 50%;
    font-size: 50px;
}

.sy_fw .syfw_icon p {
    color: #fff;
    font-size: 18px;
    padding: 35px 0 20px;
}

.sy_fw .syfw_icon span {
    width: 30px;
    height: 3px;
    display: block;
    background-color: #fff;
}

.sy_fw .sy_cp .bt {
    margin-top: 40px;
}

.sy_fw .syfw_jj h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1.5;
}

.sy_fw .syfw_jj h5 p{
    font-size: 16px;
    line-height: 2;
    color: #fff;
}

.pc{
    display: none;
}
@media only screen and (max-width:992px){
    .sy_fw{
        padding: 30px 0 0;
    }
    .sy_fw .syfw_icon .icon{
        padding: 30px 0 15px;
        margin: 20px 0 40px;
    }
    .sy_fw .syfw_icon p{
        font-size: 16px;
        padding: 15px 0 10px;
    }
}
.sy_al {
    position: relative;
    padding-bottom: 100px;
}

.sy_al .sy_bt {
    padding: 75px 0 50px;
}

.sy_al .swiper-button-prev,
.sy_al .swiper-button-next {
    font-weight: bold;
    font-size: 47px;
    color: #666;
    top: 60%;
}

.sy_al .swiper-button-prev {
    left: 12%;
}

.sy_al .swiper-button-next {
    right: 12%;
}

.sy_al .hz_ban .hz_tp {
    overflow: hidden;
    position: relative;
}

.sy_al .hz_ban .hz_tp img {
    width: 100%;
    height: 375px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.sy_al .hz_ban .hz_tp:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.sy_al .hz_ban .hz_wz {
    font-size: 16px;
    color: #fff;
    text-align: center;
    /*margin-top: 40px;*/
/*    position: absolute;*/
    width: 100%;
    bottom: 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b4b4b4;
}
@media only screen and (max-width:992px){
    .sy_fw .syfw_jj h3{
        font-size: 20px;
        margin-bottom: 10px;
    }
    .syfw_jj{
        padding: 20px 0;
    }
    .sy_fw .syfw_jj h5{
        font-size: 14px;
        line-height: 1.5;
    }
    .sy_fw .sy_cp .more{
        margin-top: 15px;
        margin-bottom: 0;
    }


    .sy_al .swiper-button-prev, .sy_al .swiper-button-next{
        display: none;
    }
    .pc{
        display: block;
    }
    .hz_ban>a{
        margin-bottom: 15px;
        display: block;
    }
    .sy_al{
        padding-bottom: 40px;
    }
}


.in-new {
    background-color: #fafafa;
}

.in-new .nbg1 {
    background: none;
}

.in-new .n-txt {
    padding: 0;
    font-size: 22px;
    color: #fff;
    background-color: #e30d2b;
    display: block;
    width: 100%;
    text-align: center;
}

.in-new .ixlist.fr .n-txt {
    background-color: #135ed6;
}

.in-new .more {
    padding: 12px 0;
    width: 170px;
    text-align: center;
    left: 15px;
    color: #e30d2c;
    font-size: 16px;
    border: 1px solid #e30d2c;
    background: linear-gradient(90deg, #e30d2c, #e30d2c) no-repeat;
    background: -webkit-linear-gradient(-90deg, #e30d2c, #e30d2c) no-repeat;
    background-size: 0% 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    display: block;
    margin: 30px auto;
}

.in-new .ixlist.fr .more {
    color: #135ed6;
    font-size: 16px;
    border: 1px solid #135ed6;
    background: linear-gradient(90deg, #135ed6, #135ed6) no-repeat;
    background: -webkit-linear-gradient(-90deg, #135ed6, #135ed6) no-repeat;
    background-size: 0% 100%;
}

.in-new .more:hover {
    background-size: 100% 100%;
    color: #fff;
}

.in-new .ixlist.fr .more:hover {
    background-size: 100% 100%;
    color: #fff;
}

@media only screen and (max-width:992px){
    .in-new{
        padding: 24px 0;
    }
    .in-new .n-txt {
        font-size: 20px;
        height: 50px;
        line-height: 50px;
    }
    .ixlist .liul dl dd em{
        font-size: 22px;
    }.ixlist .liul dl dd p{
        font-size: 22px;
        margin: 0;
    }
    .ixlist .liul li{
        padding: 5px 0 5px 10px;
    }
    .ixlist .liul li p{
        font-size: 14px;
    }
    .ixlist .liul li span{
        font-size: 14px;
    }
    .in-new .more{
            width: 120px;
            padding: 5px 0;
    }
    .ixlist .liul{
        padding: 25px 20px 0;
    }
}
.foot {
    padding: 40px 0 50px;
    background: url(../images/sy_3.jpg) no-repeat center / cover fixed;
}

.foot .ft_logo {
    margin-bottom: 40px;
}

.foot .ft_logo img {
    max-width: 210px;
    width: 100%;
}

.fmenu li {
    width: 50%;
}

.fcon {
    padding-top: 35px;
}

.fcon h4 {
    padding-bottom: 30px;
    margin-bottom: 0;
}

.fbq .kd  {

    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fbq .kd  p{
    font-size: 15px;
    color: #ffffff;
}
.ft_lj {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ft_lj .ftlj_wz {
    color: #fff;
    font-size: 15px;
}

.ft_lj option {
    padding: 0;
    border: 0;
    color: #333;
}

.ft_lj select {
    background-color: #dddddd;
    width: 113px;
    height: 25px;
    box-sizing: content-box;
    font-size: 14px;
    border-radius: 10px;
    color: #202020;
    border: 1px solid #e5e5e5;
    padding: 0;
    line-height: 20px;
    padding-left: 20px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1)
}

@media only screen and (max-width:992px){
    .fudong ul li img{
        width: 25%;
    }
    .fudong li p{
        font-size: 14px;
    }
    .fudong {
        height: 75px;
    }
    .fbq .kd p,.ft_lj .ftlj_wz{
        font-size: 12px;
    }
    .ft_lj select{
        font-size: 14px;
    }
    .foot{
        padding: 14px 0 20px;
    }
    .fcon h4{
        font-size: 20px;
        padding-bottom: 15px;
    }
    .fcon p{
        font-size: 14px;
    }
    .fmenu li a{
        font-size: 14px;
    }
    .fmenu{
        display: block;
    }
    .fwx img{
        width: 100%;
    }
    .fcon {
        width: 44%;
    }
    .foot .ft_logo{
        margin-bottom: 10px;
    }
    .foot .ft_logo img{
        width: 88%;
    }
    .fwx p{
        font-size: 14px;
    }
    .fwx{
        margin-top: 20px;
    }
    .pc_ban{
        height: 300px;
    }
}

/* neiye1 */
/* .ban{
    height: 500px;  
} */

.smenu li a span{
    background: #e20727;
}
.smenu li a{
    padding: 20px 43px;
}

.ab-box1 h5{
    font-size: 20px;
    font-weight: bold;
    color: #e20727;
    text-transform: uppercase;
}
.ab-box1 h3{
    font-size:24px;
    color: #000;
}
.ab-box1>span{
    width: 42px;height: 5px;background-color: #e20727;display: block;
    margin: 20px auto 40px;
}
.ab-box1 p{
    margin: 0;
    text-align: center;
    font-size: 14px;
    color: #000;
    line-height: 2;
}


.ab-box1>ul{
    padding: 80px 0;
}
.ab-box1 ul li:nth-child(3){
    border: none;
}
.ab-box1 li h4{
    font-size: 76px;
    color: #e20727;
    font-weight: bold;
}
.ab-box1 li h4 span{
    font-size: 35px; color: #e20727;
}
.ab-box1 li p{
    font-size: 16px;
    color: #000;
    margin: 0;
    text-transform: uppercase;
    margin-right: 20%;
}
@media only screen and (max-width:992px){
    /* .ban{
        height: 15vh;
    } */
    .smenu li a {
        padding: 10px 20px;
        font-size: 14px;
    }
    .main{
        padding: 30px 0;
    }
    .ab-box1 h5{font-size: 18px;}
    .ab-box1 h3{font-size: 22px;}
    .ab-box1>span {
        width: 40px;
        height: 3px;
        background-color: #e20727;
        display: block;
        margin: 15px auto 20px;
    }
    .ab-box1 .ppjs{line-height: 1.5;}
    .ab-box1>ul{
        padding: 40px 0;
    }
    .ab-box1 li h4{
        font-size: 30px;
    }
    .ab-box1 li h4 span{
        font-size: 16px;
    }
    .ab-box1 li p{
        font-size: 14px;
        margin-right: 0;
    }
    .ab-box2{
        margin-top: 30px;
        display: flex;
        flex-wrap: wrap;
    }
    .ab-box2 dl {
        width: 49%;
        margin: .5%;
    }
}
.n2  {
    padding-top: 80px;
    padding-bottom: 0;
}
.n2  .swiper-button-prev{
    left: -5%;
}
.n2  .swiper-button-next{
    right: -5%;
}
.n2  .hz_ban .hz_wz{
    position: static;
    margin-top: 0;
}
.n2  .hz_tp{
    border: 1px solid #dcdcdc;
}
.n2  .hz_tp .n2_tp{
    border-bottom: 1px solid #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}
.n2  .hz_tp .n2_tp img{
    max-width: 100%;
    width: auto;
}
.n2   .hz_ban .hz_tp img{
    max-width: 100%;
    width: auto;
}
.n2 .pc .hz_tp{
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.n2  .hz_tp .hz_wz{
    background-color: transparent;
    font-size: 18px;
    color: #000;
}
.n2 .swiper-button-prev, .n2 .swiper-button-next{
    color: #c5c5c5;
    font-weight: 400;
    top: 50%;
}

.in-sort.n3{
    background-color: transparent;
}
.in-sort.n3 li a{
    border: 1px solid #e20727;
}
.in-sort.n3 li {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.2);
    box-sizing: border-box;
    padding: 0 15px;
}
.in-sort.n3 li:hover .img {
    background-position: right center!important;
}

.in-sort.n3 li.on .img {
    background-position: right center!important;
}
.in-sort.n3 li:hover a{
background-color: #e20727;
}
.in-sort.n3 li:hover p{
    color: #fff;
}

.in-sort.n3 li.on a{
    background-color: #e20727;
}
.in-sort.n3 li.on p{
    color: #fff;
}
.in-sort.n3 li p{
    font-size: 16px;
    margin: 0;
}
.cp_nr .cpnr{
    margin-bottom: 30px;
    overflow: hidden;
}
.cp_nr .cpnr .img{
    overflow: hidden;
}
.cp_nr .cpnr:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.cp_nr .cpnr img{
    width: 100%;
    display: block;
    height: 365px;
    transition: all 2s;
    -o-transition: all 2s;  
    -ms-transition: all 2s; 
    -moz-transition: all 2s; 
    -webkit-transition: all 2s;
}

.cp_nr .cpnr a.more{
    padding: 0 30px;
    height: 77px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f0f0f0;
}
.cp_nr .cpnr a:hover{
    background-color: #e20727;
}
.cp_nr .cpnr a:hover h4{
    color: #fff;
}
.cp_nr .cpnr a h4{
    font-size: 16px;
    color: #2c2c2c; transition: all .5s;  -o-transition: all .5s;   -ms-transition: all .5s;  -moz-transition: all .5s;  -webkit-transition: all .5s; 
}
.cp_nr .cpnr a:hover h5{
    color: #e20727;
    border: 1px solid #fff;
    background-color: #fff;
}
.cp_nr .cpnr a h5{
 font-size: 16px;   width: 155px;height: 40px;color: #000;border: 1px solid #000;text-align: center;line-height: 40px; transition: all .5s;  -o-transition: all .5s;   -ms-transition: all .5s;  -moz-transition: all .5s;  -webkit-transition: all .5s; 
}
@media only screen and (max-width:992px){
    .cp_nr .cpnr img{
        height: auto;
    }
    .cp_nr .cpnr a h5{
        width: 80px;
        height: 35px;
        line-height: 33px;
        font-size: 14px;

    }
    .cp_nr .cpnr a h4{
        font-size: 14px;
    }
    .cp_nr .cpnr a{
        height: 60px;
    }
}
.ny_cpal .row{
    margin: 0;
    margin-bottom: 50px;
}
.ny_cpal .cpal{
    padding: 0;
    overflow: hidden;
}
.ny_cpal .cpal.col-8:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.ny_cpal .cpal.col-8 img{
    width: 100%;
    transition: all 1.5s;
    -o-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -webkit-transition: all 1.5s;
}
.ny_cpal .col-4{
    background-color: #f0f0f0;
    padding:0 50px 60px;
}
.ny_cpal .cpal h2{
    font-size: 24px;
    color: #333;
}
.ny_cpal .cpal_nr>span{
    width: 42px;
    height: 5px;
    display: block;
    background-color: #e20727;
    margin: 20px 0 30px;
}
.ny_cpal .cpal .cpal_d{
    font-size: 14px;
    color: #333;
    line-height: 2;
}
.ny_cpal .cpal .cpal_nr{
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.ny_cpal .cpal .ny_more{
    font-size: 16px;
    display: block;
    color: #135ed6;
    border: 1px solid #135ed6;
    width: 155px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    bottom: 0;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.ny_cpal .cpal .ny_more:hover{
    background-color: #135ed6;
    color: #fff;
}

@media only screen and (max-width:992px){
    .ny_cpal .cpal h2{
        font-size: 22px;
    }
    .ny_cpal .cpal_nr>span {
        width: 40px;
        height: 2px;
        display: block;
        background-color: #e20727;
        margin: 10px 0 15px;
    }
    .ny_cpal .col-4{
        padding: 15px;
    }
    .ny_cpal .cpal .cpal_d{
        line-height: 1.5;
    }
    .ny_cpal .cpal .ny_more{
        position: static;
        margin-top: 15px;
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
}
.ny_cpal.xw .cpal{
    padding: 0 10px;
}

.ny_cpal.xw .col-4{
    background-color: #fff;
}
.ny_cpal.xw .cpal .ny_more{
   right: 0;
}
.ny_cpal.xw .cpal .cpal_nr  .cpal_sj {
    font-size: 12px;
    color: #666;
   
}
.ny_cpal.xw .cpal .cpal_d{
    margin: 30px 0;
}
.ny_cpal.xw .cpal .cpal_nr  .cpal_sj i{
    font-size: 12px;
    font-weight: bold;
}

@media only screen and (max-width:992px){
    .ny_cpal .cpal h2{
        margin-top: 15px;
    }
    .ny_cpal.xw .cpal .cpal_d{
        margin: 10px 0;
    }
}
.ny_zs .nyzs{
    display: flex;
    padding: 80px 0;
}
.ny_zs .nyzs .nyzs_nr{
    border-radius: 10px;
    position: relative;
    flex: 0 0 17%;
    perspective: 1000px;
    margin: 1.5%;
}
.ny_zs .nyzs .nyzs_nr .nyzs_a{
    display: flex;
    justify-content: center;
    backface-visibility: hidden;
    align-items: center;
    flex-direction: column;
    padding: 25px 0 20px;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}
.ny_zs .nyzs .nyzs_nr .nyzs_z{
    border-radius: 10px;
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    background-color: #e20727;
}
.ny_zs .nyzs .nyzs_nr:hover  .nyzs_z{
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.ny_zs .nyzs .nyzs_nr .nyzs_f{
    border-radius: 10px;
    padding: 5px;
    background-color: #e20727;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotateY(-180deg);
    -webkit-transform: rotateY(-180deg);
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}
.ny_zs .nyzs .nyzs_nr:hover  .nyzs_f{
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
}

.ny_zs .nyzs .nyzs_nr i{
    width: 100px;
    height: 100px;
    background-color: #fff;
    font-size: 70px;
    border-radius: 100%;
    display: block;
    text-align: center;
    line-height: 100px;
    color: #e20727;
}

.ny_zs .nyzs .nyzs_nr h2{
    color: #fff;
    font-size: 24px;
    margin: 15px 0 20px;
}
.ny_zs .nyzs .nyzs_nr .nyzs_f .zsf{
    border-radius: 10px;
    border: 1px solid #fff;
    height: 100%;
    display: flex;
    padding-bottom: 50px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ny_zs .nyzs .nyzs_nr h5{
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 20px;
}
.ny_zs .jt{
    font-size: 25px;
    color: #fff;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.ny_zs .nyzs_img{
    overflow: hidden;
    padding-bottom: 60px;
}
.ny_zs .nyzs_img:hover img{
 transform: scale(1.1);
 -webkit-transform: scale(1.1);
}
.ny_zs .nyzs_img img{
    width: 100%;
    transition: all 2s;

    -o-transition: all 2s;
  
    -ms-transition: all 2s;
  
    -moz-transition: all 2s;
  
    -webkit-transition: all 2s;
}


.nyjm_lb{
    position: relative;
    height: 368px;
}
.nyjm_lb .swiper-button-prev,
.nyjm_lb .swiper-button-next {
   
    font-size: 26px;
    color: #999;
    top: 47%;
}

.nyjm_lb .swiper-button-prev {
    left: -5%;
}

.nyjm_lb .swiper-button-next {
    right: -5%;
}

.nyjm_lb .hzz_ban .hz_tp {
    overflow: hidden;
    position: relative;
}

.nyjm_lb .hzz_ban .hz_tp img {
    width: 100%;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.nyjm_lb .hzz_ban .hz_tp:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.nyjm_lb .hzz_ban .row{
    margin: 0;
}
.nyjm_lb .hzz_ban .col-6{
    padding: 0;
}
.nyjm_lb .hzz_ban .col-6:nth-child(2){
    padding: 0 20px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nyjm_lb .hzz_ban  .hz_wz{
    position: relative;
}
.nyjm_lb .hzz_ban  .hz_wz .jmlb_wz{
    position: relative;
    z-index: 1;
}
.nyjm_lb .hzz_ban  .hz_wz h1{
    font-size: 250px;
    font-style: oblique;
    color: #ddd;
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.nyjm_lb .hzz_ban  .hz_wz .jmlb_wz{
    font-size: 14px;
    color: #333;
}
@media only screen and (max-width:992px){
    .ny_zs .nyzs{
        padding: 30px 0;
    }
    .ny_zs .nyzs .nyzs_nr i{
        width: 50px;
        height: 50px;
         line-height: 50px;
         font-size: 35px;
    }
    .ny_zs .nyzs .nyzs_nr h2{
        font-size: 20px;
        margin: 10px 0;
    }
    .ny_zs .jt{
        font-size: 20px;
    }
    .ny_zs .nyzs .nyzs_nr .nyzs_a{
        padding: 15px 0 10px;
    }
    .ny_zs .nyzs .nyzs_nr h5{
        font-size: 12px;
        padding: 0 5px;
    }
    .ny_zs .nyzs .nyzs_nr .nyzs_f{
        padding: 5px;
    }
    .ny_zs .nyzs .nyzs_nr .nyzs_f .zsf{
        padding: 0;

    }
    .nyjm_lb .swiper-button-prev, .nyjm_lb .swiper-button-next{
        display: none;
    }
    .nyjm_lb .hzz_ban .hz_wz h1{
        font-size: 170px;
    }
    .nyjm_lb {
        height: 250px;
    }
}
.ny_lx{
    margin: 60px 0 80px;
}
.ny_lx .nylx{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 90px;
}
.ny_lx h2{
    font-size: 24px;
    color: #333;
    font-weight: 400;
}
.ny_lx h2 span{
    font-size: 15px;
    color: #333;
    display: block;
}
.ny_lx  .lxwm{
    font-size: 18px;
    color: #333;
    margin-top: 30px;
}
.ny_lx  .lxwm .dz{
    margin: 5px 0;
}
.ny_lx  .lxwm  i {
    color: #e20727;
}

@media only screen and (max-width:992px){
    .ny_lx{
        margin: 30px 0 40px;
    }
    .ny_lx .nylx{
        padding-top: 20px;
    }
    .ny_lx h2{
        font-size: 20px;
    }
    .ny_lx h2 span{
        font-size: 13px;
    }
    .ny_lx .lxwm{
        font-size: 16px;
        margin-top: 15px;
    }
    .ny_lx .lxwm .dz{
        margin: 0;
    }
}




/* 公共样式 */




p img{
    width: 100%;
}
.ny_nr .xw_xq {
    padding: 30px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_tl {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.ny_nr .xw_xq .xq_lf .xq_fc {
    width: 100%;
    border-bottom: solid 1px #cacaca;
    padding: 20px 0px;
}

.ny_nr .xw_xq .xq_lf .xq_fc .right {
    text-align: right;
}

.ny_nr .xw_xq .xq_nr {
    width: 100%;
    overflow: hidden;
    padding: 20px 0px;
    line-height: 30px;
    font-size: 14px;
}

.ny_nr .xw_xq .xq_nr img {
    max-width: 100%;
    display: block;
}

.ny_nr .xw_xq .xq_fy {
    text-align: center;
    padding: 15px 0px;
}

.ny_nr .xw_xq .xq_fy a {
    display: inline-block;
    margin: 0px 15px;
    padding: 10px 20px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 14px;
}

.ny_nr .xw_xq .xq_rt {
    width: 100%;
    overflow: hidden;
    margin-top: 56px;
}

.ny_nr .xw_xq .xq_rt .rt_bt {
    font-size: 24px;
    font-weight: bold;
    background-color: #000000;
    color: #FFFFFF;
    padding: 15px 0px;
    text-align: center;
}

.ny_nr .xw_xq .xq_rt .rt_lb li a {
    display: block;
    border-bottom: dashed 1px #cccccc;
    line-height: 56px;
    font-size: 14px;
    color: #666;
}

@media only screen and (max-width:640px) {
    .ny_nr .xw_xq {
        padding: 20px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_tl {
        font-size: 22px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc {
        padding: 15px 0px;
    }
    .ny_nr .xw_xq .xq_lf .xq_fc .right {
        text-align: center;
    }
    .ny_nr .xw_xq .xq_fy {
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_fy a {
        margin: 0px 10px;
        padding: 10px 15px;
    }
    .ny_nr .xw_xq .xq_rt {
        margin-top: 15px;
    }
    .ny_nr .xw_xq .xq_rt .rt_bt {
        font-size: 20px;
        padding: 10px 0px;
    }
    .ny_nr .xw_xq .xq_rt .rt_lb li a {
        line-height: 40px;
    }
}

.gy_wm {
    width: 100%;
    padding: 60px 0 80px;
    overflow: hidden;
}

.gy_wm .yj_cp .n_r {
    box-shadow: 0px 5px 10px 0px rgba(95, 125, 158, .1);
    margin-bottom: 30px;
}

.gy_wm .yj_cp .t_p {
    overflow: hidden;
}

.gy_wm .yj_cp .t_p img {
    width: 100%;
    height: auto;
    display: block;
    transition: all 1s;
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
}

.gy_wm .yj_cp .n_r:hover .t_p img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.gy_wm .yj_cp .w_z {
    padding: 20px 10px;
    text-align: center;
}

.gy_wm .yj_cp .w_z h3 {
    font-size: 20px;
    line-height: 32px;
}

.gy_wm .yj_cp .w_z p {
    line-height: 24px;
    color: #999;
}

.gy_wm .ry_zz .n_r {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 8px 20px 0px rgba(95, 125, 158, .1);
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gy_wm .ry_zz .n_r:hover {
    box-shadow: 0px 8px 20px 0px rgba(95, 125, 158, 0.3);
    transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}

.gy_wm .ry_zz img {
    width: 100%;
    height: auto;
    display: block;
}

.gy_wm .ry_zz p {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

.gy_wm .zl_lb .n_r {
    padding: 20px 20px 20px 100px;
    border: 1px dotted #ddd;
    margin-bottom: 30px;
    position: relative;
}

.gy_wm .zl_lb h3 {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.gy_wm .zl_lb ul li:hover h3 {
    color: #00b7ee;
}

.gy_wm .zl_lb i {
    font-size: 60px;
    position: absolute;
    top: 20px;
    left: 20px;
}

.gy_wm .zl_lb p {
    margin-bottom: 20px;
    line-height: 24px;
    height: 48px;
    color: #888;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -ms-line-clamp: 2;
    -o-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.gy_wm .zl_lb a {
    width: 120px;
    background-color: #00b7ee;
    line-height: 32px;
    text-align: center;
    color: #fff;
    display: block;
}

.gy_wm .zs_js {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 50px;
}

.gy_wm .zp_js .n_r {
    margin-bottom: 50px;
    overflow: hidden;
    box-shadow: 0px 5px 10px 0px rgba(95, 125, 158, .1);
}

.gy_wm .zp_js .t_p img {
    width: 100%;
    height: auto;
    display: block;
}

.gy_wm .zp_js .w_z {
    padding: 20px;
}

.gy_wm .zp_js .w_z h3 {
    font-size: 20px;
    font-weight: bold;
    color: #00b7ee;
    margin-bottom: 15px;
}

.gy_wm .zp_js .w_z p {
    font-size: 15px;
    line-height: 26px;
    color: #777;
}

.gy_wm .lx_dt .map {
    width: 100%;
    height: 460px;
    margin-bottom: 50px;
}

.gy_wm .lx_wm .n_r h3 {
    font-size: 22px;
    line-height: 32px;
    color: #333;
}

.gy_wm .lx_wm .n_r h4 {
    font-size: 16px;
    line-height: 24px;
    color: #888;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.gy_wm .lx_wm .w_z {
    font-size: 15px;
    line-height: 32px;
}

.gy_wm .lx_wm .l_y input {
    width: 100%;
    height: 47px;
    font-size: 14px;
    line-height: 46px;
    border-bottom: 1px solid #ddd;
    display: block;
}

.gy_wm .lx_wm .l_y textarea {
    width: 100%;
    height: 73px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 26px;
    border-bottom: 1px solid #ddd;
    display: block;
    resize: none;
}

.gy_wm .lx_wm .l_y button {
    width: 120px;
    height: 36px;
    background-color: #333;
    margin-top: 15px;
    margin-right: 15px;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    float: left;
}

.gy_wm .lx_wm .l_y button.c_z {
    background-color: #aaa;
}

.gy_wm .yz_xx {
    max-width: 560px;
    margin: 0 auto;
    padding: 30px 80px;
    box-shadow: 0px 8px 20px 0px rgba(95, 125, 158, .1);
}

.gy_wm .yz_xx .n_r {
    position: relative;
}

.gy_wm .yz_xx .n_r input {
    width: 100%;
    height: 51px;
    border-bottom: 1px solid #eee;
    line-height: 50px;
    margin-bottom: 10px;
    display: block;
}

.gy_wm .yz_xx .n_r.y_z input {
    padding-right: 120px;
}

.gy_wm .yz_xx .n_r .y_m {
    width: 100px;
    height: 40px;
    background: url(../images/api.png) no-repeat center / cover;
    position: absolute;
    top: 5px;
    right: 0;
}

.gy_wm .yz_xx button {
    width: 100%;
    height: 50px;
    background-color: #00b7ee;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.gy_wm .yz_xx button:hover {
    background-color: #088ace;
}

@media only screen and (max-width:992px) {
    .gy_wm {
        padding: 50px 0;
    }
    .gy_wm .yj_cp .row {
        margin: 0 -10px;
    }
    .gy_wm .yj_cp .col-md-6 {
        padding: 0 10px;
    }
    .gy_wm .yj_cp .n_r {
        margin-bottom: 20px;
    }
    .gy_wm .yj_cp .w_z {
        padding: 10px;
    }
    .gy_wm .yj_cp .w_z h3 {
        font-size: 18px;
        line-height: 30px;
    }
    .gy_wm .ry_zz .n_r {
        padding: 15px;
    }
    .gy_wm .ry_zz p {
        font-size: 15px;
    }
    .gy_wm .zl_lb .row {
        margin: 0 -10px;
    }
    .gy_wm .zl_lb .col-md-6 {
        padding: 0 10px;
    }
    .gy_wm .zl_lb .n_r {
        padding: 15px 15px 15px 80px;
        margin-bottom: 20px;
    }
    .gy_wm .zl_lb h3 {
        margin-bottom: 5px;
    }
    .gy_wm .zl_lb i {
        font-size: 46px;
        top: 10px;
        left: 15px;
    }
    .gy_wm .zl_lb p {
        margin-bottom: 15px;
    }
    .gy_wm .zl_lb a {
        width: 100px;
        line-height: 30px;
    }
    .gy_wm .zs_js {
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .gy_wm .zp_js .n_r {
        margin-bottom: 30px;
    }
    .gy_wm .zp_js .w_z h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .gy_wm .zp_js .w_z p {
        font-size: 15px;
        line-height: 26px;
        color: #777;
    }
    .gy_wm .lx_dt .map {
        height: 300px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:640px) {
    .gy_wm {
        padding: 40px 0;
    }
    .gy_wm .yj_cp .w_z h3 {
        font-size: 16px;
    }
    .gy_wm .zs_js {
        font-size: 14px;
        line-height: 26px;
    }
    .gy_wm .zp_js .w_z h3 {
        font-size: 16px;
        font-weight: normal;
    }
    .gy_wm .zp_js .w_z p {
        font-size: 14px;
        line-height: 22px;
    }
    .gy_wm .lx_dt .map {
        height: 200px;
        margin-bottom: 0;
    }
    .gy_wm .lx_wm .n_r {
        margin-top: 30px;
    }
    .gy_wm .lx_wm .n_r h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 28px;
    }
    .gy_wm .lx_wm .n_r h4 {
        font-size: 14px;
    }
    .gy_wm .lx_wm .w_z {
        font-size: 14px;
        line-height: 28px;
    }
    .gy_wm .lx_wm .l_y input {
        height: 52px;
        line-height: 50px;
        border: 1px solid #eee;
        margin-bottom: 20px;
        padding: 0 10px;
    }
    .gy_wm .lx_wm .l_y textarea {
        height: 74px;
        padding: 10px;
        border: 1px solid #eee;
        margin-bottom: 20px;
    }
    .gy_wm .lx_wm .l_y button {
        width: 48%;
        height: 50px;
        line-height: 50px;
        margin: 0;
    }
    .gy_wm .lx_wm .l_y button.c_z {
        float: right;
    }
    .gs_yj .n_r {
        height: 160px;
        margin-bottom: 20px;
    }
    .gy_wm .yz_xx {
        padding: 30px;
    }
}

@media only screen and (max-width:320px) {
    .gy_wm .yz_xx {
        padding: 20px;
    }
}

.pages {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
 
}

.pages a {
    text-decoration: none;
    font-family: 微软雅黑;
    margin-left: 5px;
    color: #000;
    font-size: 12px;
    padding: 5px 15px;
    width: 21px;
    line-height: 17px;
    background-color: #fff;
    color: #000;
    margin-left: 10px;
    border: 1px solid #ccc;


}

.pages .current-page {
    color: #fff;
    margin-left: 5px;
    font-size: 12px;
    border: solid 1px #0075c1;
    background: #0075c1;
    padding: 5px 15px;

}

.pages span {
    text-decoration: none;
    font-family: 微软雅黑;
    margin-left: 5px;
    color: #000;
    font-size: 12px;
    padding: 5px 8px;
    width: 21px;
    line-height: 17px;
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    margin-left: 10px;


}
/* 搜索也 */

.sy_zy {
    background-color: #f1f1f1;
    padding-bottom: 30px;
}

#right_top {
    padding: 50px;
}

#right .xw_nr .row {
    border-bottom: 1px solid #ccc;
    padding: 30px 0;
}

#right .xw_nr .x_wz h4 {
    font-size: 24px;
    line-height: 48px;
}

/* ny_new */
 
.ny_new .ew_nr .row {
    border-bottom: 3px dashed #e6e6e6;
}

.ny_new .ew_nr .row:last-child {
    border-bottom: none;
}

.ny_new .ew_nr .n_l {
    padding-top: 25px;
    padding-bottom: 30px;
}

.ny_new .ew_nr .n_l .img {
    box-shadow: 2px 2px 5px #161616;
}

.ny_new .ew_nr .n_l img {
    width: 100%;
}

.ny_new .ew_nr .n_r {
    color: #fff!important;
    padding-top: 25px;
    padding-bottom: 36px;
}

.ny_new .ew_nr .n_r h5 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}

.ny_new .ew_nr .n_r p {
    line-height: 24px;
}

.ny_new .ew_nr .nr_sj {
    padding-top: 25px;
    position: relative;
}

.ny_new .ew_nr .nr_sj p {
    color: #0a0a0a;
    display: inline-block;
    margin-right: 31px;
}

.ny_new .ew_nr .nr_sj a.icon-shuangyoujiantou-::after {
    content: "";
}

.ny_new .ew_nr .nr_sj a.icon-shuangyoujiantou- {
    position: absolute;
    right: 0;
}

.ny_new .icon-shizhong:before {
    margin-right: 10px;
}

.ny_new .icon-lianjie1:before {
    margin-right: 10px;
}

.ny_new .ry_nr .nr_tp {
    position: relative;
    box-shadow: 0 0 8px #ddd;
}

.ny_new .ry_nr .nr_tp .nr_wz {
    position: absolute;
    height: 50px;
    width: 100%;
    bottom: 0;
    background-color: rgba(0, 0, 0, .3);
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

.ny_new .ry_nr .nr_tp:hover .nr_wz {
    font-size: 18px;
    line-height: 36px;
    height: 100%;
    /* padding: 0 70px 20%; */
    text-align: center;
}

.ny_new .ry_nr .nr_tp:hover .nr_wz.icon-jiahao:before {
    font-size: 50px;
}

.ny_new .ry_nr .nr_tp img {
    width: 100%;
}

.ny_new .ry_nr .nr_tp .nr_wz.icon-jiahao:before {
    position: absolute;
    left: 50%;
    font-size: 0;
    margin-left: -25px;
    bottom: 20%;
    font-weight: lighter;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all 1s;
}

.ny_new .ry_nr {
    margin-bottom: 30px;
}

.ny_new .ry {
    margin: 20px 0 80px;
}

.ny_new {
    padding-top: 100px;
}

.ny_new .new_bt h2 {
    font-size: 36px;
    color: #464646;
    margin-bottom: 30px;
}

@media only screen and (max-width:992px) {
    .ny_new .ry_nr {
        width: 50%;
    }
    .ny_new .new_bt h2 {
        font-size: 30px;
    }
    .ny_new {
        padding-top: 80px;
    }
    .ny_new .ew_nr .n_r h5 {
        font-size: 14px;
        margin-bottom: 0;
    }
    .ny_new .ew_nr .n_l {
        padding-bottom: 0;
    }
    .ny_new .iconfont {
        font-size: 14px;
    }
    .ny_new .ew_nr .nr_sj p {
        font-size: 12px;
    }
    .ny_new .ew_nr .n_r p {
        font-size: 12px;
        line-height: 20px;
    }
    .ny_new .ry_nr .nr_tp .nr_wz {
        font-size: 12px;
    }
    .ny_new .ry_nr .nr_tp:hover .nr_wz {
        font-size: 14px;
        line-height: 24px;
    }
    .ny_new .ry_nr .nr_tp:hover .nr_wz.icon-jiahao:before {
        font-size: 25px;
        margin-left: -12.5px;
    }
}.ny_nr .xw_xq .xq_fy{
    display: flex;align-items: center;    justify-content: center;
}
.xw_nr   a img{
    width: 100%;
}
.xw_nr  .more{
    float: right;
    border: 1px solid #333;
    padding: 10px 20px;
    margin-top: 30px;
}

.a_b{
    padding: 50px 0;
}
.a_b img{
    width: auto;
}
/* 公共  end */



/* 导航栏 */
.menu li dl{
    top: 90%;
    z-index: 9999999;
}
/* 
.menu li .e_j{
    width: 100%;
    background-color: #000;
}
.menu li dl{
    width: auto;
}
.menu li dl dd {
    width: auto;
    display: flex;
}
.menu li dl dd a {
    border-bottom: 1px solid #eee;
    display: block;
    color: #333;
    padding: 2px;
    position: static;
    width: max-content;
} */

.ny_ej {
    position: relative;
    width: 100%;
    top: 0;    
    background-color: #e20727;
}
.ny_ej ul{
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: flex-end;
}
.ny_ej ul li a{
    font-size: 16px;
    color: #fff;
    display: block;
    padding: 2px 30px;
    position: relative;
    border-radius: 30px;

}
.ny_ej ul li a::before {
    width: 0;
    height: 100%;
    border-radius: 25px 0 0 25px;
    border: 1px solid transparent;
    border-right: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}
.ny_ej ul li a::after{
    width: 0;
    height: 100%;
    border-radius: 0 25px 25px 0;
    border: 1px solid transparent;
    border-left: 0;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}


.ny_ej ul li a::after {
    bottom: 0;
    right: 0;
}

.ny_ej ul li a::before {
    top: 0;
    left: 0;
}

.ny_ej ul li a:hover::before,
.ny_ej ul li a:hover::after {
    width: 100%;
    height: 100%;
}

.ny_ej ul li a:hover::before {
    width: 50%;
    border: 1px solid #fff;
    border-right: 0;
}

.ny_ej ul li a:hover::after {
    width: 50%;
    border: 1px solid #fff;
    border-left: 0;
}


.ny_ej ul li a.on::before {
    width: 50%;
    border: 1px solid #fff;
    border-right: 0;
}

.ny_ej ul li a.on::after {
    width: 50%;
    border: 1px solid #fff;
    border-left: 0;
}

.p-show .slider{
    width: 100%;
}
.p-show .slider .slider__item{
    width: 100%;
}
.slider__item img{
    max-width: auto;
}
.p-miao .ap{
    word-wrap:break-word;
}
@media only screen and (max-width:992px){
    .p-miao h3{
        font-size: 18px;
    }
    .p-miao .ap{
        font-size: 14px;min-height:100px;
    }
    .p-lx span{
        font-size: 18px;
    }
    .p-lx p{
        font-size: 16px;
    }
    body {
        font-size: 14px !important;
        width: 100%;
    }
    .pd-con .pdtit h4,.tuipro .tuitit p{
        font-size: 18px;
    }
}

.nyxw_bt.row .col-lg-3{
    overflow-x: hidden;
    height: 680px;
}
.nyxw_bt.row .col-lg-3::-webkit-scrollbar {
    display: none;
}

@media only screen and (max-width:992px){
    .nyxw_bt.row .col-lg-3{
        overflow-x: auto;
        height: auto;
    }
   .nyxw_bt  .swiper-container{
        height: auto;
    }
}


.sy_cp .wz {
    font-size: 70px;
    color: #fff!important;
    padding: 40px 0 130px;
}
@media only screen and (max-width:992px){
    .sy_cp .wz {
        font-size: 50px;
        color: #fff!important;
        padding: 20px 0 50px;
    }
.ny_ej ul li a{
    padding: 2px 5px;
}
}