/*初始化类*/

@font-face {
    font-family: siyuan;
    src: url('../fonts/SourceHanSansCN-Normal.otf');
    font-weight: 400;
    font-style: normal
}

html {
    font-size:100px;
}
*{
    font-family: 'siyuan',!important;
}
html {
  touch-action: manipulation; /* 禁止双击放大 */
  -ms-text-size-adjust: 100%; /* IE10 以下禁止用户调整文本大小 */
  -moz-text-size-adjust: 100%; /* 火狐浏览器禁止用户调整文本大小 */
  -webkit-text-size-adjust: 100%; /* Safari 和 Chrome 禁止用户调整文本大小 */
  zoom: 1; /* 禁止用户缩放 */
}

/*@media screen and (min-width:1600px) and (max-width:1700px) {*/
/*    html {*/
/*        font-size: 83.9062px;*/
/*    }*/
/*}*/

/*@media screen and (min-width:1500px) and (max-width:1600px) {*/
/*    html {*/
/*        font-size: 78.6458px;*/
/*    }*/
/*}*/

/*@media screen and (min-width:1400px) and (max-width:1500px) {*/
/*    html {*/
/*        font-size: 74.1146px;*/
/*    }*/
/*}*/

/*@media screen and (min-width:1300px) and (max-width:1400px) {*/
/*    html {*/
/*        font-size: 69.1146px;*/
/*    }*/
/*}*/

/*@media screen and (min-width:1200px) and (max-width:1300px) {*/
/*    html {*/
/*        font-size: 65.7812px;*/
/*    }*/
/*}*/

/*@media screen and (min-width:1100px) and (max-width:1200px) {*/
/*    html {*/
/*        font-size: 57.4479px;*/
/*    }*/
/*}*/

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,
        simsun,
        sans-serif !important;
    -webkit-font-smoothing: antialiased !important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "siyuan",  sans-serif !important;
    font-family:  "siyuan","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;
}

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

.w1400 {
    width: 14rem;
}
.rem13 .w1400 {
    width: 13rem;

}
.rem12 .w1400 {
    width: 12rem;

}
.rem11 .w1400 {
    width: 11rem;
 
}
.rem10 .w1400 {
    width: 10rem;
}

.h5 .w1400 {
    width: 100%;
}


/*@media screen and (min-width:1300px) and (max-width:1450px) {*/
/*    .w1400 {*/
/*        width: 1200px;*/
/*    }*/
/*}*/
/*@media screen and (min-width:1100px) and (max-width:1300px) {*/
/*    .w1400 {*/
/*        width: 1000px;*/
/*    }*/
/*}*/
/*@media screen  and (max-width:1100px) {*/
/*    .w1400 {*/
/*        width: 800px;*/
/*    }*/
/*}*/
body {
    padding-top: 1rem;
}

/* 标题 */
.common-title {
    font-size: 0.3rem;
    font-family: 'siyuan';
    font-weight: bold;
    color: #333333;
    text-align: center;
    position: relative;
    padding-bottom: 0.3rem;
}

.common-title::after {
    content: '';
    width: 1.2rem;
    height: 0.04rem;
    background: #018BD4;
    border-radius: 0.02rem 0.02rem 0.02rem 0.02rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* 顶部图片 */
.common-banner {
    width: 100%;
    height: 6rem;
}

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

/* 面包屑 */
.common-crumbs-wrap {
    background: #fff;
    box-shadow: 0rem 0.01rem 0.01rem 0.01rem rgba(0, 0, 0, 0.1);
}

.common-crumbs-box {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.common-crumbs-img {
    width: 0.3rem;
    height: .3rem;
}

.common-crumbs-img img {
    width: 100%;
    height: 100%;
}

.common-crumbs-a {
    font-size: 0.18rem;
    font-weight: 400;
    color: #666666;
    margin-left: .1rem;
}

.common-crumbs-active {
    font-size: 0.18rem;
    font-weight: bold;
    color: #666666;
    margin-left: .1rem;
}

/* 分类 */
.common-nav-wrap {
    display: flex;
    height: 100%;
}

.common-nav {
    height: 100%;
    font-size: 0.18rem;
    font-weight: 400;
    color: #333333;
    line-height: 0.8rem;
    position: relative;
    margin-left: .8rem;
}

.common-nav.active {
    color: #0075C1;
}

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

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

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

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

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

.paging-img {
    width: 0.32rem;
    height: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.01rem dashed #CCCCCC;
    border-radius: 50%;
    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: 0.01rem dashed #CCCCCC;
    border-radius: 50%;


    margin: 0 0.04rem;
    font-size: 0.14rem;
    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-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: #05408F;
    opacity: 1;
    border-radius: 0.02rem;
    font-size: 0.14rem;

    font-weight: 400;
    color: #FFFFFF;
    margin-left: 0.18rem;
}



/*  */
.section {
    position: relative;
    overflow: hidden;
}

/* 右侧角标 */
#menu {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0.4rem;
    top: 50%;
    list-style-type: none;
    z-index: 70;
    transform: translateY(-50%);
}

#menu li {
    width: 0.1rem;
    height: 0.1rem;
    background-color: rgba(255, 255, 255, 0.7000);
    margin-bottom: 0.22rem;
    border-radius: 50%;
}

#menu li:last-of-type {
    margin-bottom: 0;
}

#menu a {
    width: 100%;
    height: 100%;
}

#menu .active {
    background-color: #FFFFFF;
    position: relative;
}

#menu .active::after {
    content: '';
    width: 0.16rem;
    height: 0.16rem;
    border: 0.01rem solid #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}


@media only screen and (max-width: 1024px){
    .common-banner{
        height: 5.2rem!important;
        /*height: auto;*/
    }
   
    .common-crumbs-box{
        flex-wrap: wrap!important;
    }
    .common-crumbs-active{
        font-size: 14px;
    }
    .common-crumbs-img{
        width: 17px;
        height: 17px;
    }
    .common-crumbs,.common-nav-wrap{
        width: 100%;
    }
    .common-nav-wrap{
        flex-wrap: wrap;
    }
    .common-crumbs-a{
        font-size: 14px!important;
    }
    .common-nav {
        width: 25%;
        font-size: 14px;
        margin-left: 0!important;
        text-align: center;
        /*margin-right: ;*/
    }
    .common-crumbs-box{
        padding: 0 .1rem;
    }
    .paging-wrap{
        flex-wrap: wrap;
    }
    .paging-p,.paging-a {
        font-size: 16px;
    }
    
    .paging-p,.paging,.paging-p,.paging-to{
        margin: 7px 0 !important;
    }
    .paging-a,.paging-img{
        width: 0.5rem;
        height: 0.5rem;
    }
    .paging-to-bt{
        font-size: 16px;
        width: auto!important;
        height: auto!important;
        line-height: normal!important;
        padding: 5px 10px;
    }
    .paging-to input{
        width: 1rem;
        height: .5rem!important;
    }
}