html {
    color: #000;
    background: #fff
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

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

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

q:after,
q:before {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

legend {
    color: #000
}


.clearfix:after,
.clearfix:before {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

a,
li {
    color: #000;
    list-style: none;
    text-decoration: none
}

* {
    max-height: 999999999rem;
    box-sizing: border-box;
    font-family: "Pingfang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif, Helvetica !important;
}

html {
    font-size: 1.25vw;
}

/* 模块状态 */
.poa {
    position: absolute;
}

.por {
    position: relative;
}

.dib {
    display: inline-block;
}

.db {
    display: block;
}

.dn {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fln {
    float: none;
}

/* 模块定位 */
.vam {
    vertical-align: middle;
}

.vat {
    vertical-align: top;
}

.vab {
    vertical-align: bottom;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

/* 多行隐藏 */
.oh {
    overflow: hidden;
}

.oa {
    overflow: auto;
}

.oh2,
.oh3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.oh3 {
    -webkit-line-clamp: 3;
}

.oh1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 尺寸 */
.nodew100p,
.w100p {
    width: 100%;
}

.nodeh100p,
.h100p {
    height: 100%;
}

.lh180p {
    line-height: 180%;
}

.lh100p {
    line-height: 100%;
}

.cover {
    width: 100%;
    height: 100%;
}

/* 动画效果 */
.trcol2 {
    transition: color 0.2s;
}

.tropa03 {
    transition: opacity 0.3s;
}

.tropa02 {
    transition: opacity 0.2s;
}

/* 字体粗细 */

.fw900 {
    font-weight: 900;
}

.fw700 {
    font-weight: 700;
}

.fwn,
.fw500 {
    font-weight: 500;
}

/* 字体大小 */
.fs1 {
    font-size: 1rem;
}

.fs083 {
    font-size: .83rem;
}

.fs075 {
    font-size: .75rem;
}

.fs066 {
    font-size: .66rem;
}

.fs058 {
    font-size: .58rem;
}

.fs05 {
    font-size: .5rem;
}

.fs0 {
    font-size: 0;
}


.fscolfff {
    color: #fff;
}

.bgcfff {
    background-color: #fff;
}

.fscol969696 {
    color: #969696;
}

.fscolCBCBCB {
    color: #CBCBCB;
}

.fscolA1A1A1 {
    color: #A1A1A1;
}

.fscold3 {
    color: #d3d3d3;
}

.fscolb {
    color: #bbb;
}

.bgcFAFAFA {
    background-color: #FAFAFA;
}

.bgcf9 {
    background-color: #f9f9f9;
}

.mb1 {
    margin-bottom: 1rem;
}

.op05 {
    opacity: .5;
}

.max50 {
    width: 50rem;
    margin: 0 auto;
}

.cur {
    cursor: pointer;
}

.b0 {
    bottom: 0;
}

.mb083 {
    margin-bottom: .83rem;
}

.dj_ty2 {
    height: 4.66rem;
}

.ptb116 {
    padding: 1.16rem 0;
}

.mt058 {
    margin-top: .58rem;
}

.max633 {
    width: 67.3rem;
    margin: 0 auto;
}

.fscol33BA1D {
    color: #33BA1D;
}

/* header */
.header2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.8333rem;
    padding: 0 2.0833rem;
}
.header2_logo{
    width: 15rem;
    height: 2.9583rem;
}
.header2_logo img{
    width: 100%;
    height: 100%;
}
.header2_R{
    height: 100%;
    display: flex;
    align-items: center;
}
.header2_ul{
    height: 100%;
    display: flex;
    align-items: center;
}
.header2_li{
    height: 100%;
    min-width: 3.3333rem;
    margin-left: 2.5rem;
    display: flex;
    justify-content: center;
}
.header2_li_a{
    font-size: 0.8333rem;
    font-weight: 400;
    text-align: center;
    color: #00529F;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.header2_act::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.2917rem;
    background: #00529F;

}
.search2{
    width: 7.3333rem;
    height: 1.2917rem;
    border-radius: 1.1667rem;
    border: 0.0417rem ;
    border: 0.0417rem solid #00529F;
    margin-left: 1.5rem;
}
.search2 input{
    width: 100%;
    height: 100%;
    padding: 0 0.625rem;
    background-color: transparent;
    outline: none;
    border: 0;
    font-size: 0.5833rem;
    font-weight: 400;
    vertical-align: top;
}
.searchbtn{
    right: 0.5417rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.75rem;
    height: 0.75rem;
}
.searchbtn img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.header_zyqh{
    font-family: Rany;
    font-size: 0.6667rem;
    font-weight: 400;
    margin-left: 1.5rem;
}
.header_cn{
    font-family: Rany;
    font-size: 0.6667rem;
    font-weight: 400;
    color: #00529F;

}
.header_en{
    font-family: Rany;
    font-size: 0.6667rem;
    font-weight: 400;
    color: #E0E0E0;

}

/* footer */
.footer3{
    width: 100%;
    height: 8.9583rem;
    background: #1C1C1C;
  
}
.footer3_cen{
    margin: 0 auto;
    width: 63.3333rem;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.footer3_L{
   display: flex;
   align-items: center;
   height: 100%;
}
.footer3_L_tr,.footer3_L_tr p,.footer3_L_tr span ,.footer3_L_tr a,.footer3_L_tr e{
    font-size: 0.6667rem;
    font-weight: 400;
    color: #FFFFFF;
}
.footer3_L_tr span{
    margin-right: 1rem;
}
.footer3_L_tr{
    margin-bottom: 0.3333rem;
}
.footer3_L_tr e{
    margin: 0 0.6667rem;
}
.footer3_R{
    display: flex;
    align-items: center;
}
.footer3_R_img{
    width: 4.7083rem;
    height: 4.7083rem;
    margin-left: 1.9167rem;
}
.footer3_R_img img{
    width: 100%;
    height: 100%;   
}

/* banner */

.banner2_dj_box {
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.banner2_dj_box img {
    width: 100%;
    height: 100%;
}
.banner2_box{
    width: 100%;
    height: 100%;
}
.banner2_box img{
    width: 100%;
    height: 100%;
}