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

html {

    font-size: 100px;
}

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

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

/*font-size*/
.fnt_12 {
    font-size: 0.12rem;
}

.fnt_26 {
    font-size: 0.26rem;
}

.fnt_30 {
    font-size: 0.3rem;
}



/*图片经过*/
.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: 0.8rem;
    overflow-x: hidden;
}

.w1440 {
    width: 14.4rem;
}

.w1400 {
    width: 14rem;
}



/* 标题 */
.common-title {
    margin: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.common-title-cn {
    font-size: 0.34rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.common-title-en {
    font-size: 0.24rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #E00025;
    text-align: center;
    margin-top: 0.1rem;
}

/* 面包屑 */
.crumbs-box {
    display: flex;
    align-items: center;
    margin: 0.7rem 0 0.4rem 0;
}

.crumbs-p {
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #E00025;
}

.crumbs-a {
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #999999;
}

.crumbs-line {
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #999999;
    margin: 0 0.05rem;
}

/* 顶部图片 */
.common-banner {
    width: 100%;
    height: 6rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.common-banner-des {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.common-banner-cn {
    font-size: 0.3rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.common-banner-en {
    font-size: 0.68rem;
    font-family: Arial-Bold, Arial;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0.2rem 0;
}

.common-banner-line {
    width: 0.03rem;
    height: 0.8rem;
    background: #FFFFFF;
}

/* 顶部导航 */
.common-nav-wrap {
    width: 100%;
    height: 0.8rem;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #D5D5D5;
}

.common-nav-box {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common-nav {
    width: 2.47rem;
    height: 100%;

    font-size: 0.24rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;

    border-right: 1px solid #D5D5D5;
}

.common-nav:first-of-type {
    border-left: 1px solid #D5D5D5;
}

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

.common-nav-box .active {
    color: #fff;
    background: #E00025;
}


/* 分页 */
.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: #E00025;
    /* border-color: #E00025; */
    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; */
    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: #E00025;
    opacity: 1;
    border-radius: 0.02rem;
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 0.18rem;
}
@media only screen and (max-width: 1024px) {
    .w1440,.w1400{
        width: 100%;
    }
    .common-nav-wrap{
        display: none;
    }
    .common-banner{
        height: 3rem;
    }
    .crumbs-a,.crumbs-p{
        font-size: .28rem;
    }
    .common-title-cn{
        font-size: .32rem;
    }
    .educa-box2-nav,.paging-p,.paging-to-bt{
        font-size: .24rem;
    }
    .common-title{
        font-size: .28rem!important;
        line-height: .44rem!important;
    }
    .crumbs-box{
        margin: 0.4rem 0;
    }
}