@charset "UTF-8";

/* reset */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
input,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
article,
aside,
audio,
canvas,
figure,
footer,
header,
mark,
menu,
nav,
section,
time,
video {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    scroll-behavior: smooth
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

body {
    font-size: 16px;
    line-height: 1;
    font-family: "Microsoft YaHei", "Helvetica Neue", "Helvetica", Arial, sans-serif;
    background-color: #fff;
    color: #333;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section,
blockquote {
    display: block;
}

ul,
ol {
    list-style: none;
}

img {
    border: 0 none;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong,
em,
i {
    font-style: normal;
    font-weight: normal;
}

ins {
    text-decoration: underline;
}

del {
    text-decoration: line-through;
}

mark {
    background: none;
}

input::-ms-clear {
    display: none !important;
}

input,
select,
textarea,
button {
    vertical-align: middle;
    outline: none;
    border: 0;
}

input {
    border-radius: 0;
    box-shadow: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button {
    -webkit-appearance: none;
    outline: none;
    border: none;
}

textarea {
    -webkit-appearance: none;
    overflow-y: auto;
    overflow-x: hidden;
    resize: none;
}

/* 如果需要去除掉select元素的默认样式，放开下面的注释即可 */
/* select{appearance:none;-ms-appearance:none;-moz-appearance:none;-webkit-appearance:none;}
select::-ms-expand{display:none;} */
a:link,
a:visited {
    text-decoration: none;
    color: #333;
}

a:hover,
a:active {
    text-decoration: none;
}

a {
    outline: none;
    -moz-outline-style: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

img {
    max-width: 100%;
}

input:foucs {
    outline: none
}

*::-webkit-media-controls-panel {
    display: none !important;
    -webkit-appearance: none;
}

*::--webkit-media-controls-play-button {
    display: none !important;
    -webkit-appearance: none;
}

*::-webkit-media-controls-start-playback-button {
    display: none !important;
    -webkit-appearance: none;
}

.wapper {
    min-width: 1200px;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}

.disbet {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.discen {
    display: flex;
    justify-content: center;
    align-items: center;
}

.disstr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.wanwap {
    white-space: nowrap;
}

.colf87 {
    color: #062f87;
    ;
}

.header {
    width: 100%;
    background: #fff;
    padding-bottom: 20px;
}

.header .left {
    width: 53%;
    text-align: center;
}

.header .left div {
    width: 100%;
    height: 40px;
    background: url('../img/title.png') no-repeat center;
    background-size: contain;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.header .left .logo {
    margin-top: 20px;
}

.header .right {
    width: 47%;
}

.header .right span {
    width: 50px;
    ;
    display: inline-block;
    font-size: 24px;
    color: #666;
    line-height: 1.1;
    margin-left: 17px;
}

.header .xiantia {
    display: inline-block;
    width: 2px;
    height: 48px;
    background: #eee;
    margin: 0 15px;
}

.header .right div p {
    font-size: 24px;
    color: #062f87;
}

.fotter {
    width: 100%;
}

.fotter .fotter1 {
    width: 100%;
    height: 285px;
    background: url('../img/图层68.png') no-repeat bottom #111;
    background-size: cover;
}

.fotter .fotter1 .dv {
    height: 148px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.fotter .fotter1 .dv .left h2 {
    font-size: 44px;
    color: #fff;
    margin-left: 30px;
    font-weight: bold;
}

.fotter .fotter1 .dv2 {
    height: 136px;
    padding: 0 75px;
}

.fotter .fotter1 .dv2>div:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, .1);
    padding-right: 37px;
}

.fotter .fotter1 .dv2>div>div {
    margin-left: 13px;
}

.fotter .fotter1 .dv2>div>div h2 {
    font-size: 16px;
    color: #fefefe;
}

.fotter .fotter1 .dv2>div>div p {
    margin-top: 14px;
    color: #999;
}

.fotter .fotter2 {
    width: 100%;
    height: 66px;
    line-height: 66px;
    text-align: center;
    background: #222;
    font-size: 14px;
    color: #767575;
}

.m_logo {
    display: none;
}

@media screen and (max-width: 768px) {
    html {
        font-size: 100px;
    }

    .wapper {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }

    .disbet,
    .discen,
    .disstr {
        flex-wrap: wrap;
    }


    .header .left {
        width: 100%;
    }

    .header .left div {
        background-size: cover;
    }

    .header .left .logo,
    .header .right .logo {
        width: 1.88rem;
    }

    .header .right {
        justify-content: space-between;
        padding: 0 15px;
    }

    .header .right img {
        width: .6rem;
        height: .6rem;
    }

    .header .right {
        width: 100%;
        margin-top: .2rem;
    }

    .header .right span {
        font-size: .24rem;
        width: .5rem;
        margin-left: .17rem;
    }

    .header .right div p {
        font-size: .24rem
    }

    .header .xiantia {
        height: .48rem;
        margin: 0 10px;
    }

    .m_logo {
        display: block;
    }

    .pc_logo {
        display: none;
    }

    .fotter .fotter1 {
        padding: 10px;
    }

    .fotter .fotter1 .dv .left img {
        width: 2.07rem;
    }

    .fotter .fotter1 .dv .left h2 {
        font-size: .36rem;
        white-space: nowrap;
    }

    .fotter .fotter1 .dv .right {
        width: 100%;
        text-align: center;

    }

    .fotter .fotter1 .dv .right img {
        width: 2.3rem;
    }

    .fotter .fotter1 .dv2 {
        padding: 10px 0;
        height: auto;
    }

    .fotter .fotter1 .dv2>div {
        width: 50%;
        justify-content: flex-start;
        margin-bottom: .4rem;
    }

    .fotter .fotter1 .dv2>div:not(:last-child) {
        padding-right: 0;
        border: none;
    }

    .fotter .fotter1 .dv2>div img {
        width: .5rem;
    }

    .fotter .fotter1 .dv2>div>div p {
        font-size: 12px;
    }

    .fotter .fotter2 {
        font-size: 12px;
        height: auto;
        padding: 10px 0;
        line-height: 1.6;
    }

    .fotter .fotter1 .dv .left{
        flex-wrap: nowrap;
    }


    .fotter .fotter1 .dv .left h2 {
        margin-left: 20px;
    }

}


@media screen and (max-width: 500px) {
    html {
        font-size: 55px;
    }
}

@media screen and (max-width: 375px) {
    html {
        font-size: 50px;
    }

    .fotter .fotter1 .dv2>div {
        flex-wrap: nowrap;
    }

    .fotter .fotter1 .dv2>div p {
        white-space: nowrap;
    }
}

@media screen and (max-width: 360px) {
   

    html {
        font-size: 45px;
    }
}


@media screen and (max-width: 320px) {
    html {
        font-size: 40px;
    }
    .fotter .fotter1 .dv2>div p {
        white-space: revert;
    }
}