body { background: url("../images/bg.jpg") repeat-x rgb(255, 255, 255); }
.greybg { background: rgb(242, 247, 250); }
.bannerImg img { display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%; }
.rowbox { max-width: 1400px; margin: 0px auto; width: 95%; }
img { display: inline-block; }
.topbox { display: none; }
.top { width: 100%; height: 45px; line-height: 45px; position: relative; z-index: 3; padding: 0px 10px; background: rgb(34, 111, 184); border-bottom: 1px solid rgb(25, 92, 169); display: flex; justify-content: flex-end; align-items: center; }
.meun_icon { height: 45px; line-height: 45px; display: none; color: rgb(255, 255, 255); font-size: 16px; cursor: pointer; }
.meun_icon img { width: 25px; margin-right: 10px; height: 20px; vertical-align: middle; }
.flex-container { display: flex; -webkit-box-align: center; align-items: center; justify-content: space-between; }
.container { padding: 18px 0px; position: relative; z-index: 8; }
.main_index { position: relative; }
.header { width: 100%; position: relative; z-index: 9; padding: 20px 0px; }
.header.on { background: rgb(166, 33, 38); }
.logo_l { float: left; text-align: left; }
.logo_l img { display: inline-block; vertical-align: middle; position: relative; z-index: 5; transition: all 0.5s ease 0s; width: 100%; }
.logo_l span { display: inline-block; margin-left: 15px; border-left: 1px solid rgb(255, 255, 255); vertical-align: middle; color: rgb(255, 255, 255); font-size: 18px; padding: 8px 20px; position: relative; }
.header_r { float: right; margin-top: 30px; }
.header_r a { display: inline-block; vertical-align: middle; margin-left: 30px; }
.header_r a i { display: inline-block; vertical-align: middle; width: 30px; height: 30px; text-align: center; line-height: 33px; background: rgb(208, 156, 66); border-radius: 100%; margin-right: 10px; }
.header_r a:hover { color: rgb(208, 156, 66); }
.searhbox { height: 48px; line-height: 48px; float: right; width: 510px; position: absolute; inset: 0px;left:50%; margin-left: -245px; top:45px;}
.searhbox .text { width: calc(100% - 50px); height: 31px; line-height: 31px; background: transparent; padding: 0px 10px; float: left; }
.searhbox .btn { width: 45px; float: right; height: 31px; line-height: 31px; background: url("../images/ss_btn.png") center center no-repeat; cursor: pointer; }
.searhbox .btn svg { margin-right: 5px; margin-top: 4px; }
.select_area { width: 80px; position: relative; float: left; box-sizing: border-box; color: rgb(85, 85, 85); background: rgb(255, 255, 255); cursor: pointer; border-right: 1px solid rgb(229, 229, 229); }
.select_area.xl_open { background: rgba(255, 255, 255, 0.9); }
.select_tit { text-align: center; height: 48px; line-height: 48px; }
.select_tit b { font-size: 16px; font-weight: bold; color: rgb(51, 51, 51); display: inline-block; vertical-align: middle; }
.select_tit .jt { display: inline-block; width: 11px; height: 6px; background: url("../images/meun_xl.png") no-repeat; margin-left: 10px; vertical-align: middle; }
.select_area .select_list { list-style-type: none; margin: 0px; display: none; background: rgb(255, 255, 255); position: absolute; z-index: 1; width: 100%; border-left: 1px solid rgb(229, 229, 229); border-right: 1px solid rgb(229, 229, 229); box-sizing: border-box; left: 0px; box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 6px; }
.select_area .select_list li { border-bottom: 1px solid rgb(229, 229, 229); line-height: 40px; text-align: center; cursor: pointer; font-size: 14px; color: rgb(85, 85, 85); }
.form-control { height: 48px; line-height: 48px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; background: rgb(255, 255, 255); width: calc(100% - 230px); padding: 0px 10px; float: left; }
.form-control::-webkit-input-placeholder { color: rgb(153, 153, 153); }
.searhbox button { width: 120px; height: 48px; line-height: 50px; text-align: center; color: rgb(255, 255, 255); font-size: 16px; float: left; cursor: pointer; }
.searhbox button.btn_a { background: rgb(208, 156, 66); }
.searhbox button i { display: inline-block; width: 18px; height: 19px; background: url("../images/ss_btn.png") no-repeat; vertical-align: middle; margin-right: 10px; }
.bx_search { float: left; width: 94px; height: 48px; line-height: 48px; background: rgb(171, 120, 43); text-align: center; color: rgb(255, 255, 255); font-size: 16px; margin-left: 10px; cursor: pointer; }
.navbg { width: 100%; height: 55px; line-height: 55px; background: rgb(24, 24, 24); }
.nav { }
.nav ul { padding: 0px; }
.nav li { float: left; width: 20%; text-align: center; line-height: 55px; position: relative; font-size: 18px; }
.nav li a { color: rgb(255, 255, 255); display: inline-block; }
.nav li.on { background: rgb(208, 156, 66); }
.nav li.on a { color: rgb(255, 255, 255); font-weight: bold; }
.nav li .ejnav { opacity: 0; height: 0px; position: absolute; width: 100%; transition: all 0.3s ease 0s; z-index: 3; display: none; }
.nav li .ejnav li, .nav li .ejnav li .sjnav li { width: 100%; float: none; font-size: 16px; background: rgba(0, 0, 0, 0.65); height: 45px; line-height: 45px; position: relative; }
.nav li:hover .ejnav { opacity: 1; height: auto; display: block; }
.nav li .ejnav li:hover { background: rgb(219, 203, 178); }
.nav li .ejnav li:hover a { color: rgb(52, 37, 12); }
.nav li .ejnav li .sjnav { opacity: 0; height: 0px; position: absolute; right: -100%; top: 0px; overflow: hidden; width: 100%; transition: all 0.3s ease 0s; z-index: 3; }
.nav li .ejnav li .sjnav li { background: rgb(42, 120, 194); }
.nav li .ejnav li:hover .sjnav { opacity: 1; height: auto; }
.nav li .ejnav li .sjnav li:hover { background: rgb(34, 111, 184); }
.head_r { float: right; padding-top: 8%; }
#navbg { position: fixed; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); left: 0px; top: 0px; display: none; z-index: 999; }
.mob_nav { position: fixed; right: -85%; top: 0px; z-index: 999; overflow: auto; background: rgb(24, 24, 24); width: 80%; height: 100%; box-shadow: rgba(0, 0, 0, 0.43) -5px 0px 13px; }
.mob_nav li:last-child { border-bottom: 0px; }
.mob_top { height: 45px; line-height: 45px; padding: 0px 15px; background:  0% 0% / 100% rgb(24, 24, 24); display: flex; -webkit-box-align: center; align-items: center; justify-content: space-between; border-bottom: 1px solid rgb(64, 64, 64); }
.mob_top a { color: rgb(255, 255, 255); margin-right: 15px; }
.mob_top a i { display: inline-block; vertical-align: middle; width: 17px; height: 16px; line-height: 16px; margin-right: 5px; }
.mob_top .link_l { float: left; color: rgb(255, 255, 255); }
.mob_nav .colsebtn { text-align: right; height: 20px; line-height: 20px; margin-left: auto; cursor: pointer; }
.mob_nav .colsebtn img { width: 20px; height: 20px; }
.mob_nav li a { display: block; color: rgb(255, 255, 255); }
.js_mob { padding: 10px 12px; }
.search-input { background: rgb(255, 255, 255); }
.search-input::after { visibility: hidden; display: block; content: ""; clear: both; }
.search-input input { width: calc(100% - 90px); height: 38px; line-height: 38px; background: transparent; padding: 0px 10px; float: left; }
.search-input button { width: 90px; float: right; height: 38px; line-height: 38px; background: url("../images/ss_btn02.png") 10px center no-repeat rgb(238, 238, 238); padding-left: 30px; font-size: 18px; cursor: pointer; color: rgb(51, 51, 51); }
.mob_list li { line-height: 50px; font-size: 16px; text-align: left; text-indent: 20px; position: relative; cursor: pointer; border-bottom: 1px solid rgb(64, 64, 64); }
.mob_list li a { color: rgb(255, 255, 255); width: 85%; display: block; }
.mob_list li i { display: block; width: 50px; height: 50px; z-index: 122; position: absolute; right: 0px; top: 0px; background: url("../images/jtx.png") center center / 17px no-repeat; }
.mob_list li i.icon { background: url("../images/jts.png") center center / 17px no-repeat; }
.mob_list li .ul_ejnav { display: none; }
.mob_list li .ul_ejnav li { width: 100%; border-bottom: 1px solid rgb(121, 121, 121); padding-left: 15px; line-height: 45px; font-size: 14px; background: rgb(68, 68, 68); }
.mob_list li .ul_ejnav li:last-child { border-bottom: 0px; }
.mob_list li .ul_ejnav li a { width: 100%; }
.open { right: 0px; }
.wiki { width: 100%; border: 1px solid rgb(220, 220, 220); padding: 25px; background: rgb(255, 255, 255); margin-top: 30px; }
.newspic { width: 45%; float: left; position: relative; margin-right: 25px; }
.newspic li { width: 47%; margin-right: 3%; float: left; position: relative; }
.newspic li a { display: block; }
.newspic .npic { padding-top: 60%; position: relative; overflow: hidden; }
.newspic .npic img { position: absolute; top: 0px; left: 0px; width: 100%; transition: all 0.5s ease 0s; }
.newspic li:hover img { transform: scale(1.05); }
.newspic .slick-prev { position: absolute; left: 0px; top: 50%; margin-top: -24px; z-index: 5; width: 33px; height: 46px; background: url("../images/zjt.png") center center no-repeat rgba(0, 0, 0, 0.43); cursor: pointer; }
.newspic .slick-next { position: absolute; right: 0px; top: 50%; margin-top: -24px; z-index: 5; width: 33px; height: 46px; background: url("../images/yjt.png") center center no-repeat rgba(0, 0, 0, 0.43); cursor: pointer; }
.wikinr { overflow: hidden; }
.wikinr .tit { border-bottom: 1px solid rgb(220, 220, 220); position: relative; padding-bottom: 15px; padding-left: 15px; line-height: 36px; }
.wikinr .tit h1 { font-size: 22px; font-weight: bold; color: rgb(24, 24, 24); display: inline-block; vertical-align: middle; }
.wikinr .tit::before { content: ""; display: block; width: 5px; height: 20px; position: absolute; left: 0px; top: 10px; background: rgb(24, 24, 24); }
.wikinr .tit a { position: absolute; right: 0px; bottom: 15px; width: 108px; height: 36px; text-align: center; line-height: 36px; background: rgb(239, 232, 221); color: rgb(24, 24, 24); border-radius: 20px; }
.wikinr .tit a:hover { background: rgb(208, 156, 66); color: rgb(255, 255, 255); }
.nr { margin-top: 20px; max-height: 270px; overflow: hidden; }
.nr p { font-size: 16px; color: rgb(24, 24, 24); line-height: 30px; text-indent: 2em; }
.r_list { width: 70%; float: left; }
.n_box { border: 1px solid rgb(220, 220, 220); background: rgb(255, 255, 255); width: 48%; float: left; margin-top: 30px; }
.n_box:nth-child(2n) { float: right; }
.n_box .tit { border-bottom: 1px solid rgb(219, 203, 178); height: 50px; line-height: 50px; position: relative; }
.n_box .tit h1 { font-size: 18px; color: rgb(52, 37, 12); font-weight: bold; display: inline-block; vertical-align: top; background: url("../images/titbg.png") left top no-repeat; line-height: 50px; text-align: center; width: 128px; }
.n_box .tit a { position: absolute; top: 0px; right: 15px; color: rgb(155, 155, 155); font-size: 14px; }
.n_box .tit a:hover { color: rgb(208, 156, 66); }
.newslist { width: 32%; float: left; margin: 0px 3%; }
.p_list { padding: 0px 15px 15px; }
.p_list li { margin-top: 15px; }
.p_list li::after { visibility: hidden; display: block; content: ""; clear: both; }
.p_list li .r_pic { display: block; width: 33%; float: left; }
.p_list li .r_pic span { display: block; position: relative; padding-top: 68.8%; overflow: hidden; }
.p_list li .r_pic img { position: absolute; top: 0px; left: 0px; width: 100%; transition: all 0.5s ease 0s; }
.p_list li .r_pic:hover img { transform: scale(1.05); }
.p_list li .text { overflow: hidden; padding-left: 15px; padding-top: 10px; }
.p_list li .text h1 { font-size: 16px; line-height: 26px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; max-height: 52px; }
.p_list li .text p { font-size: 14px; color: rgb(124, 124, 124); margin-top: 10px; }
.n_list { padding: 15px 15px 0px; }
.n_list li { background: url("../images/listtb.png") left center no-repeat; line-height: 48px; padding-left: 15px; border-bottom: 1px dotted rgb(204, 204, 204); }
.n_list li:last-child, .down li:last-child { border-bottom: none; }
.n_list li a { display: block; }
.n_list li h1 { font-size: 16px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.n_list li span.date { color: rgb(153, 153, 153); float: right; font-size: 12px; }
.n_list li:hover h1, .n_list li:hover .date { color: rgb(178, 12, 29); }
.load { float: right; width: 27%; }
.doaf { border: 1px solid rgb(220, 220, 220); background: rgb(255, 255, 255); margin-top: 30px; }
.doaf .tit { background: rgb(219, 203, 178); height: 50px; line-height: 50px; position: relative; padding-left: 25px; }
.doaf .tit h1 { font-size: 18px; font-weight: bold; color: rgb(24, 24, 24); }
.doaf .tit a { position: absolute; top: 0px; right: 15px; color: rgb(24, 24, 24); font-size: 14px; }
.doaf .tit::before { content: ""; display: block; width: 5px; height: 20px; position: absolute; left: 10px; top: 15px; background: rgb(24, 24, 24); }
.down { padding: 0px 15px; }
.down li { padding-left: 25px; font-size: 16px; line-height: 59px; background: url("../images/xzicon.png") left center no-repeat; border-bottom: 1px dotted rgb(204, 204, 204); text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.down li a:hover { color: rgb(208, 156, 66); }
.linkicon li { background: url("../images/linkicon.png") 5px center no-repeat; }
.footer { background: rgb(24, 24, 24); padding: 20px 10px; position: relative; margin-top: 35px; }
.copy { float: left; }
.copy p { color: rgb(255, 255, 255); font-size: 14px; line-height: 30px; }
.ewm { float: right; width: 102px; height: 102px; }
.footlogo { position: absolute; inset: 0px; margin: auto; width: 240px; height: 89px; }
.footlogo img { width: 100%; }
.banner { width: 100%; margin-top: 15px; }
.banner img { width: 100%; }
.explain { background: rgb(255, 255, 255); border: 1px solid rgb(215, 215, 215); padding: 20px; margin-top: 15px; }
.explain h1 { font-size: 20px; font-weight: bold; color: rgb(208, 156, 66); margin-bottom: 10px; }
.explain p { font-size: 16px; line-height: 30px; color: rgb(51, 51, 51); }
.conbox { padding: 30px 0px; }
.meun { width: 300px; float: left; position: relative; z-index: 5; background: rgb(255, 255, 255); margin-right: 50px; border: 1px solid rgb(229, 229, 229); }
.meun dd { text-align: center; line-height: 60px; font-size: 18px; margin: 0px auto; position: relative; }
.meun dd.on { background: url("../images/meunjt.png") 90% center no-repeat rgb(219, 203, 178); }
.meun dd a { display: block; text-align: center; border-bottom: 1px solid rgb(229, 229, 229); }
.meun dd.on a { font-weight: bold; color: rgb(52, 37, 12); }
.meun dd:last-child a { border-bottom: 0px; }
.meun dd i { display: block; width: 40px; height: 60px; z-index: 3; position: absolute; right: 0px; top: 0px; background: url("../images/meunjt.png") 14px center no-repeat; cursor: pointer; }
.meun dd i.icon { background-position: -24px center; }
.meun dd ul { display: none; }
.meun dd ul li { width: 100%; border-bottom: 1px solid rgb(229, 229, 229); line-height: 50px; font-size: 16px; }
.meun dd ul li a { width: 100%; border-bottom: 0px; padding-left: 35px; }
.meun dd:hover { }
.meun dd:hover a { }
.meun dd:hover i.icon { background-position: -24px center; }
.meun dd:hover ul a { background: none; border-left: 0px; color: rgb(51, 51, 51); }
.meun dd:hover ul a:hover { background: rgb(156, 10, 13); color: rgb(255, 255, 255); }
.listing { overflow: hidden; }
.newlist { padding: 0px; }
.newlist li { background: url("../images/listtb.png") left center no-repeat; padding-left: 15px; position: relative; transition: all 0.3s ease 0s; border-bottom: 1px solid rgb(239, 232, 221); }
.newlist li::after, .standard li::after { visibility: hidden; display: block; content: ""; clear: both; }
.newlist li:last-child { border-bottom: none; }
.newlist li .date { line-height: 60px; color: rgb(153, 153, 153); position: absolute; top: 0px; right: 0px; }
.newlist a h1 { font-size: 16px; line-height: 60px; display: block; padding-right: 95px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: rgb(48, 48, 48); transition: all 0.3s ease 0s; }
.newlist li:hover a h1 { color: rgb(208, 156, 66); font-weight: bold; }
.picnewlist li { padding: 30px 0px; border-bottom: 1px dashed rgb(202, 202, 202); position: relative; }
.picnewlist li::after, .new_nr .dbu::after { visibility: hidden; display: block; content: ""; clear: both; }
.picnewlist li .new_pic { width: 25%; float: left; margin-right: 15px; }
.picnewlist li .new_pic span { padding-top: 65.7%; position: relative; overflow: hidden; display: block; }
.picnewlist li .new_pic span img { position: absolute; top: 0px; left: 0px; width: 100%; transition: all 0.5s ease 0s; }
.picnewlist li:hover .new_pic span img { transform: scale(1.05); }
.new_nr { overflow: hidden; }
.new_nr h1 { font-size: 20px; font-weight: bold; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.new_nr p { font-size: 16px; line-height: 26px; color: rgb(126, 126, 126); margin: 20px 0px; max-height: 52px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.new_nr .dbu .date { background: url("../images/sjicon.png") left center no-repeat; font-size: 16px; line-height: 44px; padding-left: 35px; color: rgb(126, 126, 126); display: block; float: left; }
.new_nr .dbu .more { display: block; width: 125px; height: 44px; background: rgb(219, 203, 178); text-align: center; line-height: 44px; float: right; }
.picnewlist li:hover .new_nr .dbu .more { background: rgb(208, 156, 66); color: rgb(255, 255, 255); }
.standard li { width: 48%; float: left; border: 1px solid rgb(215, 215, 215); padding: 20px; margin-bottom: 20px; position: relative; }
.standard li:nth-child(2n) { float: right; }
.standard li span { display: block; float: left; width: 65px; height: 65px; vertical-align: middle; line-height: 65px; margin-right: 15px; }
.standard li .dard_nr { overflow: hidden; }
.standard li .dard_nr h1 { font-size: 18px; margin-top: 10px; color: rgb(17, 17, 17); text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.standard li .dard_nr p { font-size: 14px; color: rgb(146, 146, 146); line-height: 30px; }
.standard li em { position: absolute; right: 0px; bottom: 0px; border-bottom: 50px solid rgb(208, 156, 66); border-left: 50px solid transparent; display: none; }
.standard li em img { position: absolute; right: 6px; bottom: -40px; }
.standard li:hover .dard_nr h1 { color: rgb(208, 156, 66); }
.standard li:hover em { display: block; }
.zk_search { padding: 10px 15px; background: rgb(219, 203, 178); margin-bottom: 20px; }
.zk_search h1 { float: left; font-size: 16px; line-height: 40px; }
.drop { width: auto; padding: 11px 20px; background: rgb(255, 255, 255); border-radius: 5px; float: left; margin-right: 15px; }
.drop .select_tit { height: 40px; line-height: 40px; }
.drop .select_tit b { font-size: 14px; font-weight: normal; }
.control_text { height: 40px; line-height: 40px; background: rgb(255, 255, 255); border-radius: 5px; width: 40%; float: left; overflow: hidden; }
.control { float: left; width: calc(100% - 42px); background: rgb(255, 255, 255); height: 40px; line-height: 40px; padding: 0px 10px; }
.ssbtn { height: 40px; float: left; line-height: 40px; width: 42px; background: url("../images/ss_btn.png") center center no-repeat rgb(208, 156, 66); }
.result { font-size: 18px; font-weight: bold; line-height: 50px; margin-bottom: 15px; }
.result em { color: rgb(208, 156, 66); font-weight: bold; }
.introbox { border: 1px solid rgb(215, 215, 215); padding: 20px; }
.introbox p { line-height: 30px; font-size: 16px; color: rgb(51, 51, 51); margin-bottom: 10px; }
.introbox h1 { text-align: center; font-size: 20px; font-weight: bold; color: rgb(51, 51, 51); }
.introbox p img { max-width: 100%; }
.line { margin: 15px 0px; height: 1px; width: 100%; border-bottom: 1px dashed rgb(221, 221, 221); }
.page { margin-top: 30px; border-top: 1px solid rgb(229, 229, 229); padding-top: 20px; }
.pr { text-align: center; margin-top: 20px; margin-bottom: 20px; background: rgb(245, 245, 245); padding: 10px 0px; }
.pr span { display: inline-block; margin: 0px 15px; color: rgb(153, 153, 153); }
.page a:hover { color: rgb(9, 90, 182); }
.jjbox { margin-top: 20px; }
.jjbox h1 { border-bottom: 1px solid rgb(219, 203, 178); height: 38px; line-height: 38px; text-align: left; margin-bottom: 15px; }
.jjbox h1 em { font-size: 16px; width: 120px; height: 38px; background: rgb(219, 203, 178); color: rgb(0, 0, 0); display: inline-block; text-align: center; }
.jjbox p { font-size: 14px; line-height: 26px; margin-bottom: 0px; }
.regbox { max-width: 100%; background: rgb(255, 255, 255); border: 1px solid rgb(215, 215, 215); padding: 30px; margin: 40px auto; min-height: 550px; overflow: hidden; }
.regitem { width: 750px; }
.regbox h1 { border-bottom: 1px solid rgb(215, 215, 215); text-align: center; }
.regbox h1 em { text-align: center; font-size: 18px; display: inline-block; padding: 0px 15px; line-height: 50px; position: relative; }
.regbox h1 em::after { content: ""; display: block; position: absolute; left: 0px; right: 0px; bottom: 0px; height: 2px; background: rgb(208, 156, 66); }
.table_form { width: 80%; margin: 0px auto; max-width: 550px; }
.form { margin: 30px 0px; text-align: center; }
.form .input_txt { height: 55px; line-height: 55px; border: 1px solid rgb(215, 215, 215); padding: 0px 10px; width: 100%; border-radius: 5px; text-align: left; }
.btn_login { height: 55px; line-height: 55px; font-size: 16px; text-align: center; background: rgb(208, 156, 66); border-radius: 5px; width: 100%; color: rgb(255, 255, 255); cursor: pointer; }
.btn_login:hover { background: rgb(211, 165, 86); }
.table_form p { text-align: center; line-height: 50px; font-size: 16px; }
.table_form p a { display: inline-block; margin: 0px 20px; color: rgb(102, 102, 102); }
.table_form p a:hover { color: rgb(208, 156, 66); }
.input_yzm { width: 70%; float: left; height: 55px; line-height: 55px; border: 1px solid rgb(215, 215, 215); padding: 0px 10px; border-radius: 5px; text-align: left; }
.yzm { width: 25%; float: right; height: 55px; line-height: 55px; text-align: center; border-radius: 5px; background: rgb(219, 203, 178); color: rgb(42, 28, 6); cursor: pointer; }
.user { width: 300px; margin: 30px auto; }
.user p { font-size: 16px; text-align: left; margin: 25px 0px; }
.user p i { display: inline-block; vertical-align: middle; width: 18px; height: 20px; line-height: 20px; margin-right: 10px; }
.user .btn_login { width: 100%; margin-top: 40px; }
.formBtn { text-align: center; }
.formBtn button {width: 185px;height: 40px;line-height: 40px;text-align: center;border-radius: 4px;color: rgb(255, 255, 255);cursor: pointer;}
.formBtn button.determine { margin-left: 20px; }
.formBtn button.cancel {background: rgb(219 203 178);}
.formBtn button.determine {background:#d09c42;}
.leftbox { width: 280px; float: left; background: rgb(255, 255, 255); margin-right: 40px; }
.leftbox h1 { font-size: 18px; text-align: center; height: 60px; font-weight: bold; line-height: 60px; background: rgb(219, 203, 178); }
.leftbox a { display: block; height: 60px; line-height: 60px; text-align: center; border-bottom: 1px solid rgb(229, 229, 229); font-size: 16px; }
.leftbox a:hover, .leftbox a.on { color: rgb(208, 156, 66); }
@media only screen and (max-width: 1200px) {
  .r_list, .load { width: auto; float: none; }
  .doaf { width: 48%; float: left; }
  .doaf:nth-child(2n) { float: right; }
}
@media only screen and (max-width: 1024px) {
  .meun_icon { display: block; float: right; margin-top: 10px; }
  .header_r { display: none; }
  .navbg { display: none; }
  .searhbox { position: static; float: none; margin-top: 15px; width: 100%; }
  .searhbox { }
  .nav li { font-size: 16px; }
  .newspic { float: none; width: auto; margin-right: 0px; }
  .wiki { margin-top: 0px; }
  .wikinr { margin-top: 20px; }
  .nr { max-height: initial; }
  .copy { float: none; }
  .footlogo { position: static; float: left; }
  .new_nr h1 { font-size: 18px; }
  .new_nr p { font-size: 14px; margin: 10px 0px; }
  .leftbox { width: 200px; }
}
@media only screen and (max-width: 959px) {
  .meun { width: 250px; margin-right: 30px; }
  .standard li { width: auto; float: none !important; }
  .control_text { width: 100%; margin-top: 10px; }
}
@media only screen and (max-width: 768px) {
  .logo_l { width: 200px; }
  .drop { padding: 11px 10px; }
  .leftbox { width: 100%; float: none; }
  .leftbox::after { visibility: hidden; display: block; content: ""; clear: both; }
  .leftbox a { float: left; width: 50%; height: 60px; background: rgb(255, 255, 255); border-left: 1px solid rgb(229, 229, 229); }
  .leftbox a:nth-child(2n) { border-left: 0px; }
  .regbox { margin-top: 30px; }
}
@media only screen and (max-width: 640px) {
  .n_box, .doaf { width: auto; float: none !important; }
  .meun { float: none; margin-right: 0px; width: auto; }
  .standard { margin-top: 20px; }
  .down li, .n_list li h1, .p_list li .text h1, .nr p { font-size: 14px; }
  .standard li .dard_nr h1 { font-size: 16px; }
  .zk_search, .introbox { margin-top: 20px; }
  .form input { width: 100% !important; }
}
@media only screen and (max-width: 576px) {
  .ewm, .footlogo { margin-top: 10px; }
  .footlogo { width: 150px; }
}
@media only screen and (max-width: 414px) {
  .picnewlist li .new_pic { width: auto; float: none; margin-right: 0px; margin-bottom: 15px; }
  .table_form { width: 100%; }
}
@media only screen and (max-width: 320px) {
}