@charset "utf-8";
/* CSS Document */

#top {
    min-width: 1130px;
}

.top1box {
    height: 29px;
    line-height: 29px;
    background: #fff;
    text-align: left;
}

.top1box_c {
    width: 1130px;
    margin: auto;
}

.top1box_c span {
    font-size: 1.4rem;
    color: #666666;
    padding-left: 49px;
    float: left;
}

.toplink {
    display: inline-block;
    padding-top: 4px;
}

.toplink a {
    display: inline-block;
    width: 15px;
    height: 19px;
    background: url(../images/icon.png) no-repeat;
    margin-left: 22px;
}

.toplogin {
    float: right;
}

.toplogin a {
    /* font-size: 1.4rem; */
    color: #666666;
    display: inline-block;
    margin-left: 15px;
}

.toplink a.icon2 {
    background-position: -43px 0;
    width: 23px;
}

.toplink a.icon3 {
    background-position: -92px 0;
    width: 24px;
}

/* .toplink a.icon4{ background-position:-141px 0; width:20px;} */
/* .toplink a:hover{background-image:url(../images/icon_s.png);} */
.top2box {
    height: 7vw;
    text-align: left;
    background: #fff;
    align-content: center;
}

/* background:url(../images/banner.jpg) center top no-repeat; */
.top2box_c {
    width: 1420px;
    margin: auto;
    align-content: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.top2box_c div{
	display: inline-block;
	height: 100%;
	align-content: center;
	position: relative;
}

.searchbox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 20px;
}

.txt1 {
    width: 400px;
    height: 40px;
    border: 1px solid #e6e6e6;
    background: #ffffff;
    padding-left: 12px;
    color: #000;
    font-size: 16px;;
}

.txt1:focus, .txt1:focus-visible{
    border: 1px solid #e6e6e6;
}

:focus-visible {
    outline: none;
}

.btn1 {
    color: #fff;
    cursor: pointer;
    border: none;
    background: none;
    font-size: 20px;
    line-height: 30px;
}

.btn2 {
    width: 65px;
    height: 42px;
    color: #fff;
    cursor: pointer;
    border: none;
    background: green;
    font-size: 20px;
}

.nav-container ul li a.current {
    background: #fff;
    color: #087cd6;
    margin-top: 2px;
    line-height: 55px;
}

/*.nav ul li:hover{ background:#fff;}*/

.nav-container ul li.home {
    background: url(../images/qsnjjh-logo.png) 37px center no-repeat;
   /* padding-left: 32px;*/
    width: 109px;
    height: 57px;
}

.nav-container ul li .submenu {
    display: none;
}

.nav-container ul li .submenu a {
    color: #CE0000;
    float: left;
}

.nav-container ul li .submenu a:hover {
    color: #CE0000;
}

.nav-container ul li:hover a.current {
    z-index: 999;
    background: none;
    color: #fff;
}

.nav-container ul li:hover .submenu {
    display: block;
    position: fixed;
    left: 15px;
    background: url(../images/sub_bg.png) repeat;
    min-height: 87px;
    width: calc(100% - 30px);
    z-index: 11;
    -moz-box-shadow: 0px 2px 2px #edeef0;
    -webkit-box-shadow: 0px 2px 2px #edeef0;
    box-shadow: 0px 2px 2px #edeef0;
    margin: auto;
}

.nav-container ul li:hover .submenu a {
    background: none;
    margin-right: 26px;
}

.submenu_icon1 {
    overflow: hidden;
    clear: both; /*padding-left:65px;*/
    padding-top: 17px;
    text-align: center;
    display: inline-block;
}

.mar90 {
    margin: 0 95px;
}

.submenu_icon2 {
    background-position: 297px top;
}

.submenu_icon3 {
    background-position: 429px top;
}

.submenu_icon4 {
    background-position: 561px top;
}

.submenu_icon5 {
    background-position: 690px top;
}

.submenu_icon6 {
    background-position: 820px top;
}

.submenu_icon7 {
    background-position: 948px top;
}

.n_icon {
    display: none;
}

.zxfw_top2box {
    background-image: url(../images/zxfw_banner.png);
}

.txt1_fw {
    width: 335px;
}

.marl95 {
    margin-left: 340px;
}


.marl404 {
    margin-left: 630px;
}

.marl518 {
    margin-left: 720px;
}

.marl514 {
    margin-left: 1020px;
}

.marl604 {
    margin-left: 1130px;
}

.nav_wap {
    display: none;
}

.nav ul li:hover ul {
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    width: 105px;
}

.nav ul li:hover ul li a {
    display: block;
    background: #faeec7;
    color: #000;
}

.nav ul li:hover ul li a:hover {
    background: #dfc184;
    color: #000;
}

/*clear属性定义了元素的哪边上不允许出现浮动元素。*/
.clear {
    clear: both;
}

.special_all2 li a span {
    padding: 10px 20px;
    background: #78849c;
    color: white;
}

/*修改捐款按钮样式*/
.jk-btn {
    background-color: #d9534f;
    /*border-color: #d43f3a;*/
    /* background: #ddd; */
    /* display: inline-block; */
    /* padding: 6px 12px; */
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    /* line-height: 1.42857143; */
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    /*    border: 1px solid transparent;*/
    border: 0;
    height: 38px;
    line-height: 38px;
    /* border-radius: 4px; */
    color: white;
}

.jk-btn:hover {
    border: 0 !important;
    color: white !important;
    height: 38px;
    line-height: 38px;
    background-color: #c34c49;
}
.jk-btn2 {
    background-color: #337ab7;
    /*border-color: #d43f3a;*/
    /* background: #ddd; */
    /* display: inline-block; */
    /* padding: 6px 12px; */
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    /* line-height: 1.42857143; */
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    /*    border: 1px solid transparent;*/
    border: 0;
    height: 38px;
    line-height: 38px;
    /* border-radius: 4px; */
    color: white;
}

.jk-btn2:hover {
    border: 0 !important;
    color: white !important;
    height: 38px;
    line-height: 38px;
    background-color: #26659b;
}