/*页面总宽度*/
body, html {
    width: 100%;
    height: 100%;
    overflow: visible;
    margin: 0;
    padding: 0;
}
#wrap{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    flex: 1 0 0%;
    overflow: visible;
    position: relative;
    flex-direction: column;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

img{
    width: 100%;
    height: 100%;
    pointer-events: auto;
}

.flex-box{
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
}
.flex-st{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    box-sizing: border-box;
}
.flex-ce{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
}
.md-layout{
    display: flex;
    flex-wrap: wrap;
}

/*主体内容宽度*/
.inner{
    width: 1000px;
    margin: 0 auto;
}


/*头部区域*/
.header{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 90px;
    max-height: 90px;
    height: 90px;
    flex: 1 0 0%;
    flex-flow: row;
    overflow: visible;
    position: relative;
    z-index: 100;
    border-color: rgb(222, 222, 222);
    border-style: solid;
    border-width: 0px 0px 1px;
    cursor: inherit;
    background-color: rgb(255, 255, 255);
    padding-right: 30px;
    padding-left: 30px;
    transform-origin: 0% 0% 0px;
}
.header .logo{
    vertical-align: top;
    font-size: 0px;
    flex-shrink: 0;
    position: relative;
    cursor: inherit;
    z-index: 11;
    transform-origin: 0% 0% 0px;
    width: 110px;
    height: 64px;
}

.header .right{
    width: fit-content;
    min-width: fit-content;
    max-width: fit-content;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    flex-flow: row;
    overflow: visible;
    position: relative;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
}
.header .right .top{
    vertical-align: top;
    font-size: 0px;
    flex-shrink: 0;
    position: relative;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    margin-left: 50px;
    width: 110px;
    height: 51px;
}
.header .right .menu{
    width: 100%;
    flex: 1 0 0%;
    min-height: 40px;
    max-height: 40px;
    height: 40px;
    overflow: visible;
    position: relative;
    flex-direction: column;
    cursor: pointer;
    transform-origin: 0% 0% 0px;
    margin-left: 45px;
}
.header .right .menu div{
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    min-height: 8px;
    max-height: 8px;
    height: 8px;
    flex: 1 0 0%;
    overflow: visible;
    position: relative;
    flex-direction: row;
    border-radius: 4px;
    cursor: inherit;
    background-color: rgb(0, 100, 153);
    transform-origin: 0% 0% 0px;
}

/*banner*/
.banner img{
    width: 100%;
    vertical-align: bottom;
}

/*main*/
.main{
    margin-top: 40px;
}

/*title*/
.btname{
    display: flex;
    align-items: flex-end;
    margin: 30px 0;
}
.titE{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    /* margin-top: 50px; */
    max-width: 368px;
    line-height: 38px;
    font-size: 24px;
    color: rgb(51, 51, 51);
    text-align: justify;
    align-items: flex-start;
    white-space: pre-wrap;
    word-break: normal;
    display: flex;
    float: left;
}
.titZ{
  
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    /* margin-top: 10px; */
    margin-right: 10px;
    /* margin-bottom: 30px; */
    max-width: 368px;
    line-height: 50px;
    font-size: 36px;
    color: rgb(0, 100, 153);
    text-align: justify;
    align-items: flex-start;
    white-space: pre-wrap;
    word-break: normal;
    font-weight: bold;
    display: flex;
}


/*content*/
.content{
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    overflow: visible;
    position: relative;
    flex-direction: column;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
}
.content h3{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    margin-bottom: 10px;
    width: 100%;
    line-height: 40px;
    font-size: 26px;
    color: rgb(51, 51, 51);
    text-align: justify;
    align-items: flex-start;
    white-space: pre;
    word-break: normal;
    font-weight: bold;
    display: flex;
}
.content .scroll-text{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 650px;
    max-height: 650px;
    height: 650px;
    flex: 1 0 0%;
    flex-flow: row;
    overflow: visible;
    position: relative;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    margin-bottom: 30px;
}
.content .scroll-text .text{
    width: 95%;
    min-width: 95%;
    max-width: 95%;
    min-height: 650px;
    max-height: 650px;
    height: 650px;
    flex: 1 0 0%;
    overflow: hidden auto;
    position: relative;
    flex-direction: column;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    padding-right: 28px;
}
.content .scroll-text .text::-webkit-scrollbar{
    width: 8px;
}
.content .scroll-text .text::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgb(183, 188, 189);
}
.content .scroll-text .text::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(0, 100, 153);
}

.content .scroll-text .text .text_inner{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    width: 100%;
    line-height: 38px;
    font-size: 24px;
    color: rgb(51, 51, 51);
    text-align: justify;
    align-items: flex-start;
    white-space: pre-wrap;
    word-break: normal;
    display: flex;
}

/*版权*/
.copyright{
    width: 100%;
    position: fixed;
    cursor: inherit;
    z-index: 10;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    transform: translate3d(-100%, -100%, 0px) matrix(1, 0, 0, 1, -20, -20) rotate(0deg);
    padding: 0px;
    flex-direction: column;
    left: 100%;
    top: 100%;
}
.copyright div{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    line-height: normal;
    font-size: 12px;
    color: rgb(153, 153, 153);
    justify-content: center;
    text-align: center;
    align-items: center;
    white-space: pre;
    word-break: normal;
    display: flex;
}
.copyright div p{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    visibility: inherit;
}

#mask {
    display: none;
}
#mask .mask{
    position: fixed;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    transform: translate3d(-100%, -50%, 0px) matrix(1, 0, 0, 1, 0, 0) rotate(0deg);
    width: 100%;
    height: 100%;
    padding: 0;
    flex-direction: column;
    left: 100%;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.43);
    opacity: 1;
    z-index: 333;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}
#mask .nav{
    width: 500px;
    min-width: 500px;
    max-width: 500px;
    min-height: 100%;
    max-height: 100%;
    height: 100%;
    flex: 1 0 0%;
    background-image: url('../images/nav_bg.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100%;
    overflow: visible;
    position: relative;
    flex-direction: column;
    cursor: inherit;
    background-color: rgb(255, 255, 255);
    transform-origin: 0% 0% 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#close{
    width: 80%;
    min-width: 80%;
    max-width: 80%;
    min-height: 160px;
    max-height: 160px;
    height: 160px;
    flex: 1 0 0%;
    overflow: visible;
    position: relative;
    flex-direction: row;
    cursor: pointer;
    transform-origin: 0% 0% 0px;
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}
#close div{
    vertical-align: top;
    font-size: 0px;
    flex-shrink: 0;
    position: relative;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    width: 37px; height: 38px;
}

#mask .nav .item{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: 80px;
    max-height: 80px;
    height: 80px;
    flex: 1 0 0%;
    overflow: visible;
    position: relative;
    flex-direction: row;
    cursor: pointer;
    padding-right: 60px;
    padding-left: 80px;
    transform-origin: 0% 0% 0px;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    box-sizing: border-box;
}
#mask .nav .item-txt{
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    transform-origin: 0% 0% 0px;
    line-height: normal;
    font-size: 36px;
    color: rgb(0, 100, 153);
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    white-space: pre-wrap;
    word-break: normal;
    font-weight: bold;
    display: flex;
}
#mask .nav .item .down{
    vertical-align: top;
    font-size: 0px;
    flex-shrink: 0;
    position: relative;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
    width: 12px;
    height: 21px;
    background-image: url("../images/r.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#mask .nav .item.on{
    cursor: inherit;
    background-color: rgb(0, 100, 153);
}
#mask .nav .item.on .item-txt{
    color: #fff;
}
#mask .nav .item.on .down{
    width: 20px;
    height: 12px;
    background-image: url("../images/d.png");
}

.subnav{
    display: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    min-height: fit-content;
    max-height: fit-content;
    height: fit-content;
    flex: 0 0 auto;
    overflow: visible;
    position: relative;
    flex-direction: column;
    cursor: inherit;
    transform-origin: 0% 0% 0px;
}
.subnav a{
    height: 80px;
    padding-left: 80px;
    position: relative;
    cursor: inherit;
    flex-shrink: 0;
    line-height: normal;
    font-size: 24px;
    color: rgb(51, 51, 51);
    justify-content: flex-start;
    text-align: left;
    align-items: center;
    white-space: pre-wrap;
    word-break: normal;
    display: flex;
    box-sizing: border-box;
}
.subnav a.on{
    color: rgb(0, 100, 153);
    /* background: url("../images/hand.png") no-repeat right top; */
}

#mask .nav .item.on+.subnav{
    display: block;
}

.picimg{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
@font-face {
    font-family: 'eng';
    src: url('../font/eng.woff');
    font-weight: normal;
    font-style: normal;
}
.eng{
    font-family: 'eng';
}