﻿* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #000000;
}

html {
    min-width: 1200px;
}

img {
    object-fit: cover;
}

a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    vertical-align: bottom;
}

a:hover {
    cursor: pointer;
}

li {
    list-style-type: none;
}

.wrap {
    margin: 0 auto;
}

input, textarea, button {
    outline: none;
    border: none;
}

/*引入字体
@font-face
{
    font-family: "SourceHanSerifSC-Heavy";
    src:url("../font/SC-Heavy.otf");
    }
*/

/*显示一行*/
.oneLine {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*显示两行*/
.twoLine {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*显示两行*/
.threeLine {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*显示两行*/
.nLine {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    line-clamp: 8;
    -webkit-box-orient: vertical;
}

/*隐藏*/
.hide {
    display: none;
}

/*首页*/
.Default {
    color: #010101 !important;
}

.Default:hover {
    color: #09199B !important;
}

.Body {
    min-width: 1200px;
    height: 100%;
}

.MenuActive {
}

.MenuActiveLeft {
    /*margin-right: 5px;*/
    position: relative;
    left: -5px;
    width: 152px;
    height: 58px;
    background: linear-gradient(90deg, #0070DF, #00A2FF);
    border-radius: 6px;
    font-size: 20px !important;
    font-weight: bold;
    color: #FFFFFF !important;
}

.MenuActiveLeft::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    top: calc(50% - 8px) !important;
    right: 19px;
}

/*Header*/
.fudong {
    z-index: 2;
    position: relative;
    background: #FFFFFF;
    border-radius: 0px 0px 6px 6px;
}

.inputSubmit2 {
    display: inline-block;
    width: 90px;
    height: 44px;
    background: #0069D0;
    border-radius: 0px 6px 6px 0px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    line-height: 44px;
}

.Header {
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.Header .wrap .header_top {
    display: flex;
    padding: 30px;
    height: 100%;
}
.Header .wrap .search_img {
    width: 136px;
    height: 32px;
    background: url("../img/search.png") no-repeat;
    object-fit: contain;
    background-size: 100% 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
}

.Header .wrap .header_top .inputBox #kw2 {
    /* height: 40px; */
}

.Header .wrap .header_top .inputBox #append2 {
    /*padding: 10px 0px;*/
    width: 471px;
    margin-top: 6px;
    display: none;
    border-radius: 6px;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
}

.Header .wrap .header_top .inputBox {
    display: inline-block;
    width: 451px;
    height: 40px;
    background: #F7F7F7;
    border: 2px solid #0069D0;
    border-radius: 0px 0px 0px 6px;
}

.Header .wrap .header_top .inputBox i {
    display: inline-block;
    width: 14px;
    height: 14px;
    /*background-image: url(../img/Search/inputBoxI.png);*/
    /*background-size: cover;*/
    margin-right: 13px;
    margin-left:10px;
}

.Header .wrap .header_top .inputBox input {
    height: 100%;
    width: 400px;
    background-color: transparent;
}

.Header .wrap .header_top .header_top_logo2 {
    display: inline-block;
    vertical-align: top;
    width: 500px;
    height: 100%;
}

.Header .wrap .header_top .header_top_logo2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Header .wrap .header_top .header_top_logo2 .p1 {
    width: 100%;
    font-size: 38px;
    font-weight: bold;
    color: #000000;
}

.Header .wrap .header_top .header_top_logo2 .p2 {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.Header .wrap .header_top .header_top_logo {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.Header .wrap .header_top .header_top_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Header .wrap .header_top .header_top_span {
    display: inline-block;
    vertical-align: top;
}

.Header .wrap .header_top .header_top_span span {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 1;
    display: block;
}

.Header .wrap .header_top .header_top_span span:first-child {
    font-size: 40px;
}

.Header .wrap .header_top .header_top_span span:last-child {
    font-size: 17px;
    margin-top: 10px;
}

.header_center {
    background: #004D9A;
    padding: 0 30px;
}

.header_center ul {
    border-radius: 24px;
    font-size: 0;
    white-space: nowrap;
    overflow-x: hidden;
    text-align: center;
}

.header_center ul li {
    display: inline-block;
    padding: 16px 0;
}

.header_center ul li:not(:last-child) {
    margin-right: 48px;
}

.header_center ul li a {
    color: #FFFFFF;
    line-height: 1;
}

.Header .wrap .header_bottom {
}

.Header .wrap .header_bottom .header_bottom_img {
    width: 645px;
    height: 152px;
    margin: 143px auto 207px;
}

.Header .wrap .header_bottom .header_bottom_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*appNotice*/
.appNotice {
    width: 180px;
    background: #FFFFFF;
}

.appNotice .texthead {
    height: 62px;
    line-height: 62px;
    text-align: center;
    font-size: 21px;
    color: #004D9A;
    background: url(../img/notice-back.png) no-repeat;
    background-size: 280px 62px;
    font-weight: 400;
}

.appNotice .border {
    margin: 0px 10px;
    border: 1px dashed #CACBCC;
}

.appNotice .disDiv a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 58px;
    font-size: 18px;
    padding-left: 40px;
}

.appNotice .disDiv img {
    width: 13px;
    height: 13px;
    margin-right: 30px;
}

.appNotice .disDivLeft {
    padding: 0px 20px;
}

.appNotice .disDivLeft a {
    /* display: flex; */
    /* align-items: center; */
    height: 54px;
    color: #000000;
    font-size: 16px;
    line-height: 54px;
    font-weight: 400;
}

.appNotice .disDivLeft a:hover {
    color: #0073E5;
}

/*Footer*/
.returnTop {
    width: 100%;
    position: fixed;
    bottom: 10%;
    z-index: 3;
}

.goTop {
    width: 1450px;
    margin: auto;
}

.toTop {
    width: 50px;
    height: 50px;
    background: #F0F0F0;
    position: relative;
    float: right;
    border-radius: 4px;
    background: url('../img/Default/toTop1.png') center no-repeat #bfbfbf;
}

.toTop:hover {
    cursor: pointer;
    background: url('../img/Default/toTop2.png') center no-repeat #bfbfbf;
}

.Footer {
    width: 100%;
    height: 175px;
    background: #D7E3EF;
}

.Footer .bottom {
    width: 100%;
    height: 54px;
    background: #004D9A;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 54px;
}
.Footer .bottom .bottom_body {
    width: 1200px;
    margin: 0 auto;
}
.Footer .bottom .bottom_body span {
    color: #FFFFFF;
}
.Footer .bottom .bottom_body span:first-child {
    width: 600px;
}

.Footer .wrap .main {
    display: flex;
    justify-content: center;
}

.Footer .wrap .main .footer_bottom {
    height: 175px;
    width: 1200px;
}
.Footer .basic {
    height: 54px;
    display: flex;
    line-height: 34px;
}
.Footer .basic div {
    margin-right: 20px;
    color: #004D9A;
}
.Footer .basic .middle span {
    padding: 0 20px;
    border-left: 1px solid #004D9A;
    border-right: 1px solid #004D9A;
}
.Footer .footer_flex {
    display: flex;
    margin-top: 25px;
    margin-bottom: 18px;
    border-bottom: 1px solid #B8CFE6;
}
.Footer .footer_flex img {
    width: 60px;
    height: 60px;
    margin-right: 9px;
}
.Footer .footer_flex .left {
    width: 400px;
}
.Footer .footer_flex .right {
    width: 740px;
}

