input {
    padding: 0;
    margin: 0;
    font-family: '微软雅黑';
}

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

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}


/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.com-img {
    display: block;
    overflow: hidden;
}

.com-img img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

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


/*头部样式*/

.top_head {
    position: absolute;
    width: 100%;
    top: 0px;
    z-index: 999;
    transition: .5s;
}

.top_head.scroll {
    position: fixed;
    background: #fff;
}

.top_head .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 110px;
}

.top_head .top_rr {
    width: calc(100% - 22%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_ss {
    width: 50px;
    text-align: center;
    position: relative;
}

.top_ss .ss_btn {
    width: 50px;
    height: 50px;
    background: url(//cdn.myxypt.com/6b1ec324/21/04/65d89a10d7eb249d21f41a655674bef323a6d181.png) no-repeat center;
    cursor: pointer;
}

.top_head.scroll .top_ss .ss_btn {
    background: url(//cdn.myxypt.com/6b1ec324/21/04/fccccf5fb3b8e96614c7c49ca2428e8b479e337b.png) no-repeat center;
}

.top_ss #formsearch {
    position: absolute;
    top: 65px;
    right: 0;
    z-index: 9999;
    width: 250px;
    display: none;
    background: #f2f2f2;
}

.top_ss #formsearch #s_btn {
    float: left;
    outline: none;
    border: none;
    width: 35px;
    height: 30px;
    font-size: 0;
    background-image: url(../images/icon_spirit.png);
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 0 -210px;
}

.top_ss #formsearch #keyword {
    float: left;
    background: none;
    outline: none;
    border: none;
    width: calc(100% - 35px);
    width: 215px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 0px;
    height: 30px;
    padding-left: 10px;
    font-size: 14px;
}


/*  */

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

.box1 {
    margin: 3vw 0;
}

.box1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

.box1 ul li {
    background: url(//cdn.myxypt.com/6b1ec324/21/04/2e93097682a7c1db8d4c6a535961ae9ad0a74436.png) no-repeat right center;
}

.box1 ul li {
    color: #333333;
    font-size: 36px;
}

.box1 ul li span {
    color: #c2c2c2;
    font-size: 16px;
}

.box1 ul li:last-child {
    background: none;
}

.box1 ul li:first-child {
    font-size: 18px;
    color: #333333;
}

.box1 ul li span {
    display: block;
}

.box1 ul li:first-child span {
    color: #c2c2c2;
    font-size: 24px;
    text-transform: uppercase;
}

.xian {
    width: 26px;
    height: 2px;
    background-color: #bb020a;
    margin-bottom: 6%;
}

.box1 ul li:nth-child(2) {
    padding-right: 8%;
}

.box1 ul li:first-child {
    padding-right: 5%;
}

@media(max-width: 1300px) {
    .box1 ul{
        padding: 0 8%;
    }
    .box1 ul li{
        margin-right:0;
    }
    .box1 ul li:first-child{
        padding-right: 3%;
    }
    .box1 ul li:nth-child(2) {
        padding-right: 3%;
    }
    
}

@media(max-width: 1175px) {
    .box1 ul li {
        font-size: 24px;
    }
    .box1 ul li:first-child span {
        font-size: 18px;
    }
    .box1 ul li:nth-child(2) {
        padding-right: 10%;
    }
}

@media (max-width: 982px) {
    .box1 ul li:nth-child(2) {
        padding: 0 6%;
    }
}

@media (max-width: 950px) {
    .box1 ul {
        display: block;
    }
    .box1 ul li {
        margin-bottom: 20px;
        background: none;
    }
    .box1 ul li,
    .box1 ul li:nth-child(2) {
        padding: 0;
    }
    .xian {
        margin-bottom: 3%;
    }
    .box1 ul li:first-child {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .box1 {
        margin: 25px 0;
    }
}


/*box2*/

.box2 {
    background: url(//cdn.myxypt.com/6b1ec324/21/04/c255588f66aa9925ecbdb9870ba1e004453ff7b9.jpg) no-repeat top center;
    background-size: cover;
    padding: 7% 0 4.6% 0;
}

.aleft {
    width: 49.5%;
}

.aright {
    width: 42.8%;
    margin-top: 36px;
}

.aright img {
    display: block;
    width: 100%;
    height: 100%;
}

.aul {
    margin-left: 2%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

.aul li a {
    text-align: center;
    display: block;
}

.aul li .img {
    width: 87px;
    height: 87px;
    background-color: #cdcdd4;
    border-radius: 50%;
    line-height: 87px;
}

.aul li .aa {
    color: #434343;
    font-size: 16px;
    margin-top: 15px;
}

.aul li:hover .img {
    background: #bb020a;
}

.acon {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    margin-bottom: 8%;
    margin-top: 30px;
}

.abt h3 {
    font-size: 30px;
    color: #333333;
}

.abt h3 span {
    display: block;
    color: #999999;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 15px;
}

.abt a {
    display: block;
    text-transform: uppercase;
    color: #333333;
    font-size: 16px;
    text-decoration: underline;
    margin-top: 5px;
}
.abt a:hover{
    color:#bb020a;
}

@media(max-width: 1300px) {
    .aright {
        margin-top: 105px;
    }
}

@media(max-width: 1128px) {
    .acon {
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
        margin-bottom: 5%;
    }
}

@media(max-width: 900px) {
    .aleft,
    .aright {
        width: 100%;
        float: none;
    }
}

@media(max-width: 500px) {
    .aul {
        width: 100%;
    }
    .abt h3 {
        font-size: 25px;
    }
    .abt h3 span {
        font-size: 14px;
        margin-top: 10px;
    }
    .aul li .img {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .aul li .aa {
        font-size: 14px;
    }
}


/*box4*/

.box4 {
    position: relative;
    padding-bottom: 4%;
}

.pbox {
    margin: 6% 0 5% 0;
}

.pt {
    line-height: 42px;
}

.pt h3 {
    color: #333333;
    font-size: 36px;
    line-height: 36px;
}

.xg {
    color: #bb020a;
    font-size: 30px;
    margin: 0 15px;
    line-height: 36px;
}

.psort {
    width: 60%;
    text-align: right;
}

.pbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

.p1 {
    letter-spacing: 1px;
    color: #666666;
    font-size: 16px;
}

.psort li {
    display: inline-block;
    margin-left: 1.5%;
    width: 21%;
}

.psort li a {
    display: block;
    width: 100%;
    height: 42px;
    line-height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    letter-spacing: 1px;
    color: #333333;
    font-size: 16px;
    background-color: #ffffff;
    border-radius: 21px;
    border: solid 1px #dcdcdc;
}

.psort li.cur a,
.psort li.on a,
.psort li.active a{
    background: #bb020a;
    border-color: #bb020a;
    color: #fff;
}


/* css */
.tab-con { position: relative; }
.tab-con .tab-main { position: absolute; left: 0; top: 0; z-index: 9; right: 0;}
.tab-con .tab-main { opacity: 0; visibility: hidden; transition: all .5s ease; }
.tab-con .tab-main.active { position: static; opacity: 1; visibility: visible;  }




.tab1 {
    position: relative;
}

.pp1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

.product_list1 {
    width: 96%;
}

.product_list1 li {
    float: left;
    width: 23%;
    margin: 0 15px;
}

.product_list1 li a.img img {
    display: block;
    width: 100%;
    border: solid 1px rgba(0, 0, 0, 0.11);
}

.product_list1 li h3 a {
    padding: 30px 0 25px 0;
    background: url(//cdn.myxypt.com/6b1ec324/21/04/84a8cd02e572791b96d0cb066ba2099def89b07a.jpg) no-repeat bottom center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-size: 100%;
    letter-spacing: 1px;
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    display: block;
}

.product_list1 li:hover a.img img {
    border: 1px solid #bb020a;
}

.product_list1 li:hover h3 a {
    color: #bb020a;
}

.pmore {
    width: 4%;
    background-color: #eeeeee;
    padding: 0 1%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 22px;
}


.pmore a {
    display: block;
    color: #333333;
    font-size: 20px;
}
.pmore a:hover{
    color:#bb020a;
}

@media(max-width: 1050px) {
    .psort li {
        width: 30%;
    }
}

@media(max-width:1310px) {
    .p1 {
        letter-spacing: 0;
        font-size: 14px;
    }
    .pt h3 {
        font-size: 30px;
    }
}

@media(max-width:768px) {
    .pt h3 {
        font-size: 25px;
    }
    .p1 {
        letter-spacing: 0;
        font-size: 14px;
    }
    .pbox {
        display: block;
    }
    .psort {
        width: 100%;
        text-align: left;
        margin-top: 10px;
    }
    .psort li {
        margin-left: 0;
        margin-right: 1%;
        width: 24%;
    }
    .psort li a {
        font-size: 14px;
    }
    .pp1 {
        display: block;
    }
    .product_list1 {
        width: 100%;
    }
    .product_list1 li {
        width: 46%;
        margin: 0 10px 20px 10px;
    }
    .product_list1 li h3 a {
        padding: 20px 0 15px 0;
    }
    .pmore {
        width: 27%;
        margin: 15px auto;
        line-height: 40px;
    }
    .pmore a {
        display: block;
        font-size: 14px;
    }
}

@media(max-width:480px) {
    .psort li {
        width: 30%;
    }
    .pmore {
        width: 35%;
    }
}


/* box5 */

.box5 {
    position: relative;
    background: url(//cdn.myxypt.com/6b1ec324/21/04/791958d9144bbaa80e2235d6a6667b5496c01e2f.jpg) no-repeat center;
    background-size: cover;
    padding: 5% 0 3%;
}

.b5_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    margin-bottom: 4%;
}

.b5_list li {
    width: 30%;
    overflow: hidden;
}

.b5_list li .spp {
    padding: 3vw;
    height: 100%;
}

.b5_list li img {
    width: 100%;
}

.b5_list li:nth-child(3n-1) {
    width: 40%;
}

.b5_list li .spp1 {
    color: #fff;
}

.b5_list li .spp1 h3 {
    font-size: 1.5rem;
    text-transform: uppercase;
}

.b5_list li .spp1 span {
    display: block;
    font-size: 1.5rem;
}

.b5_list li .spp h3 {
    font-size: 1.3rem;
    color: #bb020a;
    line-height: 2;
    padding-top: 2.5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.b5_list li .spp span {
    display: block;
    font-size: .75rem;
    color: #bb020a;
    line-height: 1.7;
}

.b5_list li:last-child .spp h3 {
    padding-top: 1rem;
}

.b5_list li:last-child .spp h3,
.b5_list li:last-child .spp span {
    color: #fff;
}


/*  */

.ystel {
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    line-height: 24px;
}

.ystel strong {
    font-size: 30px;
}

.m1 {
    text-align: center;
    font-size: 0;
    margin-top: 45px;
}

.m1 a {
    display: inline-block;
}

.m1 .more {
    display: inline-block;
    height: 67px;
    background-color: #bc010a;
    line-height: 67px;
    width: 290px;
}

.m1 .more a {
    display: block;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
}

.m1 .zi {
    background: #fff;
    line-height: 67px;
    text-align: center;
    font-size: 24px;
    color: #bc010a;
    width: 290px;
    text-transform: uppercase;
}

@media (max-width:1200px) {
    .ystel {
        font-size: 20px;
    }
    .ystel strong {
        font-size: 24px;
    }
    .m1 {
        margin-top: 30px;
    }
    .m1 .more {
        width: 200px;
        line-height: 55px;
        height: 55px;
    }
    .m1 .more a {
        font-size: 18px;
    }
    .m1 .zi {
        width: 200px;
        font-size: 18px;
        line-height: 55px;
    }
}

@media (max-width:992px) {
    .b5_list li .spp span {
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .m1 .more a,
    .m1 .zi {
        font-size: 16px;
    }
}

@media (max-width:768px) {
    .b5_list li {
        width: 50%;
    }
    .b5_list li:nth-child(3n-1) {
        width: 50%;
    }
    .m1 .more {
        width: 150px;
        line-height: 45px;
        height: 45px;
    }
    .m1 .more a {
        font-size: 14px;
    }
    .m1 .zi {
        width: 150px;
        font-size: 14px;
        line-height: 45px;
    }
    .box5 {
        padding-bottom: 30px;
    }
    .ystel {
        font-size: 16px;
    }
    .ystel strong {
        font-size: 20px;
    }
}

@media (max-width:480px) {
    .b5_list li {
        width: 100%;
    }
    .b5_list li:nth-child(3n-1) {
        width: 100%;
    }
    .b5_list li .spp1 {
        padding: 30px;
    }
    .b5_list li .spp {
        padding: 30px;
    }
    .b5_list li:last-child {
        background-size: 35%!important;
    }
    .b5_list li .spp h3,
    .b5_list li .spp1 h3 {
        font-size: 18px;
    }
    .b5_list li .spp span,
    .b5_list li .spp1 span {
        font-size: 14px;
    }
}


/* honor_wap */

.honor_wap {
    position: relative;
    padding: 3vw 0;
    background: #f8f8f8;
}

.ttt6 {
    text-align: center;
}

.ttt6 h3 {
    font-size: 36px;
    color: #333333;
}

.ttt6 p {
    font-family: "Arial";
    text-transform: uppercase;
    font-size: 20px;
    color: #333333;
    padding-top: 5px;
}


/*  */

.honor_list {
    margin-top: 30px;
    position: relative;
}

.c3-slick {
    position: relative;
    margin-top: 3%;
}

.c3-slick .slick-slide {
    outline: none;
}

.c3-slick .slick-con {
    padding: 0 3%;
}

.c3-slick .slick-con img {
    display: block;
    border: 1px solid #ecebec;
    width: 100%;
}

.c3-slick .slick-con:nth-child(1) {
    margin-bottom: 10%;
}

.c3-slick .slick-con img:hover {
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
}

@media (max-width:768px) {
    .ttt6 h3 {
        font-size: 26px;
    }
    .ttt6 p {
        font-size: 16px;
    }
}


/*.box7*/

.box7 {
    background: url(//cdn.myxypt.com/6b1ec324/21/04/502d5065e31fa4cf4edc9b73723146dc66348c02.jpg) no-repeat;
    background-size: cover;
    padding: 3.8% 0 3% 0;
}

.rul {
    margin: 0 -0.4%;
    margin-top: 4%;
}

.rul li {
    margin: 0 0.4%;
}

.rul li a img {
    display: block;
    width: 100%;
}

.rul li h3 {
    font-weight: normal;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 16px;
    margin-top: 27px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.rul li:hover h3 {
    color: #bc010a;
}

.bt1 {
    text-align: center;
}

.bt1 h3 {
    color: #ffffff;
    font-size: 36px;
}

.bt1 .z1 {
    letter-spacing: 1px;
    color: #e7e7e7;
    font-size: 16px;
    margin: 23px 0 20px 0;
}

.bt1 a {
    letter-spacing: 1px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: underline;
}
.bt1 a:hover{
  color:#bb020a;  
}

@media(max-width: 992px) {
    .zul {
        margin-top: 30px;
    }
}

@media(max-width: 768px) {
    .z1 {
        margin: 12px 0;
    }
    .bt1 h3 {
        font-size: 25px;
    }
    .rul {
        margin-top: 30px;
    }
    .rul li h3 {
        margin-top: 15px;
        font-size: 14px;
    }
}

@media(max-width: 600px) {
    .box7 {
        padding: 30px 0;
    }
    .bt1 .z1,
    .bt1 a {
        font-size: 15px;
        letter-spacing: 0;
    }
}


/* c8_index */

.c8_index {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.c8_left {
    /* width: 72.65vw; */
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.c8_left .swiper-slide img {
    width: 100%;
}

.uimg img {
    max-width: 100%;
    width: auto!important;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-top .swiper-slide {
    padding-right: 27.35vw;
}

.gallery-thumbs {
    padding: 20px;
    width: auto;
    margin-right: 27.35vw;
    margin-left: 8.333vw;
    margin-top: -3.14vw;
    background: #fff;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 1;
    cursor: pointer;
}

.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}


/*  */

.fu_xx {
    position: absolute;
    transform: translateY(-50%);
    background: #fff;
    right: 4.126vw;
    top: 45%;
    width: 42.44vw;
    z-index: 999;
    padding: 2.6vw 7.29vw;
    border: 1px solid #f0f0f0;
}

.fu_xx h3 {
    color: #333333;
    font-size: 24px;
    font-weight: normal;
}

.fu_xx span {
    display: block;
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
    margin: 1vw 0;
}

.fu_xx a.read {
    display: block;
    color: #333333;
    font-size: 16px;
    margin-top: 2vw;
}
.fu_xx a.read:hover{
    color:#bb020a;
}

.fu_xx .swiper-button-next2,
.fu_xx .swiper-button-prev2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    width: 52px;
    height: 52px;
    border: none;
    outline: none;
}

.fu_xx .swiper-button-prev2 {
    left: 2.15vw;
    background: url(//cdn.myxypt.com/6b1ec324/21/04/56f3a373dc0faf76165cd6e5c320633f503127c5.png) no-repeat center;
}

.fu_xx .swiper-button-next2 {
    right: 2.15vw;
    background: url(//cdn.myxypt.com/6b1ec324/21/04/2af3d832c719a6d150cfe305230c950a0dd029f0.png) no-repeat center;
}

@media (max-width:1200px) {
    .fu_xx {
        top: 50%;
    }
    .fu_xx h3 {
        font-size: 20px;
    }
    .fu_xx .swiper-button-next2,
    .fu_xx .swiper-button-prev2 {
        width: 38px;
        height: 38px;
        background-size: 100%;
    }
    .gallery-thumbs {
        width: 100%;
        margin: 0;
    }
    .fu_xx a.read {
        font-size: 14px;
    }
}

@media (max-width:992px) {
    .gallery-top .swiper-slide {
        padding-right: 0;
        padding: 15px;
    }
    .fu_xx {
        position: relative;
        width: 100%;
        right: 0px;
        top: 0px;
        transform: translateY(0);
    }
}

@media (max-width:768px) {
    .fu_xx {
        padding: 20px 60px;
    }
    .fu_xx span {
        font-size: 12px;
    }
}


/*  */

.box8 {
    background: #f9f9f9;
    padding: 5% 0;
}

.box8 .max1600 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

.nlist {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    display: -webkit-flex;
}

.tab2 {
    position: relative;
}

.nbt h3 {
    color: #333333;
    font-size: 36px;
    margin-bottom: 26px;
}

.nbt {
    color: #666666;
    font-size: 16px;
    margin-top: 58px;
}

.nleft {
    width: 19.7%;
}

.nright {
    width: 80.3%;
}

.nlist {
    margin: 0 -15px;
}

.nlist li a.img img {
    display: block;
    width: 100%;
}

.nbox {
    padding: 9% 5%;
    background: #fff;
}

.nbox h3 a {
    display: block;
    color: #333333;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nbox p {
    color: #a1a1a1;
    font-size: 14px;
    line-height: 30px;
    margin-top: 10%;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.nbox span {
    display: block;
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
}

.nsort {
    margin-top: 40px;
}

.nsort li {
    margin-bottom: 33px;
}

.nsort li a {
    display: block;
    width: 154px;
    height: 39px;
    border-radius: 20px;
    border: solid 1px #d2d2d2;
    line-height: 37px;
    text-align: center;
    color: #333333;
    font-size: 16px;
}

.nsort li.cur a,
.nsort li.on a {
    border: solid 1px #bb020a;
    color: #bb020a;
    background: #fff;
}

.nlist .xinwen {
    position: relative;
}

.nmore a {
    display: block;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    margin-top: 60px;
}
.nmore a:hover{
    color:#bb020a;
}

.bj3 {
    position: absolute;
    display: none;
    justify-content: center;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(//cdn.myxypt.com/6b1ec324/21/04/17f909437a59aacafbfef124a532bf6d94aed07a.png) no-repeat top center;
    background-size: 100% 100%;
    padding: 0 8%;
}

.bj3 h3 a {
    display: block;
    color: #fff;
    font-size: 18px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.bj3 p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin-top: 13%;
}

.bj3 span {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-top: 12%;
    text-align: left;
}

.jt a {
    display: block;
    margin-top: 50px;
    text-align: left;
}

.nlist li:hover .bj3 {
    display: flex;
}

@media(max-width: 1521px) {
    .nbt {
        margin-top: 18px;
    }
}

@media(max-width: 1160px) {
    .nbt {
        font-size: 14px;
    }
    .nbt h3 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .nsort {
        margin-top: 20px;
    }
    .nsort li {
        margin-bottom: 15px;
    }
}

@media(max-width: 1120px) {
    .nmore a {
        margin-top: 30px;
    }
    .jt a {
        margin-top: 15px;
    }
    .jt a img {
        width: 20%;
    }
    .bj3 p {
        line-height: 24px;
        margin-top: 6%;
    }
    .bj3 span {
        margin-top: 6%;
    }
    .nbox p {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
}

@media(max-width: 956px) {
    .nbt {
        font-size: 12px;
    }
    .nbox h3 a {
        font-size: 15px;
    }
    .nbox p {
        margin-top: 10px;
    }
}

@media(max-width: 875px) {
    .box8 .max1600 {
        display: block;
    }
    .nsort li {
        float: left;
        margin-right: 2%;
    }
    .nleft,
    .nright {
        width: 100%;
    }
    .nsort li a {
        width: 120px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .nmore a {
        margin: 0 0 20px 0;
    }
}

@media(max-width: 647px) {
    .nlist {
        display: block;
    }
    .nlist li {
        margin-bottom: 20px;
    }
    .jt a img {
        width: 10%;
    }
    .nsort li {
        width: 30%;
    }
    .nsort li a {
        width: 100%;
    }
}


/* box9 */

.box9 {
    margin-top: 3%;
    background: url(//cdn.myxypt.com/6b1ec324/21/04/2efdac2a07af57a66969b0afcd2bde5173edbb3b.jpg) no-repeat right center;
    background-size: 100% 100%;
}

.zleft {
    width: 42%;
}

.zright {
    width: 50%;
    padding: 0 0% 2% 8%;
}

.nbt2 h3 {
    color: #333333;
    font-size: 32px;
    margin-bottom: 15px;
}

.nbt2 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 60px;
    padding-top: 90px;
}

.zright .nbt2 {
    color: #000;
}

.zright .nbt2 h3 {
    color: #000;
}

.m_label {
    position: absolute;
    width: 160px;
    text-align: left;
    line-height: 26px;
    padding-left: 8px;
    color: #ccc;
    z-index: 1;
    cursor: text;
}

.c_label {
    line-height: 18px;
    padding-top: 12px;
}

.yan input {
    outline: none;
    padding-left: 21%;
    background: #f5f5f5;
    border-radius: 2px;
    border: solid 1px #e0e5e3;
    height: 50px;
    line-height: 48px;
    width: 100%;
}

.yan ul span.m_label {
    color: #999999;
    font-size: 14px;
    height: 50px;
    padding-left: 21%;
    line-height: 50px;
    width: 100%;
}

.yan .dz span.m_label {
    color: #999999;
    font-size: 14px;
    height: 50px;
    padding-left: 21%;
    line-height: 50px;
    width: 100%;
}

.dz {
    width: 100%;
    position: relative;
    margin-bottom: 36px;
}

.yan li {
    width: 45%;
    position: relative;
    margin-bottom: 36px;
}

.yan li:last-child input {
    background: #f5f5f5 url(//cdn.myxypt.com/6b1ec324/21/04/f48505ef2e33f882e2d3d78b5c1ed60248b63379.jpg) no-repeat 5% center;
    background-size: 12%;
}

.yan li input {
    background: #f5f5f5 url(//cdn.myxypt.com/6b1ec324/21/04/4447599a52e1bee0f6283fe3f024c962be167e9e.jpg) no-repeat 5% center;
    background-size: 12%;
}

.yan .dz span.m_label {
    padding-left: 9%;
}

.yan .dz input {
    padding-left: 9%;
    background: #f5f5f5 url(//cdn.myxypt.com/6b1ec324/21/04/a5f5bada82afbafade2f1f4d9edf56cfab061a6e.jpg) no-repeat 2.4% center;
    background-size: 5%;
}

.mm1 textarea {
    outline: none;
    resize: none;
    padding: 0 0 0 2%;
    background: #f5f5f5;
    border-radius: 2px;
    border: solid 1px #e0e5e3;
    height: 192px;
    width: 100%;
    line-height: 48px;
}

.mm1 {
    position: relative;
}

.mm1 .c_label {
    padding: 0 0 0 2%;
    color: #999999;
    font-size: 14px;
    line-height: 50px;
}

.yzm {
    line-height: 50px;
}

.yzm input#checkcode {
    padding: 0;
    line-height: 50px;
    height: 50px;
    padding-left: 2%;
    font-size: 14px;
    width: 160px;
}

.yzm #checkCodeImg {
    margin: 10px 15px 0 15px;
}

.yzm #change_code {
    font-size: 12px;
    margin-bottom: 10px;
    color: #666666;
    line-height: 50px;
    margin-right: 5%;
}

.yan .msgbtn1 {
    padding: 0;
    width: 144px;
    height: 45px;
    background-color: #bb020a;
    border-radius: 2px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    outline: none;
    border: none;
    outline: none;
}

.yan #code {
    padding-top: 30px;
}

.lx {
    color: #000;
    padding-left: 19px;
    line-height: 36px;
    font-size: 16px;
    width: 85%;
    margin-top: 5px;
}

.xul li {
    margin-bottom: 41px;
}

.xul li .img {
    width: 13%;
}

.ewm2 li {
    float: left;
    color: #000;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    margin-right: 8%;
}

.ewm2 img {
    max-width: 100%;
    border: 5px solid rgba(255, 255, 255, .5);
}

@media(max-width: 1287px) {
    .xul li .img img {
        max-width: 100%;
    }
    .lx {
        line-height: 24px;
    }
}

@media(max-width: 970px) {
    .box9 {
        background: none;
    }
    .zleft,
    .zright {
        width: 100%;
        float: none;
    }
    .box9 .wh {
        padding: 0;
    }
    .zleft {
        padding: 0 25px;
    }
    .nbt2 {
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .nbt2 h3 {
        margin-bottom: 5px;
    }
    .zright {
        background: url(//cdn.myxypt.com/6b1ec324/21/04/2f442811460f5d89d2581b0a20bbc22038fc9a80.jpg) no-repeat right center;
        background-size: 100% 100%;
        margin-top: 20px;
        padding: 30px 0% 30px 8%;
    }
    .yan li,
    .dz {
        margin-bottom: 15px;
    }
    .yan #code {
        padding-top: 10px;
    }
    .xul li .img {
        width: 8%;
    }
}

@media(max-width: 820px) {
    .lx {
        font-size: 14px;
        margin-top: 0;
    }
    .nbt2 h3 {
        font-size: 25px;
    }
    .nbt2 {
        font-size: 12px;
    }
}

@media(max-width: 520px) {
    .xul li .img {
        width: 14%;
    }
    .ewm2 li {
        width: 40%;
    }
    .lx {
        font-size: 12px;
        padding-left: 8px;
        line-height: 20px;
    }
    .xul li {
        margin-bottom: 20px;
    }
    .yzm #checkCodeImg {
        margin: 10px 5px 0 5px;
    }
}


/*  */

.foot {
    background: #bb020a;
    padding: 3% 0 1%;
}

.tlogo {
    position: relative;
}

.tlogo h3 {
    font-size: 1.5rem;
    color: #fff;
}

.tlogo p {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: normal;
    padding: 10px 0;
    color: #fff;
}

.copyright {
    color: #ffffff;
    opacity: 0.8;
    font-size: 14px;
    text-align: right;
    margin-top: 15px;
}

.copyright a {
    color: #fff;
}
.copyright img{margin-top:-5px;}

.dao {
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: -webkit-flex;
    padding: 15px 0;
   
}

.dao a {
    color: #ffffff;
    font-size: 15px;
     height: 22px;
    line-height: 22px;
}
.dao a:hover{
    border-bottom: 1px solid #fff;
}

.tright {
    width: 49%;
}

@media(max-width: 1100px) {
    .tlogo {
        margin-bottom: 15px;
    }
    .tlogo,
    .tright {
        width: 100%;
    }
    .copyright {
        text-align: left;
    }
    .foot {
        padding: 20px 0;
    }
}

@media(max-width:1200px) {
    #container{
        margin-top: 60px;
    }
}

@media(max-width: 700px) {
    .dao {
        display: block;
    }
    .dao a {
        width: 24%;
        display: inline-block;
        margin-bottom: 10px;
    }
}

@media(max-width:500px) {
    .dao a {
        font-size: 12px;
    }
    .copyright {
        font-size: 12px;
    }
    .tlogo p {
        font-size: 12px;
    }
}

.fks {
    background: #bb020a;
}

.f_link {
    padding-top: 10px;
    line-height: 30px;
    padding-bottom: 10px;
    font-size: 15px;
    color: rgba(255, 255, 255, .48);
}

.f_link a {
    padding-right: 6px;
    color: rgba(255, 255, 255, .48);
}


/* 手机页脚 */

.footer3 {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #434343;
}

.footer3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer3 ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 50px;
    font-size: 0;
}

.footer3 ul li a {
    display: block;
    color: #ffffff;
}

.footer3 ul li .iconfont {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer3 ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #ffffff;
}


/* page_cate */

.page_cate {
    position: relative;
    background: #2d3442;
    padding-top: 4px;
}

.page_cate .xypg-left-nav {
    margin: 0;
    font-size: 0;
}

.page_cate .xypg-left-nav>li {
    border: none;
    display: inline-block;
}

.page_cate .xypg-left-nav>li>a {
    padding: 0 2em;
    color: #fff;
    font: 500 16px/60px "微软雅黑";
}

.page_cate .xypg-left-nav>li .first-nav-btn {
    display: none;
}

.page_cate .xypg-left-nav>li:hover>a,
.page_cate .xypg-left-nav>li.clicked>a {
    background: #fff;
    color: #2d3442;
}


/*  */

.page-banner {
    position: relative;
}

.page-banner .max1600 {
    position: relative;
}

.page-position2 {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    padding: 0 25px;
}

.page-position2 h2 {
    color: #fff;
    font: 600 40px/2em "微软雅黑";
}

.page-position2,
.page-position2 a {
    color: #fff;
    font: 500 14px/2em "微软雅黑";
}

@media (max-width: 1366px) {
    .wenzaa h2 {
        font-size: 24px;
    }
    .page-position2,
    .page-position2 a {
        font-size: 12px;
    }
}