/*初始化类*/
@charset "UTF-8";

html {

    font-size: 100px;
}

html,
body {
    /* -webkit-touch-callout: none; */
    /* -webkit-text-size-adjust: none; */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* -webkit-user-select: none; */
    background: #fff;
    font-family: pingfang SC,
        helvetica neue,
        arial,
        hiragino sans gb,
        microsoft yahei ui,
        microsoft yahei,
        simsun,
        sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft YaHei", sans-serif !important;
    font-family: "Helvetica Neue",
        Helvetica,
        Arial,
        sans-serif;
    -webkit-font-smoothing: antialiased !important;
}

html,
body,
header,
section,
footer,
div,
ul,
ol,
li,
img,
a,
span,
em,
del,
legend,
center,
strong,
var,
fieldset,
form,
label,
dl,
dt,
dd,
cite,
input,
hr,
time,
mark,
code,
figcaption,
figure,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-user-select: none; */
    -webkit-tap-highlight-color: transparent;
    outline: none;
    font-size: 0.15rem;
    line-height: 1.05;
}

ul,
li {
    list-style: none;
}

a {
    color: #0062cc;
    text-decoration: none;
    background-color: transparent;
    display: block;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    font: inherit;
    color: inherit;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto;
    display: block;
}

/*自动隐藏文字*/
.ellipsis-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.ellipsis-5 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}


/*图片经过*/
.tran_scale {
    overflow: hidden;
    display: block;
}

/*img{transition: All 0.7s ease-in-out;}*/
.tran_scale img {
    -webkit-transition: opacity .4s ease-in, -webkit-transform .6s linear;
    transition: opacity .4s ease-in, transform .6s linear;
}

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

body {
    padding-top: 1.75rem;
    overflow-x: hidden;
}

.w1500 {
    width: 15rem;
}

.common-banner.w1500 {
    width: 100%;
    position: relative;
}
.common-banner.w1500 .search{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 8rem;
    height: .8rem;
    border: 0.01rem solid #FFFFFF;
    border-radius: 0.07rem;
    display: flex;
    align-items: center;
}
.common-banner.w1500 .search input{
    width: 100%;
    height: 100%;
    padding: 0 0.1rem;
    background: rgba(255,255,255,0.5);
}
.common-banner.w1500 .search .header-search-bt{
    height: 100%;
    background: rgba(255,255,255,0.5);
    display: flex;
    align-items: center;
}
.common-banner.w1500 .search .header-search-bt img{
    width: 0.24rem;
    height: 0.24rem;
}

/* 标题 */
.common-title {
    padding-bottom: 0.4rem;
    position: relative;

    font-size: 0.46rem;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #333;
    text-align: center;
}

.common-title::after {
    content: '';
    width: 0.64rem;
    height: 0.03rem;
    background: #CB1B1D;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


/* 顶部图片 */
.common-banner {
    height: 5.7rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.common-banner-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.common-banner video,
.common-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 面包屑导航 */
.common-crumbs-box {
    display: flex;
    align-items: center;
}

.common-crumbs {
    display: flex;
    align-items: center;
}

.common-crumbs img {
    width: 0.22rem;
    margin-right: .12rem;
}

.common-crumbs-a,
.common-crumbs-p {
    font-size: 0.18rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
}

.common-crumbs-p {
    margin: 0 .06rem;
}

/* 顶部导航 */
.common-nav-wrap {
    position: relative;
    height: .6rem;

    margin: 0 auto;
    border-bottom: 0.01rem solid #D3D3D3;
}

.common-nav-box {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: .1rem;
}

.common-nav {
    min-width: 1.66rem;
    height: 100%;
    padding: 0 0.15rem;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #444444;

    position: relative;
}

.common-nav:hover {
    color: #BD1D27;
}

.common-nav-box .active {
    color: #BD1D27;
}

.common-nav-box .active::after {
    content: '';
    width: 100%;
    height: 0.03rem;
    background: #BD1D27;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* 分页 */
.paging-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}



.paging-p {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
}

.paging {
    display: flex;
    align-items: center;
    margin: 0 0.16rem;
}

.paging .active {
    background: #C81526;
    /* border-color: #fff; */
    color: #fff;
}

.paging-img {
    width: 0.32rem;
    height: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #DEDEDE;
    margin: 0 0.04rem; */
}

.paging-img img {
    width: 0.15rem;
}

.paging-a {
    width: 0.32rem;
    height: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid #DEDEDE; */
    margin: 0 0.04rem;
    background: #F5F5F5;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7D7D7D;
}

.no-border {
    border-color: transparent;
}

.paging-to {
    display: flex;
    align-items: center;
}


.paging-to input {
    width: 0.5rem;
    height: 0.32rem;
    border: 1px solid #DEDEDE;
    font-size: 0.12rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin: 0 0.08rem;
    text-align: center;
}

.paging-to-bt {
    width: 0.72rem;
    height: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #C81526;
    opacity: 1;
    border-radius: 0.02rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 0.18rem;
}
/*留言*/

.message-title {
    font-size: 0.22rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #444444;
    text-align: center;
}

.message-form-wrap {
    margin-top: 0.25rem;
}

.message-form {
    margin-bottom: 0.05rem;
}

.message-text {
    font-size: 0.18rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: .5rem;
    text-align: right;
    width: 1.2rem;
    flex-shrink: 0;
}

.message-input {
    width: 100%;
    height: 0.4rem;
    background: #FFFFFF;
    opacity: 1;
}

.message-input input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: 0.01rem solid #C2C2C2;
    padding: 0 0.2rem;

    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
}

.message-textarea {
    width: 100%;
    height: 1.5rem;
    background: #fff;
    border: 0.01rem solid #C2C2C2;
    padding: 0.2rem;
}

.message-textarea textarea {
    width: 100%;
    height: 100%;

    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    background: transparent;
}

.message-bt {
    width: 1.05rem;
    height: 0.35rem;
    background: #C81526;
    border-radius: 0.05rem;
    margin: 0 auto;
    margin-top: 0.26rem;
    cursor: pointer;

    font-size: 0.15rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.57rem;
    text-align: center;
    line-height: 0.35rem;
}

/* ----------------------------------------------------------登陆弹出等-------------------------------------------------------------------- */
.popup-wrap {
    width: 100%;
    height: 100%;
    background: rgba(68, 68, 68, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.popup-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 11.38rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.1);
    padding: .77rem 1.4rem;
}

.popup-close {
    width: 0.84rem;
    height: 0.4rem;
    background: #C81526;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    right: .53rem;
    top: .44rem;
}

.popup-close img {
    width: .22rem;
}

.popup-title {
    font-size: 0.4rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #C81526;
    text-align: center;
}

.popup-form {
    margin-top: .7rem;
}

.popup-input {
    margin-bottom: .34rem;
    padding-bottom: .14rem;
    border-bottom: 0.01rem solid rgba(68, 68, 68, 1);
    display: flex;
    align-items: center;
}

.popup-input input {
    width: 100%;
    height: 0.45rem;
    font-size: 0.25rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #444444;
}

.popup-code {
    width: 1.37rem;
    height: 0.45rem;
    border: 0.01rem solid #9B9B9B;
    border-radius: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    cursor: pointer;
}

.popup-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popup-a {
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #C81526;
    cursor: pointer;
}

.popup-bt-box {
    display: flex;
}

.popup-bt {
    width: 1.37rem;
    height: 0.45rem;
    background: #C81526;
    border-radius: 0.05rem;
    margin-left: .24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 0.2rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}

.popup-bt1 {
    background: #9B9B9B;
}
@media screen and (max-width:1024px){
    .w1500 {
        width: 100%;
    }
    .popup-box{
        width: 100%;
    }
    .common-nav-box{
        flex-wrap: wrap;
        padding-top:0;
    }
    .common-nav-wrap{
        height: auto;
        padding: .25rem;
    }
    .common-nav{
        font-size: 0.28rem;
        margin-bottom: 0.15rem;
    }
    .common-nav-box .active::after{
        bottom: -4px;
    }
    .common-banner{
        height: auto;
    }
    .common-nav-box{
        justify-content: flex-start;
    }
    .paging-p,.paging-a,.paging-to-bt{
        font-size: .24rem;
    }
   .common-nav{
       min-width: 33.3%;
   }
   .common-banner.w1500 .search{
       width: calc(100% - 30px);
       /*margin: 0 15px;*/
       box-sizing: border-box;
   }
   .common-banner.w1500 .search input,
   .common-banner.w1500 .search input::-webkit-input-placeholder{
       font-size: 12px!important;
   }
   .paging-wrap{
       flex-wrap: wrap;
   }
}