.menuHeader {
    width: 100%;
    height: 85px;
    /* box-shadow: 0 2px 5px 0 #cecece;*/
    z-index: 1000;
    top: 0;
    background: linear-gradient(180deg, rgba(148, 7, 10, 1) 0%, rgba(0, 0, 0, 0) 100%);
    /*background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);*/
    transition: background-color 0.6s ease;
}

.menuHeader.headertop {
    background-color: #94070A;
}

.menuHeader.transparent {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.70) 0%, rgba(0, 0, 0, 0.00) 100%);
}


.menuHeader-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    /*padding: 0 65px;*/
    width: 1200px;
    height: 100%;
    box-sizing: border-box;
    /*text-align: center;*/
    /*min-width: 1280px;*/
}

.menuHeader-logo {
    padding: 17px 0;
    width: 320px;
    height: 65px;
    box-sizing: border-box;
    float: none;
    display: inline-block;
    vertical-align: top;
    line-height: 65px;
}

.menuHeader-logo img {
    display: inline-block;
    vertical-align: top;
}

.menuHeader-center {
    padding-top: 15px;
    width: 690px;
    height: 65px;
    float: right;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    margin-right: 100px;
}

.menuHeader-nav {
    width: auto;
    height: 48px;
    display: flex;
    justify-content: space-between;
}

.menuHeader-nav>li {
    display: inline-block;
    vertical-align: top;
    padding: 0 10px;
    width: auto;
    height: 60px;
    box-sizing: border-box;
    position: relative;
    transition: 1s ease;
}

.menuHeader-nav>li span {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #303546;
    line-height: 30px;
    cursor: pointer;
    position: relative;
}

.menuHeader-nav>li span a {
    /*font-size: 21px;*/
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    text-decoration: none;
}

.menuHeader-nav>li.on span a {
    color: #fff;
}

.menuHeader-nav>li.on span::after {
    display: block;
    content: "";
    border-top: 2px #fff solid;
    width: 100%;
    height: 0;
    /*margin-left: -18px;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*bottom: -2px;*/
    z-index: 10;
}

.menuHeader-nav>li:hover span a {
    color: #fff;
}

.menuHeader-nav>li:hover span::after {
    display: block;
    content: "";
    border-top: 2px #fff solid;
    width: 100%;
    height: 0;
    /*margin-left: -18px;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*bottom: -2px;*/
    /*z-index: 10;*/
}

.menuHeader-sub-box {
    height: 0;
    /*padding-top: 25px;*/
    margin-top: 28px;
    width: auto;
    /*height: auto;*/
    box-sizing: border-box;
    position: absolute;
    /*left: 50%;*/
    top: 32px;
    z-index: 11;
    /*margin-left: -128px;*/
    margin-left: -30px;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
    transition: 2s ease;
    overflow: hidden;
}

.menuHeader-nav>li:hover .menuHeader-sub-box {
    height: auto;
    transition: 2s ease;
}

.menuHeader-sub-list {
    padding: 30px 20px;
    width: 238px;
    height: auto;
    box-sizing: content-box;
    position: relative;
    border-radius: 2px;
    background-color: #fff;
    list-style: none;
}


.menuHeader-sub-list::before {
    display: none;
    content: "";
    position: absolute;
    left: 88px;
    top: -24px;
    width: 0;
    height: 0;
    border: 12px transparent solid;
    border-bottom: 12px #fff solid;
}

.menuHeader-sub-list::after {
    content: "";
    display: block;
    width: 125px;
    height: 25px;
    position: absolute;
    background: url(/dad/index/images/index/png54-78a714794fdc4603850776a440aa7cc6.png) no-repeat;
    right: 0;
    bottom: 0;
}

.menuHeader-sub-list>li {
    padding: 5px 0;
    width: 100%;
    height: auto;
    line-height: 25px;
    box-sizing: border-box;
    /*text-align: center;*/
}

.menuHeader-sub-list>li::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 14px;
    margin-right: 14px;
    background: url(/dad/index/images/index/png52-747994f943f3f955c86cba5e4a8ba037.png) no-repeat;

}

.menuHeader-sub-list>li a {
    color: #333;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.menuHeader-sub-list>li:hover a {
    color: rgba(148, 7, 10, 1);
}

.menuHeader-dl {}

.menuHeader-dl-login {
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.menuHeader-grzx-box {
    width: auto;
    height: 100%;
}

.menuHeader-grzx-xx {
    padding: 8px 7px 7px 8px;
    width: 40px;
    height: 40px;
    float: left;
    box-sizing: border-box;
    position: relative;
}

.menuHeader-grzx-xx img {
    display: block;
    width: 100%;
    height: 100%;
}

.menuHeader-grzx-xx span {
    display: block;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    background-color: #ef8f35;
    position: absolute;
    left: 23px;
    top: 6px;
    z-index: 5;
}

.menuHeader-grzx-sub {
    /*margin-left: 15px;*/
    width: 40px;
    height: 40px;
    float: left;
    position: relative;
}

.menuHeader-grzx-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.menuHeader-grzx-img-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-size: cover;
    background-position-x: center;
}

.menuHeader-grzx-img img {
    display: block;
    width: 100%;
    height: 100%;
}

.menuHeader-grzx-list {
    display: none;
    padding-top: 35px;
    width: 116px;
    height: auto;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 40px;
    z-index: 11;
    margin-left: -55px;
}

.menuHeader-grzx-sub:hover .menuHeader-grzx-list {
    display: block;
}

.menuHeader-grzx-nav::before {
    display: block;
    content: "";
    position: absolute;
    left: 46px;
    top: -24px;
    width: 0;
    height: 0;
    border: 12px transparent solid;
    border-bottom: 12px #fff solid;
}

.menuHeader-grzx-nav {
    padding: 3px;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    border-radius: 4px;
    background-color: #fff;
}

.menuHeader-grzx-nav li {
    padding: 5px;
    width: 100%;
    height: 35px;
    line-height: 25px;
    box-sizing: border-box;
    border-radius: 4px;
}

.menuHeader-grzx-nav li a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #737373;
    border-radius: 4px;
    cursor: pointer;
}

.menuHeader-grzx-nav li span:nth-of-type(1) {
    margin-right: 5px;
}
.menuHeader-grzx-nav li .ivu-icon {
    font-size: 20px;
    margin-right: 5px;
}

.menuHeader-grzx-nav li span {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    float: left;
    text-align: center;
}
.menuHeader-grzx-nav li i{
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
}
.menuHeader-grzx-nav li.grzy i{
    background-image: url(/dad/index/images/index/grzy-48f834d57b70b801e8acb0130682e68e.png);
}
.menuHeader-grzx-nav li.xgmm i{
    background-image: url(/dad/index/images/index/xgmm-76bc44c592e8eb0ff4e4937743a2edff.png);
}
.menuHeader-grzx-nav li.tcdl i{
    background-image: url(/dad/index/images/index/tcdl-2be5b237c0eaa75332b83e79c381a370.png);
}
.menuHeader-grzx-nav li.grzy:hover i{
    background-image: url(/dad/index/images/index/grzyr-0f0bb5bc02fc893de3f158a6555b53b6.png);
}
.menuHeader-grzx-nav li.xgmm:hover i{
    background-image: url(/dad/index/images/index/xgmmr-3fb4ec4c1d7e8734f71d81e4865009d2.png);
}
.menuHeader-grzx-nav li.tcdl:hover i{
    background-image: url(/dad/index/images/index/tcdlr-fea61778c05f641b4d858a7895858683.png);
}
.menuHeader-grzx-nav li:hover {
    background-color: #e4edfe;
}

.menuHeader-grzx-nav li:hover a {
    color: #d81e06;
}

.menuHeader-grzx-nav li:last-child {
    position: relative;
}

.menuHeader-grzx-nav li:last-child::before {
    position: absolute;
    left: 12%;
    top: 0;
    z-index: 5;
    display: block;
    content: "";
    width: 76%;
    height: 1px;
    background-color: #737373;
}

.searchHeader-btn {
    width: auto;
    /*height: 44px;*/
    float: right;
    box-sizing: border-box;
}

.searchHeader-btn>li {
    padding: 9px;
    width: 44px;
    height: 44px;
    float: right;
    cursor: pointer;
    box-sizing: border-box;
    margin-top: -6px;
}

.searchHeader-btn img {
    display: block;
    width: 100%;
    height: 100%;
}

.menuHeader {
    position: relative;
}

.searchTop-box {
    display: none;
    border-top: 1px #ccc solid;
    padding: 20px 0 20px;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 65px;
    z-index: 9999;
}

.searchTop-box-main {
    margin: 0 auto;
    width: 800px;
    height: 100%;
    position: relative;
}

.searchTop-box-txt {
    display: block;
    padding: 0 60px 0 12px;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px #ccc solid;
    border-radius: 5px;
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    outline: none;
}

.searchTop-box-btn {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 11;
    box-sizing: border-box;
    cursor: pointer;
}

.searchTop-box-btn img {
    display: block;
    width: 100%;
    height: 100%;
}

.searchTop-sq-btn {
    position: absolute;
    left: 50%;
    bottom: -26px;
    z-index: 999;
    margin-left: -40px;
    width: 80px;
    height: 26px;
    text-align: center;
    line-height: 30px;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    cursor: pointer;
}

.searchTop-sq-btn::after {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    border: 2px #172c94 solid;
    border-top: 2px transparent solid;
    border-left: 2px transparent solid;
    position: absolute;
    left: 31px;
    top: 9px;
    z-index: 9;
    transform: rotate(225deg);
}

.dad-jsxx-mask {
    position: fixed;
    background-color: rgba(55, 55, 55, .6);
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.dad-jsxx-mask .dad-jsxx {
    width: 500px;
    height: 270px;
    background-color: white;
    position: fixed;
    left: 50%;
    top: 100px;
    margin-left: -250px;
    border-radius: 5px;
}

.dad-jsxx-mask .dad-jsxx .dad-form-item {
    height: 46px;
}

.dad-jsxx-mask .dad-jsxx .dad-form-item input {
    border: 1px solid #dcdee2;
    height: 32px;
    font-size: 16px;
    line-height: 1.5;
    padding: 4px 7px;
    font-weight: normal;
    font-family: "微软雅黑", "Microsoft YaHei", "sans-serif";
    border-radius: 4px;
    color: #515a6e;
    background-color: #fff;
    cursor: text;
    transition: border .2s ease-in-out, background .2s ease-in-out, box-shadow .2s ease-in-out;
    box-sizing: border-box;
    width: 360px;
}

.dad-jsxx-mask .dad-jsxx .dad-form-item input:hover,
.dad-jsxx-mask .dad-jsxx .dad-form-item input:focus {
    border-color: #57a3f3;
}

.dad-jsxx-mask .dad-jsxx .dad-form-item label {
    display: inline-block;
    width: 100px;
    font-size: 14px;
    text-align: right;
}

.dad-jsxx-mask .dad-jsxx .dad-form-item input:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}

.dad-jsxx-mask .dad-jsxx .dad-form-item .dad-form-item-required {
    display: inline-block;
    font-size: 14px;
    width: 14px;
    text-align: center;
    vertical-align: sub;
    color: red;
}

.dad-jsxx-mask .dad-jsxx .dad-form {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.dad-jsxx-mask .dad-jsxx .dad-jsxx-header {
    height: 40px;
    border-bottom: 1px solid #e8eaec;
    line-height: 40px;
    font-size: 16px;
    box-sizing: border-box;
    padding-left: 20px;
}

.dad-jsxx-mask .dad-jsxx .dad-jsxx-footer {
    border-top: 1px solid #e8eaec;
    height: 50px;
    line-height: 50px;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
}

.dad-jsxx-mask .dad-jsxx .dad-jsxx-footer .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    transition: color .2s linear, background-color .2s linear, border .2s linear, box-shadow .2s linear;
    color: #515a6e;
    background-color: #fff;
    border: 1px solid #dcdee2;
    color: #fff;
    background-color: #2d8cf0;
    line-height: 32px;
}

.dad-jsxx-mask .dad-jsxx .dad-jsxx-footer .btn.btn-qx {
    color: #515a6e;
    background: #fff;
}