/**重置样式开始**/

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
form,
a,
p,
html {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}

/* body{ overflow: hidden;} */
ol,
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fff;
    padding: 0;
    margin: 0;
}

.header-page {
    background-image: url('../headerImg/bgImg.png');
    background-size: cover;
}



/*清除浮动*/
.header-page .clearfloat {
    zoom: 1;
}

.header-page .clearfloat:after {
    display: block;
    clear: both;
    content: " ";
    visibility: hidden;
    height: 0;
}

.header-page iframe {
    border: none;
    width: 100%;
    /* height: 1000px; */
}

/**重置样式结束**/
.header-page .wrap {
    width: 1320px;
    margin: 0 auto;
    line-height: 29px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-page .topbar {
    font-size: 14px;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 39px;
}


.header-page .topbar a {
    display: inline-block;
    position: relative;
    color: #fff;
}

.header-page .topbar span {
    margin: 0px 14px 0 18px;
}

.header-page a:hover {
    color: #fff !important;
}

.header-page .left {
    float: left;
}

.header-page .right {
    float: right;
    display: flex;
}

.header-page .right .ipv6 {
    height: 28px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 4px;
    text-align: center;
    line-height: 28px;
    padding: 0px 10px;
    margin-right: 14px;
}

.header-page .right .phone {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.37);
    border-radius: 50%;
    text-align: center;
    line-height: 26px;
    margin-right: 14px;
}

.header-page .right span {
    margin: 0 14px;
}

.header-page .right .gj {
    display: inline-block;
    width: 180px;
    display: flex;
    margin-right: 14px;
}

.header-page .right .gj div:first-child {
    height: 28px;
    display: inline-block;
    background: #0950AB;
    text-align: center;
    line-height: 28px;
    padding: 0px 10px;
    width: 90px;
}

.header-page .right .gj div:nth-child(2) {
    height: 28px;
    display: inline-block;
    background: #BCD9FD;
    color: #333;
    text-align: center;
    line-height: 28px;
    padding: 0px 10px;
    width: 90px;

}

.header-page .right a img {
    position: relative;
}

.header-page .topbar span.line {
    display: inline-block;
    background: url(./line.png) left 12px no-repeat;
    width: 2px;
    height: 32px;
    /* line-height: 42px; */
    vertical-align: top;
}

.header-page .line-img {
    position: absolute;
    z-index: 6;
    display: none;
    top: 30px;

    img {

        width: 112px;
        height: 112px;
    }
}

.header-page .right a:hover .line-img {
    display: block;
}


.header-page .logo {
    float: left;

    a {
        display: flex;
        align-items: center;

        img:first-child {
            margin-right: 14px;
        }
    }
}

.header-page .search {
    float: right;
    width: 324px;
    height: 40px;
    border: none;
    background: #fff;
}

.header-page .search input {
    font-size: 15px;
    color: #666666;
    line-height: 40px;
    height: 40px;
    padding-left: 18px;
    letter-spacing: 1px;
    min-width: 71%;
    border: 0px
}

.header-page .search input:focus-visible {
    outline: none;

}

.header-page .search .btn {
    cursor: pointer;
    background: #ec940a;
    width: 64px;
    display: inline-block;
    height: 40px;
    float: right;
    color: #fff;
    font-size: 16px;
    letter-spacing: 8px;
    line-height: 40px;
    text-align: center;
    padding-left: 8px;
}


.header-page .menubar {
    font-size: 18px;
}

.header-page .menubar .wrap {
    background: #20528f;
    height: 52px;
    line-height: 52px;
    background: #2b58a8;
    justify-content: space-around;
    margin-top: 40px;
    margin-bottom: 0px;
}

.header-page ul li {
    height: 52px;
    line-height: 52px;
    display: block !important;
    position: relative;
    padding: 0px 30px;
}

.header-page ul li a {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 1px;
}

.header-page ul li ul {
    background-color: #20528f;
    position: absolute;
    width: 156px;
    display: none;
    z-index: 1001;
}

.header-page ul li ul li {
    float: none;
    font-size: 14px;
}

.header-page li:hover ul {
    display: block;
}

.header-page ul li ul li a:hover {
    background: #0c1b2c;
}



.footPageBox {

    background: #20528f;
    padding-top: 5px;
}

/* 页脚 */
.footPageBox .footer {
    color: #ffffff;
    width: 1320px;
    /* height: 305px; */
    position: relative;
    margin: 0 auto;
}

.footPageBox .selecBox {
    border-bottom: 3px solid #2f5e98;
    padding: 26px 0;

}

.footPageBox .selecBox .selctList {
    width: 253px;
    display: inline-block;
    position: relative;
    height: 38px;
    line-height: 40px;
    padding-right: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 8;
    vertical-align: top;
    color: #74acd6;
    text-align: center;
    border: 1px solid #74acd6;
    background: none;
    margin: 5px 14px 0 45px;
    font-size: 16px;
}

.footPageBox .selecBox .selctList ul {
    display: none;
    background-color: #fff;
    height: 200px;
    width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
}

.footPageBox .selecBox .selctList a {
    color: #74acd6;
}

.footPageBox .selecBox .selctList a {
    color: #74acd6;
}


.footPageBox .selecBox .selctList ul li a {
    text-align: center;
    width: 250px;
    line-height: 29px;
    display: inline-block;
    width: 100%;
}

.footPageBox .selecBox .selctList ul li a:hover {
    background-color: #ccc;
}

.footPageBox .footBox {
    padding: 30px 0 20px;
    display: flex;
    justify-content: space-between;
}

.footPageBox .footer .left {
    text-align: center;
    color: #8fc7f0;
    width: 396px;
    float: left;
}

.footPageBox .footer .right {
    float: right;
    width: 858px;
    text-align: center;
    display: flex;
    line-height: 38px;
    font-size: 14px;
    background: url(./f-line.png) 0 0 no-repeat;
    color: #8fc7f0;
}


.footPageBox .footer .link {
    margin-top: 45px;
    margin-left: 5px;
    display: flex;
}

.footPageBox .footer .link a {
    margin: 0 4px 0 15px;
}

.footPageBox .footer p {
    font-size: 14px;
    line-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footPageBox .tri {
    display: block;
    position: absolute;
    right: 13px;
    top: 40%;
    height: 0;
    width: 0;
    border: 5px solid transparent;
    border-width: 6px 5px 0 5px;
    border-top-color: #74acd6;
    transform: rotate(180deg);
}